summaryrefslogtreecommitdiffstats
path: root/core/l10n/it.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/it.php')
-rw-r--r--core/l10n/it.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/core/l10n/it.php b/core/l10n/it.php
new file mode 100644
index 00000000000..4bd8dfd7b3e
--- /dev/null
+++ b/core/l10n/it.php
@@ -0,0 +1,21 @@
+<?php $TRANSLATIONS = array(
+"Login failed!" => "Login fallito!",
+"remember" => "ricorda",
+"Create an <strong>admin account</strong>" => "Crea un &lt;strong&gt;account amministratore&lt;/strong&gt;",
+"Username" => "Nome utente",
+"Password" => "Password",
+"Configure the database" => "Configura il database",
+"will be used" => "sarĂ  usato",
+"Database user" => "Utente database",
+"Database password" => "Password database",
+"Database name" => "Nome database",
+"Advanced" => "Opzioni avanzate",
+"Host" => "Host",
+"Table prefix" => "Prefisso tabella",
+"Data folder" => "Cartella dati",
+"Finish setup" => "Termina",
+"prev" => "precedente",
+"next" => "successivo",
+"You are logged out." => "Sei uscito.",
+"Settings" => "Impostazioni"
+);