Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

   1  <?php
   2  
   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/>.
  17  
  18  /**
  19   * Strings for component 'url', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package    mod_url
  22   * @copyright  1999 onwards Martin Dougiamas  {@link http://moodle.com}
  23   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  $string['clicktoopen'] = 'Click {$a} link to open resource.';
  27  $string['configdisplayoptions'] = 'Select all options that should be available, existing settings are not modified. Hold CTRL key to select multiple fields.';
  28  $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).';
  29  $string['configrolesinparams'] = 'Enable if you want to include localized role names in list of available parameter variables.';
  30  $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.';
  31  $string['contentheader'] = 'Content';
  32  $string['createurl'] = 'Create a URL';
  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:
  36  
  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  * Open - Only the URL is displayed in the browser window
  40  * In pop-up - The URL is displayed in a new browser window without menus or an address bar
  41  * In frame - The URL is displayed within a frame below the navigation bar and URL description
  42  * New window - The URL is displayed in a new browser window with menus and an address bar';
  43  $string['displayselectexplain'] = 'Choose display type, unfortunately not all types are suitable for all URLs.';
  44  $string['externalurl'] = 'External URL';
  45  $string['framesize'] = 'Frame height';
  46  $string['invalidstoredurl'] = 'Cannot display this resource, URL is invalid.';
  47  $string['chooseavariable'] = 'Choose a variable...';
  48  $string['indicator:cognitivedepth'] = 'URL cognitive';
  49  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a URL resource.';
  50  $string['indicator:cognitivedepthdef'] = 'URL cognitive';
  51  $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the URL resources during this analysis interval (Levels = No view, View)';
  52  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
  53  $string['indicator:socialbreadth'] = 'URL social';
  54  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a URL resource.';
  55  $string['indicator:socialbreadthdef'] = 'URL social';
  56  $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the URL resources during this analysis interval (Levels = No participation, Participant alone)';
  57  $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
  58  $string['invalidurl'] = 'Entered URL is invalid';
  59  $string['modulename'] = 'URL';
  60  $string['modulename_help'] = 'The URL module enables a teacher to provide a web link as a course resource. Anything that is freely available online, such as documents or images, can be linked to; the URL doesn’t have to be the home page of a website. The URL of a particular web page may be copied and pasted or a teacher can use the file picker and choose a link from a repository such as Flickr, YouTube or Wikimedia (depending upon which repositories are enabled for the site).
  61  
  62  There are a number of display options for the URL, such as embedded or opening in a new window and advanced options for passing information, such as a student\'s name, to the URL if required.
  63  
  64  Note that URLs can also be added to any other resource or activity type through the text editor.';
  65  $string['modulename_link'] = 'mod/url/view';
  66  $string['modulenameplural'] = 'URLs';
  67  $string['page-mod-url-x'] = 'Any URL module page';
  68  $string['parameterinfo'] = '&amp;parameter=variable';
  69  $string['parametersheader'] = 'URL variables';
  70  $string['parametersheader_help'] = 'This section allows you to pass internal information as part of the URL. This is useful if the URL is an interactive web page that takes parameters, and you want to pass something like the name of the current user, for example. Enter the name of the URL\'s parameter in the text box then select the corresponding site variable.';
  71  $string['pluginadministration'] = 'URL module administration';
  72  $string['pluginname'] = 'URL';
  73  $string['popupheight'] = 'Pop-up height (in pixels)';
  74  $string['popupheightexplain'] = 'Specifies default height of popup windows.';
  75  $string['popupwidth'] = 'Pop-up width (in pixels)';
  76  $string['popupwidthexplain'] = 'Specifies default width of popup windows.';
  77  $string['printintro'] = 'Display URL description';
  78  $string['printintroexplain'] = 'Display URL description below content? Some display types may not display description even if enabled.';
  79  $string['privacy:metadata'] = 'The URL resource plugin does not store any personal data.';
  80  $string['rolesinparams'] = 'Include role names in parameters';
  81  $string['search:activity'] = 'URL';
  82  $string['serverurl'] = 'Server URL';
  83  $string['url:addinstance'] = 'Add a new URL resource';
  84  $string['url:view'] = 'View URL';