mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Missing string
This commit is contained in:
parent
2cb2ce61ad
commit
006af32664
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user