<?php

/**
 * Czech language for the "mnml-blog" DokuWiki template
 *
 * If your language is not/only partially translated or you found an error/typo,
 * have a look at the following files:
 * - /lib/tpl/mnml-blog/lang/<your lang>/lang.php
 * - /lib/tpl/mnml-blog/lang/<your lang>/settings.php
 * If they are not existing, copy and translate the English ones.
 *
 * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
 * Thanks! :-D
 *
 *
 * LICENSE: This file is open source software (OSS) and may be copied under
 *          certain conditions. See COPYING file for details or try to contact
 *          the author(s) of this file in doubt.
 *
 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
 * @author Jan Papež
 * @link https://www.dokuwiki.org/template:mnml-blog
 * @link https://www.dokuwiki.org/config:lang
 * @link https://www.dokuwiki.org/devel:configuration
 */


//check if we are running within the DokuWiki environment
if (!defined("DOKU_INC")){
    die();
}

//links (not all are used by default but may be useful for /user/boxes.php)
$lang["mnmlblog_lnk_print"] = "Verze pro tisk";
$lang["mnmlblog_lnk_permrev"] = "Trvalý odkaz";
$lang["mnmlblog_lnk_whatlinkshere"] = "Co sem odkazuje";
$lang["mnmlblog_lnk_siteindex"] = "Mapa stránek";
$lang["mnmlblog_lnk_upload"] = "Nahrát soubor";
$lang["mnmlblog_lnk_newposting"] = "Nový příspěvek";

//other
$lang["mnmlblog_search"] = "Vyhledat";
$lang["mnmlblog_accessdenied"] = "Přístup odepřen";
$lang["mnmlblog_fillplaceholder"] = "Vyplňte prosím";
$lang["mnmlblog_donate"] = "Přispět";
$lang["mnmlblog_mdtemplatefordw"] = "Šablona mnml-blog pro DokuWiki";
$lang["mnmlblog_recentchanges"] = "Nedávné změny";

