diff options
Diffstat (limited to 'view/it')
-rw-r--r-- | view/it/contact_edit.tpl | 7 | ||||
-rw-r--r-- | view/it/jot-header.tpl | 16 | ||||
-rw-r--r-- | view/it/jot.tpl | 15 | ||||
-rw-r--r-- | view/it/profile_photo.tpl | 6 | ||||
-rw-r--r-- | view/it/settings.tpl | 2 | ||||
-rw-r--r-- | view/it/strings.php | 113 |
6 files changed, 104 insertions, 55 deletions
diff --git a/view/it/contact_edit.tpl b/view/it/contact_edit.tpl index 4432f496a..ac0f13a54 100644 --- a/view/it/contact_edit.tpl +++ b/view/it/contact_edit.tpl @@ -3,6 +3,8 @@ <div id="contact-edit-banner-name">$name</div> +<form action="contacts/$contact_id" method="post" > +<input type="hidden" name="contact_id" value="$contact_id"> <div id="contact-edit-wrapper" > @@ -23,10 +25,13 @@ <a href="contacts/$contact_id/drop" id="contact-edit-drop-link" onclick="return confirmDelete();" ><img src="images/b_drophide.gif" alt="$delete" title="$delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" /></a> </div> <div id="contact-edit-nav-end"></div> + + <div id="contact-edit-poll-wrapper"> <div id="contact-edit-last-update-text">$lastupdtext<span id="contact-edit-last-updated">$last_update</span</div> <div id="contact-edit-poll-text">$updpub</div> $poll_interval + <div id="contact-edit-update-now"><a href="contacts/$contact_id/update">$udnow</a></div> </div> </div> <div id="contact-edit-end" ></div> @@ -35,8 +40,6 @@ $insecure $blocked $ignored -<form action="contacts/$contact_id" method="post" > -<input type="hidden" name="contact_id" value="$contact_id"> <div id="contact-edit-info-wrapper"> <h4>Informazioni di contatto / Note</h4> diff --git a/view/it/jot-header.tpl b/view/it/jot-header.tpl index bf655ab37..e55a357e8 100644 --- a/view/it/jot-header.tpl +++ b/view/it/jot-header.tpl @@ -2,17 +2,20 @@ <script language="javascript" type="text/javascript" src="$baseurl/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script> <script language="javascript" type="text/javascript"> +var editor; + tinyMCE.init({ theme : "advanced", mode : "specific_textareas", editor_selector: /(profile-jot-text|prvmail-text)/, - plugins : "bbcode", - theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect", + plugins : "bbcode,paste", + theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "center", theme_advanced_blockformats : "blockquote,code", + paste_text_sticky : true, entity_encoding : "raw", add_unload_trigger : false, remove_linebreaks : false, @@ -43,8 +46,13 @@ tinyMCE.init({ $('#character-counter').addClass('red'); } $('#character-counter').text(text); - }); - } + }); + + ed.onInit.add(function(ed) { + ed.pasteAsPlainText = true; + }); + + } }); </script> diff --git a/view/it/jot.tpl b/view/it/jot.tpl index 5aaf9b923..eae3ecba8 100644 --- a/view/it/jot.tpl +++ b/view/it/jot.tpl @@ -15,6 +15,7 @@ <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea> + <div id="profile-jot-submit-wrapper" > <input type="submit" id="profile-jot-submit" name="submit" value="Condividi" /> <div id="profile-upload-wrapper" style="display: $visitor;" > @@ -32,14 +33,26 @@ <div id="profile-nolocation-wrapper" style="display: none;" > <img id="profile-nolocation" src="images/noglobe.gif" alt="Cancella la tua posizione data dal browser" title="Cancella la tua posizione data dal browser" onclick="jotClearLocation();" /> </div> + + <div id="profile-jot-plugin-wrapper" > + $jotplugins + </div> + <div id="profile-rotator-wrapper" style="display: $visitor;" > <img id="profile-rotator" src="images/rotator.gif" alt="Attendi" title="Attendi" style="display: none;" /> </div> - <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif" alt="Impostazione permessi" title="Impostazione permessi" onClick="openClose('profile-jot-acl-wrapper');" />$bang</div> + <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif" alt="Impostazione permessi" title="Impostazione permessi" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper');" />$bang</div> <div id="profile-jot-perms-end"></div> + <div id="profile-jot-email-wrapper" style="display: none;" > + <div id="profile-jot-email-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle"> + <div id="profile-jot-email-end"></div> + </div> + <div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div> </div> + + <div id="profile-jot-end"></div> </form> </div> diff --git a/view/it/profile_photo.tpl b/view/it/profile_photo.tpl index d941743d4..4d77e87cf 100644 --- a/view/it/profile_photo.tpl +++ b/view/it/profile_photo.tpl @@ -1,4 +1,4 @@ -<h1>Upload Profile Photo</h1> +<h1>Carica foto del profilo</h1> <form enctype="multipart/form-data" action="profile_photo" method="post"> @@ -12,3 +12,7 @@ </div> </form> + +<div id="profile-photo-link-select-wrapper"> +o <a href='photos/$user'>seleziona una foto da un album</a> +</div>
\ No newline at end of file diff --git a/view/it/settings.tpl b/view/it/settings.tpl index 2ff259acc..3b68923cf 100644 --- a/view/it/settings.tpl +++ b/view/it/settings.tpl @@ -6,7 +6,7 @@ $nickname_block -<form action="settings" id="settings-form" method="post" autocomplete="false" > +<form action="settings" id="settings-form" method="post" autocomplete="off" > <h3 class="settings-heading">Impostazioni base</h3> diff --git a/view/it/strings.php b/view/it/strings.php index eb76a8fde..2c429cc8a 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -44,16 +44,16 @@ $a->strings['Could not access contact record.'] = 'Non si puo\' accedere al cont $a->strings['Could not locate selected profile.'] = 'Non riesco a trovare il profilo selezionato.'; $a->strings['Contact updated.'] = 'Contatto aggiornato.'; $a->strings['Failed to update contact record.'] = 'Errore aggiornando il contatto.'; -$a->strings['Contact has been '] = 'Il contatto è stato '; +$a->strings['Contact has been '] = 'Il contatto è stato '; $a->strings['blocked'] = 'bloccato'; $a->strings['unblocked'] = 'sbloccato'; $a->strings['ignored'] = 'aggiunto ai contatti ignorati'; $a->strings['unignored'] = 'rimosso dai contatti ignorati'; $a->strings['stopped following'] = 'tolto dai seguiti'; -$a->strings['Contact has been removed.'] = 'Il contatto è stato rimosso.'; +$a->strings['Contact has been removed.'] = 'Il contatto è stato rimosso.'; $a->strings['Contact not found.'] = 'Contatto non trovato.'; $a->strings['Mutual Friendship'] = 'Reciproca amicizia'; -$a->strings['is a fan of yours'] = 'è un tuo fan'; +$a->strings['is a fan of yours'] = 'è un tuo fan'; $a->strings['you are a fan of'] = 'sei un fan di'; $a->strings['Contact Editor'] = 'Editor dei Contatti'; $a->strings['Visit $name\'s profile'] = 'Visita il profilo di $name'; @@ -77,19 +77,19 @@ $a->strings['Visit '] = 'Visita '; $a->strings['\'s profile'] = 'profilo'; $a->strings['Edit contact'] = 'Modifca contatto'; $a->strings['Profile not found.'] = 'Profilo non trovato.'; -$a->strings['Response from remote site was not understood.'] = 'La risposta dal sito remota non è stata capita.'; +$a->strings['Response from remote site was not understood.'] = 'La risposta dal sito remota non è stata capita.'; $a->strings['Unexpected response from remote site: '] = 'Risposta dal sito remoto inaspettata: '; $a->strings['Confirmation completed successfully.'] = 'Conferma completata con successo.'; $a->strings['Remote site reported: '] = 'Il sito remoto riporta: '; $a->strings['Temporary failure. Please wait and try again.'] = 'Errore temporaneo. Attendi e riprova.'; -$a->strings['Introduction failed or was revoked.'] = 'La presentazione è fallita o è stata revocata.'; +$a->strings['Introduction failed or was revoked.'] = 'La presentazione è fallita o è stata revocata.'; $a->strings['Unable to set contact photo.'] = 'Impossibile impostare la foto del contatto.'; -$a->strings['is now friends with'] = 'ora è amico di'; +$a->strings['is now friends with'] = 'ora è amico di'; $a->strings['No user record found for '] = 'Nessun utente trovato per '; -$a->strings['Our site encryption key is apparently messed up.'] = 'La nostra chiave di criptazione del sito e\' apparentemente incasinata.'; +$a->strings['Our site encryption key is apparently messed up.'] = 'La nostra chiave di criptazione del sito è apparentemente incasinata.'; $a->strings['Empty site URL was provided or URL could not be decrypted by us.'] = 'E\' stato fornito un indirizzo vuoto o non possiamo decriptare l\'indirizzo.'; -$a->strings['Contact record was not found for you on our site.'] = 'Il contatto non è stato trovato sul nostro sito.'; -$a->strings['The ID provided by your system is a duplicate on our system. It should work if you try again.'] = 'L\'ID fornito dal tuo sistema e\' duplicato sul nostro sistema. Dovrebbe funzionare se provi ancora.'; +$a->strings['Contact record was not found for you on our site.'] = 'Il contatto non è stato trovato sul nostro sito.'; +$a->strings['The ID provided by your system is a duplicate on our system. It should work if you try again.'] = 'L\'ID fornito dal tuo sistema è duplicato sul nostro sistema. Dovrebbe funzionare se provi ancora.'; $a->strings['Unable to set your contact credentials on our system.'] = 'Impossibile impostare le credenziali del tuo contatto sul nostro sistema.'; $a->strings['Unable to update your contact profile details on our system'] = 'Impossibile aggiornare i dettagli del tuo contatto sul nostro sistema'; $a->strings['Connection accepted at '] = 'Connessione accettata su '; @@ -97,8 +97,8 @@ $a->strings['Administrator'] = 'Amministratore'; $a->strings['New mail received at '] = 'Nuova mail ricevuta su '; $a->strings[' commented on an item at '] = ' commentato un elemento su '; $a->strings[' welcomes '] = ' accoglie '; -$a->strings['This introduction has already been accepted.'] = 'Questa presentazione è già stata accettata.'; -$a->strings['Profile location is not valid or does not contain profile information.'] = 'La posizione del profilo non è valida o non contiene informazioni di profilo.'; +$a->strings['This introduction has already been accepted.'] = 'Questa presentazione è già stata accettata.'; +$a->strings['Profile location is not valid or does not contain profile information.'] = 'La posizione del profilo non è valida o non contiene informazioni di profilo.'; $a->strings['Warning: profile location has no identifiable owner name.'] = 'Attenzione: la posizione del profilo non ha un identificabile proprietario'; $a->strings['Warning: profile location has no profile photo.'] = 'Attenzione: la posizione del profilo non ha una foto.'; $a->strings[' required parameter'] = ' parametro richiesto'; @@ -117,7 +117,7 @@ $a->strings['You have already introduced yourself here.'] = 'Ti sei già present $a->strings['Apparently you are already friends with .'] = 'Apparentemente sei già amico con .'; $a->strings['Invalid profile URL.'] = 'Indirizzo profilo invalido.'; $a->strings['Disallowed profile URL.'] = 'Indirizzo profilo non permesso.'; -$a->strings['Your introduction has been sent.'] = 'La tua presentazione è stata inviata.'; +$a->strings['Your introduction has been sent.'] = 'La tua presentazione è stata inviata.'; $a->strings['Please login to confirm introduction.'] = 'Accedi per confermare la presentazione.'; $a->strings['Incorrect identity currently logged in. Please login to <strong>this</strong> profile.'] = 'Accesso con identà incorretta. Accedi a <strong>questo</strong> profilo.'; $a->strings['[Name Withheld]'] = '[Nome Nascosto]'; @@ -140,7 +140,7 @@ $a->strings['Item not found.'] = 'Elemento non trovato.'; $a->strings['Private Message'] = 'Messaggio privato'; $a->strings['This is you'] = 'Questo sei tu'; $a->strings['View $name\'s profile'] = 'Guarda il profilo di $name'; -$a->strings['Item has been removed.'] = 'L\'elemento è stato rimosso.'; +$a->strings['Item has been removed.'] = 'L\'elemento è stato rimosso.'; $a->strings['The profile address specified does not provide adequate information.'] = 'L\'indirizzo del profilo specificato non fornisce adeguate informazioni'; $a->strings['Limited profile. This person will be unable to receive direct/personal notifications from you.'] = 'Profilo limitato. Questa persona non sara\' in grado di ricevere nofiche dirette/personali da te.'; $a->strings['Unable to retrieve contact information.'] = 'Impossibile recuperare informazioni sul contatto.'; @@ -148,7 +148,7 @@ $a->strings['following'] = 'segue'; $a->strings['Group created.'] = 'Gruppo creato.'; $a->strings['Could not create group.'] = 'Impossibile creare il gruppo.'; $a->strings['Group not found.'] = 'Gruppo non trovato.'; -$a->strings['Group name changed.'] = 'Il nome del gruppo e\' cambiato.'; +$a->strings['Group name changed.'] = 'Il nome del gruppo è cambiato.'; $a->strings['Membership list updated.'] = 'Lista adesioni aggiornata.'; $a->strings['Group removed.'] = 'Gruppo rimosso.'; $a->strings['Unable to remove group.'] = 'Impossibile rimuovere il gruppo.'; @@ -165,16 +165,16 @@ $a->strings['Submit'] = 'Invia'; $a->strings['Could not find a command line version of PHP in the web server PATH.'] = 'Non riesco a trovare una versione da riga di comando di PHP nel PATH del server web'; $a->strings['This is required. Please adjust the configuration file .htconfig.php accordingly.'] = 'E\' richiesto. Aggiorna il file .htconfig.php di conseguenza.'; $a->strings['The command line version of PHP on your system does not have "register_argc_argv" enabled.'] = 'La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\".'; -$a->strings['This is required for message delivery to work.'] = 'Ció è richiesto per far funzionare la consegna dei messaggi.'; -$a->strings['Error: the "openssl_pkey_new" function on this system is not able to generate encryption keys'] = 'Errore: la funzione \"openssl_pkey_new\" in questo sistema non è in grado di generare le chiavi di criptazione'; +$a->strings['This is required for message delivery to work.'] = 'Ciò è richiesto per far funzionare la consegna dei messaggi.'; +$a->strings['Error: the "openssl_pkey_new" function on this system is not able to generate encryption keys'] = 'Errore: la funzione \"openssl_pkey_new\" in questo sistema non è in grado di generare le chiavi di criptazione'; $a->strings['If running under Windows, please see "http://www.php.net/manual/en/openssl.installation.php".'] = 'Se stai eseguendo friendika su windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\".'; $a->strings['Error: Apache webserver mod-rewrite module is required but not installed.'] = 'Errore: il modulo mod-rewrite di Apache &egreve; richiesto ma non installato'; -$a->strings['Error: libCURL PHP module required but not installed.'] = 'Errore: il modulo libCURL di PHP è richiesto ma non installato.'; -$a->strings['Error: GD graphics PHP module with JPEG support required but not installed.'] = 'Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto ma non installato.'; -$a->strings['Error: openssl PHP module required but not installed.'] = 'Errore: il modulo openssl di PHP è richiesto ma non installato.'; -$a->strings['Error: mysqli PHP module required but not installed.'] = 'Errore: il modulo mysqli di PHP è richiesto ma non installato'; -$a->strings['The web installer needs to be able to create a file called ".htconfig.php" in the top folder of your web server and it is unable to do so.'] = 'L\'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella principale del tuo web server ma non è in grado di farlo.'; -$a->strings['This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can.'] = 'Ció è dovuto spesso a impostazioni di permessi, dato che il web server puo\' scrivere il file nella tua cartella, anche se tu puoi.'; +$a->strings['Error: libCURL PHP module required but not installed.'] = 'Errore: il modulo libCURL di PHP è richiesto ma non installato.'; +$a->strings['Error: GD graphics PHP module with JPEG support required but not installed.'] = 'Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto ma non installato.'; +$a->strings['Error: openssl PHP module required but not installed.'] = 'Errore: il modulo openssl di PHP è richiesto ma non installato.'; +$a->strings['Error: mysqli PHP module required but not installed.'] = 'Errore: il modulo mysqli di PHP è richiesto ma non installato'; +$a->strings['The web installer needs to be able to create a file called ".htconfig.php" in the top folder of your web server and it is unable to do so.'] = 'L\'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella principale del tuo web server ma non è in grado di farlo.'; +$a->strings['This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can.'] = 'Ciò è dovuto spesso a impostazioni di permessi, dato che il web server puo\' scrivere il file nella tua cartella, anche se tu puoi.'; $a->strings['Please check with your site documentation or support people to see if this situation can be corrected.'] = 'Controlla la documentazione del tuo sito o con il personale di suporto se la situazione puo\' essere corretta.'; $a->strings['If not, you may be required to perform a manual installation. Please see the file "INSTALL.txt" for instructions.'] = 'Altrimenti dovrai procedere con l\'installazione manuale. Guarda il file \"INSTALL.txt\" per istuzioni'; $a->strings['The database configuration file ".htconfig.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'] = 'Il file di configurazione del database \".htconfig.php\" non puo\' essere scritto. Usa il testo qui di seguito per creare un file di configurazione nella cartella principale del tuo sito.'; @@ -188,7 +188,6 @@ $a->strings['Send invitations'] = 'Invia inviti'; $a->strings['Enter email addresses, one per line:'] = 'Inserisci gli indirizzi email, uno per riga:'; $a->strings['Your message:'] = 'Il tuo messaggio:'; $a->strings['Please join my social network on '] = 'Unisciti al mio social network su '; -$a->strings['\r\n'] = '\r\n'; $a->strings['To accept this invitation, please visit:'] = 'Per accettare questo invito visita:'; $a->strings['Once you have registered, please connect with me via my profile page at:'] = 'Una volta registrato, connettiti con me sul mio profilo a:'; $a->strings['Unable to locate original post.'] = 'Impossibile trovare il messaggio originale.'; @@ -227,7 +226,7 @@ $a->strings['Message not available.'] = 'Messaggio non disponibile.'; $a->strings['Delete message'] = 'Cancella messaggio'; $a->strings['Send Reply'] = 'Invia risposta'; $a->strings['No such group'] = 'Nessun gruppo'; -$a->strings['Group is empty'] = 'Il gruppo è vuoto'; +$a->strings['Group is empty'] = 'Il gruppo è vuoto'; $a->strings['Group: '] = 'Gruppo: '; $a->strings['Invalid request identifier.'] = 'Identificativo richiesta invalido.'; $a->strings['Discard'] = 'Scarta'; @@ -252,7 +251,7 @@ $a->strings['Profile Photos'] = 'Foto del profilo'; $a->strings['Album not found.'] = 'Album non trovato.'; $a->strings['Delete Album'] = 'Elimina album'; $a->strings['Delete Photo'] = 'Elimina foto'; -$a->strings['was tagged in a'] = 'è stato taggato in'; +$a->strings['was tagged in a'] = 'è stato taggato in'; $a->strings['by'] = 'da'; $a->strings['Image exceeds size limit of '] = 'L\'immagine supera il limite di dimensione di '; $a->strings['Unable to process image.'] = 'Impossibile elaborare l\'immagine.'; @@ -271,51 +270,52 @@ $a->strings['Edit photo'] = 'Modifica foto'; $a->strings['View Full Size'] = 'Vedi dimensione intera'; $a->strings['Tags: '] = 'Tag: '; $a->strings['[Remove any tag]'] = '[Rimuovi tutti i tag]'; +$a->strings['New album name'] = 'Nuovo nome album'; $a->strings['Caption'] = 'Didascalia'; $a->strings['Add a Tag'] = 'Aggiungi un tag'; $a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'] = 'Esempio: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'; $a->strings['Recent Photos'] = 'Foto recenti'; $a->strings['Upload New Photos'] = 'Carica nuova foto'; $a->strings['View Album'] = 'Vedi album'; -$a->strings['Image uploaded but image cropping failed.'] = 'Immagine caricata ma il ritaglio è fallito.'; +$a->strings['Image uploaded but image cropping failed.'] = 'Immagine caricata ma il ritaglio è fallito.'; $a->strings['Image size reduction [175] failed.'] = 'Riduzione dimensioni immagine [175] fallito.'; $a->strings['Image size reduction [80] failed.'] = 'Riduzione dimensioni immagine [80] fallito.'; $a->strings['Image size reduction [48] failed.'] = 'Riduzione dimensioni immagine [48] fallito.'; $a->strings['Unable to process image'] = 'Impossibile elaborare l\'immagine'; $a->strings['Image uploaded successfully.'] = 'Immagine caricata con successo.'; $a->strings['Image size reduction [640] failed.'] = 'Riduzione dimensioni immagine [640] fallito.'; -$a->strings['Profile Name is required.'] = 'Il Nome Profilo è richiesto .'; +$a->strings['Profile Name is required.'] = 'Il Nome Profilo è richiesto .'; $a->strings['Profile updated.'] = 'Profilo aggiornato.'; $a->strings['Profile deleted.'] = 'Profilo elminato.'; $a->strings['Profile-'] = 'Profilo-'; $a->strings['New profile created.'] = 'Nuovo profilo creato.'; $a->strings['Profile unavailable to clone.'] = 'Impossibile duplicare il plrofilo.'; -$a->strings['This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.'] = 'Questo è il tuo profilo <strong>publico</strong>.<br /><strong>Potrebbe</strong> essere visto da chiunque attraverso internet.'; -$a->strings['Age: '] = 'Età: '; +$a->strings['This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.'] = 'Questo è il tuo profilo <strong>publico</strong>.<br /><strong>Potrebbe</strong> essere visto da chiunque attraverso internet.'; +$a->strings['Age: '] = 'Età : '; $a->strings['Please enter the required information.'] = 'Inserisci le informazioni richieste.'; $a->strings['Please use a shorter name.'] = 'Usa un nome più corto.'; -$a->strings['Name too short.'] = 'Il Nome è troppo corto.'; +$a->strings['Name too short.'] = 'Il Nome è troppo corto.'; $a->strings['That doesn\'t appear to be your full (First Last) name.'] = 'Questo non sembra essere il tuo nome completo (Nome Cognome).'; -$a->strings['Your email domain is not among those allowed on this site.'] = 'Il dominio della tua email non è tra quelli autorizzati su questo sito.'; +$a->strings['Your email domain is not among those allowed on this site.'] = 'Il dominio della tua email non è tra quelli autorizzati su questo sito.'; $a->strings['Your "nickname" can only contain "a-z", "0-9", "-", and "_", and must also begin with a letter.'] = 'Il tuo \"soprannome\" puo\' contenere solo \"a-z\", \"0-9\", \"-\", e \"_\", e deve cominciare con una lettera.'; $a->strings['Nickname is already registered. Please choose another.'] = 'Soprannome già registrato. Scegline un\'altro.'; $a->strings['SERIOUS ERROR: Generation of security keys failed.'] = 'ERRORE GRAVE: Generazione delle chiavi di sicurezza fallito.'; -$a->strings['An error occurred during registration. Please try again.'] = 'Si è verificato un errore durante la registrazione. Prova ancora.'; -$a->strings['An error occurred creating your default profile. Please try again.'] = 'Si è verificato un errore creando il tuo profilo. Prova ancora.'; +$a->strings['An error occurred during registration. Please try again.'] = 'Si è verificato un errore durante la registrazione. Prova ancora.'; +$a->strings['An error occurred creating your default profile. Please try again.'] = 'Si è verificato un errore creando il tuo profilo. Prova ancora.'; $a->strings['Registration details for '] = 'Dettagli registrazione per '; $a->strings['Registration successful. Please check your email for further instructions.'] = 'Registrazione completata. Controlla la tua mail per ulteriori informazioni.'; -$a->strings['Failed to send email message. Here is the message that failed.'] = 'Errore inviando il messaggio email. Questo è il messaggio non inviato.'; +$a->strings['Failed to send email message. Here is the message that failed.'] = 'Errore inviando il messaggio email. Questo è il messaggio non inviato.'; $a->strings['Your registration can not be processed.'] = 'La tua registrazione non puo\' essere elaborata.'; $a->strings['Registration request at '] = 'Registrazione richiesta il '; -$a->strings['Your registration is pending approval by the site owner.'] = 'La tua richiesta è in attesa di approvazione da parte del prorietario del sito.'; +$a->strings['Your registration is pending approval by the site owner.'] = 'La tua richiesta è in attesa di approvazione da parte del prorietario del sito.'; $a->strings['You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \'Register\'.'] = 'Puoi (opzionalmento) riempire questa maschera via OpenID inserendo il tuo OpenID e cliccando \'Registra\'.'; $a->strings['If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.'] = 'Se non hai familiarità con OpenID, lascia quel campo in bianco e riempi il resto della maschera.'; $a->strings['Your OpenID (optional): '] = 'Il tuo OpenID (opzionale): '; -$a->strings['Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.'] = 'Il contenuto in comune è coperto dalla licenza <a href=\"http://creativecommons.org/licenses/by/3.0/deed.it\">Creative Commons Attribuzione 3.0</a>.'; +$a->strings['Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.'] = 'Il contenuto in comune è coperto dalla licenza <a href=\"http://creativecommons.org/licenses/by/3.0/deed.it\">Creative Commons Attribuzione 3.0</a>.'; $a->strings['Registration'] = 'Registrazione'; $a->strings['Your Full Name (e.g. Joe Smith): '] = 'Il tuo Nome Completo (p.e. Mario Rossi): '; $a->strings['Your Email Address: '] = 'Il tuo Indirizzo Email: '; -$a->strings['Choose a profile nickname. This must begin with a text character. Your global profile locator will then be \'<strong>nickname@$sitename</strong>\'.'] = 'Scegli un soprannome per il profilo. Deve cominciare con una lettera. L\'identificativo globale del tuo profilo sarà \'<strong>soprannome@$sitename</strong>\'.'; +$a->strings['Choose a profile nickname. This must begin with a text character. Your global profile locator will then be \'<strong>nickname@$sitename</strong>\'.'] = 'Scegli un soprannome per il profilo. Deve cominciare con una lettera. L\'identificativo globale del tuo profilo sarà \'<strong>soprannome@$sitename</strong>\'.'; $a->strings['Choose a nickname: '] = 'Scegli un soprannome: '; $a->strings['Register'] = 'Regitrati'; $a->strings['Please login.'] = 'Accedi.'; @@ -326,7 +326,7 @@ $a->strings['Passwords do not match. Password unchanged.'] = 'Le password non co $a->strings['Empty passwords are not allowed. Password unchanged.'] = 'Password vuote non sono consentite. Password non cambiata.'; $a->strings['Password changed.'] = 'Password cambiata.'; $a->strings['Password update failed. Please try again.'] = 'Aggiornamento password fallito. Prova ancora.'; -$a->strings[' Please use a shorter name.'] = ' Usa un nome più corto.'; +$a->strings[' Please use a shorter name.'] = ' Usa un nome più corto.'; $a->strings[' Name too short.'] = ' Nome troppo corto.'; $a->strings[' Not valid email.'] = ' Email non valida.'; $a->strings['Settings updated.'] = 'Impostazioni aggiornate.'; @@ -334,8 +334,8 @@ $a->strings['Plugin Settings'] = 'Impostazioni Plugin'; $a->strings['Account Settings'] = 'Impostazioni Account'; $a->strings['No Plugin settings configured'] = 'Nessuna impostazione Plugin configurata'; $a->strings['OpenID: '] = 'OpenID: '; -$a->strings[' (Optional) Allow this OpenID to login to this account.'] = ' (Opzionale) Permetti a questo OpenID di accedere a questo account.'; -$a->strings['Profile is <strong>not published</strong>.'] = 'Il profilo <strong>non è pubblicato</strong>.'; +$a->strings[' (Optional) Allow this OpenID to login to this account.'] = ' (Opzionale) Permetti a questo OpenID di accedere a questo account.'; +$a->strings['Profile is <strong>not published</strong>.'] = 'Il profilo <strong>non è pubblicato</strong>.'; $a->strings['Default Post Permissions'] = 'Permessi di default per i messaggi'; $a->strings['Tag removed'] = 'TAg rimosso'; $a->strings['Remove Item Tag'] = 'Rimuovi tag dall\'elemento'; @@ -355,7 +355,7 @@ $a->strings['OK, probably harmless'] = 'E\' ok, probabilmente innocuo'; $a->strings['Reputable, has my trust'] = 'Rispettabile, ha la mia fiducia'; $a->strings['Frequently'] = 'Frequentemente'; $a->strings['Hourly'] = 'Ogni ora'; -$a->strings['Twice daily'] = 'Due volte al dì'; +$a->strings['Twice daily'] = 'Due volte al dì'; $a->strings['Daily'] = 'Giornalmente'; $a->strings['Weekly'] = 'Settimanalmente'; $a->strings['Monthly'] = 'Mensilmente'; @@ -1003,11 +1003,11 @@ $a->strings['UTC'] = 'UTC'; $a->strings['W-SU'] = 'W-SU'; $a->strings['WET'] = 'WET'; $a->strings['Zulu'] = 'Zulu'; -$a->strings['Monday'] = 'Lunedì'; -$a->strings['Tuesday'] = 'Martedì'; -$a->strings['Wednesday'] = 'Mercoledì'; -$a->strings['Thursday'] = 'Giovedì'; -$a->strings['Friday'] = 'Venedrì'; +$a->strings['Monday'] = 'Lunedì'; +$a->strings['Tuesday'] = 'Martedì'; +$a->strings['Wednesday'] = 'Mercoledì'; +$a->strings['Thursday'] = 'Giovedì'; +$a->strings['Friday'] = 'Venerdì'; $a->strings['Saturday'] = 'Sabato'; $a->strings['Sunday'] = 'Domenica'; $a->strings['January'] = 'Gennaio'; @@ -1031,4 +1031,25 @@ $a->strings['Invalid OpenID url'] = 'Url OpenID non valido'; $a->strings['Cannot use that email.'] = 'Questa email non si puo\' usare.'; $a->strings['Normal View'] = 'Vista normale'; $a->strings['New Item View'] = 'Vista Nuovi Elementi'; +$a->strings[' Cannot change to that email.'] = 'Non puoi cambiare a quella email.'; +$a->strings['Birthday:'] = 'Compleanno:'; +$a->strings['Update now'] = 'Aggiorna adesso'; +$a->strings['This message was sent to you by '] = 'Questo messaggio è ti è stato inviato da '; +$a->strings[', a member of the Friendika social network.'] = ', un membro del social network Friendika'; +$a->strings['You may visit them online at'] = 'Puoi visitarli online a '; +$a->strings['Please contact the sender by replying to this post if you do not wish to receive these messages.'] = 'Contatta il mittente rispondendo a questo post se non vuoi ricevere questi messaggi.'; +$a->strings['posted an update.'] = 'ha inviato un aggiornamento.'; +$a->strings['CC: email addresses'] = 'CC: indirizzi email'; +$a->strings['Example: bob@example.com, mary@example.com'] = 'Esempio: bob@example.com, mary@example.com'; +$a->strings['Embedding disabled'] = 'Inclusione disabilitata'; +$a->strings['Upload a file'] = 'Carica un file'; +$a->strings['Drop files here to upload'] = 'Trascina un file qui per caricarlo'; +$a->strings['Failed'] = 'Fallito'; +$a->strings['No files were uploaded.'] = 'Nessun file è stato caricato.'; +$a->strings['Uploaded file is empty'] = 'Il file caricato è vuoto'; +$a->strings['Uploaded file is too large'] = 'Il file caricato è troppo grande'; +$a->strings['File has an invalid extension, it should be one of '] = 'Il file ha una estensione non valida, dovrebbe essere una di '; +$a->strings['Upload was cancelled, or server error encountered'] = 'Il caricamento è stato cancellato, o si è verificato un errore sul server'; +$a->strings['Randplace Settings'] = 'Impostazioni Randplace'; +$a->strings['Enable Randplace Plugin'] = 'Abilita il plugin Randplace'; ?> |