Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2012-11-30 15:07:49 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2012-11-30 15:09:07 (GMT)
commit286bfee178140cc5330fba8670b3c376c10610c2 (patch)
tree14df1fdb5ae70a3791926de90875148598ba4156
parentda043fee1e25a0a0366a6b709d7c8a1d6d9fd45c (diff)
Add pot files, fix encoding errors, fix bundle_id warnings.HEADmaster
-rwxr-xr-xactivity.py2
-rwxr-xr-xactivity/activity.info2
-rw-r--r--po/IknowChemicalElements.pot39
-rwxr-xr-xsetup.py2
4 files changed, 42 insertions, 3 deletions
diff --git a/activity.py b/activity.py
index 9a983bf..a358333 100755
--- a/activity.py
+++ b/activity.py
@@ -5,5 +5,5 @@ class Activity(activity.PyGameActivity):
"""Your Sugar activity"""
game_name = 'conozcoel'
- game_title = _('Conozco Elementos Quimicos')
+ game_title = _('I know Chemical Elements')
game_size = (1200,900)
diff --git a/activity/activity.info b/activity/activity.info
index ac9b2a4..c26b2e3 100755
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,5 +1,5 @@
[Activity]
-name = Conozco Elementos Químicos
+name = I know Chemical Elements
activity_version = 1
host_version = 1
bundle_id = org.sugarlabs.conozcoelementos
diff --git a/po/IknowChemicalElements.pot b/po/IknowChemicalElements.pot
new file mode 100644
index 0000000..da81d09
--- /dev/null
+++ b/po/IknowChemicalElements.pot
@@ -0,0 +1,39 @@
+# 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-11-30 20:37+0530\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 conozcoel.py:345 activity.py:8
+msgid "I know Chemical Elements"
+msgstr ""
+
+#: conozcoel.py:350
+msgid "Game"
+msgstr ""
+
+#: conozcoel.py:370
+msgid "Information"
+msgstr ""
+
+#: conozcoel.py:378
+msgid "Leave"
+msgstr ""
+
+#: olpcgames/canvas.py:151
+#, python-format
+msgid "%s Source"
+msgstr ""
diff --git a/setup.py b/setup.py
index d357efe..77fda74 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
from sugar.activity import bundlebuilder
if __name__ == "__main__":
- bundlebuilder.start("conozco-uruguay")
+ bundlebuilder.start()