Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taextras.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-01-26 15:01:14 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-01-26 15:01:14 (GMT)
commit81cf906d561e492582c9894fb0ac87682af53ede (patch)
tree59708d486689fc2ba9f116c64ca2eb697397e6d6 /taextras.py
parent2e71c26308f978a43a3d2d94be37079074fbf54c (diff)
adding strings used by WeDo plugin
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')
+]