From b283598a07dfdd4e54f01f514b1bf8ae891b3a1d Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Thu, 21 Nov 2013 05:03:47 -0500
Subject: [PATCH] interface/web/dns/dns_wizard.php

---
 interface/web/sites/lib/lang/it.lng |   42 ++++++++++++++++++++++++++++++------------
 1 files changed, 30 insertions(+), 12 deletions(-)

diff --git a/interface/web/sites/lib/lang/it.lng b/interface/web/sites/lib/lang/it.lng
index 8704e12..62f50b7 100644
--- a/interface/web/sites/lib/lang/it.lng
+++ b/interface/web/sites/lib/lang/it.lng
@@ -1,17 +1,35 @@
 <?php
-$wb['Database'] = 'Database';
+$wb['Websites'] = 'Siti';
+$wb['Website'] = 'Siti';
+$wb['Subdomain'] = 'Sottodomini';
+$wb['Aliasdomain'] = 'Alias dominio';
+$wb['Database'] = 'Databases';
+$wb['Web Access'] = 'Web Access';
+$wb['FTP-User'] = 'Utente FTP';
+$wb['Webdav-User'] = 'Utente Webdav';
+$wb['Folder'] = 'Protected Folders';
+$wb['Folder users'] = 'Protected Folder Users';
+$wb['Command Line'] = 'Command Line';
+$wb['Shell-User'] = 'Utente Shell';
+$wb['Cron Jobs'] = 'Cron Jobs';
+$wb['Statistics'] = 'Statistiche';
+$wb['Web traffic'] = 'Traffico web';
+$wb['Website quota (Harddisk)'] = 'Quota sito web (Harddisk)';
+$wb['Cron'] = 'Cron';
+$wb['Stats'] = 'Statistiche';
+$wb['Shell'] = 'Shell';
+$wb['Webdav'] = 'WebDAV';
+$wb['FTP'] = 'FTP';
 $wb['Options'] = 'Opzioni';
-$wb['Shell User'] = 'Utente Shell';
-$wb['Domain'] = 'Domini';
+$wb['Domain'] = 'Dominio';
 $wb['Redirect'] = 'Redirect';
 $wb['SSL'] = 'SSL';
-$wb['Subdomain'] = 'Sottodomini';
-$wb['Sites'] = 'Sites';
-$wb['Aliasdomain'] = 'Alias domini';
-$wb['FTP-User'] = 'Utenti FTP';
-$wb['FTP'] = 'FTP';
-$wb['Shell-User'] = 'Utenti Shell';
-$wb['Shell'] = 'Shell';
-$wb['Websites'] = 'Siti';
-$wb['Stats'] = 'Statistics';
+$wb['Sites'] = 'Sito web';
+$wb['Database User'] = 'Database Users';
+$wb['APS Installer'] = 'APS Installer';
+$wb['Available packages'] = 'Available packages';
+$wb['Installed packages'] = 'Installed packages';
+$wb['Update Packagelist'] = 'Update Packagelist';
+$wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)';
+$wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.';
 ?>

--
Gitblit v1.9.1