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.
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.

/**
 * Strings for the tool_moodlenet component.
 *
 * @package     tool_moodlenet
 * @category    string
 * @copyright   2020 Jake Dallimore <jrhdallimore@gmail.com>
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

defined('MOODLE_INTERNAL') || die();

> $string['autoenablenotification'] = '<p>In Moodle 4.0 onwards, the <a href="https://moodle.net/">MoodleNet</a> integration is enabled by default in Advanced features. Users with the capability to create and manage activities can browse MoodleNet via the activity chooser and import MoodleNet resources into their courses.</p><p>If desired, an alternative MoodleNet instance may be specified in the <a href="{$a->settingslink}">MoodleNet settings</a>.</p>'; $string['addingaresource'] = 'Adding content from MoodleNet'; > $string['autoenablenotification_subject'] = 'Default MoodleNet setting changed.';
$string['aria:enterprofile'] = "Enter your MoodleNet profile ID"; $string['aria:footermessage'] = "Browse for content on MoodleNet"; $string['browsecontentmoodlenet'] = "Or browse for content on MoodleNet"; $string['clearsearch'] = "Clear search"; $string['connectandbrowse'] = "Connect to and browse:"; $string['defaultmoodlenet'] = 'MoodleNet URL'; $string['defaultmoodlenet_desc'] = 'The URL of the MoodleNet instance available via the activity chooser.'; $string['defaultmoodlenetname'] = "MoodleNet instance name"; $string['defaultmoodlenetnamevalue'] = 'MoodleNet Central'; $string['defaultmoodlenetname_desc'] = 'The name of the MoodleNet instance available via the activity chooser.'; $string['enablemoodlenet'] = 'Enable MoodleNet integration'; $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.'; $string['errorduringdownload'] = 'An error occurred while downloading the file: {$a}'; $string['forminfo'] = 'Your MoodleNet profile ID will be automatically saved in your profile on this site.'; $string['footermessage'] = "Or browse for content on"; $string['instancedescription'] = "MoodleNet is an open social media platform for educators, with a focus on the collaborative curation of collections of open resources. "; $string['instanceplaceholder'] = 'a1b2c3d4e5f6-example@moodle.net'; $string['inputhelp'] = 'Or if you have a MoodleNet account already, copy the ID from your MoodleNet profile and paste it here:'; $string['invalidmoodlenetprofile'] = '$userprofile is not correctly formatted'; $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?'; $string['importconfirmnocourse'] = 'You are about to import the content "{$a->resourcename} ({$a->resourcetype})" into your site. Are you sure you want to continue?'; $string['importformatselectguidingtext'] = 'In which format would you like the content "{$a->name} ({$a->type})" to be added to your course?'; $string['importformatselectheader'] = 'Choose the content display format'; $string['missinginvalidpostdata'] = 'The resource information from MoodleNet is either missing, or is in an incorrect format. If this happens repeatedly, please contact the site administrator.'; $string['mnetprofile'] = 'MoodleNet profile'; $string['mnetprofiledesc'] = '<p>Enter your MoodleNet profile details here to be redirected to your profile while visiting MoodleNet.</p>'; $string['moodlenetsettings'] = 'MoodleNet settings'; $string['moodlenetnotenabled'] = 'The MoodleNet integration must be enabled in Site administration / MoodleNet before resource imports can be processed.'; $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>.';
< $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> < <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>'; < $string['removedmnetprofilenotification_subject'] = 'Linked MoodleNet profiles removed.';
> $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.'; > $string['removedmnetprofilenotification_subject'] = 'MoodleNet profile ID format change';
$string['searchcourses'] = "Search courses"; $string['selectpagetitle'] = 'Select page'; $string['pluginname'] = 'MoodleNet'; $string['privacy:metadata'] = "The MoodleNet tool only facilitates communication with MoodleNet. It stores no data."; $string['profilevalidationerror'] = 'There was a problem trying to validate your MoodleNet profile ID'; $string['profilevalidationfail'] = 'Please enter a valid MoodleNet profile ID'; $string['profilevalidationpass'] = 'Looks good!'; $string['saveandgo'] = "Save and go"; $string['uploadlimitexceeded'] = 'The file size {$a->filesize} exceeds the user upload limit of {$a->uploadlimit} bytes.';