mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
***NOTE NOTE NOTE **********************************************************
THIS IS A BIG CHANGE! I've renamed the "reading" module to "resource". This meant changing quite a few references throughout Moodle. The automatic upgrade process should work OK (it worked OK on my development server) and there shouldn't be any problems. BUT PLEASE PROCEED WITH CAUTION AND KEEP BACKUPS OF EVERYTHING UNTIL I HAVE A FEW MORE TESTS! If you upgrade please let me know. One thing that will break are any hard-coded links within forum messages. What I will be doing to fix this on my apache server is to add this to httpd.conf: Redirect /mod/reading/ http://moodle.com/mod/resource/ Sorry about any inconvenience, but it's better this is done sooner than later.
This commit is contained in:
parent
e1ac42728d
commit
2a439ba7f6
21 changed files with 680 additions and 26 deletions
|
@ -1,12 +1,12 @@
|
|||
<?PHP // $Id$
|
||||
|
||||
#------------------------------------------------------------
|
||||
$string['modulename'] = "Reading";
|
||||
$string['modulenameplural'] = "Readings";
|
||||
$string['modulename'] = "Resource";
|
||||
$string['modulenameplural'] = "Resources";
|
||||
#------------------------------------------------------------
|
||||
|
||||
$string['addreading'] = "Add reading";
|
||||
$string['editingareading'] = "Editing a reading";
|
||||
$string['addresource'] = "Add resource";
|
||||
$string['editingaresource'] = "Editing a resource";
|
||||
$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";
|
||||
|
@ -18,12 +18,12 @@ $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";
|
||||
$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";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue