From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 14 Oct 2013 08:57:25 -0400
Subject: [PATCH] Added missing empty directories from svn import

---
 interface/web/sites/lib/lang/it.lng |   45 +++++++++++++++++++++++----------------------
 1 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/interface/web/sites/lib/lang/it.lng b/interface/web/sites/lib/lang/it.lng
index 5000b37..62f50b7 100644
--- a/interface/web/sites/lib/lang/it.lng
+++ b/interface/web/sites/lib/lang/it.lng
@@ -1,28 +1,22 @@
 <?php
 $wb['Websites'] = 'Siti';
-    $wb['Website'] = 'Siti';
-    $wb['Subdomain'] = 'Sottodomini';
-    $wb['Aliasdomain'] = 'Alias dominio';
-
-    $wb['Database'] = 'Databases';
-    $wb['Database Users'] = 'Database Users';
-
+$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['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-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';
@@ -31,4 +25,11 @@
 $wb['Redirect'] = 'Redirect';
 $wb['SSL'] = 'SSL';
 $wb['Sites'] = 'Sito web';
-?>
\ No newline at end of file
+$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