X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Flanguage%2Fenglish%2Fform_validation_lang.php;h=59d835278be452b73857a30cbf0ed534059af943;hb=2881d1393f363efd3c5f0e9b58706e6e35e85717;hp=8ca5b5b75872d0ff01219ae44b3b00147ebc3a8a;hpb=9cc2a6602b47ac97d72efa51ec654418b252b4e4;p=living-lab-site.git diff --git a/application/language/english/form_validation_lang.php b/application/language/english/form_validation_lang.php index 8ca5b5b..59d8352 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.'; @@ -22,7 +23,8 @@ $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