<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Hey,</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I haven't seen a complete template for this, I hope you haven't lost interest.  Please post a complete version of this template that I can copy and paste, or attach it as a separate file.  I don't speak much Spanish, so I can't tell what's wrong or right most of the time.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV># wikipedia terms</DIV><DIV>my $stub = "";</DIV><DIV>my $template = "";</DIV><DIV>my $category = "";</DIV><DIV>my $infobox = "";</DIV><DIV>my $topLevel = "";  # </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV># pdpedia terms</DIV><DIV>my $objectclass = "";</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV># page headers</DIV><DIV>my $inlets = "";</DIV><DIV>my $outlets = "";</DIV><DIV>my $arguments = "";</DIV><DIV>my $messages = "";</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV># infobox</DIV><DIV>my $name = "";</DIV><DIV>my $description = "";</DIV><DIV>my $abbreviation = "";</DIV><DIV>my $library = "";</DIV><DIV>my $author = "";</DIV><DIV>my $developer = "";</DIV><DIV>my $releaseVersion = "";</DIV><DIV>my $releaseDate = "";</DIV><DIV>my $dependencies = "";</DIV><DIV>my $license = "";</DIV><DIV>my $website = "";</DIV><DIV>my $programmingLanguage = "";</DIV><DIV>my $platform = "";</DIV><DIV>my $operatingSystem = "";</DIV><DIV>my $language = "";</DIV><DIV>my $dataType = "";</DIV><DIV>my $distributions = "";</DIV><DIV>my $status = "";</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>.hc</DIV><DIV><BR class="khtml-block-placeholder"></DIV><BR><DIV><DIV>On Oct 2, 2007, at 3:52 PM, Vircy Parker wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><BR><DIV><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><DIV style=""><SPAN class="q"><DIV><BR><BLOCKQUOTE type="cite">Spanish<BR><BR># wikipedia terms <BR>$stub = "borrador";<BR></BLOCKQUOTE></DIV><DIV><BR></DIV></SPAN><DIV>I couldnt' find the wikipedia work for "stub":</DIV><DIV><BR></DIV><DIV><A href="http://es.wikipedia.org/wiki/Plantilla:Borrador" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://es.wikipedia.org/wiki/Plantilla:Borrador</A></DIV><DIV><BR></DIV><DIV>It seems to be:</DIV><DIV><BR></DIV><DIV><A href="http://es.wikipedia.org/wiki/Plantilla:Esbozo" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://es.wikipedia.org/wiki/Plantilla:Esbozo</A></DIV></DIV></BLOCKQUOTE><DIV><BR> ok, it seem to be Esbozo<BR></DIV><BR><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <DIV style=""><DIV><SPAN class="q"><BLOCKQUOTE type="cite">$template = "plantilla";<BR>$category = "categoría";<BR>$infobox = "cuadro informativo";<BR></BLOCKQUOTE><DIV><BR></DIV></SPAN><DIV> These are straight from wikipedia.  I think they use the term "Infobox":</DIV><DIV><BR></DIV><DIV><A href="http://es.wikipedia.org/wiki/Plantilla:Infobox_Pa%C3%ADs" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://es.wikipedia.org/wiki/Plantilla:Infobox_Pa%C3%ADs</A></DIV></DIV></DIV></BLOCKQUOTE><DIV><BR>ok, our custom are full of anglicism. :)<BR><BR> </DIV><BR><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <DIV style=""><DIV><SPAN class="q"><BLOCKQUOTE type="cite"># pdpedia terms<BR>$objectclass = "clase de objeto"; <BR></BLOCKQUOTE></SPAN></DIV></DIV></BLOCKQUOTE><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <DIV style=""><DIV><SPAN class="q"><BLOCKQUOTE type="cite"># page headers<BR>$inlets = "inlets";<BR>$outlets = "inlets";<BR></BLOCKQUOTE><DIV><BR></DIV></SPAN><DIV>"inlets" for both?  in French and Portuguese, they used "entrada" and "salida" (whatever those terms are in those languages, I forget), so maybe that's appropriate in Spanish too. </DIV><DIV><BR></DIV><DIV>.hc</DIV></DIV></DIV></BLOCKQUOTE><DIV><BR><BR>Not, excuse me:<BR><SPAN class="q">$inlets = "inlets";<BR>$outlets = "outlets";</SPAN><BR> </DIV>I like more entrada (entry) , salida (exit), but in pd-microworld inlet and oulet are already memes. <BR><BR><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><DIV style=""><DIV><SPAN class="q"><BLOCKQUOTE type="cite">$arguments = "argumentos"; <BR>$messages = "mensajes";<BR><BR># infobox<BR>$name = "nombre";<BR>$description = "descripción"; <BR>$abbreviation = "abreviación";<BR>$library = "librería";<BR>$author = "autor"; <BR>$developer = "desarrollador";<BR>$releaseVersion = "número de versión";<BR>$releaseDate = "fecha de la versión"; <BR>$dependencies = "dependencias";<BR>$license = "licencia"; <BR>$website = "página web";<BR>$programmingLanguage = "lenguaje de programación";<BR>$platform = "plataforma"; <BR>$operatingSystem = "sistema operativo";<BR>$language = "ldioma"; <BR>$dataType = "Tipo de dato";<BR>$distributions = "distribuciones";<BR><BR><DIV><SPAN class="gmail_quote"><BR>Note: Inlets and oulets  could be transtaled like "entradas" and "salidas", but...  as the most anglicism pehaps is best don't translate </SPAN></DIV></BLOCKQUOTE></SPAN></DIV></DIV></BLOCKQUOTE><DIV><BR><BR><BR> </DIV><BR><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><DIV style=""> <DIV><SPAN style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"> <SPAN style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"> <DIV>----------------------------------------------------------------------------</DIV><DIV><BR></DIV><DIV>Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. <SPAN> </SPAN>    - Amy Smith</DIV><BR></SPAN></SPAN> </DIV><BR></DIV></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><BR class="Apple-interchange-newline"><DIV><BR></DIV><DIV>----------------------------------------------------------------------------</DIV><DIV><BR></DIV><DIV>If you are not part of the solution, you are part of the problem.</DIV><BR class="Apple-interchange-newline"></SPAN> </DIV><BR></BODY></HTML>