2002-08-02 17:36:35 +00:00
< ? PHP // $Id$
#------------------------------------------------------------
2002-10-17 14:03:59 +00:00
$string [ 'modulename' ] = " Resource " ;
$string [ 'modulenameplural' ] = " Resources " ;
2002-08-02 17:36:35 +00:00
#------------------------------------------------------------
2002-08-02 09:24:50 +00:00
2002-10-17 14:03:59 +00:00
$string [ 'addresource' ] = " Add resource " ;
$string [ 'editingaresource' ] = " Editing a resource " ;
2002-09-21 07:18:16 +00:00
$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 " ;
$string [ 'filename' ] = " File name " ;
$string [ 'fulltext' ] = " Full text " ;
$string [ 'htmlfragment' ] = " HTML fragment " ;
2002-10-17 14:28:12 +00:00
$string [ 'neverseen' ] = " Never seen " ;
2002-09-21 07:18:16 +00:00
$string [ 'note' ] = " Note " ;
$string [ 'notefile' ] = " To upload more files into the course (so they appear in this list) use the
2002-08-12 13:45:41 +00:00
< A HREF = \ $a > File Manager </ A >. " ;
2002-09-21 07:18:16 +00:00
$string [ 'notypechosen' ] = " You need to choose a type. Use your back button to go back and retry. " ;
2002-10-17 14:03:59 +00:00
$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 " ;
2002-08-02 09:24:50 +00:00
?>