'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',
'invalid_property'=>"The property ':name' cannot be set",
'error_deleting'=>"Error deleting the template file ':name'. Please check write permissions.",
'delete_success'=>'Templates deleted: :count.',
'file_name_required'=>'The File Name field is required.',
'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`.',
],
'dashboard'=>[
'active_theme'=>[
'widget_title_default'=>'Website',
'online'=>'Online',
'maintenance'=>'In maintenance',
'manage_themes'=>'Manage themes',
'customize_theme'=>'Customize theme',
],
],
'theme'=>[
'not_found_name'=>"The theme ':name' is not found.",
'by_author'=>'By :name',
'active'=>[
'not_set'=>'The active theme is not set.',
'not_found'=>'The active theme is not found.',
],
'edit'=>[
'not_set'=>'The edit theme is not set.',
'not_found'=>'The edit theme is not found.',
'not_match'=>"The object you're trying to access doesn't belong to the theme being edited. Please reload the page.",
],
'settings_menu'=>'Front-end theme',
'settings_menu_description'=>'Manage the front-end theme and customization options.',
'default_tab'=>'Properties',
'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',
'preview_image_label'=>'Preview image',
'preview_image_placeholder'=>'The path of theme preview image.',
'settings_menu_description'=>'Configure the maintenance mode page and toggle the setting.',
'is_enabled'=>'Enable maintenance mode',
'is_enabled_comment'=>'Select the page to show when maintenance mode is activated.',
'hint'=>'Maintenance mode will display the maintenance page to visitors who are not signed in to the back-end area.',
],
'page'=>[
'not_found_name'=>"The page ':name' is not found",
'not_found'=>[
'label'=>'Page not found',
'help'=>'The requested page cannot be found.',
],
'custom_error'=>[
'label'=>'Page error',
'help'=>"We're sorry, but something went wrong and the page cannot be displayed.",
],
'menu_label'=>'Pages',
'unsaved_label'=>'Unsaved page(s)',
'no_list_records'=>'No pages found',
'new'=>'New page',
'invalid_url'=>'Invalid URL format. The URL should start with the forward slash symbol and can contain digits, Latin letters and the following symbols: ._-[]:?|/+*^$',
'hidden_comment'=>'Hidden pages are accessible only by logged-in back-end users.',
'enter_fullscreen'=>'Enter fullscreen mode',
'exit_fullscreen'=>'Exit fullscreen mode',
'open_searchbox'=>'Open Search box',
'close_searchbox'=>'Close Search box',
'open_replacebox'=>'Open Replace box',
'close_replacebox'=>'Close Replace box',
'commit'=>'Commit',
'reset'=>'Reset',
'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',
'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',
],
'asset'=>[
'menu_label'=>'Assets',
'unsaved_label'=>'Unsaved asset(s)',
'drop_down_add_title'=>'Add...',
'drop_down_operation_title'=>'Action...',
'upload_files'=>'Upload file(s)',
'create_file'=>'Create file',
'create_directory'=>'Create directory',
'directory_popup_title'=>'New directory',
'directory_name'=>'Directory name',
'rename'=>'Rename',
'delete'=>'Delete',
'move'=>'Move',
'select'=>'Select',
'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_directory'=>'Error deleting the original directory :dir',
'no_list_records'=>'No files found',
'delete_confirm'=>'Delete selected files or directories?',
'path'=>'Path',
],
'component'=>[
'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.',
'no_records'=>'No components found',
'not_found'=>"The component ':name' is not found.",
'no_default_partial'=>"This component does not have a 'default' partial",
'method_not_found'=>"The component ':name' does not contain a method ':method'.",
'soft_component'=>'Soft Component',
'soft_component_description'=>'This component is missing but optional.',