Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/VisualMatchActivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'VisualMatchActivity.py')
-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 '''