MFen:
fr/index.xsl: 1.167 --> 1.170 fr/relnotes.sgml: 1.22 --> 1.23
This commit is contained in:
parent
51c3922247
commit
f56d4640f4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=37215
2 changed files with 27 additions and 5 deletions
16
fr/index.xsl
16
fr/index.xsl
|
@ -4,10 +4,10 @@
|
|||
<!ENTITY title "Le Projet FreeBSD">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/fr/index.xsl,v 1.37 2009/02/25 08:42:39 blackend Exp $ -->
|
||||
<!-- $FreeBSD: www/fr/index.xsl,v 1.38 2009/02/26 09:05:29 blackend Exp $ -->
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.167
|
||||
Original revision: 1.170
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
Mise a jour: Marc Fonvieille <blackend@FreeBSD.org>
|
||||
|
@ -45,6 +45,13 @@
|
|||
Nouvelles, Revendeurs, homepage, CTM, Unix"/>
|
||||
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon"/>
|
||||
<!--
|
||||
FOR TRANSLATORS:
|
||||
|
||||
Do not translate the "Normal Text" and "Large Text" attributes in the
|
||||
following two lines. They are not literal texts but JavaScript
|
||||
parameters. Changing them will result in rendering errors.
|
||||
-->
|
||||
<link rel="stylesheet" media="screen" href="&enbase;/layout/css/fixed.css" type="text/css" title="Normal Text" />
|
||||
<link rel="alternate stylesheet" media="screen" href="&enbase;/layout/css/fixed_large.css" type="text/css" title="Large Text" />
|
||||
<script type="text/javascript" src="&enbase;/layout/js/styleswitcher.js"></script>
|
||||
|
@ -167,6 +174,9 @@
|
|||
<li>
|
||||
<a href="&enbase;/ja/" title="Japonais">ja</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&enbase;/nl/" title="Néerlandais">nl</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&enbase;/ru/" title="Russe">ru</a>
|
||||
</li>
|
||||
|
@ -338,7 +348,7 @@
|
|||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="first-child">
|
||||
<a href="&base;/security/" title="Plus d'Errata">Plus</a>
|
||||
<a href="&base;/security/notices.html" title="Plus d'Errata">Plus</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="&base;/security/errata.xml" title="Flux RSS des Errata"><img class="rssimage" src="&base;/layout/images/ico_rss.png" width="27" height="12" alt="Flux RSS des Errata" /></a>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/relnotes.sgml,v 1.11 2007/02/23 19:49:33 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/relnotes.sgml,v 1.12 2011/05/02 20:57:22 blackend Exp $">
|
||||
<!ENTITY title "Documentation sur les versions">
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.22
|
||||
Original revision: 1.23
|
||||
|
||||
Version francaise : Guillaume Pauchet <gpauchet@greengroom.com>
|
||||
Version francaise (mise a jour) : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
|
@ -79,6 +79,18 @@
|
|||
<li><a href="&base;/relnotes/CURRENT/errata/index.html">Errata</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Documentation pour FreeBSD 8-STABLE</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="&base;/relnotes/8-STABLE/readme/index.html">README</a></li>
|
||||
|
||||
<li><a href="&base;/relnotes/8-STABLE/relnotes/index.html">Release Notes</a></li>
|
||||
|
||||
<li><a href="&base;/relnotes/8-STABLE/hardware/index.html">Hardware Notes</a></li>
|
||||
|
||||
<li><a href="&base;/relnotes/8-STABLE/errata/index.html">Errata</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Documentation pour FreeBSD 7-STABLE</h3>
|
||||
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue