mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Modified and Translation for zh-TW
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5093 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0201823fb0
commit
b6207ff319
3 changed files with 11 additions and 11 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
$lang->about_allowed_filesize = '最大單一上傳檔案大小(管理員不受此限制)。';
|
||||
$lang->about_allowed_attach_size = '每個主題最大上傳檔案大小(管理員不受此限制)。';
|
||||
$lang->about_allowed_filetypes = '只允許上傳指定的檔案類型。 可以用"*.副檔名"來指定或用 ";"來 區分多個副檔名<br />例) *.* or *.jpg;*.gif;<br />(管理員不受此限制)';
|
||||
$lang->about_allowed_filetypes = '設定允許上傳的檔案類型。 可以用"*.副檔名"來指定或用 ";"來 區分多個副檔名<br />例) *.* or *.jpg;*.gif;<br />(管理員不受此限制)';
|
||||
|
||||
$lang->cmd_delete_checked_file = '刪除所選項目';
|
||||
$lang->cmd_move_to_document = '檢視原始主題';
|
||||
|
|
@ -29,16 +29,16 @@
|
|||
$lang->msg_not_permitted_download = '您不具備下載的權限。';
|
||||
$lang->msg_cart_is_null = ' 請選擇要刪除的檔案。';
|
||||
$lang->msg_checked_file_is_deleted = '已刪除%d個檔案!';
|
||||
$lang->msg_exceeds_limit_size = '已超過系統指定的上傳檔案大小!';
|
||||
$lang->msg_exceeds_limit_size = '已超過系統指定的檔案大小!';
|
||||
|
||||
$lang->file_search_target_list = array(
|
||||
'filename' => '檔案名稱',
|
||||
'filesize' => '檔案大小 (byte, 以上)',
|
||||
'filesize_mega' => '파일크기 (Mb, 이상)',
|
||||
'filesize_mega' => '檔案大小 (Mb, 以上)',
|
||||
'download_count' => '下載次數 (以上)',
|
||||
'user_id' => '아이디',
|
||||
'user_name' => '이름',
|
||||
'nick_name' => '닉네임',
|
||||
'user_id' => '帳號',
|
||||
'user_name' => '姓名',
|
||||
'nick_name' => '暱稱',
|
||||
'regdate' => '登錄日期',
|
||||
'ipaddress' => 'IP位址',
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue