mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 18:08:02 +01:00
18 lines
1.1 KiB
PHP
18 lines
1.1 KiB
PHP
<?php // $Id$
|
|
$string['configplugin'] = 'Configuration for Mahara repository';
|
|
$string['connectionfailure'] = 'Failed to retrieve file listing - The host moodle has either a version older than 2.0, either its Mahara 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['usercannotaccess'] = 'You ($a) cannot access to this file';
|
|
$string['hostnotfound'] = 'Cannot find the Mahara site into the database - contact your system administrator';
|
|
$string['mahara:view'] = 'View mahara repository';
|
|
$string['notitle'] = 'notitle';
|
|
$string['peer'] = 'Peer';
|
|
$string['nopeer'] = 'Please setup some <a href=\"http://docs.moodle.org/en/admin/mnet/peers#Peer_to_Peer_Network\">Moodle peers</a> for your Mahara site.';
|
|
$string['repositoryname'] = 'Mahara';
|
|
$string['repositorydesc'] = 'Files on a remote Moodle server';
|
|
$string['remember'] = 'Remember me';
|
|
$string['remoterep_name'] = 'Mahara';
|
|
$string['remoterep_description'] = 'Allow the service to be discovered';
|
|
$string['usernotfound'] = 'The user $a is not registered into the Mahara';
|