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 | 4aebb783e99f2c489f37c147e9a3bed9e03a9933 (patch) | |
tree | 12c96b16a0aea810ebc3e0477392e084ab461153 | |
parent | 7f6363f67764865c50b1e1287095a1c9164d6e1d (diff) |
Add German to localization stylesheet
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.4/BOOK@8743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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> |