From cc0bf5ef7886f2d2bdbe8a7c7a9fb11ff396be74 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 10 Feb 2011 08:15:09 +0000 Subject: - Added support for vacation :subject field (#1487120) git-svn-id: https://svn.roundcube.net/trunk@4523 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/managesieve/localization/en_US.inc | 1 + plugins/managesieve/localization/pl_PL.inc | 1 + 2 files changed, 2 insertions(+) (limited to 'plugins/managesieve/localization') 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'; -- cgit v1.2.3