diff options
author | Maurice Lam <yukl@google.com> | 2015-07-31 00:43:58 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-07-31 00:43:58 +0000 |
commit | 997bcaa7d8486814540d8bcf1269918d8c48d960 (patch) | |
tree | 8bf2180905f9b5eaa5f7ce5a804ffc6efb1dc2cb /res/values/strings.xml | |
parent | 6b0a2d21e65ab1c29aec925380bbf43bab22c2c1 (diff) | |
parent | 5656314acad5d105c357cedd895f78b12476cac8 (diff) | |
download | packages_apps_Settings-997bcaa7d8486814540d8bcf1269918d8c48d960.zip packages_apps_Settings-997bcaa7d8486814540d8bcf1269918d8c48d960.tar.gz packages_apps_Settings-997bcaa7d8486814540d8bcf1269918d8c48d960.tar.bz2 |
Merge "[Fingerprint] Advertise wake & unlock during SUW" into mnc-dev
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ecd293f..51bc4ec 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -755,6 +755,10 @@ <string name="security_settings_fingerprint_enroll_finish_title">Fingerprint added!</string> <!-- Message shown in fingerprint enrollment dialog once enrollment is completed --> <string name="security_settings_fingerprint_enroll_finish_message">Whenever you see this icon, you can use your fingerprint for identification or to authorize a purchase.</string> + <!-- Message shown when fingerprint enrollment is completed during setup wizard [CHAR LIMIT=NONE] --> + <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> <!-- 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] --> |