xref: /template/minimal/lang/cs/lang.php (revision 112805a9cd72f9830aca5a4c3dde21d1fc99b1e4)
156c88bfeSReactiveMatter<?php
256c88bfeSReactiveMatter/**
356c88bfeSReactiveMatter * Czech language file for template
456c88bfeSReactiveMatter *
556c88bfeSReactiveMatter */
656c88bfeSReactiveMatter
756c88bfeSReactiveMatter$lang['__existing__']      = 'Barva odkazů na existující stránky';
856c88bfeSReactiveMatter$lang['__missing__']       = 'Barva odkazů na neexistující stránky';
956c88bfeSReactiveMatter$lang['__site_width__']    = 'Šířka celého webu (může být libovolná jednotka délky: %, px, em, ...)';
1056c88bfeSReactiveMatter$lang['__sidebar_width__'] = 'Šířka postranního panelu, pokud existuje (může být libovolná jednotka délky: %, px, em, ...)';
1156c88bfeSReactiveMatter$lang['__title_color__'] = 'Barva názvu webu v navigační liště';
1256c88bfeSReactiveMatter$lang['__mobile_breakpoint__'] = 'Mobilní zlom pro přepnutí na mobilní zobrazení';
1356c88bfeSReactiveMatter$lang['__link__'] = 'Barva odkazů';
1456c88bfeSReactiveMatter$lang['__theme_color__'] = 'Barva motivu Dokuwiki. Některá nastavení šablony budou potlačena u výchozího motivu.';
1556c88bfeSReactiveMatter$lang['__sidebox_width__'] = 'Šířka postranního boxu (vyžaduje plugin wrap)';
16*112805a9SReactiveMatter
17*112805a9SReactiveMatter
18*112805a9SReactiveMatter// Překlady pro možnosti víceslovných nastavení
19*112805a9SReactiveMatter$lang['siteHeaderPosition_o_Top']       = 'Nahoře';
20*112805a9SReactiveMatter$lang['siteHeaderPosition_o_Above page'] = 'Nad stránkou';
21*112805a9SReactiveMatter$lang['siteFooterPosition_o_Bottom']    = 'Dole';
22*112805a9SReactiveMatter$lang['siteFooterPosition_o_Below page'] = 'Pod stránkou';
23*112805a9SReactiveMatter
24*112805a9SReactiveMatter$lang['theme_o_Default']                = 'Výchozí';
25*112805a9SReactiveMatter$lang['theme_o_Dark']                   = 'Tmavý';
26*112805a9SReactiveMatter$lang['theme_o_Terminal']               = 'Terminál';
27*112805a9SReactiveMatter
28*112805a9SReactiveMatter$lang['page'] = 'Stránka';
29*112805a9SReactiveMatter$lang['site'] = 'Web';
30*112805a9SReactiveMatter$lang['user'] = 'Uživatel';
31