Traduction de la page 404 (#4192)

Traduction de la page 404 en français
This commit is contained in:
Pierre de La Morinerie 2019-08-13 12:25:36 +02:00 committed by GitHub
commit 22f2841470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>The page you were looking for doesn't exist (404)</title>
<title>La page que vous cherchez nexiste pas (erreur 404)</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
body {
@ -58,10 +59,9 @@
<!-- This file lives in public/404.html -->
<div class="dialog">
<div>
<h1>The page you were looking for doesn't exist.</h1>
<p>You may have mistyped the address or the page may have moved.</p>
<h1>La page que vous cherchez nexiste pas (erreur 404).</h1>
<p>La page que vous cherchez a sans doute changé dadresse, ou vous navez pas les droits nécessaires pour y accéder.</p>
</div>
<p>If you are the application owner check the logs for more information.</p>
</div>
</body>
</html>