Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-07-25 01:02:04 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-07-25 01:02:04 (GMT)
commitd0122aded8f051dd150a114db895788685ad5809 (patch)
tree3590b69524b755ed76ebe8f260303897065df5b4
parent6f249a70e0c27a92269def4171fa83726ce3004f (diff)
new NXT strings
-rw-r--r--taextras.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/taextras.py b/taextras.py
index d1c8ac0..58c4254 100644
--- a/taextras.py
+++ b/taextras.py
@@ -366,7 +366,10 @@ LEGO_STRINGS = [
# TRANS: set light is used to set the light level associated with
# the color sensor (which can emit light as well as sense it)
_('set light'),
- _('Set color sensor light.')
+ _('Set color sensor light.'),
+ # TRANS: the battery level is the charge level of the brick
+ _('battery level'),
+ _('Get battery level of brick.')
]
ARDUINO_STRINGS = [