Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taextras.py
diff options
context:
space:
mode:
Diffstat (limited to 'taextras.py')
-rw-r--r--taextras.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/taextras.py b/taextras.py
index 5d9a5d6..5ed51dc 100644
--- a/taextras.py
+++ b/taextras.py
@@ -219,3 +219,19 @@ objects (a value from 0 to 1, where 0 means no bounce and 1 is very bouncy).'),
_('If dynamic = 1, the object can move; \
if dynamic = 0, it is fixed in position.')
]
+
+WEDO_STRINGS = [
+ # TRANS: WeDo is a robotics product of the LEGO company
+ _('Palette of WeDo blocks'),
+ _('tilt'),
+ _('tilt sensor output: (-1 == no tilt,\
+ 0 == tilt forward, 3 == tilt back, 1 == tilt left, 2 == tilt right)'),
+ _('distance'),
+ _('distance sensor output'),
+ _('Motor A'),
+ _('returns the current value of Motor A'),
+ _('Motor B'),
+ _('returns the current value of Motor B'),
+ _('set the value for Motor A'),
+ _('set the value for Motor B')
+]