]> source.dussan.org Git - poi.git/commitdiff
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13122
authorAndrew C. Oliver <acoliver@apache.org>
Tue, 1 Oct 2002 19:19:10 +0000 (19:19 +0000)
committerAndrew C. Oliver <acoliver@apache.org>
Tue, 1 Oct 2002 19:19:10 +0000 (19:19 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352871 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/xdocs/trans/es/todo.xml

index f308ec5853119efd9b65e8dbb3f252e75e007a69..b9785c55c74ae790199dc35173d0b316ddea2ec8 100644 (file)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!DOCTYPE todo PUBLIC "-//APACHE//DTD Todo V1.1//EN" "./dtd/todo-v11.dtd">
 
-<todo title="Things To Do for Poi">
+<todo title="Tareas Pendientes para Poi">
 
     <devs>
         <!-- in strict alphabetical order -->
 
     <actions priority="high">
         <action context="code" assigned-to="NKB">
-          Finish HDF
+          Terminar HDF
         </action>
         <action context="code" assigned-to="NKB">
-          Finish Charts
+          Terminar Gráficas (Charts)
         </action>
         <action context="code">
-          Finish Formulas.
+          Terminar Fórmulas.
         </action>
     </actions>
 
     <actions priority="medium">
         <action context="code">
-          Expose functionality in low level records in higher level API
+          Exponer funcionalidad de registros a bajo nivel en API de más alto nivel
         </action>
         <action context="code">
-          Implement more record types (for other things ... not sure
-          what this will mean yet).
+          Implementar más tipos de registros (para otras cosas ... no estoy
+          seguro de lo que significará esto).
         </action>
         <action context="code">
-          Implement more record types (for other things ... not sure
-          what this will mean yet).
+          Implementar más tipos de registros (para otras cosas ... no estoy
+          seguro de lo que significará esto).
         </action>
         <action context="code">
-          Add more dummy checks (for when API user's do things they
-          &quot;can't&quot; do)
+          Añadir más comprobaciones evidentes (para cuando los usuarios del API
+          hagan cosas que &quot;no pueden&quot; hacer)
         </action>
         <action context="code">
-              Add support for embedded graphics and stuff like that.
+          Añadir soporte para gráficos embebidos y cosas similares.
         </action>
         <action context="code">
-          Create new adapter object for handling MulBlank, MulRk, Rk
-          records.
+          Crear un nuevo objeto adaptador para manejar registros MulBlank, MulRk, Rk.
         </action>
         <action context="code">
-          Add a way to copy sheets.
+          Añadir alguna manera de copiar hojas.
         </action>
     </actions>
 
 </todo>
+
+<!--
+      Copyright (c) @year@ The Apache Software Foundation All rights reserved.
+      $Revision$ $Date$
+-->