diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-09-20 02:39:40 -0700 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-09-20 02:39:40 -0700 |
commit | 14467750970bff0c1e207e97b71850520ca9db9a (patch) | |
tree | 1b50a9e408d7f256753418e03f3ff340434350ba /plugins/managesieve/localization/en_GB.inc | |
parent | 4fd63805e59a4b196297e8d8627826f377ff8529 (diff) | |
parent | 4c4496bccc46e15f05d54235b420c0bff1306db2 (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_GB.inc')
-rw-r--r-- | plugins/managesieve/localization/en_GB.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/managesieve/localization/en_GB.inc b/plugins/managesieve/localization/en_GB.inc index 6859f5fff..f9075b8e0 100644 --- a/plugins/managesieve/localization/en_GB.inc +++ b/plugins/managesieve/localization/en_GB.inc @@ -97,6 +97,15 @@ $labels['setvariable'] = 'Set variable'; $labels['setvarname'] = 'Variable name:'; $labels['setvarvalue'] = 'Variable value:'; $labels['setvarmodifiers'] = 'Modifiers:'; +$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'; |