diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-06 16:26:24 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-06 16:26:24 +0000 |
| commit | 848d87216572555dc88e5af834838da1f977a2b6 (patch) | |
| tree | 35d3d243974f9857fbd0d1b2899d2396b9840b53 /plugins/managesieve/localization | |
| parent | 1ae7bba637456278418d0b2a92d17d7fb5c911d6 (diff) | |
- Added support for copying and copy sending of messages (COPY extension)
git-svn-id: https://svn.roundcube.net/trunk@3805 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/managesieve/localization')
| -rw-r--r-- | plugins/managesieve/localization/en_US.inc | 2 | ||||
| -rw-r--r-- | plugins/managesieve/localization/pl_PL.inc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/plugins/managesieve/localization/en_US.inc b/plugins/managesieve/localization/en_US.inc index 577911134..65fd70a70 100644 --- a/plugins/managesieve/localization/en_US.inc +++ b/plugins/managesieve/localization/en_US.inc @@ -23,6 +23,8 @@ $labels['addrule'] = 'Add rule'; $labels['delrule'] = 'Delete rule'; $labels['messagemoveto'] = 'Move message to'; $labels['messageredirect'] = 'Redirect message to'; +$labels['messagecopyto'] = 'Copy message to'; +$labels['messagesendcopy'] = 'Send message copy to'; $labels['messagereply'] = 'Reply with message'; $labels['messagedelete'] = 'Delete message'; $labels['messagediscard'] = 'Discard with message'; diff --git a/plugins/managesieve/localization/pl_PL.inc b/plugins/managesieve/localization/pl_PL.inc index f10468115..3a7fc9e47 100644 --- a/plugins/managesieve/localization/pl_PL.inc +++ b/plugins/managesieve/localization/pl_PL.inc @@ -25,6 +25,8 @@ $labels['delrule'] = 'Usuń regułę'; $labels['messagemoveto'] = 'Przenieś wiadomość do'; $labels['messageredirect'] = 'Przekaż wiadomość na konto'; $labels['messagereply'] = 'Odpowiedz wiadomością o treści'; +$labels['messagecopyto'] = 'Skopiuj wiadomość do'; +$labels['messagesendcopy'] = 'Wyślij kopię do'; $labels['messagedelete'] = 'Usuń wiadomość'; $labels['messagediscard'] = 'Odrzuć z komunikatem'; $labels['messagesrules'] = 'W stosunku do przychodzących wiadomości:'; |
