diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-05 02:20:44 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-05 02:20:44 +0000 |
commit | 4c4f7cdb9dfef25e00a3f03f2311f22bacfaef39 (patch) | |
tree | 2e68cf6647aec887b211096bacf576460f96153a /chrome/app | |
parent | b640b41ead7134a508d4228e480409e83cf9ac63 (diff) | |
download | chromium_src-4c4f7cdb9dfef25e00a3f03f2311f22bacfaef39.zip chromium_src-4c4f7cdb9dfef25e00a3f03f2311f22bacfaef39.tar.gz chromium_src-4c4f7cdb9dfef25e00a3f03f2311f22bacfaef39.tar.bz2 |
NSS: Unlock crypto devices when populating cert manager.
BUG=42073
TEST=try to use cert manager with "unfriendly" device.
Review URL: http://codereview.chromium.org/6580058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index f272f03..2991709 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6436,6 +6436,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_CRYPTO_MODULE_AUTH_DIALOG_TEXT_CLIENT_AUTH" desc="The text in the dialog that prompts for security device password when doing key generation."> Please sign in to <ph name="TOKEN_NAME">$1<ex>Software Security Device</ex></ph> to authenticate to <ph name="HOST_NAME">$2<ex>www.google.com</ex></ph> with your certificate. </message> + <message name="IDS_CRYPTO_MODULE_AUTH_DIALOG_TEXT_LIST_CERTS" desc="The text in the dialog that prompts for security device password when using the certificate manager without taking a specific action (eg, just loading the cert manager)."> + Please sign in to <ph name="TOKEN_NAME">$1<ex>Software Security Device</ex></ph>. + </message> <message name="IDS_CRYPTO_MODULE_AUTH_DIALOG_TEXT_CERT_IMPORT" desc="The text in the dialog that prompts for security device password when using the certificate manager to import a client certificate."> Please sign in to <ph name="TOKEN_NAME">$1<ex>Software Security Device</ex></ph> to import the client certificate. </message> |