From 391aab5ea0e679e8451fef65c43ee2da9993ad4d Mon Sep 17 00:00:00 2001 From: bobopinna Date: Mon, 26 Jan 2004 11:26:29 +0000 Subject: [PATCH] Updated by Roberto -Bobo- Pinna --- lang/it/appointment.php | 45 ++++++++++++ lang/it/auth.php | 121 ++++++++++++++++---------------- lang/it/chat.php | 74 ++++++++++---------- lang/it/dialogue.php | 70 +++++++++++++++++++ lang/it/docs/licence.html | 27 ++++++++ lang/it/docs/teacher.html | 142 ++++++++++++++++++++++++++++++++++++++ lang/it/editor.php | 76 ++++++++++++++++++++ lang/it/error.php | 13 ++++ lang/it/event.php | 8 +++ lang/it/forum.php | 3 +- lang/it/moodle.php | 10 ++- lang/it/pix.php | 26 +++++++ lang/it/quiz.php | 13 +++- lang/it/resource.php | 5 +- 14 files changed, 533 insertions(+), 100 deletions(-) create mode 100755 lang/it/appointment.php create mode 100755 lang/it/dialogue.php create mode 100644 lang/it/docs/licence.html create mode 100644 lang/it/docs/teacher.html create mode 100755 lang/it/editor.php create mode 100644 lang/it/error.php create mode 100755 lang/it/event.php create mode 100755 lang/it/pix.php diff --git a/lang/it/appointment.php b/lang/it/appointment.php new file mode 100755 index 0000000000..8beab1248d --- /dev/null +++ b/lang/it/appointment.php @@ -0,0 +1,45 @@ + diff --git a/lang/it/auth.php b/lang/it/auth.php index d73bd81603..805f8f9f46 100644 --- a/lang/it/auth.php +++ b/lang/it/auth.php @@ -1,65 +1,66 @@ campi della base di dati esterna che voi specificate qui. < P>Se lasciate questi vuoti, saranno usati quelli di default.

In entrambi i casi, l'utente potrà modificare tutti questi campi dopo la registrazione."; -$string['auth_dbfieldpass'] = "Nome del campo che contiene le password"; -$string['auth_dbfielduser'] = "Nome del campo che contiene gli username"; -$string['auth_dbhost'] = "Il computer su cui si trova la base dati"; -$string['auth_dbname'] = "Nome della base dati"; -$string['auth_dbpass'] = "Password corrisponde al suddetto username"; -$string['auth_dbpasstype'] = "Specifica il formato usato per il campo password. La criptatura MD5 é utile per connettersi con altre applicazioni web come PostNuke"; -$string['auth_dbtable'] = "Nome della tabella della base dati"; -$string['auth_dbtitle'] = "Usa un database esterno"; -$string['auth_dbtype'] = "Il tipo di base di dati (guarda la documentazione ADOdb per i dettagli)"; -$string['auth_dbuser'] = "Nome utente con diritti di lettura nella base dati"; -$string['auth_emaildescription'] = "La conferma tramite email é il metodo di autenticazione di default. Quando l'utente si iscrive, scegliendo il suo nome utente e la password, un email di conferma viene spedita all'indirizzo di posta elettronica dell'utente. Questa email contiene un link sicuro a una pagina dove l'utente può confermare la sua iscrizione. Ai successivi login verranno controllati il nome utente e la password con i valori salvati nella base di dati di Moodle."; -$string['auth_emailtitle'] = "Autenticazione via email"; -$string['auth_imapdescription'] = "Questo metodo usa un server IMAP per controllare se il nome utente e la password dati sono validi. "; -$string['auth_imaphost'] = "Indirizzo server IMAP. Usa il numero IP, non il nome DNS."; -$string['auth_imapport'] = "Porta server IMAP. Normalmente é 143o 993."; -$string['auth_imaptitle'] = "Usa un server IMAP"; -$string['auth_imaptype'] = "Tipo di server IMAP. I server IMAP possono avere modi differenti di autenticazione e negoziazione."; -$string['auth_ldap_bind_dn'] = "Se vuoi usare bind utente per cercare gli utenti, specificalo qui. Qualcosa come 'cn=ldapuser,ou=public,o=org'"; -$string['auth_ldap_bind_pw'] = "Password per bind utente."; -$string['auth_ldap_contexts'] = "Lista dei contesti dove sono messi gli utenti. Separa contesti diversi con il ';'. Per esempio: 'ou=users,o=org; ou=others,o=org'"; -$string['auth_ldap_create_context'] = "Se abiliti la creazione degli utenti con conferma tramite email, specifica il contestodove gli utenti vengono creati. Questo contesto deve essere diverso dagli altri utenti per prevenire problemi di sicurezza. Non é necessario aggiungere questo contesto alla variabile ldap_context, Moodle cercherà gli utenti in questo contesto automaticamente. "; -$string['auth_ldap_creators'] = "Lista dei gruppi nei quali i membri possono creare nuovi corsi. Separa i gruppi multipli con ';'. Normalmente qualcosa come 'cn=teachers,ou=staff,o=myorg'"; -$string['auth_ldap_host_url'] = "Specifica il server LDAP con un URL tipo 'ldap://ldap.myorg.com/' o 'ldaps://ldap.myorg.com/' "; -$string['auth_ldap_memberattribute'] = "Specifica l'attributo del utente membro, quando gli utenti appartengono a un gruppo. Normalmente 'menber'"; -$string['auth_ldap_search_sub'] = "Metti un valore <> 0 se preferisci cercare gli utenti da sottocontesti."; -$string['auth_ldap_update_userinfo'] = "Aggiorna le informazioni utente (nome, cognome, indirizzo...) da LDAP a Moodle. Guarda /auth/ldap/attr_mappings.php per le informazioni su mapping"; -$string['auth_ldap_user_attribute'] = "L'attributo usato per cercare gli utenti. Normalmente 'cn'."; -$string['auth_ldapdescription'] = "Questo metodo fornisce l'autenticazione tramite un server LDAP esterno. -Se il nome utente e la password dati sono validi, Moodle crea un nuovo utente nella sua base dati. Questo modulo può leggere gli attributi da LDAP e precompilare i campi richiesti in Moodle. I successivi login solo il nome utente e la password vengono controllati."; -$string['auth_ldapextrafields'] = "Questi campi sono opzionali. Puoi scegliere di precompilare alcuni campi dell'utente in Moodle con le informazioni dai campi LDAP che tu specifichi qui.

