[tuxdroid-svn] r6094 - in software_suite_v3/software/plugin/plugins-demo: bash-HelloWorld-plugin/t
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2010-03-16 08:35:04
|
Author: jerome Date: 2010-03-16 09:34:44 +0100 (Tue, 16 Mar 2010) New Revision: 6094 Added: software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/resources/attitunes/ software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/resources/en.po software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/resources/en.wiki software_suite_v3/software/plugin/plugins-demo/cpp-HelloWorld-plugin/trunk/resources/attitunes/ software_suite_v3/software/plugin/plugins-demo/cpp-HelloWorld-plugin/trunk/resources/en.po software_suite_v3/software/plugin/plugins-demo/cpp-HelloWorld-plugin/trunk/resources/en.wiki software_suite_v3/software/plugin/plugins-demo/java-HelloWorld-plugin/trunk/resources/en.po software_suite_v3/software/plugin/plugins-demo/java-HelloWorld-plugin/trunk/resources/en.wiki software_suite_v3/software/plugin/plugins-demo/pascal-HelloWorld-plugin/trunk/resources/attitunes/ software_suite_v3/software/plugin/plugins-demo/pascal-HelloWorld-plugin/trunk/resources/en.po software_suite_v3/software/plugin/plugins-demo/pascal-HelloWorld-plugin/trunk/resources/en.wiki software_suite_v3/software/plugin/plugins-demo/perl-HelloWorld-plugin/trunk/resources/attitunes/ software_suite_v3/software/plugin/plugins-demo/perl-HelloWorld-plugin/trunk/resources/en.po software_suite_v3/software/plugin/plugins-demo/perl-HelloWorld-plugin/trunk/resources/en.wiki software_suite_v3/software/plugin/plugins-demo/python-HelloWorld-plugin/trunk/resources/attitunes/ software_suite_v3/software/plugin/plugins-demo/python-HelloWorld-plugin/trunk/resources/en.po software_suite_v3/software/plugin/plugins-demo/python-HelloWorld-plugin/trunk/resources/en.wiki software_suite_v3/software/plugin/plugins-demo/ruby-HelloWorld-plugin/trunk/resources/attitunes/ software_suite_v3/software/plugin/plugins-demo/ruby-HelloWorld-plugin/trunk/resources/en.po software_suite_v3/software/plugin/plugins-demo/ruby-HelloWorld-plugin/trunk/resources/en.wiki Modified: software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/resources/plugin.xml software_suite_v3/software/plugin/plugins-demo/cpp-HelloWorld-plugin/trunk/resources/plugin.xml software_suite_v3/software/plugin/plugins-demo/java-HelloWorld-plugin/trunk/resources/plugin.xml software_suite_v3/software/plugin/plugins-demo/pascal-HelloWorld-plugin/trunk/resources/plugin.xml software_suite_v3/software/plugin/plugins-demo/perl-HelloWorld-plugin/trunk/resources/plugin.xml software_suite_v3/software/plugin/plugins-demo/python-HelloWorld-plugin/trunk/resources/plugin.xml software_suite_v3/software/plugin/plugins-demo/ruby-HelloWorld-plugin/trunk/resources/plugin.xml Log: * Updated demos plugins ( more complete than before ). Added: software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/resources/en.po =================================================================== --- software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/resources/en.po (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/resources/en.po 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,20 @@ +msgid "Hello World Bash Sample Plugin" +msgstr "Hello World Bash Sample Plugin" + +msgid "Hello world in scheduled mode" +msgstr "Hello world in scheduled mode" + +msgid "Message sent when I'm saying hello" +msgstr "Message sent when I'm saying hello" + +msgid "Hello world in bash" +msgstr "Hello world in bash" + +msgid "How many time the message will be throwed" +msgstr "How many time the message will be throwed" + +msgid "Run the plugin" +msgstr "Run the plugin" + +msgid "Start check command for scheduled Hello world." +msgstr "Start check command for scheduled Hello world." Added: software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/resources/en.wiki =================================================================== --- software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/resources/en.wiki (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/resources/en.wiki 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,2 @@ +== Synopsis == +Bash simple "Hello World" plugin. Modified: software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-11 14:07:49 UTC (rev 6093) +++ software_suite_v3/software/plugin/plugins-demo/bash-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-16 08:34:44 UTC (rev 6094) @@ -7,7 +7,7 @@ <name>Hello World Bash Sample Plugin</name> <description>This plugin throws a simple Hello World notification in bash</description> <author>jerome conan</author> - <version>0.1</version> + <version>0.2</version> <iconFile>resources/HelloWorld.png</iconFile> <executionMode>command</executionMode> <!-- Plugin uuid --> Added: software_suite_v3/software/plugin/plugins-demo/cpp-HelloWorld-plugin/trunk/resources/en.po =================================================================== --- software_suite_v3/software/plugin/plugins-demo/cpp-HelloWorld-plugin/trunk/resources/en.po (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/cpp-HelloWorld-plugin/trunk/resources/en.po 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,20 @@ +msgid "Hello World C++ Sample Plugin" +msgstr "Hello World C++ Sample Plugin" + +msgid "Hello world in scheduled mode" +msgstr "Hello world in scheduled mode" + +msgid "Message sent when I'm saying hello" +msgstr "Message sent when I'm saying hello" + +msgid "Hello world in c++" +msgstr "Hello world in c++" + +msgid "How many time the message will be throwed" +msgstr "How many time the message will be throwed" + +msgid "Run the plugin" +msgstr "Run the plugin" + +msgid "Start check command for scheduled Hello world." +msgstr "Start check command for scheduled Hello world." Added: software_suite_v3/software/plugin/plugins-demo/cpp-HelloWorld-plugin/trunk/resources/en.wiki =================================================================== --- software_suite_v3/software/plugin/plugins-demo/cpp-HelloWorld-plugin/trunk/resources/en.wiki (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/cpp-HelloWorld-plugin/trunk/resources/en.wiki 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,2 @@ +== Synopsis == +C++ simple "Hello World" plugin. Modified: software_suite_v3/software/plugin/plugins-demo/cpp-HelloWorld-plugin/trunk/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugins-demo/cpp-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-11 14:07:49 UTC (rev 6093) +++ software_suite_v3/software/plugin/plugins-demo/cpp-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-16 08:34:44 UTC (rev 6094) @@ -7,7 +7,7 @@ <name>Hello World C++ Sample Plugin</name> <description>This plugin throws a simple Hello World notification in c++</description> <author>jerome conan</author> - <version>0.1</version> + <version>0.2</version> <iconFile>resources/HelloWorld.png</iconFile> <executionMode>command</executionMode> <!-- Plugin uuid --> Added: software_suite_v3/software/plugin/plugins-demo/java-HelloWorld-plugin/trunk/resources/en.po =================================================================== --- software_suite_v3/software/plugin/plugins-demo/java-HelloWorld-plugin/trunk/resources/en.po (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/java-HelloWorld-plugin/trunk/resources/en.po 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,23 @@ +msgid "Hello World Java Sample Plugin" +msgstr "Hello World Java Sample Plugin" + +msgid "Hello world in scheduled mode" +msgstr "Hello world in scheduled mode" + +msgid "Message sent when I'm saying hello" +msgstr "Message sent when I'm saying hello" + +msgid "Hello world in java" +msgstr "Hello world in java" + +msgid "How many time the message will be throwed" +msgstr "How many time the message will be throwed" + +msgid "Run the plugin" +msgstr "Run the plugin" + +msgid "Start check command for scheduled Hello world." +msgstr "Start check command for scheduled Hello world." + +msgid "This plugin throws a simple Hello World notification in java" +msgstr "This plugin throws a simple Hello World notification in java" Added: software_suite_v3/software/plugin/plugins-demo/java-HelloWorld-plugin/trunk/resources/en.wiki =================================================================== --- software_suite_v3/software/plugin/plugins-demo/java-HelloWorld-plugin/trunk/resources/en.wiki (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/java-HelloWorld-plugin/trunk/resources/en.wiki 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,2 @@ +== Synopsis == +Java simple "Hello World" plugin. Modified: software_suite_v3/software/plugin/plugins-demo/java-HelloWorld-plugin/trunk/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugins-demo/java-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-11 14:07:49 UTC (rev 6093) +++ software_suite_v3/software/plugin/plugins-demo/java-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-16 08:34:44 UTC (rev 6094) @@ -7,7 +7,7 @@ <name>Hello World Java Sample Plugin</name> <description>This plugin throws a simple Hello World notification in java</description> <author>jerome conan</author> - <version>0.1</version> + <version>0.2</version> <iconFile>resources/HelloWorld.png</iconFile> <executionMode>command</executionMode> <!-- Plugin uuid --> Added: software_suite_v3/software/plugin/plugins-demo/pascal-HelloWorld-plugin/trunk/resources/en.po =================================================================== --- software_suite_v3/software/plugin/plugins-demo/pascal-HelloWorld-plugin/trunk/resources/en.po (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/pascal-HelloWorld-plugin/trunk/resources/en.po 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,20 @@ +msgid "Hello World Pascal Sample Plugin" +msgstr "Hello World Pascal Sample Plugin" + +msgid "Hello world in scheduled mode" +msgstr "Hello world in scheduled mode" + +msgid "Message sent when I'm saying hello" +msgstr "Message sent when I'm saying hello" + +msgid "Hello world in pascal" +msgstr "Hello world in pascal" + +msgid "How many time the message will be throwed" +msgstr "How many time the message will be throwed" + +msgid "Run the plugin" +msgstr "Run the plugin" + +msgid "Start check command for scheduled Hello world." +msgstr "Start check command for scheduled Hello world. \ No newline at end of file Added: software_suite_v3/software/plugin/plugins-demo/pascal-HelloWorld-plugin/trunk/resources/en.wiki =================================================================== --- software_suite_v3/software/plugin/plugins-demo/pascal-HelloWorld-plugin/trunk/resources/en.wiki (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/pascal-HelloWorld-plugin/trunk/resources/en.wiki 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,2 @@ +== Synopsis == +Simple Hello World pascal d. \ No newline at end of file Modified: software_suite_v3/software/plugin/plugins-demo/pascal-HelloWorld-plugin/trunk/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugins-demo/pascal-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-11 14:07:49 UTC (rev 6093) +++ software_suite_v3/software/plugin/plugins-demo/pascal-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-16 08:34:44 UTC (rev 6094) @@ -7,7 +7,7 @@ <name>Hello World free pascal Sample Plugin</name> <description>This plugin throws a simple Hello World notification in pascal</description> <author>jerome conan</author> - <version>0.1</version> + <version>0.2</version> <iconFile>resources/plugin.png</iconFile> <executionMode>command</executionMode> <uuid>548f7a9a-567c-423e-a0dd-102ff68a3333</uuid> Added: software_suite_v3/software/plugin/plugins-demo/perl-HelloWorld-plugin/trunk/resources/en.po =================================================================== --- software_suite_v3/software/plugin/plugins-demo/perl-HelloWorld-plugin/trunk/resources/en.po (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/perl-HelloWorld-plugin/trunk/resources/en.po 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,20 @@ +msgid "Hello World Perl Sample Plugin" +msgstr "Hello World Perl Sample Plugin" + +msgid "Hello world in scheduled mode" +msgstr "Hello world in scheduled mode" + +msgid "Message sent when I'm saying hello" +msgstr "Message sent when I'm saying hello" + +msgid "Hello world in perl" +msgstr "Hello world in perl" + +msgid "How many time the message will be throwed" +msgstr "How many time the message will be throwed" + +msgid "Run the plugin" +msgstr "Run the plugin" + +msgid "Start check command for scheduled Hello world." +msgstr "Start check command for scheduled Hello world." \ No newline at end of file Added: software_suite_v3/software/plugin/plugins-demo/perl-HelloWorld-plugin/trunk/resources/en.wiki =================================================================== --- software_suite_v3/software/plugin/plugins-demo/perl-HelloWorld-plugin/trunk/resources/en.wiki (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/perl-HelloWorld-plugin/trunk/resources/en.wiki 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,2 @@ +== Synopsis == +Perl simple "Hello World" plugin. Modified: software_suite_v3/software/plugin/plugins-demo/perl-HelloWorld-plugin/trunk/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugins-demo/perl-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-11 14:07:49 UTC (rev 6093) +++ software_suite_v3/software/plugin/plugins-demo/perl-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-16 08:34:44 UTC (rev 6094) @@ -7,7 +7,7 @@ <name>Hello World Perl Sample Plugin</name> <description>This plugin throws a simple Hello World notification in perl</description> <author>jerome conan</author> - <version>0.1</version> + <version>0.2</version> <iconFile>resources/HelloWorld.png</iconFile> <executionMode>command</executionMode> <!-- Plugin uuid --> Added: software_suite_v3/software/plugin/plugins-demo/python-HelloWorld-plugin/trunk/resources/en.po =================================================================== --- software_suite_v3/software/plugin/plugins-demo/python-HelloWorld-plugin/trunk/resources/en.po (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/python-HelloWorld-plugin/trunk/resources/en.po 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,20 @@ +msgid "Hello World Python Sample Plugin" +msgstr "Hello World Python Sample Plugin" + +msgid "Hello world in scheduled mode" +msgstr "Hello world in scheduled mode" + +msgid "Message sent when I'm saying hello" +msgstr "Message sent when I'm saying hello" + +msgid "Hello world in python" +msgstr "Hello world in python" + +msgid "How many time the message will be throwed" +msgstr "How many time the message will be throwed" + +msgid "Run the plugin" +msgstr "Run the plugin" + +msgid "Start check command for scheduled Hello world." +msgstr "Start check command for scheduled Hello world." Added: software_suite_v3/software/plugin/plugins-demo/python-HelloWorld-plugin/trunk/resources/en.wiki =================================================================== --- software_suite_v3/software/plugin/plugins-demo/python-HelloWorld-plugin/trunk/resources/en.wiki (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/python-HelloWorld-plugin/trunk/resources/en.wiki 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,2 @@ +== Synopsis == +Python simple "Hello World" plugin. Modified: software_suite_v3/software/plugin/plugins-demo/python-HelloWorld-plugin/trunk/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugins-demo/python-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-11 14:07:49 UTC (rev 6093) +++ software_suite_v3/software/plugin/plugins-demo/python-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-16 08:34:44 UTC (rev 6094) @@ -7,7 +7,7 @@ <name>Hello World Python Sample Plugin</name> <description>This plugin throws a simple Hello World notification in python</description> <author>jerome conan</author> - <version>0.1</version> + <version>0.2</version> <iconFile>resources/HelloWorld.png</iconFile> <executionMode>command</executionMode> <!-- Plugin uuid --> Added: software_suite_v3/software/plugin/plugins-demo/ruby-HelloWorld-plugin/trunk/resources/en.po =================================================================== --- software_suite_v3/software/plugin/plugins-demo/ruby-HelloWorld-plugin/trunk/resources/en.po (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/ruby-HelloWorld-plugin/trunk/resources/en.po 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,20 @@ +msgid "Hello World Ruby Sample Plugin" +msgstr "Hello World Ruby Sample Plugin" + +msgid "Hello world in scheduled mode" +msgstr "Hello world in scheduled mode" + +msgid "Message sent when I'm saying hello" +msgstr "Message sent when I'm saying hello" + +msgid "Hello world in ruby" +msgstr "Hello world in ruby" + +msgid "How many time the message will be throwed" +msgstr "How many time the message will be throwed" + +msgid "Run the plugin" +msgstr "Run the plugin" + +msgid "Start check command for scheduled Hello world." +msgstr "Start check command for scheduled Hello world." Added: software_suite_v3/software/plugin/plugins-demo/ruby-HelloWorld-plugin/trunk/resources/en.wiki =================================================================== --- software_suite_v3/software/plugin/plugins-demo/ruby-HelloWorld-plugin/trunk/resources/en.wiki (rev 0) +++ software_suite_v3/software/plugin/plugins-demo/ruby-HelloWorld-plugin/trunk/resources/en.wiki 2010-03-16 08:34:44 UTC (rev 6094) @@ -0,0 +1,2 @@ +== Synopsis == +Ruby simple "Hello World" plugin. Modified: software_suite_v3/software/plugin/plugins-demo/ruby-HelloWorld-plugin/trunk/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugins-demo/ruby-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-11 14:07:49 UTC (rev 6093) +++ software_suite_v3/software/plugin/plugins-demo/ruby-HelloWorld-plugin/trunk/resources/plugin.xml 2010-03-16 08:34:44 UTC (rev 6094) @@ -7,7 +7,7 @@ <name>Hello World Ruby Sample Plugin</name> <description>This plugin throws a simple Hello World notification in ruby</description> <author>jerome conan</author> - <version>0.1</version> + <version>0.2</version> <iconFile>resources/HelloWorld.png</iconFile> <executionMode>command</executionMode> <!-- Plugin uuid --> |