From 0344b168276f80189e2254c75a762aff5b517b6b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sun, 22 May 2016 06:32:57 -0400 Subject: [PATCH] Fix priority icon(s) position --- plugins/managesieve/localization/zh_TW.inc | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/plugins/managesieve/localization/zh_TW.inc b/plugins/managesieve/localization/zh_TW.inc index 72eb339..6672787 100644 --- a/plugins/managesieve/localization/zh_TW.inc +++ b/plugins/managesieve/localization/zh_TW.inc @@ -57,6 +57,8 @@ $labels['vacationdays'] = '多久回覆一次(單位:天):'; $labels['vacationreason'] = '信件內容(休假原因):'; $labels['vacationsubject'] = '訊息主旨:'; +$labels['days'] = '天'; +$labels['seconds'] = '秒'; $labels['rulestop'] = '停止評估規則'; $labels['enable'] = '啟用/停用'; $labels['filterset'] = '篩選器集合'; @@ -102,10 +104,10 @@ $labels['varquotewildcard'] = '跳脫字元'; $labels['varlength'] = '長度'; $labels['notify'] = '寄送通知'; -$labels['notifyaddress'] = '寄到電子郵件位址:'; -$labels['notifybody'] = '通知內容:'; -$labels['notifysubject'] = '通知主旨:'; -$labels['notifyfrom'] = '通知寄件者:'; +$labels['notifytarget'] = '通知收件人'; +$labels['notifymessage'] = '通知內容訊息(選填):'; +$labels['notifyoptions'] = '通知項目(選填):'; +$labels['notifyfrom'] = '通知寄件人(選填):'; $labels['notifyimportance'] = '重要性:'; $labels['notifyimportancelow'] = '低'; $labels['notifyimportancenormal'] = '一般'; @@ -114,6 +116,11 @@ $labels['usedata'] = '於規則中使用轉寄時間'; $labels['nextstep'] = '下一步'; $labels['...'] = '…'; +$labels['currdate'] = '現在時間'; +$labels['datetest'] = '日期'; +$labels['year'] = '年'; +$labels['month'] = '月'; +$labels['day'] = '日'; $labels['date'] = '日期 (yyyy-mm-dd)'; $labels['julian'] = '日期 (Julian Day)'; $labels['time'] = '時間 (hh:mm:ss)'; -- Gitblit v1.9.1