Se lasci questi campi vuoti, non verrà trasferito niente dal LDAP e verranno usati i dati default di Moodle.

In entrambi i casi, gli utenti possono modificare tutti questi campi dopo essersi logati."; -$string['auth_ldaptitle'] = "Usa un server LDAP"; -$string['auth_manualdescription'] = "Questo metodo rimuove ogni possibilità agli utenti di iscriversi. Tuute le iscrizioni devono essere create a mano da un amministratore."; -$string['auth_manualtitle'] = "Solo iscrizione manuale"; -$string['auth_nntpdescription'] = "Questo metodo utilizza un server NNTP per controllare se il nome utente e la password dati sono validi."; -$string['auth_nntphost'] = "Indirizzo del server NNTP. Usa il numero IP, non il nome DNS."; -$string['auth_nntpport'] = "Porta server (119 tipicamente)"; -$string['auth_nntptitle'] = "Usa un server NNTP"; -$string['auth_nonedescription'] = "Gli utenti possono registrarsi e creare iscrizioni valide immediatamente, senza autenticazione di un server esterno e senza conferma tramite email. Stai attento ad usare questa opzione - pensa alla sicurezza e ai problemi di amministrazione chequesto può causare. "; -$string['auth_nonetitle'] = "Senza autenticazione"; -$string['auth_pop3description'] = "Questo metodo utilizza un server POP3 per controllare se il nome utente e la password dati sono validi."; -$string['auth_pop3host'] = "L'indirizzo del server POP3. Usa il numero IP, non il nome DNS."; -$string['auth_pop3port'] = "Porta del server (110 é la tipica)"; -$string['auth_pop3title'] = "Usa server POP3"; -$string['auth_pop3type'] = "Tipo di server. Se il vostro server usa i certificati per sicurezza, scegli pop3cert."; -$string['auth_user_create'] = "Abilita creazione utente"; -$string['auth_user_creation'] = "I nuovi utenti (anonimi) possono iscriversi alla sorgente di autenticazione esterna e confermare tramite email. Se abiliti questo, ricorda anche di configurare le opzioni specifiche del modulo per la creazione degli utenti"; -$string['auth_usernameexists'] = "Il nome utente scelto é già utilizzato. Sceglierne uno nuovo. "; -$string['authenticationoptions'] = "Opzioni di autenticazione"; -$string['authinstructions'] = "Qui puoi fornire le istruzioni per i tuoi utenti, così potranno sapere quale nome utente e password dovranno usare. Il testo che inserisci qui apparira nella pagina di login. Se lo lasci vuoto non saranno fornite istruzioni."; -$string['changepassword'] = "Cambia URL delle password"; -$string['changepasswordhelp'] = "Qui puoi specificare dove i tuoi utenti possono recuperare o cambiare i loro nome utente/password se li hanno dimenticati. Questo verrà fornito agli utenti comee un pulsante nella pagina di login e nella loro pagina utente. Se lo lasci vuoto il bottone non verrà visualizzato."; -$string['chooseauthmethod'] = "Scegli un metodo di autenticazione:"; -$string['guestloginbutton'] = "Pulsante login ospite"; -$string['instructions'] = "Istruzioni"; -$string['md5'] = "Criptatura MD5"; -$string['plaintext'] = "Testo semplice"; -$string['showguestlogin'] = "Puoi nascondere o mostrare il pulsante del login come ospite nella pagina di login."; +$string['auth_dbdescription'] = 'Questo metodo usa una tabella di una base di dati esterna per controllare se un dato username e password siano validi. Se l\'utente è nuovo, allora le informazioni degli altri campi possono essere copiate in Moodle.'; +$string['auth_dbextrafields'] = 'Questi campi sono facoltativi. Potete scegliere pre compilare alcuni campi dell\'utente di Moodle con le informazioni dei campi della base di dati esterna che voi specificate qui. < P>Se lasciate questi vuoti, saranno usati quelli di default.

