2017-01-15 19:09:57 +00:00
< ? php
return [
'validation_error' => 'There was an error with one or more fields in the request.' ,
2017-01-18 01:28:47 +00:00
'errors' => [
'return' => 'Return to Previous Page' ,
'home' => 'Go Home' ,
'403' => [
'header' => 'Forbidden' ,
'desc' => 'You do not have permission to access this resource on this server.' ,
],
'404' => [
'header' => 'File Not Found' ,
'desc' => 'We were unable to locate the requested resource on the server.' ,
],
2017-03-16 23:48:24 +00:00
'installing' => [
'header' => 'Server Installing' ,
2017-06-16 06:19:27 +00:00
'desc' => 'The requested server is still completing the install process. Please check back in a few minutes, you should receive an email as soon as this process is completed.' ,
2017-03-16 23:48:24 +00:00
],
'suspended' => [
'header' => 'Server Suspended' ,
'desc' => 'This server has been suspended and cannot be accessed.' ,
],
2018-05-04 13:02:51 +00:00
'maintenance' => [
'header' => 'Node Under Maintenance' ,
2018-05-26 18:00:28 +00:00
'title' => 'Temporarily Unavailable' ,
'desc' => 'This node is under maintenance, therefore your server can temporarily not be accessed.' ,
2018-05-04 13:02:51 +00:00
],
2017-01-18 01:28:47 +00:00
],
2017-01-15 19:09:57 +00:00
'index' => [
'header' => 'Your Servers' ,
2017-05-29 15:45:05 +00:00
'header_sub' => 'Servers you have access to.' ,
2017-01-15 19:09:57 +00:00
'list' => 'Server List' ,
],
2017-01-17 23:21:05 +00:00
'api' => [
'index' => [
2018-01-14 19:30:55 +00:00
'list' => 'Your Keys' ,
2018-03-12 19:03:42 +00:00
'header' => 'Account API' ,
2018-05-13 14:18:30 +00:00
'header_sub' => 'Manage access keys that allow you to perform actions against the panel.' ,
2017-01-21 04:48:12 +00:00
'create_new' => 'Create New API key' ,
2017-11-26 19:26:38 +00:00
'keypair_created' => 'An API key has been successfully generated and is listed below.' ,
2017-01-17 23:21:05 +00:00
],
2017-01-19 00:06:26 +00:00
'new' => [
'header' => 'New API Key' ,
2018-01-14 19:30:55 +00:00
'header_sub' => 'Create a new account access key.' ,
2017-01-19 00:06:26 +00:00
'form_title' => 'Details' ,
'descriptive_memo' => [
2018-01-14 19:30:55 +00:00
'title' => 'Description' ,
'description' => 'Enter a brief description of this key that will be useful for reference.' ,
2017-01-19 00:06:26 +00:00
],
'allowed_ips' => [
'title' => 'Allowed IPs' ,
2018-05-13 14:18:30 +00:00
'description' => 'Enter a line delimited list of IPs that are allowed to access the API using this key. CIDR notation is allowed. Leave blank to allow any IP.' ,
2017-01-19 00:06:26 +00:00
],
2017-04-09 22:59:54 +00:00
],
2017-01-17 23:21:05 +00:00
],
2017-01-15 19:09:57 +00:00
];