diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-08 21:41:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-08 21:41:53 +0000 |
commit | 06d04ebbfb2ec09ef9a42070c79f9c13a8ac6116 (patch) | |
tree | b76e2d8aa644ed0783495f923da24cf96e4b537b /stylesheets | |
parent | 1005bde5ea4eeab943b22f514b72796f660edaa8 (diff) |
Add some prereqs to udev-lfs to support make with j > 1
Add support for French version of the book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/lfs-xsl/lfs-l10n.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/lfs-l10n.xml b/stylesheets/lfs-xsl/lfs-l10n.xml index 07a370b80..4c524057e 100644 --- a/stylesheets/lfs-xsl/lfs-l10n.xml +++ b/stylesheets/lfs-xsl/lfs-l10n.xml @@ -40,6 +40,22 @@ $Date$ </l:l10n> + <!-- French --> + <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" + language="fr" english-language-name="French"> + + <l:gentext key="description" text="description"/> + <l:gentext key="Bootscripts" text="Scripts de démarrage"/> + <l:gentext key="Configuration Files" text="Fichiers de configuration"/> + <l:gentext key="Kernel Configuration" text="Configuration du noyau"/> + <l:gentext key="Libraries" text="Bibliothèques"/> + <l:gentext key="Others" text="Autres"/> + <l:gentext key="Packages" text="Paquets"/> + <l:gentext key="Programs" text="Programmes"/> + <l:gentext key="Scripts" text="Scripts"/> + + </l:l10n> + <!-- Italian --> <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="it" english-language-name="Italian"> |