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 3335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3346 </message> | 3346 </message> |
3347 <message name="IDS_CERT_MANAGER_PKCS12_FILES" desc="The label in the file selector dialog for PKCS #12 file type."> | 3347 <message name="IDS_CERT_MANAGER_PKCS12_FILES" desc="The label in the file selector dialog for PKCS #12 file type."> |
3348 PKCS #12 Files | 3348 PKCS #12 Files |
3349 </message> | 3349 </message> |
3350 <message name="IDS_CERT_MANAGER_PKCS12_EXPORT_ERROR_TITLE" desc="The title in the error dialog for PKCS #12 file export errors."> | 3350 <message name="IDS_CERT_MANAGER_PKCS12_EXPORT_ERROR_TITLE" desc="The title in the error dialog for PKCS #12 file export errors."> |
3351 PKCS #12 Export Error | 3351 PKCS #12 Export Error |
3352 </message> | 3352 </message> |
3353 <message name="IDS_CERT_MANAGER_WRITE_ERROR_FORMAT" desc="The text in the error dialog for PKCS #12 file write errors."> | 3353 <message name="IDS_CERT_MANAGER_WRITE_ERROR_FORMAT" desc="The text in the error dialog for PKCS #12 file write errors."> |
3354 There was an error while trying to write the file: <ph name="ERROR_TEXT" >$1<ex>Permission denied.</ex></ph>. | 3354 There was an error while trying to write the file: <ph name="ERROR_TEXT" >$1<ex>Permission denied.</ex></ph>. |
3355 </message> | 3355 </message> |
3356 <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 they serve a different purpose from the rest."> | |
wtc
2011/09/21 17:05:33
Nit: explicitly disable => explicitly distrust ?
agl
2011/09/21 17:53:53
Done.
| |
3357 Untrusted | |
3358 </message> | |
3356 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_ERROR_TITLE" desc="The title in the error dialog for PKCS #12 file import errors."> | 3359 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_ERROR_TITLE" desc="The title in the error dialog for PKCS #12 file import errors."> |
3357 PKCS #12 Import Error | 3360 PKCS #12 Import Error |
3358 </message> | 3361 </message> |
3359 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_INVALID_MAC" desc="The messa ge in the error dialog for PKCS #12 files with invalid MAC."> | 3362 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_INVALID_MAC" desc="The messa ge in the error dialog for PKCS #12 files with invalid MAC."> |
3360 Incorrect password or corrupt file. | 3363 Incorrect password or corrupt file. |
3361 </message> | 3364 </message> |
3362 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_INVALID_FILE" desc="The mess age in the error dialog for corrupt PKCS #12 files."> | 3365 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_INVALID_FILE" desc="The mess age in the error dialog for corrupt PKCS #12 files."> |
3363 Invalid or corrupt file. | 3366 Invalid or corrupt file. |
3364 </message> | 3367 </message> |
3365 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_UNSUPPORTED" desc="The messa ge in the error dialog for unsupported PKCS #12 files."> | 3368 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_UNSUPPORTED" desc="The messa ge in the error dialog for unsupported PKCS #12 files."> |
(...skipping 10381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
13747 </messages> | 13750 </messages> |
13748 <structures fallback_to_english="true"> | 13751 <structures fallback_to_english="true"> |
13749 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> | 13752 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> |
13750 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 13753 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
13751 </structure> | 13754 </structure> |
13752 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 13755 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
13753 </structure> | 13756 </structure> |
13754 </structures> | 13757 </structures> |
13755 </release> | 13758 </release> |
13756 </grit> | 13759 </grit> |
OLD | NEW |