From e02f5e315d288ff661805866149227988f612357 Mon Sep 17 00:00:00 2001 From: Michal Heppler Date: Sat, 3 Oct 2020 00:15:59 +0200 Subject: [PATCH] Added Czech translate. All messages in lang.php are translated, except configuration messages. --- lang/cs/lang.php | 104 +++++++++++++++++++++++++++++++++++++++++++ lang/cs/settings.php | 17 +++++++ lang/cs/style.txt | 1 + 3 files changed, 122 insertions(+) create mode 100755 lang/cs/lang.php create mode 100755 lang/cs/settings.php create mode 100755 lang/cs/style.txt diff --git a/lang/cs/lang.php b/lang/cs/lang.php new file mode 100755 index 0000000..acf9ac9 --- /dev/null +++ b/lang/cs/lang.php @@ -0,0 +1,104 @@ + .li'] = 'Top-level list items'; + +$lang['header_layout'] = 'Adjust header layout:'; +$lang['header_layout_o_default'] = 'generous header layout for long wiki titel and tagline'; +$lang['header_layout_o_compact'] = 'compact header layout for short wiki title and hidden tagline'; + diff --git a/lang/cs/style.txt b/lang/cs/style.txt new file mode 100755 index 0000000..8e132de --- /dev/null +++ b/lang/cs/style.txt @@ -0,0 +1 @@ +Pokud chcete zménit //favicon//, jednoduše použijte Správu médií pro nahrátí ''favicon.ico'' do prostoru ''wiki'' nebo ''root''. Potom bude ikona automaticky použita. Pokud máte neveřejnou wiki, je doporučené nastavit prostor ''wiki'' (nebo root) čitelný pro všechny, jinak favicon nebude zobrazena nepřihlášeným uživatelům.