mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 08:38:23 +01:00
14 lines
585 B
PHP
14 lines
585 B
PHP
<?PHP // $Id$
|
|
// error.php - created with Moodle 1.2 development (2004010900)
|
|
|
|
|
|
$string['erroronline'] = 'Errore alla linea $a';
|
|
$string['fieldrequired'] = '\"$a\" è un campo richiesto';
|
|
$string['invalidfieldname'] = '\"$a\" non è nome di campo valido';
|
|
$string['missingfield'] = 'Manca il campo \"$a\"';
|
|
$string['unknowncourse'] = 'Il corso chiamato \"$a\" risulta sconosciuto';
|
|
$string['usernotaddederror'] = 'L\'utente \"$a\" non è stato aggiunto - errore sconosciuto ';
|
|
$string['usernotaddedregistered'] = 'L\'utente \"$a\" no è stato aggiunto - utente già registrato';
|
|
|
|
?>
|