]> git.mjollnir.org Git - moodle.git/commitdiff
Missing string
authormoodler <moodler>
Sat, 31 Jan 2004 04:27:08 +0000 (04:27 +0000)
committermoodler <moodler>
Sat, 31 Jan 2004 04:27:08 +0000 (04:27 +0000)
lang/en/error.php

index d82cb19c705a06f80e7164878c72ee90a1078630..6ccea96fbe3ebfc0760a880e5fee8f7562e5821b 100755 (executable)
@@ -6,6 +6,7 @@ $string['erroronline'] = 'Error on line $a';
 $string['fieldrequired'] = '\"$a\" is a required field';
 $string['invalidfieldname'] = '\"$a\" is not a valid field name';
 $string['missingfield'] = 'Field \"$a\" is missing';
+$string['modulerequirementsnotmet'] = 'Module \"$a->modulename\" ($a->moduleversion) could not be installed.  It requires a newer version of Moodle (currently you are using $a->currentmoodle, you need $a->requiremoodle).';
 $string['restricteduser'] = 'Sorry, but you are currently restricted from doing that.';
 $string['unknowncourse'] = 'Unknown course named \"$a\"';
 $string['usernotaddederror'] = 'User \"$a\" not added - unknown error';