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/br/503.html | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/conf/error/br/503.html b/server/conf/error/br/503.html index eb55a56..fe563ee 100644 --- a/server/conf/error/br/503.html +++ b/server/conf/error/br/503.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 503 - Service Unavailable!</title> + <title>ERRO 503 - Serviço Indisponível!</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex" /> <style type="text/css"><!-- @@ -46,13 +46,13 @@ <body> <div id="page"> <div id="header" class="status5xx"> - <h1>ERROR 503 - Service Unavailable!</h1> + <h1>ERRO 503 - Serviço Indisponível!</h1> </div> <div id="content"> - <h2>The following error occurred:</h2> - <p>The Service is not available at the moment due to a temporary overloading or maintenance of the server. Please try again later.</p> - <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> - </div> + <h2>O seguinte erro ocorreu:</h2> + <p>O serviço não está disponível no momento por uma sobrecarga temporária ou processo de manutenção. Por favor tente mais tarde</p> + <P>Se tiver qualquer dúvida extra sobre este erro contate seu webmaster.</p> + </div> <div id="footer"> <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> </div> -- Gitblit v1.9.1