summaryrefslogtreecommitdiff
path: root/plugins/managesieve/localization/en_US.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-09-20 02:39:40 -0700
committerAleksander Machniak <alec@alec.pl>2012-09-20 02:39:40 -0700
commit14467750970bff0c1e207e97b71850520ca9db9a (patch)
tree1b50a9e408d7f256753418e03f3ff340434350ba /plugins/managesieve/localization/en_US.inc
parent4fd63805e59a4b196297e8d8627826f377ff8529 (diff)
parent4c4496bccc46e15f05d54235b420c0bff1306db2 (diff)
Merge pull request #24 from pawel-slowik/master
Sieve plugin - Initial support for enotify/notify (RFC5435, RFC5436)
Diffstat (limited to 'plugins/managesieve/localization/en_US.inc')
-rw-r--r--plugins/managesieve/localization/en_US.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/managesieve/localization/en_US.inc b/plugins/managesieve/localization/en_US.inc
index 191291338..cb223c18f 100644
--- a/plugins/managesieve/localization/en_US.inc
+++ b/plugins/managesieve/localization/en_US.inc
@@ -88,6 +88,15 @@ $labels['varlowerfirst'] = 'first character lower-case';
$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['notifyimportance'] = 'Importance:';
+$labels['notifyimportancelow'] = 'low';
+$labels['notifyimportancenormal'] = 'normal';
+$labels['notifyimportancehigh'] = 'high';
$labels['filtercreate'] = 'Create filter';
$labels['usedata'] = 'Use following data in the filter:';
$labels['nextstep'] = 'Next Step';