moodle/lang/en_utf8/portfolio_mahara.php
mjollnir_ 2f6bd2a9a7 MDL-15362 - localised mnet server fault strings and added size to send_content_ready
so mahara can check user quotas earlier in the transfer
2008-09-09 09:01:31 +00:00

25 lines
2.4 KiB
PHP

<?php
$string['err_nomnethosts'] = 'This plugin relies on Moodle Networking peers with SSO IDP published, and portfolio and SSO SP subscribed, as well as the mnet authentication plugin. Any instances of this plugin has been set to not visible until this is fixed - you will need to set them to visible again manually. They cannot be used before this happens.';
$string['err_networkingoff'] = 'Moodle Networking is off entirely. Please enable it before trying to configure this pugin. 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';
$string['err_invalidhost'] = 'This plugin is misconfigured to point to an invalid (or deleted) mnet host. This plugin relies on Moodle Networking peers with SSO IDP published, and portfolio and SSO_SP subscribed.';
$string['err_nomnetauth'] = 'The mnet authentication plugin is disabled, but is required for this service';
$string['failedtojump'] = 'Failed to start communication with remote server';
$string['failedtoping'] = 'Failed to start communication with remote server: $a';
$string['mnethost'] = 'Moodle Networking Host';
$string['senddisallowed'] = 'You cannot transfer files to Mahara at this time';
$string['url'] = 'URL';
$string['pf_name'] = 'Portfolio services';
$string['pf_description'] = 'Allow users to push Moodle content to this host<br />'.
'Subscribe to 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 />';
$string['pluginname'] = 'Mahara ePortfolio';
$string['mnet_notoken'] = 'Could not find token matching this transfer';
$string['mnet_noid'] = 'Could not find the matching transfer record for this token';
$string['mnet_wronghost'] = 'Remote host did not match the transfer record for this token';
$string['mnet_nofile'] = 'Could not find file in transfer object - weird error';
$string['mnet_nofilecontents'] = 'Found file in transfer object, but could not get contents - weird error: $a';
?>