~ubuntu-branches/ubuntu/saucy/moodle/saucy

« back to all changes in this revision

Viewing changes to install/lang/nl/error.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-09-09 15:22:35 UTC
  • mfrom: (1.1.17) (3.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20130909152235-f5g7gphaseb84qeu
Tags: 2.5.2-1
* New upstream version: 2.5.2.
  - Incorporates S3 security patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
defined('MOODLE_INTERNAL') || die();
32
32
 
 
33
$string['cannotcreatedboninstall'] = '<p>Kan databank niet maken.</p>
 
34
<p>De opgegeven databank bestaat niet en de opgegeven gebruiker heeft onvoldoende rechten om de databank te maken.</p>
 
35
<p>De site-beheerder moet de databankconfiguratie controleren.</p>';
33
36
$string['cannotcreatelangdir'] = 'Kan lang map niet maken';
34
37
$string['cannotcreatetempdir'] = 'Kan tijdelijke map niet maken.';
35
38
$string['cannotdownloadcomponents'] = 'Kan componenten niet downloaden.';
39
42
$string['cannotsavezipfile'] = 'Kan ZIP-bestand niet bewaren.';
40
43
$string['cannotunzipfile'] = 'Kon bestand niet unzippen';
41
44
$string['componentisuptodate'] = 'Component is up-to-date';
 
45
$string['dmlexceptiononinstall'] = '<p>Databankfout [{$a->errorcode}].<br />{$a->debuginfo}</p>';
42
46
$string['downloadedfilecheckfailed'] = 'Controle van het gedownloade bestand mislukt';
43
47
$string['invalidmd5'] = 'De controlevariable was fout - probeer nog eens';
44
48
$string['missingrequiredfield'] = 'Vereist veld ontbreekt';