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

@ -13,7 +13,7 @@
<name xml:lang="es">zero</name>
<description xml:lang="ko">게시판이나 블로그등의 댓글을 관리하는 모듈입니다.</description>
<description xml:lang="jp">掲示板やブログなどのコメントを管理するモジュールです。</description>
<description xml:lang="zh-CN">管理Board或博客评论的模块。</description>
<description xml:lang="zh-CN">管理版面或博客评论的模块。</description>
<description xml:lang="en">Module for managing board/blog''s comments</description>
<description xml:lang="es">Es el módulo para manejar commentarios en blog o boletínes.</description>
</author>

View file

@ -2,12 +2,12 @@
/**
* @file modules/comment/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 评论(comment)
* @brief 评论(comment)模块语言包
**/
$lang->cmd_delete_checked_comment = '删除所选项目';
$lang->msg_cart_is_null = '请选择要删除的对象';
$lang->msg_checked_comment_is_deleted = '已删除%d个内容';
$lang->msg_cart_is_null = '请选择要删除的评论。';
$lang->msg_checked_comment_is_deleted = '已删除%d个评论。';
$lang->search_target_list = array(
'content' => '内容',
@ -17,7 +17,7 @@
'email_address' => '电子信箱',
'homepage' => '主页',
'regdate' => '日期',
'last_update' => '最后修改日期 ',
'last_update' => '最后更新 ',
'ipaddress' => 'IP 地址',
);
?>