diff options
Diffstat (limited to 'settings/l10n/it.php')
-rw-r--r-- | settings/l10n/it.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/settings/l10n/it.php b/settings/l10n/it.php index d140819e454..fc680f1e150 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Enabled" => "Abilitata", +"Not enabled" => "Non abilitata", +"Recommended" => "Consigliata", "Authentication error" => "Errore di autenticazione", "Your full name has been changed." => "Il tuo nome completo è stato cambiato.", "Unable to change full name" => "Impossibile cambiare il nome completo", @@ -31,6 +34,7 @@ $TRANSLATIONS = array( "Unable to change password" => "Impossibile cambiare la password", "Saved" => "Salvato", "test email settings" => "prova impostazioni email", +"A problem occurred while sending the email. Please revise your settings." => "Si è verificato un problema durante l'invio dell'email. Controlla le tue impostazioni.", "Email sent" => "Email inviata", "You need to set your user email before being able to send test emails." => "Devi impostare l'indirizzo del tuo utente prima di poter provare l'invio delle email.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Sei sicuro di voler aggiungere \"{domain}\" come dominio attendibile?", @@ -146,6 +150,7 @@ $TRANSLATIONS = array( "Credentials" => "Credenziali", "SMTP Username" => "Nome utente SMTP", "SMTP Password" => "Password SMTP", +"Store credentials" => "Memorizza le credenziali", "Test email settings" => "Prova impostazioni email", "Send email" => "Invia email", "Log" => "Log", @@ -154,9 +159,14 @@ $TRANSLATIONS = array( "Less" => "Meno", "Version" => "Versione", "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Sviluppato dalla <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunità di ownCloud</a>, il <a href=\"https://github.com/owncloud\" target=\"_blank\">codice sorgente</a> è rilasciato nei termini della licenza <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.", +"More apps" => "Altre applicazioni", +"Add your app" => "Aggiungi la tua applicazione", +"by" => "di", +"licensed" => "sotto licenza", "Documentation:" => "Documentazione:", "User Documentation" => "Documentazione utente", "Admin Documentation" => "Documentazione di amministrazione", +"Update to %s" => "Aggiornato a %s", "Enable only for specific groups" => "Abilita solo per gruppi specifici", "Uninstall App" => "Disinstalla applicazione", "Administrator Documentation" => "Documentazione amministratore", |