In entrambi i casi, l\'utente potrà modificare tutti questi campi dopo la registrazione.'; +$string['auth_dbfieldpass'] = 'Nome del campo che contiene le password'; +$string['auth_dbfielduser'] = 'Nome del campo che contiene gli username'; +$string['auth_dbhost'] = 'Il computer su cui si trova la base dati'; +$string['auth_dbname'] = 'Nome della base dati'; +$string['auth_dbpass'] = 'Password corrisponde al suddetto username'; +$string['auth_dbpasstype'] = 'Specifica il formato usato per il campo password. La criptatura MD5 é utile per connettersi con altre applicazioni web come PostNuke'; +$string['auth_dbtable'] = 'Nome della tabella della base dati'; +$string['auth_dbtitle'] = 'Usa un database esterno'; +$string['auth_dbtype'] = 'Il tipo di base di dati (guarda la documentazione ADOdb per i dettagli)'; +$string['auth_dbuser'] = 'Nome utente con diritti di lettura nella base dati'; +$string['auth_emaildescription'] = 'La conferma tramite email é il metodo di autenticazione di default. Quando l\'utente si iscrive, scegliendo il suo nome utente e la password, un email di conferma viene spedita all\'indirizzo di posta elettronica dell\'utente. Questa email contiene un link sicuro a una pagina dove l\'utente può confermare la sua iscrizione. Ai successivi login verranno controllati il nome utente e la password con i valori salvati nella base di dati di Moodle.'; +$string['auth_emailtitle'] = 'Autenticazione via email'; +$string['auth_imapdescription'] = 'Questo metodo usa un server IMAP per controllare se il nome utente e la password dati sono validi. '; +$string['auth_imaphost'] = 'Indirizzo server IMAP. Usa il numero IP, non il nome DNS.'; +$string['auth_imapport'] = 'Porta server IMAP. Normalmente é 143o 993.'; +$string['auth_imaptitle'] = 'Usa un server IMAP'; +$string['auth_imaptype'] = 'Tipo di server IMAP. I server IMAP possono avere modi differenti di autenticazione e negoziazione.'; +$string['auth_ldap_bind_dn'] = 'Se vuoi usare bind utente per cercare gli utenti, specificalo qui. Qualcosa come \'cn=ldapuser,ou=public,o=org\''; +$string['auth_ldap_bind_pw'] = 'Password per bind utente.'; +$string['auth_ldap_contexts'] = 'Lista dei contesti dove sono messi gli utenti. Separa contesti diversi con il \';\'. Per esempio: \'ou=users,o=org; ou=others,o=org\''; +$string['auth_ldap_create_context'] = 'Se abiliti la creazione degli utenti con conferma tramite email, specifica il contestodove gli utenti vengono creati. Questo contesto deve essere diverso dagli altri utenti per prevenire problemi di sicurezza. Non é necessario aggiungere questo contesto alla variabile ldap_context, Moodle cercherà gli utenti in questo contesto automaticamente. '; +$string['auth_ldap_creators'] = 'Lista dei gruppi nei quali i membri possono creare nuovi corsi. Separa i gruppi multipli con \';\'. Normalmente qualcosa come \'cn=teachers,ou=staff,o=myorg\''; +$string['auth_ldap_host_url'] = 'Specifica il server LDAP con un URL tipo \'ldap://ldap.myorg.com/\' o \'ldaps://ldap.myorg.com/\' '; +$string['auth_ldap_memberattribute'] = 'Specifica l\'attributo del utente membro, quando gli utenti appartengono a un gruppo. Normalmente \'menber\''; +$string['auth_ldap_search_sub'] = 'Metti un valore <> 0 se preferisci cercare gli utenti da sottocontesti.'; +$string['auth_ldap_update_userinfo'] = 'Aggiorna le informazioni utente (nome, cognome, indirizzo...) da LDAP a Moodle. Guarda /auth/ldap/attr_mappings.php per le informazioni su mapping'; +$string['auth_ldap_user_attribute'] = 'L\'attributo usato per cercare gli utenti. Normalmente \'cn\'.'; +$string['auth_ldapdescription'] = 'Questo metodo fornisce l\'autenticazione tramite un server LDAP esterno. +Se il nome utente e la password dati sono validi, Moodle crea un nuovo utente nella sua base dati. Questo modulo può leggere gli attributi da LDAP e precompilare i campi richiesti in Moodle. I successivi login solo il nome utente e la password vengono controllati.'; +$string['auth_ldapextrafields'] = 'Questi campi sono opzionali. Puoi scegliere di precompilare alcuni campi dell\'utente in Moodle con le informazioni dai campi LDAP che tu specifichi qui.

Se lasci questi campi vuoti, non verrà trasferito niente dal LDAP e verranno usati i dati default di Moodle.

