Merge from the English version:

1.2 -> 1.3 fr_FR.ISO8859-1/share/sgml/mirrors-local.xsl
  1.1 -> 1.2 fr_FR.ISO8859-1/share/sgml/transtable-local.xsl
  1.1 -> 1.2 fr_FR.ISO8859-1/share/sgml/transtable.xml
This commit is contained in:
Stephane Legrand 2004-02-29 13:18:45 +00:00
parent bd0f6365da
commit b041fc4acb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20224
3 changed files with 281 additions and 215 deletions

View file

@ -17,11 +17,6 @@
omit-xml-declaration="yes"
indent="yes"/>
<!-- these params should be externally bound. The values
here are not used actually -->
<xsl:param name="proto" select="''" />
<xsl:param name="target" select="''" />
<!-- template: "mirrors-docbook-contact" -->
<xsl:template name="mirrors-docbook-contact">

View file

@ -3,7 +3,7 @@
<!--
The FreeBSD French Documentation Project
Original revision: 1.1
Original revision: 1.2
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
-->
@ -19,5 +19,10 @@
<!-- these params should be externally bound. The values
here are not used actually -->
<xsl:param name="transtable.xml" select="'./transtable.xml'" />
<xsl:param name="transtable-conv-element" select="''" />
<xsl:param name="transtable-sortkey.xml" select="'./transtable-sortkey.xml'" />
<xsl:param name="transtable-target-element" select="''" />
<xsl:param name="transtable-word-group" select="''" />
<xsl:param name="transtable-mode" select="''" />
</xsl:stylesheet>

View file

@ -3,26 +3,28 @@
<!--
The FreeBSD French Documentation Project
Original revision: 1.1
Original revision: 1.2
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
-->
<!--
This is a translation table used in transtable-master.xsl.
This is a translation table used in transtable-common.xsl.
For example:
<group id="word-group">
<word>
<orig>word in English)</orig>
<orig>word in English</orig>
<tran>word in your language</tran>
</word>
</group>
-->
<transtable>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
<cvs:keywords>
<cvs:keyword>
$FreeBSD$
</cvs:keyword>
</cvs:keywords>
@ -34,6 +36,7 @@
</word>
-->
<group id="country">
<word>
<orig>Central Servers</orig>
<tran>Serveurs primaires</tran>
@ -283,5 +286,68 @@
<orig>USA</orig>
<tran>USA</tran>
</word>
</group>
<group id="number-month">
<word>
<orig>1</orig>
<tran>Janvier</tran>
</word>
<word>
<orig>2</orig>
<tran>F&#233;vrier</tran>
</word>
<word>
<orig>3</orig>
<tran>Mars</tran>
</word>
<word>
<orig>4</orig>
<tran>Avril</tran>
</word>
<word>
<orig>5</orig>
<tran>Mai</tran>
</word>
<word>
<orig>6</orig>
<tran>Juin</tran>
</word>
<word>
<orig>7</orig>
<tran>Juillet</tran>
</word>
<word>
<orig>8</orig>
<tran>Ao&#251;t</tran>
</word>
<word>
<orig>9</orig>
<tran>Septembre</tran>
</word>
<word>
<orig>10</orig>
<tran>Octobre</tran>
</word>
<word>
<orig>11</orig>
<tran>Novembre</tran>
</word>
<word>
<orig>12</orig>
<tran>D&#233;cembre</tran>
</word>
</group>
</transtable>