Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-07-05 21:03:12 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-07-05 21:03:12 (GMT)
commit665ff21abdad0fd441e535a2b7b382423af91e70 (patch)
tree3a3d21c5573d4ade7861f4e54cbaba44a4af6849
parent8f2150fb89684b58bccf67623a85390bb144363e (diff)
adding extra words for translation for 3 dimension games
-rw-r--r--VisualMatchActivity.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/VisualMatchActivity.py b/VisualMatchActivity.py
index 9c249a1..ff3f334 100644
--- a/VisualMatchActivity.py
+++ b/VisualMatchActivity.py
@@ -72,6 +72,13 @@ PROMPT_DICT = {'pattern': _('New pattern game'),
'word': _('New word game'),
'custom': _('Import custom cards')}
+APP_NAMES = [_('Dimensions'),
+ #TRANS: The prime number version of the dimensions game
+ _('Prime Dimensions'),
+ #TRANS: The word version of the dimensions game
+ _('Word Dimensions')]
+TIMERS = [_('15 seconds'), _('30 seconds'), _('1 minute'), _('2 minutes'), _('5 minutes')]
+
class VisualMatchActivity(activity.Activity):
''' Dimension matching game '''