summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2015-07-30 12:41:42 -0700
committerJorim Jaggi <jjaggi@google.com>2015-07-30 12:42:08 -0700
commit12ee807c1fbef73d9a05cff523d797748d209002 (patch)
tree51e961f3990931405de301ab5480e941a2a02c5a /res/values
parent32b96646eec917987fdd38208c6b11a9bc8832d3 (diff)
downloadpackages_apps_Settings-12ee807c1fbef73d9a05cff523d797748d209002.zip
packages_apps_Settings-12ee807c1fbef73d9a05cff523d797748d209002.tar.gz
packages_apps_Settings-12ee807c1fbef73d9a05cff523d797748d209002.tar.bz2
Add dialog to confirm last fingerprint removal
Bug: 22847296 Change-Id: Ib4984d8db0c9abc00442026360bd5617515225aa
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b8a3401..ade2cb5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -777,6 +777,15 @@
<!-- Text shown when "Add fingerprint" button is disabled -->
<string name="fingerprint_add_max">You can add up to <xliff:g id="count" example="5">%d</xliff:g> fingerprints</string>
+ <!-- Title shown in a dialog which asks the user to confirm when the last fingerprint gets deleted by him. [CHAR LIMIT=35]-->
+ <string name="fingerprint_last_delete_title">Remove all fingerprints?</string>
+
+ <!-- Message shown in a dialog which asks the user to confirm when the last fingerprint gets deleted by him. [CHAR LIMIT=NONE]-->
+ <string name="fingerprint_last_delete_message">You won\'t be able to use your fingerprints to unlock your phone, authorize purchases, or sign in to apps with them.</string>
+
+ <!-- Button to confirm the last removing the last fingerprint. [CHAR LIMIT=20]-->
+ <string name="fingerprint_last_delete_confirm">Yes, remove</string>
+
<!-- Content description for the fingerprint icon when the user is prompted to enter his credentials. Not shown on the screen. [CHAR LIMIT=NONE] -->
<string name="confirm_fingerprint_icon_content_description">Use your fingerprint to continue.</string>