mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
filling in missing strings...
This commit is contained in:
parent
b533404f87
commit
13d620fdc5
3 changed files with 22 additions and 1 deletions
|
@ -8,6 +8,13 @@ $string['browsed'] = 'Gebladerd';
|
|||
$string['browsemode'] = 'Blader modus';
|
||||
$string['chooseapacket'] = 'Kies of update een SCORM pakket';
|
||||
$string['completed'] = 'Volledig';
|
||||
$string['configframesize'] = 'Deze waarde is de grootte (in pixels) van het bovenste frame (waarin de navigatie zit) wanneer je een scormpakket toont.';
|
||||
$string['configpopup'] = 'Wanneer je een nieuw scormpakket toevoegt dat in een popupscherm getoond kan worden, wil je dan standaard deze optie inschakelen?';
|
||||
$string['configpopupheight'] = 'Welke hoogte wil je als standaardwaarde voor nieuwe popupschermen?';
|
||||
$string['configpopupresizable'] = 'Wil je als standaardinstelling dat de grootte van popupschermen kan gewijzigd worden?';
|
||||
$string['configpopupscrollbars'] = 'Wil je als standaardinstelling dat in popupschermen gescrolled kan worden?';
|
||||
$string['configpopupstatus'] = 'Wil je als standaardinstelling dat popupschermen de statusbalk tonen?';
|
||||
$string['configpopupwidth'] = 'Welke breedte wil je als standaardwaarde voor nieuwe popupschermen?';
|
||||
$string['coursepacket'] = 'Cursuspakket';
|
||||
$string['coursestruct'] = 'cursusstructuur';
|
||||
$string['datadir'] = 'Fout van het bestandssysteem: de gegevensfolder van de cursus kan niet gemaakt worden';
|
||||
|
@ -17,6 +24,13 @@ $string['incomplete'] = 'Onvolledig';
|
|||
$string['mode'] = 'Modus';
|
||||
$string['modulename'] = 'Scorm';
|
||||
$string['modulenameplural'] = 'Scorms';
|
||||
$string['newheight'] = 'Standaard vensterhoogte (in pixels)';
|
||||
$string['newresizable'] = 'Groote van het venster mag gewijzigd worden';
|
||||
$string['newscrollbars'] = 'Scrollen in het venster mag';
|
||||
$string['newstatus'] = 'Toon de statusbalk';
|
||||
$string['newwidth'] = 'Standaard vensterbreedte (in pixels)';
|
||||
$string['newwindow'] = 'Nieuw venster';
|
||||
$string['newwindowopen'] = 'Toon dit scormpakket in een nieuw popupscherm';
|
||||
$string['next'] = 'Ga verder';
|
||||
$string['nomanifest'] = 'Manifest niet gevonden';
|
||||
$string['noreports'] = 'Er is geen rapport om te tonen';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue