From 5d89813b0925628fc57bdea6a57de7a16f4b3102 Mon Sep 17 00:00:00 2001 From: Antennipasi <Antennipasi@ispconfig3> Date: Mon, 29 Dec 2008 08:41:17 -0500 Subject: [PATCH] Added finnish error-pages. --- server/conf/error/fi/404.html | 61 +++++++ server/conf/error/fi/401.html | 61 +++++++ server/conf/error/fi/503.html | 61 +++++++ server/conf/error/fi/403.html | 61 +++++++ server/conf/error/fi/405.html | 61 +++++++ server/conf/error/fi/400.html | 61 +++++++ server/conf/error/fi/500.html | 61 +++++++ 7 files changed, 427 insertions(+), 0 deletions(-) diff --git a/server/conf/error/fi/400.html b/server/conf/error/fi/400.html new file mode 100644 index 0000000..821ec0a --- /dev/null +++ b/server/conf/error/fi/400.html @@ -0,0 +1,61 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "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>Virhe 400 - Virheellinen pyyntö!</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="robots" content="noindex" /> + <style type="text/css"><!-- + body { + color: #444444; + background-color: #EEEEEE; + font-family: 'Trebuchet MS', sans-serif; + font-size: 80%; + } + h1 {} + h2 { font-size: 1.2em; } + #page{ + background-color: #FFFFFF; + width: 60%; + margin: 24px auto; + padding: 12px; + } + #header { + padding: 6px ; + text-align: center; + } + .status3xx { background-color: #475076; color: #FFFFFF; } + .status4xx { background-color: #C55042; color: #FFFFFF; } + .status5xx { background-color: #F2E81A; color: #000000; } + #content { + padding: 4px 0 24px 0; + } + #footer { + color: #666666; + background: #f9f9f9; + padding: 10px 20px; + border-top: 5px #efefef solid; + font-size: 0.8em; + text-align: center; + } + #footer a { + color: #999999; + } + --></style> +</head> +<body> + <div id="page"> + <div id="header" class="status4xx"> + <h1>Virhe 400 - Virheellinen pyyntö!</h1> + </div> + <div id="content"> + <h2>Seuraava virhe tapahtui:</h2> + <p>Olet käyttänyt virheellistä kirjoitusasua.</p> + <P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</p> + </div> + <div id="footer"> + <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + </div> + </div> +</body> +</html> diff --git a/server/conf/error/fi/401.html b/server/conf/error/fi/401.html new file mode 100644 index 0000000..4d31371 --- /dev/null +++ b/server/conf/error/fi/401.html @@ -0,0 +1,61 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "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>Virhe 401 - Ei sallittu!</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="robots" content="noindex" /> + <style type="text/css"><!-- + body { + color: #444444; + background-color: #EEEEEE; + font-family: 'Trebuchet MS', sans-serif; + font-size: 80%; + } + h1 {} + h2 { font-size: 1.2em; } + #page{ + background-color: #FFFFFF; + width: 60%; + margin: 24px auto; + padding: 12px; + } + #header { + padding: 6px ; + text-align: center; + } + .status3xx { background-color: #475076; color: #FFFFFF; } + .status4xx { background-color: #C55042; color: #FFFFFF; } + .status5xx { background-color: #F2E81A; color: #000000; } + #content { + padding: 4px 0 24px 0; + } + #footer { + color: #666666; + background: #f9f9f9; + padding: 10px 20px; + border-top: 5px #efefef solid; + font-size: 0.8em; + text-align: center; + } + #footer a { + color: #999999; + } + --></style> +</head> +<body> + <div id="page"> + <div id="header" class="status4xx"> + <h1>Virhe 401 - Ei sallittu!</h1> + </div> + <div id="content"> + <h2>Seuraava virhe tapahtui:</h2> + <p>Tämä URL-osoite tarvitsee tunnistaumisen.</p> + <P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</p> + </div> + <div id="footer"> + <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + </div> + </div> +</body> +</html> diff --git a/server/conf/error/fi/403.html b/server/conf/error/fi/403.html new file mode 100644 index 0000000..465b668 --- /dev/null +++ b/server/conf/error/fi/403.html @@ -0,0 +1,61 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "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>Virhe 403 - Kielletty!</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="robots" content="noindex" /> + <style type="text/css"><!-- + body { + color: #444444; + background-color: #EEEEEE; + font-family: 'Trebuchet MS', sans-serif; + font-size: 80%; + } + h1 {} + h2 { font-size: 1.2em; } + #page{ + background-color: #FFFFFF; + width: 60%; + margin: 24px auto; + padding: 12px; + } + #header { + padding: 6px ; + text-align: center; + } + .status3xx { background-color: #475076; color: #FFFFFF; } + .status4xx { background-color: #C55042; color: #FFFFFF; } + .status5xx { background-color: #F2E81A; color: #000000; } + #content { + padding: 4px 0 24px 0; + } + #footer { + color: #666666; + background: #f9f9f9; + padding: 10px 20px; + border-top: 5px #efefef solid; + font-size: 0.8em; + text-align: center; + } + #footer a { + color: #999999; + } + --></style> +</head> +<body> + <div id="page"> + <div id="header" class="status4xx"> + <h1>Virhe 403 - Kielletty!</h1> + </div> + <div id="content"> + <h2>Seuraava virhe tapahtui:</h2> + <p>Sinulle ei ole sallittu pääsy pyytämääsi URL-osoitteeseen.</p> + <P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</p> + </div> + <div id="footer"> + <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + </div> + </div> +</body> +</html> diff --git a/server/conf/error/fi/404.html b/server/conf/error/fi/404.html new file mode 100644 index 0000000..7dbbe92 --- /dev/null +++ b/server/conf/error/fi/404.html @@ -0,0 +1,61 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "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>Virhe 404 - Kohdetta ei löydy!</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="robots" content="noindex" /> + <style type="text/css"><!-- + body { + color: #444444; + background-color: #EEEEEE; + font-family: 'Trebuchet MS', sans-serif; + font-size: 80%; + } + h1 {} + h2 { font-size: 1.2em; } + #page{ + background-color: #FFFFFF; + width: 60%; + margin: 24px auto; + padding: 12px; + } + #header { + padding: 6px ; + text-align: center; + } + .status3xx { background-color: #475076; color: #FFFFFF; } + .status4xx { background-color: #C55042; color: #FFFFFF; } + .status5xx { background-color: #F2E81A; color: #000000; } + #content { + padding: 4px 0 24px 0; + } + #footer { + color: #666666; + background: #f9f9f9; + padding: 10px 20px; + border-top: 5px #efefef solid; + font-size: 0.8em; + text-align: center; + } + #footer a { + color: #999999; + } + --></style> +</head> +<body> + <div id="page"> + <div id="header" class="status4xx"> + <h1>Virhe 404 - Kohdetta ei löydy!</h1> + </div> + <div id="content"> + <h2>Seuraava virhe tapahtui:</h2> + <p>Pyytämääsi URL-osoitetta ei löydy tältä palvelimelta.</p> + <P>Tarkista osoite tai ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//-->.</p> + </div> + <div id="footer"> + <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + </div> + </div> +</body> +</html> diff --git a/server/conf/error/fi/405.html b/server/conf/error/fi/405.html new file mode 100644 index 0000000..1332894 --- /dev/null +++ b/server/conf/error/fi/405.html @@ -0,0 +1,61 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "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>Virhe 405 - Metodi ei ole sallittu!</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="robots" content="noindex" /> + <style type="text/css"><!-- + body { + color: #444444; + background-color: #EEEEEE; + font-family: 'Trebuchet MS', sans-serif; + font-size: 80%; + } + h1 {} + h2 { font-size: 1.2em; } + #page{ + background-color: #FFFFFF; + width: 60%; + margin: 24px auto; + padding: 12px; + } + #header { + padding: 6px ; + text-align: center; + } + .status3xx { background-color: #475076; color: #FFFFFF; } + .status4xx { background-color: #C55042; color: #FFFFFF; } + .status5xx { background-color: #F2E81A; color: #000000; } + #content { + padding: 4px 0 24px 0; + } + #footer { + color: #666666; + background: #f9f9f9; + padding: 10px 20px; + border-top: 5px #efefef solid; + font-size: 0.8em; + text-align: center; + } + #footer a { + color: #999999; + } + --></style> +</head> +<body> + <div id="page"> + <div id="header" class="status4xx"> + <h1>Virhe 405 - Metodi ei ole sallittu!</h1> + </div> + <div id="content"> + <h2>Seuraava virhe tapahtui:</h2> + <p>Käyttämäsi metodi ei ole sallittu.</p> + <P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</p> + </div> + <div id="footer"> + <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + </div> + </div> +</body> +</html> diff --git a/server/conf/error/fi/500.html b/server/conf/error/fi/500.html new file mode 100644 index 0000000..e84962a --- /dev/null +++ b/server/conf/error/fi/500.html @@ -0,0 +1,61 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "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>Virhe 500 - Palvelimen sisäinen virhe!</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="robots" content="noindex" /> + <style type="text/css"><!-- + body { + color: #444444; + background-color: #EEEEEE; + font-family: 'Trebuchet MS', sans-serif; + font-size: 80%; + } + h1 {} + h2 { font-size: 1.2em; } + #page{ + background-color: #FFFFFF; + width: 60%; + margin: 24px auto; + padding: 12px; + } + #header { + padding: 6px ; + text-align: center; + } + .status3xx { background-color: #475076; color: #FFFFFF; } + .status4xx { background-color: #C55042; color: #FFFFFF; } + .status5xx { background-color: #F2E81A; color: #000000; } + #content { + padding: 4px 0 24px 0; + } + #footer { + color: #666666; + background: #f9f9f9; + padding: 10px 20px; + border-top: 5px #efefef solid; + font-size: 0.8em; + text-align: center; + } + #footer a { + color: #999999; + } + --></style> +</head> +<body> + <div id="page"> + <div id="header" class="status5xx"> + <h1>Virhe 500 - Palvelimen sisäinen virhe!</h1> + </div> + <div id="content"> + <h2>Seuraava virhe tapahtui:</h2> + <p>Pyydetty URL-osoite aiheutti palvelimen sisäisen virheen.</p> + <P>Jos saat tämän virheen toistuvasti, ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//-->.</p> + </div> + <div id="footer"> + <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + </div> + </div> +</body> +</html> diff --git a/server/conf/error/fi/503.html b/server/conf/error/fi/503.html new file mode 100644 index 0000000..09d544d --- /dev/null +++ b/server/conf/error/fi/503.html @@ -0,0 +1,61 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "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>Virhe 503 - Palvelu tavoittamattomissa!</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="robots" content="noindex" /> + <style type="text/css"><!-- + body { + color: #444444; + background-color: #EEEEEE; + font-family: 'Trebuchet MS', sans-serif; + font-size: 80%; + } + h1 {} + h2 { font-size: 1.2em; } + #page{ + background-color: #FFFFFF; + width: 60%; + margin: 24px auto; + padding: 12px; + } + #header { + padding: 6px ; + text-align: center; + } + .status3xx { background-color: #475076; color: #FFFFFF; } + .status4xx { background-color: #C55042; color: #FFFFFF; } + .status5xx { background-color: #F2E81A; color: #000000; } + #content { + padding: 4px 0 24px 0; + } + #footer { + color: #666666; + background: #f9f9f9; + padding: 10px 20px; + border-top: 5px #efefef solid; + font-size: 0.8em; + text-align: center; + } + #footer a { + color: #999999; + } + --></style> +</head> +<body> + <div id="page"> + <div id="header" class="status5xx"> + <h1>Virhe 503 - Palvelu tavoittamattomissa!</h1> + </div> + <div id="content"> + <h2>Seuraava virhe tapahtui:</h2> + <p>Palvelu ei ole tavoitettavissa hetkellisen ylikuormituksen tai huoltotoimenpiteiden vuoksi. Yritä myöhemmin uudelleen.</p> + <P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</p> + </div> + <div id="footer"> + <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + </div> + </div> +</body> +</html> -- Gitblit v1.9.1