From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 11 Jun 2012 05:00:57 -0400
Subject: [PATCH] Updated version number to 3.0.4.6

---
 interface/web/sites/lib/lang/it_web_domain.lng |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/interface/web/sites/lib/lang/it_web_domain.lng b/interface/web/sites/lib/lang/it_web_domain.lng
index d0eda1c..cd40e19 100644
--- a/interface/web/sites/lib/lang/it_web_domain.lng
+++ b/interface/web/sites/lib/lang/it_web_domain.lng
@@ -1,6 +1,6 @@
 <?php
 $wb['ssl_state_txt'] = 'Stato';
-$wb['ssl_locality_txt'] = 'Località';
+$wb['ssl_locality_txt'] = 'Locality';
 $wb['ssl_organisation_txt'] = 'Organizzazione';
 $wb['ssl_organisation_unit_txt'] = 'Organisation Unit';
 $wb['ssl_country_txt'] = 'Regione';
@@ -24,18 +24,18 @@
 $wb['traffic_quota_txt'] = 'Quota Traffico';
 $wb['cgi_txt'] = 'CGI';
 $wb['ssi_txt'] = 'SSI';
-$wb['errordocs_txt'] = 'Erorri personalizzati';
+$wb['errordocs_txt'] = 'Errori personalizzati';
 $wb['ssl_txt'] = 'SSL';
 $wb['suexec_txt'] = 'SuEXEC';
 $wb['php_txt'] = 'PHP';
 $wb['client_txt'] = 'Cliente';
-$wb['limit_web_domain_txt'] = 'E stato raggiunto il numero massimo di domini web per il tuo account.';
-$wb['limit_web_aliasdomain_txt'] = 'E stato raggiunto il numero massimo di alias web per il tuo account.';
-$wb['limit_web_subdomain_txt'] = 'E stato raggiunto il numero massimo di sotto-domini per il tuo account.';
-$wb['apache_directives_txt'] = 'Direttive Apache';
-$wb['domain_error_empty'] = 'Il campo Dominio è vuoto.';
+$wb['limit_web_domain_txt'] = 'The max. number of web domains for your account is reached.';
+$wb['limit_web_aliasdomain_txt'] = 'The max. number of aliasdomains for your account is reached.';
+$wb['limit_web_subdomain_txt'] = 'The max. number of web subdomains for your account is reached.';
+$wb['apache_directives_txt'] = 'Apache directives';
+$wb['domain_error_empty'] = 'Domain is empty.';
 $wb['domain_error_unique'] = 'Domain must be unique.';
-$wb['domain_error_regex'] = 'Il campo Dominio non è valido.';
+$wb['domain_error_regex'] = 'Domain name invalid.';
 $wb['hd_quota_error_empty'] = 'Harddisk quota is empty.';
 $wb['traffic_quota_error_empty'] = 'Traffic quota is empty.';
 $wb['error_ssl_state_empty'] = 'SSL State is empty.';
@@ -89,4 +89,6 @@
 $wb['pm_start_servers_error_regex'] = 'PHP-FPM pm.start_servers must be a positive integer value.';
 $wb['pm_min_spare_servers_error_regex'] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.';
 $wb['pm_max_spare_servers_error_regex'] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.';
+$wb['hd_quota_error_regex'] = 'Harddisk quota is invalid.';
+$wb['traffic_quota_error_regex'] = 'Traffic quota is invalid.';
 ?>

--
Gitblit v1.9.1