2014-05-14 13:24:20 +00:00
< ? php
return [
'cms_object' => [
'invalid_file' => 'Invalid file name: :name. File names can contain only alphanumeric symbols, underscores, dashes and dots. Some examples of correct file names: page.htm, page, subdirectory/page' ,
2014-12-19 09:28:27 +00:00
'invalid_property' => " The property ':name' cannot be set " ,
'file_already_exists' => " File ':name' already exists. " ,
'error_saving' => " Error saving file ':name'. Please check write permissions. " ,
2014-08-03 00:52:46 +00:00
'error_creating_directory' => 'Error creating directory :name. Please check write permissions.' ,
2017-04-28 07:01:21 +00:00
'invalid_file_extension' => 'Invalid file extension: :invalid. Allowed extensions are: :allowed.' ,
2014-12-19 09:28:27 +00:00
'error_deleting' => " Error deleting the template file ':name'. Please check write permissions. " ,
2016-04-29 07:36:52 +00:00
'delete_success' => 'Templates deleted: :count.' ,
2016-03-24 23:05:04 +00:00
'file_name_required' => 'The File Name field is required.' ,
2020-02-03 20:09:50 +00:00
'safe_mode_enabled' => 'Safe mode is currently enabled. Editing the PHP code of CMS templates is disabled. To disable safe mode, set the `cms.enableSafeMode` configuration value to `false`.' ,
2014-05-14 13:24:20 +00:00
],
2016-05-28 01:10:33 +00:00
'dashboard' => [
'active_theme' => [
'widget_title_default' => 'Website' ,
'online' => 'Online' ,
'maintenance' => 'In maintenance' ,
2017-02-28 06:19:06 +00:00
'manage_themes' => 'Manage themes' ,
2017-02-28 06:25:44 +00:00
'customize_theme' => 'Customize theme'
2016-05-28 01:10:33 +00:00
]
],
2014-05-14 13:24:20 +00:00
'theme' => [
2015-03-14 07:09:54 +00:00
'not_found_name' => " The theme ':name' is not found. " ,
2017-04-28 07:01:21 +00:00
'by_author' => 'By :name' ,
2014-05-14 13:24:20 +00:00
'active' => [
2014-12-19 09:28:27 +00:00
'not_set' => 'The active theme is not set.' ,
'not_found' => 'The active theme is not found.'
2014-05-14 13:24:20 +00:00
],
'edit' => [
2014-12-19 09:28:27 +00:00
'not_set' => 'The edit theme is not set.' ,
'not_found' => 'The edit theme is not found.' ,
2014-05-14 13:24:20 +00:00
'not_match' => " The object you're trying to access doesn't belong to the theme being edited. Please reload the page. "
2014-07-19 02:05:50 +00:00
],
'settings_menu' => 'Front-end theme' ,
2017-07-21 05:38:53 +00:00
'settings_menu_description' => 'Manage the front-end theme and customization options.' ,
2015-05-16 09:47:24 +00:00
'default_tab' => 'Properties' ,
2015-03-16 08:33:58 +00:00
'name_label' => 'Name' ,
'name_create_placeholder' => 'New theme name' ,
'author_label' => 'Author' ,
'author_placeholder' => 'Person or company name' ,
'description_label' => 'Description' ,
'description_placeholder' => 'Theme description' ,
'homepage_label' => 'Homepage' ,
'homepage_placeholder' => 'Website URL' ,
'code_label' => 'Code' ,
'code_placeholder' => 'A unique code for this theme used for distribution' ,
2017-01-28 22:13:01 +00:00
'preview_image_label' => 'Preview image' ,
'preview_image_placeholder' => 'The path of theme preview image.' ,
2015-03-16 08:33:58 +00:00
'dir_name_label' => 'Directory name' ,
'dir_name_create_label' => 'The destination theme directory' ,
'theme_label' => 'Theme' ,
2015-05-16 09:47:24 +00:00
'theme_title' => 'Themes' ,
2014-07-19 05:54:09 +00:00
'activate_button' => 'Activate' ,
'active_button' => 'Activate' ,
2015-05-16 09:47:24 +00:00
'customize_theme' => 'Customize Theme' ,
2015-03-16 08:33:58 +00:00
'customize_button' => 'Customize' ,
'duplicate_button' => 'Duplicate' ,
'duplicate_title' => 'Duplicate theme' ,
2016-04-29 07:36:52 +00:00
'duplicate_theme_success' => 'Theme duplicated!' ,
2015-03-16 08:33:58 +00:00
'manage_button' => 'Manage' ,
'manage_title' => 'Manage theme' ,
'edit_properties_title' => 'Theme' ,
'edit_properties_button' => 'Edit properties' ,
'save_properties' => 'Save properties' ,
'import_button' => 'Import' ,
'import_title' => 'Import theme' ,
2016-04-29 07:36:52 +00:00
'import_theme_success' => 'Theme imported!' ,
2015-03-16 08:33:58 +00:00
'import_uploaded_file' => 'Theme archive file' ,
'import_overwrite_label' => 'Overwrite existing files' ,
'import_overwrite_comment' => 'Untick this box to only import new files' ,
'import_folders_label' => 'Folders' ,
'import_folders_comment' => 'Please select the theme folders you would like to import' ,
'export_button' => 'Export' ,
'export_title' => 'Export theme' ,
'export_folders_label' => 'Folders' ,
2015-03-26 21:31:21 +00:00
'export_folders_comment' => 'Please select the theme folders you would like to export' ,
2015-03-16 08:33:58 +00:00
'delete_button' => 'Delete' ,
2017-04-19 08:35:22 +00:00
'delete_confirm' => 'Delete this theme? It cannot be undone!' ,
2015-03-16 08:33:58 +00:00
'delete_active_theme_failed' => 'Cannot delete the active theme, try making another theme active first.' ,
2016-04-29 07:36:52 +00:00
'delete_theme_success' => 'Theme deleted!' ,
2015-03-16 08:33:58 +00:00
'create_title' => 'Create theme' ,
'create_button' => 'Create' ,
'create_new_blank_theme' => 'Create a new blank theme' ,
2016-04-29 07:36:52 +00:00
'create_theme_success' => 'Theme created!' ,
2015-03-16 08:33:58 +00:00
'create_theme_required_name' => 'Please specify a name for the theme.' ,
'new_directory_name_label' => 'Theme directory' ,
'new_directory_name_comment' => 'Provide a new directory name for the duplicated theme.' ,
'dir_name_invalid' => 'Name can contain only digits, Latin letters and the following symbols: _-' ,
'dir_name_taken' => 'Desired theme directory already exists.' ,
2015-04-04 06:28:51 +00:00
'find_more_themes' => 'Find more themes' ,
2015-05-16 09:47:24 +00:00
'saving' => 'Saving theme...' ,
2016-10-17 11:51:09 +00:00
'return' => 'Return to themes list'
2014-05-14 13:24:20 +00:00
],
2014-11-10 09:35:20 +00:00
'maintenance' => [
'settings_menu' => 'Maintenance mode' ,
'settings_menu_description' => 'Configure the maintenance mode page and toggle the setting.' ,
'is_enabled' => 'Enable maintenance mode' ,
2016-06-23 20:48:16 +00:00
'is_enabled_comment' => 'Select the page to show when maintenance mode is activated.' ,
2016-10-17 11:51:09 +00:00
'hint' => 'Maintenance mode will display the maintenance page to visitors who are not signed in to the back-end area.'
2014-11-10 09:35:20 +00:00
],
2014-05-14 13:24:20 +00:00
'page' => [
2015-03-12 09:50:16 +00:00
'not_found_name' => " The page ':name' is not found " ,
2014-05-14 13:24:20 +00:00
'not_found' => [
2014-12-19 09:28:27 +00:00
'label' => 'Page not found' ,
'help' => 'The requested page cannot be found.'
2014-05-14 13:24:20 +00:00
],
'custom_error' => [
2014-12-19 09:28:27 +00:00
'label' => 'Page error' ,
'help' => " We're sorry, but something went wrong and the page cannot be displayed. "
2014-05-14 13:24:20 +00:00
],
'menu_label' => 'Pages' ,
2014-11-10 09:35:20 +00:00
'unsaved_label' => 'Unsaved page(s)' ,
2014-05-14 13:24:20 +00:00
'no_list_records' => 'No pages found' ,
'new' => 'New page' ,
2014-11-19 08:04:55 +00:00
'invalid_url' => 'Invalid URL format. The URL should start with the forward slash symbol and can contain digits, Latin letters and the following symbols: ._-[]:?|/+*^$' ,
2016-04-29 07:36:52 +00:00
'delete_confirm_multiple' => 'Delete selected pages?' ,
'delete_confirm_single' => 'Delete this page?' ,
2016-10-10 21:29:26 +00:00
'no_layout' => '-- no layout --' ,
2017-01-13 04:13:32 +00:00
'cms_page' => 'CMS page' ,
'title' => 'Page title' ,
'url' => 'Page URL' ,
'file_name' => 'Page file name'
2014-05-14 13:24:20 +00:00
],
'layout' => [
2015-03-12 09:50:16 +00:00
'not_found_name' => " The layout ':name' is not found " ,
2014-05-14 13:24:20 +00:00
'menu_label' => 'Layouts' ,
2014-11-10 09:35:20 +00:00
'unsaved_label' => 'Unsaved layout(s)' ,
2014-05-14 13:24:20 +00:00
'no_list_records' => 'No layouts found' ,
'new' => 'New layout' ,
2016-04-29 07:36:52 +00:00
'delete_confirm_multiple' => 'Delete selected layouts?' ,
'delete_confirm_single' => 'Delete this layout?'
2014-05-14 13:24:20 +00:00
],
'partial' => [
2015-03-12 09:50:16 +00:00
'not_found_name' => " The partial ':name' is not found. " ,
2014-12-19 09:28:27 +00:00
'invalid_name' => 'Invalid partial name: :name.' ,
2014-05-14 13:24:20 +00:00
'menu_label' => 'Partials' ,
2014-11-10 09:35:20 +00:00
'unsaved_label' => 'Unsaved partial(s)' ,
2014-05-14 13:24:20 +00:00
'no_list_records' => 'No partials found' ,
2016-04-29 07:36:52 +00:00
'delete_confirm_multiple' => 'Delete selected partials?' ,
'delete_confirm_single' => 'Delete this partial?' ,
2014-05-14 13:24:20 +00:00
'new' => 'New partial'
],
'content' => [
2015-03-12 09:50:16 +00:00
'not_found_name' => " The content file ':name' is not found. " ,
2014-05-14 13:24:20 +00:00
'menu_label' => 'Content' ,
2014-11-10 09:35:20 +00:00
'unsaved_label' => 'Unsaved content' ,
2014-05-14 13:24:20 +00:00
'no_list_records' => 'No content files found' ,
2016-04-29 07:36:52 +00:00
'delete_confirm_multiple' => 'Delete selected content files or directories?' ,
'delete_confirm_single' => 'Delete this content file?' ,
2014-05-14 13:24:20 +00:00
'new' => 'New content file'
],
'ajax_handler' => [
2014-12-19 09:28:27 +00:00
'invalid_name' => 'Invalid AJAX handler name: :name.' ,
'not_found' => " AJAX handler ':name' was not found. "
2014-05-14 13:24:20 +00:00
],
'cms' => [
2014-12-19 09:28:27 +00:00
'menu_label' => 'CMS'
2014-05-14 13:24:20 +00:00
],
2014-05-15 23:04:40 +00:00
'sidebar' => [
'add' => 'Add' ,
'search' => 'Search...'
],
'editor' => [
'settings' => 'Settings' ,
'title' => 'Title' ,
2014-05-16 01:29:44 +00:00
'new_title' => 'New page title' ,
2014-05-15 23:04:40 +00:00
'url' => 'URL' ,
'filename' => 'File Name' ,
'layout' => 'Layout' ,
'description' => 'Description' ,
'preview' => 'Preview' ,
'meta' => 'Meta' ,
'meta_title' => 'Meta Title' ,
'meta_description' => 'Meta Description' ,
'markup' => 'Markup' ,
'code' => 'Code' ,
'content' => 'Content' ,
2014-07-03 06:40:44 +00:00
'hidden' => 'Hidden' ,
2014-08-09 02:02:15 +00:00
'hidden_comment' => 'Hidden pages are accessible only by logged-in back-end users.' ,
'enter_fullscreen' => 'Enter fullscreen mode' ,
2016-04-19 06:36:45 +00:00
'exit_fullscreen' => 'Exit fullscreen mode' ,
'open_searchbox' => 'Open Search box' ,
'close_searchbox' => 'Close Search box' ,
2016-04-20 18:50:05 +00:00
'open_replacebox' => 'Open Replace box' ,
2018-11-22 19:34:19 +00:00
'close_replacebox' => 'Close Replace box' ,
'commit' => 'Commit' ,
2018-11-23 17:07:36 +00:00
'reset' => 'Reset' ,
2018-11-22 19:34:19 +00:00
'commit_confirm' => 'Are you sure you want to commit your changes to this file to the filesystem? This will overwrite the existing file on the filesystem' ,
2018-11-23 17:07:36 +00:00
'reset_confirm' => 'Are you sure you want to reset this file to the copy that is on the filesystem? This will completely replace it with the file that is on the filesystem' ,
'committing' => 'Committing' ,
'resetting' => 'Resetting' ,
'commit_success' => 'The :type has been committed to the filesystem' ,
'reset_success' => 'The :type has been reset to the filesystem version' ,
2014-05-15 23:04:40 +00:00
],
2014-05-14 13:24:20 +00:00
'asset' => [
2014-12-19 09:28:27 +00:00
'menu_label' => 'Assets' ,
2014-11-10 09:35:20 +00:00
'unsaved_label' => 'Unsaved asset(s)' ,
2014-05-14 13:24:20 +00:00
'drop_down_add_title' => 'Add...' ,
'drop_down_operation_title' => 'Action...' ,
'upload_files' => 'Upload file(s)' ,
'create_file' => 'Create file' ,
'create_directory' => 'Create directory' ,
2014-08-12 00:15:38 +00:00
'directory_popup_title' => 'New directory' ,
'directory_name' => 'Directory name' ,
2014-05-14 13:24:20 +00:00
'rename' => 'Rename' ,
'delete' => 'Delete' ,
'move' => 'Move' ,
2014-08-12 00:15:38 +00:00
'select' => 'Select' ,
2014-05-14 13:24:20 +00:00
'new' => 'New file' ,
'rename_popup_title' => 'Rename' ,
'rename_new_name' => 'New name' ,
'invalid_path' => 'Path can contain only digits, Latin letters, spaces and the following symbols: ._-/' ,
'error_deleting_file' => 'Error deleting file :name.' ,
'error_deleting_dir_not_empty' => 'Error deleting directory :name. The directory is not empty.' ,
2017-01-23 22:56:14 +00:00
'error_deleting_dir' => 'Error deleting directory :name.' ,
2014-05-14 13:24:20 +00:00
'invalid_name' => 'Name can contain only digits, Latin letters, spaces and the following symbols: ._-' ,
'original_not_found' => 'Original file or directory not found' ,
'already_exists' => 'File or directory with this name already exists' ,
'error_renaming' => 'Error renaming the file or directory' ,
'name_cant_be_empty' => 'The name cannot be empty' ,
'too_large' => 'The uploaded file is too large. The maximum allowed file size is :max_size' ,
'type_not_allowed' => 'Only the following file types are allowed: :allowed_types' ,
'file_not_valid' => 'File is not valid' ,
2014-12-19 09:28:27 +00:00
'error_uploading_file' => " Error uploading file ':name': :error " ,
2014-05-14 13:24:20 +00:00
'move_please_select' => 'please select' ,
'move_destination' => 'Destination directory' ,
'move_popup_title' => 'Move assets' ,
'move_button' => 'Move' ,
'selected_files_not_found' => 'Selected files not found' ,
'select_destination_dir' => 'Please select a destination directory' ,
'destination_not_found' => 'Destination directory is not found' ,
'error_moving_file' => 'Error moving file :file' ,
'error_moving_directory' => 'Error moving directory :dir' ,
'error_deleting_directory' => 'Error deleting the original directory :dir' ,
2016-10-10 21:29:26 +00:00
'no_list_records' => 'No files found' ,
'delete_confirm' => 'Delete selected files or directories?' ,
2014-05-14 13:24:20 +00:00
'path' => 'Path'
],
'component' => [
2014-12-19 09:28:27 +00:00
'menu_label' => 'Components' ,
'unnamed' => 'Unnamed' ,
'no_description' => 'No description provided' ,
'alias' => 'Alias' ,
'alias_description' => 'A unique name given to this component when using it in the page or layout code.' ,
'validation_message' => 'Component aliases are required and can contain only Latin symbols, digits, and underscores. The aliases should start with a Latin symbol.' ,
'invalid_request' => 'The template cannot be saved because of invalid component data.' ,
2014-05-14 13:24:20 +00:00
'no_records' => 'No components found' ,
'not_found' => " The component ':name' is not found. " ,
2014-12-19 09:28:27 +00:00
'method_not_found' => " The component ':name' does not contain a method ':method'. "
2014-05-14 13:24:20 +00:00
],
'template' => [
2014-12-19 09:28:27 +00:00
'invalid_type' => 'Unknown template type.' ,
2016-04-29 07:36:52 +00:00
'not_found' => 'Template not found.' ,
2016-10-10 21:29:26 +00:00
'saved' => 'Template saved.' ,
'no_list_records' => 'No records found' ,
2017-01-13 04:13:32 +00:00
'delete_confirm' => 'Delete selected templates?' ,
2017-01-30 09:08:09 +00:00
'order_by' => 'Order by'
2014-08-09 02:02:15 +00:00
],
'permissions' => [
2016-02-23 05:52:23 +00:00
'name' => 'CMS' ,
2016-02-20 06:12:41 +00:00
'manage_content' => 'Manage website content files' ,
'manage_assets' => 'Manage website assets - images, JavaScript files, CSS files' ,
'manage_pages' => 'Create, modify and delete website pages' ,
'manage_layouts' => 'Create, modify and delete CMS layouts' ,
'manage_partials' => 'Create, modify and delete CMS partials' ,
'manage_themes' => 'Activate, deactivate and configure CMS themes' ,
2017-07-21 05:40:02 +00:00
'manage_theme_options' => 'Configure customization options for the active theme' ,
2017-02-07 18:43:40 +00:00
],
'theme_log' => [
'hint' => 'This log displays any changes made to the theme by administrators in the back-end area.' ,
'menu_label' => 'Theme log' ,
'menu_description' => 'View changes made to the active theme.' ,
'empty_link' => 'Empty theme log' ,
'empty_loading' => 'Emptying theme log...' ,
'empty_success' => 'Theme log emptied' ,
'return_link' => 'Return to theme log' ,
'id' => 'ID' ,
'id_label' => 'Log ID' ,
'created_at' => 'Date & Time' ,
'user' => 'User' ,
'type' => 'Type' ,
'type_create' => 'Create' ,
'type_update' => 'Update' ,
'type_delete' => 'Delete' ,
'theme_name' => 'Theme' ,
'theme_code' => 'Theme code' ,
'old_template' => 'Template (Old)' ,
'new_template' => 'Template (New)' ,
'template' => 'Template' ,
'diff' => 'Changes' ,
'old_value' => 'Old value' ,
'new_value' => 'New value' ,
'preview_title' => 'Template changes' ,
'template_updated' => 'Template was updated' ,
'template_created' => 'Template was created' ,
'template_deleted' => 'Template was deleted' ,
],
2014-10-10 23:32:11 +00:00
];