$string[guestuser] = "Guest User";
$string[guestuserinfo] = "This user is a special user that allows read-only access to some courses.";
$string[help] = "Help";
+$string[helphtml] = "How to write html";
$string[helppicture] = "How to upload a picture";
$string[helptext] = "How to write text";
$string[helpquestions] = "How to ask questions";
$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
$string[readingtype3] = "Uploaded File";
$string[readingtype4] = "Plain text";
$string[readingtype5] = "Web Link";
+$string[readingtype6] = "HTML text";
?>
// If there's something it cannot do itself, it
// will tell you what you need to do.
-$version = 2002091000; // The current version is a date (YYYYMMDDXX) where
+$version = 2002091300; // The current version is a date (YYYYMMDDXX) where
// XX is a number that increments during the day
-$release = "1.0.4"; // For humans only, not used for the upgrade process
+$release = "1.0.5 dev"; // For humans only, not used for the upgrade process
function upgrade_moodle($oldversion=0) {