diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-03 17:56:03 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-03 17:56:03 +0100 |
| commit | 0cb206d2c07cb9e4130e13234e3fd59b127421a8 (patch) | |
| tree | 07bcbcc638a6012d32b0574531cf0bd8304484ae /lib/python/Plugins/SystemPlugins/NetworkWizard/meta/plugin_networkwizard.xml | |
| parent | 99a717e9813eab30cd34f5da6f4a5ab6e791dc1f (diff) | |
| parent | e9272c492c7a3c7fd8a1225a4baa6bee2a02eea8 (diff) | |
| download | enigma2-0cb206d2c07cb9e4130e13234e3fd59b127421a8.tar.gz enigma2-0cb206d2c07cb9e4130e13234e3fd59b127421a8.zip | |
Merge branch 'master' into bug_245_record_playback_fixes
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/NetworkWizard/meta/plugin_networkwizard.xml')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/NetworkWizard/meta/plugin_networkwizard.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/plugin_networkwizard.xml b/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/plugin_networkwizard.xml new file mode 100755 index 00000000..660bbcd2 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/plugin_networkwizard.xml @@ -0,0 +1,25 @@ +<default> + <prerequisites> + <tag type="System" /> + </prerequisites> + <info language="en"> + <author>Dream Multimedia</author> + <name>NetworkWizard</name> + <packagename>enigma2-plugin-systemplugins-networkwizard</packagename> + <shortdescription>Step by step network configuration</shortdescription> + <description>With the NetworkWizard you can easy configure your network step by step. + </description> + </info> + <info language="de"> + <author>Dream Multimedia</author> + <name>NetzwerkWizard</name> + <packagename>enigma2-plugin-systemplugins-networkwizard</packagename> + <shortdescription>Schritt für Schritt Netzwerk konfiguration</shortdescription> + <description>Mit dem NetzwerkWizard können Sie Ihr Netzwerk konfigurieren. Sie werden Schritt + für Schritt durch die Konfiguration geleitet. + </description> + </info> + <files type="package"> <!-- without version, without .ipk --> + <file type="package" name="enigma2-plugin-systemplugins-networkwizard" /> + </files> +</default> |
