diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-10-18 09:13:20 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-10-18 09:14:51 +0200 |
commit | dd82f1b59fde3a67afd386c66224504938ed5b18 (patch) | |
tree | b09154bcd62b0acc0f1a808cf409c8bf0a3cc93d /plugins/managesieve/localization/sk_SK.inc | |
parent | 4afe886489fba608b801f368b9cae312730f4c1b (diff) |
Fixed filter activation/deactivation confirmation message (#1488765)
Conflicts:
plugins/managesieve/Changelog
Diffstat (limited to 'plugins/managesieve/localization/sk_SK.inc')
-rw-r--r-- | plugins/managesieve/localization/sk_SK.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/managesieve/localization/sk_SK.inc b/plugins/managesieve/localization/sk_SK.inc index 7d78c7fd2..337dfa690 100644 --- a/plugins/managesieve/localization/sk_SK.inc +++ b/plugins/managesieve/localization/sk_SK.inc @@ -139,8 +139,8 @@ $labels['setcreateerror'] = 'Nepodarilo sa vytvoriť sadu filtrov, server ohlás $labels['setcreated'] = 'Sada filtrov bola vytvorená'; $labels['activateerror'] = 'Nepodarilo sa povoliť vybraný filter(e). Chyba servera.'; $labels['deactivateerror'] = 'Nepodarilo sa vypnúť vybraný filter(e). Chyba servera.'; -$labels['activated'] = 'Filter(e) úspešne vypnutý.'; -$labels['deactivated'] = 'Filter(e) povolený.'; +$labels['deactivated'] = 'Filter(e) úspešne vypnutý.'; +$labels['activated'] = 'Filter(e) povolený.'; $labels['moved'] = 'Filter presunutý.'; $labels['moveerror'] = 'Nemôžem presunúť zvolený filter. Chyba servera.'; $labels['nametoolong'] = 'Názov sady filtrov je príliš dlhý'; |