comparison .cms/lang/en_US.UTF-8/pages.mod.php @ 0:78edf6b517a0 draft

24.10
author Coffee CMS <info@coffee-cms.ru>
date Fri, 11 Oct 2024 22:40:23 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:78edf6b517a0
1 <?php
2 $cms["lang"]["pages.mod.php"]["en_US.UTF-8"] = array(
3 "pages_module_name" => "Pages",
4 "pages_module_description" => "Module for edditing pages",
5 "page_default_title" => "Page",
6 "updated" => "Updated",
7 "title" => "Title",
8 "date" => "Date",
9 "time" => "Time",
10 "template" => "Template",
11 "no_template" => "No template",
12 "published" => "Published",
13 "unpublished" => "Unpublished",
14 "search" => "Search...",
15 "delete" => "Delete",
16 "page_created" => "Page created",
17 "page_changed" => "Someone already changed the page",
18 "mediateka" => "Mediateka",
19 "upload" => "Upload",
20 "error_create_folder" => "Can't create folder",
21 "error_upload_file" => "Error upload file",
22 "files_uploaded" => "Files uploaded",
23 "pages_deleted" => "Pages deleted",
24 "files_deleted" => "Files deleted",
25 "same_files" => "Files with the same names found on the server",
26 "pc" => "pc.",
27 "confirm_replace" => "Overwrite them or cancel the upload?",
28 "saved" => "Saved",
29 "confirm_delete_pages" => "Delete selected pages? Files attached to these pages will be deleted.",
30 "copy" => "Copy",
31 "copyed" => "Copyed",
32 "copy_error" => "Copy Error",
33 "select_file" => "Please select file",
34 "error_creating_page" => "Error creating page: ",
35 "no_connect_db" => "Please connect to database.",
36 "no_tables_db" => "Go to the Database tab and click the Save button to create the tables.",
37 "blanks" => "Blanks",
38 "codemirror" => "Editor",
39 "file_move_error" => "File move error",
40 "replace" => "Replace",
41 "confirm_save" => "Save changes?",
42 "save" => "Save",
43 "edit" => "Edit",
44 "properties" => "Properties",
45 "server_overloaded_xxx" => "Server overloaded. Sent xxx pages.",
46 "browser_overloaded_xxx" => "The browser is overloaded. Inserted xxx pages out of nnn.",
47 "of" => "of",
48 "tags" => "Tags",
49 "h1" => "Header",
50 "p" => "Paragraph",
51 "div" => "Block",
52 "link" => "Link",
53 "span" => "Span",
54 "code" => "Code",
55 "cite" => "Blockquote",
56 "ul" => "Unordered list",
57 "ol" => "Ordered list",
58 "li" => "List item",
59 "figure" => "Figure",
60 "bold" => "Bold",
61 "max_size" => "Max upload size: ",
62 "bytes" => " bytes",
63 "no_selected_pages" => "First select the pages.",
64 "seo_title" => "Alt Title",
65 "comment" => "Comment",
66 "content" => "Content",
67 "description" => "Description",
68 "deleted_page" => "Deleted page",
69 "page" => "Page",
70 "post" => "Post",
71 "frontpage" => "Frontpage",
72 "blog" => "Blog",
73 "url_translit" => "Create link from title",
74 "front_url" => "Front",
75 "home_page" => "Home",
76 "pages_utils" => "Replacement",
77 "replace_btn" => "Replace",
78 "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.",
79 "replace_in_pages_confirm" => "The specified replacements will be made on all pages.",
80 "replace_ok" => "Replaces done.",
81 "replace_table" => "Table",
82 "replace_id_col" => "Column with id (for WHERE)",
83 "replace_column" => "Column with replacement text",
84 "regex_title" => "Replacement regex",
85 "replace_title" => "Replace with",
86 "add_page_hint" => "Add the page by clicking the plus sign next to the search.",
87 "too_large" => "The files are too large.",
88 "url_changed" => "URL is already taken and has been changed.",
89 "search_with_ctrl" => "Shift - break into letters\nCtrl - search through texts",
90 "add_page_title" => "Add page",
91 "kbd" => "Button",
92 "mark" => "Select",
93 "pin" => "Pin to top",
94 "delete_pages" => "Delete selected pages",
95 );