X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Flanguage%2Fenglish%2Fuser_lang.php;h=898e0aeae62f7d9a27191083c428b019f3298007;hb=42b8f76ab32990f2668a4e3346374de7bad91be2;hp=a5ba105e523e0bd391d9494db0910c61b27b55db;hpb=ada355332b092d2bd0ec7845f62c307587c9aab0;p=living-lab-site.git diff --git a/application/language/english/user_lang.php b/application/language/english/user_lang.php index a5ba105..898e0ae 100644 --- a/application/language/english/user_lang.php +++ b/application/language/english/user_lang.php @@ -16,6 +16,9 @@ $lang['user_new_password_confirmation'] = 'New Password Confirmation'; $lang['user_email'] = 'E-mail'; $lang['user_first_name'] = 'First Name'; $lang['user_last_name'] = 'Surname'; +$lang['user_sex'] = 'Sex'; +$lang['user_sex_male'] = 'Male'; +$lang['user_sex_female'] = 'Female'; $lang['user_birth_date'] = 'Birth Date'; $lang['user_date_format_hint'] = 'use format YEAR-MONTH-DAY'; $lang['user_country'] = 'Country';