Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
link9596 authored Mar 23, 2019
1 parent 7e050ec commit 1f3c86b
Showing 1 changed file with 3 additions and 38 deletions.
41 changes: 3 additions & 38 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,50 +12,15 @@
h = "Error 404 - Web Site not found!";
p = "The site you have attempted to reach is not available.";
break;
case "de-de":
t = "WAP Websites - Site Error";
h = "Fehler 404-Website nicht gefunden!";
p = "Die Webseite, die Sie versucht haben, zu erreichen ist nicht verfügbar";
break;
case "es-es":
t = "WAP Websites - Site Error";
h = "Error 404 - ¡Sitio inexistente!";
p = "El sitio que ha intentado visitar, no se encuentra disponible.";
break;
case "fr-fr":
t = "WAP Websites - Site Error";
h = "Erreur 404 – Site Web non trouvé !";
p = "Le site que vous avez tenté d'atteindre n'est pas disponible";
break;
case "it-it":
t = "WAP Websites - Site Error";
h = "Errore 404 – sito non trovato!";
p = "Si è tentato di raggiungere il sito non è disponibile";
break;
case "ja-jp":
t = "WAP Websites - Site Error";
h = "エラー 404-Web サイトが見つかりません!";
p = "到達しようとしているサイトが使用できません。";
break;
case "ko-kr":
t = "WAP Websites - Site Error";
h = "오류 404-웹 사이트를 찾을 수 없습니다!";
p = "에 도달 하려고 했습니다 사이트는 사용할 수 없습니다.";
break;
case "pt-br":
t = "WAP Websites - Site Error";
h = "Erro 404 – Web Site não encontrado!";
p = "O site que você tentou chegar, não está disponível";
break;
case "ru-ru":
t = "WAP Websites - Site Error";
h = "Ошибка 404 - Сайт не найден!";
p = "Сайт не найден.";
break;
case "zh-hans":
t = "WAP Websites - Site Error";
h = "错误 404 – 网站上找不到 !";
p = "您已尝试达到该网站不可用";
h = "错误 404 – 网站上找不到地址 !";
p = "您已成功连接,但是您请求的地址似乎不存在~";
break;
case "zh-hant":
t = "WAP Websites - Site Error";
Expand Down Expand Up @@ -85,7 +50,7 @@
#content a.button:hover { background: #1C75BC; }
</style>
</head>
<body bgcolor="#00abec" onload="loc();">
<body bgcolor="#009688" onload="loc();"><!--#00abec-->
<div id="feature">
<div id="content">
<h1 id="siteCreated">Error 404 - Web Site not found!</h1>
Expand Down

0 comments on commit 1f3c86b

Please sign in to comment.