ASF Bugzilla – Attachment 3491 Details for
Bug 13707
[PATCH][DOCS][ES] Small changes to many spanish docs.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for many files in the trans/es directory (see description)
amb_trans_es.patch (text/plain), 15.11 KB, created by
Agustin Martin
on 2002-10-16 20:20:05 UTC
(
hide
)
Description:
Patch for many files in the trans/es directory (see description)
Filename:
MIME Type:
Creator:
Agustin Martin
Created:
2002-10-16 20:20:05 UTC
Size:
15.11 KB
patch
obsolete
>Index: 3rdparty.xml >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/documentation/xdocs/trans/es/3rdparty.xml,v >retrieving revision 1.2 >diff -u -w -r1.2 3rdparty.xml >--- 3rdparty.xml 20 Sep 2002 01:17:57 -0000 1.2 >+++ 3rdparty.xml 16 Oct 2002 19:34:20 -0000 >@@ -5,6 +5,7 @@ > <title>Contribuciones de Terceras Partes</title> > <authors> > <person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/> >+ <person name="Agustín Martín Barbero" email="-"/> > </authors> > </header> > >@@ -12,7 +13,7 @@ > > <section title="Cómo Contribuir"> > <p> >- See <link href="contrib.xml">Cómo contribuir a Poi</link>. >+ Vea <link href="contrib.xml">Cómo contribuir a Poi</link>. > </p> > > </section> > > >Index: book.xml >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/documentation/xdocs/trans/es/book.xml,v >retrieving revision 1.2 >diff -u -w -r1.2 book.xml >--- book.xml 20 Sep 2002 01:17:57 -0000 1.2 >+++ book.xml 16 Oct 2002 19:34:20 -0000 >@@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="ISO-8859-1"?> >-<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "./dtd/book-cocoon-v10.dtd"> >+<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../../dtd/book-cocoon-v10.dtd"> > > <book software="Poi" > title="Documentación del Proyecto Poi" >@@ -8,12 +8,14 @@ > > <menu label="Comunidad"> > <menu-item label="Noticias" href="news.html"/> >+ <menu-item label="Espejos" href="../../mirrors.html"/> > <menu-item label="Cambios" href="changes.html"/> > <menu-item label="Tareas" href="todo.html"/> > <menu-item label="Contribuya" href="../../getinvolved/index.html"/> >+ <menu-item label="Listas de Correo" href="http://jakarta.apache.org/site/mail.html"/> > <menu-item label="Visión" href="../../plan/POI20Vision.html"/> > <menu-item label="Historia y Futuro" href="historyandfuture.html"/> >- <menu-item label="Quiénes Nosotros" href="who.html"/> >+ <menu-item label="Quiénes Somos" href="who.html"/> > <menu-item label="Resoluciones" href="../../resolutions/index.html"/> > </menu> > >@@ -37,10 +39,20 @@ > <menu-item label="Referencias" href="../../references/index.html"/> > </menu> > >+ <menu label="Traducciones"> >+ <menu-item label="Índice" href="../../trans/index.html"/> >+ <menu-item label="Procedimientos" href="../../trans/guidelines.html"/> >+ <menu-item label="Alemán" href="../de/index.html"/> >+ <menu-item label="Español" href="index.html"/> >+ <menu-item label="Japonés" href="http://www.terra-intl.com/jakarta/poi/"/> >+ </menu> >+ > <menu label="Código"> > <menu-item label="El Código" href="http://jakarta.apache.org/poi/javadocs/javasrc/"/> > <menu-item label="CVS" href="http://jakarta.apache.org/site/cvsindex.html"/> >- <menu-item label="Bug Database" href="http://nagoya.apache.org/bugzilla/buglist.cgi?product=POI"/> >+ <menu-item label="Fallos (Bugs) Más Votados" href="http://nagoya.apache.org/bugzilla/buglist.cgi?votes=1&product=POI&order=bugs.votes"/> >+ <menu-item label="Base de Datos de Fallos" href="http://nagoya.apache.org/bugzilla/buglist.cgi?product=POI"/> >+ <menu-item label="Parches" href="http://nagoya.apache.org/bugzilla/buglist.cgi?product=POI&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr"/> > <menu-item label="Resultados de Pruebas Junit" href="http://jakarta.apache.org/poi/tests/junit/"/> > <menu-item label="Métricas de Dependencia" href="http://jakarta.apache.org/poi/metrics/jdepend/"/> > <menu-item label="Métricas de Comprobación de Estilo" href="http://jakarta.apache.org/poi/metrics/checkstyle/"/> > > >Index: casestudies.xml >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/documentation/xdocs/trans/es/casestudies.xml,v >retrieving revision 1.1 >diff -u -w -r1.1 casestudies.xml >--- casestudies.xml 12 Jun 2002 04:21:26 -0000 1.1 >+++ casestudies.xml 16 Oct 2002 19:34:20 -0000 >@@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="ISO-8859-1"?> >-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd"> >+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../../dtd/document-v11.dtd"> > > <document> > <header> >@@ -7,11 +7,12 @@ > <authors> > <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/> > <person id="CR" name="Cameron Riley" email="crileyNO@SPAMekmail.com"/> >+ <person id="AMB" name="Agustín Martín Barbero" email="-"/> > </authors> > </header> > > <body> >- <section title="Introduction"> >+ <section title="Introducción"> > <p> > A number of people are using POI for a variety of purposes. As with > any new API or technology, the first question people generally ask > > >Index: changes.xml >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/documentation/xdocs/trans/es/changes.xml,v >retrieving revision 1.3 >diff -u -w -r1.3 changes.xml >--- changes.xml 1 Oct 2002 19:09:24 -0000 1.3 >+++ changes.xml 16 Oct 2002 19:34:21 -0000 >@@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="ISO-8859-1"?> >-<!DOCTYPE changes PUBLIC "-//APACHE//DTD Changes V1.1//EN" "./dtd/changes-v11.dtd"> >+<!DOCTYPE changes PUBLIC "-//APACHE//DTD Changes V1.1//EN" "../../dtd/changes-v11.dtd"> > > <changes title="Historial de Cambios"> > > > >Index: faq.xml >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/documentation/xdocs/trans/es/faq.xml,v >retrieving revision 1.2 >diff -u -w -r1.2 faq.xml >--- faq.xml 1 Oct 2002 19:05:44 -0000 1.2 >+++ faq.xml 16 Oct 2002 19:34:22 -0000 >@@ -1,7 +1,23 @@ > <?xml version="1.0" encoding="ISO-8859-1"?> >-<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN" "./dtd/faq-v11.dtd"> >+<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN" "../../dtd/faq-v11.dtd"> > > <faqs title="Preguntas Más Frecuentes (FAQ)"> >+ <faq> >+ <question> >+ ¿Por qué la lectura de una hoja de cálculo simple lleva tanto tiempo? >+ </question> >+ <answer> >+ <p> >+ Probablemente hayas habilitado el registro (logging). Dicho registro es >+ una herramienta útil para la búsqueda de errores (debug). Tenerlo habilitado >+ reducirá el rendimiento en un factor de al menos 100. El registro es útil para >+ comprender por qué POI no puede leer algún fichero o para el propio desarrollo >+ de POI. >+ Los errores importantes se lanzan como excepciones, lo cual significa que >+ probablemente no necesites el registro (log). >+ </p> >+ </answer> >+ </faq> > <faq> > <question> > ¿Qué es el "eventmodel" (modelo de evento) de HSSF? > > >Index: historyandfuture.xml >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/documentation/xdocs/trans/es/historyandfuture.xml,v >retrieving revision 1.2 >diff -u -w -r1.2 historyandfuture.xml >--- historyandfuture.xml 1 Oct 2002 19:34:37 -0000 1.2 >+++ historyandfuture.xml 16 Oct 2002 19:34:24 -0000 >@@ -1,11 +1,12 @@ > <?xml version="1.0" encoding="ISO-8859-1"?> >-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd"> >+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../../dtd/document-v11.dtd"> > > <document> > <header> > <title>Historia del Proyecto</title> > <authors> > <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/> >+ <person id="AMB" name="Agustín Martín Barbero" email="-"/> > </authors> > </header> > > > >Index: index.xml >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/documentation/xdocs/trans/es/index.xml,v >retrieving revision 1.4 >diff -u -w -r1.4 index.xml >--- index.xml 1 Oct 2002 19:02:44 -0000 1.4 >+++ index.xml 16 Oct 2002 19:34:25 -0000 >@@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="ISO-8859-1"?> >-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd"> >+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../../dtd/document-v11.dtd"> > > <document> > <header> >@@ -7,6 +7,7 @@ > <authors> > <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/> > <person id="GJS" name="Glen Stampoultzis" email="glens@apache.org"/> >+ <person id="AMB" name="Agustín Martín Barbero" email="-"/> > </authors> > </header> > >@@ -16,7 +17,8 @@ > <p> > El proyecto de traducción de la documentación de POI ha comenzado. > Los primeros en empezar han sido las traducciones al <link href="index.html">Español >- </link> y al <link href="http://www.terra-intl.com/jakarta/poi/">Japonés</link>. >+ </link>, al <link href="http://www.terra-intl.com/jakarta/poi/">Japonés</link> y al >+ <link href="../de/index.html">Alemán</link>. > Otras serán bienvenidas. ¡Podéis participar si queréis! > </p> > </section> > > >Index: news.xml >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/documentation/xdocs/trans/es/news.xml,v >retrieving revision 1.2 >diff -u -w -r1.2 news.xml >--- news.xml 20 Sep 2002 01:17:57 -0000 1.2 >+++ news.xml 16 Oct 2002 19:34:26 -0000 >@@ -1,11 +1,12 @@ > <?xml version="1.0" encoding="ISO-8859-1"?> >-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd"> >+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../../dtd/document-v11.dtd"> > > <document> > <header> > <title></title> > <authors> > <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/> >+ <person id="AMB" name="Agustín Martín Barbero" email="-"/> > </authors> > </header> > >@@ -25,6 +26,15 @@ > <section title="Inglés"> > <ul> > <li> >+ <link href="http://archive.midrange.com/web400/200204/msg00023.html">Discusión sobre el uso de POI en AS/400s</link> >+ </li> >+ <li> >+ <link href="http://www.somelist.com/mails/23819.html">Discusión de cuando casi tuvimos POI como el filtro para KOffice si asuntos de política y licencias no lo hubieran condenado al fracaso</link> >+ </li> >+ <li> >+ <link href="http://www.oreillynet.com/pub/wlg/1552?page=last&x-showcontent=text">Discusión Java en O'Reilly Network incluyendo discusión sobre POI</link> - O'Reilly.net >+ </li> >+ <li> > <link href="http://www.rollerweblogger.org/page/roller/20020715">Poor Obfuscation Implementation (Implementación Pobre de Ofuscación).</link> - Blog de David M. Johnson > </li> > <li> >@@ -137,6 +147,9 @@ > Excel/OLE accessibles > </link> - Da Linux French Page > </li> >+ <li> >+ <link href="http://www.sogid.com/javalist/f2002/traiter_word_java.html">Discusión sobre POI en francés</link> >+ </li> > </ul> > </section> > <section title="Nihongo (Japonés)"> >@@ -150,8 +163,27 @@ > What's new with java? > </link> - gimlay.org > </li> >+ <li><link href="http://taka-2.com/jclass/POI/">Java?Excel?????</link> - appears to show how to use Japanese with POI</li> >+ <li><link href="http://www.tech-arts.co.jp/macosx/webobjects-jp/htdocs/3200/3218.html">Various discussion in Japanese including on POI</link></li> >+ <li><link href="http://muimi.com/j/jakarta/">Japanese resources on Jakarta projects including POI</link></li> >+ <li><link href="http://www.fk.urban.ne.jp/home/kishida/">Kishida's site</link> various information, includes a snip about POI and Japanese.</li> >+ </ul> >+ </section> >+ <section title="No sé cómo decir Ruso en Ruso (Ruso)"> >+ <ul> >+ <li> >+ <link href="http://www.nestor.minsk.by/kg/kg02/21/kg22108.html"> >+ Probably a translation of the Javalobby announcement of 1.5-final >+ </link> Java-??????? >+ </li> >+ </ul> >+ </section> >+ <section title="No sé cómo de cir Coreano en Coreano (Coreano)"> >+ <ul> >+ <li> >+ <link href="http://www.javabrain.co.kr/AnswerView?questionId=1189&categoryId=8">Various discussion in Korean about Excel output/APIs including POI</link> >+ </li> > </ul> >- > </section> > <section title="Ni idea"> > <p> > > >Index: overview.xml >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/documentation/xdocs/trans/es/overview.xml,v >retrieving revision 1.2 >diff -u -w -r1.2 overview.xml >--- overview.xml 20 Sep 2002 01:17:57 -0000 1.2 >+++ overview.xml 16 Oct 2002 19:34:27 -0000 >@@ -1,11 +1,12 @@ > <?xml version="1.0" encoding="ISO-8859-1"?> >-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd"> >+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../../dtd/document-v11.dtd"> > > <document> > <header> > <title>Descripción General</title> > <authors> > <person id="AO" name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/> >+ <person id="AMB" name="Agustín Martín Barbero" email="-"/> > </authors> > </header> > > > >Index: patches.xml >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/documentation/xdocs/trans/es/patches.xml,v >retrieving revision 1.1 >diff -u -w -r1.1 patches.xml >--- patches.xml 12 Jun 2002 04:21:26 -0000 1.1 >+++ patches.xml 16 Oct 2002 19:34:27 -0000 >@@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="UTF-8"?> >-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd"> >+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../../dtd/document-v11.dtd"> > > <document><header><title>Patch Queue</title><authors><person email="greenrd@hotmail.com" name="Robin Green"/><person email="barozzi@nicolaken.com" name="Nicola Ken Barozzi"/></authors></header><body><section title="Introduction"><p> > This is an <strong>informal</strong> list - in chronological order - > > >Index: who.xml >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/documentation/xdocs/trans/es/who.xml,v >retrieving revision 1.1 >diff -u -w -r1.1 who.xml >--- who.xml 12 Jun 2002 04:21:26 -0000 1.1 >+++ who.xml 16 Oct 2002 19:34:28 -0000 >@@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="UTF-8"?> >-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd"> >+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../../dtd/document-v11.dtd"> > > <document> > <header> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13707
: 3491