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-16 03:27:20 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-02-16 03:27:20 (GMT)
commit17af37d6edc5651aec21c7cebcf8dfedad1d4ffc (patch)
treeb16f26cc9011a12a9cccc9351f270360b8c7f71b /taextras.py
parent0f3df9c9e4c2adf41071d7e50645758fd0382a4f (diff)
new NXT strings
Diffstat (limited to 'taextras.py')
-rw-r--r--taextras.py70
1 files changed, 38 insertions, 32 deletions
diff --git a/taextras.py b/taextras.py
index f3834a0..f05d471 100644
--- a/taextras.py
+++ b/taextras.py
@@ -255,48 +255,54 @@ WEDO_STRINGS = [
LEGO_STRINGS = [
# TRANS: Lego NXT is a robotics product of the LEGO company
_('Palette of LEGO NXT blocks'),
+ _('touch'),
+ _('ultrasonic'),
+ _('color'),
+ _('light'),
+ _('PORT A'),
+ _('PORT B'),
+ _('PORT C'),
+ _('PORT 1'),
+ _('PORT 2'),
+ _('PORT 3'),
+ _('PORT 4'),
+ _('Please check the connection with the brick.'),
+ _('Please check the port.'),
+ _('The value of power must be between -127 to 127.'),
+ _('An error has ocurred: check all and try reconect.'),
+ _('NXT found'),
+ _('NXT not found'),
+ _('refresh NXT'),
+ _('Search for a connected NXT brick.'),
+ _('play tone'),
+ _('freq'),
+ _('time'),
+ _('Play a tone at freq for time.'),
_('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'),
+ _('PORT A of the brick'),
+ _('PORT B of the brick'),
+ _('PORT C of the brick'),
_('start motor'),
- _('run a motor forever'),
+ _('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'),
+ _('Stop a specified motor.'),
+ _('PORT 1 of the brick'),
_('color sensor'),
- _('light'),
_('light sensor'),
- _('play tone'),
- _('freq'),
- _('time'),
- _('play a tone at freq for time'),
+ _('PORT 2 of the brick'),
+ _('touch sensor'),
+ _('distance sensor'),
+ _('PORT 3 of the brick'),
+ _('read'),
+ _('sensor'),
+ _('Read sensor output.'),
+ _('PORT 4 of the brick'),
_('set light'),
- _('set color sensor light'),
- _('refresh NXT'),
- _('search for a connected NXT brick')
+ _('Set color sensor light.')
]