From 665ff21abdad0fd441e535a2b7b382423af91e70 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 05 Jul 2013 21:03:12 +0000 Subject: adding extra words for translation for 3 dimension games --- 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 ''' -- cgit v0.9.1