diff options
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" ); |