xref: /dokuwiki/lib/plugins/revert/lang/cs/lang.php (revision abcc3801dff527c2603a3a2aadf43561ca6722ed)
116342d96SAndreas Gohr<?php
216342d96SAndreas Gohr/**
316342d96SAndreas Gohr * Czech language file
416342d96SAndreas Gohr *
516342d96SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
616342d96SAndreas Gohr * @author Bohumir Zamecnik <bohumir@zamecnik.org>
716342d96SAndreas Gohr *
816342d96SAndreas Gohr */
9*abcc3801SAndreas Gohr$lang['menu']                    = 'Obnova zaspamovaných stránek';
10*abcc3801SAndreas Gohr$lang['filter']                  = 'Hledat zaspamované stránky';
11*abcc3801SAndreas Gohr$lang['revert']                  = 'Obnovit vybrané stránky';
12*abcc3801SAndreas Gohr$lang['reverted']                = '%s vrácena do verze %s';
13*abcc3801SAndreas Gohr$lang['removed']                 = '%s odstraněna';
14*abcc3801SAndreas Gohr$lang['revstart']                = 'Obnova stránek začala. Tento proces může trvat dlouho. Pokud
1516342d96SAndreas Gohrskriptu vyprší čas, budete muset obnovovat po menších blocích
1616342d96SAndreas Gohrstránek.';
17*abcc3801SAndreas Gohr$lang['revstop']                 = 'Proces obnovy stránek byl úspěšně dokončen.';
18*abcc3801SAndreas Gohr$lang['note1']                   = 'Poznámka: toto vyhledávání je citlivé na velikost písmen';
19*abcc3801SAndreas Gohr$lang['note2']                   = 'Poznámka: tato stránka bude obnovena na poslední verze, která
2016342d96SAndreas Gohrneobsahovala dané spamové slovo <i>%s</i>.';
21