[tuxdroid-svn] r5983 - software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resour
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2009-12-16 09:24:52
|
Author: jerome Date: 2009-12-16 10:24:36 +0100 (Wed, 16 Dec 2009) New Revision: 5983 Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.pot software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml Log: * Updated pot file. * Updated command description. Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.pot =================================================================== --- software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.pot 2009-12-15 13:59:29 UTC (rev 5982) +++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.pot 2009-12-16 09:24:36 UTC (rev 5983) @@ -1,41 +1,29 @@ msgid "Plugin skype" msgstr "" -msgid "Plugin skype." -msgstr "" - msgid "This plugin controls skype application" msgstr "" -msgid "Quit the gadget after a call" +msgid "Notify incoming Emoticons" msgstr "" -msgid "Set your status" +msgid "Notify incoming TTS messages" msgstr "" -msgid "Keep my current status,Online,Busy,Do not disturb,Away,Skype me,Invisible" +msgid "Start Skype notifier" msgstr "" -msgid "Takes control of skype" +msgid "Activate the Skype notifier" msgstr "" -msgid "connecting" +msgid "I am currently in a conversation, please call me back later" msgstr "" -msgid "connected" +msgid "Your call with {0} has been terminated because you are already in call" msgstr "" -msgid "Cannot find Skype client" +msgid "You have a message from {0}" msgstr "" -msgid "I cannot get connected to your Skeyepe. Please, check if you are connected. And verify if I can access skype." +msgid "{0} is calling you" msgstr "" - -msgid "Sorry, it looks like skype is not installed. Please go to the skype website to download the software." -msgstr "" - -msgid "Quit gadget" -msgstr "" - -msgid "Please wait while I launch the skype application" -msgstr "" Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2009-12-15 13:59:29 UTC (rev 5982) +++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2009-12-16 09:24:36 UTC (rev 5983) @@ -5,7 +5,7 @@ </interpreter> <description> <name>Plugin skype</name> - <ttsName>Plugin skype.</ttsName> + <ttsName>Plugin skype</ttsName> <description>This plugin controls skype application</description> <author>Jérôme Conan</author> <version>0.0.4</version> @@ -35,7 +35,7 @@ <commands> <command name="run" - description="Start Skype incoming call" + description="Start Skype call" daemon="true" exclusive="true" allUserButtons="true" |