중국어 전체파일 수정보완 및 추가번 적용. 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

@ -3,7 +3,7 @@
<title xml:lang="ko">문서</title>
<title xml:lang="en">Document</title>
<title xml:lang="es">Documento</title>
<title xml:lang="zh-CN">文章</title>
<title xml:lang="zh-CN">主题</title>
<title xml:lang="jp">コンテンツ</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
@ -14,7 +14,7 @@
<description xml:lang="ko">게시판, 블로그등의 모듈에서 사용되는 문서를 관리하는 모듈입니다. </description>
<description xml:lang="en">Module for managing documents used in board, blog, etc.</description>
<description xml:lang="es">Es el módulo para manejar documentos en blog y boletínes.</description>
<description xml:lang="zh-CN">board博客等使用的文章管理模块。 </description>
<description xml:lang="jp">掲示板、ブログなどのモジュールで使用されるコンテンツ(書き込みなど)を管理するモジュールです。</description>
<description xml:lang="zh-CN">管理版面,博客等处主题的模块。 </description>
<description xml:lang="jp">掲示板、ブログなどのモジュルで使用されるドキュメント(書き込み)を管理するモジュルです。</description>
</author>
</module>

View file

@ -2,36 +2,36 @@
/**
* @file modules/document/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 文章(document)模块的基本语言包
* @brief 文章(document)模块语言包
**/
$lang->cmd_delete_checked_document = '删除所选项目';
$lang->msg_cart_is_null = '请选择要删除的文章';
$lang->msg_category_not_moved = '不能移动';
$lang->msg_is_secret = '这是密帖';
$lang->msg_checked_document_is_deleted = '删除了%d个文章';
$lang->msg_cart_is_null = '请选择要删除的文章';
$lang->msg_category_not_moved = '不能移动';
$lang->msg_is_secret = '这是密帖';
$lang->msg_checked_document_is_deleted = '删除了%d个文章';
// 管理页面查找的对象
$lang->search_target_list = array(
'title' => '题',
'title' => '题',
'content' => '内容',
'user_id' => 'I D',
'member_srl' => '会员编号',
'user_name' => '内容',
'nick_name' => '内容',
'user_name' => '姓名',
'nick_name' => '昵称',
'email_address' => '电子邮件',
'homepage' => '主页',
'is_notice' => '公告',
'is_secret' => '密帖',
'tags' => '标签',
'readed_count' => '浏览数(以上)',
'readed_count' => '查看数(以上)',
'voted_count' => '推荐数(以上)',
'comment_count ' => '评论数(以上)',
'trackback_count ' => '引用数(以上)',
'uploaded_count ' => '上传附件数(以上)',
'regdate' => '登录日期',
'last_update' => '最近修改日期',
'last_update' => '最近更新日期',
'ipaddress' => 'IP 地址',
);
?>