diff options
author | Paweł Słowik <pawel.slowik@iq.pl> | 2012-08-31 11:45:11 +0200 |
---|---|---|
committer | Paweł Słowik <pawel.slowik@iq.pl> | 2012-08-31 11:45:11 +0200 |
commit | ffb160147a324f4b8744d13c97e1ca4177a8167a (patch) | |
tree | 5a6d082f2d2f4671316f28627af6afde037af65e /plugins/managesieve/localization/en_GB.inc | |
parent | ce9e26371c2c818500a851769c6dd725a740d13a (diff) |
Sieve enotify/notify - localization
Diffstat (limited to 'plugins/managesieve/localization/en_GB.inc')
-rw-r--r-- | plugins/managesieve/localization/en_GB.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/managesieve/localization/en_GB.inc b/plugins/managesieve/localization/en_GB.inc index 6859f5fff..7b02c8218 100644 --- a/plugins/managesieve/localization/en_GB.inc +++ b/plugins/managesieve/localization/en_GB.inc @@ -97,6 +97,11 @@ $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['filtercreate'] = 'Create filter'; $labels['usedata'] = 'Use following data in the filter:'; $labels['nextstep'] = 'Next Step'; |