From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 17 Apr 2015 06:28:40 -0400
Subject: [PATCH] Allow preference sections to define CSS class names

---
 plugins/managesieve/localization/cs_CZ.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/managesieve/localization/cs_CZ.inc b/plugins/managesieve/localization/cs_CZ.inc
index d772546..21e8a69 100644
--- a/plugins/managesieve/localization/cs_CZ.inc
+++ b/plugins/managesieve/localization/cs_CZ.inc
@@ -23,7 +23,7 @@
 $labels['filterdel'] = 'Smaž filtr';
 $labels['moveup'] = 'Posunout nahoru';
 $labels['movedown'] = 'Posunout dolů';
-$labels['filterallof'] = 'Odpovídají všechny pravidla';
+$labels['filterallof'] = 'Odpovídají všechna pravidla';
 $labels['filteranyof'] = 'Odpovídá kterékoliv pravidlo';
 $labels['filterany'] = 'Všechny zprávy';
 $labels['filtercontains'] = 'obsahuje';
@@ -203,7 +203,7 @@
 $messages['setcreated'] = 'Sada filtrů úspěšně vytvořena.';
 $messages['activateerror'] = 'Nelze zapnout vybrané filtr/y. Došlo k chybě serveru.';
 $messages['deactivateerror'] = 'Nelze vypnout vybrané filtr/y. Došlo k chybě serveru.';
-$messages['deactivated'] = 'Filtr/y úspěšne vypnuty.';
+$messages['deactivated'] = 'Filtr(y) úspěšně vypnuty.';
 $messages['activated'] = 'Filtr/y úspěšně zapnuty.';
 $messages['moved'] = 'Filtr byl úspěšně přesunut.';
 $messages['moveerror'] = 'Nelze přesunout vybraný filtr. Došlo k chybě serveru.';

--
Gitblit v1.9.1