Begin implementing user management

This commit is contained in:
Eike Foken
2011-08-10 14:59:48 +02:00
parent 667b5d0709
commit d35a6d887d
7 changed files with 174 additions and 2 deletions

View 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 */