| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/zh_TW/messages.inc | |
| | | | localization/<lang>/messages.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | Localization file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2013, The Roundcube Dev Team | |
| | | | | |
| | | | Licensed under the GNU General Public License version 3 or | |
| | | | any later version with exceptions for skins & plugins. | |
| | | | See the README file for a full license statement. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Nansen | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ |
| | | */ |
| | | |
| | | $messages = array(); |
| | |
| | | $messages['errorreadonly'] = '動作無法完成。資料夾唯讀'; |
| | | $messages['errornoperm'] = '動作無法完成。權限不符'; |
| | | $messages['invalidrequest'] = '要求無效!未儲存任何資料。'; |
| | | $messages['invalidhost'] = '無效的伺服器名稱'; |
| | | $messages['nomessagesfound'] = '此郵件匣沒有任何郵件'; |
| | | $messages['loggedout'] = '你已成功地登出並結束工作階段了。再見!'; |
| | | $messages['mailboxempty'] = '郵件匣是空的'; |
| | | $messages['refreshing'] = '重新整理中...'; |
| | | $messages['loading'] = '載入中...'; |
| | | $messages['uploading'] = '上傳檔案中...'; |
| | | $messages['uploadingmany'] = '上傳檔案中...'; |
| | |
| | | $messages['addresswriterror'] = '無法寫入選擇的通訊錄'; |
| | | $messages['contactaddedtogroup'] = '成功把聯絡人加入此群組'; |
| | | $messages['contactremovedfromgroup'] = '成功把移除此群組中的聯絡人'; |
| | | $messages['nogroupassignmentschanged'] = '群組資料沒有異動'; |
| | | $messages['importwait'] = '匯入中,請稍候...'; |
| | | $messages['importerror'] = '匯入失敗!上傳的檔案並非支援的 vCard 格式。'; |
| | | $messages['importformaterror'] = '匯入失敗!上載的檔案格式不支援'; |
| | | $messages['importconfirm'] = '<b>成功匯入 $inserted 筆資料,略過 $skipped 筆已存在的資料</b>:<p><em>$names</em></p>'; |
| | | $messages['importconfirmskipped'] = '<b>略過 $skipped 個已存在的項目</b>'; |
| | | $messages['opnotpermitted'] = '不允許的操作'; |
| | |
| | | $messages['mispellingsfound'] = '郵件中偵測到拼字錯誤'; |
| | | $messages['parentnotwritable'] = '無法建立/移動資料夾至指定的上層目錄 (No access rights)'; |
| | | $messages['messagetoobig'] = '郵件太大無法處理'; |
| | | $messages['attachmentvalidationerror'] = '警告!這個附件是可疑的,因為它的檔案類型與其宣稱的不同。如果您不能相信寄件者請不要開啟附件,它可能含有惡意的內容。<br /><br /> |
| | | <em>Expected: $expected; found: $detected</em>'; |
| | | $messages['noscriptwarning'] = '警告:使用Webmail需要Javascript支援,請檢查您瀏覽器的Javascript設定'; |
| | | |
| | | ?> |