|
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['clicktoopen'] = 'Click {$a} link to open resource.'; 00028 $string['configdisplayoptions'] = 'Select all options that should be available, existing settings are not modified. Hold CTRL key to select multiple fields.'; 00029 $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).'; 00030 $string['configrolesinparams'] = 'Enable if you want to include localized role names in list of available parameter variables.'; 00031 $string['configsecretphrase'] = 'This secret phrase is used to produce encrypted code value that can be sent to some servers as a parameter. The encrypted code is produced by an md5 value of the current user IP address concatenated with your secret phrase. ie code = md5(IP.secretphrase). Please note that this is not reliable because IP address may change and is often shared by different computers.'; 00032 $string['contentheader'] = 'Content'; 00033 $string['displayoptions'] = 'Available display options'; 00034 $string['displayselect'] = 'Display'; 00035 $string['displayselect_help'] = 'This setting, together with the URL file type and whether the browser allows embedding, determines how the URL is displayed. Options may include: 00036 00037 * Automatic - The best display option for the URL is selected automatically 00038 * Embed - The URL is displayed within the page below the navigation bar together with the URL description and any blocks 00039 * Force download - The user is prompted to download the URL file 00040 * Open - Only the URL is displayed in the browser window 00041 * In pop-up - The URL is displayed in a new browser window without menus or an address bar 00042 * In frame - The URL is displayed within a frame below the the navigation bar and URL description 00043 * New window - The URL is displayed in a new browser window with menus and an address bar'; 00044 $string['displayselectexplain'] = 'Choose display type, unfortunately not all types are suitable for all URLs.'; 00045 $string['externalurl'] = 'External URL'; 00046 $string['framesize'] = 'Frame height'; 00047 $string['invalidstoredurl'] = 'Cannot display this resource, URL is invalid.'; 00048 $string['chooseavariable'] = 'Choose a variable...'; 00049 $string['invalidurl'] = 'Entered URL is invalid'; 00050 $string['modulename'] = 'URL'; 00051 $string['modulenameplural'] = 'URLs'; 00052 $string['neverseen'] = 'Never seen'; 00053 $string['optionsheader'] = 'Options'; 00054 $string['page-mod-url-x'] = 'Any URL module page'; 00055 $string['parameterinfo'] = '&parameter=variable'; 00056 $string['parametersheader'] = 'Parameters'; 00057 $string['parametersheader_help'] = 'Some internal Moodle variables may be automatically appended to the URL. Type your name for the parameter into each text box(es) and then select the required matching variable.'; 00058 $string['pluginadministration'] = 'URL module administration'; 00059 $string['pluginname'] = 'URL'; 00060 $string['popupheight'] = 'Popup height (in pixels)'; 00061 $string['popupheightexplain'] = 'Specifies default height of popup windows.'; 00062 $string['popupwidth'] = 'Popup width (in pixels)'; 00063 $string['popupwidthexplain'] = 'Specifies default width of popup windows.'; 00064 $string['printheading'] = 'Display URL name'; 00065 $string['printheadingexplain'] = 'Display URL name above content? Some display types may not display URL name even if enabled.'; 00066 $string['printintro'] = 'Display URL description'; 00067 $string['printintroexplain'] = 'Display URL description below content? Some display types may not display description even if enabled.'; 00068 $string['rolesinparams'] = 'Include role names in parameters'; 00069 $string['serverurl'] = 'Server URL'; 00070 $string['url:view'] = 'View URL';