MDL-30005 fix general URI support in URL module
[moodle.git] / mod / url / lang / en / url.php
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.
14 //
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'
20  *
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
25  */
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['invalidstoredurl'] = 'Can not dispaly this resource, URL is invalid.';
48 $string['chooseavariable'] = 'Choose a variable...';
49 $string['invalidurl'] = 'Entered URL is invalid';
50 $string['modulename'] = 'URL';
51 $string['modulenameplural'] = 'URLs';
52 $string['neverseen'] = 'Never seen';
53 $string['optionsheader'] = 'Options';
54 $string['page-mod-url-x'] = 'Any URL module page';
55 $string['parameterinfo'] = '&amp;parameter=variable';
56 $string['parametersheader'] = 'Parameters';
57 $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.';
58 $string['pluginadministration'] = 'URL module administration';
59 $string['pluginname'] = 'URL';
60 $string['popupheight'] = 'Popup height (in pixels)';
61 $string['popupheightexplain'] = 'Specifies default height of popup windows.';
62 $string['popupwidth'] = 'Popup width (in pixels)';
63 $string['popupwidthexplain'] = 'Specifies default width of popup windows.';
64 $string['printheading'] = 'Display URL name';
65 $string['printheadingexplain'] = 'Display URL name above content? Some display types may not display URL name even if enabled.';
66 $string['printintro'] = 'Display URL description';
67 $string['printintroexplain'] = 'Display URL description bellow content? Some display types may not display description even if enabled.';
68 $string['rolesinparams'] = 'Include role names in parameters';
69 $string['serverurl'] = 'Server URL';
70 $string['url:view'] = 'View URL';