In entrambi i casi, gli utenti possono modificare tutti questi campi dopo essersi logati.'; +$string['auth_ldaptitle'] = 'Usa un server LDAP'; +$string['auth_manualdescription'] = 'Questo metodo rimuove ogni possibilità agli utenti di iscriversi. Tutte le iscrizioni devono essere create a mano da un amministratore.'; +$string['auth_manualtitle'] = 'Solo iscrizione manuale'; +$string['auth_multiplehosts'] = 'Possono essere elencati più macchine remote (es. host1.com;host2.com;host3.com)'; +$string['auth_nntpdescription'] = 'Questo metodo utilizza un server NNTP per controllare se il nome utente e la password dati sono validi.'; +$string['auth_nntphost'] = 'Indirizzo del server NNTP. Usa il numero IP, non il nome DNS.'; +$string['auth_nntpport'] = 'Porta server (119 tipicamente)'; +$string['auth_nntptitle'] = 'Usa un server NNTP'; +$string['auth_nonedescription'] = 'Gli utenti possono registrarsi e creare iscrizioni valide immediatamente, senza autenticazione di un server esterno e senza conferma tramite email. Stai attento ad usare questa opzione - pensa alla sicurezza e ai problemi di amministrazione chequesto può causare. '; +$string['auth_nonetitle'] = 'Senza autenticazione'; +$string['auth_pop3description'] = 'Questo metodo utilizza un server POP3 per controllare se il nome utente e la password dati sono validi.'; +$string['auth_pop3host'] = 'L\'indirizzo del server POP3. Usa il numero IP, non il nome DNS.'; +$string['auth_pop3port'] = 'Porta del server (110 é la tipica)'; +$string['auth_pop3title'] = 'Usa server POP3'; +$string['auth_pop3type'] = 'Tipo di server. Se il vostro server usa i certificati per sicurezza, scegli pop3cert.'; +$string['auth_user_create'] = 'Abilita creazione utente'; +$string['auth_user_creation'] = 'I nuovi utenti (anonimi) possono iscriversi alla sorgente di autenticazione esterna e confermare tramite email. Se abiliti questo, ricorda anche di configurare le opzioni specifiche del modulo per la creazione degli utenti'; +$string['auth_usernameexists'] = 'Il nome utente scelto é già utilizzato. Sceglierne uno nuovo. '; +$string['authenticationoptions'] = 'Opzioni di autenticazione'; +$string['authinstructions'] = 'Qui puoi fornire le istruzioni per i tuoi utenti, così potranno sapere quale nome utente e password dovranno usare. Il testo che inserisci qui apparira nella pagina di login. Se lo lasci vuoto non saranno fornite istruzioni.'; +$string['changepassword'] = 'Cambia URL delle password'; +$string['changepasswordhelp'] = 'Qui puoi specificare dove i tuoi utenti possono recuperare o cambiare i loro nome utente/password se li hanno dimenticati. Questo verrà fornito agli utenti comee un pulsante nella pagina di login e nella loro pagina utente. Se lo lasci vuoto il bottone non verrà visualizzato.'; +$string['chooseauthmethod'] = 'Scegli un metodo di autenticazione:'; +$string['guestloginbutton'] = 'Pulsante login ospite'; +$string['instructions'] = 'Istruzioni'; +$string['md5'] = 'Criptatura MD5'; +$string['plaintext'] = 'Testo semplice'; +$string['showguestlogin'] = 'Puoi nascondere o mostrare il pulsante del login come ospite nella pagina di login.'; ?> diff --git a/lang/it/chat.php b/lang/it/chat.php index 5d3aeceda3..0fb953b486 100644 --- a/lang/it/chat.php +++ b/lang/it/chat.php @@ -1,41 +1,43 @@ diff --git a/lang/it/dialogue.php b/lang/it/dialogue.php new file mode 100755 index 0000000000..b7b84686da --- /dev/null +++ b/lang/it/dialogue.php @@ -0,0 +1,70 @@ +
Sei sicuro di voler terminare questo dialogo? '; +$string['deleteafter'] = 'Cancella i dialoghi terminati dopo (Giorni)'; +$string['dialogueclosed'] = 'Dialogo terminato'; +$string['dialogueintro'] = 'Introduzione dialogo'; +$string['dialoguemail'] = '$a->userform ha spedito un nuovo messaggio al vostro dialogo \'$a->dialogue\' + +Puoi vederlo aggiunto al vostro dialogo: + +$a->url'; +$string['dialoguemailhtml'] = '$a->userform ha spedito un nuovo messaggio al vostro dialogo \'$a->dialogue\'

+Puoi vederlo aggiunto al vostro url\">dialogo.'; +$string['dialoguename'] = 'Nome dialogo'; +$string['dialogueopened'] = 'Dialogo aperto con $a'; +$string['dialoguewith'] = 'Dialogo con $a'; +$string['everybody'] = 'Tutti'; +$string['furtherinformation'] = 'Ulteriori informazioni'; +$string['lastentry'] = 'Ultimo messaggio'; +$string['maildefault'] = 'Seganla per email'; +$string['modulename'] = 'Dialogo'; +$string['modulenameplural'] = 'Dialoghi'; +$string['namehascloseddialogue'] = '$a ha chiuso il dialogo'; +$string['newdialogueentries'] = 'Nuovi messaggi nel dialogo'; +$string['newentry'] = 'Nuovo messaggio'; +$string['noavailablepeople'] = 'Non c\'è nessuno disponibile a un dialogo'; +$string['nopersonchosen'] = 'Nessuna persona scelta'; +$string['nosubject'] = 'Non è stato inserito un argomento'; +$string['notextentered'] = 'Non è stato inserito il testo'; +$string['notstarted'] = 'Non hai ancora iniziato questo dialogo'; +$string['notyetseen'] = 'Non ancora visto'; +$string['numberofentries'] = 'Numero di messaggi'; +$string['numberofentriesadded'] = 'Numero di messaggi aggiunti: $a'; +$string['of'] = 'di'; +$string['onwrote'] = 'Su $a scrisse'; +$string['onyouwrote'] = 'Su $a tu scrissi'; +$string['open'] = 'Inizia'; +$string['openadialoguewith'] = 'Inizia un dialogo con'; +$string['opendialogue'] = 'Inizia dialogo'; +$string['opendialogueentries'] = 'Inizia '; +$string['pane0'] = 'Inizia un dialogo'; +$string['pane1'] = '$a dialoghi attendono una replica da te'; +$string['pane1one'] = '1 dialogo attende una replica da te'; +$string['pane2'] = '$a dialoghi attendono una replica dall\'altra persona'; +$string['pane2one'] = '1 dialogo attende una replica da dall\'altra persona'; +$string['pane3'] = '$a dialoghi terminati'; +$string['pane3one'] = '1 dialogo terminato'; +$string['seen'] = 'Visto $a fa'; +$string['sendmailmessages'] = 'Spedisci messaggi email sui miei messaggi'; +$string['status'] = 'Stato'; +$string['studenttostudent'] = 'Studente - Studente'; +$string['subject'] = 'Argomento'; +$string['subjectadded'] = 'Argomento aggiunto'; +$string['teachertostudent'] = 'Docente - Studente'; +$string['typefirstentry'] = 'Inserisci il primo messaggio qui'; +$string['typefollowup'] = 'Inserisci aggiunte qui'; +$string['typeofdialogue'] = 'Tipo di dialogo'; +$string['typereply'] = 'Inserisci replica qui'; +$string['viewallentries'] = 'Visualizza $a messaggi'; + +?> diff --git a/lang/it/docs/licence.html b/lang/it/docs/licence.html new file mode 100644 index 0000000000..c54ee45db5 --- /dev/null +++ b/lang/it/docs/licence.html @@ -0,0 +1,27 @@ + + +Moodle Docs: Copyright License + + + +

