. /** * 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 databank niet maken.
De opgegeven databank bestaat niet en de opgegeven gebruiker heeft onvoldoende rechten om de databank te maken.
De site-beheerder moet de databankconfiguratie controleren.
'; $string['cannotcreatelangdir'] = 'Kan lang map niet maken'; $string['cannotcreatetempdir'] = 'Kan tijdelijke map niet maken.'; $string['cannotdownloadcomponents'] = 'Kan componenten niet downloaden.'; $string['cannotdownloadzipfile'] = 'Kan ZIP-bestand niet downloaden.'; $string['cannotfindcomponent'] = 'Kan component niet vinden.'; $string['cannotsavemd5file'] = 'Kan md5-bestand niet bewaren.'; $string['cannotsavezipfile'] = 'Kan ZIP-bestand niet bewaren.'; $string['cannotunzipfile'] = 'Kon bestand niet unzippen'; $string['componentisuptodate'] = 'Component is up-to-date'; $string['dmlexceptiononinstall'] = 'Databankfout [{$a->errorcode}].
{$a->debuginfo}
De download van de component naar jouw server is mislukt, controleer je proxy-instellingen, de PHP cURL-extentie wordt ten zeerste aanbevolen te installeren.
Je moet je {$a->url} bestand manueel downloaden , kopiƫren naar de map "{$a->dest}" op je server en het daar unzippen.
'; $string['wrongdestpath'] = 'Fout pad voor bestemming'; $string['wrongsourcebase'] = 'Foute URL voor de bron'; $string['wrongzipfilename'] = 'Foute ZIP-bestandsnaam';