view templates/gitweb/notfound.tmpl @ 8973:ba322663d157

i18n: add French translation file
author Cédric Duval <cedricduval@free.fr>
date Tue, 26 May 2009 23:46:15 +0200
parents d2353ed8b153
children 1de6e7e1bb9f
line wrap: on
line source

{header}
<title>Mercurial repository not found</title>
</head>

<body>

<div class="page_header">
<a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
</div>

<div class="page_body">
The specified repository "{repo|escape}" is unknown, sorry.
<br/>
<br/>
Please go back to the <a href="{url}">main repository list page</a>.
</div>

{footer}