Licenza di Copyright per Moodle

+
+

Moodle è Copyright © 2001-2003, Martin + Dougiamas.

+

Questo programma è un software libero; è possibile redistribuirlo e/o modificarlo
+ sottostando alla Licenza Pubblica Generale GNU (GPL) come pubblicato dalla
+ Free + Software Foundation; è possibile riferirsi alla versione 2 della licenza o,
+ (a vostra discrezione) ad ogni versione successiva

+

Questo programma è distribuito sperando che sia utile ma
+ SENZA ALCUNA GARANZIA, senza nemmeno la garanzia implicita di
+ COMMERCIABILITÀ o IDONEITÀ PER UNO SCOPO SPECIFICO. Per
+ ulteriori dettagli vedere la Licenza Pubblica Generale GNU (allegata in calce).
+

+
+
		    GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Preamble

The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.

When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.

To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.

For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.

We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.

Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.

Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.

The precise terms and conditions for copying, distribution and
modification follow.

GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".

Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.

1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.

You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.

2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:

a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.

b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.

c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)

These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.

Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.

In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.

3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:

a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,

b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,

c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)

The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.

If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.

4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.

5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.

6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.

7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.

If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.

It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.

This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.

8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.

9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.

10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.

NO WARRANTY

11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.

12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.

END OF TERMS AND CONDITIONS
+

Moodle +Documentation

+

Version: $Id: licence.html, v 1.11 2004/01/24 +0:19:20 francescoBavastro Exp $

diff --git a/lang/it/docs/teacher.html b/lang/it/docs/teacher.html new file mode 100644 index 0000000000..610cc023b9 --- /dev/null +++ b/lang/it/docs/teacher.html @@ -0,0 +1,142 @@ + +Moodle Docs: Teachers Manual + + + + + +

Manuale dell'insegnante

+

Questa pagina contiene una guida veloce per la creazione di corsi in linea con Moodle. Vengono evidenziate le funzioni principali disponibili e alcune delle decisioni principali da prendere.

+

Sezioni di questa guida:

+
    +
  1. Per iniziare
  2. +
  3. Impostazioni dei corsi
  4. +
  5. Caricamento dei files
  6. +
  7. Impostare le attività
  8. +
  9. Conduzione del corso
  10. +
  11. Ulteriori informazioni
  12. +
+

Per iniziare

+
+

In questo documento si assume che l’amministratore del vostro sito abbia correttamente impostato Moodle e vi abbia assegnato un corso vuoto da cui incominciare. Si assume inoltre che siate entrati nel corso come insegnante.

+

Ecco tre consigli generali che vi aiuteranno ad iniziare ad usare Moodle

+
    +
  1. Non abbiate paura di sperimentare: +
    cambiate pure tutte le impostazioni che volete, è molto difficile danneggiare qualcosa in un corso di Moodle e, se proprio ci riusciste, solitamente è molto semplice rimettere tutto a posto
    +
  2. Prestate attenzione a queste icone: +
    +

      - l’icona di modifica vi permette di modificare qualsiasi elemento a cui è vicina.

    +

    - l’icona di aiuto apre una finestrella di aiuto

    +

      - l’icona occhio aperto permette di nascondere qualcosa agli studenti

    +

      - l ’icona occhio chiuso permette di rendere visibile un oggetto invisibile

    +
    +
  3. +
  4. Usate la barra di navigazione nella parte superiore di ogni pagina +
    vi ricorderà dove vi trovate in ogni momento impedendovi di perdervi
    +
  5. +
+

 

+
+

Impostazioni dei corsi

+
+

TLa prima cosa che dovreste fare è guardare nella sezione ‘amministrazione’ nella home page del corso e fare click su ‘impostazioni’ (notate che questo link e, ovviamente, tutta la sezione di amministrazione è disponibile solo per voi (e l’amministratore di Moodle). Gli studenti non potranno vedere il link).

+

Nella pagina delle impostazioni potrete cambiare molti dei dati del vostro corso, a partire dal nome fino al giorno in cui inizierà. Tutto ciò non è spiegato in questo documento poiché l’icona di aiuto vicina ad ogni elemento ne spiega in dettaglio il funzionamento. Qui viene trattata solamente l’impostazione più importante: il formato del corso.

+

Il formato del corso che sceglierete ne determinerà l’aspetto di baste, come un modello. + Moodle versione 1.0 ha tre formati, in futuro probabilmente aumenteranno (chi avesse idee è pregato di segnalarle a martin@moodle.org!)

+

Ecco alcune immagini che illustrano dei corsi di esempio in ognuno dei tre formati possibili (non fate caso ai colori che è prerogativa dell’amministratore di Moodle impostare per tutto il sito):

+

Formato settimanale:

+

+

 

+

Formato per argomenti:

+

+

 

+

Formato relazionale:

+

+

 

+

Notate che i formati ‘settimanale’ e ‘sociale’ sono molto simili come struttura, la differenza principale è che ogni riquadro nel formato settimanale copre esattamente una settimana, mentre nel formato per argomenti è possibile inserirvi ciò che più vi piace.
+ Il formato sociale non usa molti contenuti, è per lo più basato su un forum che viene mostrato nella pagina principale.

