diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-04 09:22:43 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-04 09:22:43 +0100 |
commit | 51bcfb649fe2a20c9b8b1e66bc59e39da80d326b (patch) | |
tree | ef804b85942d5774a2c680d9696b65f3dc88d417 /view/it/strings.php | |
parent | f3005918aff04fc435d0f526bf235bd95468294c (diff) | |
parent | f057cc3a70dd7435b4e9e8a2a07406f0f25e3f2a (diff) | |
download | volse-hubzilla-51bcfb649fe2a20c9b8b1e66bc59e39da80d326b.tar.gz volse-hubzilla-51bcfb649fe2a20c9b8b1e66bc59e39da80d326b.tar.bz2 volse-hubzilla-51bcfb649fe2a20c9b8b1e66bc59e39da80d326b.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/it/strings.php')
-rw-r--r-- | view/it/strings.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/view/it/strings.php b/view/it/strings.php index 217f04410..801516310 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -91,11 +91,11 @@ $a->strings['Contact record was not found for you on our site.'] = 'Il contatto $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['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 alle "; +$a->strings["Connection accepted at "] = "Connessione accettata su "; $a->strings['Administrator'] = 'Amministratore'; -$a->strings['New mail received at '] = 'Nuova mail ricevuta alle '; -$a->strings[' commented on an item at '] = ' commentato un elemento alle '; -$a->strings[" commented on an item at "] = " commentato un elemento alle "; +$a->strings['New mail received at '] = 'Nuova mail ricevuta su '; +$a->strings[' commented on an item at '] = ' commentato un elemento 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.'; @@ -189,8 +189,8 @@ $a->strings['To accept this invitation, please visit:'] = 'Per accettare questo $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.'; $a->strings['Empty post discarded.'] = 'Messaggio vuoto scartato.'; -$a->strings[" commented on your item at "] = " ha commentato il tuo elemento alle "; -$a->strings[" posted on your profile wall at "] = " ha inviato un messaggio sulla tua bachecha alle "; +$a->strings[" commented on your item at "] = " ha commentato il tuo elemento su "; +$a->strings[" posted on your profile wall at "] = " ha inviato un messaggio sulla tua bachecha su "; $a->strings['Facebook status update failed.'] = 'Aggiornamento stato Facebook fallito.'; $a->strings['photo'] = 'foto'; $a->strings['status'] = 'stato'; @@ -199,7 +199,7 @@ $a->strings['doesn\'t like'] = 'non apprezza'; $a->strings['\'s'] = '\'s'; $a->strings['Remote privacy information not available.'] = 'Informazioni remote sulla privacy non disponibili.'; $a->strings['Visible to:'] = 'Visibile a:'; -$a->strings['Password reset requested at '] = 'Resetta password richiesta alle '; +$a->strings['Password reset requested at '] = 'Richiesta di resettare la password su '; $a->strings['No recipient selected.'] = 'Nessun destinatario selezionato.'; $a->strings['[no subject]'] = '[nessun oggetto]'; $a->strings['Unable to locate contact information.'] = 'Impossibile trovare le informazioni del contatto.'; |