diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-18 11:46:49 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-18 11:46:49 +0200 |
commit | 6720a45d65dd0627489e3766e584066a17233432 (patch) | |
tree | 773f891921e87db75bd240d543095a33ec473544 /settings/l10n/it.php | |
parent | 8fb75f379a8fb155f4d36233864e4e62e21d538b (diff) | |
download | nextcloud-server-6720a45d65dd0627489e3766e584066a17233432.tar.gz nextcloud-server-6720a45d65dd0627489e3766e584066a17233432.zip |
updated translations
Diffstat (limited to 'settings/l10n/it.php')
-rw-r--r-- | settings/l10n/it.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/settings/l10n/it.php b/settings/l10n/it.php new file mode 100644 index 00000000000..b7d8d840e16 --- /dev/null +++ b/settings/l10n/it.php @@ -0,0 +1,16 @@ +<?php $TRANSLATIONS = array( +"Authentication error" => "Errore nell'autenticazione", +"Invalid request" => "Richiesta non valida", +"Language changed" => "Lingua modificata", +"Ask a question" => "Fai una domanda", +"Select an App" => "Seleziona un applicazione", +"by" => "da", +"Your password got changed" => "La tua password รจ stata cambiata", +"New password" => "Nuova password", +"show" => "mostra", +"Language" => "Lingua", +"Name" => "Nome", +"Password" => "Password", +"Groups" => "Gruppi", +"Create" => "Crea" +); |