PyGTK/lang-es

From OLPC
< PyGTK
Revision as of 22:16, 11 July 2011 by JZA (talk | contribs)
Jump to: navigation, search
  Traducción de PyGTK original  
  english | español   +/- cambios  
Ahora, edita tu traducción, usando lo siguiente como guía:
[[Original page]] [[Original page/lang-es]]
(nombre de la página traducida)
Borrando el texto traducido...
(no muy recomendado)
{{OLPC}}
{{Translations}}


== Some header ==


Some text blah... 
blah... [[#Another header]]
... blah == Another header == Some other text blah...
blah... [[Another page]]
and [[Another page#section|section]]
... blah
{{OLPC}}
{{Translation
 | lang = xx
 | source = Original page
 | version = yyyy}}
{{Ongoing Translation}}

{{anchor|Some header}}
== Un titular ==

Algo de texto bla... 
bla... [[#Another header|Otro titular]]
... blah {{ Translated text | Some text blah...
blah... [[#Another header]]
... blah | display = block}} {{anchor|Another header}} == Otro titular == Algo más de texto bla...
bla... [[Another page/lang-xx|Otra página]]
y [[Another page/lang-xx#section|sección]]
... bla {{ Translated text | Some other text blah...
blah... [[Another page]]
and [[Another page#section|section]]
... blah | display = block}}
{{OLPC}}
{{Translation
 | lang = xx
 | source = Original page
 | version = yyyy}}

{{anchor|Some header}}
== Un titular ==

Algo de texto bla... 
bla... [[#Another header|Otro titular]]
... blah {{anchor|Another header}} == Otro titular == Algo más de texto bla...
bla... [[Another page/lang-xx|Otra página]]
y [[Another page/lang-xx#section|sección]]
... bla

Páginas de soporte: si hay un enlace rojo como el siguiente:

[[Original page/translations]]
[[Original page|english]]
[[Original page/lang-es|Página original]]

... debes seguirlo y pegar "{{subst:requesttranslation}}" allí:

[[Another page/lang-es]] [[Another page]]
{{subst:requesttranslation}}
Eso se sustituye con el template:
''{{Translation|lang=es|source=Another page|status=deseada}}
some untranslated page...
maybe the content is mutating rapidly,
or is peripheric to the main corpus, etc.


  Please copy/paste "{{Translationlist | xx | origlang=en | translated={{{translated}}}}}" (where xx is ISO 639 language code for your translation) to PyGTK/lang-es/translations HowTo [ID# 257918]  +/-  
This article is a stub. You can help the OLPC project by expanding it.

Desde la página sobre:

Sobre PyGTK

PyGTK provee una envoltura conveniente para la biblioteca GTK+ para usar dentro de los programas de Python, tomando en cuenta de las muchos de los detalles aburridos tales como el manejo de memoria y el tipo de casting. Al combinarse con los modulos de PyORBit, gnome-python, gnome-python-desktop o gnome-python-extras, puede ser usado para escribir aplicaciones completas en Gnome.

GTK+ es una utileria de Interfaz gráfica para desarrollo de aplicaciones gráficas que corren en sistemas POSIX tales como Linux, Windows y MacOS X (provee un servidor X para MacOS X este debe ser instalado). Este provee una conjunto de widgets, y soporta unicodigo y texto bidireccional. Este se liga al marco de trabajo de accesibilidad de Gnome atravez de las bibliotecas ATK.

Python es un lenguaje de programación, interactivo, interpretado , orientado a objetos. Es comunmente comparado a Tcl, Perl, Scheme o Java. Python combina el poder de estos lenguajes con una sintaxis sencilla y clara. Tiene modulos, clases, excepciones, y muy alto nivel de tipos de datos y escritura dinamica.

La versión actual de PyGTK requiere de GTK+ >= 2.0 y Python >= 2.2 para construir.

Comenzando

Tutorailes PyGTK

External

See also


External links