Changeset 1226 for branches/1.2/content/plugins
- Timestamp:
- 02/23/10 16:44:11 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/content/plugins/user_signin/languages/user_signin_language.php
r908 r1226 86 86 $lang["user_signin_register_username_error"] = "Your username must be at least 4 characters and can contain letters, dashes and underscores only"; 87 87 $lang["user_signin_register_username_error_short"] = "At least 4 characters, using only letters, dashes and underscores"; 88 $lang["user_signin_register_password_error"] = "The password must be at least 8 characters and can only contain letters, numbers and these symbols: @ * # - _";89 $lang["user_signin_register_password_error_short"] = "At least 8 characters, using only letters, numbers and these symbols: @ * # - _";88 $lang["user_signin_register_password_error"] = "The password must be at least 8 characters and can only contain letters, numbers and these symbols: ! @ * # - _"; 89 $lang["user_signin_register_password_error_short"] = "At least 8 characters, using only letters, numbers and these symbols: ! @ * # - _"; 90 90 $lang['user_signin_register_password_match_error'] = "The password fields don't match"; 91 91 $lang["user_signin_register_email_error"] = "That doesn't parse as a valid email address";
Note: See TracChangeset
for help on using the changeset viewer.