Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/portfolio/mahara/lang/en/portfolio_mahara.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of Moodle - http://moodle.org/
00004 //
00005 // Moodle is free software: you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation, either version 3 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // Moodle is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00017 
00026 $string['enableleap2a'] = 'Enable Leap2A portfolio support (requires Mahara 1.3 or higher)';
00027 $string['err_invalidhost'] = 'Invalid MNet host';
00028 $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.';
00029 $string['err_networkingoff'] = 'MNet is off';
00030 $string['err_networkingoff_help'] = 'MNet is off entirely. Please enable it before trying to configure this plugin.  Any instances of this plugin have been set to not visible until this is fixed - you will need to set them to visible again manully.  They cannot be used until this happens';
00031 $string['err_nomnetauth'] = 'The MNet authentication plugin is disabled';
00032 $string['err_nomnetauth_help'] = 'The MNet authentication plugin is disabled, but is required for this service';
00033 $string['err_nomnethosts'] = 'Relies on MNet';
00034 $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.';
00035 $string['failedtojump'] = 'Failed to start communication with remote server';
00036 $string['failedtoping'] = 'Failed to start communication with remote server: {$a}';
00037 $string['mnethost'] = 'MNet host';
00038 $string['mnet_nofile'] = 'Could not find file in transfer object - weird error';
00039 $string['mnet_nofilecontents'] = 'Found file in transfer object, but could not get contents - weird error: {$a}';
00040 $string['mnet_noid'] = 'Could not find the matching transfer record for this token';
00041 $string['mnet_notoken'] = 'Could not find token matching this transfer';
00042 $string['mnet_wronghost'] = 'Remote host did not match the transfer record for this token';
00043 $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 />';
00044 $string['pf_name'] = 'Portfolio services';
00045 $string['pluginname'] = 'Mahara ePortfolio';
00046 $string['senddisallowed'] = 'You cannot transfer files to Mahara at this time';
00047 $string['url'] = 'URL';
 All Data Structures Namespaces Files Functions Variables Enumerations