| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | 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['addresswriterror'] = '無法寫入選擇的通訊錄'; |
| | | $messages['contactaddedtogroup'] = '成功把聯絡人加入此群組'; |
| | | $messages['contactremovedfromgroup'] = '成功把移除此群組中的聯絡人'; |
| | | $messages['nogroupassignmentschanged'] = '群組資料沒有異動'; |
| | | $messages['importwait'] = '匯入中,請稍候...'; |
| | | $messages['importformaterror'] = '匯入失敗!上載的檔案格式不支援'; |
| | | $messages['importconfirm'] = '<b>成功匯入 $inserted 筆資料,略過 $skipped 筆已存在的資料</b>:<p><em>$names</em></p>'; |
| | |
| | | $messages['mispellingsfound'] = '郵件中偵測到拼字錯誤'; |
| | | $messages['parentnotwritable'] = '無法建立/移動資料夾至指定的上層目錄 (No access rights)'; |
| | | $messages['messagetoobig'] = '郵件太大無法處理'; |
| | | $messages['attachmentvalidationerror'] = '警告!這個附件是可疑的,因為它的檔案類型與其宣稱的不同。如果您不能相信寄件者請不要開啟附件,它可能含有惡意的內容。<br /><br /> |
| | | <em>Expected: $expected; found: $detected</em>'; |
| | | $messages['noscriptwarning'] = '警告:使用Webmail需要Javascript支援,請檢查您瀏覽器的Javascript設定'; |
| | | |
| | | ?> |