account activation and password recovery implemented
[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'] = 'Profile Picture';
21 $lang['user_ui_lang'] = 'Site Interface Language';
22 $lang['user_time_zone'] = 'Time Zone';
23 $lang['user_roles'] = 'Roles';
24 $lang['user_auth_src'] = 'Authentication Source';
25 $lang['user_video_prefs'] = 'Video Preferences';
26 $lang['user_registration_date'] = 'Registration Date';
27 $lang['user_last_login'] = 'Last Login Time';
28
29 $lang['user_note_required_fields'] = '* Required fields!';
30 $lang['user_submit_register'] = 'Register';
31 $lang['user_submit_save'] = 'Save';
32
33 // Account Activation
34 $lang['user_title_activation'] = 'Account Activation';
35 $lang['user_title_password_recovery'] = 'Password Recovery';
36 $lang['user_legend_activation'] = 'Activate your account';
37 $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.';
38 $lang['user_activation_code'] = 'Activation Code';
39 $lang['user_submit_activate'] = 'Activate Account';
40 $lang['user_submit_password_recovery'] = 'Recover Password';
41 $lang['user_legend_resend_activation'] = 'Resend the activation code';
42 $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.';
43 $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.';
44 $lang['user_submit_resend_activation'] = 'Resend Activation E-mail';
45 $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>.';
46 $lang['user_msg_wrong_activation_code'] = 'Wrong account activation code!';
47 $lang['user_msg_activation_resent'] = 'Activation e-mail has been resent to %s!';
48 $lang['user_msg_password_recovery_email_sent'] = 'An e-mail with a new password for user %s has been sent to %s.';
49 $lang['user_link_password_recovery'] = 'Did you forget your password?';
50 $lang['user_activation_email_content'] =
51 "Hello %s,
52
53 Please confirm that you registered a new account on %s (%s) by following the link below:
54
55 %s
56
57 If the link does not work try to copy it and then paste it into your address bar.
58
59 Alternatively you can use the following Activation Code: %s
60
61 Thank for registering!
62 ";
63 $lang['user_password_recovery_email_content'] =
64 "Hello %s,
65
66 You requested a password recovery on %s (%s). Here is your new auto-generated password:
67
68 %s
69
70 It is recommended to change this password after you log in.
71
72 Best regards!
73 ";
74
75 $lang['user_no_videos_uploaded'] = 'The user uploaded no videos.';
76
77 $lang['user_role_standard'] = 'Standard User';
78 $lang['user_role_admin'] = 'Administrator';
79
80 /* End of file user_lang.php */
81 /* Location: ./application/language/english/user_lang.php */