]> git.mjollnir.org Git - moodle.git/commitdiff
repository MDL-16909 missing mahara language file
authorjerome <jerome>
Wed, 24 Jun 2009 08:21:16 +0000 (08:21 +0000)
committerjerome <jerome>
Wed, 24 Jun 2009 08:21:16 +0000 (08:21 +0000)
lang/en_utf8/repository_mahara.php [new file with mode: 0644]

diff --git a/lang/en_utf8/repository_mahara.php b/lang/en_utf8/repository_mahara.php
new file mode 100644 (file)
index 0000000..306958b
--- /dev/null
@@ -0,0 +1,16 @@
+<?php // $Id$
+$string['configplugin'] = 'Configuration for Mahara repository';
+$string['repositoryname'] = 'Mahara';
+$string['repositorydesc'] = 'Files on a remote Moodle server';
+$string['notitle'] = 'notitle';
+$string['peer'] = 'Peer';
+$string['remember'] = 'Remember me';
+$string['emptyfilelist'] = 'There are no files to show';
+$string['remoterep_name'] = 'Mahara';
+$string['remoterep_description'] = 'Allow the service to be discovered';
+$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['failtoretrievelist'] = 'List could not be retrieved or is empty';
+$string['usernotfound'] = 'The user $a is not registered into the Mahara';
+$string['usercannotaccess'] = 'You ($a) cannot access to this file';
+$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['hostnotfound'] = 'Cannot find the Mahara site into the database - contact your system administrator';