diff .cms/lang/en_US.UTF-8/sitemap.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/sitemap.mod.php	Fri Oct 11 22:40:23 2024 +0000
@@ -0,0 +1,21 @@
+<?php
+$cms["lang"]["sitemap.mod.php"]["en_US.UTF-8"] = array(
+    "sitemap_module_name" => "Sitemap",
+    "sitemap_module_description" => "Module for configure sitemap.xml",
+    "save" => "Save",
+    "excluded_links" => "Excluded links",
+    "included_links" => "Included links",
+    "sitemap_gen" => "Rules for generating sitemap.xml file",
+    "static" => "Static",
+    "dynamic" => "Dynamic",
+    "help_p1" => "Saving a page or page properties will delete the static sitemap.",
+    "help" => "Help",
+    "help_p2" => "If you have pending publications for the future, you can set the dynamic generation of the sitemap or static using the CRON scheduler.",
+    "update_freq" => "Frequency Recreate",
+    "static_freq" => "Static CRON generation at",
+    "minutes" => "-minute intervals",
+    "url_for_cron" => "URL for CRON",
+    "domain" => "If the site operates on two domains, you can specify the Protocol and Domain for the static sitemap:",
+    "view_sitemap" => "View site map",
+    "placeholder" => "Select page...",
+);
\ No newline at end of file