2004-01-07 06:54:43 +00:00
< ? PHP // $Id$
// error.php - created with Moodle 1.2 development (2003122600)
2004-02-24 20:15:26 +00:00
$string [ 'coursegroupunknown' ] = 'Course corresponding to group $a not specified' ;
2004-01-07 06:54:43 +00:00
$string [ 'erroronline' ] = 'Error on line $a' ;
$string [ 'fieldrequired' ] = '\"$a\" is a required field' ;
2004-02-24 22:09:43 +00:00
$string [ 'groupalready' ] = 'User already belongs to group $a' ;
2004-02-24 20:15:26 +00:00
$string [ 'groupunknown' ] = 'Group $a not associated to specified course' ;
2004-01-07 06:54:43 +00:00
$string [ 'invalidfieldname' ] = '\"$a\" is not a valid field name' ;
$string [ 'missingfield' ] = 'Field \"$a\" is missing' ;
2004-01-31 04:27:08 +00:00
$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).' ;
2004-03-20 12:21:08 +00:00
$string [ 'notavailable' ] = 'That is not currently available' ;
2004-02-04 12:59:05 +00:00
$string [ 'restricteduser' ] = 'Sorry, but your current account \"$a\" is restricted from doing that.' ;
2004-01-07 06:54:43 +00:00
$string [ 'unknowncourse' ] = 'Unknown course named \"$a\"' ;
$string [ 'usernotaddederror' ] = 'User \"$a\" not added - unknown error' ;
$string [ 'usernotaddedregistered' ] = 'User \"$a\" not added - already registered' ;
?>