bug fixes solved before pushing a new version to production
[living-lab-site.git] / application / language / english / user_lang.php
index cfb4939..a5ba105 100644 (file)
@@ -3,8 +3,11 @@
 $lang['user_appelation'] = 'User';
 
 // Login / Register/ Account / Profile
+$lang['user_legend_login_normal'] = 'Log in with a %s Account';
+$lang['user_legend_login_openid'] = 'Log in with a Third-party Account';
 $lang['user_username'] = 'User Name';
 $lang['user_username_or_email'] = 'User Name or E-mail';
+$lang['user_openid'] = 'OpenID';
 $lang['user_password'] = 'Password';
 $lang['user_password_confirmation'] = 'Password Confirmation';
 $lang['user_old_password'] = 'Old Password';
@@ -17,7 +20,8 @@ $lang['user_birth_date'] = 'Birth Date';
 $lang['user_date_format_hint'] = 'use format YEAR-MONTH-DAY';
 $lang['user_country'] = 'Country';
 $lang['user_locality'] = 'City / Town';
-$lang['user_picture'] = 'Profile Picture';
+$lang['user_picture'] = 'Picture';
+$lang['user_change_picture'] = 'Change Picture';
 $lang['user_ui_lang'] = 'Site Interface Language';
 $lang['user_time_zone'] = 'Time Zone';
 $lang['user_roles'] = 'Roles';