MDL-28483 URL adding validation checks and changing field externalurl to not-null
[moodle.git] / mod / url / lang / en / url.php
blob4498394bc59de9032c84d5e135176c053b25b8eb
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Strings for component 'url', language 'en', branch 'MOODLE_20_STABLE'
21 * @package mod
22 * @subpackage url
23 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
24 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
27 $string['clicktoopen'] = 'Click {$a} link to open resource.';
28 $string['configdisplayoptions'] = 'Select all options that should be available, existing settings are not modified. Hold CTRL key to select multiple fields.';
29 $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).';
30 $string['configrolesinparams'] = 'Enable if you want to include localized role names in list of available parameter variables.';
31 $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.';
32 $string['contentheader'] = 'Content';
33 $string['displayoptions'] = 'Available display options';
34 $string['displayselect'] = 'Display';
35 $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:
37 * Automatic - The best display option for the URL is selected automatically
38 * Embed - The URL is displayed within the page below the navigation bar together with the URL description and any blocks
39 * Force download - The user is prompted to download the URL file
40 * Open - Only the URL is displayed in the browser window
41 * In pop-up - The URL is displayed in a new browser window without menus or an address bar
42 * In frame - The URL is displayed within a frame below the the navigation bar and URL description
43 * New window - The URL is displayed in a new browser window with menus and an address bar';
44 $string['displayselectexplain'] = 'Choose display type, unfortunately not all types are suitable for all URLs.';
45 $string['externalurl'] = 'External URL';
46 $string['framesize'] = 'Frame height';
47 $string['chooseavariable'] = 'Choose a variable...';
48 $string['invalidurl'] = 'Entered URL is invalid';
49 $string['modulename'] = 'URL';
50 $string['modulenameplural'] = 'URLs';
51 $string['neverseen'] = 'Never seen';
52 $string['optionsheader'] = 'Options';
53 $string['page-mod-url-x'] = 'Any URL module page';
54 $string['parameterinfo'] = '&amp;parameter=variable';
55 $string['parametersheader'] = 'Parameters';
56 $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.';
57 $string['pluginadministration'] = 'URL module administration';
58 $string['pluginname'] = 'URL';
59 $string['popupheight'] = 'Popup height (in pixels)';
60 $string['popupheightexplain'] = 'Specifies default height of popup windows.';
61 $string['popupwidth'] = 'Popup width (in pixels)';
62 $string['popupwidthexplain'] = 'Specifies default width of popup windows.';
63 $string['printheading'] = 'Display URL name';
64 $string['printheadingexplain'] = 'Display URL name above content? Some display types may not display URL name even if enabled.';
65 $string['printintro'] = 'Display URL description';
66 $string['printintroexplain'] = 'Display URL description bellow content? Some display types may not display description even if enabled.';
67 $string['rolesinparams'] = 'Include role names in parameters';
68 $string['serverurl'] = 'Server URL';
69 $string['url:view'] = 'View URL';