comparison .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
comparison
equal deleted inserted replaced
-1:000000000000 0:78edf6b517a0
1 <?php
2 $cms["lang"]["sitemap.mod.php"]["en_US.UTF-8"] = array(
3 "sitemap_module_name" => "Sitemap",
4 "sitemap_module_description" => "Module for configure sitemap.xml",
5 "save" => "Save",
6 "excluded_links" => "Excluded links",
7 "included_links" => "Included links",
8 "sitemap_gen" => "Rules for generating sitemap.xml file",
9 "static" => "Static",
10 "dynamic" => "Dynamic",
11 "help_p1" => "Saving a page or page properties will delete the static sitemap.",
12 "help" => "Help",
13 "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.",
14 "update_freq" => "Frequency Recreate",
15 "static_freq" => "Static CRON generation at",
16 "minutes" => "-minute intervals",
17 "url_for_cron" => "URL for CRON",
18 "domain" => "If the site operates on two domains, you can specify the Protocol and Domain for the static sitemap:",
19 "view_sitemap" => "View site map",
20 "placeholder" => "Select page...",
21 );