1<?php 2 3/** 4 * Danish language for the Config Manager, translated by Jacob Palm 5 * 6 * If your language is not/only partially translated or you found an error/typo, 7 * have a look at the following files: 8 * - /lib/tpl/prsnl10/lang/<your lang>/lang.php 9 * - /lib/tpl/prsnl10/lang/<your lang>/settings.php 10 * If they are not existing, copy and translate the English ones. 11 * 12 * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>. 13 * Thanks! :-D 14 * 15 * 16 * LICENSE: This file is open source software (OSS) and may be copied under 17 * certain conditions. See COPYING file for details or try to contact 18 * the author(s) of this file in doubt. 19 * 20 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html) 21 * @author Jacob Palm 22 * @link https://www.dokuwiki.org/template:prsnl10 23 * @link https://www.dokuwiki.org/config:lang 24 * @link https://www.dokuwiki.org/devel:configuration 25 */ 26 27 28//check if we are running within the DokuWiki environment 29if (!defined("DOKU_INC")){ 30 die(); 31} 32 33//header navigation 34$lang["prsnl10_headernav"] = "Vis navigationlinks i toppen?"; 35$lang["prsnl10_headernav_location"] = "Hvis ja, så brug følgende wikiside til navigationslinks:"; 36 37//custom copyright notice 38$lang["prsnl10_copyright"] = "Vis copyright info?"; 39$lang["prsnl10_copyright_default"] = "Hvis ja, skal standard copyright beskeden benyttes?"; 40$lang["prsnl10_copyright_location"] = "Hvis ikke standard beskeden, så brug følgende wikiside:"; 41 42//custom footer content 43$lang["prsnl10_footer"] = "Vis yderligere brugerdefineret indhold i bunden af siden?"; 44$lang["prsnl10_footer_location"] = "Hvis ja, vis følgende wikiside:"; 45 46//other stuff 47$lang["prsnl10_showpageinfo"] = "Vis meta information om aktuelle side i bunden af siden?"; 48$lang["prsnl10_hideadminlinksfromanon"] = "Skjul alle administrator og bruger funktioner og links hvis der ikke er logget på? Hvis de skjules skal du manuelt gå til login siden vha. en URL (hint: '".DOKU_URL.DOKU_SCRIPT."?do=login')."; 49$lang["prsnl10_loaduserjs"] = "Indlæs 'prsnl10/user/user.js'?"; 50 51