moodle/lang/it/error.php

14 lines
585 B
PHP
Raw Normal View History

2004-01-26 11:26:29 +00:00
<?PHP // $Id$
// error.php - created with Moodle 1.2 development (2004010900)
$string['erroronline'] = 'Errore alla linea $a';
$string['fieldrequired'] = '\"$a\" <20> un campo richiesto';
$string['invalidfieldname'] = '\"$a\" non <20> nome di campo valido';
$string['missingfield'] = 'Manca il campo \"$a\"';
$string['unknowncourse'] = 'Il corso chiamato \"$a\" risulta sconosciuto';
$string['usernotaddederror'] = 'L\'utente \"$a\" non <20> stato aggiunto - errore sconosciuto ';
$string['usernotaddedregistered'] = 'L\'utente \"$a\" no <20> stato aggiunto - utente gi<67> registrato';
?>