Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2014-02-14 23:27:19 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2014-02-14 23:27:19 (GMT)
commit116f33ffab6e45d175112dbf49b79cca78a6532d (patch)
tree654e4bbbb9c36005e2c2fefc3bbae7315ff3bb35
parent63414bbf7507f1977d199dcd309c284742f5b18e (diff)
update wedo strings
-rw-r--r--taextras.py26
1 files changed, 14 insertions, 12 deletions
diff --git a/taextras.py b/taextras.py
index 953e67d..2850dd6 100644
--- a/taextras.py
+++ b/taextras.py
@@ -370,27 +370,29 @@ if dynamic = 0, it is fixed in position.')
WEDO_STRINGS = [
# TRANS: WeDo is a robotics product of the LEGO company
_('Palette of WeDo blocks'),
+ _('The parameter must be a integer, not '%s''),
+ _('Motor speed must be an integer between -100 and 100'),
+ _('WeDo found %s bricks'),
+ _('WeDo not found'),
+ _('WeDo number %s was not found'),
+ _('wedo'),
+ _('refresh WeDo'),
+ _('Search for a connected WeDo.'),
_('WeDo'),
_('set current WeDo device'),
+ _('number of WeDos'),
_('number of WeDo devices'),
_('tilt'),
- _('tilt sensor output: (-1 == no tilt,\
- 0 == tilt forward, 3 == tilt back, 1 == tilt left, 2 == tilt right)'),
+ _('tilt sensor output: (-1 == no tilt,0 == tilt forward, 3 == tilt back, 1 == tilt left, 2 == tilt right)'),
_('distance'),
#TRANS: This string is shorthand for "output of the distance sensor"
_('distance sensor output'),
_('Motor A'),
- _('returns the current value of Motor A'),
+ _('returns the current speed of Motor A'),
_('Motor B'),
- _('returns the current value of Motor B'),
- _('set the value for Motor A'),
- _('set the value for Motor B'),
- _('WeDo is unavailable'),
- # TRANS: e.g., Wedo 2 is unavailable, defaulting to 1
- _('WeDo %d is unavailable; defaulting to 1'),
- # TRANS: %(device)s and %(wedo_number)d are substitution strings;
- # please leave untranslated
- _('%(device)s is unavailable on WeDo %(wedo_number)d')
+ _('returns the current speed of Motor B'),
+ _('set the speed for Motor A'),
+ _('set the speed for Motor B')
]
LEGO_STRINGS = [