mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +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
52
modules/document/lang/zh-TW.lang.php
Normal file
52
modules/document/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/document/lang/zh-TW.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 文章(document)模組語言包
|
||||
**/
|
||||
|
||||
$lang->document_list = '主題目錄';
|
||||
$lang->thumbnail_type = '縮圖建立方式';
|
||||
$lang->thumbnail_crop = '裁減';
|
||||
$lang->thumbnail_ratio = '比例';
|
||||
$lang->cmd_delete_all_thumbnail = '刪除全部縮圖';
|
||||
$lang->move_target_module = "移動目標模組";
|
||||
$lang->title_bold = '粗標題';
|
||||
$lang->title_color = '標題顏色';
|
||||
|
||||
$lang->cmd_search_next = '繼續搜尋';
|
||||
|
||||
$lang->cmd_temp_save = '臨時儲存';
|
||||
|
||||
$lang->cmd_toggle_checked_document = '反選';
|
||||
$lang->cmd_delete_checked_document = '刪除所選';
|
||||
$lang->cmd_document_do = '將此主題..';
|
||||
|
||||
$lang->msg_cart_is_null = '請選擇要刪除的文章。';
|
||||
$lang->msg_category_not_moved = '不能移動!';
|
||||
$lang->msg_is_secret = '這是私密文!';
|
||||
$lang->msg_checked_document_is_deleted = '刪除了%d個文章。';
|
||||
|
||||
// 管理頁面尋找的對象
|
||||
$lang->search_target_list = array(
|
||||
'title' => '標題',
|
||||
'content' => '內容',
|
||||
'user_id' => 'I D',
|
||||
'member_srl' => '會員編號',
|
||||
'user_name' => '姓名',
|
||||
'nick_name' => '暱稱',
|
||||
'email_address' => '電子郵件',
|
||||
'homepage' => '主頁',
|
||||
'is_notice' => '公告',
|
||||
'is_secret' => '私密文',
|
||||
'tags' => '標籤',
|
||||
'readed_count' => '檢視數(以上)',
|
||||
'voted_count' => '推薦數(以上)',
|
||||
'comment_count ' => '評論數(以上)',
|
||||
'trackback_count ' => '引用數(以上)',
|
||||
'uploaded_count ' => '上傳附件數(以上)',
|
||||
'regdate' => '登錄日期',
|
||||
'last_update' => '最近更新日期',
|
||||
'ipaddress' => 'IP 地址',
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue