Begin implementing user management
This commit is contained in:
15
application/language/english/users_lang.php
Normal file
15
application/language/english/users_lang.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
$lang['users'] = "Users";
|
||||
$lang['available_users'] = "Available users";
|
||||
$lang['username'] = "Username";
|
||||
$lang['realname'] = "Name";
|
||||
$lang['options'] = "Options";
|
||||
$lang['user_edit'] = "Edit";
|
||||
$lang['user_create'] = "Create new user";
|
||||
$lang['user_delete'] = "Delete";
|
||||
|
||||
$lang['create_user'] = "Create a new user";
|
||||
|
||||
/* End of file users_lang.php */
|
||||
/* Location: ./application/language/english/users_lang.php */
|
||||
Reference in New Issue
Block a user