Subuser updates

This commit is contained in:
Dane Everitt 2017-01-21 00:04:09 -05:00
parent 95f574ec67
commit 8e9069cced
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 433 additions and 5 deletions

View file

@ -12,6 +12,11 @@ return [
'configure' => 'Configure Permissions',
'list' => 'Accounts with Access',
'add' => 'Add New Subuser',
'update' => 'Update Subuser',
'edit' => [
'header' => 'Edit Subuser',
'header_sub' => 'Modify user\'s access to server.'
],
'new' => [
'header' => 'Add New User',
'header_sub' => 'Add a new user with permissions to this server.',
@ -33,11 +38,11 @@ return [
'description' => 'Allows user to stop the server.',
],
'restart' => [
'title' => 'Stop Server',
'title' => 'Restart Server',
'description' => 'Allows user to restart the server.',
],
'kill' => [
'title' => 'Stop Server',
'title' => 'Kill Server',
'description' => 'Allows user to kill the server process.',
],
'command' => [