From 81cf906d561e492582c9894fb0ac87682af53ede Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 26 Jan 2012 15:01:14 +0000 Subject: adding strings used by WeDo plugin --- 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') +] -- cgit v0.9.1