Gentoo Archives: gentoo-commits

From: "John Christian Stoddart (chiguire)" <chiguire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es: guide-localization.xml
Date: Thu, 12 Feb 2009 14:56:58
Message-Id: E1LXczo-0007By-MD@stork.gentoo.org
1 chiguire 09/02/12 14:56:56
2
3 Modified: guide-localization.xml
4 Log:
5 updated spanish translation (jose maria alonso)
6
7 Revision Changes Path
8 1.14 xml/htdocs/doc/es/guide-localization.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/guide-localization.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/guide-localization.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/guide-localization.xml?r1=1.13&r2=1.14
13
14 Index: guide-localization.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/guide-localization.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- guide-localization.xml 1 Dec 2008 14:45:36 -0000 1.13
21 +++ guide-localization.xml 12 Feb 2009 14:56:56 -0000 1.14
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/guide-localization.xml,v 1.13 2008/12/01 14:45:36 chiguire Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/guide-localization.xml,v 1.14 2009/02/12 14:56:56 chiguire Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/es/guide-localization.xml" lang="es">
29 @@ -23,6 +23,9 @@
30 <author title="Editor">
31 <mail link="flammie@g.o">Flammie Pirinen</mail>
32 </author>
33 +<author title="Editor">
34 + <mail link="nightmorph"/>
35 +</author>
36 <author title="Traductor">
37 <mail link="bass@g.o">José Alberto Suárez López</mail>
38 </author>
39 @@ -38,6 +41,9 @@
40 <author title="Traductor">
41 <mail link="ertomas@×××××.com">Tomás Cayuelas Ruiz</mail>
42 </author>
43 +<author title="Traductor">
44 + <mail link="gentoo@××××××.org">José María Alonso</mail>
45 +</author>
46
47 <abstract>
48 Este documento explica qué pasos se ha de seguir para transformar un
49 @@ -45,8 +51,8 @@
50 cómo llegar a mostrar el símbolo del Euro.
51 </abstract>
52
53 -<version>1.38</version>
54 -<date>2008-11-30</date>
55 +<version>1.39</version>
56 +<date>2009-02-11</date>
57
58 <!--
59 <chapter>
60 @@ -84,6 +90,9 @@
61 <pre caption="Estableciendo la zona horaria">
62 # <i>ls /usr/share/zoneinfo</i>
63 <comment>(Vamos a usar como ejemplo a Madrid)</comment>
64 +<comment>(En primer lugar, copie la zona apropiada a localetime)</comment>
65 +# <i>cp /usr/share/zoneinfo/Europe/Madrid /etc/localtime</i>
66 +<comment>(Ahora especifique su zona horaria)</comment>
67 # <i>nano -w /etc/conf.d/clock</i>
68 TIMEZONE="Europe/Madrid"