2017-01-15 23:52:22 +00:00
< ? php
return [
'index' => [
'title' => 'Viewing Server :name' ,
'header' => 'Server Console' ,
'header_sub' => 'Control your server in real time.' ,
2017-01-17 23:21:33 +00:00
],
2017-01-19 21:58:57 +00:00
'files' => [
'header' => 'File Manager' ,
'header_sub' => 'Manage all of your files directly from the web.' ,
'loading' => 'Loading initial file structure, this could take a few seconds.' ,
'path' => 'When configuring any file paths in your server plugins or settings you should use :path as your base path. The maximum size for web-based file uploads to this node is :size.' ,
'seconds_ago' => 'seconds ago' ,
'file_name' => 'File Name' ,
'size' => 'Size' ,
'last_modified' => 'Last Modified' ,
'add_new' => 'Add New File' ,
'edit' => [
'header' => 'Edit File' ,
'header_sub' => 'Make modifications to a file from the web.' ,
'save' => 'Save File' ,
'return' => 'Return to File Manager' ,
],
2017-01-20 22:10:14 +00:00
'add' => [
'header' => 'New File' ,
'header_sub' => 'Create a new file on your server.' ,
'name' => 'File Name' ,
'create' => 'Create File' ,
],
2017-01-19 21:58:57 +00:00
],
2017-01-18 00:30:27 +00:00
'config' => [
'startup' => [
'header' => 'Start Configuration' ,
'header_sub' => 'Control server startup arguments.' ,
'command' => 'Startup Command' ,
'edit_params' => 'Edit Parameters' ,
'update' => 'Update Startup Parameters' ,
],
'sftp' => [
'header' => 'SFTP Configuration' ,
'header_sub' => 'Account details for SFTP connections.' ,
'change_pass' => 'Change SFTP Password' ,
'details' => 'SFTP Details' ,
'conn_addr' => 'Connection Address' ,
'warning' => 'Ensure that your client is set to use SFTP and not FTP or FTPS for connections, there is a difference between the protocols.' ,
],
2017-01-18 00:46:42 +00:00
'database' => [
'header' => 'Databases' ,
'header_sub' => 'All databases available for this server.' ,
'your_dbs' => 'Your Databases' ,
'host' => 'MySQL Host' ,
'reset_password' => 'Reset Password' ,
'no_dbs' => 'There are no databases listed for this server.' ,
'add_db' => 'Add a new database.' ,
],
2017-01-19 01:45:10 +00:00
'allocation' => [
'header' => 'Server Allocations' ,
'header_sub' => 'Control the IPs and ports available on this server.' ,
'available' => 'Available Allocations' ,
'help' => 'Allocation Help' ,
'help_text' => 'The list to the left includes all available IPs and ports that are open for your server to use for incoming connections.'
],
2017-01-18 00:46:42 +00:00
],
2017-01-15 23:52:22 +00:00
];