Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MANIFEST101
-rw-r--r--po/CartoonBuilder.pot25
-rwxr-xr-xsetup.py2
3 files changed, 26 insertions, 102 deletions
diff --git a/MANIFEST b/MANIFEST
deleted file mode 100644
index 3a4cd08..0000000
--- a/MANIFEST
+++ /dev/null
@@ -1,101 +0,0 @@
-cartoonbuilder.py
-config.backpics
-config.imgdirs
-config.sounds
-filmstrip.png
-backpics/bigbg01.gif
-backpics/bigbg02.gif
-backpics/bigbg03.gif
-backpics/bigbg04.gif
-backpics/bigbg05.gif
-backpics/bigbg06.gif
-backpics/bigbg07.gif
-backpics/bigbg08.gif
-backpics/bigbg09.gif
-backpics/bigbg10.gif
-backpics/bigbg11.gif
-backpics/bigbg12.gif
-backpics/bigbg13.gif
-backpics/bigbg14.gif
-backpics/bigbg15.gif
-backpics/bigbg16.gif
-backpics/bigbg17.gif
-icons/50x50blank-trans.png
-icons/big_down_arrow.png
-icons/big_left_arrow.png
-icons/big_pause.png
-icons/big_right_arrow.png
-icons/big_up_arrow.png
-icons/clear.png
-icons/down_arrow.png
-icons/filmstrip.png
-icons/left_arrow.png
-icons/logo.png
-icons/oldfilmstrip.png
-icons/pause.png
-icons/pink_arrow.png
-icons/right_arrow.png
-icons/sound_icon.png
-icons/up_arrow.png
-icons/yellow_arrow.png
-lp-en/An_Overview.txt
-lp-en/Lesson_Plan_1.txt
-lp-en/Lesson_Plan_2.txt
-lp-en/Lesson_Plan_3.txt
-lp-en/Lesson_Plan_4.txt
-lp-en/Lesson_Plan_5.txt
-lp-es/0Una_Descripcion.txt
-lp-es/Plan_1.txt
-lp-es/Plan_2.txt
-lp-es/Plan_3.txt
-lp-es/Plan_4.txt
-lp-es/Plan_5.txt
-pics/Elephant/bigelephant0.gif
-pics/Elephant/bigelephant1.gif
-pics/Elephant/bigelephant2.gif
-pics/Elephant/bigelephant3.gif
-pics/Elephant/bigelephant4.gif
-pics/Elephant/bigelephant5.gif
-pics/Elephant/bigelephant6.gif
-pics/Elephant/bigelephant7.gif
-pics/Elephant/bigelephant8.gif
-pics/Elephant/bigelephant9.gif
-pics/Elephant/bigelephant10.gif
-pics/Elephant/bigelephant11.gif
-pics/Elephant/bigelephant12.gif
-pics/Elephant/bigelephant13.gif
-pics/SpaceBlob/bigblob0.gif
-pics/SpaceBlob/bigblob1.gif
-pics/SpaceBlob/bigblob2.gif
-pics/SpaceBlob/bigblob3.gif
-pics/SpaceBlob/bigblob4.gif
-pics/SpaceBlob/bigblob5.gif
-pics/SpaceBlob/bigblob6.gif
-pics/SpaceBlob/bigblob7.gif
-pics/SpaceBlob/bigblob8.gif
-pics/SpaceBlob/bigblob9.gif
-pics/SpaceBlob/bigblob10.gif
-pics/SpaceBlob/bigblob11.gif
-pics/SpaceBlob/bigblob12.gif
-pics/SpaceBlob/bigblob13.gif
-pics/Turkey/bigturkey1.gif
-pics/Turkey/bigturkey2.gif
-pics/Turkey/bigturkey3.gif
-pics/Turkey/bigturkey4.gif
-pics/Turkey/bigturkey5.gif
-pics/Turkey/bigturkey6.gif
-pics/Turkey/bigturkey7.gif
-pics/Turkey/bigturkey8.gif
-pics/Turkey/bigturkey9.gif
-pics/Turkey/bigturkey10.gif
-pics/Turkey/bigturkey11.gif
-pics/Turkey/bigturkey12.gif
-pics/Turkey/bigturkey13.gif
-pics/Turkey/bigturkey14.gif
-sounds/funk.wav
-sounds/giggle.wav
-sounds/gobble.wav
-sounds/jungle.wav
-activity/activity-cartoonbuilder.svg
-activity/activity.info
-NEWS
diff --git a/po/CartoonBuilder.pot b/po/CartoonBuilder.pot
new file mode 100644
index 0000000..57327d0
--- /dev/null
+++ b/po/CartoonBuilder.pot
@@ -0,0 +1,25 @@
+# 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: 2009-01-18 00:03+0000\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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: activity/activity.info:2
+msgid "CartoonBuilder"
+msgstr ""
+
+#: cartoonbuilder.py:1514
+msgid "Background"
+msgstr ""
diff --git a/setup.py b/setup.py
index ed6ded8..6ea61a6 100755
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,3 @@
#!/usr/bin/python
from sugar.activity import bundlebuilder
-bundlebuilder.start('cartoon-builder')
+bundlebuilder.start()