Skip to content

Commit

Permalink
missing strings
Browse files Browse the repository at this point in the history
  • Loading branch information
koenr committed Jan 30, 2004
1 parent 3caa089 commit 27a350e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lang/nl/error.php
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,12 @@
<?PHP // $Id$ <?PHP // $Id$
// error.php - created with Moodle 1.2 development (2004010900) // error.php - created with Moodle 1.2 development (2004013000)




$string['erroronline'] = 'Fout op lijn $a'; $string['erroronline'] = 'Fout op lijn $a';
$string['fieldrequired'] = '\"$a\" is een vereist veld'; $string['fieldrequired'] = '\"$a\" is een vereist veld';
$string['invalidfieldname'] = '\"$a\" is geen geldige veldnaam'; $string['invalidfieldname'] = '\"$a\" is geen geldige veldnaam';
$string['missingfield'] = 'Veld \"$a\" ontbreekt'; $string['missingfield'] = 'Veld \"$a\" ontbreekt';
$string['restricteduser'] = 'Sorry, maar je hebt onvoldoende rechten om dat te doen.';
$string['unknowncourse'] = 'Onbekend vak \"$a\"'; $string['unknowncourse'] = 'Onbekend vak \"$a\"';
$string['usernotaddederror'] = 'Gebruiker \"$a\" niet toegevoegd - onbekende fout'; $string['usernotaddederror'] = 'Gebruiker \"$a\" niet toegevoegd - onbekende fout';
$string['usernotaddedregistered'] = 'Gebruiker \"$a\" niet toegevoegd - gebruiker bestaat al'; $string['usernotaddedregistered'] = 'Gebruiker \"$a\" niet toegevoegd - gebruiker bestaat al';
Expand Down
3 changes: 2 additions & 1 deletion lang/nl/forum.php
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
<?PHP // $Id$ <?PHP // $Id$
// forum.php - created with Moodle 1.2 development (2003122600) // forum.php - created with Moodle 1.2 development (2004013000)




$string['addanewdiscussion'] = 'Voeg een nieuw onderwerp voor discussie toe'; $string['addanewdiscussion'] = 'Voeg een nieuw onderwerp voor discussie toe';
Expand Down Expand Up @@ -114,6 +114,7 @@
$string['repliesmany'] = '$a antwoorden tot nu toe'; $string['repliesmany'] = '$a antwoorden tot nu toe';
$string['repliesone'] = '$a antwoord tot nu toe'; $string['repliesone'] = '$a antwoord tot nu toe';
$string['reply'] = 'Antwoord'; $string['reply'] = 'Antwoord';
$string['replyforum'] = 'Antwoord op het forum';
$string['search'] = 'Zoek'; $string['search'] = 'Zoek';
$string['searchforums'] = 'Zoeken in forums'; $string['searchforums'] = 'Zoeken in forums';
$string['searcholderposts'] = 'Doorzoek oudere bijdragen...'; $string['searcholderposts'] = 'Doorzoek oudere bijdragen...';
Expand Down
5 changes: 4 additions & 1 deletion lang/nl/moodle.php
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
<?PHP // $Id$ <?PHP // $Id$
// moodle.php - created with Moodle 1.2 development (2004010900) // moodle.php - created with Moodle 1.2 development (2004013000)




$string['action'] = 'Actie'; $string['action'] = 'Actie';
Expand Down Expand Up @@ -190,6 +190,7 @@
$string['createziparchive'] = 'Maak een ZIP archief'; $string['createziparchive'] = 'Maak een ZIP archief';
$string['creatingcategoriesandquestions'] = 'Categorieën en vragen maken'; $string['creatingcategoriesandquestions'] = 'Categorieën en vragen maken';
$string['creatingcoursemodules'] = 'Vak modulen maken'; $string['creatingcoursemodules'] = 'Vak modulen maken';
$string['creatinggroups'] = 'Groepen maken';
$string['creatinglogentries'] = 'Log invoer maken'; $string['creatinglogentries'] = 'Log invoer maken';
$string['creatingnewcourse'] = 'Nieuw vak maken'; $string['creatingnewcourse'] = 'Nieuw vak maken';
$string['creatingscales'] = 'Schalen maken'; $string['creatingscales'] = 'Schalen maken';
Expand Down Expand Up @@ -614,6 +615,7 @@
$string['other'] = 'Andere'; $string['other'] = 'Andere';
$string['outline'] = 'Overzicht'; $string['outline'] = 'Overzicht';
$string['page'] = 'Pagina'; $string['page'] = 'Pagina';
$string['parentlanguage'] = '\"\"';
$string['participants'] = 'Deelnemers'; $string['participants'] = 'Deelnemers';
$string['password'] = 'Wachtwoord'; $string['password'] = 'Wachtwoord';
$string['passwordchanged'] = 'Het wachtwoord is veranderd'; $string['passwordchanged'] = 'Het wachtwoord is veranderd';
Expand Down Expand Up @@ -846,6 +848,7 @@
$string['writingcategoriesandquestions'] = 'Categorieën en vragen schrijven'; $string['writingcategoriesandquestions'] = 'Categorieën en vragen schrijven';
$string['writingcoursedata'] = 'Vak data schrijven'; $string['writingcoursedata'] = 'Vak data schrijven';
$string['writinggeneralinfo'] = 'Algemene info schrijven'; $string['writinggeneralinfo'] = 'Algemene info schrijven';
$string['writinggroupsinfo'] = 'Info groepen schrijven';
$string['writingheader'] = 'Header schrijven'; $string['writingheader'] = 'Header schrijven';
$string['writingloginfo'] = 'Log info schrijven'; $string['writingloginfo'] = 'Log info schrijven';
$string['writingmoduleinfo'] = 'Modulen info schrijven'; $string['writingmoduleinfo'] = 'Modulen info schrijven';
Expand Down

0 comments on commit 27a350e

Please sign in to comment.