+

Usate il pulsante di aiuto nelle Impostazioni del Corso per ulteriori dettagli.

+

 

+
+

Caricamento dei files

+
+

Potreste avere materiale pre-esistente che volete aggiungere al vostro corso, ad esempio pagine web, files audio o vdeo, documenti di testo o animazioni di flash. Qualsiasi tipo di file esistente può essere caricato nel corso e salvato sul server. Quando i vostri files sono presenti sul server potete spostarli, rinominarli, modificarli o cancellarli.

+

Tutto questo viene reso possibile tramite la sezione files nel menu di amministrazione. La sezione dei files appare in questo modo:

+

+

 

+

Questa interfaccia è disponibile unicamente per il docente, non è accessibile agli studenti. Singoli files possono essere resi disponibili agli studenti in seguito (come ‘risorse’ – vedi la prossima sezione).

+

Come è possibile vedere nell’immagine i files sono organizzati in sotto-directory, è possibile crearne a piacimento per organizzare i vostri documenti.

+

Al momento è possibile caricare via web un solo file alla volta, se volete caricarne di più allo stesso tempo (ad esempio un sito web) è molto più veloce caricare un file zip per archiviare tutti i files in uno solo, caricare lo zip e quindi decomprimerlo sul server (vedrete un link ‘decomprimi’ vicino agli archivi zip).s

+

Per avere un’anteprima di qualsiasi file caricato è sufficiente fare click sul nome, sarà il vostro browser ad occuparsi di mostrarlo sullo schermo o scaricarlo sul vostro computer.

+

I file html e quelli di testo possono essere modificati direttamente online, gli altri files devono essere scaricati, modificati e quindi ricaricati sul server. Caricare un file con lo stesso nome di uno già esistente comporterà l’automatica sovrascrittura di quest’ultimo.

+

Un ultimo appunto: se le risorse che volete rendere disponibili sono già online da qualche parte non serve che trasferiate i files sul server di Moodle, potete semplicemente creare un link per collegare risorse esterne. (vedi modulo Risorse e la prossima sezione)

+

 

+
+

Impostare le attività

+
+

La creazione di un corso include l’aggiunta di moduli alla pagina principale per farli usare agli studenti, potete cambiarne l’ordine in qualsiasi momento.

+

Per entrare in modalità di modifica fate click su /* CHK BOBO */ TURN ON EDITING, nella sezione Amministrazione. Questa sorta di interruttore mostra o nasconde i comandi aggiuntivi che permettono la modifica della pagina principale del corso. Nell’immagine di esempio del formato settimanale del corso (v. sopra) si nota che i comandi di modifica sono disponibili.

+

Per aggiungere una nuova attività selezionate, all’interno del riquadro desiderato, il tipo di attività che intendete aggiungere dal menu a comparsa. Ecco un elenco di tutte le attività standard di Moodle 1.0

+

Compito

