users can add pictures to their profiles; users can like and dislike videos
[living-lab-site.git] / application / language / english / user_lang.php
1 <?php
2
3 $lang['user_appelation'] = 'User';
4
5 // Login / Register/ Account / Profile
6 $lang['user_username'] = 'User Name';
7 $lang['user_username_or_email'] = 'User Name or E-mail';
8 $lang['user_password'] = 'Password';
9 $lang['user_password_confirmation'] = 'Password Confirmation';
10 $lang['user_old_password'] = 'Old Password';
11 $lang['user_new_password'] = 'New Password';
12 $lang['user_new_password_confirmation'] = 'New Password Confirmation';
13 $lang['user_email'] = 'E-mail';
14 $lang['user_first_name'] = 'First Name';
15 $lang['user_last_name'] = 'Surname';
16 $lang['user_birth_date'] = 'Birth Date';
17 $lang['user_date_format_hint'] = 'use format YEAR-MONTH-DAY';
18 $lang['user_country'] = 'Country';
19 $lang['user_locality'] = 'City / Town';
20 $lang['user_picture'] = 'Picture';
21 $lang['user_change_picture'] = 'Change Picture';
22 $lang['user_ui_lang'] = 'Site Interface Language';
23 $lang['user_time_zone'] = 'Time Zone';
24 $lang['user_roles'] = 'Roles';
25 $lang['user_auth_src'] = 'Authentication Source';
26 $lang['user_video_prefs'] = 'Video Preferences';
27 $lang['user_registration_date'] = 'Registration Date';
28 $lang['user_last_login'] = 'Last Login Time';
29
30 $lang['user_note_required_fields'] = '* Required fields!';
31 $lang['user_submit_register'] = 'Register';
32 $lang['user_submit_save'] = 'Save';
33
34 // Account Activation
35 $lang['user_title_activation'] = 'Account Activation';
36 $lang['user_title_password_recovery'] = 'Password Recovery';
37 $lang['user_legend_activation'] = 'Activate your account';
38 $lang['user_instruction_activation'] = 'Shortly after the registration you made you will receive an <em>activation e-mail</em> on your e-mail address you provided. In order to confirm that you are the owner of that e-mail address, follow the link there or enter the <em>activation code</em> also provided in that e-mail in the field below.';
39 $lang['user_activation_code'] = 'Activation Code';
40 $lang['user_submit_activate'] = 'Activate Account';
41 $lang['user_submit_password_recovery'] = 'Recover Password';
42 $lang['user_legend_resend_activation'] = 'Resend the activation code';
43 $lang['user_instruction_resend_activation'] = 'The <em>activation e-mail</em> can take up to a few minutes until it arrives in your inbox, so please be patient. If you entered a wrong e-mail address, you can change it by entering another one in the field below. Pressing <em>Resend</em> will cause us to retransmit you the <em>activation e-mail</em> on the address entered in this field.';
44 $lang['user_instruction_password_recovery'] = 'Enter you username and the e-mail address associated with your account and we will send you a new auto-generated password.';
45 $lang['user_submit_resend_activation'] = 'Resend Activation E-mail';
46 $lang['user_msg_activated_account'] = 'Your account is active so you can <a href="%s">login</a>. You successfully validated your e-mail address through the <em>activation e-mail</em>.';
47 $lang['user_msg_wrong_activation_code'] = 'Wrong account activation code!';
48 $lang['user_msg_activation_resent'] = 'Activation e-mail has been resent to %s!';
49 $lang['user_msg_password_recovery_email_sent'] = 'An e-mail with a new password for user %s has been sent to %s.';
50 $lang['user_link_password_recovery'] = 'Did you forget your password?';
51 $lang['user_activation_email_content'] =
52 "Hello %s,
53
54 Please confirm that you registered a new account on %s (%s) by following the link below:
55
56 %s
57
58 If the link does not work try to copy it and then paste it into your address bar.
59
60 Alternatively you can use the following Activation Code: %s
61
62 Thank for registering!
63 ";
64 $lang['user_password_recovery_email_content'] =
65 "Hello %s,
66
67 You requested a password recovery on %s (%s). Here is your new auto-generated password:
68
69 %s
70
71 It is recommended to change this password after you log in.
72
73 Best regards!
74 ";
75
76 $lang['user_no_videos_uploaded'] = 'The user uploaded no videos.';
77
78 $lang['user_role_standard'] = 'Standard User';
79 $lang['user_role_admin'] = 'Administrator';
80
81 /* End of file user_lang.php */
82 /* Location: ./application/language/english/user_lang.php */