Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-05-14 23:31:38 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-05-14 23:31:38 (GMT)
commitce07d038986d753d43ed7ac20598f275c6be0e38 (patch)
tree45c9a5572c658006ad7f3a0a64576627e563b123
parentdaa00bc98b8d5fa5a5f7c0a6c76238b9fc5b4256 (diff)
add other activity things
-rw-r--r--po/Dotsandboxes.pot62
-rwxr-xr-xsetup.py6
2 files changed, 68 insertions, 0 deletions
diff --git a/po/Dotsandboxes.pot b/po/Dotsandboxes.pot
new file mode 100644
index 0000000..e4cb61c
--- /dev/null
+++ b/po/Dotsandboxes.pot
@@ -0,0 +1,62 @@
+# 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: 2013-05-14 20:30-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 "Dots and boxes"
+msgstr ""
+
+#: activity.py:74 activity.py:270
+msgid "Player 1"
+msgstr ""
+
+#: activity.py:98
+msgid "H"
+msgstr ""
+
+#: activity.py:114
+msgid "V"
+msgstr ""
+
+#: activity.py:128
+msgid "Board size"
+msgstr ""
+
+#: activity.py:142
+msgid "Points"
+msgstr ""
+
+#: activity.py:162
+msgid "Background"
+msgstr ""
+
+#: activity.py:187
+msgid "Lines"
+msgstr ""
+
+#: activity.py:207
+msgid "Owner"
+msgstr ""
+
+#: activity.py:222
+msgid "Colors"
+msgstr ""
+
+#: activity.py:272
+msgid "Player 2"
+msgstr ""
diff --git a/setup.py b/setup.py
new file mode 100755
index 0000000..8c00558
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,6 @@
+#! /usr/bin/env python
+# -*- coding: utf-8 -*-
+
+from sugar.activity import bundlebuilder
+if __name__ == "__main__":
+ bundlebuilder.start() \ No newline at end of file