From 5346cb6fc890e76e3b61c616aa6fb7c9ecbe5ae8 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Tue, 19 Dec 2006 07:31:22 +0000 Subject: [PATCH] fix software update plugin to match the new IpkgComponent --- lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py | 6 +++--- po/ar.po | 2 +- po/ca.po | 2 +- po/cs.po | 2 +- po/da.po | 2 +- po/de.po | 8 ++++---- po/en.po | 2 +- po/enigma2.pot | 2 +- po/es.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/hr.po | 2 +- po/hu.po | 2 +- po/is.po | 2 +- po/it.po | 2 +- po/nl.po | 2 +- po/no.po | 2 +- po/sv.po | 2 +- po/tr.po | 2 +- 19 files changed, 24 insertions(+), 24 deletions(-) diff --git a/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py b/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py index 2a7bf655..c71ffdbb 100644 --- a/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py +++ b/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py @@ -229,8 +229,8 @@ class UpdatePlugin(Screen): - - + + """ def __init__(self, session, args = None): @@ -296,7 +296,7 @@ class UpdatePlugin(Screen): elif event == IpkgComponent.EVENT_DONE: if self.updating: self.updating = False - self.ipkg.startCmd(Ipkg.CMD_UPGRADE, args = {'test_only': False}) + self.ipkg.startCmd(IpkgComponent.CMD_UPGRADE, args = {'test_only': False}) elif self.error == 0: self.slider.setValue(4) diff --git a/po/ar.po b/po/ar.po index 9fcb7b05..288eff13 100755 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-01-10 01:17+0300\n" "Last-Translator: hazem \n" "Language-Team: Arabic \n" diff --git a/po/ca.po b/po/ca.po index da2e4477..9217869d 100755 --- a/po/ca.po +++ b/po/ca.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-11-26 20:14+0100\n" "Last-Translator: Oriol Pellicer i Sabrià \n" "Language-Team: \n" diff --git a/po/cs.po b/po/cs.po index fe17d984..e9d6c5ce 100755 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-12-03 17:25+0100\n" "Last-Translator: ws79 \n" "Language-Team: \n" diff --git a/po/da.po b/po/da.po index ae50f138..28ee732d 100755 --- a/po/da.po +++ b/po/da.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-11-29 16:53+0100\n" "Last-Translator: Gaj1 \n" "Language-Team: The Polar Team \n" diff --git a/po/de.po b/po/de.po index e3211f86..7e420136 100644 --- a/po/de.po +++ b/po/de.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" -"PO-Revision-Date: 2006-12-19 08:14+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" +"PO-Revision-Date: 2006-12-19 08:29+0100\n" "Last-Translator: Stefan Pluecken \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -1092,8 +1092,8 @@ msgstr "" msgid "" "No packages were upgraded yet. So you can check your network and try again." msgstr "" -"Es wurden noch keine pakete geupdatet. Bitte überprüfen Sie die " -"Netzwerkverbindung und versuchen Sie es erneut." +"Es wurden noch keine pakete geupdatet. Bitte überprüfen Sie das Netzwerk und " +"versuchen Sie es erneut." msgid "No positioner capable frontend found." msgstr "Keinen rotortauglichen Tuner gefunden." diff --git a/po/en.po b/po/en.po index f79e1f84..4b60b164 100644 --- a/po/en.po +++ b/po/en.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2005-11-17 20:53+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/po/enigma2.pot b/po/enigma2.pot index 836f7cfa..a48961f8 100644 --- a/po/enigma2.pot +++ b/po/enigma2.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/es.po b/po/es.po index c119c61e..b0849832 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-12-03 23:56+0100\n" "Last-Translator: Jose Juan Zapater \n" "Language-Team: none\n" diff --git a/po/fi.po b/po/fi.po index 2c9c683e..b4c98309 100755 --- a/po/fi.po +++ b/po/fi.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-11-07 19:34+0200\n" "Last-Translator: Sauli Halttu \n" "Language-Team: none\n" diff --git a/po/fr.po b/po/fr.po index 0877b6e7..aea70070 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: enigma 2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-06-13 18:14+0200\n" "Last-Translator: DonHora \n" "Language-Team: french\n" diff --git a/po/hr.po b/po/hr.po index ba77005c..bf91ac1f 100755 --- a/po/hr.po +++ b/po/hr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-11-19 17:12+0100\n" "Last-Translator: Jurica\n" "Language-Team: \n" diff --git a/po/hu.po b/po/hu.po index 2f37e0fb..cb0cc5a0 100755 --- a/po/hu.po +++ b/po/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-12-02 16:37+0100\n" "Last-Translator: MediaVox-98 (Laszlo Balogh) (www.mediavox.hu) " "\n" diff --git a/po/is.po b/po/is.po index a052ffb8..eaf54de7 100755 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Icelandic translation v.1.22b\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-11-18 22:50-0000\n" "Last-Translator: Baldur Þór Sveinsson \n" "Language-Team: Polar Team \n" diff --git a/po/it.po b/po/it.po index 6c293d99..d577ed4e 100755 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-04-01 02:52+0100\n" "Last-Translator: Musicbob \n" "Language-Team: none\n" diff --git a/po/nl.po b/po/nl.po index aa57021f..381e464b 100755 --- a/po/nl.po +++ b/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-12-11 23:16+0100\n" "Last-Translator: Kees Aerts \n" "Language-Team: none\n" diff --git a/po/no.po b/po/no.po index d188af80..3e2b6e64 100755 --- a/po/no.po +++ b/po/no.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-04-24 17:15+0100\n" "Last-Translator: MMMMMM \n" "Language-Team: none\n" diff --git a/po/sv.po b/po/sv.po index 4cc908c5..4e197c20 100755 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-12-09 17:48+0100\n" "Last-Translator: WeeGull \n" "Language-Team: none\n" diff --git a/po/tr.po b/po/tr.po index f9b971c7..11cba456 100755 --- a/po/tr.po +++ b/po/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tr 01\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-12-19 08:18+0100\n" +"POT-Creation-Date: 2006-12-19 08:30+0100\n" "PO-Revision-Date: 2006-06-16 12:51+0200\n" "Last-Translator: koksal \n" "Language-Team: GökselD& \n" -- 2.30.2