중국어 전체파일 수정보완 및 추가번 적용. by guny님

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2037 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-26 12:23:18 +00:00
parent 9bf4756ded
commit 1656f52701
103 changed files with 580 additions and 509 deletions

View file

@ -12,7 +12,7 @@
<name xml:lang="es">zero</name>
<name xml:lang="jp">Zero</name>
<description xml:lang="ko">기본 접속 통계 프로그램입니다.</description>
<description xml:lang="zh-CN">基本计访问统计程序。</description>
<description xml:lang="zh-CN">默认访问统计程序。</description>
<description xml:lang="en">Basic connection statistics program.</description>
<description xml:lang="es">Es la programa basica para conecciónes estaticos.</description>
<description xml:lang="jp">接続統計のプログラムです。</description>

View file

@ -5,7 +5,7 @@
* @brief 简体中文语言包
**/
$lang->counter = "数器";
$lang->counter = "访问统";
$lang->cmd_select_date = '选择日期';
$lang->cmd_select_counter_type = array(
'hour' => '按时',
@ -14,8 +14,8 @@
'year' => '按年度',
);
$lang->total_counter = '全部概述';
$lang->selected_day_counter = '指定日概';
$lang->total_counter = '总揽';
$lang->selected_day_counter = '指定日概';
$lang->unique_visitor = '访问者';
$lang->pageview = '页面浏览';