Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xactivity.py8
-rwxr-xr-x[-rw-r--r--]helpbutton.py0
-rw-r--r--po/HorseGame.pot46
3 files changed, 50 insertions, 4 deletions
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 <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\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 ""