summaryrefslogtreecommitdiff
path: root/plugins/managesieve/localization/en_GB.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-09-27 08:27:02 +0200
committerAleksander Machniak <alec@alec.pl>2012-09-27 08:27:02 +0200
commit700dc66c679f0ae6e16c9d016a15bee4269371e6 (patch)
tree21f30c64e3f2559d015777ec7798855d32be24b5 /plugins/managesieve/localization/en_GB.inc
parent18df6f38adb9fb067af104e4cf9484904bf49365 (diff)
parentdc8f292b215719506c2ab0abd8429f4c5ec5c0ed (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'plugins/managesieve/localization/en_GB.inc')
-rw-r--r--plugins/managesieve/localization/en_GB.inc9
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';