From 286bfee178140cc5330fba8670b3c376c10610c2 Mon Sep 17 00:00:00 2001 From: Aneesh Dogra Date: Fri, 30 Nov 2012 15:07:49 +0000 Subject: Add pot files, fix encoding errors, fix bundle_id warnings. --- 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 , 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 \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 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() -- cgit v0.9.1