diff options
author | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 11:15:36 +0000 |
---|---|---|
committer | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 11:15:36 +0000 |
commit | 9b78cfd2818651c50f76990771fdaae1d85c3c3d (patch) | |
tree | 78fb51629371b48675769b535a5e019a06550af7 /chrome/app | |
parent | adf5f63b6300d9336a0b5a7c23634cb36254c5a0 (diff) | |
download | chromium_src-9b78cfd2818651c50f76990771fdaae1d85c3c3d.zip chromium_src-9b78cfd2818651c50f76990771fdaae1d85c3c3d.tar.gz chromium_src-9b78cfd2818651c50f76990771fdaae1d85c3c3d.tar.bz2 |
[cros] Initial CL for SIM card unlock support.
BUG=chromium-os:12007
TEST=Manual. Open chrome:sim-unlock.
Review URL: http://codereview.chromium.org/6708087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index a50ef36..cb6e00b 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -9803,6 +9803,46 @@ Keep your key file in a safe place. You will need it to create new versions of y Modifier keys... </message> + <message name="IDS_SIM_UNLOCK_ENTER_PIN_TITLE" desc="Title of the SIM card unlock dialog in chrome:sim-unlock."> + Enter SIM card PIN + </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. + </message> + <message name="IDS_SIM_UNLOCK_PIN_TRIES_LEFT_MESSAGE" desc="Message with the number of PIN tries left shown on SIM card unlock dialog in chrome:sim-unlock."> + Tries left to enter the correct SIM card PIN: <ph name="TRIES_LEFT">$1<ex>3</ex></ph>. + </message> + <message name="IDS_SIM_UNLOCK_INCORRECT_PIN_TITLE" desc="Title of the Incorrect PIN stage (no tries left) shown on SIM card unlock dialog in chrome:sim-unlock."> + Incorrect PIN + </message> + <message name="IDS_SIM_UNLOCK_NO_PIN_TRIES_LEFT_MESSAGE" desc="Message shown when there's no PIN tries left, shown on SIM card unlock dialog in chrome:sim-unlock."> + You have entered the incorrect PIN too many times. Please contact <ph name="CARRIER_ID">$1<ex>your carrier</ex></ph> to obtain a new 8-digit PIN unlocking Key (PUK). + </message> + <message name="IDS_SIM_UNLOCK_DEFAULT_CARRIER" desc="Generic carrier name shown on SIM unlock dialog. Ex.: IDS_SIM_UNLOCK_NO_PIN_TRIES_LEFT_MESSAGE, IDS_SIM_UNLOCK_ENTER_PUK_MESSAGE"> + your carrier + </message> + <message name="IDS_SIM_UNLOCK_ENTER_PUK_BUTTON" desc="Text of the button that will take to Enter PUK dialog, part of SIM card unlock dialog in chrome:sim-unlock."> + Enter PIN Unlocking Key + </message> + <message name="IDS_SIM_UNLOCK_ENTER_PUK_TITLE" desc="Title of the Enter PUK dialog, which is part of SIM card unlock dialog in chrome:sim-unlock."> + Enter PIN Unlocking Key + </message> + <message name="IDS_SIM_UNLOCK_PUK_TRIES_LEFT_MESSAGE" desc="Message with the number of PUK tries left shown on SIM card unlock dialog in chrome:sim-unlock."> + Tries left to enter the correct PIN Unlocking Key (PUK): <ph name="TRIES_LEFT">$1<ex>3</ex></ph>, or your SIM card will be permanently blocked. + </message> + <message name="IDS_SIM_UNLOCK_ENTER_PUK_MESSAGE" desc="Message on the Enter PUK dialog, which is part of SIM card unlock dialog in chrome:sim-unlock."> + Please enter the 8-digit PIN Unlocking Key provided by <ph name="CARRIER_ID">$1<ex>your carrier</ex></ph>. + </message> + <message name="IDS_SIM_UNLOCK_NO_PUK_TRIES_LEFT_MESSAGE" desc="Message shown when there're not PUK tries left, right after last try was used and SIM card is now blocked."> + You have entered the incorrect PIN Unlocking Key too many times. Your SIM card is permanently blocked. + </message> + <message name="IDS_SIM_UNLOCK_SIM_BLOCKED_TITLE" desc="Title shown when there're not PUK tries left and SIM card is blocked."> + SIM Card Blocked. + </message> + <message name="IDS_SIM_UNLOCK_SIM_BLOCKED_MESSAGE" desc="Message shown when there're not PUK tries left and SIM card is blocked."> + This SIM card is blocked and cannot be used. Please insert a different SIM card. + </message> + <message name="IDS_EULA_BACK_BUTTON" desc="Back button shown on EULA screen."> « Back </message> |