2014-05-14 23:24:20 +10:00
< ? php
return [
'app' => [
'name' => 'October CMS' ,
2014-10-15 19:53:44 +11:00
'tagline' => 'Getting back to basics' ,
2014-05-14 23:24:20 +10:00
],
2014-07-01 17:17:53 +10:00
'locale' => [
'en' => 'English' ,
2014-07-11 08:33:46 +10:00
'de' => 'German' ,
2014-11-12 07:31:05 +01:00
'es' => 'Spanish' ,
'es-ar' => 'Spanish (Argentina)' ,
'fa' => 'Persian' ,
2014-08-07 00:31:09 -04:00
'fr' => 'French' ,
2014-11-12 07:31:05 +01:00
'hu' => 'Hungarian' ,
2014-08-19 12:40:18 +10:00
'it' => 'Italian' ,
2014-11-12 07:31:05 +01:00
'ja' => 'Japanese' ,
'nl' => 'Dutch' ,
2014-08-30 09:42:55 +10:00
'pt-br' => 'Brazilian Portuguese' ,
2014-11-12 07:31:05 +01:00
'ro' => 'Romanian' ,
'ru' => 'Russian' ,
'se' => 'Swedish' ,
'tr' => 'Turkish' ,
2014-07-01 17:17:53 +10:00
],
2014-05-14 23:24:20 +10:00
'directory' => [
'create_fail' => " Cannot create directory: :name " ,
],
'file' => [
'create_fail' => " Cannot create file: :name " ,
],
2014-10-15 08:09:46 +11:00
'combiner' => [
'not_found' => " The combiner file ':name' is not found. " ,
],
2014-05-14 23:24:20 +10:00
'system' => [
'name' => 'System' ,
'menu_label' => 'System' ,
2014-08-06 18:33:11 +10:00
'categories' => [
'cms' => 'CMS' ,
'misc' => 'Misc' ,
'logs' => 'Logs' ,
'mail' => 'Mail' ,
'shop' => 'Shop' ,
'team' => 'Team' ,
'users' => 'Users' ,
'system' => 'System' ,
'social' => 'Social' ,
'events' => 'Events' ,
'customers' => 'Customers' ,
'my_settings' => 'My Settings' ,
],
2014-05-14 23:24:20 +10:00
],
'plugin' => [
'unnamed' => 'Unnamed plugin' ,
'name' => [
'label' => 'Plugin Name' ,
'help' => 'Name the plugin by its unique code. For example, RainLab.Blog' ,
],
],
2014-06-05 22:05:56 +10:00
'plugins' => [
2014-06-05 22:31:38 +10:00
'manage' => 'Manage plugins' ,
2014-06-05 22:05:56 +10:00
'enable_or_disable' => 'Enable or disable' ,
'enable_or_disable_title' => 'Enable or Disable Plugins' ,
'remove' => 'Remove' ,
'refresh' => 'Refresh' ,
'disabled_label' => 'Disabled' ,
'disabled_help' => 'Plugins that are disabled are ignored by the application.' ,
'selected_amount' => 'Plugins selected: :amount' ,
2014-08-19 12:40:18 +10:00
'remove_confirm' => 'Are you sure?' ,
2014-06-05 22:05:56 +10:00
'remove_success' => " Successfully removed those plugins from the system. " ,
2014-08-19 12:40:18 +10:00
'refresh_confirm' => 'Are you sure?' ,
2014-06-05 22:05:56 +10:00
'refresh_success' => " Successfully refreshed those plugins in the system. " ,
2014-08-19 12:40:18 +10:00
'disable_confirm' => 'Are you sure?' ,
2014-06-05 22:05:56 +10:00
'disable_success' => " Successfully disabled those plugins. " ,
'enable_success' => " Successfully enabled those plugins. " ,
2014-08-05 17:41:59 +10:00
'unknown_plugin' => " Plugin has been removed from the file system. " ,
2014-06-05 22:05:56 +10:00
],
2014-05-14 23:24:20 +10:00
'project' => [
'name' => 'Project' ,
'owner_label' => 'Owner' ,
2014-05-15 22:23:29 +02:00
'attach' => 'Attach Project' ,
'detach' => 'Detach Project' ,
'none' => 'None' ,
2014-05-14 23:24:20 +10:00
'id' => [
'label' => 'Project ID' ,
'help' => 'How to find your Project ID' ,
'missing' => 'Please specify a Project ID to use.' ,
],
2014-05-17 13:06:53 +10:00
'detach_confirm' => 'Are you sure you want to detach this project?' ,
2014-05-14 23:24:20 +10:00
'unbind_success' => 'Project has been detached successfully.' ,
],
'settings' => [
'menu_label' => 'Settings' ,
2014-10-15 19:53:44 +11:00
'not_found' => 'Unable to find the specified settings.' ,
2014-05-14 23:24:20 +10:00
'missing_model' => 'The settings page is missing a Model definition.' ,
'update_success' => 'Settings for :name have been updated successfully.' ,
2014-05-15 22:23:29 +02:00
'return' => 'Return to system settings' ,
2014-07-24 15:19:00 +11:00
'search' => 'Search'
2014-05-15 22:23:29 +02:00
],
2014-07-04 18:47:46 +10:00
'mail' => [
2014-12-06 09:34:54 +11:00
'log_file' => 'Log file' ,
2014-10-15 19:53:44 +11:00
'menu_label' => 'Mail configuration' ,
2014-05-15 22:23:29 +02:00
'menu_description' => 'Manage email configuration.' ,
2014-05-16 01:04:40 +02:00
'general' => 'General' ,
2014-07-04 18:47:46 +10:00
'method' => 'Mail Method' ,
2014-05-15 22:23:29 +02:00
'sender_name' => 'Sender Name' ,
'sender_email' => 'Sender Email' ,
2014-11-12 07:33:58 +11:00
'php_mail' => 'PHP mail' ,
2014-12-08 03:55:30 +03:00
'sendmail' => 'Sendmail' ,
2014-05-16 01:04:40 +02:00
'smtp' => 'SMTP' ,
2014-05-15 22:23:29 +02:00
'smtp_address' => 'SMTP Address' ,
'smtp_authorization' => 'SMTP authorization required' ,
'smtp_authorization_comment' => 'Use this checkbox if your SMTP server requires authorization.' ,
'smtp_username' => 'Username' ,
'smtp_password' => 'Password' ,
'smtp_port' => 'SMTP Port' ,
'smtp_ssl' => 'SSL connection required' ,
'sendmail_path' => 'Sendmail Path' ,
'sendmail_path_comment' => 'Please specify the path of the sendmail program.' ,
2014-11-12 07:33:58 +11:00
'mailgun' => 'Mailgun' ,
2014-10-17 08:25:28 +11:00
'mailgun_domain' => 'Mailgun Domain' ,
'mailgun_domain_comment' => 'Please specify the Mailgun domain name.' ,
2014-11-12 07:33:58 +11:00
'mailgun_secret' => 'Mailgun Secret' ,
2014-10-17 08:25:28 +11:00
'mailgun_domain_secret' => 'Enter your Mailgun API key.' ,
2014-05-14 23:24:20 +10:00
],
2014-07-04 18:47:46 +10:00
'mail_templates' => [
2014-10-15 19:53:44 +11:00
'menu_label' => 'Mail templates' ,
2014-07-27 15:07:22 +11:00
'menu_description' => 'Modify the mail templates that are sent to users and administrators, manage email layouts.' ,
2014-06-06 21:38:34 +10:00
'new_template' => 'New Template' ,
'new_layout' => 'New Layout' ,
'template' => 'Template' ,
'templates' => 'Templates' ,
2014-07-04 18:47:46 +10:00
'menu_layouts_label' => 'Mail Layouts' ,
2014-06-06 21:38:34 +10:00
'layout' => 'Layout' ,
'layouts' => 'Layouts' ,
'name' => 'Name' ,
'name_comment' => 'Unique name used to refer to this template' ,
'code' => 'Code' ,
'code_comment' => 'Unique code used to refer to this template' ,
'subject' => 'Subject' ,
'subject_comment' => 'Email message subject' ,
'description' => 'Description' ,
'content_html' => 'HTML' ,
'content_css' => 'CSS' ,
'content_text' => 'Plaintext' ,
2014-06-12 11:57:27 +04:00
'test_send' => 'Send test message' ,
'test_success' => 'The test message has been successfully sent.' ,
'return' => 'Return to template list'
2014-06-06 21:38:34 +10:00
],
2014-05-14 23:24:20 +10:00
'install' => [
'project_label' => 'Attach to Project' ,
'plugin_label' => 'Install Plugin' ,
'missing_plugin_name' => 'Please specify a Plugin name to install.' ,
'install_completing' => 'Finishing installation process' ,
'install_success' => 'The plugin has been installed successfully.' ,
],
'updates' => [
2014-05-15 22:23:29 +02:00
'title' => 'Manage Updates' ,
2014-05-14 23:24:20 +10:00
'name' => 'Software update' ,
'menu_label' => 'Updates' ,
2014-07-27 11:11:16 +11:00
'menu_description' => 'Update the system, manage and install plugins and themes.' ,
2014-05-14 23:24:20 +10:00
'check_label' => 'Check for updates' ,
'retry_label' => 'Try again' ,
2014-05-15 22:23:29 +02:00
'plugin_name' => 'Name' ,
'plugin_description' => 'Description' ,
'plugin_version' => 'Version' ,
'plugin_author' => 'Author' ,
2014-05-14 23:24:20 +10:00
'core_build' => 'Current build' ,
'core_build_old' => 'Current build :build' ,
'core_build_new' => 'Build :build' ,
'core_build_new_help' => 'Latest build is available.' ,
'core_downloading' => 'Downloading application files' ,
'core_extracting' => 'Unpacking application files' ,
'plugin_downloading' => 'Downloading plugin: :name' ,
'plugin_extracting' => 'Unpacking plugin: :name' ,
'plugin_version_none' => 'New plugin' ,
'plugin_version_old' => 'Current v:version' ,
'plugin_version_new' => 'v:version' ,
2014-07-24 20:07:52 +10:00
'theme_label' => 'Theme' ,
'theme_new_install' => 'New theme installation.' ,
'theme_downloading' => 'Downloading theme: :name' ,
'theme_extracting' => 'Unpacking theme: :name' ,
2014-05-14 23:24:20 +10:00
'update_label' => 'Update software' ,
'update_completing' => 'Finishing update process' ,
'update_loading' => 'Loading available updates...' ,
'update_success' => 'The update process was performed successfully.' ,
'update_failed_label' => 'Update failed' ,
'force_label' => 'Force update' ,
'found' => [
'label' => 'Found new updates!' ,
'help' => 'Click Update software to begin the update process.' ,
],
'none' => [
'label' => 'No updates' ,
'help' => 'No new updates were found.' ,
],
],
'server' => [
'connect_error' => 'Error connecting to the server.' ,
'response_not_found' => 'The update server could not be found.' ,
'response_invalid' => 'Invalid response from the server.' ,
'response_empty' => 'Empty response from the server.' ,
'file_error' => 'Server failed to deliver the package.' ,
'file_corrupt' => 'File from server is corrupt.' ,
],
'behavior' => [
'missing_property' => 'Class :class must define property $:property used by :behavior behavior.' ,
],
'config' => [
'not_found' => 'Unable to find configuration file :file defined for :location.' ,
2014-06-20 17:59:19 +10:00
'required' => " Configuration used in :location must supply a value ':property'. " ,
2014-05-14 23:24:20 +10:00
],
'zip' => [
'extract_failed' => " Unable to extract core file ':file'. " ,
],
2014-07-30 17:18:59 +10:00
'event_log' => [
2014-07-30 18:12:19 +10:00
'hint' => 'This log displays a list of potential errors that occur in the application, such as exceptions and debugging information.' ,
2014-10-15 19:53:44 +11:00
'menu_label' => 'Event log' ,
2014-07-30 17:18:59 +10:00
'menu_description' => 'View system log messages with their recorded time and details.' ,
2014-07-30 17:44:50 +10:00
'empty_link' => 'Empty event log' ,
'empty_loading' => 'Emptying event log...' ,
'empty_success' => 'Successfully emptied the event log.' ,
2014-07-30 18:12:19 +10:00
'return_link' => 'Return to event log' ,
2014-07-30 17:51:44 +10:00
'id' => 'ID' ,
2014-08-01 17:58:27 +10:00
'id_label' => 'Event ID' ,
2014-07-30 17:51:44 +10:00
'created_at' => 'Date & Time' ,
'message' => 'Message' ,
2014-07-30 18:12:19 +10:00
'level' => 'Level' ,
2014-07-30 17:18:59 +10:00
],
'request_log' => [
2014-07-30 18:12:19 +10:00
'hint' => 'This log displays a list of browser requests that may require attention. For example, if a visitor opens a CMS page that cannot be found, a record is created with the status code 404.' ,
2014-10-15 19:53:44 +11:00
'menu_label' => 'Request log' ,
2014-07-30 17:18:59 +10:00
'menu_description' => 'View bad or redirected requests, such as Page not found (404).' ,
2014-07-30 17:44:50 +10:00
'empty_link' => 'Empty request log' ,
'empty_loading' => 'Emptying request log...' ,
'empty_success' => 'Successfully emptied the request log.' ,
2014-07-30 18:12:19 +10:00
'return_link' => 'Return to request log' ,
2014-08-01 17:58:27 +10:00
'id' => 'ID' ,
'id_label' => 'Log ID' ,
2014-07-30 17:51:44 +10:00
'count' => 'Counter' ,
2014-07-30 18:24:16 +10:00
'referer' => 'Referers' ,
2014-07-30 17:51:44 +10:00
'url' => 'URL' ,
'status_code' => 'Status' ,
2014-07-30 17:18:59 +10:00
],
2014-08-09 03:02:15 +01:00
'permissions' => [
2014-08-09 12:21:17 +10:00
'manage_system_settings' => 'Manage system settings' ,
'manage_software_updates' => 'Manage software updates' ,
'manage_mail_templates' => 'Manage mail templates' ,
'manage_other_administrators' => 'Manage other administrators' ,
'view_the_dashboard' => 'View the dashboard'
2014-08-09 03:02:15 +01:00
]
2014-06-12 11:57:27 +04:00
];