misc_pterodactyl-panel/resources/lang/en/strings.php
BlameDylan 6810375d2b View and Delete Users
This commit implements an interface into the Admin Panel that allows
users to be viewed, modified, and deleted.
2016-01-02 00:38:15 -06:00

35 lines
885 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Standalone Pterodactyl Language Strings
|--------------------------------------------------------------------------
*/
'login' => 'Login',
'password' => 'Password',
'email' => 'Email',
'whoops' => 'Whoops',
'success' => 'Success',
'location' => 'Location',
'node' => 'Node',
'connection' => 'Connection',
'language' => 'Language',
'close' => 'Close',
'start' => 'Start',
'stop' => 'Stop',
'restart' => 'Restart',
'save' => 'Save',
'enabled' => 'Enabled',
'disabled' => 'Disabled',
'submit' => 'Submit',
'current_password' => 'Current Password',
'again' => 'Again',
'registered' => 'Registered',
'root_administrator' => 'Root Administrator',
'yes' => 'Yes',
'no' => 'No'
];