Skip to content

Commit 7752930

Browse files
author
moglia
committed
Updated brazilian portuguese error status html pages.
1 parent 6ed7df5 commit 7752930

File tree

7 files changed

+427
-427
lines changed

7 files changed

+427
-427
lines changed

server/conf/error/br/400.html

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4-
<head>
5-
<title>ERROR 400 - Bad Request!</title>
6-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7-
<meta name="robots" content="noindex" />
8-
<style type="text/css"><!--
9-
body {
10-
color: #444444;
11-
background-color: #EEEEEE;
12-
font-family: 'Trebuchet MS', sans-serif;
13-
font-size: 80%;
14-
}
15-
h1 {}
16-
h2 { font-size: 1.2em; }
17-
#page{
18-
background-color: #FFFFFF;
19-
width: 60%;
20-
margin: 24px auto;
21-
padding: 12px;
22-
}
23-
#header {
24-
padding: 6px ;
25-
text-align: center;
26-
}
27-
.status3xx { background-color: #475076; color: #FFFFFF; }
28-
.status4xx { background-color: #C55042; color: #FFFFFF; }
29-
.status5xx { background-color: #F2E81A; color: #000000; }
30-
#content {
31-
padding: 4px 0 24px 0;
32-
}
33-
#footer {
34-
color: #666666;
35-
background: #f9f9f9;
36-
padding: 10px 20px;
37-
border-top: 5px #efefef solid;
38-
font-size: 0.8em;
39-
text-align: center;
40-
}
41-
#footer a {
42-
color: #999999;
43-
}
44-
--></style>
45-
</head>
46-
<body>
47-
<div id="page">
48-
<div id="header" class="status4xx">
49-
<h1>ERROR 400 - Bad Request!</h1>
50-
</div>
51-
<div id="content">
52-
<h2>The following error occurred:</h2>
53-
<p>You have used invalid syntax.</p>
54-
<P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p>
55-
</div>
56-
<div id="footer">
57-
<p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
58-
</div>
59-
</div>
60-
</body>
61-
</html>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<head>
5+
<title>ERROR 400 - Requisição ruim!</title>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7+
<meta name="robots" content="noindex" />
8+
<style type="text/css"><!--
9+
body {
10+
color: #444444;
11+
background-color: #EEEEEE;
12+
font-family: 'Trebuchet MS', sans-serif;
13+
font-size: 80%;
14+
}
15+
h1 {}
16+
h2 { font-size: 1.2em; }
17+
#page{
18+
background-color: #FFFFFF;
19+
width: 60%;
20+
margin: 24px auto;
21+
padding: 12px;
22+
}
23+
#header {
24+
padding: 6px ;
25+
text-align: center;
26+
}
27+
.status3xx { background-color: #475076; color: #FFFFFF; }
28+
.status4xx { background-color: #C55042; color: #FFFFFF; }
29+
.status5xx { background-color: #F2E81A; color: #000000; }
30+
#content {
31+
padding: 4px 0 24px 0;
32+
}
33+
#footer {
34+
color: #666666;
35+
background: #f9f9f9;
36+
padding: 10px 20px;
37+
border-top: 5px #efefef solid;
38+
font-size: 0.8em;
39+
text-align: center;
40+
}
41+
#footer a {
42+
color: #999999;
43+
}
44+
--></style>
45+
</head>
46+
<body>
47+
<div id="page">
48+
<div id="header" class="status4xx">
49+
<h1>ERROR 400 - Requisição ruim!</h1>
50+
</div>
51+
<div id="content">
52+
<h2>O seguinte erro ocorreu:</h2>
53+
<p>Você usou uma sintaxe inválida.</p>
54+
<P>Se tiver qualquer dúvida extra sobre este erro contate seu webmaster.</p>
55+
</div>
56+
<div id="footer">
57+
<p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
58+
</div>
59+
</div>
60+
</body>
61+
</html>

