31 lines
1.8 KiB
PHP
Executable File
31 lines
1.8 KiB
PHP
Executable File
<?php
|
||
|
||
/**
|
||
* ECSHOP 站?地?生成程序?言文件
|
||
* ============================================================================
|
||
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
|
||
* 网站地址: http://www.ecshop.com;
|
||
* ----------------------------------------------------------------------------
|
||
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
|
||
* 使用;不允??程序代?以任何形式任何目的的再?布。
|
||
* ============================================================================
|
||
* $Author: liuhui $
|
||
* $Id: sitemap.php 17063 2010-03-25 06:35:46Z liuhui $
|
||
*/
|
||
|
||
$_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> 網站上的說明。';
|
||
?>
|