diff options
author | Geoff Mendal <mendal@google.com> | 2015-06-15 13:45:41 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-06-15 13:45:48 +0000 |
commit | 8cacde138398bb63a131452fab84e3677b87adc3 (patch) | |
tree | 3a382ccdf9f5c909dce2b583ed8da5c46a35416b /packages/Keyguard/res/values-en-rIN/strings.xml | |
parent | 1ed87e5d30b5ccfd1d7448f22389143928b8c118 (diff) | |
parent | 007c215917fbe9eed68111c556af9c4629a95fd0 (diff) | |
download | frameworks_base-8cacde138398bb63a131452fab84e3677b87adc3.zip frameworks_base-8cacde138398bb63a131452fab84e3677b87adc3.tar.gz frameworks_base-8cacde138398bb63a131452fab84e3677b87adc3.tar.bz2 |
Merge "Import translations. DO NOT MERGE" into mnc-dev
Diffstat (limited to 'packages/Keyguard/res/values-en-rIN/strings.xml')
-rw-r--r-- | packages/Keyguard/res/values-en-rIN/strings.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/Keyguard/res/values-en-rIN/strings.xml b/packages/Keyguard/res/values-en-rIN/strings.xml index 053b9d1..9fbc9ee 100644 --- a/packages/Keyguard/res/values-en-rIN/strings.xml +++ b/packages/Keyguard/res/values-en-rIN/strings.xml @@ -108,5 +108,23 @@ <string name="keyguard_carrier_default" msgid="8700650403054042153">"No service."</string> <string name="accessibility_ime_switch_button" msgid="5032926134740456424">"Switch input method button."</string> <string name="airplane_mode" msgid="3122107900897202805">"Aeroplane mode"</string> + <string name="kg_prompt_reason_restart_pattern" msgid="489430505491862444">"Pattern required when you restart device."</string> + <string name="kg_prompt_reason_restart_pin" msgid="994878216570694974">"PIN required when you restart device."</string> + <string name="kg_prompt_reason_restart_password" msgid="2375742919528461664">"Password required when you restart device."</string> + <string name="kg_prompt_reason_switch_profiles_pattern" msgid="3802056699323773969">"Pattern required when you switch profiles."</string> + <string name="kg_prompt_reason_switch_profiles_pin" msgid="8108020184731052246">"PIN required when you switch profiles."</string> + <string name="kg_prompt_reason_switch_profiles_password" msgid="6755997057852042672">"Password required when you switch profiles."</string> + <plurals name="kg_prompt_reason_time_pattern" formatted="false" msgid="2697444392228541853"> + <item quantity="other">Device hasn\'t been unlocked for <xliff:g id="NUMBER_1">%d</xliff:g> hours. Confirm pattern.</item> + <item quantity="one">Device hasn\'t been unlocked for <xliff:g id="NUMBER_0">%d</xliff:g> hour. Confirm pattern.</item> + </plurals> + <plurals name="kg_prompt_reason_time_pin" formatted="false" msgid="2118758475374354849"> + <item quantity="other">Device hasn\'t been unlocked for <xliff:g id="NUMBER_1">%d</xliff:g> hours. Confirm PIN.</item> + <item quantity="one">Device hasn\'t been unlocked for <xliff:g id="NUMBER_0">%d</xliff:g> hour. Confirm PIN.</item> + </plurals> + <plurals name="kg_prompt_reason_time_password" formatted="false" msgid="5132693663364913675"> + <item quantity="other">Device hasn\'t been unlocked for <xliff:g id="NUMBER_1">%d</xliff:g> hours. Confirm password.</item> + <item quantity="one">Device hasn\'t been unlocked for <xliff:g id="NUMBER_0">%d</xliff:g> hour. Confirm password.</item> + </plurals> <string name="fingerprint_not_recognized" msgid="2690661881608146617">"Not recognised"</string> </resources> |