users can comment videos and can like and dislike comments => a new production version
[living-lab-site.git] / application / language / english / form_validation_lang.php
1 <?php
2
3 // Merge with standard language entries.
4 include('system/language/english/form_validation_lang.php');
5
6 // Login / Register/ Account / Profile
7 $lang['_valid_username']                        = 'You must enter a valid username with letters, numbers, . (dots) or _ (underscores).';
8 $lang['_valid_username_or_email']       = "You must enter an e-mail address or a valid username.";
9 $lang['_do_login']                                      = 'Wrong %s, or wrong %s.';
10 $lang['_valid_date']                            = 'Invalid %s! Use the specified format or leave the field blank if you don\'t want to specify it.';
11 $lang['_valid_old_password']            = 'Wrong %s.';
12 $lang['_change_password_cond']          = 'If you want to change your password complete all three password related fields.';
13 $lang['_required_by_register']          = 'The %s field is required.';
14
15 // Account Activation
16 $lang['_valid_activation_code']         = 'Invalid activation code. You must provide 16 hexa characters.';
17 $lang['_do_activate']                           = 'Wrong activation code.';
18 $lang['_do_resend_activation']          = 'An error occurred while resending your activation e-mail. This is not a permanent error. Please try again later.';
19
20 // Password Recovery
21 $lang['_username_exists']                       = 'There is no account registered with this username.';
22 $lang['_internal_account']                      = 'You cannot change the password for this account because authentication is provided by a third-party.';
23 $lang['_do_recover_password']           = 'Username and e-mail address are not associated with the same account.';
24
25 // Comment Video
26 $lang['_is_user_loggedin']              = 'In order to comment a video you must be logged in.';
27
28 /* End of file form_validation_lang.php */
29 /* Location: ./system/language/english/form_validation_lang.php */