Merge "Display TOO_SHORT_WHEN_ALL_NUMERIC" into tm-dev am: 9b28ecf9de
am: 80e74b7f0f
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17799715 Change-Id: I8e30238449dca001ccc6ac707fca89f55f1a4790 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1622,6 +1622,13 @@
|
||||
<item quantity="one">Must contain at least <xliff:g id="count" example="1">%d</xliff:g> character</item>
|
||||
<item quantity="other">Must be at least <xliff:g id="count" example="3">%d</xliff:g> characters</item>
|
||||
</plurals>
|
||||
<!-- Hint shown in dialog screen when password is too short and only using numbers. [CHAR LIMIT=NONE] -->
|
||||
<string name="lockpassword_password_too_short_all_numeric">
|
||||
{count, plural,
|
||||
=1 {If using only numbers, must be at least 1 digit}
|
||||
other {If using only numbers, must be at least # digits}
|
||||
}
|
||||
</string>
|
||||
<!-- Hint shown in dialog screen when PIN is too short -->
|
||||
<plurals name="lockpassword_pin_too_short">
|
||||
<item quantity="one">PIN must contain at least <xliff:g id="count" example="1">%d</xliff:g> digit</item>
|
||||
|
Reference in New Issue
Block a user