rhymix/modules/file/lang/zh-TW.lang.php
royallin b6207ff319 Modified and Translation for zh-TW
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5093 201d5d3c-b55e-5fd7-737f-ddc643e51545
2008-12-16 06:54:36 +00:00

45 lines
2 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/file/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com> 翻譯royallin
* @brief 附加檔案(file) 模組語言
**/
$lang->file = '附加檔案';
$lang->file_name = '檔案名稱';
$lang->file_size = '檔案大小';
$lang->download_count = '下載次數';
$lang->status = '狀態';
$lang->is_valid = '有效';
$lang->is_stand_by = '等待';
$lang->file_list = '檔案清單';
$lang->allowed_filesize = '檔案大小限制';
$lang->allowed_attach_size = '上傳限制';
$lang->allowed_filetypes = '允許檔案類型';
$lang->enable_download_group = '允許下載的用戶組';
$lang->about_allowed_filesize = '最大單一上傳檔案大小(管理員不受此限制)。';
$lang->about_allowed_attach_size = '每個主題最大上傳檔案大小(管理員不受此限制)。';
$lang->about_allowed_filetypes = '設定允許上傳的檔案類型。 可以用"*.副檔名"來指定或用 ";"來 區分多個副檔名<br />例) *.* or *.jpg;*.gif;<br />(管理員不受此限制)';
$lang->cmd_delete_checked_file = '刪除所選項目';
$lang->cmd_move_to_document = '檢視原始主題';
$lang->cmd_download = '下載';
$lang->msg_not_permitted_download = '您不具備下載的權限。';
$lang->msg_cart_is_null = ' 請選擇要刪除的檔案。';
$lang->msg_checked_file_is_deleted = '已刪除%d個檔案';
$lang->msg_exceeds_limit_size = '已超過系統指定的檔案大小!';
$lang->file_search_target_list = array(
'filename' => '檔案名稱',
'filesize' => '檔案大小 (byte, 以上)',
'filesize_mega' => '檔案大小 (Mb, 以上)',
'download_count' => '下載次數 (以上)',
'user_id' => '帳號',
'user_name' => '姓名',
'nick_name' => '暱稱',
'regdate' => '登錄日期',
'ipaddress' => 'IP位址',
);
?>