Ignore:
Timestamp:
02/23/10 16:51:14 (3 years ago)
Author:
nick_ramsay
Message:

[Branch 1.2] Minor updates to main_language.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/content/main_language.php

    r1188 r1227  
    115115$lang["main_user_account_update_unexpected_error"] = "Sorry, there has been an unexpected error"; 
    116116$lang["main_user_account_update_password_error_old"] = "Your old password doesn't match our records"; 
    117 $lang["main_user_account_update_password_error_new"] = "The new password must be at least 8 characters and can only contain letters, numbers and these symbols: @ * # - _"; 
     117$lang["main_user_account_update_password_error_new"] = "The new password must be at least 8 characters and can only contain letters, numbers and these symbols: ! @ * # - _"; 
    118118$lang["main_user_account_update_password_error_match"] = "The two \"New password\" fields don't match"; 
    119 $lang["main_user_account_update_password_error_not_provided"] = "Please fill in all the password fields with at least 8 characters"; 
     119$lang["main_user_account_update_password_error_not_provided"] = "Please fill in all the password fields with at least 8 letters, numbers and these symbols: ! @ * # - _"; 
    120120$lang["main_user_account_update_username_error"] = "Your username must be at least 4 characters and can contain letters, dashes and underscores only"; 
    121 $lang["main_user_account_update_password_error"] = "The password must be at least 8 characters and can only contain letters, numbers and these symbols: @ * # - _"; 
     121$lang["main_user_account_update_password_error"] = "The password must be at least 8 characters and can only contain letters, numbers and these symbols: ! @ * # - _"; 
     122$lang["main_user_account_username_requirements"] = "At least 4 characters, using only letters, dashes and underscores"; 
     123$lang["main_user_account_password_requirements"] = "At least 8 characters, using only letters, numbers and these symbols: ! @ * # - _"; 
    122124$lang['main_user_account_update_password_match_error'] = "The password fields don't match"; 
    123125$lang["main_user_account_update_email_error"] = "That doesn't parse as a valid email address"; 
Note: See TracChangeset for help on using the changeset viewer.