diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-11-16 18:44:52 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-11-16 18:44:52 +0000 |
commit | b520d01cffc50752721de403fa64894afa3538b0 (patch) | |
tree | 0cd9b0c3b883448fc066afbd908b5d7d75cba5c6 /stylesheets | |
parent | dc5baecac514a7d3810cb2443fc017f86f5b29e5 (diff) |
Add German to localization stylesheet
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8743 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 2ee014447..07a370b80 100644 --- a/stylesheets/lfs-xsl/lfs-l10n.xml +++ b/stylesheets/lfs-xsl/lfs-l10n.xml @@ -72,4 +72,20 @@ $Date$ </l:l10n> + <!-- German --> + <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" + language="de" english-language-name="German"> + + <l:gentext key="description" text="Beschreibung"/> + <l:gentext key="Bootscripts" text="Bootskripte"/> + <l:gentext key="Configuration Files" text="Einrichtungsdateien"/> + <l:gentext key="Kernel Configuration" text="Kernel-Konfiguration"/> + <l:gentext key="Libraries" text="Bibliotheken"/> + <l:gentext key="Others" text="Sonstige"/> + <l:gentext key="Packages" text="Pakete"/> + <l:gentext key="Programs" text="Programme"/> + <l:gentext key="Scripts" text="Skripte"/> + + </l:l10n> + </l:i18n> |