From 896f73d833de21594b7834c134b456f203b3a342 Mon Sep 17 00:00:00 2001 From: acid-burn Date: Fri, 4 Sep 2009 10:01:15 +0200 Subject: plugin_cleanupwizard.xml: update descriptions --- .../CleanupWizard/meta/plugin_cleanupwizard.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lib/python') diff --git a/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/plugin_cleanupwizard.xml b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/plugin_cleanupwizard.xml index 261eb497..10ccc73c 100755 --- a/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/plugin_cleanupwizard.xml +++ b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/plugin_cleanupwizard.xml @@ -4,23 +4,23 @@ Dream Multimedia - CrashlogAutoSubmit - enigma2-plugin-systemplugins-crashlogautosubmit - Automatically send crashlogs to Dream Multimedia - With the CrashlogAutoSubmit extension it is possible to automatically send crashlogs - found on your Harddrive to Dream Multimedia + CleanupWizard + enigma2-plugin-systemplugins-cleanupwizard + Automatically informs you on low internal memory + The CleanupWizard informs you when your internal free memory of your dreambox has droppen under 2MB. + You can use this wizard to remove some extensions. Dream Multimedia - CrashlogAutoSubmit - enigma2-plugin-systemplugins-crashlogautosubmit - Automatisches versenden von Crashlogs an Dream Multimedia - Mit dem CrashlogAutoSubmit Plugin ist es möglich auf Ihrer Festplatte - gefundene Crashlogs automatisch an Dream Multimedia zu versenden. + CleanupWizard + enigma2-plugin-systemplugins-cleanupwizard + Informiert Sie automatisch wenn der interne Speicher Ihrer Dreambox voll wird. + Der CleanupWizard informiert Sie, wenn der interne freie Speicher Ihrer Dreambox unter 2MB fällt. + Sie können dann einige Erweiterungen deinstallieren um wieder Platz zu schaffen. - + -- cgit v1.2.3 From 1cbba6a0895d2133d7fd49db14b69fbe45ca5f91 Mon Sep 17 00:00:00 2001 From: acid-burn Date: Fri, 4 Sep 2009 10:44:37 +0200 Subject: NetworkSetup.py: update description --- lib/python/Screens/NetworkSetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python') diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py index db6b5f9c..aae7ef8c 100755 --- a/lib/python/Screens/NetworkSetup.py +++ b/lib/python/Screens/NetworkSetup.py @@ -824,7 +824,7 @@ class AdapterSetupConfiguration(Screen, HelpableScreen): if self["menulist"].getCurrent()[1] == 'dns': self["description"].setText(_("Edit the Nameserver configuration of your Dreambox.\n" ) + self.oktext ) if self["menulist"].getCurrent()[1] == 'scanwlan': - self["description"].setText(_("Scan your network for wireless Access Points and connect to them using your WLAN USB Stick\n" ) + self.oktext ) + self["description"].setText(_("Scan your network for wireless Access Points and connect to them using your selected wireless device.\n" ) + self.oktext ) if self["menulist"].getCurrent()[1] == 'wlanstatus': self["description"].setText(_("Shows the state of your wireless LAN connection.\n" ) + self.oktext ) if self["menulist"].getCurrent()[1] == 'lanrestart': -- cgit v1.2.3