diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 11:59:46 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 11:59:46 +0200 |
commit | bde467d8da9fd78b169d58ece3e87ea99c6d3e68 (patch) | |
tree | 995fc34ccd576e5d3ef0b0bee1f154f116a08cd6 /plugins/managesieve/localization | |
parent | a6a66b687f5ebb7ac085b5cc8812b41ae1af65df (diff) | |
parent | 79b25df70e33d07a376fd10bd73c388c1908f063 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'plugins/managesieve/localization')
-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'; |