~iferca/yape/trunk

« back to all changes in this revision

Viewing changes to src/yape/yango/__init__.py

  • Committer: Israel Fernández Cabrera
  • Date: 2009-08-02 05:31:23 UTC
  • mto: This revision was merged to the branch mainline in revision 136.
  • Revision ID: iferca@tah-20090802053123-xrjfaptxbhf3skqd
Primera versión de YaPe en español. No está 100% ok pero está bien. Además se han creado las herramientas para manejar las traducciones en sucesivas versiones.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        askData = None
28
28
        try:
29
29
            askData = ygtk.AskData()
30
 
            askData.setTitle("Application name")
 
30
            askData.setTitle(_("Application name"))
31
31
            askData.setDescription("Provide the name for the new Django application")
32
32
            askData.setLabel("Name")
33
33
            if askData.run() == 1: