bnbweb/languages/zh_tw/admin/flow_stats.php
2022-11-14 23:49:28 +08:00

38 lines
1.3 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* ECSHOP 流量???言文件
* ============================================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: flow_stats.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['tab_general'] = '綜合瀏覽數';
$_LANG['tab_area'] = '地區分佈';
$_LANG['tab_from'] = '來源網站';
$_LANG['general_stats'] = '綜合瀏覽數統計';
$_LANG['area_stats'] = '地區分佈統計';
$_LANG['from_stats'] = '來源網站統計';
$_LANG['url'] = '地址';
$_LANG['area'] = '地區';
$_LANG['input_url'] = '直接輸入位址';
$_LANG['date'] = '日期';
$_LANG['access_count'] = '瀏覽數';
$_LANG['access_query'] = '查詢';
$_LANG['compare_query'] = '對比查詢';
$_LANG['start_date'] = '開始日期';
$_LANG['end_date'] = '結束日期';
$_LANG['down_flow_stats'] = '流量分析報表下載';
$_LANG['flow_statistics'] = '流量分析報表';
?>