]> git.mjollnir.org Git - moodle.git/commitdiff
Replaced the old strings back in the pack for backward compatibility
authormoodler <moodler>
Mon, 16 Aug 2004 02:24:58 +0000 (02:24 +0000)
committermoodler <moodler>
Mon, 16 Aug 2004 02:24:58 +0000 (02:24 +0000)
lang/en/resource.php

index 422f2fd9ef75c7ceb4759cf92ca024002c975cbf..e6f8562ca04146400bcfb56afea11fa07c646949 100644 (file)
@@ -58,6 +58,15 @@ $string['parameters'] = 'Parameters';
 $string['popupresource'] = 'This resource should appear in a popup window.';
 $string['popupresourcelink'] = 'If it didn\'t, click here: $a';
 $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-like text';
+$string['resourcetype9'] = 'Directory';
 $string['resourcetypedirectory'] = 'Display a directory';
 $string['resourcetypefile'] = 'Link to a file or web site';
 $string['resourcetypehtml'] = 'Compose a web page';