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="Scripts" 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="Scripts" text="Scripts"/>
|
---|
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ón"/>
|
---|
40 | <l:gentext key="Bootscripts" text="Guiones de arranque"/>
|
---|
41 | <l:gentext key="Configuration Files" text="Ficheros de configuración"/>
|
---|
42 | <l:gentext key="Libraries" text="Librerí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="Scripts" text="Guiones"/>
|
---|
47 |
|
---|
48 | </l:l10n>
|
---|
49 |
|
---|
50 | </l:i18n>
|
---|