MDL-21695 help files replaced by standard strings - basic infrastructure in place...
[moodle.git] / portfolio / mahara / lang / en / portfolio_mahara.php
CommitLineData
254f2d05 1<?php
2
8a709ecf 3$string['err_nomnethosts'] = 'This plugin relies on Moodle Networking 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 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.';
254f2d05 4$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';
8a709ecf 5$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, SSO_SP subscribed, and portfolio subscribed <b>and</b> published.';
7254f56e 6$string['err_nomnetauth'] = 'The mnet authentication plugin is disabled, but is required for this service';
254f2d05 7$string['failedtojump'] = 'Failed to start communication with remote server';
8$string['failedtoping'] = 'Failed to start communication with remote server: $a';
9$string['mnethost'] = 'Moodle Networking Host';
10$string['senddisallowed'] = 'You cannot transfer files to Mahara at this time';
11$string['url'] = 'URL';
12$string['pf_name'] = 'Portfolio services';
13$string['pf_description'] = 'Allow users to push Moodle content to this host<br />'.
8a709ecf 14 'Subscribe to <b>and</b> publish this service to allow authenticated users in your site to push content to $a<br />' .
254f2d05 15 '<ul><li><em>Dependency</em>: You must also <strong>publish</strong> the SSO (Identify Provider) service to $a.</li>' .
7254f56e 16 '<li><em>Dependency</em>: You must also <strong>subscribe</strong> to the SSO (Service Provider) service on $a</li>' .
17 '<li><em>Dependency</em>: You must also enable the mnet authentication plugin.</li></ul><br />';
0f71f48b 18$string['pluginname'] = 'Mahara ePortfolio';
2f6bd2a9 19$string['mnet_notoken'] = 'Could not find token matching this transfer';
20$string['mnet_noid'] = 'Could not find the matching transfer record for this token';
21$string['mnet_wronghost'] = 'Remote host did not match the transfer record for this token';
22$string['mnet_nofile'] = 'Could not find file in transfer object - weird error';
23$string['mnet_nofilecontents'] = 'Found file in transfer object, but could not get contents - weird error: $a';
254f2d05 24?>