From 9fb852fd53f6a4ebc5740034f61dc861676bc80d Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 11 Feb 2012 22:19:56 +0000 Subject: new strings for Lego NXT --- 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') +] -- cgit v0.9.1