X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Flanguage%2Fenglish%2Fform_validation_lang.php;h=b8b6d29a86acf0b0effdab2a41b7d3190e043541;hb=42b8f76ab32990f2668a4e3346374de7bad91be2;hp=e86f027229e39dd82f3396dca1baa5702d120284;hpb=a69349a99360f6cb64ae3d87f6572f1d8a98400f;p=living-lab-site.git diff --git a/application/language/english/form_validation_lang.php b/application/language/english/form_validation_lang.php index e86f027..b8b6d29 100644 --- a/application/language/english/form_validation_lang.php +++ b/application/language/english/form_validation_lang.php @@ -4,6 +4,7 @@ include('system/language/english/form_validation_lang.php'); // Login / Register/ Account / Profile +$lang['_is_username_unique'] = 'Username already exists. Please choose another one.'; $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.'; @@ -11,6 +12,7 @@ $lang['_valid_date'] = 'Invalid %s! Use the specified format or leave the fie $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.'; +$lang['_check_captcha'] = 'The text entered does not match the text from the previous image. Try again with this image.'; // Account Activation $lang['_valid_activation_code'] = 'Invalid activation code. You must provide 16 hexa characters.';