X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Flanguage%2Fenglish%2Fform_validation_lang.php;h=bb6fba17c4500fb5afc8773436982278a2a8f3c9;hb=080b37a97e93691b3ba1c4aa3982a143167115a7;hp=ce86d158f9e78e8fad1319e9bb1c21633bebc999;hpb=355535fa933c0fc2c1d63f0d4df3b1fc6e60d05c;p=living-lab-site.git diff --git a/application/language/english/form_validation_lang.php b/application/language/english/form_validation_lang.php index ce86d15..bb6fba1 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,12 +12,25 @@ $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.'; $lang['_do_activate'] = 'Wrong activation code.'; $lang['_do_resend_activation'] = 'An error occurred while resending your activation e-mail. This is not a permanent error. Please try again later.'; +// Password Recovery +$lang['_username_exists'] = 'There is no account registered with this username.'; +$lang['_internal_account'] = 'You cannot change the password for this account because authentication is provided by a third-party.'; +$lang['_do_recover_password'] = 'Username and e-mail address are not associated with the same account.'; + +// Comment Video +$lang['_is_user_loggedin'] = 'In order to comment a video you must be logged in.'; + +// Upload Video +$lang['_valid_tags'] = 'Tags are alphanumeric words separated by commas.'; +$lang['_required_upload'] = 'The %s field is required.'; +$lang['_valid_upload'] = 'The uploaded video file is not supported.'; /* End of file form_validation_lang.php */ /* Location: ./system/language/english/form_validation_lang.php */ \ No newline at end of file