mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
bf46cd2267
- Adding Moodle as the web agent!!! :) PLEASE, edit the new language strings if necessary.
52 lines
3.4 KiB
PHP
52 lines
3.4 KiB
PHP
<?PHP // $Id$
|
|
// resource.php - created with Moodle 1.2 development (2003111400)
|
|
|
|
|
|
$string['addresource'] = 'Add resource';
|
|
$string['chooseafile'] = 'Choose or upload a file';
|
|
$string['configdefaulturl'] = 'This value is used to prefill the URL form when creating a new URL-based resource.';
|
|
$string['configfilterexternalpages'] = 'Enabling this setting will cause all external resources (web pages, uploaded HTML files) to be processed by the currently defined site filters (such as glossary autolinks, for example). Turning this option on may cause your course pages to slow down significantly - use with caution and only if you really need it.';
|
|
$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).';
|
|
$string['configwebsearch'] = 'When adding a URL as a webpage or weblink, this location is offered as a site to help the user search for the URL they want.';
|
|
$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['fetcherror'] = '<p align=center><font color=#FF0000><b>ERROR</b></font></p><p align=center>An error was found when trying to retrieve the web page.</p>';
|
|
$string['fetchclienterror'] = '<p align=center><font color=#FF0000><b>ERROR</b></font></p><p align=center>An error was found on your web client when trying to retrieve the web page (possibly a wrong URL).</p>';
|
|
$string['fetchservererror'] = '<p align=center><font color=#FF0000><b>ERROR</b></font></p><p align=center>An error was found on the remote server when trying to retrieve the web page (possibly a program error).</p>';
|
|
$string['filename'] = 'File name';
|
|
$string['fulltext'] = 'Full text';
|
|
$string['htmlfragment'] = 'HTML fragment';
|
|
$string['modulename'] = 'Resource';
|
|
$string['modulenameplural'] = 'Resources';
|
|
$string['neverseen'] = 'Never seen';
|
|
$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';
|
|
$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';
|
|
|
|
?>
|