moodle/lang/af/resource.php

32 lines
1.5 KiB
PHP

<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "Hulpbron";
$string['modulenameplural'] = "Hulpbronne";
#------------------------------------------------------------
$string['addresource'] = "Voeg hulpbron by";
$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['neverseen'] = "Nooit gesien";
$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";
?>