mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19: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-TW.lang.php
|
||||
* @author NHN (developers@xpressengine.com) 翻譯:royallin
|
||||
* @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' => '帳號',
|
||||
'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-TW.lang.php
|
||||
* @author NHN (developers@xpressengine.com) 翻譯:royallin
|
||||
* @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' => '帳號',
|
||||
'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