diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-19 08:27:13 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-19 08:27:13 -0400 |
commit | 6aee83cadf20f11b23e3fa8db1dcc8a7773deb9e (patch) | |
tree | 9e8cb89f6666c8161c987006f5efc072b6d277f6 /core/l10n/it.php | |
parent | e61d961efb6d7302f2e0371bdc27bbc1396bb1b8 (diff) | |
download | nextcloud-server-6aee83cadf20f11b23e3fa8db1dcc8a7773deb9e.tar.gz nextcloud-server-6aee83cadf20f11b23e3fa8db1dcc8a7773deb9e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/it.php')
-rw-r--r-- | core/l10n/it.php | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/core/l10n/it.php b/core/l10n/it.php index 68bd6ff78ca..dead0fab87c 100644 --- a/core/l10n/it.php +++ b/core/l10n/it.php @@ -99,8 +99,9 @@ $TRANSLATIONS = array( "Enter new" => "Inserisci nuovo", "Delete" => "Elimina", "Add" => "Aggiungi", -"Edit tags" => "Modifica tag", -"No tags selected for deletion." => "Nessuna tag selezionata per l'eliminazione.", +"Edit tags" => "Modifica etichette", +"Error loading dialog template: {error}" => "Errore durante il caricamento del modello di finestra: {error}", +"No tags selected for deletion." => "Nessuna etichetta 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", @@ -121,7 +122,13 @@ $TRANSLATIONS = array( "Apps" => "Applicazioni", "Admin" => "Admin", "Help" => "Aiuto", -"Error loading tags" => "Errore di caricamento tag", +"Error loading tags" => "Errore di caricamento delle etichette", +"Tag already exists" => "L'etichetta esiste già", +"Error deleting tag(s)" => "Errore di eliminazione delle etichette", +"Error tagging" => "Errore di assegnazione delle etichette", +"Error untagging" => "Errore di rimozione delle etichette", +"Error favoriting" => "Errore di creazione dei preferiti", +"Error unfavoriting" => "Errore di rimozione dai preferiti", "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", @@ -151,8 +158,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.", +"Server side authentication failed!" => "Autenticazione lato server non riuscita!", +"Please contact your administrator." => "Contatta il tuo amministratore di sistema.", "Lost your password?" => "Hai perso la password?", "remember" => "ricorda", "Log in" => "Accedi", |