[tuxdroid-svn] r5310 - software_suite_v3/software/plugin/plugin-battery/trunk/resources
Status: Beta
Brought to you by:
ks156
|
From: gwadavel <c2m...@c2...> - 2009-08-14 14:31:23
|
Author: gwadavel
Date: 2009-08-14 16:31:02 +0200 (Fri, 14 Aug 2009)
New Revision: 5310
Added:
software_suite_v3/software/plugin/plugin-battery/trunk/resources/en.po
software_suite_v3/software/plugin/plugin-battery/trunk/resources/en.wiki
software_suite_v3/software/plugin/plugin-battery/trunk/resources/fr.po
software_suite_v3/software/plugin/plugin-battery/trunk/resources/fr.wiki
software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.png
Removed:
software_suite_v3/software/plugin/plugin-battery/trunk/resources/battery.png
Modified:
software_suite_v3/software/plugin/plugin-battery/trunk/resources/help.wiki
software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.pot
software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.xml
Log:
rename battery.png to plugin.png and change resolution to 48x48. Add fr.po, fr.wiki, en.po and en.wiki
Deleted: software_suite_v3/software/plugin/plugin-battery/trunk/resources/battery.png
===================================================================
(Binary files differ)
Added: software_suite_v3/software/plugin/plugin-battery/trunk/resources/en.po
===================================================================
--- software_suite_v3/software/plugin/plugin-battery/trunk/resources/en.po (rev 0)
+++ software_suite_v3/software/plugin/plugin-battery/trunk/resources/en.po 2009-08-14 14:31:02 UTC (rev 5310)
@@ -0,0 +1,9 @@
+msgid "Battery Level"
+msgstr "Battery Level"
+
+msgid "Says battery level"
+msgstr "Says battery level"
+
+msgid "Says the battery level and it state"
+msgstr "Says the battery level and it state"
+
Added: software_suite_v3/software/plugin/plugin-battery/trunk/resources/en.wiki
===================================================================
--- software_suite_v3/software/plugin/plugin-battery/trunk/resources/en.wiki (rev 0)
+++ software_suite_v3/software/plugin/plugin-battery/trunk/resources/en.wiki 2009-08-14 14:31:02 UTC (rev 5310)
@@ -0,0 +1,2 @@
+== Synopsis ==
+Tux Droid says the battery level and it state
Added: software_suite_v3/software/plugin/plugin-battery/trunk/resources/fr.po
===================================================================
--- software_suite_v3/software/plugin/plugin-battery/trunk/resources/fr.po (rev 0)
+++ software_suite_v3/software/plugin/plugin-battery/trunk/resources/fr.po 2009-08-14 14:31:02 UTC (rev 5310)
@@ -0,0 +1,9 @@
+msgid "Battery Level"
+msgstr ""
+
+msgid "Says battery level"
+msgstr ""
+
+msgid "Says the battery level and it state"
+msgstr ""
+
Added: software_suite_v3/software/plugin/plugin-battery/trunk/resources/fr.wiki
===================================================================
--- software_suite_v3/software/plugin/plugin-battery/trunk/resources/fr.wiki (rev 0)
+++ software_suite_v3/software/plugin/plugin-battery/trunk/resources/fr.wiki 2009-08-14 14:31:02 UTC (rev 5310)
@@ -0,0 +1,2 @@
+==Synopsis==
+Tux Droid donne le niveau de la batterie et son etat.
Modified: software_suite_v3/software/plugin/plugin-battery/trunk/resources/help.wiki
===================================================================
--- software_suite_v3/software/plugin/plugin-battery/trunk/resources/help.wiki 2009-08-14 02:41:48 UTC (rev 5309)
+++ software_suite_v3/software/plugin/plugin-battery/trunk/resources/help.wiki 2009-08-14 14:31:02 UTC (rev 5310)
@@ -1,4 +1,2 @@
-= Synopsis =
-Tux Droid says battery level and it's state.
-
-
+== Synopsis ==
+Tux Droid says the battery level and it state
Added: software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.png
===================================================================
(Binary files differ)
Property changes on: software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.pot
===================================================================
--- software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.pot 2009-08-14 02:41:48 UTC (rev 5309)
+++ software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.pot 2009-08-14 14:31:02 UTC (rev 5310)
@@ -1,8 +1,9 @@
-msgid "Battery Level"
-msgstr ""
-msgid "Says battery level and it's state or says if battery is low"
+msgid "Battery Level"
msgstr ""
-msgid "Says the battery level and it's state"
+
+msgid "Says battery level"
msgstr ""
-msgid "Says if battery is low"
+
+msgid "Says the battery level and it state"
msgstr ""
+
Modified: software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.xml 2009-08-14 02:41:48 UTC (rev 5309)
+++ software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.xml 2009-08-14 14:31:02 UTC (rev 5310)
@@ -9,7 +9,7 @@
<description>Says battery level</description>
<author>Gwadavel</author>
<version>0.0.1</version>
- <iconFile>resources/battery.png</iconFile>
+ <iconFile>resources/plugin.png</iconFile>
<executionMode>command</executionMode>
<uuid>868a9389-01a9-4a8c-b63e-68414d154798</uuid>
<platform>all</platform>
@@ -17,7 +17,7 @@
<commands>
<command
name="run"
- description="Says the battery level and it's state"
+ description="Says the battery level and it state"
daemon="false" />
</commands>
<tasks>
|