Added Czech translate. All messages in lang.php are translated, except configuration messages.

This commit is contained in:
Michal Heppler 2020-10-03 00:15:59 +02:00
commit e02f5e315d
No known key found for this signature in database
GPG key ID: D3790D017AD7E2D5
3 changed files with 122 additions and 0 deletions

17
lang/cs/settings.php Executable file
View file

@ -0,0 +1,17 @@
<?php
/**
* English language file for config
*
*/
$lang['sidebar_sections'] = 'Auto-toggle the sidebar into sections on these elements:';
$lang['sidebar_sections_o_h1'] = '1st order headings';
$lang['sidebar_sections_o_h1,h2'] = '1st and 2nd order headings';
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'All headings';
$lang['sidebar_sections_o_li.level1 > .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';