[tuxdroid-svn] r4582 - in software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk: execu
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-04-24 07:50:06
|
Author: jerome
Date: 2009-04-24 09:50:04 +0200 (Fri, 24 Apr 2009)
New Revision: 4582
Modified:
software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/executables/tuxdroid-gadget-maxlight.py
software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/resources/gadget.pot
software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/resources/gadget.xml
software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/resources/help.html
Log:
* Updated strings.
Modified: software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/executables/tuxdroid-gadget-maxlight.py
===================================================================
--- software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/executables/tuxdroid-gadget-maxlight.py 2009-04-24 07:37:41 UTC (rev 4581)
+++ software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/executables/tuxdroid-gadget-maxlight.py 2009-04-24 07:50:04 UTC (rev 4582)
@@ -123,7 +123,7 @@
tux.spinning.off()
break
- GadgetHelper.throwMessage("Light up is here {0}", str(int(lum)) + "%%")
+ GadgetHelper.throwMessage("I think most of the light is coming from this direction.")
tgp_language = "en"
@@ -147,7 +147,7 @@
# Test if charger are plugged
if tux.status.requestOne('charger_state')[0] == 'UNPLUGGED':
- GadgetHelper.throwMessage("I begun the research")
+ GadgetHelper.throwMessage("Looking for the brightest light source")
tux.eyes.open()
tux.flippers.up()
light = search() # search light up
@@ -155,7 +155,7 @@
tux.flippers.down()
else:
- GadgetHelper.throwMessage("Unplug the charger and restart the program")
+ GadgetHelper.throwMessage("Unplug my charger first and try again.")
tux.access.release()
tux.server.disconnect()
Modified: software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/resources/gadget.pot
===================================================================
--- software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/resources/gadget.pot 2009-04-24 07:37:41 UTC (rev 4581)
+++ software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/resources/gadget.pot 2009-04-24 07:50:04 UTC (rev 4582)
@@ -1,15 +1,15 @@
-msgid "Max light gadget"
+msgid "Max Light Gadget"
msgstr ""
-msgid "Tux seeks maximum light"
+msgid "The Max Light gadget will make Tux Droid rotate towards the direction of the brightest light source."
msgstr ""
-msgid "Light up is here"
+msgid "I think most of the light is coming from this direction."
msgstr ""
-msgid "Unplug the charger and restart the gadget"
+msgid "Unplug my charger first and try again."
msgstr ""
-msgid "I begun the research"
+msgid "Looking for the brightest light source"
msgstr ""
Modified: software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/resources/gadget.xml
===================================================================
--- software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/resources/gadget.xml 2009-04-24 07:37:41 UTC (rev 4581)
+++ software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/resources/gadget.xml 2009-04-24 07:50:04 UTC (rev 4582)
@@ -4,13 +4,13 @@
<executable>executables/tuxdroid-gadget-maxlight.py</executable>
</interpreter>
<description>
- <name>Max light gadget</name>
- <description>Tux seeks maximum light</description>
+ <name>Max Light Gadget</name>
+ <description>The Max Light gadget will make Tux Droid rotate towards the direction of the brightest light source.</description>
<author>Eric Lescaudron</author>
<version>0.5</version>
<iconFile>resources/light.png</iconFile>
<executionMode>command</executionMode>
- <uuid>f7b98f96-12c7-11de-9757-00030d81164d</uuid>
+ <uuid>c8a41dd3-ae21-4b1f-aea3-ba151bcbd903</uuid>
</description>
<parameters>
</parameters>
Modified: software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/resources/help.html
===================================================================
--- software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/resources/help.html 2009-04-24 07:37:41 UTC (rev 4581)
+++ software_suite_v2/software/gadgets/tuxdroid-gadget-maxlight/trunk/resources/help.html 2009-04-24 07:50:04 UTC (rev 4582)
@@ -1,8 +1,8 @@
<html>
<body>
-<font size="3" face="Verdana, Arial, Helvetica, sans-serif">This gadget will make Tux Droïd
-seeks maximum light. Drag-and-drop this gadget into "My Favorites" or "My alerts" to enable it,
- make sure to unplug charger <br>
+<font size="3" face="Verdana, Arial, Helvetica, sans-serif">The Max Light gadget will make Tux Droid rotate towards the brightest light source.
+Drag-and-drop the gadget into "My Favorites" to enable it. Also, make sure to unplug
+the charger so Tux Droid can spin while searching for the light source. <br>
</font>
</body>
</html>
|