From 17af37d6edc5651aec21c7cebcf8dfedad1d4ffc Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 16 Feb 2012 03:27:20 +0000 Subject: new NXT strings --- (limited to 'taextras.py') 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.') ] -- cgit v0.9.1