2014-05-14 13:24:20 +00:00
< ? php
return [
'app' => [
2016-05-10 12:57:09 +00:00
'name' => 'OctoberCMS' ,
2015-01-05 09:05:03 +00:00
'tagline' => 'Getting back to basics'
2014-05-14 13:24:20 +00:00
],
2014-07-01 07:17:53 +00:00
'locale' => [
2018-03-20 19:20:09 +00:00
'ar' => 'العربية' ,
2016-12-23 10:12:56 +00:00
'be' => 'Беларуская' ,
'bg' => 'Български' ,
'cs' => 'Čeština' ,
'da' => 'Dansk' ,
2016-04-23 03:13:52 +00:00
'en' => 'English (United States)' ,
'en-au' => 'English (Australia)' ,
'en-ca' => 'English (Canada)' ,
'en-gb' => 'English (United Kingdom)' ,
2017-06-07 17:07:34 +00:00
'et' => 'Eesti' ,
2017-03-21 17:15:26 +00:00
'de' => 'Deutsch' ,
2016-12-23 10:12:56 +00:00
'el' => 'Ελληνικά' ,
'es' => 'Español' ,
'es-ar' => 'Español (Argentina)' ,
'fa' => 'فارسی' ,
'fr' => 'Français' ,
'fr-ca' => 'Français (Canada)' ,
'hu' => 'Magyar' ,
2015-03-12 06:37:12 +00:00
'id' => 'Bahasa Indonesia' ,
2016-12-23 10:12:56 +00:00
'it' => 'Italiano' ,
'ja' => '日本語' ,
2017-08-06 18:36:34 +00:00
'kr' => '한국어' ,
2017-05-09 07:17:06 +00:00
'lt' => 'Lietuvių' ,
2017-05-10 01:01:04 +00:00
'lv' => 'Latviešu' ,
2016-12-23 10:12:56 +00:00
'nb-no' => 'Norsk (Bokmål)' ,
'nl' => 'Nederlands' ,
'pl' => 'Polskie' ,
'pt-br' => 'Português (Brasil)' ,
2017-06-17 21:22:50 +00:00
'pt-pt' => 'Português (Portugal)' ,
2016-12-23 10:12:56 +00:00
'ro' => 'Română' ,
'ru' => 'Русский' ,
2017-11-12 00:36:55 +00:00
'fi' => 'Suomi' ,
2016-12-23 10:12:56 +00:00
'sv' => 'Svenska' ,
'sk' => 'Slovenský' ,
2017-02-11 14:14:04 +00:00
'tr' => 'Türkçe' ,
2017-06-17 21:22:50 +00:00
'uk' => 'Українська мова' ,
2016-12-23 10:12:56 +00:00
'zh-cn' => '简体中文' ,
'zh-tw' => '繁體中文'
2014-07-01 07:17:53 +00:00
],
2014-05-14 13:24:20 +00:00
'directory' => [
2015-01-05 09:05:03 +00:00
'create_fail' => 'Cannot create directory: :name'
2014-05-14 13:24:20 +00:00
],
'file' => [
2015-01-05 09:05:03 +00:00
'create_fail' => 'Cannot create file: :name'
2014-05-14 13:24:20 +00:00
],
2014-10-14 21:09:46 +00:00
'combiner' => [
2015-01-05 09:05:03 +00:00
'not_found' => " The combiner file ':name' is not found. "
2014-10-14 21:09:46 +00:00
],
2014-05-14 13:24:20 +00:00
'system' => [
'name' => 'System' ,
'menu_label' => 'System' ,
2014-08-06 08:33:11 +00:00
'categories' => [
'cms' => 'CMS' ,
'misc' => 'Misc' ,
'logs' => 'Logs' ,
'mail' => 'Mail' ,
'shop' => 'Shop' ,
'team' => 'Team' ,
'users' => 'Users' ,
'system' => 'System' ,
'social' => 'Social' ,
2017-06-05 07:36:44 +00:00
'backend' => 'Backend' ,
2014-08-06 08:33:11 +00:00
'events' => 'Events' ,
'customers' => 'Customers' ,
2017-06-05 07:36:44 +00:00
'my_settings' => 'My Settings' ,
'notifications' => 'Notifications'
2015-01-05 09:05:03 +00:00
]
2014-05-14 13:24:20 +00:00
],
2015-04-04 06:28:51 +00:00
'theme' => [
2015-07-11 05:29:20 +00:00
'label' => 'Theme' ,
2015-05-02 00:18:39 +00:00
'unnamed' => 'Unnamed theme' ,
2015-04-04 06:28:51 +00:00
'name' => [
'label' => 'Theme Name' ,
'help' => 'Name the theme by its unique code. For example, RainLab.Vanilla'
2015-04-18 11:04:15 +00:00
],
2015-05-02 00:18:39 +00:00
],
'themes' => [
'install' => 'Install themes' ,
2015-04-18 11:04:15 +00:00
'search' => 'search themes to install...' ,
'installed' => 'Installed themes' ,
'no_themes' => 'There are no themes installed from the marketplace.' ,
2015-05-02 00:18:39 +00:00
'recommended' => 'Recommended' ,
'remove_confirm' => 'Are you sure you want to remove this theme?'
2015-04-04 06:28:51 +00:00
],
2014-05-14 13:24:20 +00:00
'plugin' => [
2015-07-11 05:29:20 +00:00
'label' => 'Plugin' ,
2014-05-14 13:24:20 +00:00
'unnamed' => 'Unnamed plugin' ,
'name' => [
'label' => 'Plugin Name' ,
2015-01-05 09:05:03 +00:00
'help' => 'Name the plugin by its unique code. For example, RainLab.Blog'
]
2014-05-14 13:24:20 +00:00
],
2014-06-05 12:05:56 +00:00
'plugins' => [
2014-06-05 12:31:38 +00:00
'manage' => 'Manage plugins' ,
2015-04-18 11:04:15 +00:00
'install' => 'Install plugins' ,
2015-05-04 11:29:48 +00:00
'install_products' => 'Install products' ,
2015-04-18 11:04:15 +00:00
'search' => 'search plugins to install...' ,
'installed' => 'Installed plugins' ,
'no_plugins' => 'There are no plugins installed from the marketplace.' ,
'recommended' => 'Recommended' ,
2018-02-02 00:16:31 +00:00
'plugin_label' => 'Plugin' ,
2018-02-02 02:07:33 +00:00
'unknown_plugin' => 'Plugin has been removed from the file system.' ,
2018-02-02 00:16:31 +00:00
'select_label' => 'Select Action...' ,
'check_yes' => 'Yes' ,
'check_no' => 'No' ,
2018-02-02 02:40:04 +00:00
'unfrozen' => 'Updates Enabled' ,
'enabled' => 'Plugin Enabled' ,
2018-02-02 02:07:33 +00:00
'freeze' => 'disable updates for' ,
'unfreeze' => 'enable updates for' ,
'enable' => 'enable' ,
'disable' => 'disable' ,
'refresh' => 'reset' ,
'remove' => 'Remove' ,
'freeze_label' => 'Disable Updates' ,
'unfreeze_label' => 'Enable Updates' ,
'enable_label' => 'Enable Plugins' ,
'disable_label' => 'Disable Plugins' ,
2018-02-02 06:25:57 +00:00
'refresh_label' => 'Reset Plugin Data' ,
2018-02-02 00:16:31 +00:00
'action_confirm' => 'Are you sure you want to :action these plugins?' ,
2018-02-02 02:07:33 +00:00
'freeze_success' => 'Successfully disabled updates for the selected plugins.' ,
'unfreeze_success' => 'Successfully enabled updates for the selected plugins.' ,
2018-02-02 00:16:31 +00:00
'enable_success' => 'Successfully enabled the selected plugins.' ,
2018-02-02 02:07:33 +00:00
'disable_success' => 'Successfully disabled the selected plugins.' ,
'refresh_confirm' => 'Are you sure you want to reset the selected plugins? This will reset each plugin\'s data, restoring it to the intial install state.' ,
'refresh_success' => 'Successfully reset the selected plugins.' ,
'remove_confirm' => 'Are you sure you want to remove the selected plugins? This will remove all associated data as well.' ,
'remove_success' => 'Successfully removed the selected plugins.' ,
2014-06-05 12:05:56 +00:00
],
2014-05-14 13:24:20 +00:00
'project' => [
'name' => 'Project' ,
'owner_label' => 'Owner' ,
2014-05-15 20:23:29 +00:00
'attach' => 'Attach Project' ,
'detach' => 'Detach Project' ,
'none' => 'None' ,
2014-05-14 13:24:20 +00:00
'id' => [
'label' => 'Project ID' ,
'help' => 'How to find your Project ID' ,
2015-01-05 09:05:03 +00:00
'missing' => 'Please specify a Project ID to use.'
2014-05-14 13:24:20 +00:00
],
2014-05-17 03:06:53 +00:00
'detach_confirm' => 'Are you sure you want to detach this project?' ,
2016-04-29 07:36:52 +00:00
'unbind_success' => 'Project has been detached.'
2014-05-14 13:24:20 +00:00
],
'settings' => [
'menu_label' => 'Settings' ,
2014-10-15 08:53:44 +00:00
'not_found' => 'Unable to find the specified settings.' ,
2014-05-14 13:24:20 +00:00
'missing_model' => 'The settings page is missing a Model definition.' ,
2016-04-29 07:36:52 +00:00
'update_success' => ':name settings updated' ,
2014-05-15 20:23:29 +00:00
'return' => 'Return to system settings' ,
2014-07-24 04:19:00 +00:00
'search' => 'Search'
2014-05-15 20:23:29 +00:00
],
2014-07-04 08:47:46 +00:00
'mail' => [
2014-12-05 22:34:54 +00:00
'log_file' => 'Log file' ,
2014-10-15 08:53:44 +00:00
'menu_label' => 'Mail configuration' ,
2014-05-15 20:23:29 +00:00
'menu_description' => 'Manage email configuration.' ,
2014-05-15 23:04:40 +00:00
'general' => 'General' ,
2015-06-30 08:58:40 +00:00
'method' => 'Mail method' ,
'sender_name' => 'Sender name' ,
'sender_email' => 'Sender email' ,
2014-11-11 20:33:58 +00:00
'php_mail' => 'PHP mail' ,
2014-05-15 23:04:40 +00:00
'smtp' => 'SMTP' ,
2015-06-30 08:58:40 +00:00
'smtp_address' => 'SMTP address' ,
2014-05-15 20:23:29 +00:00
'smtp_authorization' => 'SMTP authorization required' ,
'smtp_authorization_comment' => 'Use this checkbox if your SMTP server requires authorization.' ,
'smtp_username' => 'Username' ,
'smtp_password' => 'Password' ,
2015-06-30 08:58:40 +00:00
'smtp_port' => 'SMTP port' ,
2014-05-15 20:23:29 +00:00
'smtp_ssl' => 'SSL connection required' ,
2015-08-27 18:50:13 +00:00
'smtp_encryption' => 'SMTP encryption protocol' ,
'smtp_encryption_none' => 'No encryption' ,
'smtp_encryption_tls' => 'TLS' ,
'smtp_encryption_ssl' => 'SSL' ,
2014-12-19 09:28:27 +00:00
'sendmail' => 'Sendmail' ,
2015-06-30 08:58:40 +00:00
'sendmail_path' => 'Sendmail path' ,
2014-05-15 20:23:29 +00:00
'sendmail_path_comment' => 'Please specify the path of the sendmail program.' ,
2014-11-11 20:33:58 +00:00
'mailgun' => 'Mailgun' ,
2015-06-30 08:58:40 +00:00
'mailgun_domain' => 'Mailgun domain' ,
2014-10-16 21:25:28 +00:00
'mailgun_domain_comment' => 'Please specify the Mailgun domain name.' ,
2015-06-30 08:58:40 +00:00
'mailgun_secret' => 'Mailgun secret' ,
2015-01-31 03:20:19 +00:00
'mailgun_secret_comment' => 'Enter your Mailgun API key.' ,
2015-01-30 04:51:25 +00:00
'mandrill' => 'Mandrill' ,
2015-06-30 08:58:40 +00:00
'mandrill_secret' => 'Mandrill secret' ,
'mandrill_secret_comment' => 'Enter your Mandrill API key.' ,
2016-04-13 12:10:21 +00:00
'ses' => 'SES' ,
'ses_key' => 'SES key' ,
'ses_key_comment' => 'Enter your SES API key' ,
'ses_secret' => 'SES secret' ,
'ses_secret_comment' => 'Enter your SES API secret key' ,
'ses_region' => 'SES region' ,
'ses_region_comment' => 'Enter your SES region (e.g. us-east-1)' ,
2015-06-30 08:58:40 +00:00
'drivers_hint_header' => 'Drivers not installed' ,
'drivers_hint_content' => 'This mail method requires the plugin ":plugin" be installed before you can send mail.'
2014-05-14 13:24:20 +00:00
],
2014-07-04 08:47:46 +00:00
'mail_templates' => [
2014-10-15 08:53:44 +00:00
'menu_label' => 'Mail templates' ,
2014-07-27 04:07:22 +00:00
'menu_description' => 'Modify the mail templates that are sent to users and administrators, manage email layouts.' ,
2014-06-06 11:38:34 +00:00
'new_template' => 'New Template' ,
'new_layout' => 'New Layout' ,
2017-07-19 11:14:08 +00:00
'new_partial' => 'New Partial' ,
2014-06-06 11:38:34 +00:00
'template' => 'Template' ,
'templates' => 'Templates' ,
2017-07-19 11:14:08 +00:00
'partial' => 'Partial' ,
'partials' => 'Partials' ,
2014-07-04 08:47:46 +00:00
'menu_layouts_label' => 'Mail Layouts' ,
2017-07-19 11:14:08 +00:00
'menu_partials_label' => 'Mail Partials' ,
2014-06-06 11:38:34 +00:00
'layout' => 'Layout' ,
'layouts' => 'Layouts' ,
2015-07-29 14:25:22 +00:00
'no_layout' => '-- No layout --' ,
2014-06-06 11:38:34 +00:00
'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 07:57:27 +00:00
'test_send' => 'Send test message' ,
2016-04-29 07:36:52 +00:00
'test_success' => 'Test message sent.' ,
'test_confirm' => 'Send test message to :email. Continue?' ,
2015-10-27 19:49:56 +00:00
'creating' => 'Creating Template...' ,
'creating_layout' => 'Creating Layout...' ,
2015-08-09 13:26:03 +00:00
'saving' => 'Saving Template...' ,
2015-10-27 19:49:56 +00:00
'saving_layout' => 'Saving Layout...' ,
2016-04-29 07:36:52 +00:00
'delete_confirm' => 'Delete this template?' ,
'delete_layout_confirm' => 'Delete this layout?' ,
2015-10-27 19:49:56 +00:00
'deleting' => 'Deleting Template...' ,
'deleting_layout' => 'Deleting Layout...' ,
2015-08-09 13:26:03 +00:00
'sending' => 'Sending test message...' ,
2015-10-27 19:49:56 +00:00
'return' => 'Return to template list'
2014-06-06 11:38:34 +00:00
],
2017-07-22 07:20:48 +00:00
'mail_brand' => [
2017-07-22 08:18:30 +00:00
'menu_label' => 'Mail branding' ,
2017-07-22 07:20:48 +00:00
'menu_description' => 'Modify the colors and appearance of mail templates.' ,
2017-08-01 21:16:17 +00:00
'page_title' => 'Customize mail appearance' ,
'sample_template' => [
'heading' => 'Heading' ,
'paragraph' => 'This is a paragraph filled with Lorem Ipsum and a link. Cumque dicta <a>doloremque eaque</a>, enim error laboriosam pariatur possimus tenetur veritatis voluptas.' ,
'table' => [
'item' => 'Item' ,
'description' => 'Description' ,
'price' => 'Price' ,
'centered' => 'Centered' ,
'right_aligned' => 'Right-Aligned'
],
'buttons' => [
'primary' => 'Primary button' ,
'positive' => 'Positive button' ,
'negative' => 'Negative button' ,
],
'panel' => 'How awesome is this panel?' ,
'more' => 'Some more text' ,
'promotion' => 'Coupon code: OCTOBER' ,
'subcopy' => 'This is the subcopy of the email' ,
'thanks' => 'Thanks'
],
'fields' => [
'_section_background' => 'Background' ,
'body_bg' => 'Body background' ,
'content_bg' => 'Content background' ,
'content_inner_bg' => 'Inner content background' ,
'_section_buttons' => 'Buttons' ,
'button_text_color' => 'Button text color' ,
'button_primary_bg' => 'Primary button background' ,
'button_positive_bg' => 'Positive button background' ,
'button_negative_bg' => 'Negative button background' ,
'_section_type' => 'Typography' ,
'header_color' => 'Header color' ,
'heading_color' => 'Headings color' ,
'text_color' => 'Text color' ,
'link_color' => 'Link color' ,
'footer_color' => 'Footer color' ,
'_section_borders' => 'Borders' ,
'body_border_color' => 'Body border color' ,
'subcopy_border_color' => 'Subcopy border color' ,
'table_border_color' => 'Table border color' ,
'_section_components' => 'Components' ,
'panel_bg' => 'Panel background' ,
'promotion_bg' => 'Promotion background' ,
'promotion_border_color' => 'Promotion border color' ,
]
2017-07-22 07:20:48 +00:00
],
2014-05-14 13:24:20 +00:00
'install' => [
'project_label' => 'Attach to Project' ,
'plugin_label' => 'Install Plugin' ,
2015-04-04 06:28:51 +00:00
'theme_label' => 'Install Theme' ,
2014-05-14 13:24:20 +00:00
'missing_plugin_name' => 'Please specify a Plugin name to install.' ,
2015-04-04 06:28:51 +00:00
'missing_theme_name' => 'Please specify a Theme name to install.' ,
2014-05-14 13:24:20 +00:00
'install_completing' => 'Finishing installation process' ,
2016-04-29 07:36:52 +00:00
'install_success' => 'Plugin installed successfully'
2014-05-14 13:24:20 +00:00
],
'updates' => [
2014-05-15 20:23:29 +00:00
'title' => 'Manage Updates' ,
2014-05-14 13:24:20 +00:00
'name' => 'Software update' ,
2016-05-26 22:03:30 +00:00
'menu_label' => 'Updates & Plugins' ,
2014-07-27 00:11:16 +00:00
'menu_description' => 'Update the system, manage and install plugins and themes.' ,
2015-07-11 05:29:20 +00:00
'return_link' => 'Return to system updates' ,
2014-05-14 13:24:20 +00:00
'check_label' => 'Check for updates' ,
'retry_label' => 'Try again' ,
2014-05-15 20:23:29 +00:00
'plugin_name' => 'Name' ,
2015-07-10 22:29:23 +00:00
'plugin_code' => 'Code' ,
2014-05-15 20:23:29 +00:00
'plugin_description' => 'Description' ,
'plugin_version' => 'Version' ,
'plugin_author' => 'Author' ,
2016-12-10 02:24:26 +00:00
'plugin_not_found' => 'Plugin not found' ,
2015-07-11 05:29:20 +00:00
'core_current_build' => 'Current build' ,
'core_build' => 'Build :build' ,
'core_build_help' => 'Latest build is available.' ,
2014-05-14 13:24:20 +00:00
'core_downloading' => 'Downloading application files' ,
'core_extracting' => 'Unpacking application files' ,
2017-11-28 14:27:15 +00:00
'core_set_build' => 'Setting build number' ,
2015-01-05 09:05:03 +00:00
'plugins' => 'Plugins' ,
2015-05-02 00:18:39 +00:00
'themes' => 'Themes' ,
2015-03-07 02:22:48 +00:00
'disabled' => 'Disabled' ,
2014-05-14 13:24:20 +00:00
'plugin_downloading' => 'Downloading plugin: :name' ,
'plugin_extracting' => 'Unpacking plugin: :name' ,
'plugin_version_none' => 'New plugin' ,
2015-07-11 05:29:20 +00:00
'plugin_current_version' => 'Current version' ,
2014-07-24 10:07:52 +00:00
'theme_new_install' => 'New theme installation.' ,
'theme_downloading' => 'Downloading theme: :name' ,
'theme_extracting' => 'Unpacking theme: :name' ,
2014-05-14 13:24:20 +00:00
'update_label' => 'Update software' ,
'update_completing' => 'Finishing update process' ,
'update_loading' => 'Loading available updates...' ,
2016-04-29 07:36:52 +00:00
'update_success' => 'Update process complete' ,
2014-05-14 13:24:20 +00:00
'update_failed_label' => 'Update failed' ,
'force_label' => 'Force update' ,
'found' => [
'label' => 'Found new updates!' ,
2015-01-05 09:05:03 +00:00
'help' => 'Click Update software to begin the update process.'
2014-05-14 13:24:20 +00:00
],
'none' => [
'label' => 'No updates' ,
2015-01-05 09:05:03 +00:00
'help' => 'No new updates were found.'
2015-07-10 22:29:23 +00:00
],
2015-07-11 05:29:20 +00:00
'important_action' => [
'empty' => 'Select action' ,
'confirm' => 'Confirm update' ,
2017-04-01 01:07:24 +00:00
'skip' => 'Skip this update (once only)' ,
'ignore' => 'Skip this update (always)'
2015-07-11 05:29:20 +00:00
],
'important_action_required' => 'Action required' ,
'important_view_guide' => 'View upgrade guide' ,
2017-04-01 01:07:24 +00:00
'important_view_release_notes' => 'View release notes' ,
2015-07-11 05:29:20 +00:00
'important_alert_text' => 'Some updates need your attention.' ,
'details_title' => 'Plugin details' ,
'details_view_homepage' => 'View homepage' ,
'details_readme' => 'Documentation' ,
'details_readme_missing' => 'There is no documentation provided.' ,
2016-10-11 08:59:30 +00:00
'details_changelog' => 'Changelog' ,
'details_changelog_missing' => 'There is no changelog provided.' ,
2015-07-11 05:29:20 +00:00
'details_upgrades' => 'Upgrade Guide' ,
'details_upgrades_missing' => 'There are no upgrade instructions provided.' ,
2016-10-11 08:59:30 +00:00
'details_licence' => 'Licence' ,
'details_licence_missing' => 'There is no licence provided.' ,
2015-07-11 05:29:20 +00:00
'details_current_version' => 'Current version' ,
2016-10-11 08:59:30 +00:00
'details_author' => 'Author'
2014-05-14 13:24:20 +00:00
],
'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.' ,
2015-01-05 09:05:03 +00:00
'file_corrupt' => 'File from server is corrupt.'
2014-05-14 13:24:20 +00:00
],
'behavior' => [
2015-01-05 09:05:03 +00:00
'missing_property' => 'Class :class must define property $:property used by :behavior behavior.'
2014-05-14 13:24:20 +00:00
],
'config' => [
'not_found' => 'Unable to find configuration file :file defined for :location.' ,
2015-01-05 09:05:03 +00:00
'required' => " Configuration used in :location must supply a value ':property'. "
2014-05-14 13:24:20 +00:00
],
'zip' => [
2015-01-05 09:05:03 +00:00
'extract_failed' => " Unable to extract core file ':file'. "
2014-05-14 13:24:20 +00:00
],
2014-07-30 07:18:59 +00:00
'event_log' => [
2014-07-30 08:12:19 +00:00
'hint' => 'This log displays a list of potential errors that occur in the application, such as exceptions and debugging information.' ,
2014-10-15 08:53:44 +00:00
'menu_label' => 'Event log' ,
2014-07-30 07:18:59 +00:00
'menu_description' => 'View system log messages with their recorded time and details.' ,
2014-07-30 07:44:50 +00:00
'empty_link' => 'Empty event log' ,
'empty_loading' => 'Emptying event log...' ,
2017-02-07 18:43:40 +00:00
'empty_success' => 'Event log emptied' ,
2014-07-30 08:12:19 +00:00
'return_link' => 'Return to event log' ,
2014-07-30 07:51:44 +00:00
'id' => 'ID' ,
2014-08-01 07:58:27 +00:00
'id_label' => 'Event ID' ,
2014-07-30 07:51:44 +00:00
'created_at' => 'Date & Time' ,
'message' => 'Message' ,
2016-05-24 23:24:03 +00:00
'level' => 'Level' ,
'preview_title' => 'Event'
2014-07-30 07:18:59 +00:00
],
'request_log' => [
2014-07-30 08:12:19 +00: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 08:53:44 +00:00
'menu_label' => 'Request log' ,
2014-07-30 07:18:59 +00:00
'menu_description' => 'View bad or redirected requests, such as Page not found (404).' ,
2014-07-30 07:44:50 +00:00
'empty_link' => 'Empty request log' ,
'empty_loading' => 'Emptying request log...' ,
2017-02-07 18:43:40 +00:00
'empty_success' => 'Request log emptied' ,
2014-07-30 08:12:19 +00:00
'return_link' => 'Return to request log' ,
2014-08-01 07:58:27 +00:00
'id' => 'ID' ,
'id_label' => 'Log ID' ,
2014-07-30 07:51:44 +00:00
'count' => 'Counter' ,
2014-07-30 08:24:16 +00:00
'referer' => 'Referers' ,
2014-07-30 07:51:44 +00:00
'url' => 'URL' ,
2016-05-25 08:10:35 +00:00
'status_code' => 'Status' ,
'preview_title' => 'Request'
2014-07-30 07:18:59 +00:00
],
2014-08-09 02:02:15 +00:00
'permissions' => [
2014-12-19 09:28:27 +00:00
'name' => 'System' ,
2014-08-09 02:21:17 +00:00
'manage_system_settings' => 'Manage system settings' ,
'manage_software_updates' => 'Manage software updates' ,
2015-03-26 10:56:04 +00:00
'access_logs' => 'View system logs' ,
2014-08-09 02:21:17 +00:00
'manage_mail_templates' => 'Manage mail templates' ,
2015-01-18 02:16:18 +00:00
'manage_mail_settings' => 'Manage mail settings' ,
2014-08-09 02:21:17 +00:00
'manage_other_administrators' => 'Manage other administrators' ,
2015-09-24 09:59:59 +00:00
'manage_preferences' => 'Manage backend preferences' ,
'manage_editor' => 'Manage code editor preferences' ,
2015-03-26 10:56:04 +00:00
'view_the_dashboard' => 'View the dashboard' ,
'manage_branding' => 'Customize the back-end'
2017-02-07 18:43:40 +00:00
],
'log' => [
'menu_label' => 'Log settings' ,
'menu_description' => 'Specify which areas should use logging.' ,
2017-02-11 21:26:01 +00:00
'default_tab' => 'Logging' ,
2017-02-07 18:43:40 +00:00
'log_events' => 'Log system events' ,
2017-02-11 21:38:51 +00:00
'log_events_comment' => 'Store system events in the database in addition to the file-based log.' ,
2017-02-07 18:43:40 +00:00
'log_requests' => 'Log bad requests' ,
2017-02-11 21:38:51 +00:00
'log_requests_comment' => 'Browser requests that may require attention, such as 404 errors.' ,
2017-02-07 18:43:40 +00:00
'log_theme' => 'Log theme changes' ,
2017-02-11 21:38:51 +00:00
'log_theme_comment' => 'When a change is made to the theme using the back-end.' ,
2017-10-14 12:05:08 +00:00
],
'media' => [
'invalid_path' => " Invalid file path specified: ':path'. " ,
'folder_size_items' => 'item(s)' ,
],
2014-06-12 07:57:27 +00:00
];