diff options
Diffstat (limited to 'core/l10n/it.php')
-rw-r--r-- | core/l10n/it.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/it.php b/core/l10n/it.php index 1cb1a39c743..68bd6ff78ca 100644 --- a/core/l10n/it.php +++ b/core/l10n/it.php @@ -96,8 +96,11 @@ $TRANSLATIONS = array( "Email sent" => "Messaggio inviato", "Warning" => "Avviso", "The object type is not specified." => "Il tipo di oggetto non è specificato.", +"Enter new" => "Inserisci nuovo", "Delete" => "Elimina", "Add" => "Aggiungi", +"Edit tags" => "Modifica tag", +"No tags selected for deletion." => "Nessuna tag selezionata per l'eliminazione.", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "L'aggiornamento non è riuscito. Segnala il problema alla <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">comunità di ownCloud</a>.", "The update was successful. Redirecting you to ownCloud now." => "L'aggiornamento è stato effettuato correttamente. Stai per essere reindirizzato a ownCloud.", "%s password reset" => "Ripristino password di %s", @@ -118,6 +121,7 @@ $TRANSLATIONS = array( "Apps" => "Applicazioni", "Admin" => "Admin", "Help" => "Aiuto", +"Error loading tags" => "Errore di caricamento tag", "Access forbidden" => "Accesso negato", "Cloud not found" => "Nuvola non trovata", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ciao,\n\nvolevo informarti che %s ha condiviso %s con te.\nVedi: %s\n\n", @@ -147,6 +151,8 @@ $TRANSLATIONS = array( "Automatic logon rejected!" => "Accesso automatico rifiutato.", "If you did not change your password recently, your account may be compromised!" => "Se non hai cambiato la password recentemente, il tuo account potrebbe essere compromesso.", "Please change your password to secure your account again." => "Cambia la password per rendere nuovamente sicuro il tuo account.", +"Server side authentication failed!" => "Autenticazione lato server faillita!", +"Please contact your administrator." => "Per favore contatta l'amministratore di sistema.", "Lost your password?" => "Hai perso la password?", "remember" => "ricorda", "Log in" => "Accedi", |