From cc879d749b1eb911da5ac291fab96ed0f28cf68a Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 30 Jul 2004 06:12:25 +0000 Subject: [PATCH] Matching English better --- lang/en_us/moodle.php | 4 ++-- lang/en_us/resource.php | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/lang/en_us/moodle.php b/lang/en_us/moodle.php index 58a3e3cafc..0b442c0263 100644 --- a/lang/en_us/moodle.php +++ b/lang/en_us/moodle.php @@ -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'; diff --git a/lang/en_us/resource.php b/lang/en_us/resource.php index 327f811ab9..758c6d8221 100644 --- a/lang/en_us/resource.php +++ b/lang/en_us/resource.php @@ -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 File Manager.'; $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'; ?> -- 2.39.5