|
| 1 | +<?php |
| 2 | + |
| 3 | +return [ |
| 4 | + 'location' => [ |
| 5 | + 'no_location_found' => 'Could not locate a record matching the provided short code.', |
| 6 | + 'ask_short' => 'Location Short Code', |
| 7 | + 'ask_long' => 'Location Description', |
| 8 | + 'created' => 'Successfully created a new location (:name) with an ID of :id.', |
| 9 | + 'deleted' => 'Successfully deleted the requested location.', |
| 10 | + ], |
| 11 | + 'user' => [ |
| 12 | + 'search_users' => 'Enter a Username, User ID, or Email Address', |
| 13 | + 'select_search_user' => 'ID of user to delete (Enter \'0\' to re-search)', |
| 14 | + 'deleted' => 'User successfully deleted from the Panel.', |
| 15 | + 'confirm_delete' => 'Are you sure you want to delete this user from the Panel?', |
| 16 | + 'no_users_found' => 'No users were found for the search term provided.', |
| 17 | + 'multiple_found' => 'Multiple accounts were found for the user provided, unable to delete a user because of the --no-interaction flag.', |
| 18 | + 'ask_admin' => 'Is this user an administrator?', |
| 19 | + 'ask_email' => 'Email Address', |
| 20 | + 'ask_username' => 'Username', |
| 21 | + 'ask_name_first' => 'First Name', |
| 22 | + 'ask_name_last' => 'Last Name', |
| 23 | + 'ask_password' => 'Password', |
| 24 | + 'ask_password_tip' => 'If you would like to create an account with a random password emailed to the user, re-run this command (CTRL+C) and pass the `--no-password` flag.', |
| 25 | + 'ask_password_help' => 'Passwords must be at least 8 characters in length and contain at least one capital letter and number.', |
| 26 | + '2fa_help_text' => [ |
| 27 | + 'This command will disable 2-factor authentication for a user\'s account if it is enabled. This should only be used as an account recovery command if the user is locked out of their account.', |
| 28 | + 'If this is not what you wanted to do, press CTRL+C to exit this process.', |
| 29 | + ], |
| 30 | + '2fa_disabled' => '2-Factor authentication has been disabled for :email.', |
| 31 | + ], |
| 32 | + 'schedule' => [ |
| 33 | + 'output_line' => 'Dispatching job for first task in `:schedule` (:hash).', |
| 34 | + ], |
| 35 | + 'maintenance' => [ |
| 36 | + 'deleting_service_backup' => 'Deleting service backup file :file.', |
| 37 | + ], |
| 38 | + 'server' => [ |
| 39 | + 'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message', |
| 40 | + 'reinstall' => [ |
| 41 | + 'failed' => 'Reinstall request for ":name" (#:id) on node ":node" failed with error: :message', |
| 42 | + 'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?', |
| 43 | + ], |
| 44 | + 'power' => [ |
| 45 | + 'confirm' => 'You are about to perform a :action against :count servers. Do you wish to continue?', |
| 46 | + 'action_failed' => 'Power action request for ":name" (#:id) on node ":node" failed with error: :message', |
| 47 | + ], |
| 48 | + ], |
| 49 | + 'environment' => [ |
| 50 | + 'mail' => [ |
| 51 | + 'ask_smtp_host' => 'SMTP Host (e.g. smtp.gmail.com)', |
| 52 | + 'ask_smtp_port' => 'SMTP Port', |
| 53 | + 'ask_smtp_username' => 'SMTP Username', |
| 54 | + 'ask_smtp_password' => 'SMTP Password', |
| 55 | + 'ask_mailgun_domain' => 'Mailgun Domain', |
| 56 | + 'ask_mailgun_endpoint' => 'Mailgun Endpoint', |
| 57 | + 'ask_mailgun_secret' => 'Mailgun Secret', |
| 58 | + 'ask_mandrill_secret' => 'Mandrill Secret', |
| 59 | + 'ask_postmark_username' => 'Postmark API Key', |
| 60 | + 'ask_driver' => 'Which driver should be used for sending emails?', |
| 61 | + 'ask_mail_from' => 'Email address emails should originate from', |
| 62 | + 'ask_mail_name' => 'Name that emails should appear from', |
| 63 | + 'ask_encryption' => 'Encryption method to use', |
| 64 | + ], |
| 65 | + 'database' => [ |
| 66 | + 'host_warning' => 'It is highly recommended to not use "localhost" as your database host as we have seen frequent socket connection issues. If you want to use a local connection you should be using "127.0.0.1".', |
| 67 | + 'host' => 'Database Host', |
| 68 | + 'port' => 'Database Port', |
| 69 | + 'database' => 'Database Name', |
| 70 | + 'username_warning' => 'Using the "root" account for MySQL connections is not only highly frowned upon, it is also not allowed by this application. You\'ll need to have created a MySQL user for this software.', |
| 71 | + 'username' => 'Database Username', |
| 72 | + 'password_defined' => 'It appears you already have a MySQL connection password defined, would you like to change it?', |
| 73 | + 'password' => 'Database Password', |
| 74 | + 'connection_error' => 'Unable to connect to the MySQL server using the provided credentials. The error returned was ":error".', |
| 75 | + 'creds_not_saved' => 'Your connection credentials have NOT been saved. You will need to provide valid connection information before proceeding.', |
| 76 | + 'try_again' => 'Go back and try again?', |
| 77 | + ], |
| 78 | + 'app' => [ |
| 79 | + 'settings' => 'Enable UI based settings editor?', |
| 80 | + 'author' => 'Egg Author Email', |
| 81 | + 'author_help' => 'Provide the email address that eggs exported by this Panel should be from. This should be a valid email address.', |
| 82 | + 'app_url_help' => 'The application URL MUST begin with https:// or http:// depending on if you are using SSL or not. If you do not include the scheme your emails and other content will link to the wrong location.', |
| 83 | + 'app_url' => 'Application URL', |
| 84 | + 'timezone_help' => 'The timezone should match one of PHP\'s supported timezones. If you are unsure, please reference http://php.net/manual/en/timezones.php.', |
| 85 | + 'timezone' => 'Application Timezone', |
| 86 | + 'cache_driver' => 'Cache Driver', |
| 87 | + 'session_driver' => 'Session Driver', |
| 88 | + 'queue_driver' => 'Queue Driver', |
| 89 | + 'using_redis' => 'You\'ve selected the Redis driver for one or more options, please provide valid connection information below. In most cases you can use the defaults provided unless you have modified your setup.', |
| 90 | + 'redis_host' => 'Redis Host', |
| 91 | + 'redis_password' => 'Redis Password', |
| 92 | + 'redis_pass_help' => 'By default a Redis server instance has no password as it is running locally and inaccessible to the outside world. If this is the case, simply hit enter without entering a value.', |
| 93 | + 'redis_port' => 'Redis Port', |
| 94 | + 'redis_pass_defined' => 'It seems a password is already defined for Redis, would you like to change it?', |
| 95 | + ], |
| 96 | + ], |
| 97 | +]; |
0 commit comments