From b9a3ef486ebcde18a5ade37865ff8f397185d24f Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sun, 24 Jul 2016 05:30:59 -0400
Subject: [PATCH] Fixed #3979 Mailbox users unable to save autoresponders

---
 server/conf/error/it/500.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/server/conf/error/it/500.html b/server/conf/error/it/500.html
index 43864a7..5a3dd04 100644
--- a/server/conf/error/it/500.html
+++ b/server/conf/error/it/500.html
@@ -2,7 +2,7 @@
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-    <title>ERROR 500 - Internal Server Error!</title>
+    <title>ERROR 500 - Errore Interno del Server!</title>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta name="robots" content="noindex" />
     <style type="text/css"><!--
@@ -46,12 +46,12 @@
 <body>
     <div id="page">
         <div id="header" class="status5xx">
-            <h1>ERROR 500 - Internal Server Error!</h1>
+            <h1>ERROR 500 - Errore Interno del Server!</h1>
         </div>
         <div id="content">
-            <h2>The following error occurred:</h2>
-            <p>The requested URL caused an internal server error.</p>
-			<P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p>
+            <h2>Si รจ verificato il seguente errore:</h2>
+            <p>L'indirizzo richiesto ha causato un errore interno del server.</p>
+			<p>Se questo messaggio si ripete, contattare il <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p>
         </div>
         <div id="footer">
             <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>

--
Gitblit v1.9.1