Fix 2535700: Strings for additional security policies.

Change-Id: Icd2f31ae5393ee7b26113d8c3f31ef06b3469939
This commit is contained in:
Jim Miller
2010-03-22 19:36:34 -07:00
parent 50d4a68182
commit b11e275a99

View File

@@ -525,7 +525,7 @@
<!-- In the security screen, the header title for settings related to Passwords-->
<string name="security_passwords_title">Passwords</string>
<!-- Unlock settings --><skip />
<!-- Title for preference that will guide the user through creating an unlock pattern -->
@@ -583,7 +583,13 @@
<string name="lockpassword_illegal_character">Password contains an illegal character</string>
<!-- Error shown when in PASSWORD mode and password is all digits -->
<string name="lockpassword_password_requires_alpha">Alpha password must contain at least one letter</string>
<string name="lockpassword_password_requires_alpha">Password must contain at least one letter</string>
<!-- Error shown when in PASSWORD mode and password doesn't contain any digits -->
<string name="lockpassword_password_requires_digit">Password must contain at least one digit</string>
<!-- Error shown when in PASSWORD mode and password doesn't contain any symbols -->
<string name="lockpassword_password_requires_symbol">Password must contain at least one symbol</string>
<!-- Label for ChoosePassword/PIN OK button -->
<string name="lockpassword_ok_label">OK</string>