+
Un compito è un modulo dove è possible impostare un compito, appunto, una data di consegna e un voto massimo. Gli studenti potranno caricare un file che soddisfi le consegne. La data di caricamento del file viene registrata, dopodichè voi vedrete una sola pagina in cui verranno visualizzati tutti i files (e quanto tempo è trascorso dalla consegna /* CHK COSA COMPARE */), in modo da poter facilmente valutarli e registrare un commento e un voto. Trascorsa mezz’ora dalla valutazione di ogni singolo studente, Moodle invierà una mail di avviso al diretto interessato.
+
+
+
Domanda
+
Una domanda è un’attività piuttosto semplice, c’è una domanda e delle possibili risposte, gli studenti possono scegliere quella che ritengono corretta e voi avrete come risultato una schermata dove potrete esaminare le risposte date; è possibile usarlo anche per sondaggi.
+
+
+
Forum
+
Questo è finora il modulo più importante – è qui che si svolgono le discussioni; quando si aggiunge un nuovo forum viene presentato con una gamma di tipologie differenti (una discussione su un singolo argomento, un forum di discussione generale, o ancora un filone di discussione per utente.
+
+
+
Diario
+
Ogni attività di tipo diario è un’annotazione nel diario di tutto il corso. Per ciascuno di questi è possibile specificare una domanda aperta che guida quello che scrive lo studente, oltre ad un lasso di tempo in cui il diario resta aperto (solo nei corsi in formato settimanale).
+ Una regola generale può essere quella di creare un diario alla settimana, incoraggiando gli studenti a scriver tranquillamente riflessioni e critiche, essendo comunque i diari visibili solamente a voi e loro.
+ Vi sarà inoltre possibile valutare e commentare tutte le annotazioni per ogni settimana o argomento, gli studenti riceveranno automaticamente un’email che li informerà della vostra risposta.
+ I diari non sono pensati per essere non sono pensati per essere dei forum, se ne avete bisogno è consigliabile aggiungere più attività nel diario
+
+
+
Risorse
+
Le risorse sono i contenuti del vostro corso, ogni risorsa può essere costituita da un qualsiasi file caricato sul server o uno puntato da un URL; è possibile anche usare semplici pagine di testo che potete scrivere direttamente in un form.
+
+
+
Quiz
+
Questo modulo vi permette di impostare un quiz con diverse tipologie: scelta multipla, vero – falso oppure domande a risposta breve. Le domande sono memorizzate in un database diviso per categorie in modo da poter essere riusate all’interno del corso o anche in altri corsi. I quiz possono permettere più tentativi, il docente può scegliere se commentare alla domanda o mostrare le risposte giuste. Questo modulo include la possibilità di dare voti.
+
+
+
Survey
+
Il modulo d’indagine mette a disposizione del docente alcuni esami predefiniti, utili per valutare e comprendere il livello della vostra classe. Al momento comprendono gli strumenti ‘colles’, Constructivist On-Line Learning Environment Survey ( indagine costruttivista d’ambiente d’apprendimento on line) e ‘attls’, Attitudes to Thinking and Learning Survey (attitudini a pensare e indagini d’apprendimento), possono essere assegnati agli studenti al principio del corso come strumento di valutazione, sono molto utili se usati con frequenza settimanale per monitorare l’andamento della classe.
+
+
+

Dopo aver aggiunto le attività potete muoverle su e giù nell’interfaccia del corso tramite le icone a freccia ( + )che si trovano accanto ad ogni attività. Tramite l’icona a ‘x’ , + potete inoltre cancellare le attività e modificarla (icona di modifica) .

+

 

+
+

Conduzione del corso

+
+

Ci sono alcune cose che potete fare per trasformare questo documento in un manuale molto più esaustivo, ecco alcune idee.

+
    +
  1. iscrivetevi a tutti i forum in modo da rimanere in contatto con l’attività dei vostri studenti
  2. +
  3. incoraggiate gli studenti a riempire la pagina del profilo (incluse le foto) e leggeteli tutti, ciò vi darà modo, se dovrete scrivere loro, di rispondere alle loro domande in una maniera che più si adatta alle loro esigenze
  4. +
  5. prendete note per voi soli nel vostro forum privato dell’insegnante (sezione amministrazione), specialmente se il vostro è un gruppo di insegnanti
  6. +
  7. sempre nella sezione amministrazione usate il link ‘logs’ per accedere ai logs del corso, qui c’è un link che attiva una finestra a comparsa che si auto-aggiorna ogni 60 secondi dove viene visualizzata l’ultima ora di attività, potete lasciarla sempre aperta sul vostro desktop per vedere cosa succede in ogni momento nel corso
  8. +
  9. usate il rapporto delle attività; (a fianco ad ogni nome nella lista dei partecipanti o all’interno di ogni profilo) per vedere l’attività di ogni singola persona
  10. +
  11. cercate di rispondere velocemente agli studenti, non lasciatevi accumulare questo lavoro, è molto facile venire sopraffatti dalla mole di lavoro che si può generare ed è un nodo cruciale della costruzione e del persistere di un senso di comunità nel corso
  12. +
+

 

+
+

Ulteriori informazioni

+
+

Nel caso incontraste particolari problemi con il vostro sito dovreste rivolgervi al vostro amministratore del sito.

+

Se vi vengono in mente buone idee per migliorare Moodle, o anche solo qualcosa da raccontare, venite su moodle.org e iscriviti al corso ‘Using Moodle’, saremo lieti di ascoltarvi ed avrete anche modo di aiutare Moodle a migliorare

+

Se avete intenzione di contribuire a Moodle creando nuovi moduli o scrivendo documentazione contattatemi: Martin Dougiamas o venite nella pagina ‘bug tracker’ di Moodle -> moodle.org/bugs

+

Ultima cosa: ricordatevi di usare le icone di aiuto – qui c’è l’elenco di tutti gli help di Moodle

+

Grazie per avere scelto Moodle e buona fortuna con il vostro lavoro

+
+

 

+
+

Moodle Documentation

+

Version: $Id: teacher.html,v 1.4 2004/01/25 22:29:45 + francescoBavastron Exp $

+ diff --git a/lang/it/editor.php b/lang/it/editor.php new file mode 100755 index 0000000000..03ce2237e2 --- /dev/null +++ b/lang/it/editor.php @@ -0,0 +1,76 @@ +] per tornare al MODO WYSIWYG.'; +$string['texttop'] = 'Limite superiore testo'; +$string['top'] = 'In alto'; +$string['underline'] = 'Sottolineato'; +$string['undo'] = 'Annulla ultima azione'; +$string['unorderedlist'] = 'Lista puntata'; +$string['vertical'] = 'Verticale'; +$string['width'] = 'Larghezza'; + +?> diff --git a/lang/it/error.php b/lang/it/error.php new file mode 100644 index 0000000000..1dcd434a10 --- /dev/null +++ b/lang/it/error.php @@ -0,0 +1,13 @@ + diff --git a/lang/it/event.php b/lang/it/event.php new file mode 100755 index 0000000000..852b0ce5fe --- /dev/null +++ b/lang/it/event.php @@ -0,0 +1,8 @@ + diff --git a/lang/it/forum.php b/lang/it/forum.php index a4ffbf6a6c..7c74871f95 100644 --- a/lang/it/forum.php +++ b/lang/it/forum.php @@ -1,5 +1,5 @@ Normale è, di solito la scelta migliore.'; +$string['configforcelogin'] = 'Normalmente, la pagina principale del sito e la lista dei corsi (ma non i corsi) possono essere visualizzate senza registrarsi al sito. Se vuoi forzare le persone a registrarsi prima di poter fare QUALUNQUE COSA sul sito, allore devi abilitare questa impostazione.'; $string['configframename'] = 'Se incorporate Moodle in un web frame, mettete il nome del frame qui. Altrimenti questo valore può rimanere a \'_top\''; $string['configfullnamedisplay'] = 'Questo definisce come devono essere mostrati i nomi quando devono essere visualizzati in modo completo. Per la maggior parte dei siti mono-lingua l\'impostazione migliore è quella standard \"Nome + Cognome\", ma puoi decideredi nascondere tutti i cognomi, o lasciare che lo scelga l\'impostazione della lingua corrente (alcuni linguaggi hanno convenzioni differenti).'; $string['configgdversion'] = 'Indica la versione della libreria GD che è installata sul tuo webserver. La versione mostrata come predefinita è quella che è stata automaticamente rilevata. Non cambiare questa impostazione senza che tu realmente sappia quello che stai facendo.'; @@ -303,6 +306,8 @@ $string['emailpasswordsent'] = 'Grazie per aver confermato il cambiamento di pas

