view .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
line wrap: on
line source

<?php
$cms["lang"]["admin.mod.php"]["en_US.UTF-8"] = array(
    "en_US.UTF-8" => "English",
    "cant_write_config" => "Can't write",
    "home_link" => "Home",
    "cache_btn" => "Cache",
    "theme_btn" => "Theme",
    "logout_btn" => "Logout",
    "hello" => "Hello!",
    "hello_set_base" => "The first step is to set up your <a href='#base'>database connection</a>.",
    "set_login_and_password" => "Setup Login and Password",
    "login_or_password" => "Login or Email",
    "password" => "Password",
    "login_btn" => "Enter",
    "support" => "Support",
    "support_url" => "https://coffee-cms.ru/podderzhka",
    "codemirror_search" => "Search:",
    "codemirror_re" => "(Use /re/ syntax for regexp search)",
    "codemirror_replace_all" => "Replace all:",
    "codemirror_replace_with" => "With:",
    "codemirror_replace_replace" => "Replace:",
    "codemirror_replace_confirm" => "Replace?",
    "codemirror_yes" => "Yes",
    "codemirror_no" => "No",
    "codemirror_all" => "All",
    "codemirror_stop" => "Stop",
    "not_empty_section" => "Section is not empty",
    "confirm_delete" => "Delete?",
    "hide_admin_settings" => "Hide Admin settings?",
    "confirm_logout" => "Close this session?",
    "admin_module_name" => "Admin",
    "admin_module_description" => "Responsible for the items Authorization, PHP Info, Admin, Modules.",
    "set_password" => "Set",
    "current_logins" => "Current logins",
    "logins_history" => "Logins history",
    "admin_url" => "Admin URL",
    "mod_on" => "Turn on",
    "mod_off" => "Turn off",
    "mod_del" => "Delete",
    "mod_install" => "Install module",
    "show" => "Show",
    "hide" => "Hide",
    "save" => "Save",
    "reset" => "Reset",
    "delete" => "Delete",
    "install_finished" => "Install finished",
    "congrat" => "Congratulations!",
    "login_info" => "Credentials for login",
    "login_url" => "Login URL",
    "login" => "Login",
    "access_denied" => "Access denied",
    "logout_completed" => "Logout completed",
    "section_added" => "Section added",
    "deleted" => "Deleted",
    "not_disabled" => "It is not a switchable module",
    "delete_this_files" => "Delete following files:",
    "upload_error_xxx" => "Error upload xxx",
    "install_success" => "Install success",
    "cant_open_zip_xxx" => "Can't open zip xxx",
    "cant_extract_xxx" => "Can't extract xxx",
    "auth" => "Auth",
    "settings" => "Settings",
    "php_info" => "PHP Info",
    "modules" => "Modules",
    "content" => "Content",
    "add_section" => "New Section",
    "server_error" => "Server error",
    "network_error" => "Network error",
    "reset_all" => "Reset all",
    "reset_all_ok" => "Reset completed",
    "create_zip" => "Create Zip",
    "create" => "Create",
    "remove" => "Remove",
    "removed" => "Removed",
    "have_errors" => "Have errors",
    "help1" => "Copy and save the recovery link. If the update was unsuccessful, follow the copied link, the CMS will be restored.",
    "recovery_url" => "Recovery URL:",
    "update_core" => "Update Core Modules",
    "check" => "Check",
    "check_dev" => "Check Dev",
    "try_later" => "Try it in xxx min",
    "cant_get" => "Can't get file",
    "cant_remove" => "Can't remove",
    "check_updates" => "Please check updates",
    "current_v" => "Current version:",
    "last_v" => "Last version:",
    "checked" => "Last check:",
    "download_error" => "Download error",
    "unknown" => "Unknown",
    "never" => "Never",
    "cant_create_tmp_dir" => "Can't create tmp dir",
    "cant_write_file" => "Can't write file",
    "cant_open_zip" => "Can't open zip",
    "cant_extract" => "Can't extract",
    "file_list_missing" => "File list missing",
    "file_not_exists" => "File not exists:",
    "file_changed" => "Changed file:",
    "update_error_rights" => "Update error when test current files permissions.<br>Please check files permissions.",
    "update_error_move" => "Update error when moving new files. Please check files permissions.",
    "update_error_remove" => "Update failed while deleting old files. Please check file permissions.",
    "successfull_update" => "Successfull update",
    "archive_created" => "Archive created",
    "files" => "Files:",
    "already_updated" => "Already updated",
    "for_dev" => "Dev",
    "incompatible_v" => "Incompatible version. Download new <a href='https://coffee-cms.ru/' target=_blank>https://coffee-cms.ru/</a>",
    "impossible" => "The update is not possible. Install the new version manually.",
    "file_or_dir_not_exists" => "File or directory does not exist",
    "backup_error" => "Error creating backup",
    "error_creating" => "Error creating file:",
    "json_error" => "JSON file error",
    "update" => "Update",
    "changed_files" => "Changed files",
    "no_files_changed" => "No files changed",
);