diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-08-21 09:44:27 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-08-21 09:44:27 +0200 |
commit | eef9eb1146cf9903e58743291ca27c68340aea2c (patch) | |
tree | 3fe3b2875f7a81715dbacbb592e0d602d2b79ff3 /program/localization/zh_TW | |
parent | bcedf05d19ba1b2f63bdbfe42ff2c726fc50b6b6 (diff) |
Synchronized localization files from Transifex
Diffstat (limited to 'program/localization/zh_TW')
-rw-r--r-- | program/localization/zh_TW/messages.inc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/program/localization/zh_TW/messages.inc b/program/localization/zh_TW/messages.inc index 5605ba815..b6fdcccae 100644 --- a/program/localization/zh_TW/messages.inc +++ b/program/localization/zh_TW/messages.inc @@ -101,13 +101,16 @@ $messages['converting'] = '移除郵件格式中...'; $messages['messageopenerror'] = '無法從伺服器載入郵件'; $messages['fileuploaderror'] = '檔案上傳失敗'; $messages['filesizeerror'] = '上傳的檔案超過了 $size 的大小限制'; -$messages['copysuccess'] = '複製 $nr 個位址成功'; -$messages['copyerror'] = '無法複製任何位址'; +$messages['copysuccess'] = 'Successfully copied $nr contacts.'; +$messages['movesuccess'] = 'Successfully moved $nr contacts.'; +$messages['copyerror'] = 'Could not copy any contacts.'; +$messages['moveerror'] = 'Could not move any contacts.'; $messages['sourceisreadonly'] = '此來源位址是唯讀的'; $messages['errorsavingcontact'] = '無法儲存連絡人的位址'; $messages['movingmessage'] = '移動郵件中...'; $messages['copyingmessage'] = '複製訊息...'; $messages['copyingcontact'] = '複製群組...'; +$messages['movingcontact'] = 'Moving contact(s)...'; $messages['deletingmessage'] = '刪除訊息...'; $messages['markingmessage'] = '標示訊息...'; $messages['addingmember'] = '新增連絡人至群組'; @@ -126,6 +129,8 @@ $messages['importwait'] = '匯入中,請稍候...'; $messages['importformaterror'] = '匯入失敗!上載的檔案格式不支援'; $messages['importconfirm'] = '<b>成功匯入 $inserted 筆資料,略過 $skipped 筆已存在的資料</b>:<p><em>$names</em></p>'; $messages['importconfirmskipped'] = '<b>略過 $skipped 個已存在的項目</b>'; +$messages['importmessagesuccess'] = 'Successfully imported $nr messages'; +$messages['importmessageerror'] = 'Import failed! The uploaded file is not a valid message or mailbox file'; $messages['opnotpermitted'] = '不允許的操作'; $messages['nofromaddress'] = '在選擇的身分中遺失了電子郵件位址'; $messages['editorwarning'] = '切換到純文字編輯模式將會遺失所有設定的樣式。您確定要繼續嗎?'; |