view .cms/lang/en_US.UTF-8/pages.mod.php @ 1:1d486627aa1e draft default tip

24.10
author Coffee CMS <info@coffee-cms.ru>
date Sat, 12 Oct 2024 02:51:39 +0000
parents 78edf6b517a0
children
line wrap: on
line source

<?php
$cms["lang"]["pages.mod.php"]["en_US.UTF-8"] = array(
    "pages_module_name" => "Pages",
    "pages_module_description" => "Module for edditing pages",
    "page_default_title" => "Page",
    "updated" => "Updated",
    "title" => "Title",
    "date" => "Date",
    "time" => "Time",
    "template" => "Template",
    "no_template" => "No template",
    "published" => "Published",
    "unpublished" => "Unpublished",
    "search" => "Search...",    
    "delete" => "Delete",
    "page_created" => "Page created",
    "page_changed" => "Someone already changed the page",
    "mediateka" => "Mediateka",
    "upload" => "Upload",
    "error_create_folder" => "Can't create folder",
    "error_upload_file" => "Error upload file",
    "files_uploaded" => "Files uploaded",
    "pages_deleted" => "Pages deleted",
    "files_deleted" => "Files deleted",
    "same_files" => "Files with the same names found on the server",
    "pc" => "pc.",
    "confirm_replace" => "Overwrite them or cancel the upload?",
    "saved" => "Saved",
    "confirm_delete_pages" => "Delete selected pages? Files attached to these pages will be deleted.",
    "copy" => "Copy",
    "copyed" => "Copyed",
    "copy_error" => "Copy Error",
    "select_file" => "Please select file",
    "error_creating_page" => "Error creating page: ",
    "no_connect_db" => "Please connect to database.",
    "no_tables_db" => "Go to the Database tab and click the Save button to create the tables.",
    "blanks" => "Blanks",
    "codemirror" => "Editor",
    "file_move_error" => "File move error",
    "replace" => "Replace",
    "confirm_save" => "Save changes?",
    "save" => "Save",
    "edit" => "Edit",
    "properties" => "Properties",
    "server_overloaded_xxx" => "Server overloaded. Sent xxx pages.",
    "browser_overloaded_xxx" => "The browser is overloaded. Inserted xxx pages out of nnn.",
    "of" => "of",
    "tags" => "Tags",
    "h1" => "Header",
    "p" => "Paragraph",
    "div" => "Block",
    "link" => "Link",
    "span" => "Span",
    "code" => "Code",
    "cite" => "Blockquote",
    "ul" => "Unordered list",
    "ol" => "Ordered list",
    "li" => "List item",
    "figure" => "Figure",
    "bold" => "Bold",
    "max_size" => "Max upload size: ",
    "bytes" => " bytes",
    "no_selected_pages" => "First select the pages.",
    "seo_title" => "Alt Title",
    "comment" => "Comment",
    "content" => "Content",
    "description" => "Description",
    "deleted_page" => "Deleted page",
    "page" => "Page",
    "post" => "Post",
    "frontpage" => "Frontpage",
    "blog" => "Blog",
    "url_translit" => "Create link from title",
    "front_url" => "Front",
    "home_page" => "Home",
    "pages_utils" => "Replacement",
    "replace_btn" => "Replace",
    "replace_instruction" => "Enter a regular expression to replace one text with another on all pages of the site. An empty expression is ignored. / characters are escaped.",
    "replace_in_pages_confirm" => "The specified replacements will be made on all pages.",
    "replace_ok" => "Replaces done.",
    "replace_table" => "Table",
    "replace_id_col" => "Column with id (for WHERE)",
    "replace_column" => "Column with replacement text",
    "regex_title" => "Replacement regex",
    "replace_title" => "Replace with",
    "add_page_hint" => "Add the page by clicking the plus sign next to the search.",
    "too_large" => "The files are too large.",
    "url_changed" => "URL is already taken and has been changed.",
    "search_with_ctrl" => "Shift - break into letters\nCtrl - search through texts",
    "add_page_title" => "Add page",
    "kbd" => "Button",
    "mark" => "Select",
    "pin" => "Pin to top",
    "delete_pages" => "Delete selected pages",
);