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

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

Issue 7338011: Linux Cert manager: improve PKCS #12 import error messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/certificate_manager_handler.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3332 matching lines...) Expand 10 before | Expand all | Expand 10 after
3343 </message> 3343 </message>
3344 <message name="IDS_CERT_MANAGER_PKCS12_EXPORT_ERROR_TITLE" desc="The title in the error dialog for PKCS #12 file export errors."> 3344 <message name="IDS_CERT_MANAGER_PKCS12_EXPORT_ERROR_TITLE" desc="The title in the error dialog for PKCS #12 file export errors.">
3345 PKCS #12 Export Error 3345 PKCS #12 Export Error
3346 </message> 3346 </message>
3347 <message name="IDS_CERT_MANAGER_WRITE_ERROR_FORMAT" desc="The text in the error dialog for PKCS #12 file write errors."> 3347 <message name="IDS_CERT_MANAGER_WRITE_ERROR_FORMAT" desc="The text in the error dialog for PKCS #12 file write errors.">
3348 There was an error while trying to write the file: <ph name="ERROR_TEXT" >$1<ex>Permission denied.</ex></ph>. 3348 There was an error while trying to write the file: <ph name="ERROR_TEXT" >$1<ex>Permission denied.</ex></ph>.
3349 </message> 3349 </message>
3350 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_ERROR_TITLE" desc="The title in the error dialog for PKCS #12 file import errors."> 3350 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_ERROR_TITLE" desc="The title in the error dialog for PKCS #12 file import errors.">
3351 PKCS #12 Import Error 3351 PKCS #12 Import Error
3352 </message> 3352 </message>
3353 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_INVALID_MAC" desc="The messa ge in the error dialog for PKCS #12 files with invalid MAC.">
3354 Incorrect password or corrupt file.
3355 </message>
3356 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_INVALID_FILE" desc="The mess age in the error dialog for corrupt PKCS #12 files.">
3357 Invalid or corrupt file.
3358 </message>
3359 <message name="IDS_CERT_MANAGER_PKCS12_IMPORT_UNSUPPORTED" desc="The messa ge in the error dialog for unsupported PKCS #12 files.">
3360 File uses unsupported features.
3361 </message>
3353 <message name="IDS_CERT_MANAGER_READ_ERROR_FORMAT" desc="The text in the e rror dialog for PKCS #12 file read errors."> 3362 <message name="IDS_CERT_MANAGER_READ_ERROR_FORMAT" desc="The text in the e rror dialog for PKCS #12 file read errors.">
3354 There was an error while trying to read the file: <ph name="ERROR_TEXT"> $1<ex>File not found.</ex></ph>. 3363 There was an error while trying to read the file: <ph name="ERROR_TEXT"> $1<ex>File not found.</ex></ph>.
3355 </message> 3364 </message>
3356 <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."> 3365 <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.">
3357 Incorrect password. 3366 Incorrect password.
3358 </message> 3367 </message>
3359 <message name="IDS_CERT_MANAGER_CERT_PARSE_ERROR" desc="The message in the certificate manager error dialog for importing invalid certificate files."> 3368 <message name="IDS_CERT_MANAGER_CERT_PARSE_ERROR" desc="The message in the certificate manager error dialog for importing invalid certificate files.">
3360 Unable to parse file. 3369 Unable to parse file.
3361 </message> 3370 </message>
3362 <message name="IDS_CERT_MANAGER_UNKNOWN_ERROR" desc="The text in the error dialog when an unknown error occurs during an operation on the certificate data base."> 3371 <message name="IDS_CERT_MANAGER_UNKNOWN_ERROR" desc="The text in the error dialog when an unknown error occurs during an operation on the certificate data base.">
(...skipping 9588 matching lines...) Expand 10 before | Expand all | Expand 10 after
12951 </includes> 12960 </includes>
12952 <structures fallback_to_english="true"> 12961 <structures fallback_to_english="true">
12953 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12962 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12954 </structure> 12963 </structure>
12955 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12964 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12956 </structure> 12965 </structure>
12957 </structures> 12966 </structures>
12958 12967
12959 </release> 12968 </release>
12960 </grit> 12969 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/certificate_manager_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698