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

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

Issue 7272014: Mark untrusted certificates as such in Linux UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... 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
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 3317 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 they serve a different purpose from the rest.">
3339 Untrusted
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 9434 matching lines...) Expand 10 before | Expand all | Expand 10 after
12782 </includes> 12785 </includes>
12783 <structures fallback_to_english="true"> 12786 <structures fallback_to_english="true">
12784 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12787 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12785 </structure> 12788 </structure>
12786 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12789 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12787 </structure> 12790 </structure>
12788 </structures> 12791 </structures>
12789 12792
12790 </release> 12793 </release>
12791 </grit> 12794 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/certificate_tree.css » ('j') | net/base/cert_database_nss.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698