. /** * Automatically generated strings for Moodle installer * * Do not edit this file manually! It contains just a subset of strings * needed during the very first steps of installation. This file was * generated automatically by export-installer.php (which is part of AMOS * {@link http://docs.moodle.org/dev/Languages/AMOS}) using the * list of strings defined in /install/stringnames.txt. * * @package installer * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['cannotcreatelangdir'] = 'Kan ikke oprette sprogmappe'; $string['cannotcreatetempdir'] = 'Kan ikke oprette temp-mappe'; $string['cannotdownloadcomponents'] = 'Kan ikke downloade komponenter'; $string['cannotdownloadzipfile'] = 'Kan ikke downloade zip-fil'; $string['cannotfindcomponent'] = 'Kan ikke finde komponent'; $string['cannotsavemd5file'] = 'Kan ikke gemme md5-fil'; $string['cannotsavezipfile'] = 'Kan ikke gemme zip-fil'; $string['cannotunzipfile'] = 'Kan ikke pakke filen ud'; $string['componentisuptodate'] = 'Komponenten er ajour'; $string['downloadedfilecheckfailed'] = 'Downloadet fil-tjek fejlede'; $string['invalidmd5'] = 'Tjekvariablen var forkert - prøv igen'; $string['missingrequiredfield'] = 'Der mangler nogle obligatoriske felter'; $string['wrongdestpath'] = 'Forkert destinationssti'; $string['wrongsourcebase'] = 'Forkert kilde-URL'; $string['wrongzipfilename'] = 'Forkert zip-filnavn';