. /** * 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['cannotcreatedboninstall'] = '
Kan ikke opprette databasen.
Den angitte databasen eksisterer ikke og oppgitt bruker har ikke rettigheter til å opprette databasen.
Portaladministratoren må derfor verifisere databaseoppsettet.
'; $string['cannotcreatelangdir'] = 'Kan ikke opprette mappen \'lang\'.'; $string['cannotcreatetempdir'] = 'Kan ikke opprette mappen \'temp'; $string['cannotdownloadcomponents'] = 'Kan ikke laste ned komponentene.'; $string['cannotdownloadzipfile'] = 'Kan ikke laste ned ZIP-fil.'; $string['cannotfindcomponent'] = 'Kan ikke finne komponenten.'; $string['cannotsavemd5file'] = 'Kan ikke lagre md5-fil.'; $string['cannotsavezipfile'] = 'Kan ikke lagre ZIP-fil.'; $string['cannotunzipfile'] = 'Kan ikke pakke opp filen.'; $string['componentisuptodate'] = 'Komponenten er oppdatert'; $string['dmlexceptiononinstall'] = 'Det oppstod en databasefeil [{$a->errorcode}].
{$a->debuginfo}
Mislykkes i å laste ned komponenten til din server, vennligst sjekk proxy-innstillingene. PHP cURL tillegget er sterkt anbefalt.
Du må laste ned {$a->url} filen manuelt, kopiere den til "{$a->dest}" på serveren din og pakke den ut der.
'; $string['wrongdestpath'] = 'Gal målmappe'; $string['wrongsourcebase'] = 'Feil kilde URL base'; $string['wrongzipfilename'] = 'Galt ZIP-filnavn.';