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