mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4557 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fee1779c50
commit
0a4a9f04a7
36 changed files with 1672 additions and 0 deletions
32
modules/comment/lang/zh-TW.lang.php
Normal file
32
modules/comment/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/comment/lang/zh-TW.lang.php
|
||||
* @author zero <zero@nzeo.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 地址',
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue