From eef9eb1146cf9903e58743291ca27c68340aea2c Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 21 Aug 2013 03:44:27 -0400 Subject: [PATCH] Synchronized localization files from Transifex --- 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 5605ba8..b6fdccc 100644 --- a/program/localization/zh_TW/messages.inc +++ b/program/localization/zh_TW/messages.inc @@ -101,13 +101,16 @@ $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['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'] = '切換到純文字編輯模式將會遺失所有設定的樣式。您確定要繼續嗎?'; -- Gitblit v1.9.1