translated some.
[moodle.git] / lang / en / error.php
blob2daf7401db55f5b530ad33495cec5eed6f3ecddc
1 <?PHP // $Id$
2 // error.php - created with Moodle 1.2 development (2003122600)
4 $string['coursegroupunknown'] = 'Course corresponding to group $a not specified';
5 $string['erroronline'] = 'Error on line $a';
6 $string['fieldrequired'] = '\"$a\" is a required field';
7 $string['groupalready'] = 'User already belongs to group $a';
8 $string['groupunknown'] = 'Group $a not associated to specified course';
9 $string['invalidfieldname'] = '\"$a\" is not a valid field name';
10 $string['missingfield'] = 'Field \"$a\" is missing';
11 $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).';
12 $string['notavailable'] = 'That is not currently available';
13 $string['restricteduser'] = 'Sorry, but your current account \"$a\" is restricted from doing that.';
14 $string['unknowncourse'] = 'Unknown course named \"$a\"';
15 $string['usernotaddederror'] = 'User \"$a\" not added - unknown error';
16 $string['usernotaddedregistered'] = 'User \"$a\" not added - already registered';