Skip to content

Commit

Permalink
Updated to Moodle 1.2 Beta +
Browse files Browse the repository at this point in the history
  • Loading branch information
bobopinna committed Mar 9, 2004
1 parent 4634e6f commit 4c65dd7
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lang/it/algebra.php
@@ -0,0 +1,7 @@
<?PHP // $Id$
// algebra.php - created with Moodle 1.2 Beta + (2004030702)


$string['filtername'] = 'Notazione algebrica';

?>
87 changes: 87 additions & 0 deletions lang/it/calendar.php
@@ -0,0 +1,87 @@
<?PHP // $Id$
// calendar.php - created with Moodle 1.2 Beta + (2004030702)


$string['april'] = 'Aprile';
$string['august'] = 'Agosto';
$string['calendar'] = 'Calendario';
$string['calendarheading'] = '$a Calendario';
$string['clickhide'] = 'clicca per nascondere';
$string['clickshow'] = 'clicca per mostrare';
$string['courseevents'] = 'Eventi del corso';
$string['dayview'] = 'Vista gionaliera';
$string['daywithnoevents'] = 'Non ci sono eventi questo giorno';
$string['december'] = 'Dicembre';
$string['detailedmonthview'] = 'Vista mensile dettagliata';
$string['durationnone'] = 'Senza durata';
$string['durationuntil'] = 'Fino al';
$string['editevent'] = 'Modifica evento';
$string['errorbeforecoursestart'] = 'Non puoi impostare un evento prima della data di inizio ';
$string['errorinvaliddate'] = 'Data non corretta';
$string['errornodescription'] = 'La descrizione è richiesta';
$string['errornoeventname'] = 'Il nome è richiesto';
$string['eventdate'] = 'Data';
$string['eventdescription'] = 'Descrizione';
$string['eventduration'] = 'Durata';
$string['eventendtime'] = 'Scadenza';
$string['eventinstanttime'] = 'Ora';
$string['eventkind'] = 'Tipo di evento';
$string['eventname'] = 'Nome';
$string['eventsfor'] = '$a eventi';
$string['eventstarttime'] = 'Ora d\'inizio';
$string['eventtime'] = 'Ora';
$string['eventview'] = 'Dettagli evento';
$string['expired'] = 'Terminato';
$string['february'] = 'Febbraio';
$string['fri'] = 'Ven';
$string['friday'] = 'Venerdì';
$string['globalevents'] = 'Eventi generali';
$string['groupevents'] = 'Eventi di gruppo';
$string['hidden'] = 'Nascosto';
$string['hide'] = 'Nascondi';
$string['january'] = 'Gennaio';
$string['july'] = 'Luglio';
$string['june'] = 'Giugno';
$string['manyevents'] = '$a eventi';
$string['march'] = 'Marzo';
$string['may'] = 'Maggio';
$string['mon'] = 'Lun';
$string['monday'] = 'Lunedì';
$string['monthlyview'] = 'Vista mensile';
$string['newevent'] = 'Nuovo evento';
$string['november'] = 'Novembre';
$string['october'] = 'Ottobre';
$string['oneevent'] = '1 evento';
$string['sat'] = 'Sab';
$string['saturday'] = 'Sabato';
$string['september'] = 'Settembre';
$string['show'] = 'mostra';
$string['shown'] = 'Mostrato';
$string['sun'] = 'Dom';
$string['sunday'] = 'Domenica';
$string['thu'] = 'Gio';
$string['thursday'] = 'Giovedi';
$string['today'] = 'Oggi';
$string['tomorrow'] = 'Domani';
$string['tt_editevent'] = 'Modifica evento';
$string['tt_hidecourse'] = 'Gli eventi del corso sono mostrati (clicca per nascondere)';
$string['tt_hideglobal'] = 'Gli eventi generali sono mostrati (clicca per nascondere)';
$string['tt_hidegroups'] = 'Gli eventi di gruppo sono mostrati (clicca per nascondere)';
$string['tt_hideuser'] = 'Gli eventi dell\'utente sono mostrati (clicca per nascondere)';
$string['tt_showcourse'] = 'Gli eventi del corso sono nascosti (clicca per mostrare)';
$string['tt_showglobal'] = 'Gli eventi generali sono nascosti (clicca per mostrare)';
$string['tt_showgroups'] = 'Gli eventi di gruppo sono nascosti (clicca per mostrare)';
$string['tt_showuser'] = 'Gli eventi dell\'utente sono nascosti (clicca per mostrare)';
$string['tue'] = 'Mar';
$string['tuesday'] = 'Martedì';
$string['typecourse'] = 'Evento del corso';
$string['typegroup'] = 'Evento di gruppo';
$string['typesite'] = 'Evento del sito';
$string['typeuser'] = 'Evento dell\'utente';
$string['upcomingevents'] = 'Prossimi eventi';
$string['userevents'] = 'Eventi dell\'utente';
$string['wed'] = 'Mer';
$string['wednesday'] = 'Mercoledì';
$string['yesterday'] = 'Ieri';

?>
7 changes: 7 additions & 0 deletions lang/it/censor.php
@@ -0,0 +1,7 @@
<?PHP // $Id$
// censor.php - created with Moodle 1.2 Beta + (2004030702)


$string['filtername'] = 'Censura parola';

?>
7 changes: 7 additions & 0 deletions lang/it/mediaplugin.php
@@ -0,0 +1,7 @@
<?PHP // $Id$
// mediaplugin.php - created with Moodle 1.2 Beta + (2004030702)


$string['filtername'] = 'Plugin multimediali';

?>
7 changes: 7 additions & 0 deletions lang/it/multilang.php
@@ -0,0 +1,7 @@
<?PHP // $Id$
// multilang.php - created with Moodle 1.2 Beta + (2004030702)


$string['filtername'] = 'Contenuto multi-lingua';

?>
7 changes: 7 additions & 0 deletions lang/it/tex.php
@@ -0,0 +1,7 @@
<?PHP // $Id$
// tex.php - created with Moodle 1.2 Beta + (2004030702)


$string['filtername'] = 'Notazione TeX';

?>

0 comments on commit 4c65dd7

Please sign in to comment.