You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
985 B
20 lines
985 B
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$lang_new_item = "Aggiunta una nuova voce";
|
|
$lang_title_notification = "Dall\'ultima visita";
|
|
$lang_update_agenda = "Voce dell\'agenda aggiornata";
|
|
$lang_new_agenda = "Aggiunta una nuova voce all\'agenda";
|
|
$lang_update_announcements = "Aggiornato un annuncio esistente";
|
|
$lang_new_announcements = "Aggiunto un nuovo annuncio";
|
|
$lang_new_document = "Aggiunti nuovi documenti";
|
|
$lang_new_exercise = "Disponibili nuovi esercizi";
|
|
$lang_update_link = "Aggiornato un collegamento esistente";
|
|
$lang_new_link = "Aggiunto un nuovo collegamento";
|
|
$lang_new_forum_topic = "Nuovo argomento aggiunto";
|
|
$lang_new_groupforum_topic = "Nuovo argomento aggiunto al forum del gruppo";
|
|
$lang_new_dropbox_file = "Ricevuto un nuovo file";
|
|
$lang_update_dropbox_file = "il file nella tua sezione Scambio files è stato aggiornato";
|
|
$ForumCategoryAdded = "Categoria di Forum aggiunta";
|
|
$LearnpathAdded = "Percorso didattico aggiunto";
|
|
?>
|