diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:14:57 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:14:57 +0200 |
commit | 20825920e3f723c1a2a962beaa72a33e82cd14da (patch) | |
tree | 5eacbfb755f56b6ec2b59be9e7ac1ff3352ff615 /program/localization/zh_TW | |
parent | 056a8b7174a1ee9f117b956088973c6dd0e8997d (diff) |
Synched translations from launchpad/masterv0.8.0
Diffstat (limited to 'program/localization/zh_TW')
-rw-r--r-- | program/localization/zh_TW/messages.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/localization/zh_TW/messages.inc b/program/localization/zh_TW/messages.inc index 4f5492082..820978682 100644 --- a/program/localization/zh_TW/messages.inc +++ b/program/localization/zh_TW/messages.inc @@ -9,9 +9,8 @@ | Licensed under the GNU General Public License | | | +-----------------------------------------------------------------------+ - | Author: Denny Lin <dennylin93@hs.ntnu.edu.tw> | + | Author: Nansen | +-----------------------------------------------------------------------+ - @version $Id$ */ $messages = array(); @@ -23,6 +22,7 @@ $messages['storageerror'] = '連線到 IMAP 伺服器失敗'; $messages['servererror'] = '伺服器錯誤!'; $messages['servererrormsg'] = '伺服器錯誤:$msg'; $messages['dberror'] = '資料庫錯誤!'; +$messages['requesttimedout'] = '要求逾時'; $messages['errorreadonly'] = '動作無法完成。資料夾唯讀'; $messages['errornoperm'] = '動作無法完成。權限不符'; $messages['invalidrequest'] = '要求無效!未儲存任何資料。'; |