source: stylesheets/lfs-xsl/lfs-l10n.xml@ 60a5a938

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 60a5a938 was 5e45ca3b, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Ported r8208 from new-xsl branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<?xml version='1.0' encoding='ISO-8859-1'?>
2
3<!--
4$LastChangedBy$
5$Date$
6-->
7
8<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
9
10 <!-- Template to add more languages -->
11 <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
12 language="xx" english-language-name="xxxxx">
13
14 <l:gentext key="description" text=""/>
15 <l:gentext key="Bootscripts" text=""/>
16 <l:gentext key="Configuration Files" text=""/>
17 <l:gentext key="Kernel Configuration" text=""/>
18 <l:gentext key="Libraries" text=""/>
19 <l:gentext key="Others" text=""/>
20 <l:gentext key="Packages" text=""/>
21 <l:gentext key="Programs" text=""/>
22 <l:gentext key="Scripts" text=""/>
23
24 </l:l10n>
25
26
27 <!-- English -->
28 <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
29 language="en" english-language-name="English">
30
31 <l:gentext key="description" text="description"/>
32 <l:gentext key="Bootscripts" text="Bootscripts"/>
33 <l:gentext key="Configuration Files" text="Configuration Files"/>
34 <l:gentext key="Kernel Configuration" text="Kernel Configuration"/>
35 <l:gentext key="Libraries" text="Libraries"/>
36 <l:gentext key="Others" text="Others"/>
37 <l:gentext key="Packages" text="Packages"/>
38 <l:gentext key="Programs" text="Programs"/>
39 <l:gentext key="Scripts" text="Scripts"/>
40
41 </l:l10n>
42
43 <!-- Italian -->
44 <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
45 language="it" english-language-name="Italian">
46
47 <l:gentext key="description" text="descrizione"/>
48 <l:gentext key="Bootscripts" text="Script di avvio"/>
49 <l:gentext key="Configuration Files" text="File di configurazione"/>
50 <l:gentext key="Kernel Configuration" text="Configurazione del kernel"/>
51 <l:gentext key="Libraries" text="Librerie"/>
52 <l:gentext key="Others" text="Altri"/>
53 <l:gentext key="Packages" text="Pacchetti"/>
54 <l:gentext key="Programs" text="Programmi"/>
55 <l:gentext key="Scripts" text="Script"/>
56
57 </l:l10n>
58
59 <!-- Spanish -->
60 <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
61 language="es" english-language-name="Spanish">
62
63 <l:gentext key="description" text="descripci&#243;n"/>
64 <l:gentext key="Bootscripts" text="Guiones de arranque"/>
65 <l:gentext key="Configuration Files" text="Ficheros de configuraci&#243;n"/>
66 <l:gentext key="Kernel Configuration" text="Configuraci&#243;n del n&#250;cleo"/>
67 <l:gentext key="Libraries" text="Librer&#237;as"/>
68 <l:gentext key="Others" text="Otros"/>
69 <l:gentext key="Packages" text="Paquetes"/>
70 <l:gentext key="Programs" text="Programas"/>
71 <l:gentext key="Scripts" text="Guiones"/>
72
73 </l:l10n>
74
75</l:i18n>
Note: See TracBrowser for help on using the repository browser.