2003-06-04 06:33:54 +00:00
< ? PHP // $Id$
2003-11-17 02:40:09 +00:00
// resource.php - created with Moodle 1.2 development (2003111400)
2002-12-08 16:49:49 +00:00
$string [ 'addresource' ] = " Add resource " ;
2003-11-17 02:40:09 +00:00
$string [ 'chooseafile' ] = " Choose or upload a file " ;
$string [ 'configframesize' ] = " When a web page or an uploaded file is displayed within a frame, this value is the size (in pixels) of the top frame (which contains the navigation). " ;
2002-12-08 16:49:49 +00:00
$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 " ;
$string [ 'filename' ] = " File name " ;
$string [ 'fulltext' ] = " Full text " ;
$string [ 'htmlfragment' ] = " HTML fragment " ;
2003-06-04 06:33:54 +00:00
$string [ 'modulename' ] = " Resource " ;
$string [ 'modulenameplural' ] = " Resources " ;
2002-12-08 16:49:49 +00:00
$string [ 'neverseen' ] = " Never seen " ;
2003-11-17 02:40:09 +00:00
$string [ 'newdirectories' ] = " Show the directory links " ;
$string [ 'newfullscreen' ] = " Fill the whole screen " ;
$string [ 'newheight' ] = " Default window height (in pixels) " ;
$string [ 'newlocation' ] = " Show the location bar " ;
$string [ 'newmenubar' ] = " Show the menu bar " ;
$string [ 'newresizable' ] = " Allow the window to be resized " ;
$string [ 'newscrollbars' ] = " Allow the window to be scrolled " ;
$string [ 'newstatus' ] = " Show the status bar " ;
$string [ 'newtoolbar' ] = " Show the toolbar " ;
$string [ 'newwidth' ] = " Default window width (in pixels) " ;
$string [ 'newwindow' ] = " New window " ;
$string [ 'newwindowopen' ] = " Display this resource in a new popup window " ;
2002-12-08 16:49:49 +00:00
$string [ 'note' ] = " Note " ;
2003-06-04 06:33:54 +00:00
$string [ 'notefile' ] = " To upload more files into the course (so they appear in this list) use the
2002-12-08 16:49:49 +00:00
< 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 " ;
2002-12-24 06:59:13 +00:00
$string [ 'resourcetype7' ] = " Program " ;
2003-06-04 06:33:54 +00:00
$string [ 'resourcetype8' ] = " Wiki text " ;
2002-12-08 16:49:49 +00:00
?>