2008-10-22 04:13:21 +00:00
< ? php // $Id$
$string [ 'configplugin' ] = 'Configuration for remote Moodle file repository' ;
2009-02-24 08:00:01 +00:00
$string [ 'repositoryname' ] = 'Remote Moodle site' ;
$string [ 'repositorydesc' ] = 'Files on a remote Moodle server' ;
2008-10-22 04:13:21 +00:00
$string [ 'notitle' ] = 'notitle' ;
$string [ 'peer' ] = 'Peer' ;
$string [ 'remember' ] = 'Remember me' ;
$string [ 'emptyfilelist' ] = 'There are no files to show' ;
2009-02-24 08:00:01 +00:00
$string [ 'remoterep_name' ] = 'Remote Moodle site' ;
$string [ 'remoterep_description' ] = 'Allow the service to be discovered' ;
2008-10-24 05:36:59 +00:00
$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' ;
2008-10-27 05:12:32 +00:00
$string [ 'failtoretrievelist' ] = 'List could not be retrieved or is empty' ;
2008-10-28 04:03:12 +00:00
$string [ 'usernotfound' ] = 'The user $a is not registered into the remote Moodle' ;
2008-10-30 02:54:11 +00:00
$string [ 'usercannotaccess' ] = 'You ($a) cannot access to this file' ;
2009-02-24 08:00:01 +00:00
$string [ 'nopeer' ] = 'Please setup some <a href=\"http://docs.moodle.org/en/admin/mnet/peers#Peer_to_Peer_Network\">Moodle peers</a> for your Moodle site.' ;
2009-01-16 04:21:49 +00:00
$string [ 'hostnotfound' ] = 'Cannot find the remote Moodle into the database - contact your system administrator' ;