diff .cms/lang/en_US.UTF-8/template.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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.cms/lang/en_US.UTF-8/template.mod.php	Fri Oct 11 22:40:23 2024 +0000
@@ -0,0 +1,23 @@
+<?php
+$cms["lang"]["template.mod.php"]["en_US.UTF-8"] = array(
+    "template_module_name" => "Template",
+    "template_module_description" => "Module for switch templates and configure template settings",
+    "current_template" => "Current Template",
+    "save" => "Save",
+    "editable_files" => "Editable files for this template",
+    "no_editable_files" => "No files for edit",
+    "confirm_save" => "Save changes?",
+    "saved" => "Saved",
+    "save_error" => "Save error",
+    "install_template" => "Install template",
+    "upload_error_xxx" => "Error upload xxx",
+    "cant_unzip_xxx" => "Can't unzip xxx",
+    "install_success" => "Install success",
+    "enable_cache" => "Enable cache",
+    "cache_cleared" => "Cache Cleared",
+    "help" => "Help",
+    "headers_title" => "HTTP headers for files and pages",
+    "hint_css" => "More snippets",
+    "hint_php" => "More snippets",
+    "hint_html" => "More snippets",
+);