Initial Commit of Files
PufferPanel v0.9 (Laravel) is now Pterodactyl 1.0
This commit is contained in:
commit
1489f7a694
154 changed files with 10159 additions and 0 deletions
30
resources/lang/en/strings.php
Normal file
30
resources/lang/en/strings.php
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Standalone Pterodactyl Language Strings
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'login' => 'Login',
|
||||
'password' => 'Password',
|
||||
'email' => 'Email',
|
||||
'whoops' => 'Whoops',
|
||||
'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',
|
||||
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue