Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Side by Side Diff: chrome/app/generated_resources.grd

Issue 299323002: Modified the certificate details viewers to include the timezone in the certificates validity dates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Making changes to fix formating and internationalization. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 2708 matching lines...) Expand 10 before | Expand all | Expand 10 after
2719 </message> 2719 </message>
2720 <message name="IDS_CERT_DETAILS_VALIDITY" desc="The label of the Validit y element in the details page of the certificate info dialog."> 2720 <message name="IDS_CERT_DETAILS_VALIDITY" desc="The label of the Validit y element in the details page of the certificate info dialog.">
2721 Validity 2721 Validity
2722 </message> 2722 </message>
2723 <message name="IDS_CERT_DETAILS_NOT_BEFORE" desc="The label of the Valid ity->Not Before element in the details page of the certificate info dialog."> 2723 <message name="IDS_CERT_DETAILS_NOT_BEFORE" desc="The label of the Valid ity->Not Before element in the details page of the certificate info dialog.">
2724 Not Before 2724 Not Before
2725 </message> 2725 </message>
2726 <message name="IDS_CERT_DETAILS_NOT_AFTER" desc="The label of the Validi ty->Not After element in the details page of the certificate info dialog."> 2726 <message name="IDS_CERT_DETAILS_NOT_AFTER" desc="The label of the Validi ty->Not After element in the details page of the certificate info dialog.">
2727 Not After 2727 Not After
2728 </message> 2728 </message>
2729 <message name="IDS_CERT_DETAILS_VALIDITY_TIMEZONE" desc="The string spec ifying the timezone in the Validity->Not Before and Validity->Not After elements in the details page of the certificate info dialog.">
2730 (UTC)
jww 2014/05/27 23:43:29 nit: I'd rename this to IDS_CERT_DETAILS_UTC_TIMEZ
mhm 2014/05/28 00:02:44 Done.
2731 </message>
2729 <message name="IDS_CERT_DETAILS_SUBJECT" desc="The label of the Subject element in the details page of the certificate info dialog. (In this case, subje ct refers to the entity the certificate was issued to.)"> 2732 <message name="IDS_CERT_DETAILS_SUBJECT" desc="The label of the Subject element in the details page of the certificate info dialog. (In this case, subje ct refers to the entity the certificate was issued to.)">
2730 Subject 2733 Subject
2731 </message> 2734 </message>
2732 <message name="IDS_CERT_DETAILS_SUBJECT_KEY_INFO" desc="The label of the Subject Public Key Info element in the details page of the certificate info dia log. (In this case, subject refers to the entity the certificate was issued to.) "> 2735 <message name="IDS_CERT_DETAILS_SUBJECT_KEY_INFO" desc="The label of the Subject Public Key Info element in the details page of the certificate info dia log. (In this case, subject refers to the entity the certificate was issued to.) ">
2733 Subject Public Key Info 2736 Subject Public Key Info
2734 </message> 2737 </message>
2735 <message name="IDS_CERT_DETAILS_SUBJECT_KEY_ALG" desc="The label of the Subject Public Key Algorithm element in the details page of the certificate info dialog. (In this case, subject refers to the entity the certificate was issued to.)"> 2738 <message name="IDS_CERT_DETAILS_SUBJECT_KEY_ALG" desc="The label of the Subject Public Key Algorithm element in the details page of the certificate info dialog. (In this case, subject refers to the entity the certificate was issued to.)">
2736 Subject Public Key Algorithm 2739 Subject Public Key Algorithm
2737 </message> 2740 </message>
2738 <message name="IDS_CERT_DETAILS_SUBJECT_KEY" desc="The label of the Subj ect's Public Key element in the details page of the certificate info dialog. (In this case, subject refers to the entity the certificate was issued to.)"> 2741 <message name="IDS_CERT_DETAILS_SUBJECT_KEY" desc="The label of the Subj ect's Public Key element in the details page of the certificate info dialog. (In this case, subject refers to the entity the certificate was issued to.)">
(...skipping 11400 matching lines...) Expand 10 before | Expand all | Expand 10 after
14139 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14142 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14140 Enforce (try to get hashes, and enforce them if successful) 14143 Enforce (try to get hashes, and enforce them if successful)
14141 </message> 14144 </message>
14142 14145
14143 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14146 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14144 Enforce strict (hard fail if we can't get hashes) 14147 Enforce strict (hard fail if we can't get hashes)
14145 </message> 14148 </message>
14146 </messages> 14149 </messages>
14147 </release> 14150 </release>
14148 </grit> 14151 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698