Hey,
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.
# wikipedia terms my $stub = ""; my $template = ""; my $category = ""; my $infobox = ""; my $topLevel = ""; #
# pdpedia terms my $objectclass = "";
# page headers my $inlets = ""; my $outlets = ""; my $arguments = ""; my $messages = "";
# infobox my $name = ""; my $description = ""; my $abbreviation = ""; my $library = ""; my $author = ""; my $developer = ""; my $releaseVersion = ""; my $releaseDate = ""; my $dependencies = ""; my $license = ""; my $website = ""; my $programmingLanguage = ""; my $platform = ""; my $operatingSystem = ""; my $language = ""; my $dataType = ""; my $distributions = ""; my $status = "";
.hc
On Oct 2, 2007, at 3:52 PM, Vircy Parker wrote:
Spanish
# wikipedia terms $stub = "borrador";
I couldnt' find the wikipedia work for "stub":
http://es.wikipedia.org/wiki/Plantilla:Borrador
It seems to be:
http://es.wikipedia.org/wiki/Plantilla:Esbozo
ok, it seem to be Esbozo
$template = "plantilla"; $category = "categoría"; $infobox = "cuadro informativo";
These are straight from wikipedia. I think they use the term
"Infobox":http://es.wikipedia.org/wiki/Plantilla:Infobox_Pa%C3%ADs
ok, our custom are full of anglicism. :)
# pdpedia terms $objectclass = "clase de objeto"; # page headers $inlets = "inlets"; $outlets = "inlets";
"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..hc
Not, excuse me: $inlets = "inlets"; $outlets = "outlets";
I like more entrada (entry) , salida (exit), but in pd-microworld
inlet and oulet are already memes.$arguments = "argumentos"; $messages = "mensajes";
# infobox $name = "nombre"; $description = "descripción"; $abbreviation = "abreviación"; $library = "librería"; $author = "autor"; $developer = "desarrollador"; $releaseVersion = "número de versión"; $releaseDate = "fecha de la versión"; $dependencies = "dependencias"; $license = "licencia"; $website = "página web"; $programmingLanguage = "lenguaje de programación"; $platform = "plataforma"; $operatingSystem = "sistema operativo"; $language = "ldioma"; $dataType = "Tipo de dato"; $distributions = "distribuciones";
Note: Inlets and oulets could be transtaled like "entradas" and
"salidas", but... as the most anglicism pehaps is best don't
translate
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. - Amy Smith
If you are not part of the solution, you are part of the problem.