mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
16 lines
No EOL
1.2 KiB
PHP
16 lines
No EOL
1.2 KiB
PHP
<?php // $Id$
|
|
$string['configplugin'] = 'Configuration for remote Moodle file repository';
|
|
$string['repositoryname'] = 'Remote Moodle Files';
|
|
$string['repositorydesc'] = 'Repository on the remote Moodle server';
|
|
$string['notitle'] = 'notitle';
|
|
$string['peer'] = 'Peer';
|
|
$string['remember'] = 'Remember me';
|
|
$string['emptyfilelist'] = 'There are no files to show';
|
|
$string['remoterep_name'] = 'Remote Moodle Repository';
|
|
$string['remoterep_description'] = 'Allow the service to be discovered<br><br>';
|
|
$string['connectionfailure'] = 'Failed to retrieve file listing - The host moodle has either a version older than 2.0, either its Moodle Remote Repository service hasn\'t been activated';
|
|
$string['failtoretrievelist'] = 'List could not be retrieved or is empty';
|
|
$string['usernotfound'] = 'The user $a is not registered into the remote Moodle';
|
|
$string['usercannotaccess'] = 'You ($a) cannot access to this file';
|
|
$string['nopeer'] = '<div style=\"font-size:0.8em\">Please setup some <a href=\"http://docs.moodle.org/en/admin/mnet/peers#Peer_to_Peer_Network\">Moodle peers</a> for your Moodle site. </div>';
|
|
$string['hostnotfound'] = 'Cannot find the remote Moodle into the database - contact your system administrator'; |