2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

New update of the french translation

I hope i didn't missed some of the previous remarks.
This commit is contained in:
voisintotoro 2013-10-16 22:10:29 +02:00
parent 20039860eb
commit b997cc2486
8 changed files with 1120 additions and 769 deletions

27
public/403.fr.html Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>Vous ne pouvez pas faire ça (403)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 400%; color: #f00; line-height: 1em; }
</style>
</head>
<body>
<div class="dialog">
<h1>403</h1>
<p>Vous ne pouvez pas voir cette ressource !</p>
<p>Ceci sera remplacé par une page 403 personnalisée de Discourse.</p>
</div>
</body>
</html>