Merge "Hide next button when max fingerprints enrolled"

This commit is contained in:
TreeHugger Robot
2016-12-15 22:57:26 +00:00
committed by Android (Google) Code Review
4 changed files with 149 additions and 1 deletions

View File

@@ -866,6 +866,10 @@
<!-- 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>
<!-- Text shown when users has enrolled a maximum number of fingerprints [CHAR LIMIT=NONE] -->
<string name="fingerprint_intro_error_max">You\u2019ve added the maximum number of fingerprints</string>
<!-- Text shown when an unknown error caused the device to be unable to add fingerprints [CHAR LIMIT=NONE] -->
<string name="fingerprint_intro_error_unknown">Can\u2019t add more fingerprints</string>
<!-- Title shown in a dialog which asks the user to confirm when the last fingerprint gets deleted by him. [CHAR LIMIT=50]-->
<string name="fingerprint_last_delete_title">Remove all fingerprints?</string>