moodle/lang/en/reading.php
martin 1774e33325 Added single quotes around all the keys ... even though PHP works
without them, it will flag errors when errorlevel is turned up, and
I suspect this slows it all down a bit.
2002-09-21 07:18:16 +00:00

30 lines
1.3 KiB
PHP

<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "Reading";
$string['modulenameplural'] = "Readings";
#------------------------------------------------------------
$string['addreading'] = "Add reading";
$string['editingareading'] = "Editing a reading";
$string['example'] = "Example";
$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'] = "File name";
$string['fulltext'] = "Full text";
$string['htmlfragment'] = "HTML fragment";
$string['neverread'] = "Never read";
$string['note'] = "Note";
$string['notefile'] = "To upload more files into the course (so they appear in this list) use the
<A HREF=\$a >File Manager</A>.";
$string['notypechosen'] = "You need to choose a type. Use your back button to go back and retry.";
$string['readingtype'] = "Type of resource";
$string['readingtype1'] = "Reference";
$string['readingtype2'] = "Web Page";
$string['readingtype3'] = "Uploaded File";
$string['readingtype4'] = "Plain text";
$string['readingtype5'] = "Web Link";
$string['readingtype6'] = "HTML text";
?>