OLD | NEW |
---|---|
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 3317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3328 </message> | 3328 </message> |
3329 <message name="IDS_CERT_MANAGER_PKCS12_FILES" desc="The label in the file selector dialog for PKCS #12 file type."> | 3329 <message name="IDS_CERT_MANAGER_PKCS12_FILES" desc="The label in the file selector dialog for PKCS #12 file type."> |
3330 PKCS #12 Files | 3330 PKCS #12 Files |
3331 </message> | 3331 </message> |
3332 <message name="IDS_CERT_MANAGER_PKCS12_EXPORT_ERROR_TITLE" desc="The title in the error dialog for PKCS #12 file export errors."> | 3332 <message name="IDS_CERT_MANAGER_PKCS12_EXPORT_ERROR_TITLE" desc="The title in the error dialog for PKCS #12 file export errors."> |
3333 PKCS #12 Export Error | 3333 PKCS #12 Export Error |
3334 </message> | 3334 </message> |
3335 <message name="IDS_CERT_MANAGER_WRITE_ERROR_FORMAT" desc="The text in the error dialog for PKCS #12 file write errors."> | 3335 <message name="IDS_CERT_MANAGER_WRITE_ERROR_FORMAT" desc="The text in the error dialog for PKCS #12 file write errors."> |
3336 There was an error while trying to write the file: <ph name="ERROR_TEXT" >$1<ex>Permission denied.</ex></ph>. | 3336 There was an error while trying to write the file: <ph name="ERROR_TEXT" >$1<ex>Permission denied.</ex></ph>. |
3337 </message> | 3337 </message> |
3338 <message name="IDS_CERT_MANAGER_UNTRUSTED" desc="This text is displayed ne xt to untrusted certificates in a red box. Untrusted certificates are sometimes added in order to explicitly disable them. Thus, they will be listed but it's im portant that the user note that serve a different purpose from the rest."> | |
wtc
2011/06/29 00:30:45
Should
that serve a different purpose
be
t
agl
2011/06/29 14:31:11
Done.
| |
3339 untrusted | |
wtc
2011/06/29 00:30:45
Should we capitalize "untrusted"?
agl
2011/06/29 14:31:11
Done.
| |
3340 </message> | |
3338 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_ERROR_TITLE" desc="The title in the error dialog for PKCS #12 file import errors."> | 3341 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_ERROR_TITLE" desc="The title in the error dialog for PKCS #12 file import errors."> |
3339 PKCS #12 Import Error | 3342 PKCS #12 Import Error |
3340 </message> | 3343 </message> |
3341 <message name="IDS_CERT_MANAGER_READ_ERROR_FORMAT" desc="The text in the e rror dialog for PKCS #12 file read errors."> | 3344 <message name="IDS_CERT_MANAGER_READ_ERROR_FORMAT" desc="The text in the e rror dialog for PKCS #12 file read errors."> |
3342 There was an error while trying to read the file: <ph name="ERROR_TEXT"> $1<ex>File not found.</ex></ph>. | 3345 There was an error while trying to read the file: <ph name="ERROR_TEXT"> $1<ex>File not found.</ex></ph>. |
3343 </message> | 3346 </message> |
3344 <message name="IDS_CERT_MANAGER_BAD_PASSWORD" desc="The text in the error dialog for entering an incorrect password when importing an encrypted certificat e file."> | 3347 <message name="IDS_CERT_MANAGER_BAD_PASSWORD" desc="The text in the error dialog for entering an incorrect password when importing an encrypted certificat e file."> |
3345 Incorrect password. | 3348 Incorrect password. |
3346 </message> | 3349 </message> |
3347 <message name="IDS_CERT_MANAGER_CERT_PARSE_ERROR" desc="The message in the certificate manager error dialog for importing invalid certificate files."> | 3350 <message name="IDS_CERT_MANAGER_CERT_PARSE_ERROR" desc="The message in the certificate manager error dialog for importing invalid certificate files."> |
(...skipping 9428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
12776 </includes> | 12779 </includes> |
12777 <structures fallback_to_english="true"> | 12780 <structures fallback_to_english="true"> |
12778 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 12781 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
12779 </structure> | 12782 </structure> |
12780 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 12783 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
12781 </structure> | 12784 </structure> |
12782 </structures> | 12785 </structures> |
12783 | 12786 |
12784 </release> | 12787 </release> |
12785 </grit> | 12788 </grit> |
OLD | NEW |