PyGTK/lang-es

From OLPC
< PyGTK
Revision as of 22:04, 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# 257917]  +/-  
This article is a stub. You can help the OLPC project by expanding it.

From the about page:

About PyGTK

PyGTK provides a convenient wrapper for the GTK+ library for use in Python programs, taking care of many of the boring details such as managing memory and type casting. When combined with the PyORBit, gnome-python, gnome-python-desktop or gnome-python-extras modules, it can be used to write full featured Gnome applications.

GTK+ is a GUI toolkit for developing graphical applications that run on POSIX systems such as Linux, Windows and MacOS X (provided that an X server for MacOS X has been installed). It provides a comprehensive set of widgets, and supports Unicode and bidirectional text. It links into the Gnome Accessibility Framework through the ATK library.

Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java. Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing.

The current version of PyGTK requires GTK+ >= 2.0 and Python >= 2.2 to build.

Getting Started

PyGTK Tutorials

External

See also


External links