|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00027 $string['clicktodownload'] = 'Click {$a} link to download the file.'; 00028 $string['clicktoopen2'] = 'Click {$a} link to view the file.'; 00029 $string['configdisplayoptions'] = 'Select all options that should be available, existing settings are not modified. Hold CTRL key to select multiple fields.'; 00030 $string['configframesize'] = 'When a web page or an uploaded file is displayed within a frame, this value is the height (in pixels) of the top frame (which contains the navigation).'; 00031 $string['configparametersettings'] = 'This sets the default value for the Parameter settings pane in the form when adding some new resources. After the first time, this becomes an individual user preference.'; 00032 $string['configpopup'] = 'When adding a new resource which is able to be shown in a popup window, should this option be enabled by default?'; 00033 $string['configpopupdirectories'] = 'Should popup windows show directory links by default?'; 00034 $string['configpopupheight'] = 'What height should be the default height for new popup windows?'; 00035 $string['configpopuplocation'] = 'Should popup windows show the location bar by default?'; 00036 $string['configpopupmenubar'] = 'Should popup windows show the menu bar by default?'; 00037 $string['configpopupresizable'] = 'Should popup windows be resizable by default?'; 00038 $string['configpopupscrollbars'] = 'Should popup windows be scrollable by default?'; 00039 $string['configpopupstatus'] = 'Should popup windows show the status bar by default?'; 00040 $string['configpopuptoolbar'] = 'Should popup windows show the tool bar by default?'; 00041 $string['configpopupwidth'] = 'What width should be the default width for new popup windows?'; 00042 $string['contentheader'] = 'Content'; 00043 $string['displayoptions'] = 'Available display options'; 00044 $string['displayselect'] = 'Display'; 00045 $string['displayselect_help'] = 'This setting, together with the file type and whether the browser allows embedding, determines how the file is displayed. Options may include: 00046 00047 * Automatic - The best display option for the file type is selected automatically 00048 * Embed - The file is displayed within the page below the navigation bar together with the file description and any blocks 00049 * Force download - The user is prompted to download the file 00050 * Open - Only the file is displayed in the browser window 00051 * In pop-up - The file is displayed in a new browser window without menus or an address bar 00052 * In frame - The file is displayed within a frame below the the navigation bar and file description 00053 * New window - The file is displayed in a new browser window with menus and an address bar'; 00054 $string['displayselect_link'] = 'mod/file/mod'; 00055 $string['displayselectexplain'] = 'Choose display type, unfortunately not all types are suitable for all files.'; 00056 $string['encryptedcode'] = 'Encrypted code'; 00057 $string['filenotfound'] = 'File not found, sorry.'; 00058 $string['filterfiles'] = 'Use filters on file content'; 00059 $string['filterfilesexplain'] = 'Select type of file content filtering, please note this may cause problems for some Flash and Java applets. Please make sure that all text files are in UTF-8 encoding.'; 00060 $string['filtername'] = 'Resource names auto-linking'; 00061 $string['forcedownload'] = 'Force download'; 00062 $string['framesize'] = 'Frame height'; 00063 $string['legacyfiles'] = 'Migration of old course file'; 00064 $string['legacyfilesactive'] = 'Active'; 00065 $string['legacyfilesdone'] = 'Finished'; 00066 $string['modulename'] = 'File'; 00067 $string['modulenameplural'] = 'Files'; 00068 $string['neverseen'] = 'Never seen'; 00069 $string['notmigrated'] = 'This legacy resource type ({$a}) was not yet migrated, sorry.'; 00070 $string['optionsheader'] = 'Options'; 00071 $string['page-mod-resource-x'] = 'Any file module page'; 00072 $string['pluginadministration'] = 'File module administration'; 00073 $string['pluginname'] = 'File'; 00074 $string['popupheight'] = 'Popup height (in pixels)'; 00075 $string['popupheightexplain'] = 'Specifies default height of popup windows.'; 00076 $string['popupresource'] = 'This resource should appear in a popup window.'; 00077 $string['popupresourcelink'] = 'If it didn\'t, click here: {$a}'; 00078 $string['popupwidth'] = 'Popup width (in pixels)'; 00079 $string['popupwidthexplain'] = 'Specifies default width of popup windows.'; 00080 $string['printheading'] = 'Display resource name'; 00081 $string['printheadingexplain'] = 'Display resource name above content? Some display types may not display resource name even if enabled.'; 00082 $string['printintro'] = 'Display resource description'; 00083 $string['printintroexplain'] = 'Display resource description below content? Some display types may not display description even if enabled.'; 00084 $string['resourcecontent'] = 'Files and subfolders'; 00085 $string['resource:exportresource'] = 'Export resource'; 00086 $string['resource:view'] = 'View resource'; 00087 $string['selectmainfile'] = 'Please select the main file by clicking the icon next to file name.';