server/conf/error/br/401.html

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4-
<head>
5-
<title>ERROR 401 - Unauthorized!</title>
6-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7-
<meta name="robots" content="noindex" />
8-
<style type="text/css"><!--
9-
body {
10-
color: #444444;
11-
background-color: #EEEEEE;
12-
font-family: 'Trebuchet MS', sans-serif;
13-
font-size: 80%;
14-
}
15-
h1 {}
16-
h2 { font-size: 1.2em; }
17-
#page{
18-
background-color: #FFFFFF;
19-
width: 60%;
20-
margin: 24px auto;
21-
padding: 12px;
22-
}
23-
#header {
24-
padding: 6px ;
25-
text-align: center;
26-
}
27-
.status3xx { background-color: #475076; color: #FFFFFF; }
28-
.status4xx { background-color: #C55042; color: #FFFFFF; }
29-
.status5xx { background-color: #F2E81A; color: #000000; }
30-
#content {
31-
padding: 4px 0 24px 0;
32-
}
33-
#footer {
34-
color: #666666;
35-
background: #f9f9f9;
36-
padding: 10px 20px;
37-
border-top: 5px #efefef solid;
38-
font-size: 0.8em;
39-
text-align: center;
40-
}
41-
#footer a {
42-
color: #999999;
43-
}
44-
--></style>
45-
</head>
46-
<body>
47-
<div id="page">
48-
<div id="header" class="status4xx">
49-
<h1>ERROR 401 - Unauthorized!</h1>
50-
</div>
51-
<div id="content">
52-
<h2>The following error occurred:</h2>
53-
<p>The URL requested requires authorisation.</p>
54-
<P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p>
55-
</div>
56-
<div id="footer">
57-
<p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
58-
</div>
59-
</div>
60-
</body>
61-
</html>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<head>
5+
<title>ERRO 401 - Não autorizado!</title>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7+
<meta name="robots" content="noindex" />
8+
<style type="text/css"><!--
9+
body {
10+
color: #444444;
11+
background-color: #EEEEEE;
12+
font-family: 'Trebuchet MS', sans-serif;
13+
font-size: 80%;
14+
}
15+
h1 {}
16+
h2 { font-size: 1.2em; }
17+
#page{
18+
background-color: #FFFFFF;
19+
width: 60%;
20+
margin: 24px auto;
21+
padding: 12px;
22+
}
23+
#header {
24+
padding: 6px ;
25+
text-align: center;
26+
}
27+
.status3xx { background-color: #475076; color: #FFFFFF; }
28+
.status4xx { background-color: #C55042; color: #FFFFFF; }
29+
.status5xx { background-color: #F2E81A; color: #000000; }
30+
#content {
31+
padding: 4px 0 24px 0;
32+
}
33+
#footer {
34+
color: #666666;
35+
background: #f9f9f9;
36+
padding: 10px 20px;
37+
border-top: 5px #efefef solid;
38+
font-size: 0.8em;
39+
text-align: center;
40+
}
41+
#footer a {
42+
color: #999999;
43+
}
44+
--></style>
45+
</head>
46+
<body>
47+
<div id="page">
48+
<div id="header" class="status4xx">
49+
<h1>ERRO 401 - Não autorizado!</h1>
50+
</div>
51+
<div id="content">
52+
<h2>O seguinte erro ocorreu:</h2>
53+
<p>O endereço requisitado necessita de autorização para acesso. </p>
54+
<P>Se tiver qualquer dúvida extra sobre este erro contate seu webmaster.</p>
55+
</div>
56+
<div id="footer">
57+
<p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
58+
</div>
59+
</div>
60+
</body>
61+
</html>

server/conf/error/br/403.html

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4-
<head>
5-
<title>ERROR 403 - Forbidden!</title>
6-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7-
<meta name="robots" content="noindex" />
8-
<style type="text/css"><!--
9-
body {
10-
color: #444444;
11-
background-color: #EEEEEE;
12-
font-family: 'Trebuchet MS', sans-serif;
13-
font-size: 80%;
14-
}
15-
h1 {}
16-
h2 { font-size: 1.2em; }
17-
#page{
18-
background-color: #FFFFFF;
19-
width: 60%;
20-
margin: 24px auto;
21-
padding: 12px;
22-
}
23-
#header {
24-
padding: 6px ;
25-
text-align: center;
26-
}
27-
.status3xx { background-color: #475076; color: #FFFFFF; }
28-
.status4xx { background-color: #C55042; color: #FFFFFF; }
29-
.status5xx { background-color: #F2E81A; color: #000000; }
30-
#content {
31-
padding: 4px 0 24px 0;
32-
}
33-
#footer {
34-
color: #666666;
35-
background: #f9f9f9;
36-
padding: 10px 20px;
37-
border-top: 5px #efefef solid;
38-
font-size: 0.8em;
39-
text-align: center;
40-
}
41-
#footer a {
42-
color: #999999;
43-
}
44-
--></style>
45-
</head>
46-
<body>
47-
<div id="page">
48-
<div id="header" class="status4xx">
49-
<h1>ERROR 403 - Forbidden!</h1>
50-
</div>
51-
<div id="content">
52-
<h2>The following error occurred:</h2>
53-
<p>You are not permitted to access the requested URL.</p>
54-
<P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p>
55-
</div>
56-
<div id="footer">
57-
<p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
58-
</div>
59-
</div>
60-
</body>
61-
</html>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<head>
5+
<title>ERRO 403 - Acesso negado!</title>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7+
<meta name="robots" content="noindex" />
8+
<style type="text/css"><!--
9+
body {
10+
color: #444444;
11+
background-color: #EEEEEE;
12+
font-family: 'Trebuchet MS', sans-serif;
13+
font-size: 80%;
14+
}
15+
h1 {}
16+
h2 { font-size: 1.2em; }
17+
#page{
18+
background-color: #FFFFFF;
19+
width: 60%;
20+
margin: 24px auto;
21+
padding: 12px;
22+
}
23+
#header {
24+
padding: 6px ;
25+
text-align: center;
26+
}
27+
.status3xx { background-color: #475076; color: #FFFFFF; }
28+
.status4xx { background-color: #C55042; color: #FFFFFF; }
29+
.status5xx { background-color: #F2E81A; color: #000000; }
30+
#content {
31+
padding: 4px 0 24px 0;
32+
}
33+
#footer {
34+
color: #666666;
35+
background: #f9f9f9;
36+
padding: 10px 20px;
37+
border-top: 5px #efefef solid;
38+
font-size: 0.8em;
39+
text-align: center;
40+
}
41+
#footer a {
42+
color: #999999;
43+
}
44+
--></style>
45+
</head>
46+
<body>
47+
<div id="page">
48+
<div id="header" class="status4xx">
49+
<h1>ERRO 403 - Acesso negado!</h1>
50+
</div>
51+
<div id="content">
52+
<h2>O seguinte erro ocorreu:</h2>
53+
<p>Não foi permitido o seu acesso ao endereço especificado. </p>
54+
<P>Se tiver qualquer dúvida extra sobre este erro contate seu webmaster.</p>
55+
</div>
56+
<div id="footer">
57+
<p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
58+
</div>
59+
</div>
60+
</body>
61+
</html>

0 commit comments

Comments
 (0)