cis notified web server of a job completion; upload form interface and validation...
[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_legend_login_normal'] = 'Log in with a %s Account';
7 $lang['user_legend_login_openid'] = 'Log in with a Third-party Account';
8 $lang['user_username'] = 'User Name';
9 $lang['user_username_or_email'] = 'User Name or E-mail';
10 $lang['user_openid'] = 'OpenID';
11 $lang['user_password'] = 'Password';
12 $lang['user_password_confirmation'] = 'Password Confirmation';
13 $lang['user_old_password'] = 'Old Password';
14 $lang['user_new_password'] = 'New Password';
15 $lang['user_new_password_confirmation'] = 'New Password Confirmation';
16 $lang['user_email'] = 'E-mail';
17 $lang['user_first_name'] = 'First Name';
18 $lang['user_last_name'] = 'Surname';
19 $lang['user_sex'] = 'Sex';
20 $lang['user_sex_male'] = 'Male';
21 $lang['user_sex_female'] = 'Female';
22 $lang['user_birth_date'] = 'Birth Date';
23 $lang['user_date_format_hint'] = 'use format YEAR-MONTH-DAY';
24 $lang['user_country'] = 'Country';
25 $lang['user_locality'] = 'City / Town';
26 $lang['user_picture'] = 'Picture';
27 $lang['user_change_picture'] = 'Change Picture';
28 $lang['user_ui_lang'] = 'Site Interface Language';
29 $lang['user_time_zone'] = 'Time Zone';
30 $lang['user_roles'] = 'Roles';
31 $lang['user_auth_src'] = 'Authentication Source';
32 $lang['user_video_prefs'] = 'Video Preferences';
33 $lang['user_registration_date'] = 'Registration Date';
34 $lang['user_last_login'] = 'Last Login Time';
35
36 $lang['user_submit_register'] = 'Register';
37 $lang['user_submit_save'] = 'Save';
38
39 // Account Activation
40 $lang['user_title_activation'] = 'Account Activation';
41 $lang['user_title_password_recovery'] = 'Password Recovery';
42 $lang['user_legend_activation'] = 'Activate your account';
43 $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.';
44 $lang['user_activation_code'] = 'Activation Code';
45 $lang['user_submit_activate'] = 'Activate Account';
46 $lang['user_submit_password_recovery'] = 'Recover Password';
47 $lang['user_legend_resend_activation'] = 'Resend the activation code';
48 $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.';
49 $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.';
50 $lang['user_submit_resend_activation'] = 'Resend Activation E-mail';
51 $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>.';
52 $lang['user_msg_wrong_activation_code'] = 'Wrong account activation code!';
53 $lang['user_msg_activation_resent'] = 'Activation e-mail has been resent to %s!';
54 $lang['user_msg_password_recovery_email_sent'] = 'An e-mail with a new password for user %s has been sent to %s.';
55 $lang['user_link_password_recovery'] = 'Did you forget your password?';
56 $lang['user_activation_email_content'] =
57 "Hello %s,
58
59 Please confirm that you registered a new account on %s (%s) by following the link below:
60
61 %s
62
63 If the link does not work try to copy it and then paste it into your address bar.
64
65 Alternatively you can use the following Activation Code: %s
66
67 Thank for registering!
68 ";
69 $lang['user_password_recovery_email_content'] =
70 "Hello %s,
71
72 You requested a password recovery on %s (%s). Here is your new auto-generated password:
73
74 %s
75
76 It is recommended to change this password after you log in.
77
78 Best regards!
79 ";
80
81 $lang['user_no_videos_uploaded'] = 'The user uploaded no videos.';
82
83 $lang['user_role_standard'] = 'Standard User';
84 $lang['user_role_admin'] = 'Administrator';
85
86 /* End of file user_lang.php */
87 /* Location: ./application/language/english/user_lang.php */