. /** * Strings for component 'repository_remotemoodle', language 'en', branch 'MOODLE_20_STABLE' * * @package repository_remotemoodle * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['configplugin'] = 'Configuration for remote Moodle file repository'; $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['emptyfilelist'] = 'There are no files to show'; $string['failtoretrievelist'] = 'List could not be retrieved or is empty'; $string['hostnotfound'] = 'Cannot find the remote Moodle into the database - contact your system administrator'; $string['nopeer'] = 'Please setup some Moodle peers for your Moodle site.'; $string['notitle'] = 'notitle'; $string['peer'] = 'Peer'; $string['remember'] = 'Remember me'; $string['remotemoodle:view'] = 'View remote moodle repository'; $string['remoterep_description'] = 'Allow the service to be discovered'; $string['remoterep_name'] = 'Remote Moodle site'; $string['repositorydesc'] = 'Files on a remote Moodle server'; $string['repositoryname'] = 'Remote Moodle site'; $string['usercannotaccess'] = 'You ({$a}) cannot access to this file'; $string['usernotfound'] = 'The user {$a} is not registered into the remote Moodle';