mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
44 lines
2.0 KiB
PHP
44 lines
2.0 KiB
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "Resource";
|
|
$string['modulenameplural'] = "Resources";
|
|
#------------------------------------------------------------
|
|
|
|
$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";
|
|
$string['filename'] = "File name";
|
|
$string['fulltext'] = "Full text";
|
|
$string['htmlfragment'] = "HTML fragment";
|
|
$string['neverseen'] = "Never seen";
|
|
$string['newheight'] = "Default window height (in pixels)";
|
|
$string['newwidth'] = "Default window width (in pixels)";
|
|
$string['newfullscreen'] = "Fill the whole screen";
|
|
$string['newresizable'] = "Allow the window to be resized";
|
|
$string['newscrollbars'] = "Allow the window to be scrolled";
|
|
$string['newdirectories'] = "Show the directory links";
|
|
$string['newlocation'] = "Show the location bar";
|
|
$string['newmenubar'] = "Show the menu bar";
|
|
$string['newstatus'] = "Show the status bar";
|
|
$string['newtoolbar'] = "Show the toolbar";
|
|
$string['newwindow'] = "New window";
|
|
$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
|
|
<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";
|
|
$string['resourcetype7'] = "Program";
|
|
$string['resourcetype8'] = "Wiki text";
|
|
|
|
?>
|