source: stylesheets/blfs-l10n.xml@ ac3b26d0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ac3b26d0 was ac3b26d0, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Renamed the translations tables file.

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

  • Property mode set to 100644
File size: 2.4 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 <!-- Italian -->
36 <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
37 language="it" english-language-name="Italian">
38
39 <l:gentext key="description" text="descrizione"/>
40 <l:gentext key="Bootscripts" text="Script di avvio"/>
41 <l:gentext key="Configuration Files" text="File di configurazione"/>
42 <l:gentext key="Libraries" text="Librerie"/>
43 <l:gentext key="Others" text="Altri"/>
44 <l:gentext key="Packages" text="Pacchetti"/>
45 <l:gentext key="Programs" text="Programmi"/>
46 <l:gentext key="Kernel Configuration" text="Configurazione del kernel"/>
47
48 </l:l10n>
49
50 <!-- Spanish -->
51 <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
52 language="es" english-language-name="Spanish">
53
54 <l:gentext key="description" text="descripci&#243;n"/>
55 <l:gentext key="Bootscripts" text="Guiones de arranque"/>
56 <l:gentext key="Configuration Files" text="Ficheros de configuraci&#243;n"/>
57 <l:gentext key="Libraries" text="Librer&#237;as"/>
58 <l:gentext key="Others" text="Otros"/>
59 <l:gentext key="Packages" text="Paquetes"/>
60 <l:gentext key="Programs" text="Programas"/>
61 <l:gentext key="Kernel Configuration" text="Configuraci&#243;n del n&#250;cleo"/>
62
63 </l:l10n>
64
65</l:i18n>
Note: See TracBrowser for help on using the repository browser.