diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-10 08:15:09 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-10 08:15:09 +0000 |
| commit | cc0bf5ef7886f2d2bdbe8a7c7a9fb11ff396be74 (patch) | |
| tree | 2722fa979448192eeb9e0dff19fa9c6c1fd3aa16 /plugins/managesieve/localization | |
| parent | 552607f5affe961d6c771f38a8eba32044f710b1 (diff) | |
- Added support for vacation :subject field (#1487120)
git-svn-id: https://svn.roundcube.net/trunk@4523 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/managesieve/localization')
| -rw-r--r-- | plugins/managesieve/localization/en_US.inc | 1 | ||||
| -rw-r--r-- | plugins/managesieve/localization/pl_PL.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/managesieve/localization/en_US.inc b/plugins/managesieve/localization/en_US.inc index 48a0cbbe9..f08357ed9 100644 --- a/plugins/managesieve/localization/en_US.inc +++ b/plugins/managesieve/localization/en_US.inc @@ -41,6 +41,7 @@ $labels['recipient'] = 'Recipient'; $labels['vacationaddresses'] = 'Additional list of recipient e-mails (comma separated):'; $labels['vacationdays'] = 'How often send messages (in days):'; $labels['vacationreason'] = 'Message body (vacation reason):'; +$labels['vacationsubject'] = 'Message subject:'; $labels['rulestop'] = 'Stop evaluating rules'; $labels['filterset'] = 'Filters set'; $labels['filtersetadd'] = 'Add filters set'; diff --git a/plugins/managesieve/localization/pl_PL.inc b/plugins/managesieve/localization/pl_PL.inc index fa09b39eb..582384c25 100644 --- a/plugins/managesieve/localization/pl_PL.inc +++ b/plugins/managesieve/localization/pl_PL.inc @@ -43,6 +43,7 @@ $labels['rulestop'] = 'Przerwij przetwarzanie reguł'; $labels['vacationdays'] = 'Częstotliwość wysyłania wiadomości (w dniach):'; $labels['vacationaddresses'] = 'Lista dodatkowych adresów odbiorców (oddzielonych przecinkami):'; $labels['vacationreason'] = 'Treść (przyczyna nieobecności):'; +$labels['vacationsubject'] = 'Temat wiadomości:'; $labels['filterset'] = 'Zbiór filtrów'; $labels['filtersetadd'] = 'Dodaj zbiór filtrów'; $labels['filtersetdel'] = 'Usuń bierzący zbiór filtrów'; |
