1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00
Pterodactyl-Panel/resources/lang/en/server.php
Dane Everitt 52a2f2e2ae Fix socket.io error
We no longer support self-signed certs, so if we cant connect 99%
chance the daemon is off.
2016-01-05 01:19:59 -05:00

38 lines
1.5 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Pterodactyl Language Strings for /server/{server} Routes
|--------------------------------------------------------------------------
*/
'ajax' => [
'socket_error' => 'We were unable to connect to the main Socket.IO server, there may be network issues currently. The panel may not work as expected.',
'socket_status' => 'This server\'s power status has changed to',
'socket_status_crashed' => 'This server has been detected as CRASHED.',
],
'index' => [
'add_new' => 'Add New Server',
'memory_use' => 'Memory Usage',
'cpu_use' => 'CPU Usage',
'xaxis' => 'Time (2s Increments)',
'server_info' => 'Server Information',
'connection' => 'Default Connection',
'mem_limit' => 'Memory Limit',
'disk_space' => 'Disk Space',
'control' => 'Control Server',
'usage' => 'Usage',
'allocation' => 'Allocation',
'command' => 'Enter Console Command',
],
'files' => [
'loading' => 'Loading file listing, this might take a few seconds...',
'yaml_notice' => 'You are currently editing a YAML file. These files do not accept tabs, they must use spaces. We\'ve gone ahead and made it so that hitting tab will insert :dropdown spaces.',
'back' => 'Back to File Manager',
'saved' => 'File has successfully been saved.',
],
];