user login and registration works; no activation facility yet
[living-lab-site.git] / application / language / english / form_validation_lang.php
index 23c3b2f..95d38d8 100644 (file)
@@ -2,9 +2,13 @@
 
 include('system/language/english/form_validation_lang.php');
 
-$lang['_valid_username']       = 'You must enter a valid username with letters, numbers, . (dots) or _ (underscores).';
+$lang['_valid_username']                       = 'You must enter a valid username with letters, numbers, . (dots) or _ (underscores).';
 $lang['_valid_username_or_email']      = "You must enter an e-mail address or a valid username.";
-$lang['_do_login']                     = "Wrong %s, or wrong %s.";
+$lang['_do_login']                                     = "Wrong %s, or wrong %s.";
+$lang['_valid_date']                           = "Invalid %s! Use the specified format or leave the field blank if you don't want to specify it.";
+$lang['_valid_old_password']           = "Wrong %s.";
+$lang['_change_password_cond']         = 'If you want to change your password complete all three password related fields.';
+$lang['_required_by_register']         = 'The %s field is required.';
 
 
 /* End of file form_validation_lang.php */