/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 Adrián Rodríguez Vargas * @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"] = "Versión para imprimir"; $lang["mnmlblog_lnk_permrev"] = "Categoría Padre"; $lang["mnmlblog_lnk_whatlinkshere"] = "Qué enlace es este"; $lang["mnmlblog_lnk_siteindex"] = "Página de inicio"; $lang["mnmlblog_lnk_upload"] = "Subir fichero"; $lang["mnmlblog_lnk_newposting"] = "Nueva entrada"; //other $lang["mnmlblog_search"] = "Búsqueda"; $lang["mnmlblog_accessdenied"] = "Aceso restringido"; $lang["mnmlblog_fillplaceholder"] = "Por favor, rellena este campo"; $lang["mnmlblog_donate"] = "Donar"; $lang["mnmlblog_mdtemplatefordw"] = "Plantilla mnml-blog para DokuWiki"; $lang["mnmlblog_recentchanges"] = "Cambios recientes";