diff options
author | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 21:14:38 +0000 |
---|---|---|
committer | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 21:14:38 +0000 |
commit | a2e6393b381c6b13395ce417963cbab18dfd4954 (patch) | |
tree | 347e8a3549f066aec60fe8bc7c6beb72483e782b /chrome/app | |
parent | 3c7641d99d56de8d40fd87450017d9d4772cc089 (diff) | |
download | chromium_src-a2e6393b381c6b13395ce417963cbab18dfd4954.zip chromium_src-a2e6393b381c6b13395ce417963cbab18dfd4954.tar.gz chromium_src-a2e6393b381c6b13395ce417963cbab18dfd4954.tar.bz2 |
[cros] Integrate SIM unlock flow with libcros.
BUG=chromium-os:12007
TEST=Manual. Inserted locked SIM, entered incorrect PIN, entered correct PIN.
Review URL: http://codereview.chromium.org/6840018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81647 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 a531ddc..99c013c 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -10191,6 +10191,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_SIM_UNLOCK_ENTER_PIN_MESSAGE" desc="Message on the the SIM card unlock dialog asking to enter PIN in chrome:sim-unlock."> SIM card is locked, please enter PIN. </message> + <message name="IDS_SIM_UNLOCK_ENTER_PIN_TRIES_MESSAGE" desc="Message on the the SIM card unlock dialog asking to enter PIN in chrome:sim-unlock."> + SIM card is locked, please enter PIN. Tries left: <ph name="TRIES_COUNT">$1<ex>42</ex></ph> + </message> <message name="IDS_SIM_UNLOCK_INCORRECT_PIN_MESSAGE" desc="Incorrect PIN message shown on SIM card unlock dialog in chrome:sim-unlock."> Incorrect PIN, please try again. </message> |