Skip to content

Commit

Permalink
Automatically generated installer lang files
Browse files Browse the repository at this point in the history
  • Loading branch information
AMOS bot committed Sep 2, 2013
1 parent 2fc1329 commit ce1a153
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/lang/nl/error.php
Expand Up @@ -30,6 +30,9 @@

defined('MOODLE_INTERNAL') || die();

$string['cannotcreatedboninstall'] = '<p>Kan databank niet maken.</p>
<p>De opgegeven databank bestaat niet en de opgegeven gebruiker heeft onvoldoende rechten om de databank te maken.</p>
<p>De site-beheerder moet de databankconfiguratie controleren.</p>';
$string['cannotcreatelangdir'] = 'Kan lang map niet maken';
$string['cannotcreatetempdir'] = 'Kan tijdelijke map niet maken.';
$string['cannotdownloadcomponents'] = 'Kan componenten niet downloaden.';
Expand All @@ -39,6 +42,7 @@
$string['cannotsavezipfile'] = 'Kan ZIP-bestand niet bewaren.';
$string['cannotunzipfile'] = 'Kon bestand niet unzippen';
$string['componentisuptodate'] = 'Component is up-to-date';
$string['dmlexceptiononinstall'] = '<p>Databankfout [{$a->errorcode}].<br />{$a->debuginfo}</p>';
$string['downloadedfilecheckfailed'] = 'Controle van het gedownloade bestand mislukt';
$string['invalidmd5'] = 'De controlevariable was fout - probeer nog eens';
$string['missingrequiredfield'] = 'Vereist veld ontbreekt';
Expand Down

0 comments on commit ce1a153

Please sign in to comment.