Fixed some missing backslashes
[moodle.git] / lang / en / resource.php
blobc2786a448cfad63f4f0886f09c5d952b9dad76c4
1 <?PHP // $Id$
2 // resource.php - created with Moodle 1.2 development (2003120700)
5 $string['addresource'] = 'Add resource';
6 $string['chooseafile'] = 'Choose or upload a file';
7 $string['configdefaulturl'] = 'This value is used to prefill the URL form when creating a new URL-based resource.';
8 $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.';
9 $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).';
10 $string['configpopup'] = 'When adding a new resource which is able to be shown in a popup window, should this option be enabled by default?';
11 $string['configpopupdirectories'] = 'Should popup windows show directory links by default?';
12 $string['configpopupheight'] = 'What height should be the default height for new popup windows?';
13 $string['configpopuplocation'] = 'Should popup windows show the location bar by default?';
14 $string['configpopupmenubar'] = 'Should popup windows show the menu bar by default?';
15 $string['configpopupresizable'] = 'Should popup windows be resizable by default?';
16 $string['configpopupscrollbars'] = 'Should popup windows be scrollable by default?';
17 $string['configpopupstatus'] = 'Should popup windows show the status bar by default?';
18 $string['configpopuptoolbar'] = 'Should popup windows show the tool bar by default?';
19 $string['configpopupwidth'] = 'What width should be the default width for new popup windows?';
20 $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.';
21 $string['directlink'] = 'Direct link to this file';
22 $string['editingaresource'] = 'Editing a resource';
23 $string['example'] = 'Example';
24 $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.';
25 $string['exampleurl'] = 'http://www.example.com/somedirectory/somefile.html';
26 $string['fetchclienterror'] = 'An error was found with your web client while trying to retrieve the web page (possibly a wrong URL).';
27 $string['fetcherror'] = 'An error was found while trying to retrieve the web page.';
28 $string['fetchservererror'] = 'An error was found with the remote server while trying to retrieve the web page (possibly a program error).</p>';
29 $string['filename'] = 'File name';
30 $string['fulltext'] = 'Full text';
31 $string['htmlfragment'] = 'HTML fragment';
32 $string['modulename'] = 'Resource';
33 $string['modulenameplural'] = 'Resources';
34 $string['neverseen'] = 'Never seen';
35 $string['newdirectories'] = 'Show the directory links';
36 $string['newfullscreen'] = 'Fill the whole screen';
37 $string['newheight'] = 'Default window height (in pixels)';
38 $string['newlocation'] = 'Show the location bar';
39 $string['newmenubar'] = 'Show the menu bar';
40 $string['newresizable'] = 'Allow the window to be resized';
41 $string['newscrollbars'] = 'Allow the window to be scrolled';
42 $string['newstatus'] = 'Show the status bar';
43 $string['newtoolbar'] = 'Show the toolbar';
44 $string['newwidth'] = 'Default window width (in pixels)';
45 $string['newwindow'] = 'New window';
46 $string['newwindowopen'] = 'Display this resource in a new popup window';
47 $string['note'] = 'Note';
48 $string['notefile'] = 'To upload more files into the course (so they appear in this list) use the <a href=\"$a\">File Manager</a>.';
49 $string['notypechosen'] = 'You need to choose a type. Use your back button to go back and retry.';
50 $string['popupresource'] = 'This resource should appear in a popup window.';
51 $string['popupresourcelink'] = 'If it didn\'t, click here: $a';
52 $string['resourcetype'] = 'Type of resource';
53 $string['resourcetype1'] = 'Reference';
54 $string['resourcetype2'] = 'Web Page';
55 $string['resourcetype3'] = 'Uploaded File';
56 $string['resourcetype4'] = 'Plain text';
57 $string['resourcetype5'] = 'Web Link';
58 $string['resourcetype6'] = 'HTML text';
59 $string['resourcetype7'] = 'Program';
60 $string['resourcetype8'] = 'Wiki text';