mirror of
https://github.com/moodle/moodle.git
synced 2025-02-03 06:39:17 +01:00
14 lines
546 B
PHP
14 lines
546 B
PHP
<?PHP // $Id$
|
|
// error.php - created with Moodle 1.2 development (2004010900)
|
|
|
|
|
|
$string['erroronline'] = 'Virhe rivillä $a';
|
|
$string['fieldrequired'] = 'Kenttä \"$a\" vaaditaan';
|
|
$string['invalidfieldname'] = '\"$a\" ei ole kelvollinen kentän nimi';
|
|
$string['missingfield'] = 'Kenttä \"$a\" puuttuu';
|
|
$string['unknowncourse'] = 'Tuntematon kurssi nimeltään \"$a\"';
|
|
$string['usernotaddederror'] = 'Käyttäjää \"$a\" ei lisätty - tuntematon virhe';
|
|
$string['usernotaddedregistered'] = 'Käyttäjää \"$a\" ei lisätty - on jo rekisteröity';
|
|
|
|
?>
|