X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Flanguage%2Fenglish%2Fform_validation_lang.php;h=e86f027229e39dd82f3396dca1baa5702d120284;hb=ada355332b092d2bd0ec7845f62c307587c9aab0;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..e86f027 100644 --- a/application/language/english/form_validation_lang.php +++ b/application/language/english/form_validation_lang.php @@ -17,6 +17,13 @@ $lang['_valid_activation_code'] = 'Invalid activation code. You must provide 16 $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.'; /* End of file form_validation_lang.php */ /* Location: ./system/language/english/form_validation_lang.php */ \ No newline at end of file