'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 were successfully deleted: :count.',
'file_name_required'=>'The File Name field is required.'
],
'theme'=>[
'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'=>'Preview the list of installed themes and select an active theme.',
'find_more_themes'=>'Find more themes on OctoberCMS Theme Marketplace.',
'activate_button'=>'Activate',
'active_button'=>'Activate',
'customize_button'=>'Customize'
],
'maintenance'=>[
'settings_menu'=>'Maintenance mode',
'settings_menu_description'=>'Configure the maintenance mode page and toggle the setting.',
'is_enabled'=>'Enable maintenance mode',
'is_enabled_comment'=>'When activated website visitors will see the page chosen below.'
],
'page'=>[
'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: ._-[]:?|/+*^$',
'delete_confirm_multiple'=>'Do you really want to delete selected pages?',
'delete_confirm_single'=>'Do you really want delete this page?',
'error_deleting_directory'=>'Error deleting the original directory :dir',
'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.",
'method_not_found'=>"The component ':name' does not contain a method ':method'."
],
'template'=>[
'invalid_type'=>'Unknown template type.',
'not_found'=>'The requested template was not found.',
'saved'=>'The template has been successfully saved.'