mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
set svn property - svn:eol-style LF
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8253 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9802eaa60a
commit
620b03d184
763 changed files with 114595 additions and 114595 deletions
|
|
@ -1,34 +1,34 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/comment/lang/zh-CN.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief 评论(comment)模块语言包
|
||||
**/
|
||||
|
||||
$lang->cmd_comment_do = '将把此评论..';
|
||||
|
||||
$lang->comment_list = '评论列表';
|
||||
$lang->cmd_toggle_checked_comment = '反选';
|
||||
$lang->cmd_delete_checked_comment = '删除所选';
|
||||
|
||||
$lang->comment_count = '每页评论数';
|
||||
$lang->about_comment_count = '可以指定要显示的每页评论数。';
|
||||
|
||||
$lang->msg_cart_is_null = '请选择要删除的评论。';
|
||||
$lang->msg_checked_comment_is_deleted = '已删除%d个评论。';
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'content' => '内容',
|
||||
'user_id' => 'I D',
|
||||
'user_name' => '姓名',
|
||||
'nick_name' => '昵称',
|
||||
'member_srl' => '会员编号',
|
||||
'email_address' => '电子信箱',
|
||||
'homepage' => '主页',
|
||||
'regdate' => '日期',
|
||||
'last_update' => '最后更新 ',
|
||||
'ipaddress' => 'IP 地址',
|
||||
);
|
||||
|
||||
$lang->no_text_comment = 'No text in this comment.';
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @file modules/comment/lang/zh-CN.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief 评论(comment)模块语言包
|
||||
**/
|
||||
|
||||
$lang->cmd_comment_do = '将把此评论..';
|
||||
|
||||
$lang->comment_list = '评论列表';
|
||||
$lang->cmd_toggle_checked_comment = '反选';
|
||||
$lang->cmd_delete_checked_comment = '删除所选';
|
||||
|
||||
$lang->comment_count = '每页评论数';
|
||||
$lang->about_comment_count = '可以指定要显示的每页评论数。';
|
||||
|
||||
$lang->msg_cart_is_null = '请选择要删除的评论。';
|
||||
$lang->msg_checked_comment_is_deleted = '已删除%d个评论。';
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'content' => '内容',
|
||||
'user_id' => 'I D',
|
||||
'user_name' => '姓名',
|
||||
'nick_name' => '昵称',
|
||||
'member_srl' => '会员编号',
|
||||
'email_address' => '电子信箱',
|
||||
'homepage' => '主页',
|
||||
'regdate' => '日期',
|
||||
'last_update' => '最后更新 ',
|
||||
'ipaddress' => 'IP 地址',
|
||||
);
|
||||
|
||||
$lang->no_text_comment = 'No text in this comment.';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue