bnbweb/languages/zh_tw/admin/sitemap.php
2023-06-28 03:45:01 +08:00

18 lines
1.1 KiB
PHP
Executable File

<?php
$_LANG['homepage_changefreq'] = '首頁更新頻率';
$_LANG['category_changefreq'] = '分類頁更新頻率';
$_LANG['content_changefreq'] = '內容頁更新頻率';
$_LANG['priority']['always'] = '一直更新';
$_LANG['priority']['hourly'] = '小時';
$_LANG['priority']['daily'] = '天';
$_LANG['priority']['weekly'] = '週';
$_LANG['priority']['monthly'] = '月';
$_LANG['priority']['yearly'] = '年';
$_LANG['priority']['never'] = '從不更新';
$_LANG['generate_success'] = '網站地圖已經產生到相對目錄下。<br />位址為:%s';
$_LANG['generate_failed'] = '產生網站地圖失敗,請檢查 網站根目錄、/data/ 目錄是否允許寫入.';
$_LANG['sitemaps_note'] = 'Sitemaps 服務旨在使用 Feed 檔案 sitemap.xml 通知 Google、Yahoo! 以及 Microsoft 等 Crawler(爬蟲)網站上哪些檔案需要索引、這些檔案的最後修訂時間、變更頻度、檔案位置、相對優先索引權,這些資訊將說明他們建立索引範圍和索引的行為習慣。詳細資訊請檢視 <a href="http://www.sitemaps.org/" target="_blank">sitemaps.org</a> 網站上的說明。';
?>