Skip to content

Commit

Permalink
Additional language strings for #151
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jul 8, 2014
1 parent a7b809c commit 2265b93
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions app/lang/en/admin/users/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,27 @@

return array(

'activated' => 'Active',
'checkedout' => 'Assets',
'created_at' => 'Created',
'email' => 'Email',
'first_name' => 'First Name',
'id' => 'Id',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
'name' => 'Name',
'manager' => 'Manager',
'job' => 'Job Title',
'title' => 'User Manager',
'activated' => 'Active',
'allow' => 'Allow',
'checkedout' => 'Assets',
'created_at' => 'Created',
'createuser' => 'Edit User',
'deny' => 'Deny',
'email' => 'Email',
'employee_num' => 'Employee No.',
'first_name' => 'First Name',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.',
'id' => 'Id',
'inherit' => 'Inherit',
'job' => 'Job Title',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
'location' => 'Location',
'manager' => 'Manager',
'name' => 'Name',
'password_confirm' => 'Confirm Password',
'password' => 'Password',
'phone' => 'Phone',
'title' => 'Title',
'updateuser' => 'Update User',
);

0 comments on commit 2265b93

Please sign in to comment.