diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-24 10:53:29 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-24 10:53:29 +0200 |
commit | c883f687d922c84ba607b96b0aee15fbd1829a88 (patch) | |
tree | 48e6b84912ed280be784d6980f55ef0bb9e7067e /plugins/managesieve/localization/en_US.inc | |
parent | a7343c243cb04885e076ab4b471c2f7fa1a2455b (diff) |
Add possibility to specify an after-vacation-rule action (keep, discard, redirect) in Vacation UI
Diffstat (limited to 'plugins/managesieve/localization/en_US.inc')
-rw-r--r-- | plugins/managesieve/localization/en_US.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/managesieve/localization/en_US.inc b/plugins/managesieve/localization/en_US.inc index 578cdc0f5..e5e2381b8 100644 --- a/plugins/managesieve/localization/en_US.inc +++ b/plugins/managesieve/localization/en_US.inc @@ -177,6 +177,11 @@ $labels['vacation.addresses'] = 'My additional addresses'; $labels['vacation.interval'] = 'Reply interval'; $labels['vacation.after'] = 'Put vacation rule after'; $labels['vacation.saving'] = 'Saving data...'; +$labels['vacation.action'] = 'Incoming message action'; +$labels['vacation.keep'] = 'Keep'; +$labels['vacation.discard'] = 'Discard'; +$labels['vacation.redirect'] = 'Redirect to'; +$labels['vacation.copy'] = 'Send copy to'; $labels['arialabelfiltersetactions'] = 'Filter set actions'; $labels['arialabelfilteractions'] = 'Filter actions'; $labels['arialabelfilterform'] = 'Filter properties'; |