From c50f610a7b88c4f9f6782308a1c151381efff482 Mon Sep 17 00:00:00 2001 From: Alan Aguiar Date: Mon, 28 May 2012 01:00:21 +0000 Subject: add po folder for translations --- diff --git a/activity.py b/activity.py index 47d466f..4060023 100755 --- a/activity.py +++ b/activity.py @@ -87,10 +87,10 @@ class Activity(activity.Activity): helpitem = HelpButton() toolbar.insert(helpitem, -1) helpitem.show() - helpitem.add_paragraph(_('Click in the background to drop an apple or')) - helpitem.add_paragraph(_('press A for an apple'), 'apple') - helpitem.add_paragraph(_('press C for a carrot'), 'carrot') - helpitem.add_paragraph(_('press H for an hay'), 'hay') + helpitem.add_paragraph(_('Click in the background to drop an apple')) + helpitem.add_paragraph(_('or press A for an apple'), 'apple') + helpitem.add_paragraph(_('or press C for a carrot'), 'carrot') + helpitem.add_paragraph(_('or press H for an hay'), 'hay') helpitem.add_paragraph(_('while you moves the mouse')) def read_file(self, file_path): diff --git a/helpbutton.py b/helpbutton.py index 639159d..639159d 100644..100755 --- a/helpbutton.py +++ b/helpbutton.py diff --git a/po/HorseGame.pot b/po/HorseGame.pot new file mode 100644 index 0000000..cc7f4d0 --- /dev/null +++ b/po/HorseGame.pot @@ -0,0 +1,46 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-05-27 21:58-0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: activity/activity.info:2 +msgid "HorseGame" +msgstr "" + +#: /home/alan/Documentos/GIT/horsegame/mainline/helpbutton.py:36 +msgid "Help" +msgstr "" + +#: /home/alan/Documentos/GIT/horsegame/mainline/activity.py:90 +msgid "Click in the background to drop an apple" +msgstr "" + +#: /home/alan/Documentos/GIT/horsegame/mainline/activity.py:91 +msgid "or press A for an apple" +msgstr "" + +#: /home/alan/Documentos/GIT/horsegame/mainline/activity.py:92 +msgid "or press C for a carrot" +msgstr "" + +#: /home/alan/Documentos/GIT/horsegame/mainline/activity.py:93 +msgid "or press H for an hay" +msgstr "" + +#: /home/alan/Documentos/GIT/horsegame/mainline/activity.py:94 +msgid "while you moves the mouse" +msgstr "" -- cgit v0.9.1