source: stylesheets/lfs-l10n.xml@ 074d177

6.0
Last change on this file since 074d177 was a56c29d, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to Ethereal-0.10.9; added new Index division 'Kernel Configuration'

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3347 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version='1.0' encoding='US-ASCII'?>
2
3<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
4
5 <!-- Template to add more languages -->
6 <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
7 language="xx" english-language-name="xxxxx">
8
9 <l:gentext key="description" text=""/>
10 <l:gentext key="Bootscripts" text=""/>
11 <l:gentext key="Configuration Files" text=""/>
12 <l:gentext key="Libraries" text=""/>
13 <l:gentext key="Others" text=""/>
14 <l:gentext key="Packages" text=""/>
15 <l:gentext key="Programs" text=""/>
16 <l:gentext key="Kernel Configuration" text=""/>
17
18 </l:l10n>
19
20 <!-- English -->
21 <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
22 language="en" english-language-name="English">
23
24 <l:gentext key="description" text="description"/>
25 <l:gentext key="Bootscripts" text="Bootscripts"/>
26 <l:gentext key="Configuration Files" text="Configuration Files"/>
27 <l:gentext key="Libraries" text="Libraries"/>
28 <l:gentext key="Others" text="Others"/>
29 <l:gentext key="Packages" text="Packages"/>
30 <l:gentext key="Programs" text="Programs"/>
31 <l:gentext key="Kernel Configuration" text="Kernel Configuration"/>
32
33 </l:l10n>
34
35 <!-- Spanish -->
36 <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
37 language="es" english-language-name="Spanish">
38
39 <l:gentext key="description" text="descripci&#243;n"/>
40 <l:gentext key="Bootscripts" text="Guiones de arranque"/>
41 <l:gentext key="Configuration Files" text="Ficheros de configuraci&#243;n"/>
42 <l:gentext key="Libraries" text="Librer&#237;as"/>
43 <l:gentext key="Others" text="Otros"/>
44 <l:gentext key="Packages" text="Paquetes"/>
45 <l:gentext key="Programs" text="Programas"/>
46 <l:gentext key="Kernel Configuration" text="Configuraci&#243;n del n&#250;cleo"/>
47
48 </l:l10n>
49
50</l:i18n>
Note: See TracBrowser for help on using the repository browser.