From d50c12d761e027a802c1eef7dd78ab1008e76512 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 16 Jun 2012 14:07:04 +0000 Subject: add TRANS notes --- (limited to 'taextras.py') 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" -- cgit v0.9.1