/lang.php * - /lib/tpl/mnml-blog/lang//settings.php * If they are not existing, copy and translate the English ones. * * Don't forget to mail your translation to ARSAVA . * 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 Дмитрий Ефимов (Dmitriy Efimov) * @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"] = "Версия для печати"; $lang["mnmlblog_lnk_permrev"] = "Постоянная ссылка"; $lang["mnmlblog_lnk_whatlinkshere"] = "Ссылки сюда"; $lang["mnmlblog_lnk_siteindex"] = "Индекс сайта"; $lang["mnmlblog_lnk_upload"] = "Загрузить файд"; $lang["mnmlblog_lnk_newposting"] = "Новая запись"; //other $lang["mnmlblog_search"] = "Поиск"; $lang["mnmlblog_accessdenied"] = "Доступ запрещён"; $lang["mnmlblog_fillplaceholder"] = "Заполните этот прототип"; $lang["mnmlblog_donate"] = "Пожертвование"; $lang["mnmlblog_mdtemplatefordw"] = "Шаблон mnml-blog для DokuWiki"; $lang["mnmlblog_recentchanges"] = "Последние изменения";