comparison .cms/lang/en_US.UTF-8/admin.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"]["admin.mod.php"]["en_US.UTF-8"] = array(
3 "en_US.UTF-8" => "English",
4 "cant_write_config" => "Can't write",
5 "home_link" => "Home",
6 "cache_btn" => "Cache",
7 "theme_btn" => "Theme",
8 "logout_btn" => "Logout",
9 "hello" => "Hello!",
10 "hello_set_base" => "The first step is to set up your <a href='#base'>database connection</a>.",
11 "set_login_and_password" => "Setup Login and Password",
12 "login_or_password" => "Login or Email",
13 "password" => "Password",
14 "login_btn" => "Enter",
15 "support" => "Support",
16 "support_url" => "https://coffee-cms.ru/podderzhka",
17 "codemirror_search" => "Search:",
18 "codemirror_re" => "(Use /re/ syntax for regexp search)",
19 "codemirror_replace_all" => "Replace all:",
20 "codemirror_replace_with" => "With:",
21 "codemirror_replace_replace" => "Replace:",
22 "codemirror_replace_confirm" => "Replace?",
23 "codemirror_yes" => "Yes",
24 "codemirror_no" => "No",
25 "codemirror_all" => "All",
26 "codemirror_stop" => "Stop",
27 "not_empty_section" => "Section is not empty",
28 "confirm_delete" => "Delete?",
29 "hide_admin_settings" => "Hide Admin settings?",
30 "confirm_logout" => "Close this session?",
31 "admin_module_name" => "Admin",
32 "admin_module_description" => "Responsible for the items Authorization, PHP Info, Admin, Modules.",
33 "set_password" => "Set",
34 "current_logins" => "Current logins",
35 "logins_history" => "Logins history",
36 "admin_url" => "Admin URL",
37 "mod_on" => "Turn on",
38 "mod_off" => "Turn off",
39 "mod_del" => "Delete",
40 "mod_install" => "Install module",
41 "show" => "Show",
42 "hide" => "Hide",
43 "save" => "Save",
44 "reset" => "Reset",
45 "delete" => "Delete",
46 "install_finished" => "Install finished",
47 "congrat" => "Congratulations!",
48 "login_info" => "Credentials for login",
49 "login_url" => "Login URL",
50 "login" => "Login",
51 "access_denied" => "Access denied",
52 "logout_completed" => "Logout completed",
53 "section_added" => "Section added",
54 "deleted" => "Deleted",
55 "not_disabled" => "It is not a switchable module",
56 "delete_this_files" => "Delete following files:",
57 "upload_error_xxx" => "Error upload xxx",
58 "install_success" => "Install success",
59 "cant_open_zip_xxx" => "Can't open zip xxx",
60 "cant_extract_xxx" => "Can't extract xxx",
61 "auth" => "Auth",
62 "settings" => "Settings",
63 "php_info" => "PHP Info",
64 "modules" => "Modules",
65 "content" => "Content",
66 "add_section" => "New Section",
67 "server_error" => "Server error",
68 "network_error" => "Network error",
69 "reset_all" => "Reset all",
70 "reset_all_ok" => "Reset completed",
71 "create_zip" => "Create Zip",
72 "create" => "Create",
73 "remove" => "Remove",
74 "removed" => "Removed",
75 "have_errors" => "Have errors",
76 "help1" => "Copy and save the recovery link. If the update was unsuccessful, follow the copied link, the CMS will be restored.",
77 "recovery_url" => "Recovery URL:",
78 "update_core" => "Update Core Modules",
79 "check" => "Check",
80 "check_dev" => "Check Dev",
81 "try_later" => "Try it in xxx min",
82 "cant_get" => "Can't get file",
83 "cant_remove" => "Can't remove",
84 "check_updates" => "Please check updates",
85 "current_v" => "Current version:",
86 "last_v" => "Last version:",
87 "checked" => "Last check:",
88 "download_error" => "Download error",
89 "unknown" => "Unknown",
90 "never" => "Never",
91 "cant_create_tmp_dir" => "Can't create tmp dir",
92 "cant_write_file" => "Can't write file",
93 "cant_open_zip" => "Can't open zip",
94 "cant_extract" => "Can't extract",
95 "file_list_missing" => "File list missing",
96 "file_not_exists" => "File not exists:",
97 "file_changed" => "Changed file:",
98 "update_error_rights" => "Update error when test current files permissions.<br>Please check files permissions.",
99 "update_error_move" => "Update error when moving new files. Please check files permissions.",
100 "update_error_remove" => "Update failed while deleting old files. Please check file permissions.",
101 "successfull_update" => "Successfull update",
102 "archive_created" => "Archive created",
103 "files" => "Files:",
104 "already_updated" => "Already updated",
105 "for_dev" => "Dev",
106 "incompatible_v" => "Incompatible version. Download new <a href='https://coffee-cms.ru/' target=_blank>https://coffee-cms.ru/</a>",
107 "impossible" => "The update is not possible. Install the new version manually.",
108 "file_or_dir_not_exists" => "File or directory does not exist",
109 "backup_error" => "Error creating backup",
110 "error_creating" => "Error creating file:",
111 "json_error" => "JSON file error",
112 "update" => "Update",
113 "changed_files" => "Changed files",
114 "no_files_changed" => "No files changed",
115 );