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.
   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 'portfolio_mahara', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package   portfolio_mahara
  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['enableleap2a'] = 'Enable Leap2A portfolio support (requires Mahara 1.3 or higher)';
  27  $string['err_invalidhost'] = 'Invalid MNet host';
  28  $string['err_invalidhost_help'] = 'This plugin is misconfigured to point to an invalid (or deleted) MNet host.  This plugin relies on Moodle Networking peers with SSO IDP published, SSO_SP subscribed, and portfolio subscribed <b>and</b> published.';
  29  $string['err_networkingoff'] = 'MNet is off';
  30  $string['err_networkingoff_help'] = 'MNet authentication is currently disabled. Please enable it before trying to configure this plugin. Any instances of this plugin have been hidden until MNet is enabled. They will then need to be manually set to visible again.';
  31  $string['err_nomnetauth'] = 'The MNet authentication plugin is disabled';
  32  $string['err_nomnetauth_help'] = 'The MNet authentication plugin is disabled, but is required for this service';
  33  $string['err_nomnethosts'] = 'Relies on MNet';
  34  $string['err_nomnethosts_help'] = 'This plugin relies on MNet peers with SSO IDP published, SSO SP subscribed, portfolio services published <b>and</b> subscribed as well as the MNet authentication plugin.  Any instances of this plugin have been hidden until these conditions are met. They will then manually need setting to visible again.';
  35  $string['failedtojump'] = 'Failed to start communication with remote server';
  36  $string['failedtoping'] = 'Failed to start communication with remote server: {$a}';
  37  $string['mnethost'] = 'MNet host';
  38  $string['mnet_nofile'] = 'Could not find file in transfer object - weird error';
  39  $string['mnet_nofilecontents'] = 'Found file in transfer object, but could not get contents - weird error: {$a}';
  40  $string['mnet_noid'] = 'Could not find the matching transfer record for this token';
  41  $string['mnet_notoken'] = 'Could not find token matching this transfer';
  42  $string['mnet_wronghost'] = 'Remote host did not match the transfer record for this token';
  43  $string['pf_description'] = 'Allow users to push Moodle content to this host<br />Subscribe to <b>and</b> publish this service to allow authenticated users in your site to push content to {$a}<br /><ul><li><em>Dependency</em>: You must also <strong>publish</strong> the SSO (Identify Provider) service to {$a}.</li><li><em>Dependency</em>: You must also <strong>subscribe</strong> to the SSO (Service Provider) service on {$a}</li><li><em>Dependency</em>: You must also enable the MNet authentication plugin.</li></ul><br />';
  44  $string['pf_name'] = 'Portfolio services';
  45  $string['pluginname'] = 'Mahara ePortfolio';
  46  $string['privacy:metadata'] = 'This plugin sends data externally to a linked Mahara application. It does not store data locally.';
  47  $string['privacy:metadata:data'] = 'Personal data passed through from the portfolio subsystem.';
  48  $string['senddisallowed'] = 'You cannot transfer files to Mahara at this time';
  49  $string['url'] = 'URL';