Skip to content

Commit 5d89813

Browse files
AntennipasiAntennipasi
authored andcommitted
Added finnish error-pages.
1 parent 57c8b25 commit 5d89813

File tree

7 files changed

+427
-0
lines changed

7 files changed

+427
-0
lines changed

server/conf/error/fi/400.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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>Virhe 400 - Virheellinen pyyntö!</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>Virhe 400 - Virheellinen pyyntö!</h1>
50+
</div>
51+
<div id="content">
52+
<h2>Seuraava virhe tapahtui:</h2>
53+
<p>Olet käyttänyt virheellistä kirjoitusasua.</p>
54+
<P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</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/fi/401.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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>Virhe 401 - Ei sallittu!</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>Virhe 401 - Ei sallittu!</h1>
50+
</div>
51+
<div id="content">
52+
<h2>Seuraava virhe tapahtui:</h2>
53+
<p>Tämä URL-osoite tarvitsee tunnistaumisen.</p>
54+
<P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</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/fi/403.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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>Virhe 403 - Kielletty!</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>Virhe 403 - Kielletty!</h1>
50+
</div>
51+
<div id="content">
52+
<h2>Seuraava virhe tapahtui:</h2>
53+
<p>Sinulle ei ole sallittu pääsy pyytämääsi URL-osoitteeseen.</p>
54+
<P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</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/fi/404.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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>Virhe 404 - Kohdetta ei löydy!</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>Virhe 404 - Kohdetta ei löydy!</h1>
50+
</div>
51+
<div id="content">
52+
<h2>Seuraava virhe tapahtui:</h2>
53+
<p>Pyytämääsi URL-osoitetta ei löydy tältä palvelimelta.</p>
54+
<P>Tarkista osoite tai ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--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/fi/405.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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>Virhe 405 - Metodi ei ole sallittu!</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>Virhe 405 - Metodi ei ole sallittu!</h1>
50+
</div>
51+
<div id="content">
52+
<h2>Seuraava virhe tapahtui:</h2>
53+
<p>Käyttämäsi metodi ei ole sallittu.</p>
54+
<P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</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/fi/500.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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>Virhe 500 - Palvelimen sisäinen virhe!</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="status5xx">
49+
<h1>Virhe 500 - Palvelimen sisäinen virhe!</h1>
50+
</div>
51+
<div id="content">
52+
<h2>Seuraava virhe tapahtui:</h2>
53+
<p>Pyydetty URL-osoite aiheutti palvelimen sisäisen virheen.</p>
54+
<P>Jos saat tämän virheen toistuvasti, ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--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)