rhymix/modules/document/lang/zh-TW.lang.php
royallin 8fda62b9c5 Modified zh-TW language
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4875 201d5d3c-b55e-5fd7-737f-ddc643e51545
2008-11-17 14:47:03 +00:00

52 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file modules/document/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com> 翻譯royallin
* @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' => '帳號',
'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 位址',
);
?>