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

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

Issue 5686002: NSS: PKCS 11 password prompt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressing review comments Created 9 years, 11 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 | « base/nss_util.cc ('k') | chrome/browser/certificate_manager_model.h » ('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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 6477 matching lines...) Expand 10 before | Expand all | Expand 10 after
6488 6488
6489 <!-- SSL client authentication certificate selection dialog --> 6489 <!-- SSL client authentication certificate selection dialog -->
6490 <message name="IDS_CLIENT_CERT_DIALOG_TITLE" desc="The title of the dialog that prompts for a certificate when doing SSL client authentication."> 6490 <message name="IDS_CLIENT_CERT_DIALOG_TITLE" desc="The title of the dialog that prompts for a certificate when doing SSL client authentication.">
6491 Select a certificate 6491 Select a certificate
6492 </message> 6492 </message>
6493 6493
6494 <message name="IDS_CLIENT_CERT_DIALOG_TEXT" desc="The text in the dialog t hat prompts for a certificate when doing SSL client authentication."> 6494 <message name="IDS_CLIENT_CERT_DIALOG_TEXT" desc="The text in the dialog t hat prompts for a certificate when doing SSL client authentication.">
6495 Select a certificate to authenticate yourself to <ph name="HOST_NAME">$1 <ex>www.google.com</ex></ph> 6495 Select a certificate to authenticate yourself to <ph name="HOST_NAME">$1 <ex>www.google.com</ex></ph>
6496 </message> 6496 </message>
6497 6497
6498 <!-- NSS PK11 password dialog -->
6499 <message name="IDS_PK11_AUTH_DIALOG_TITLE" desc="The title in the dialog t hat prompts for security device password.">
6500 Sign in to Security Device
6501 </message>
6502 <message name="IDS_PK11_AUTH_DIALOG_TEXT_KEYGEN" desc="The text in the dia log that prompts for security device password for key generation.">
6503 Please sign in to <ph name="TOKEN_NAME">$1<ex>Software Security Device</e x></ph> to generate a key for <ph name="HOST_NAME">$2<ex>www.google.com</ex></ph >.
6504 </message>
6505 <message name="IDS_PK11_AUTH_DIALOG_TEXT_CERT_ENROLLMENT" desc="The text i n the dialog that prompts for security device password for cert enrollment.">
6506 Please sign in to <ph name="TOKEN_NAME">$1<ex>Software Security Device</e x></ph> to import client certificate from <ph name="HOST_NAME">$2<ex>www.google. com</ex></ph>.
6507 </message>
6508 <message name="IDS_PK11_AUTH_DIALOG_TEXT_CLIENT_AUTH" desc="The text in th e dialog that prompts for security device password when doing key generation.">
6509 Please sign in to <ph name="TOKEN_NAME">$1<ex>Software Security Device</e x></ph> to authenticate to <ph name="HOST_NAME">$2<ex>www.google.com</ex></ph> w ith your certificate.
6510 </message>
6511 <message name="IDS_PK11_AUTH_DIALOG_TEXT_CERT_IMPORT" desc="The text in th e dialog that prompts for security device password when using the certificate ma nager to import a client certificate.">
6512 Please sign in to <ph name="TOKEN_NAME">$1<ex>Software Security Device</e x></ph> to import the client certificate.
6513 </message>
6514 <message name="IDS_PK11_AUTH_DIALOG_TEXT_CERT_EXPORT" desc="The text in th e dialog that prompts for security device password when using the certificate ma nager to export a client certificate.">
6515 Please sign in to <ph name="TOKEN_NAME">$1<ex>Software Security Device</e x></ph> to export the client certificate.
6516 </message>
6517 <message name="IDS_PK11_AUTH_DIALOG_PASSWORD_FIELD" desc="Label for passwo rd entry in the dialog that prompts for security device password.">
6518 Password:
6519 </message>
6520 <message name="IDS_PK11_AUTH_DIALOG_OK_BUTTON_LABEL" desc="Label for OK bu tton in the dialog that prompts for security device password.">
6521 Unlock
6522 </message>
6523
6498 <!-- Advanced Font/Language settings --> 6524 <!-- Advanced Font/Language settings -->
6499 <message name="IDS_FONT_LANGUAGE_SETTING_WINDOWS_TITLE" desc="Title that a ppears in the dialogue title bar for advanced font/encoding and language setting s"> 6525 <message name="IDS_FONT_LANGUAGE_SETTING_WINDOWS_TITLE" desc="Title that a ppears in the dialogue title bar for advanced font/encoding and language setting s">
6500 Fonts and Languages 6526 Fonts and Languages
6501 </message> 6527 </message>
6502 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_TAB_TITLE" desc="Title that appears in the sub-dialogue for Fonts and Encoding"> 6528 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_TAB_TITLE" desc="Title that appears in the sub-dialogue for Fonts and Encoding">
6503 Fonts and Encoding 6529 Fonts and Encoding
6504 </message> 6530 </message>
6505 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_SUB_DIALOG_FONT_TITLE" desc= "Title that appears in the sub-dialogue for Font within Fonts and Encoding tab"> 6531 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_SUB_DIALOG_FONT_TITLE" desc= "Title that appears in the sub-dialogue for Font within Fonts and Encoding tab">
6506 Font 6532 Font
6507 </message> 6533 </message>
(...skipping 5151 matching lines...) Expand 10 before | Expand all | Expand 10 after
11659 </includes> 11685 </includes>
11660 <structures fallback_to_english="true"> 11686 <structures fallback_to_english="true">
11661 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11687 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11662 </structure> 11688 </structure>
11663 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11689 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11664 </structure> 11690 </structure>
11665 </structures> 11691 </structures>
11666 11692
11667 </release> 11693 </release>
11668 </grit> 11694 </grit>
OLDNEW
« no previous file with comments | « base/nss_util.cc ('k') | chrome/browser/certificate_manager_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698