From af07a05841600fcb1e96d9835cee818d5eb75278 Mon Sep 17 00:00:00 2001 From: moodlerobot Date: Thu, 22 Oct 2009 03:02:38 +0000 Subject: [PATCH] Automatic installer.php lang files by installer_builder (20091022) --- install/lang/nl_utf8/installer.php | 5 +++++ install/lang/ro_utf8/installer.php | 1 + 2 files changed, 6 insertions(+) diff --git a/install/lang/nl_utf8/installer.php b/install/lang/nl_utf8/installer.php index 55eb667427..7ff1eaa031 100644 --- a/install/lang/nl_utf8/installer.php +++ b/install/lang/nl_utf8/installer.php @@ -19,6 +19,11 @@ $string['cannotsavezipfile'] = 'Kan ZIP-bestand niet bewaren.'; $string['cannotunzipfile'] = 'Kon bestand niet unzippen'; $string['chooselanguagehead'] = 'Kies een taal'; $string['chooselanguagesub'] = 'De taalinstelling die je hier kiest is enkel voor het installatieproces. In één van de volgende schermen zul je de standaardtaal voor de site kunnen kiezen. Bebruikers kunnen als je dat wil, zelf bepalen met welke taal ze werken.'; +$string['cliincorrectvalueerror'] = 'Fout, waarde \"$a->value\" voor de optie \"$a->option\" is niet juist'; +$string['cliincorrectvalueretry'] = 'Foute waarde. Probeer opnieuw'; +$string['clitypevalue'] = 'type waarde'; +$string['clitypevaluedefault'] = 'type waarde, druk op Enter om de standaardwaarde te gebruiken ($a)'; +$string['cliunknowoption'] = 'Optie $a niet herkend: gebruik de --help optie.'; $string['dataroot'] = 'Gegevens'; $string['dirroot'] = 'Moodle-map'; $string['environment'] = 'Omgeving'; diff --git a/install/lang/ro_utf8/installer.php b/install/lang/ro_utf8/installer.php index 0b013b0207..966d6ebcba 100644 --- a/install/lang/ro_utf8/installer.php +++ b/install/lang/ro_utf8/installer.php @@ -10,6 +10,7 @@ /// using strings defined in stringnames.txt (same dir) $string['language'] = 'Limba'; +$string['reload'] = 'Reîncarcă'; $string['thischarset'] = 'UTF-8'; $string['thislanguage'] = 'Română'; ?> -- 2.39.5