]> git.mjollnir.org Git - moodle.git/commitdiff
Matching English better
authormoodler <moodler>
Fri, 30 Jul 2004 06:12:25 +0000 (06:12 +0000)
committermoodler <moodler>
Fri, 30 Jul 2004 06:12:25 +0000 (06:12 +0000)
lang/en_us/moodle.php
lang/en_us/resource.php

index 58a3e3cafc99ced09d6e25354d7fd1c00749e106..0b442c02630eb9ae3eb81c5677f53f0d4f52a711 100644 (file)
@@ -332,7 +332,7 @@ $string['formattext'] = 'Moodle auto-format';
 $string['formattexttype'] = 'Formatting';
 $string['formattopics'] = 'Topics format';
 $string['formatweeks'] = 'Weekly format';
-$string['formatwiki'] = 'Wiki format';
+$string['formatwiki'] = 'Wiki-like format';
 $string['from'] = 'From';
 $string['frontpagecategorynames'] = 'Show a list of categories';
 $string['frontpagecourselist'] = 'Show a list of courses';
@@ -379,7 +379,7 @@ $string['helpreading'] = 'Read carefully';
 $string['helprichtext'] = 'About HTML editor';
 $string['helpsummaries'] = 'About these summaries';
 $string['helptext'] = 'How to write text';
-$string['helpwiki'] = 'How to write Wiki text';
+$string['helpwiki'] = 'How to write Wiki-like text';
 $string['helpwriting'] = 'Write carefully';
 $string['hide'] = 'Hide';
 $string['hits'] = 'Hits';
index 327f811ab95ba515a3e56d5a8664a8e771d5bbf9..758c6d82216915c2e393a62ccdabf1819b98d673 100644 (file)
@@ -46,14 +46,5 @@ $string['newwindowopen'] = 'Display this resource in a new popup window';
 $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['resourcetype'] = 'Type of resource';
-$string['resourcetype1'] = 'Reference';
-$string['resourcetype2'] = 'Web Page';
-$string['resourcetype3'] = 'Uploaded File';
-$string['resourcetype4'] = 'Plain text';
-$string['resourcetype5'] = 'Web Link';
-$string['resourcetype6'] = 'HTML text';
-$string['resourcetype7'] = 'Program';
-$string['resourcetype8'] = 'Wiki text';
 
 ?>