summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2015-08-28 22:31:35 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-28 22:31:35 +0000
commit07c2561d80fba5b3764177aa03dc4496cbe9b47e (patch)
tree445e9c5a0a3d466d0297d5b9ee82dd17cb3afa04 /res
parentc350e4e1335c0d9f89fb7be81b65baaf36a30f0f (diff)
parent8cea65f99f23c1a86d7a760b2dba89fa83036959 (diff)
downloadpackages_apps_Settings-07c2561d80fba5b3764177aa03dc4496cbe9b47e.zip
packages_apps_Settings-07c2561d80fba5b3764177aa03dc4496cbe9b47e.tar.gz
packages_apps_Settings-07c2561d80fba5b3764177aa03dc4496cbe9b47e.tar.bz2
am 8cea65f9: am 3087a4e0: Merge "[Fingerprint] Add skip dialog during SUW" into mnc-dr-dev
* commit '8cea65f99f23c1a86d7a760b2dba89fa83036959': [Fingerprint] Add skip dialog during SUW
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1482f95..33bda89 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -759,6 +759,13 @@
<string name="setup_fingerprint_enroll_finish_message">Just touch the fingerprint sensor to wake and unlock your device.</string>
<!-- Message shown when fingerprint enrollment is completed, telling user about the fingerprint icon that will be shown whenever they can use their fingerprint [CHAR LIMIT=NONE] -->
<string name="setup_fingerprint_enroll_finish_message_secondary">When you see this icon, you can use your fingerprint.</string>
+ <!-- Title of the dialog shown when the user tries to skip fingerprint setup, asking them to confirm the action [CHAR LIMIT=40] -->
+ <string name="setup_fingerprint_enroll_enrolling_skip_title">Skip fingerprint setup?</string>
+ <!-- Content of the dialog shown when the user tries to skip fingerprint setup, asking them to confirm the action [CHAR LIMIT=NONE] -->
+ <string name="setup_fingerprint_enroll_enrolling_skip_message">To set up fingerprint access, stay on this screen and follow the instructions.</string>
+ <!-- Label of the button for the user to stay on fingerprint setup screen [CHAR LIMIT=20] -->
+ <string name="setup_fingerprint_enroll_enrolling_stay_button">Stay</string>
+
<!-- Button text to setup screen lock in onboard dialog [CHAR LIMIT=34] -->
<string name="security_settings_fingerprint_enroll_setup_screen_lock">Set up screen lock</string>
<!-- Button text to exit fingerprint wizard after everything is done [CHAR LIMIT=15] -->