[tuxdroid-svn] r4950 - software_suite_v3/software/plugin/plugin-clock/trunk/resources
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-07-01 08:56:59
|
Author: remi
Date: 2009-07-01 10:56:07 +0200 (Wed, 01 Jul 2009)
New Revision: 4950
Added:
software_suite_v3/software/plugin/plugin-clock/trunk/resources/en.po
Modified:
software_suite_v3/software/plugin/plugin-clock/trunk/resources/fr.po
software_suite_v3/software/plugin/plugin-clock/trunk/resources/plugin.pot
software_suite_v3/software/plugin/plugin-clock/trunk/resources/plugin.xml
Log:
* Added name for the alert
* Added an attribute for the task "delayType". This attribute indicate that the web interface must show a combobox with "15/30/60" minutes instead of "H/M/S"
* Added en.po
* Fixed fr.po
Added: software_suite_v3/software/plugin/plugin-clock/trunk/resources/en.po
===================================================================
--- software_suite_v3/software/plugin/plugin-clock/trunk/resources/en.po (rev 0)
+++ software_suite_v3/software/plugin/plugin-clock/trunk/resources/en.po 2009-07-01 08:56:07 UTC (rev 4950)
@@ -0,0 +1,20 @@
+msgid "Clock"
+msgstr "Clock"
+
+msgid "Clock."
+msgstr "Clock."
+
+msgid "This plugin gives you the time."
+msgstr "This plugin gives you the time."
+
+msgid "Current time is {0} hours and {1} minutes."
+msgstr "Current time is {0} hours and {1} minutes."
+
+msgid "Current time is {0} hours."
+msgstr "Current time is {0} hours."
+
+msgid "Start every x from full hour"
+msgstr "Pendulum"
+
+msgid "Start me every x (From full hour)"
+msgstr "Give time regularly"
Modified: software_suite_v3/software/plugin/plugin-clock/trunk/resources/fr.po
===================================================================
--- software_suite_v3/software/plugin/plugin-clock/trunk/resources/fr.po 2009-07-01 08:41:29 UTC (rev 4949)
+++ software_suite_v3/software/plugin/plugin-clock/trunk/resources/fr.po 2009-07-01 08:56:07 UTC (rev 4950)
@@ -4,11 +4,17 @@
msgid "Clock."
msgstr "Horloge."
-msgid "Ce plugin vous donne l'heure."
-msgstr ""
+msgid "This plugin gives you the time."
+msgstr "Ce plugin vous donne l'heure."
msgid "Current time is {0} hours and {1} minutes."
msgstr "Il est {0} heures et {1} minutes."
msgid "Current time is {0} hours."
msgstr "Il est {0} heures."
+
+msgid "Start every x from full hour"
+msgstr "Pendule"
+
+msgid "Start me every x (From full hour)"
+msgstr "Donner l'heure régulièrement"
Modified: software_suite_v3/software/plugin/plugin-clock/trunk/resources/plugin.pot
===================================================================
--- software_suite_v3/software/plugin/plugin-clock/trunk/resources/plugin.pot 2009-07-01 08:41:29 UTC (rev 4949)
+++ software_suite_v3/software/plugin/plugin-clock/trunk/resources/plugin.pot 2009-07-01 08:56:07 UTC (rev 4950)
@@ -11,4 +11,10 @@
msgstr ""
msgid "Current time is {0} hours."
+msgstr ""
+
+msgid "Start every x from full hour"
+msgstr ""
+
+msgid "Start me every x (From full hour)"
msgstr ""
Modified: software_suite_v3/software/plugin/plugin-clock/trunk/resources/plugin.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-clock/trunk/resources/plugin.xml 2009-07-01 08:41:29 UTC (rev 4949)
+++ software_suite_v3/software/plugin/plugin-clock/trunk/resources/plugin.xml 2009-07-01 08:56:07 UTC (rev 4950)
@@ -45,6 +45,7 @@
hoursEndVisible="false"
delay="00:15:00"
+ delayType="quarters"
delayMask="true,true,false"
delayVisible="true"
/>
|