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

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

Issue 7628012: Use issuer common name for cert description in network dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 4 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/chromeos/cros/cert_library.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 3428 matching lines...) Expand 10 before | Expand all | Expand 10 after
3439 Server Certificate Import Error 3439 Server Certificate Import Error
3440 </message> 3440 </message>
3441 <message name="IDS_CERT_MANAGER_EDIT_SERVER_TRUST_DESCRIPTION_FORMAT" desc ="Description in dialog for editing server certificate trust flags. The followi ng line will contain information about the issuer."> 3441 <message name="IDS_CERT_MANAGER_EDIT_SERVER_TRUST_DESCRIPTION_FORMAT" desc ="Description in dialog for editing server certificate trust flags. The followi ng line will contain information about the issuer.">
3442 The certificate "<ph name="CERTIFICATE_NAME">$1<ex>www.example.com</ex>< /ph>" was issued by: 3442 The certificate "<ph name="CERTIFICATE_NAME">$1<ex>www.example.com</ex>< /ph>" was issued by:
3443 </message> 3443 </message>
3444 <if expr="pp_ifdef('chromeos')"> 3444 <if expr="pp_ifdef('chromeos')">
3445 <message name="IDS_CERT_MANAGER_IMPORT_AND_BIND_BUTTON" desc="Label for the button in the certificate manager which allows you to import certificates an d bind to your device."> 3445 <message name="IDS_CERT_MANAGER_IMPORT_AND_BIND_BUTTON" desc="Label for the button in the certificate manager which allows you to import certificates an d bind to your device.">
3446 Import and Bind to Device... 3446 Import and Bind to Device...
3447 </message> 3447 </message>
3448 <message name="IDS_CERT_MANAGER_KEY_FORMAT_LONG" desc="A longer format f or keys in the wifi / vpn config dialogs."> 3448 <message name="IDS_CERT_MANAGER_KEY_FORMAT_LONG" desc="A longer format f or keys in the wifi / vpn config dialogs.">
3449 <ph name="ISSUED_BY">$1<ex>Google Inc</ex></ph> [<ph name="ISSUED_TO"> $1<ex>John Doe</ex></ph>] 3449 <ph name="ISSUED_BY">$1<ex>Google Inc</ex></ph> [<ph name="ISSUED_TO"> $2<ex>John Doe</ex></ph>]
3450 </message> 3450 </message>
3451 <message name="IDS_CERT_MANAGER_HARDWARE_BACKED_KEY_FORMAT" desc="A form at used to create label for hardware-backed keys."> 3451 <message name="IDS_CERT_MANAGER_HARDWARE_BACKED_KEY_FORMAT" desc="A form at used to create label for hardware-backed keys.">
3452 <ph name="KEY_NAME">$1<ex>John Doe</ex></ph> (<ph name="DEVICE">$2<ex> hardware-backed</ex></ph>) 3452 <ph name="KEY_NAME">$1<ex>John Doe</ex></ph> (<ph name="DEVICE">$2<ex> hardware-backed</ex></ph>)
3453 </message> 3453 </message>
3454 <message name="IDS_CERT_MANAGER_HARDWARE_BACKED_KEY_FORMAT_LONG" desc="A longer format for hardware-backed keys in the wifi / vpn config dialogs."> 3454 <message name="IDS_CERT_MANAGER_HARDWARE_BACKED_KEY_FORMAT_LONG" desc="A longer format for hardware-backed keys in the wifi / vpn config dialogs.">
3455 <ph name="ISSUED_BY">$1<ex>Google Inc</ex></ph> [<ph name="ISSUED_TO"> $2<ex>John Doe</ex></ph>] (<ph name="DEVICE">$3<ex>hardware-backed</ex></ph>) 3455 <ph name="ISSUED_BY">$1<ex>Google Inc</ex></ph> [<ph name="ISSUED_TO"> $2<ex>John Doe</ex></ph>] (<ph name="DEVICE">$3<ex>hardware-backed</ex></ph>)
3456 </message> 3456 </message>
3457 <message name="IDS_CERT_MANAGER_HARDWARE_BACKED" desc="A device name to be used for ChromeOS device backed keys."> 3457 <message name="IDS_CERT_MANAGER_HARDWARE_BACKED" desc="A device name to be used for ChromeOS device backed keys.">
3458 hardware-backed 3458 hardware-backed
3459 </message> 3459 </message>
(...skipping 9862 matching lines...) Expand 10 before | Expand all | Expand 10 after
13322 </includes> 13322 </includes>
13323 <structures fallback_to_english="true"> 13323 <structures fallback_to_english="true">
13324 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13324 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13325 </structure> 13325 </structure>
13326 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13326 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13327 </structure> 13327 </structure>
13328 </structures> 13328 </structures>
13329 13329
13330 </release> 13330 </release>
13331 </grit> 13331 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/cert_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698