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