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-06-16 14:07:04 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-06-16 14:07:04 (GMT)
commitd50c12d761e027a802c1eef7dd78ab1008e76512 (patch)
tree3e04d8e51f5e54db1ba31adbcca9c9e0b4ef24b2 /taextras.py
parent45bab2c428838e1f9425f0c538c1822e017a7136 (diff)
add TRANS notes
Diffstat (limited to 'taextras.py')
-rw-r--r--taextras.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/taextras.py b/taextras.py
index 783138b..b642482 100644
--- a/taextras.py
+++ b/taextras.py
@@ -124,10 +124,13 @@ FOLLOWME_STRINGS = [
_('follow a RGB color'),
_('threshold'),
_('set a threshold for a RGB color'),
+ #TRANS: the calibration can be saved for later use
_('save calibration 1'),
_('stores a calibration in calibration 1'),
+ #TRANS: the calibration can be saved for later use
_('save calibration 2'),
_('stores a calibration in calibration 2'),
+ #TRANS: the calibration is used to match an RGB color to a target
_('calibration'),
_('stores a personalized calibration'),
_('calibration 1'),
@@ -149,6 +152,7 @@ FOLLOWME_STRINGS = [
]
SUMO_STRINGS = [
+ #TRANS: SumBot is a robot programmed for "Sumo wrestling"
_('SumBot'),
_('speed SumBot'),
_('submit the speed to the SumBot'),
@@ -167,9 +171,13 @@ SUMO_STRINGS = [
#TRANS: This string is shorthand for "move SumBot right"
_('right SumBot'),
_('turn right the SumBot'),
+ #TRANS: The angle to the center is the angle SumBot must turn to
+ #face the center of the playing field
_('angle to center'),
#TRANS: dohyo is the playing field
_('get the angle to the center of the dohyo'),
+ #TRANS: The angle to the center is the angle SumBot must turn to
+ #face the Enemy (opponent)
_('angle to Enemy'),
_('get the angle to the Enemy'),
#TRANS: This string is shorthand for "x coordinate of SumBot"