|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/modules/comment/lang/ |
Upload File : |
<?php
/**
* @file modules/comment/lang/zh-TW.lang.php
* @author zero <zero@nzeo.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位址',
);
?>