add contents
This commit is contained in:
24
lib/plugins/odt/lang/cs/lang.php
Normal file
24
lib/plugins/odt/lang/cs/lang.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
|
||||
* @author Ing. Jan Kaláb <jan+dokuwiki@kalabovi.org>
|
||||
* @author Vojta Olsan <olsh0@seznam.cz>
|
||||
*/
|
||||
$lang['encoding'] = 'utf-8';
|
||||
$lang['direction'] = 'ltr';
|
||||
$lang['view'] = 'Exportovat stránku ve formátu Open Document';
|
||||
$lang['export_odt_button'] = 'ODT export';
|
||||
$lang['export_odt_pdf_button'] = 'Export ODT=>PDF';
|
||||
$lang['tpl_not_found'] = 'CHYBA : ODT šablona "%s" nebyla nalezena v adresáři se šablonami "%s". Bude použita výchozí šablona.';
|
||||
$lang['toc_title'] = 'Obsah';
|
||||
$lang['chapter_title'] = 'Index kapitol';
|
||||
$lang['toc_msg'] = 'Sem bude vložen obsah.';
|
||||
$lang['chapter_msg'] = 'Sem bude vložen index kapitol.';
|
||||
$lang['update_toc_msg'] = 'Prosím nezapomeňte aktualizovat obsah po exportu.';
|
||||
$lang['update_chapter_msg'] = 'Prosím nezapomeňte aktualizovat index kapitol po exportu.';
|
||||
$lang['needtitle'] = 'Vlože prosím nadpis.';
|
||||
$lang['needns'] = 'Vložte prosím existující jmenný prostor.';
|
||||
$lang['empty'] = 'Zatím jste nevybrali žádné stránky.';
|
Reference in New Issue
Block a user