Adding support for minimum non-letter characters.

Change-Id: I1eb96e3b88a368f1d92acdf71974fcd8fda1caab
This commit is contained in:
Konstantin Lopyrev
2010-06-04 17:27:53 -07:00
parent 660ad5e3e2
commit 2df65e4fac
2 changed files with 17 additions and 0 deletions

View File

@@ -650,6 +650,12 @@
<item quantity="other">Password must contain at least %d special symbols</item>
</plurals>
<!-- Error shown when in PASSWORD mode and password doesn't contain the required number of non-letter characters -->
<plurals name="lockpassword_password_requires_nonletter">
<item quantity="one">Password must contain at least 1 non-letter character</item>
<item quantity="other">Password must contain at least %d non-letter characters</item>
</plurals>
<!-- Error shown when in PASSWORD mode and password has been used recently. Please keep this string short! -->
<string name="lockpassword_password_recently_used">Device administrator disallows using a recent password</string>