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-02-11 22:19:56 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-02-11 22:19:56 (GMT)
commit9fb852fd53f6a4ebc5740034f61dc861676bc80d (patch)
treea015d9049a7455d3f3584882b26da1cb3e249964 /taextras.py
parente4fb2425bc16d2f30bd11fb44c136c59b2907e75 (diff)
new strings for Lego NXT
Diffstat (limited to 'taextras.py')
-rw-r--r--taextras.py49
1 files changed, 49 insertions, 0 deletions
diff --git a/taextras.py b/taextras.py
index 93632af..ce0af16 100644
--- a/taextras.py
+++ b/taextras.py
@@ -234,3 +234,52 @@ WEDO_STRINGS = [
_('set the value for Motor A'),
_('set the value for Motor B')
]
+
+LEGO_STRINGS = [
+ # TRANS: Lego NXT is a robotics product of the LEGO company
+ _('Palette of LEGO NXT blocks'),
+ _('turn motor\nrotations'),
+ _('port'),
+ _('power'),
+ _('turn a motor'),
+ _('PORT A'),
+ _('port A of the brick'),
+ _('PORT B'),
+ _('port B of the brick'),
+ _('PORT C'),
+ _('port C of the brick'),
+ _('sync motors\nsteering'),
+ _('rotations'),
+ _('synchronize two motors'),
+ _('start motor'),
+ _('run a motor forever'),
+ _('brake motor'),
+ _('brake a specified motor'),
+ _('read'),
+ _('sensor'),
+ _('read sensor output'),
+ _('touch'),
+ _('touch sensor'),
+ _('PORT 1'),
+ _('port 1 of the brick'),
+ _('PORT 2'),
+ _('port 2 of the brick'),
+ _('PORT 3'),
+ _('port 3 of the brick'),
+ _('PORT 4'),
+ _('port 4 of the brick'),
+ _('ultrasonic'),
+ _('distance sensor'),
+ _('color'),
+ _('color sensor'),
+ _('light'),
+ _('light sensor'),
+ _('play tone'),
+ _('freq'),
+ _('time'),
+ _('play a tone at freq for time'),
+ _('set light'),
+ _('set color sensor light'),
+ _('refresh NXT'),
+ _('search for a connected NXT brick')
+]