summaryrefslogtreecommitdiff
path: root/plugins/managesieve/localization/en_US.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-04-24 10:41:36 +0200
committerAleksander Machniak <alec@alec.pl>2014-04-24 10:42:56 +0200
commitf22de58087df469615ed1f24aaed54f8a4309237 (patch)
tree49c2241edbd24c2e37f4fffd4908c1c6ae398694 /plugins/managesieve/localization/en_US.inc
parentf0405b4bae247b7dfe30a870fdccb5cb0f25d76e (diff)
Fixed notify/enotify extension handling
Diffstat (limited to 'plugins/managesieve/localization/en_US.inc')
-rw-r--r--plugins/managesieve/localization/en_US.inc11
1 files changed, 7 insertions, 4 deletions
diff --git a/plugins/managesieve/localization/en_US.inc b/plugins/managesieve/localization/en_US.inc
index e732b4831..1ea7d969e 100644
--- a/plugins/managesieve/localization/en_US.inc
+++ b/plugins/managesieve/localization/en_US.inc
@@ -110,14 +110,17 @@ $labels['varupperfirst'] = 'first character upper-case';
$labels['varquotewildcard'] = 'quote special characters';
$labels['varlength'] = 'length';
$labels['notify'] = 'Send notification';
-$labels['notifyaddress'] = 'To e-mail address:';
-$labels['notifybody'] = 'Notification body:';
-$labels['notifysubject'] = 'Notification subject:';
-$labels['notifyfrom'] = 'Notification sender:';
+$labels['notifytarget'] = 'Notification target:';
+$labels['notifymessage'] = 'Notification message (optional):';
+$labels['notifyoptions'] = 'Notification options (optional):';
+$labels['notifyfrom'] = 'Notification sender (optional):';
$labels['notifyimportance'] = 'Importance:';
$labels['notifyimportancelow'] = 'low';
$labels['notifyimportancenormal'] = 'normal';
$labels['notifyimportancehigh'] = 'high';
+$labels['notifymethodmailto'] = 'Email';
+$labels['notifymethodtel'] = 'Phone';
+$labels['notifymethodsms'] = 'SMS';
$labels['filtercreate'] = 'Create filter';
$labels['usedata'] = 'Use following data in the filter:';
$labels['nextstep'] = 'Next Step';