2015-12-06 19:58:49 +01:00
|
|
|
<?php
|
2016-12-30 23:19:23 +01:00
|
|
|
|
|
|
|
return [
|
|
|
|
'email' => 'Email',
|
2017-02-16 20:46:37 +01:00
|
|
|
'user_identifier' => 'Username or Email',
|
2017-01-03 21:02:51 +01:00
|
|
|
'password' => 'Password',
|
2017-01-15 03:32:33 +01:00
|
|
|
'confirm_password' => 'Confirm Password',
|
|
|
|
'login' => 'Login',
|
2017-01-15 20:09:57 +01:00
|
|
|
'home' => 'Home',
|
|
|
|
'servers' => 'Servers',
|
|
|
|
'id' => 'ID',
|
|
|
|
'name' => 'Name',
|
|
|
|
'node' => 'Node',
|
|
|
|
'connection' => 'Connection',
|
|
|
|
'memory' => 'Memory',
|
|
|
|
'cpu' => 'CPU',
|
|
|
|
'status' => 'Status',
|
|
|
|
'search' => 'Search',
|
|
|
|
'suspended' => 'Suspended',
|
|
|
|
'account' => 'Account',
|
|
|
|
'security' => 'Security',
|
|
|
|
'ip' => 'IP Address',
|
2017-05-29 21:49:46 +02:00
|
|
|
'last_activity' => 'Last Activity',
|
2017-01-15 20:09:57 +01:00
|
|
|
'revoke' => 'Revoke',
|
|
|
|
'2fa_token' => 'Authentication Token',
|
|
|
|
'submit' => 'Submit',
|
|
|
|
'close' => 'Close',
|
2017-01-16 02:28:54 +01:00
|
|
|
'settings' => 'Settings',
|
|
|
|
'configuration' => 'Configuration',
|
|
|
|
'sftp' => 'SFTP',
|
|
|
|
'databases' => 'Databases',
|
2017-01-18 00:21:05 +01:00
|
|
|
'memo' => 'Memo',
|
|
|
|
'created' => 'Created',
|
|
|
|
'expires' => 'Expires',
|
2017-11-19 20:32:17 +01:00
|
|
|
'public_key' => 'Token',
|
2017-01-18 00:21:05 +01:00
|
|
|
'api_access' => 'Api Access',
|
|
|
|
'never' => 'never',
|
|
|
|
'sign_out' => 'Sign out',
|
2017-01-18 00:21:33 +01:00
|
|
|
'admin_control' => 'Admin Control',
|
2017-01-18 01:30:27 +01:00
|
|
|
'required' => 'Required',
|
|
|
|
'port' => 'Port',
|
|
|
|
'username' => 'Username',
|
2017-01-18 01:46:42 +01:00
|
|
|
'database' => 'Database',
|
2017-01-19 01:06:26 +01:00
|
|
|
'new' => 'New',
|
|
|
|
'danger' => 'Danger',
|
|
|
|
'create' => 'Create',
|
|
|
|
'select_all' => 'Select All',
|
|
|
|
'select_none' => 'Select None',
|
2017-01-19 02:45:10 +01:00
|
|
|
'alias' => 'Alias',
|
|
|
|
'primary' => 'Primary',
|
|
|
|
'make_primary' => 'Make Primary',
|
|
|
|
'none' => 'None',
|
2017-01-20 23:10:14 +01:00
|
|
|
'cancel' => 'Cancel',
|
2017-01-21 05:39:37 +01:00
|
|
|
'created_at' => 'Created At',
|
2017-01-21 21:40:46 +01:00
|
|
|
'action' => 'Action',
|
|
|
|
'data' => 'Data',
|
|
|
|
'queued' => 'Queued',
|
|
|
|
'last_run' => 'Last Run',
|
|
|
|
'next_run' => 'Next Run',
|
2017-04-17 18:03:11 +02:00
|
|
|
'not_run_yet' => 'Not Run Yet',
|
2017-01-21 21:40:46 +01:00
|
|
|
'yes' => 'Yes',
|
|
|
|
'no' => 'No',
|
|
|
|
'delete' => 'Delete',
|
2017-01-22 22:16:26 +01:00
|
|
|
'2fa' => '2FA',
|
2017-02-17 00:19:52 +01:00
|
|
|
'logout' => 'Logout',
|
|
|
|
'admin_cp' => 'Admin Control Panel',
|
2017-03-05 05:45:22 +01:00
|
|
|
'optional' => 'Optional',
|
|
|
|
'read_only' => 'Read Only',
|
2017-03-17 20:34:29 +01:00
|
|
|
'relation' => 'Relation',
|
|
|
|
'owner' => 'Owner',
|
|
|
|
'admin' => 'Admin',
|
|
|
|
'subuser' => 'Subuser',
|
2017-03-31 12:19:44 +02:00
|
|
|
'captcha_invalid' => 'The provided captcha is invalid.',
|
2017-09-13 06:45:19 +02:00
|
|
|
'tasks' => 'Tasks',
|
2017-09-10 06:55:21 +02:00
|
|
|
'seconds' => 'Seconds',
|
|
|
|
'minutes' => 'Minutes',
|
2017-09-14 04:46:43 +02:00
|
|
|
'days' => [
|
|
|
|
'sun' => 'Sunday',
|
|
|
|
'mon' => 'Monday',
|
|
|
|
'tues' => 'Tuesday',
|
|
|
|
'wed' => 'Wednesday',
|
|
|
|
'thurs' => 'Thursday',
|
|
|
|
'fri' => 'Friday',
|
|
|
|
'sat' => 'Saturday',
|
|
|
|
],
|
2018-01-13 23:06:19 +01:00
|
|
|
'last_used' => 'Last Used',
|
2016-12-30 23:19:23 +01:00
|
|
|
];
|