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: Sun, 21 Jun 2009 01:59:19
Message-Id: E1MICKy-0000AZ-Gn@stork.gentoo.org
1 chiguire 09/06/21 01:59:16
2
3 Modified: guide-localization.xml
4 Log:
5 updated spanish translation (jose maria alonso)
6
7 Revision Changes Path
8 1.18 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.18&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/guide-localization.xml?rev=1.18&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/guide-localization.xml?r1=1.17&r2=1.18
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.17
18 retrieving revision 1.18
19 diff -u -r1.17 -r1.18
20 --- guide-localization.xml 15 Jun 2009 21:13:42 -0000 1.17
21 +++ guide-localization.xml 21 Jun 2009 01:59:16 -0000 1.18
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.17 2009/06/15 21:13:42 chiguire Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/guide-localization.xml,v 1.18 2009/06/21 01:59:16 chiguire Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/es/guide-localization.xml" lang="es">
29 @@ -50,8 +50,8 @@
30 cómo llegar a mostrar el símbolo del Euro.
31 </abstract>
32
33 -<version>1.41</version>
34 -<date>2009-06-14</date>
35 +<version>1.42</version>
36 +<date>2009-06-15</date>
37
38 <!--
39 <chapter>
40 @@ -263,13 +263,13 @@
41 </p>
42
43 <pre caption="Ajustando la locale por defecto del sistema en /etc/env.d/02locale">
44 -LANG="es_ES.UTF-8 UTF-8"
45 +LANG="es_ES.UTF-8"
46 LC_COLLATE="C"
47 </pre>
48
49 <note>
50 Use <c>es_ES@euro ISO-8859-15</c> como su variable LANG si quiere usar el
51 -símbolo del Euro (€)
52 +símbolo del Euro (€).
53 </note>
54
55 <p>
56 @@ -280,7 +280,7 @@
57 </p>
58
59 <pre caption="Estableciendo el locale del usuario en ~/.bashrc">
60 -export LANG="es_ES.UTF-8 UTF-8"
61 +export LANG="es_ES.UTF-8"
62 export LC_COLLATE="C"
63 </pre>
64
65 @@ -292,7 +292,7 @@
66 </p>
67
68 <pre caption="Usando la locale C tradicional mientras se especifica UTF-8">
69 -LC_CTYPE=es_ES.UTF-8 UTF-8
70 +LC_CTYPE=es_ES.UTF-8
71 </pre>
72
73 <p>