diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-23 11:20:37 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-23 11:20:37 +0200 |
commit | 900382057db5527dccfdb4b62f3b35b153899908 (patch) | |
tree | 72ea03f99c1b23d1e076a3fdeae25efabc511116 /settings/l10n/it.php | |
parent | 391e064e67eaab5fb63ed568946af97b6a243fdd (diff) | |
download | nextcloud-server-900382057db5527dccfdb4b62f3b35b153899908.tar.gz nextcloud-server-900382057db5527dccfdb4b62f3b35b153899908.zip |
updated translations
Diffstat (limited to 'settings/l10n/it.php')
-rw-r--r-- | settings/l10n/it.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/settings/l10n/it.php b/settings/l10n/it.php index b7d8d840e16..86a68d63a26 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -1,16 +1,28 @@ <?php $TRANSLATIONS = array( "Authentication error" => "Errore nell'autenticazione", +"OpenID Changed" => "OpenID Modificato", "Invalid request" => "Richiesta non valida", "Language changed" => "Lingua modificata", "Ask a question" => "Fai una domanda", +"Problems connecting to help database." => "Problemi di connessione al database di aiutare.", +"Go there manually." => "Vai lì manualmente.", +"Answer" => "Risposta", "Select an App" => "Seleziona un applicazione", +"-licensed" => "-licensed", "by" => "da", +"You use" => "Si utilizza", +"of the available" => "su un totale di", "Your password got changed" => "La tua password è stata cambiata", +"Current password" => "Password attuale", "New password" => "Nuova password", "show" => "mostra", +"Change password" => "Modifica password", "Language" => "Lingua", +"Help translating" => "Aiuta nella traduzione", +"use this address to connect to your ownCloud in your file manager" => "usa questo indirizzo per connettersi al proprio ownCloud nel tuo file manager", "Name" => "Nome", "Password" => "Password", "Groups" => "Gruppi", -"Create" => "Crea" +"Create" => "Crea", +"Delete" => "Cancella" ); |