diff options
author | Paweł Słowik <pawel.slowik@iq.pl> | 2012-09-14 14:27:58 +0200 |
---|---|---|
committer | Paweł Słowik <pawel.slowik@iq.pl> | 2012-09-14 14:27:58 +0200 |
commit | 3c99599794948686960ee4e340374b0c3a1527b2 (patch) | |
tree | a2e87e6b76bb261969ef4aa98a4e8663dd5909ba /plugins/managesieve/localization/en_US.inc | |
parent | 2cdaa79dce689b2dc9ef5c7bf3dcbd9446d86c21 (diff) |
Sieve enotify/notify:
- GUI for importance setting
- make tests usable for checking the GUI
Diffstat (limited to 'plugins/managesieve/localization/en_US.inc')
-rw-r--r-- | plugins/managesieve/localization/en_US.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/managesieve/localization/en_US.inc b/plugins/managesieve/localization/en_US.inc index bcef9139e..cb223c18f 100644 --- a/plugins/managesieve/localization/en_US.inc +++ b/plugins/managesieve/localization/en_US.inc @@ -93,6 +93,10 @@ $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'; |