mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
44 lines
2.2 KiB
PHP
44 lines
2.2 KiB
PHP
<?PHP // $Id$
|
|
// resource.php - created with Moodle 1.1 (2003082800)
|
|
|
|
|
|
$string['addresource'] = "Voeg hulpbron by";
|
|
$string['configframesize'] = "Wanneer 'n webblad of 'n lêer vertoon word in 'n raam, is die waarde die grootte (in pixels) van die boonste raam (wat die navigasie bevat).";
|
|
$string['editingaresource'] = "Redigeer hulpbron";
|
|
$string['example'] = "Voorbeeld";
|
|
$string['examplereference'] = "Tobin, K. & Tippins, D (1993) Constructivism as a Referent for Teaching and Learning. In: K. Tobin (Ed) The Practice of Constructivism in Science Education, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ.";
|
|
$string['exampleurl'] = "http://www.example.com/somedirectory/somefile.html";
|
|
$string['filename'] = "Lêernaam";
|
|
$string['fulltext'] = "Vol teks";
|
|
$string['htmlfragment'] = "HTML fragment";
|
|
$string['modulename'] = "Hulpbron";
|
|
$string['modulenameplural'] = "Hulpbronne";
|
|
$string['neverseen'] = "Nooit gesien";
|
|
$string['newdirectories'] = "Vertoon lêergids skakels";
|
|
$string['newfullscreen'] = "Vul die hele skerm";
|
|
$string['newheight'] = "Verstek venster hoogte (in pixels)";
|
|
$string['newlocation'] = "Vertoon die lokasie balk";
|
|
$string['newmenubar'] = "Vertoon die kieslys balk";
|
|
$string['newresizable'] = "Vertoon die venster om van grootte te verander";
|
|
$string['newscrollbars'] = "Laat die venster toe om te rol";
|
|
$string['newstatus'] = "Vertoon status balk";
|
|
$string['newtoolbar'] = "Vertoon gereedskap balk";
|
|
$string['newwidth'] = "Vertek venster wydte (in pixels)";
|
|
$string['newwindow'] = "Nuwe venster";
|
|
$string['newwindowopen'] = "Vertoon die hulpbron in 'n nuwe venster";
|
|
$string['note'] = "Nota";
|
|
$string['notefile'] = "Om meer lêers by die kursus te sit (sodat hulle in die lys verskyn) gebruik die
|
|
|
|
<A HREF=\$a >Lêer Bestuurder</A>.";
|
|
$string['notypechosen'] = "Jy moet 'n tipe kies. Gebruik jou 'Back' knoppie op terug te gaan en weer te probeer";
|
|
$string['resourcetype'] = "Tipe hulpbron";
|
|
$string['resourcetype1'] = "Verwysing";
|
|
$string['resourcetype2'] = "Web Blad";
|
|
$string['resourcetype3'] = "Op gelaaide lêer";
|
|
$string['resourcetype4'] = "Gewone teks";
|
|
$string['resourcetype5'] = "Web skakel";
|
|
$string['resourcetype6'] = "HTML teks";
|
|
$string['resourcetype7'] = "Program";
|
|
$string['resourcetype8'] = "Wiki teks";
|
|
|
|
?>
|