Una email contenente la tua nuova password é stata spedita al tuo indirizzo presso $a->email.

La nuova password é stata generata in modo automatico - se tu vuoi, puoi link>cambiare la password con qualcosa che sia più facile da ricordare.'; +$string['enrolledincourse'] = 'Iscritto al corso \"$a\"'; +$string['enrolledincoursenot'] = 'Non iscritto al corso \"$a\"'; $string['enrolmentconfirmation'] = 'Stai per iscriverti a questo corso.
Sei sicuro di volerlo fare?'; $string['enrolmentkey'] = 'Chiave di accesso'; $string['enrolmentkeyfrom'] = 'Questo corso richiede una \'chiave di accesso\' - una sola volta -
password che dovresti ottenere da $a'; @@ -629,6 +634,7 @@ $string['order'] = 'Ordine'; $string['other'] = 'Altro'; $string['outline'] = 'Profilo'; $string['page'] = 'Pagina'; +$string['parentlanguage'] = ' '; $string['participants'] = 'Partecipanti'; $string['password'] = 'Password'; $string['passwordchanged'] = 'La password è stata modificata'; @@ -828,6 +834,7 @@ $string['uploadedfileto'] = 'File $a->file salvato nella directory $a->directory $string['uploadnofilefound'] = 'Non è stato trovato alcun file. Sei sicuro di averne selezionato un per l\'upload?'; $string['uploadproblem'] = 'Un problema sconosciuto si è verificato salvando il file \'$a\' (può essere troppo grande?)'; $string['uploadthisfile'] = 'Trasferisci questo file'; +$string['uploadusers'] = 'Trasferisci utenti'; $string['user'] = 'Utente'; $string['userdeleted'] = 'Questo account è stato cancellato'; $string['userdescription'] = 'Descrizione'; @@ -836,6 +843,7 @@ $string['username'] = 'Username'; $string['usernameexists'] = 'Questo username è già esistente, scegline un altro'; $string['userprofilefor'] = 'Profilo utente per $a'; $string['users'] = 'Utenti'; +$string['usersnew'] = 'Nuovi utenti'; $string['userzones'] = 'Zone utenti'; $string['usingexistingcourse'] = 'Utilizza corso esistente'; $string['version'] = 'Versione'; diff --git a/lang/it/pix.php b/lang/it/pix.php new file mode 100755 index 0000000000..302a27d1b7 --- /dev/null +++ b/lang/it/pix.php @@ -0,0 +1,26 @@ + diff --git a/lang/it/quiz.php b/lang/it/quiz.php index e5e8b6ff76..64d92aefab 100644 --- a/lang/it/quiz.php +++ b/lang/it/quiz.php @@ -1,5 +1,5 @@ Vuoi tornare indietro e correggere questa domanda?'; $string['numerical'] = 'Numerica'; +$string['paragraphquestion'] = 'Domanda paragrafo non supportata alla linea $a. La domanda sarà ignorata'; $string['percentcorrect'] = 'Percentuale corretta'; $string['publish'] = 'Rendere pubblico'; $string['qti'] = 'Formato IMS QTI'; $string['question'] = 'Domanda'; $string['questioninuse'] = 'La domanda \'$a\' è attualmente in uso:'; $string['questionname'] = 'Nome della domanda'; +$string['questionnametoolong'] = 'Nome domanda troppo lungo alla linea $a (255 caratteri max). Sarà troncata.'; $string['questions'] = 'Domande'; $string['quizavailable'] = 'Il quiz è disponibile fino a: $a'; $string['quizclose'] = 'Chiudi il quiz'; @@ -173,10 +181,13 @@ $string['toomanyrandom'] = 'Il numero di domande casuali richieste $string['true'] = 'Vero'; $string['truefalse'] = 'Vero/Falso'; $string['type'] = 'Tipo'; +$string['unknowntype'] = 'Tipo di domanda non supportato alla linea $a. La domanda sarà ignorata'; $string['viewallanswers'] = 'Vedi $a quiz completati'; $string['viewallreports'] = 'Vedi risultati per $a tentativi'; +$string['warningsdetected'] = '$a avvertinmento(i) rilevati'; $string['webct'] = 'Formato WebCT'; $string['withsummary'] = 'con Statistiche generali'; +$string['wronggrade'] = 'Punteggio sbagliato (dopo la linea $a):'; $string['yourfinalgradeis'] = 'Il tuo voto finale per questo quiz è: $a'; ?> diff --git a/lang/it/resource.php b/lang/it/resource.php index 0087a73fe5..ef97ebba7e 100644 --- a/lang/it/resource.php +++ b/lang/it/resource.php @@ -1,5 +1,5 @@ File Manage $string['notypechosen'] = 'È necessario che tu scelga un tipo. Usa il pulsante indietro per ritornare alla pagina precedente e riprovare.'; +$string['popupresource'] = 'Questa risorsa deve apparire in una finestra di popup'; +$string['popupresourcelink'] = 'Se non lo fa, cliccare qui: $a'; $string['resourcetype'] = 'Tipo di risorsa'; $string['resourcetype1'] = 'Bibliografia'; $string['resourcetype2'] = 'Pagina web'; -- 2.39.5