diff options
Diffstat (limited to 'res/values-en-rGB')
-rw-r--r-- | res/values-en-rGB/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml index 3664afe7c..0919ceadf 100644 --- a/res/values-en-rGB/strings.xml +++ b/res/values-en-rGB/strings.xml @@ -789,6 +789,12 @@ <string name="sim_lock_failed" msgid="5651596916127873626">"Can\'t change SIM card lock state.\nPossibly incorrect PIN."</string> <string name="sim_enter_ok" msgid="6475946836899218919">"OK"</string> <string name="sim_enter_cancel" msgid="6240422158517208036">"Cancel"</string> + <string name="wrong_pin_code_pukked" msgid="4003655226832658066">"Incorrect SIM PIN code; you must now contact your carrier to unlock your device."</string> + <plurals name="wrong_pin_code"> + <item quantity="one" msgid="4840607930166101114">"Incorrect SIM PIN code; you have <xliff:g id="NUMBER">%d</xliff:g> remaining attempt/s before you must contact your carrier to unlock your device."</item> + <item quantity="other" msgid="77103619544346451">"Incorrect SIM PIN code, you have <xliff:g id="NUMBER">%d</xliff:g> remaining attempt/s."</item> + </plurals> + <string name="pin_failed" msgid="1848423634948587645">"SIM PIN operation failed!"</string> <string name="device_info_settings" product="tablet" msgid="1119755927536987178">"Tablet status"</string> <string name="device_info_settings" product="default" msgid="475872867864762157">"Phone status"</string> <string name="system_update_settings_list_item_title" msgid="3342887311059985961">"System updates"</string> |