diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-18 08:53:32 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-18 08:53:32 +0000 |
| commit | 4f6f05648ff10509e7835d4f91cd2417c2c49984 (patch) | |
| tree | 5e36bde4efb86a0f31169541090b04cbbf413738 /roundcubemail/plugins/managesieve/localization | |
| parent | fee7af26602ff8426035457b7fd3bce9b2bd5f3e (diff) | |
- Managesieve: Added import from Horde-INGO
- Managesieve: Support for more than one match using if+stop instead of if+elsif structures (#1486078)
- Managesieve: Support for selectively disabling rules within a single sieve script (#1485882)
- Managesieve: Added vertical splitter
git-svn-id: https://svn.roundcube.net/trunk@3376 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/managesieve/localization')
| -rw-r--r-- | roundcubemail/plugins/managesieve/localization/en_US.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/plugins/managesieve/localization/pl_PL.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/plugins/managesieve/localization/en_US.inc b/roundcubemail/plugins/managesieve/localization/en_US.inc index a5bb878c6..ac410d3db 100644 --- a/roundcubemail/plugins/managesieve/localization/en_US.inc +++ b/roundcubemail/plugins/managesieve/localization/en_US.inc @@ -46,6 +46,7 @@ $labels['newfilterset'] = 'New filters set'; $labels['active'] = 'active'; $labels['copyfromset'] = 'Copy filters from set'; $labels['none'] = '- none -'; +$labels['filterdisabled'] = 'Filter disabled'; $messages = array(); $messages['filterunknownerror'] = 'Unknown server error'; diff --git a/roundcubemail/plugins/managesieve/localization/pl_PL.inc b/roundcubemail/plugins/managesieve/localization/pl_PL.inc index 663b37f05..6d3ca3102 100644 --- a/roundcubemail/plugins/managesieve/localization/pl_PL.inc +++ b/roundcubemail/plugins/managesieve/localization/pl_PL.inc @@ -47,6 +47,7 @@ $labels['newfilterset'] = 'Nowy zbiór filtrów'; $labels['active'] = 'aktywny'; $labels['copyfromset'] = 'Skopiuj filtry ze zbioru'; $labels['none'] = '- brak -'; +$labels['filterdisabled'] = 'Filtr wyłączony'; $messages = array(); $messages['filterunknownerror'] = 'Nieznany błąd serwera'; |
