Created
August 3, 2020 07:35
-
-
Save OlegShchavelev/386afab9ca594c015979d2d5700d0066 to your computer and use it in GitHub Desktop.
SeoTabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$_lang['seotabs_prop_sitemap_schema'] = 'Схема карты сайта.'; | |
$_lang['seotabs_prop_sitemap_sortby'] = 'Сортировка. По умолчанию по названию ссылки.'; | |
$_lang['seotabs_prop_sitemap_sortdir'] = 'Порядок сортировки. По возрастанию.'; | |
$_lang['seotabs_prop_sitemap_output_separator'] = 'Разделитель ссылок.'; | |
$_lang['seotabs_prop_sitemap_force_xml'] = 'Принудительно выводить страницу как XML. При сввместном использовании с pdoSitemap - отключите.'; | |
$_lang['seotabs_prop_sitemap_priority'] = 'Возможность задать приоритетность в ручном режиме.'; | |
$_lang['seotabs_prop_sitemap_priority_freq'] = 'Приоритет и частота обновления.'; | |
$_lang['seotabs_prop_sitemap_use_web_link_url'] = 'Генерировать ссылку с учетом класса ресурса.'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment