Continue implementing user management
This commit is contained in:
@@ -10,6 +10,16 @@ $lang['user_create'] = "Create new user";
|
||||
$lang['user_delete'] = "Delete";
|
||||
|
||||
$lang['create_user'] = "Create a new user";
|
||||
$lang['edit_user'] = "Edit user";
|
||||
|
||||
$lang['field_username'] = "Username";
|
||||
$lang['field_password'] = "Password";
|
||||
$lang['field_password_confirm'] = "Confirm password";
|
||||
$lang['field_firstname'] = "First name";
|
||||
$lang['field_lastname'] = "Last name";
|
||||
$lang['field_email'] = "Email address";
|
||||
$lang['field_institution'] = "Institution";
|
||||
$lang['field_phone'] = "Phone number";
|
||||
|
||||
/* End of file users_lang.php */
|
||||
/* Location: ./application/language/english/users_lang.php */
|
||||
|
||||
Reference in New Issue
Block a user