mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
14 lines
524 B
PHP
Executable File
14 lines
524 B
PHP
Executable File
<?PHP // $Id$
|
|
// error.php - created with Moodle 1.2 development (2003122600)
|
|
|
|
|
|
$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['unknowncourse'] = 'Unknown course named \"$a\"';
|
|
$string['usernotaddederror'] = 'User \"$a\" not added - unknown error';
|
|
$string['usernotaddedregistered'] = 'User \"$a\" not added - already registered';
|
|
|
|
?>
|