Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

   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'] = '<p>Due to some recent changes on the MoodleNet platform, users that have previously saved their MoodleNet profile on the site can no longer use this data to authenticate on the MoodleNet platform. The related data has now been removed as it is no longer useful.</p>
  60  <p>The users will need to reset this information on the site by linking their MoodleNet profile ID which can be found on their MoodleNet profile.</p>';
  61  $string['removedmnetprofilenotification_subject'] = 'Linked MoodleNet profiles removed.';
  62  $string['searchcourses'] = "Search courses";
  63  $string['selectpagetitle'] = 'Select page';
  64  $string['pluginname'] = 'MoodleNet';
  65  $string['privacy:metadata'] = "The MoodleNet tool only facilitates communication with MoodleNet. It stores no data.";
  66  $string['profilevalidationerror'] = 'There was a problem trying to validate your MoodleNet profile ID';
  67  $string['profilevalidationfail'] = 'Please enter a valid MoodleNet profile ID';
  68  $string['profilevalidationpass'] = 'Looks good!';
  69  $string['saveandgo'] = "Save and go";
  70  $string['uploadlimitexceeded'] = 'The file size {$a->filesize} exceeds the user upload limit of {$a->uploadlimit} bytes.';