Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taextras.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-02-15 02:42:40 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-02-15 02:42:40 (GMT)
commit4f69ef8fad68857fd58ab8e656167a8da296153a (patch)
treec2f8d569a2fbce418150efe148e94d5005f72b1f /taextras.py
parent76c248855c4ceca51b32b9991ceaf64273399f19 (diff)
update Butia strings
Diffstat (limited to 'taextras.py')
-rw-r--r--taextras.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/taextras.py b/taextras.py
index bdc43c8..894d26a 100644
--- a/taextras.py
+++ b/taextras.py
@@ -75,22 +75,20 @@ BUTIA_STRINGS = [
_('ERROR: The pin must be between 1 and 8'),
_('ERROR: The value must be 0 or 1, LOW or HIGH'),
_('ERROR: The mode must be INPUT or OUTPUT.'),
- _('adjust LED intensity between 0 and 255'),
+ _('Turn LED on and off: 0 is off; 1 is on'),
_('returns the gray level'),
_('returns 1 when the button is press and 0 otherwise'),
- _('returns the ambient light level'),
- _('returns the ambient temperature'),
+ _('returns the light level'),
+ _('returns the temperature'),
_('returns the distance from the object in front of the sensor'),
- _('returns 0 or 1 depending on the sensor inclination'),
_('returns 1 when the sensors detects a magnetic field, 0 otherwise'),
- _('switches from 0 to 1, the frequency depends on the vibration'),
_('returns the value of the resistance'),
_('returns the value of the voltage'),
_('gpio'),
_('LED'),
_('button'),
- _('grayscale'),
- _('ambient light'),
+ _('gray'),
+ _('light'),
_('temperature'),
_('distance'),
_('resistance'),