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 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for the tool_moodlenet component.
  19   *
  20   * @package     tool_moodlenet
  21   * @category    string
  22   * @copyright   2020 Jake Dallimore <jrhdallimore@gmail.com>
  23   * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  defined('MOODLE_INTERNAL') || die();
  27  
  28  $string['addingaresource'] = 'Adding content from MoodleNet';
  29  $string['aria:enterprofile'] = "Enter your MoodleNet profile ID";
  30  $string['aria:footermessage'] = "Browse for content on MoodleNet";
  31  $string['browsecontentmoodlenet'] = "Or browse for content on MoodleNet";
  32  $string['clearsearch'] = "Clear search";
  33  $string['connectandbrowse'] = "Connect to and browse:";
  34  $string['defaultmoodlenet'] = 'MoodleNet URL';
  35  $string['defaultmoodlenet_desc'] = 'The URL of the MoodleNet instance available via the activity chooser.';
  36  $string['defaultmoodlenetname'] = "MoodleNet instance name";
  37  $string['defaultmoodlenetnamevalue'] = 'MoodleNet Central';
  38  $string['defaultmoodlenetname_desc'] = 'The name of the MoodleNet instance available via the activity chooser.';
  39  $string['enablemoodlenet'] = 'Enable MoodleNet integration';
  40  $string['enablemoodlenet_desc'] = 'If enabled, a user with the capability to create and manage activities can browse MoodleNet via the activity chooser and import MoodleNet resources into their course. In addition, a user with the capability to restore backups can select a backup file on MoodleNet and restore it into Moodle.';
  41  $string['errorduringdownload'] = 'An error occurred while downloading the file: {$a}';
  42  $string['forminfo'] = 'Your MoodleNet profile ID will be automatically saved in your profile on this site.';
  43  $string['footermessage'] = "Or browse for content on";
  44  $string['instancedescription'] = "MoodleNet is an open social media platform for educators, with a focus on the collaborative curation of collections of open resources. ";
  45  $string['instanceplaceholder'] = 'a1b2c3d4e5f6-example@moodle.net';
  46  $string['inputhelp'] = 'Or if you have a MoodleNet account already, copy the ID from your MoodleNet profile and paste it here:';
  47  $string['invalidmoodlenetprofile'] = '$userprofile is not correctly formatted';
  48  $string['importconfirm'] = 'You are about to import the content "{$a->resourcename} ({$a->resourcetype})" into the course "{$a->coursename}". Are you sure you want to continue?';
  49  $string['importconfirmnocourse'] = 'You are about to import the content "{$a->resourcename} ({$a->resourcetype})" into your site. Are you sure you want to continue?';
  50  $string['importformatselectguidingtext'] = 'In which format would you like the content "{$a->name} ({$a->type})" to be added to your course?';
  51  $string['importformatselectheader'] = 'Choose the content display format';
  52  $string['missinginvalidpostdata'] = 'The resource information from MoodleNet is either missing, or is in an incorrect format.
  53  If this happens repeatedly, please contact the site administrator.';
  54  $string['mnetprofile'] = 'MoodleNet profile';
  55  $string['mnetprofiledesc'] = '<p>Enter your MoodleNet profile details here to be redirected to your profile while visiting MoodleNet.</p>';
  56  $string['moodlenetsettings'] = 'MoodleNet settings';
  57  $string['moodlenetnotenabled'] = 'The MoodleNet integration must be enabled in Site administration / MoodleNet before resource imports can be processed.';
  58  $string['notification'] = 'You are about to import the content "{$a->name} ({$a->type})" into your site. Select the course in which it should be added, or <a href="{$a->cancellink}">cancel</a>.';
  59  $string['removedmnetprofilenotification'] = 'Due to recent changes on the MoodleNet platform, any users who previously saved their MoodleNet profile ID on the site will need to enter a MoodleNet profile ID in the new format in order to authenticate on the MoodleNet platform.';
  60  $string['removedmnetprofilenotification_subject'] = 'MoodleNet profile ID format change';
  61  $string['searchcourses'] = "Search courses";
  62  $string['selectpagetitle'] = 'Select page';
  63  $string['pluginname'] = 'MoodleNet';
  64  $string['privacy:metadata'] = "The MoodleNet tool only facilitates communication with MoodleNet. It stores no data.";
  65  $string['profilevalidationerror'] = 'There was a problem trying to validate your MoodleNet profile ID';
  66  $string['profilevalidationfail'] = 'Please enter a valid MoodleNet profile ID';
  67  $string['profilevalidationpass'] = 'Looks good!';
  68  $string['saveandgo'] = "Save and go";
  69  $string['uploadlimitexceeded'] = 'The file size {$a->filesize} exceeds the user upload limit of {$a->uploadlimit} bytes.';