summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-10-10 20:39:01 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-10-10 20:39:01 +0200
commit6dd632f5233fc6c6ffe04dd2d15b633f23c5e457 (patch)
treee3357b5fd5226fbeb38607b2555dfc960632c2c5
parentba0fc9a5fc32bc7f43aa6043a7f05a5145e432f8 (diff)
downloadpython-apt-6dd632f5233fc6c6ffe04dd2d15b633f23c5e457.tar.gz
* DistUpgrade/DistUpgradeViewGtk.py:
- calculate the time spend in the ui as well (lp: #48733) * po/*: - make update-po
-rw-r--r--DistUpgrade/Changelog3
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py8
-rw-r--r--po/am.po8
-rw-r--r--po/ar.po8
-rw-r--r--po/be.po8
-rw-r--r--po/bg.po8
-rw-r--r--po/bn.po8
-rw-r--r--po/br.po8
-rw-r--r--po/ca.po8
-rw-r--r--po/cs.po8
-rw-r--r--po/da.po8
-rw-r--r--po/de.po8
-rw-r--r--po/el.po8
-rw-r--r--po/en_AU.po8
-rw-r--r--po/en_CA.po8
-rw-r--r--po/en_GB.po8
-rw-r--r--po/eo.po8
-rw-r--r--po/es.po8
-rw-r--r--po/et.po8
-rw-r--r--po/eu.po8
-rw-r--r--po/fa.po8
-rw-r--r--po/fi.po8
-rw-r--r--po/fr.po8
-rw-r--r--po/fur.po8
-rw-r--r--po/gl.po8
-rw-r--r--po/he.po8
-rw-r--r--po/hi.po8
-rw-r--r--po/hr.po8
-rw-r--r--po/hu.po8
-rw-r--r--po/id.po8
-rw-r--r--po/it.po8
-rw-r--r--po/ja.po8
-rw-r--r--po/ka.po8
-rw-r--r--po/ko.po8
-rw-r--r--po/ku.po8
-rw-r--r--po/lt.po8
-rw-r--r--po/lv.po8
-rw-r--r--po/mk.po8
-rw-r--r--po/ms.po8
-rw-r--r--po/nb.po8
-rw-r--r--po/ne.po8
-rw-r--r--po/nl.po8
-rw-r--r--po/nn.po8
-rw-r--r--po/no.po8
-rw-r--r--po/oc.po8
-rw-r--r--po/pa.po8
-rw-r--r--po/pl.po8
-rw-r--r--po/pt.po8
-rw-r--r--po/pt_BR.po8
-rw-r--r--po/qu.po8
-rw-r--r--po/ro.po8
-rw-r--r--po/ru.po8
-rw-r--r--po/rw.po8
-rw-r--r--po/sk.po8
-rw-r--r--po/sl.po8
-rw-r--r--po/sq.po8
-rw-r--r--po/sr.po8
-rw-r--r--po/sv.po8
-rw-r--r--po/ta.po8
-rw-r--r--po/th.po8
-rw-r--r--po/tr.po8
-rw-r--r--po/uk.po8
-rw-r--r--po/update-manager.pot8
-rw-r--r--po/ur.po8
-rw-r--r--po/urd.po8
-rw-r--r--po/vi.po8
-rw-r--r--po/xh.po8
-rw-r--r--po/zh_CN.po8
-rw-r--r--po/zh_HK.po8
-rw-r--r--po/zh_TW.po8
70 files changed, 281 insertions, 274 deletions
diff --git a/DistUpgrade/Changelog b/DistUpgrade/Changelog
index ece5feda..77682ef0 100644
--- a/DistUpgrade/Changelog
+++ b/DistUpgrade/Changelog
@@ -1,3 +1,6 @@
+2006-10-10:
+ - fix time calculation
+ - fix kubuntu upgrade case
2006-10-06:
- fix source.list rewrite corner case bug (#64159)
2006-10-04:
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py
index e77fe858..11b3e041 100644
--- a/DistUpgrade/DistUpgradeViewGtk.py
+++ b/DistUpgrade/DistUpgradeViewGtk.py
@@ -198,6 +198,7 @@ class GtkInstallProgressAdapter(InstallProgress):
def conffile(self, current, new):
logging.debug("got a conffile-prompt from dpkg for file: '%s'" % current)
+ start = time.time()
#self.expander.set_expanded(True)
prim = _("Replace the customized configuration file\n'%s'?") % current
sec = _("You will lose any changes you have made to this "
@@ -216,6 +217,7 @@ class GtkInstallProgressAdapter(InstallProgress):
self.parent.textview_conffile.get_buffer().set_text(_("The 'diff' command was not found"))
res = self.parent.dialog_conffile.run()
self.parent.dialog_conffile.hide()
+ self.time_ui += time.time() - start
# if replace, send this to the terminal
if res == gtk.RESPONSE_YES:
self.term.feed_child("y\n")
@@ -242,9 +244,11 @@ class GtkInstallProgressAdapter(InstallProgress):
self.last_activity = time.time()
self.activity_timeout_reported = False
delta = self.last_activity - self.start_time
+ # time wasted in conffile questions (or other ui activity)
+ delta -= self.time_ui
time_per_percent = (float(delta)/percent)
eta = (100.0 - self.percent) * time_per_percent
- # only show if we have some sensible data
+ # only show if we have some sensible data (60sec < eta < 2days)
if eta > 61.0 and eta < (60*60*24*2):
self.progress.set_text(_("About %s remaining") % FuzzyTimeToStr(eta))
else:
@@ -588,11 +592,11 @@ if __name__ == "__main__":
fp = GtkFetchProgressAdapter(view)
ip = GtkInstallProgressAdapter(view)
-
cache = apt.Cache()
for pkg in sys.argv[1:]:
cache[pkg].markInstall()
cache.commit(fp,ip)
+ sys.exit(0)
#sys.exit(0)
ip.conffile("TODO","TODO~")
diff --git a/po/am.po b/po/am.po
index 7bb6aaf2..86dfd3b5 100644
--- a/po/am.po
+++ b/po/am.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-06-11 10:15+0000\n"
"Last-Translator: Habte <adbaru@gmail.com>\n"
"Language-Team: Amharic <am@li.org>\n"
@@ -156,7 +156,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -924,11 +924,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/ar.po b/po/ar.po
index c38adbbd..a5b1cddc 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-08-05 12:39+0000\n"
"Last-Translator: Saleh Odeh <kirk.lock@gmail.com>\n"
"Language-Team: Arabic <ar@li.org>\n"
@@ -156,7 +156,7 @@ msgstr ""
"هذا النظام يحتوي على رزم مكسورة لا يمكن إصلاحها من هذا البرنامج, الرجاء "
"العمل على إصلاحها أولا بواسطة apt-get أو synaptic قبل الإستمرار"
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
#, fuzzy
msgid "Can't upgrade required meta-packages"
msgstr "لا يمكن تحديث الرزم العليا المطلوبة"
@@ -954,11 +954,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "فهرس البرامج تالف"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/be.po b/po/be.po
index d53002d6..0f693ff0 100644
--- a/po/be.po
+++ b/po/be.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-07-06 06:10+0000\n"
"Last-Translator: Alexander Nyakhaychyk <nyakhaychyk@gmail.com>\n"
"Language-Team: Belarusian <be@li.org>\n"
@@ -157,7 +157,7 @@ msgstr ""
"выправіць у гэтай праграме. Калі ласка, спачатку выпраўце іх з дапамогай "
"synaptic ці apt-get перш чым працягваць."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Немагчыма абнавіць неабходныя мэтапакеты"
@@ -958,11 +958,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Маецца ў наяўнасьці новая рэдакцыя \"%s\" дыстрыбутыву</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Пашкоджаны індэкс праграм"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/bg.po b/po/bg.po
index d630f54b..8ca2c38c 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:41+0000\n"
"Last-Translator: Nikola Kasabov <nikola.kasabov@gmail.com>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -163,7 +163,7 @@ msgstr ""
"този софтуер. Моля, поправете ги със synaptic или apt-get преди да "
"продължите!"
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Не може да бъдат надградени изисквани мета-пакети"
@@ -1033,11 +1033,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Индексът на софтуера е повреден"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/bn.po b/po/bn.po
index e2eec2cf..edb3c9f2 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:37+0000\n"
"Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n"
"Language-Team: Bengali <bn@li.org>\n"
@@ -156,7 +156,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "দরকারী meta-packages আপগ্রেড করতে পারে নি"
@@ -964,11 +964,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "সফ্টওয়্যার ইন্ডেক্সটি নস্ট"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/br.po b/po/br.po
index cda3200d..daab1fb3 100644
--- a/po/br.po
+++ b/po/br.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-05-19 02:42+0000\n"
"Last-Translator: Oublieuse <oublieuse@gmail.com>\n"
"Language-Team: Breton <br@li.org>\n"
@@ -156,7 +156,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -924,11 +924,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/ca.po b/po/ca.po
index 0ce2d339..e92100ae 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:41+0000\n"
"Last-Translator: Jordi Irazuzta <irazuzta@gmail.com>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
@@ -163,7 +163,7 @@ msgstr ""
"El vostre sistema conté paquets trencats que no es poden arreglar amb "
"aquesta aplicació. Utilitzeu el Synaptic o apt-get abans de continuar."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
#, fuzzy
msgid "Can't upgrade required meta-packages"
msgstr "No s'han pogut actualitzar els metapaquets sol·licitats"
@@ -1010,11 +1010,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Ja disposeu de la nova distribució '%s'</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "L'índex de programari s'ha trencat"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/cs.po b/po/cs.po
index 43bb25e7..b2d57499 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:41+0000\n"
"Last-Translator: Tomáš Hála <tomas@monty.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -160,7 +160,7 @@ msgstr ""
"opraveny. Před pokračováním je prosím opravte použitím programu synaptic "
"nebo apt-get."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Nemohu aktualizovat požadované meta-balíky"
@@ -1054,11 +1054,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Nové vydání distribuce '%s' je k dispozici</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Seznam softwaru je poškozen"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/da.po b/po/da.po
index ee6d9106..1d1b4a93 100644
--- a/po/da.po
+++ b/po/da.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:41+0000\n"
"Last-Translator: Mathias-K <mathias@computergeil.dk>\n"
"Language-Team: Danish <da@li.org>\n"
@@ -158,7 +158,7 @@ msgstr ""
"Dit system indeholder ødelagte pakker som ikke kunne repareres med dette "
"program. Reparér dem venligst med synaptic eller apt-get, før du fortsætter."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Kan ikke opgradere de krævede metapakker"
@@ -1039,11 +1039,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Ny distributionsudgivelse \"%s\" er tilgængelig</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Softwareindekset er ødelagt"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/de.po b/po/de.po
index 94bfb9aa..66fd6195 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:37+0000\n"
"Last-Translator: Sebastian Heinlein <ubuntu@glatzor.de>\n"
"Language-Team: German GNOME Translations <gnome-de@gnome.org>\n"
@@ -164,7 +164,7 @@ msgstr ""
"werden können. Bitte reparieren Sie diese mit Synaptic oder apt-get, bevor "
"Sie fortfahren."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Die erforderlichen Metapakete können nicht aktualisiert werden"
@@ -1065,11 +1065,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Neue Version '%s' der Distribution ist freigegeben</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Der Software-Index ist beschädigt"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/el.po b/po/el.po
index 152bc4a7..bd4c7c91 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:37+0000\n"
"Last-Translator: Kostas Papadimas <pkst@gmx.net>\n"
"Language-Team: Greek <team@gnome.gr>\n"
@@ -161,7 +161,7 @@ msgstr ""
"διορθωθούν με αυτό το λογισμικό. Παρακαλώ διορθώστε τα μέσω synaptic ή apt-"
"get για να συνεχίσετε."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Αδυναμία αναβάθμισης απαιτούμενων μετα-πακέτων"
@@ -1050,11 +1050,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Είναι διαθέσιμη νέα έκδοση διανομής '%s'</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Ο κατάλογος λογισμικού είναι κατεστραμμένος"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/en_AU.po b/po/en_AU.po
index f3bc426b..a4122117 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-09-11 09:53+0000\n"
"Last-Translator: David Satchell <david@davidsatchell.net>\n"
"Language-Team: English (Australia) <en_AU@li.org>\n"
@@ -155,7 +155,7 @@ msgstr ""
"Your system contains broken packages that couldn't be fixed with this "
"software. Please fix them first using synaptic or apt-get before proceeding."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Can't upgrade required meta-packages"
@@ -994,11 +994,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>New distribution release '%s' is available</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Software index is broken"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/en_CA.po b/po/en_CA.po
index 11810e63..85c1ba9d 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:42+0000\n"
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
"Language-Team: Canadian English <adamw@gnome.org>\n"
@@ -157,7 +157,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -958,11 +958,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/en_GB.po b/po/en_GB.po
index e35595ad..7c3c08e1 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-06 04:33+0000\n"
"Last-Translator: Jeff Bailes <thepizzaking@gmail.com>\n"
"Language-Team: \n"
@@ -157,7 +157,7 @@ msgstr ""
"Your system contains broken packages that couldn't be fixed with this "
"software. Please fix them first using synaptic or apt-get before proceeding."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Can't upgrade required meta-packages"
@@ -1029,11 +1029,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>New distribution release '%s' is available</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Software index is broken"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/eo.po b/po/eo.po
index 5e05fe52..5bc93b67 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-07-24 21:11+0000\n"
"Last-Translator: Ed Glez <herzo2@gmail.com>\n"
"Language-Team: Esperanto <eo@li.org>\n"
@@ -154,7 +154,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -937,11 +937,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Nova distribua eldono '%s' estas disponebla</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/es.po b/po/es.po
index 84169464..746fbaa7 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 21:00+0000\n"
"Last-Translator: Ricardo Pérez López <ricardo@iesdonana.org>\n"
"Language-Team: Spanish <traductores@gnome.org>\n"
@@ -164,7 +164,7 @@ msgstr ""
"software. Por favor, arréglelos primero usando Synaptic o apt-get antes de "
"continuar."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "No se han podido actualizar los meta-paquetes requeridos"
@@ -1051,11 +1051,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Está disponible la nueva versión «%s» de la distribución</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "El índice de software está dañado"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/et.po b/po/et.po
index 42f76dd0..3feaf17f 100644
--- a/po/et.po
+++ b/po/et.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-06-10 17:42+0000\n"
"Last-Translator: margus723 <margus723@hot.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
@@ -155,7 +155,7 @@ msgstr ""
"parandada. Palun paranda need kasutades rakendust \"synaptic\" või \"apt-get"
"\" enne jätkamist."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Ei suuda uuendada nõutud metapakette"
@@ -928,11 +928,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/eu.po b/po/eu.po
index 3b20b887..0a434468 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-08-08 23:53+0000\n"
"Last-Translator: Xabi Ezpeleta <xezpeleta@mendikute.com>\n"
"Language-Team: Basque <eu@li.org>\n"
@@ -164,7 +164,7 @@ msgstr ""
"Zure sistemak hautsitako paketeak ditu eta ezin izan dira konpondu aplikazio "
"honekin. Konpon itzazu lehenbait lehen snaptic edo apt-get erabiliz."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
#, fuzzy
msgid "Can't upgrade required meta-packages"
msgstr "Ezin izan dira berritu beharrezko meta-paketeak"
@@ -936,11 +936,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/fa.po b/po/fa.po
index 89d56969..838bf5ef 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-06-08 13:47+0000\n"
"Last-Translator: Pedram Ganjeh Hadidi <pedram.ganjeh-hadidi@students.jku."
"at>\n"
@@ -153,7 +153,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -917,11 +917,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/fi.po b/po/fi.po
index a4844337..7e1cb3cc 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-06 07:42+0000\n"
"Last-Translator: Timo Jyrinki <timo.jyrinki@iki.fi>\n"
"Language-Team: Finnish <ubuntu-fi@lists.ubuntu.com>\n"
@@ -160,7 +160,7 @@ msgstr ""
"ohjelmalla. Korjaa ne käyttämällä synapticia tai apt-get -komentoa ennen "
"jatkamista."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Tarvittavia metapaketteja ei voi päivittää"
@@ -1033,11 +1033,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Uusi jakelujulkaisu \"%s\" on saatavilla</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Ohjelmaluettelo on rikkinäinen"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/fr.po b/po/fr.po
index 8603e1f8..d6a281bd 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager 0.37.2\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-06 17:26+0000\n"
"Last-Translator: E.Malandain <etienne.malandain@free.fr>\n"
"Language-Team: French <gnomefr@traduc.org>\n"
@@ -162,7 +162,7 @@ msgstr ""
"ce logiciel. Veuillez d'abord les réparer à l'aide de Synaptic ou d'apt-get "
"avant de continuer."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Les meta-paquets désirés n'ont pu être mis à jour"
@@ -1050,11 +1050,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Une nouvelle version « %s » est disponible</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "La liste des logiciels est corrompue"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/fur.po b/po/fur.po
index fbf9b393..e06a067b 100644
--- a/po/fur.po
+++ b/po/fur.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-08-25 05:55+0000\n"
"Last-Translator: Marco <marcuz@linux.it>\n"
"Language-Team: Friulian <fur@li.org>\n"
@@ -152,7 +152,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -920,11 +920,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/gl.po b/po/gl.po
index 6e2f5b3b..8c3220fb 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gl\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-09-25 21:24+0000\n"
"Last-Translator: Xosé <ubuntu@galizaweb.net>\n"
"Language-Team: galician\n"
@@ -164,7 +164,7 @@ msgstr ""
"software. Por favor, arránxeos primeiro usando Synaptic ou apt-get antes de "
"continuar."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Non se puideron actualizar os meta-paquetes necesarios"
@@ -1027,11 +1027,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Está dispoñible a nova versión '%s' da distribución</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "O índice de software está danado"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/he.po b/po/he.po
index 3199ed27..7ff0ef36 100644
--- a/po/he.po
+++ b/po/he.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager.HEAD\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-09-30 14:09+0000\n"
"Last-Translator: Yaniv Abir <yanivabir@gmail.com>\n"
"Language-Team: Hebrew <he@li.org>\n"
@@ -161,7 +161,7 @@ msgstr ""
"במערכת שלך נמצאות חבילות פגומות שתוכנה זו לא יכולה לתקן. אנא תקן אותן "
"באמצעות synaptic או apt-get לפני שתמשיך."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "לא ניתן לשדרג את חבילות העל הנדרשות"
@@ -971,11 +971,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>גירסה חדשה של ההפצה, \"%s\", זמינה</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "אינדקס התוכנות פגום"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/hi.po b/po/hi.po
index a23f976b..e89e13d6 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-08-01 15:30+0000\n"
"Last-Translator: Gaurav Mishra <gauravtechie@gmail.com>\n"
"Language-Team: Hindi <hi@li.org>\n"
@@ -152,7 +152,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -920,11 +920,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/hr.po b/po/hr.po
index 154fd296..14bfbb53 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:38+0000\n"
"Last-Translator: Ante Karamatić <ivoks@grad.hr>\n"
"Language-Team: Croatian <hr@li.org>\n"
@@ -159,7 +159,7 @@ msgstr ""
"Vaš sistem sadrži pokvarene pakete koji nisu mogli biti popravljeni sa ovim "
"programom. Popravite ih koristeći synaptic ili apt-get prije nastavljanja."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Ne mogu nadograditi potrebne meta-pakete"
@@ -1047,11 +1047,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Novo izdanje distribucije, '%s', je dostupno</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Popis programa je oštećen"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/hu.po b/po/hu.po
index 2e1c6b18..8512995a 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager.HEAD\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-06 10:07+0000\n"
"Last-Translator: Gabor Kelemen <kelemengabor@linuxforum.hu>\n"
"Language-Team: Hungarian <gnome@gnome.hu>\n"
@@ -159,7 +159,7 @@ msgstr ""
"javíthatóak. Kérem, először javítsa ki őket a synaptic vagy az apt-get "
"segítségével."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "A szükséges meta-csomagok nem frissíthetőek"
@@ -1042,11 +1042,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>A disztribúció új \"%s\" kiadása elérhető</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "A szoftverindex sérült"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/id.po b/po/id.po
index 210d7c10..961425bc 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:38+0000\n"
"Last-Translator: Andy Apdhani <imtheface@gmail.com>\n"
"Language-Team: Indonesian <id@li.org>\n"
@@ -160,7 +160,7 @@ msgstr ""
"perangkat lunak ini. Silakan perbaiki terlebih dahulu dengan menggunakan "
"synaptic atau apt-get sebelum melanjutkan hal ini."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Tidak dapat memutakhirkan meta-paket yang dibutuhkan"
@@ -1030,11 +1030,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Luncuran distribusi baru '%s' telah tersedia</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Indeks perangkat lunak telah rusak"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/it.po b/po/it.po
index 90005ae0..fa0b41c3 100644
--- a/po/it.po
+++ b/po/it.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-06 12:46+0000\n"
"Last-Translator: Luca Ferretti <elle.uca@libero.it>\n"
"Language-Team: Italian <it@li.org>\n"
@@ -163,7 +163,7 @@ msgstr ""
"con questo software. Prima di procedere, utilizzare \"synaptic\" o \"apt-get"
"\" per risolvere il problema."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Impossibile aggiornare i meta-pacchetti richiesti"
@@ -1050,11 +1050,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>È disponibile il nuovo rilascio «%s» della distribuzione</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "L'indice del software è danneggiato"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/ja.po b/po/ja.po
index bbd32963..bf52e0d3 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager 0.42.4\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:39+0000\n"
"Last-Translator: Ikuya Awashiro <ikuya@fruitsbasket.info>\n"
"Language-Team: Ubuntu Japanese Team <ubuntu-ja-users@freeml.com>\n"
@@ -162,7 +162,7 @@ msgstr ""
"システムにはこのソフトウェアでは修復できない壊れたパッケージが含まれていま"
"す。 Synaptic や apt-get を使って最初に修正してください。"
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "要求されたメタパッケージがアップグレードできません"
@@ -1021,11 +1021,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>新しいディストリビューション '%s' にアップグレードできます</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "ソフトウェアのインデックスが壊れています"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/ka.po b/po/ka.po
index 53b668c7..a6abf913 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:39+0000\n"
"Last-Translator: Vladimer Sichinava <alinux@siena.linux.it>\n"
"Language-Team: Georgian <geognome@googlegroups.com>\n"
@@ -164,7 +164,7 @@ msgstr ""
"პროგრამით. ჯერ გამართეთ გაფუჭებული პაკეტები synaptic ან apt-get პროგრამით და "
"შემდეგ გააგრძელეთ."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "საჭჳრო მეტა-პაკეტების განახლება ვერ მოხერხდა"
@@ -1000,11 +1000,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "პროგრამების სიის ინდექსი დაზიანებულია"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
#, fuzzy
msgid ""
"It is impossible to install or remove any software. Please use the package "
diff --git a/po/ko.po b/po/ko.po
index 2ee4468a..10df3e74 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-06 11:33+0000\n"
"Last-Translator: Eungkyu Song <eungkyu@gmail.com>\n"
"Language-Team: Korean <ko@li.org>\n"
@@ -156,7 +156,7 @@ msgstr ""
"이 소프트웨어로 고칠 수 없는 망가진 패키지가 있습니다. 진행하기 전에 먼저 시"
"냅틱이나 apt-get을 사용하여 복구하십시오."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "요청한 메타 패키지를 업그레이드 할 수 없습니다"
@@ -1006,11 +1006,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>새 배포판 '%s'을(를) 설치할 수 있습니다</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "소프트웨어 목록이 망가졌습니다."
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/ku.po b/po/ku.po
index 6f6e1835..54e03ec6 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-04 06:52+0000\n"
"Last-Translator: ElîxanLoran <elixanloran@hotmail.com>\n"
"Language-Team: Kurdish <ku@li.org>\n"
@@ -162,7 +162,7 @@ msgstr ""
"dihewîne. Berî ku tu berdewam bikî ji kerema xwe re van bernameyan bi "
"synaptic an jî i apt-get sererast bikî"
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Pakêtên agahiyan yên pêwist nayên rojanekirin"
@@ -1019,11 +1019,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Weşana belavkariya nû dikare bigihêje '%s'</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Pêrista nivîsbariyê xera bûye"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/lt.po b/po/lt.po
index 4ba906c9..d1e1d4d6 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager HEAD\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:39+0000\n"
"Last-Translator: Mantas Kriaučiūnas <mantas@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -160,7 +160,7 @@ msgstr ""
"programa. Prieš tęsdami pirmiausia sutaisykite juos naudodamiesi „synaptic“ "
"arba „apt-get“."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Negalima atnaujinti reikiamų metapaketų"
@@ -1026,11 +1026,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Programinės įrangos turinys sugadintas"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/lv.po b/po/lv.po
index 5b5b8394..71224185 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: lp-upd-manager-lv\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 19:12+0000\n"
"Last-Translator: mixat <miks.latvis@gmail.com>\n"
"Language-Team: Latvian <locale@laka.lv>\n"
@@ -155,7 +155,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -927,11 +927,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/mk.po b/po/mk.po
index f9f85504..c7faea21 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mk\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:39+0000\n"
"Last-Translator: Арангел Ангов <ufo@linux.net.mk>\n"
"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
@@ -161,7 +161,7 @@ msgstr ""
"Вашиот систем содржи оштетени пакети кои не може да се поправат со овој "
"софтвер. Ве молам поправете ги со Синаптик или apt-get пред да продолжите."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Не може да се надградат потребните мета пакети"
@@ -1012,11 +1012,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Новото издание на дистрибуцијата, '%s', е достапно</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Индексот на софтвер е расипан"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/ms.po b/po/ms.po
index 71e50743..b6e8ea95 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:40+0000\n"
"Last-Translator: azlinux <azlinux@gmail.com>\n"
"Language-Team: Malay <ms@li.org>\n"
@@ -161,7 +161,7 @@ msgstr ""
"menggunakan sofwer ini. Sila baiki dahulu menggunakan synaptic atau apt-get "
"sebelum meneruskan."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Tidak dapat menaikkan taraf pakej-meta yang diperlukan"
@@ -984,11 +984,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/nb.po b/po/nb.po
index 9d1ae679..ffbc5c39 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nb\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:40+0000\n"
"Last-Translator: Hans Petter Birkeland <hanspb@bluezone.no>\n"
"Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.uio.no>\n"
@@ -166,7 +166,7 @@ msgstr ""
"av dette programmet. Vennligst rett opp i dette ved å bruke Synaptic eller "
"apt-get før du fortsetter."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Kan ikke oppgradere nødvendige meta-pakker"
@@ -1044,11 +1044,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Ny versjon \"%s\" er tilgjengelig</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Programvareoversikten er ødelagt."
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/ne.po b/po/ne.po
index 57911ef0..2208de09 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager.HEAD\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:40+0000\n"
"Last-Translator: Jaydeep Bhusal <zaydeep@hotmail.com>\n"
"Language-Team: Nepali <info@mpp.org.np>\n"
@@ -157,7 +157,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -950,11 +950,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/nl.po b/po/nl.po
index 056cadef..412ea2ae 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager HEAD\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:40+0000\n"
"Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n"
"Language-Team: Nederlands <vertaling@vrijschrift.org>\n"
@@ -164,7 +164,7 @@ msgstr ""
"met deze software. Repareer deze eerst met synaptic of apt-get voordat u "
"verder gaat."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Kan de vereiste meta-pakketten niet upgraden"
@@ -1055,11 +1055,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>De nieuwe Ubuntu-versie '%s' is beschikbaar</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Software-index is beschadigd"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/nn.po b/po/nn.po
index b9646447..ad52df59 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-06-19 15:52+0000\n"
"Last-Translator: Willy André Bergstrøm <root@willyandre.net>\n"
"Language-Team: Norwegian Nynorsk <nn@li.org>\n"
@@ -158,7 +158,7 @@ msgstr ""
"Systemet ditt inneheld øydelagde pakkar som ikkje kunne reparerast med denne "
"programvaren. Reparer dei med synaptic eller apt-get før du held fram."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Kan ikkje oppgradere naudsynte meta-pakkar"
@@ -947,11 +947,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/no.po b/po/no.po
index 78f578db..2bbaac2b 100644
--- a/po/no.po
+++ b/po/no.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nb\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2005-06-08 23:10+0200\n"
"Last-Translator: Terance Edward Sola <terance@lyse.net>\n"
"Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.uio.no>\n"
@@ -157,7 +157,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -955,11 +955,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/oc.po b/po/oc.po
index 19b234ac..d09ca31f 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-09-30 00:43+0000\n"
"Last-Translator: Yannig MARCHEGAY (Kokoyaya) <yannick.marchegay@lokanova."
"com>\n"
@@ -159,7 +159,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -936,11 +936,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/pa.po b/po/pa.po
index 7b3574df..25960a09 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pa\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:43+0000\n"
"Last-Translator: Amanpreet Singh Alam <amanpreetalam@yahoo.com>\n"
"Language-Team: Punjabi <fedora-transa-pa@redhat.com>\n"
@@ -154,7 +154,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -934,11 +934,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/pl.po b/po/pl.po
index cbd79878..f438b3ec 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager cvs\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-09-02 19:44+0000\n"
"Last-Translator: White Eagle <piotrgaliszewski@gmail.com>\n"
"Language-Team: Polish <translators@gnomepl.org>\n"
@@ -158,7 +158,7 @@ msgstr ""
"kontynuowaniem należy je naprawić używając Synaptic Menedżer Pakietów lub "
"apt-get."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Nie można zaktualizować wymaganych meta-pakietów"
@@ -1018,11 +1018,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Nowe wydanie dystrybucji \"%s\" jest dostępne</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Spis oprogramowania jest uszkodzony"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/pt.po b/po/pt.po
index 227583eb..b58467c3 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-06 18:27+0000\n"
"Last-Translator: Susana <susana.pereira@gmail.com>\n"
"Language-Team: Ubuntu Portuguese Team <ubuntu-pt.org>\n"
@@ -159,7 +159,7 @@ msgstr ""
"este software. Por favor corrija-os usando o synaptic ou apt-get antes de "
"continuar."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Não foi possível actualizar os meta-pacotes necessários"
@@ -1039,11 +1039,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Está disponível a nova versão '%s' da distribuição</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "O índice de software está quebrado"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/pt_BR.po b/po/pt_BR.po
index def6479d..a6f8f269 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-02 11:49+0000\n"
"Last-Translator: Andre Noel <drenoel@gmail.com>\n"
"Language-Team: Ubuntu-BR <tradutores@listas.ubuntubrasil.org>\n"
@@ -161,7 +161,7 @@ msgstr ""
"este programa. Por favor, corrija-os primeiro utilizando o Synaptic ou apt-"
"get antes de continuar."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Não foi possível atualizar os meta-pacotes requeridos"
@@ -1026,11 +1026,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Uma nova versão da distribuição '%s' está disponível</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "O index do software está quebrado"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/qu.po b/po/qu.po
index d8a39c96..78b14d30 100644
--- a/po/qu.po
+++ b/po/qu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Quechua <qu@li.org>\n"
@@ -152,7 +152,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -920,11 +920,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/ro.po b/po/ro.po
index e11b90cb..5bde5c14 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:40+0000\n"
"Last-Translator: Sami POTIRCA <spotirca@gmail.com>\n"
"Language-Team: Romanian <gnomero-list@lists.sourceforge.net>\n"
@@ -161,7 +161,7 @@ msgstr ""
"reparate cu acest program. Înainte de a continua vă rugăm să le remediaţi "
"utilizând synaptic sau apt-get."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Este imposibilă actualizarea meta-pachetelor cerute"
@@ -1024,11 +1024,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Noua versiune '%s' este disponibilă</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Indexul software este deteriorat"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/ru.po b/po/ru.po
index 8274052c..a5b5e36a 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-03 02:07+0000\n"
"Last-Translator: Igor Zubarev <igor4u@gmail.com>\n"
"Language-Team: Russian <ru@li.org>\n"
@@ -160,7 +160,7 @@ msgstr ""
"данной программой. Пожалуйста, исправьте их, используя synaptic или apt-get, "
"прежде чем продолжить."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Невозможно обновить требуемые мета-пакеты"
@@ -1022,11 +1022,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Доступен новый релиз дистрибутива '%s'</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Индекс программ поврежден"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/rw.po b/po/rw.po
index 4d7d8978..506ca601 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager HEAD\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:43+0000\n"
"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
@@ -165,7 +165,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -956,11 +956,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/sk.po b/po/sk.po
index 34c34f09..50335ccb 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:43+0000\n"
"Last-Translator: Peter Chabada <ubuntu@chabada.sk>\n"
"Language-Team: Slovak <sk-i18n@linux.sk>\n"
@@ -160,7 +160,7 @@ msgstr ""
"Váš systém obsahuje poškodené balíky, ktoré nemôžu byť týmto programom "
"opravené. Pred pokračovaním ich opravte programom synaptic alebo apt-get."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Nemôžem aktualizovať požadované meta-balíky"
@@ -1036,11 +1036,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>K dispozícii je nové vydanie distribúcie '%s'</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Index softvéru je poškodený"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/sl.po b/po/sl.po
index a5582fbc..34f6b509 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-08-01 13:08+0000\n"
"Last-Translator: Tadej <tadej.888@gmail.com>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -159,7 +159,7 @@ msgstr ""
"Prosim, da popravite te pakete z uporabo synaptic ali apt-get, preden "
"nadaljujete."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Ne morem nadgraditi zahtevanih meta-paketov"
@@ -962,11 +962,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/sq.po b/po/sq.po
index 10e0f7bb..e362c418 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-09-30 21:20+0000\n"
"Last-Translator: Alejdin Tirolli <a.tirolli@hotmail.com>\n"
"Language-Team: Albanian <sq@li.org>\n"
@@ -162,7 +162,7 @@ msgstr ""
"softuer.Ju lutemi riparoni këtë me Synaptic ose apt-get, para se të shkoni "
"përpara."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Metapaketat e nevojshme nuk mund të aktualizohen."
@@ -942,11 +942,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/sr.po b/po/sr.po
index d433222d..7de46d87 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-06-01 10:04+0000\n"
"Last-Translator: Vladimir Samardzic <vladosam@hotmail.com>\n"
"Language-Team: Serbian <sr@li.org>\n"
@@ -165,7 +165,7 @@ msgstr ""
"софтвером. Молим вас прво њих поправите користећи synaptic или apt-get прије "
"него што наставите."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -947,11 +947,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/sv.po b/po/sv.po
index 61bc47ff..3630e8d5 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-06 03:32+0000\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -160,7 +160,7 @@ msgstr ""
"programmet. Reparera dem först med synaptic eller apt-get innan du "
"fortsätter."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Kan inte uppdatera de obligatoriska meta-paketen"
@@ -1039,11 +1039,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Ny distributionsutgåva \"%s\" finns tillgänglig</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Programindexet är trasigt"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/ta.po b/po/ta.po
index 5766fa79..25ea2785 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-08-04 02:52+0000\n"
"Last-Translator: Raghavan <vijay.raghavan08@gmail.com>\n"
"Language-Team: Tamil <ta@li.org>\n"
@@ -152,7 +152,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -926,11 +926,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/th.po b/po/th.po
index 17a80581..2b9c2bae 100644
--- a/po/th.po
+++ b/po/th.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:44+0000\n"
"Last-Translator: Roys Hengwatanakul <roysheng@gmail.com>\n"
"Language-Team: Thai <th@li.org>\n"
@@ -156,7 +156,7 @@ msgstr ""
"ระบบของคุณมีแพกเกจที่มีปัญหาที่ไม่สามารถซ่อมได้ด้วยโปรแกรมนี้ กรุณาซ่อมโดยใช้โปรแกรม synaptic "
"หรือ apt-get ก่อนดำเนินการต่อไป"
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "ไม่สามารถปรับปรุง meta แพกเกจที่ต้องการได้"
@@ -992,11 +992,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "มี<b>ชุดแจกจ่ายใหม่ '%s' </b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "ดัชนีของซอฟแวร์เสียหาย"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/tr.po b/po/tr.po
index 7eb08d54..495e1825 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-09-27 21:59+0000\n"
"Last-Translator: Kayra Akman <ckakman@gmail.com>\n"
"Language-Team: Turkish <tr@li.org>\n"
@@ -157,7 +157,7 @@ msgstr ""
"Sisteminiz bu yazılım ile düzeltilemeyen bozuk paketler içeriyor. Devam "
"etmeden önce lütfen bunları synaptic veya apt-get kullanarak düzeltin."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Gerekli bilgi-paketleri güncelleştirilemiyor"
@@ -1010,11 +1010,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>Yeni dağıtım yayını '%s' ulaşılabilir</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "Yazılım dizini bozulmuş"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/uk.po b/po/uk.po
index 6c21a38d..1e85b1f9 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: uk(5)\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-08-20 22:36+0000\n"
"Last-Translator: Vadim Abramchuck <abram@email.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@@ -155,7 +155,7 @@ msgstr ""
"Ваша система містить пошкоджені пакунки, котрі не можуть бути виправлені "
"цією програмою. Скористайтесь перш програмами synaptic чи apt-get."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Не можливо поновити необхідні meta-пакунки"
@@ -956,11 +956,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/update-manager.pot b/po/update-manager.pot
index 1e9dcf1b..67658f1b 100644
--- a/po/update-manager.pot
+++ b/po/update-manager.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -152,7 +152,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -920,11 +920,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/ur.po b/po/ur.po
index 4d127f41..12322795 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-05-19 02:46+0000\n"
"Last-Translator: Hameed محمد حمید <hameeduddin517@yahoo.com>\n"
"Language-Team: Urdu <urd@li.org>\n"
@@ -153,7 +153,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -921,11 +921,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/urd.po b/po/urd.po
index 978beca6..b0bbdbf0 100644
--- a/po/urd.po
+++ b/po/urd.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-05-07 01:53+0000\n"
"Last-Translator: Hameed محمد حمید <hameeduddin517@yahoo.com>\n"
"Language-Team: Urdu <urd@li.org>\n"
@@ -153,7 +153,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -921,11 +921,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/vi.po b/po/vi.po
index 50355c11..25886b33 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager Gnome HEAD\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:45+0000\n"
"Last-Translator: Tran The Trung <tttrung@hotmail.com>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
@@ -156,7 +156,7 @@ msgstr ""
"Hệ thống của bạn chứa các gói tin bị lỗi và không thể sửa được bằng phần mềm "
"này. Hãy sửa chúng dùng các gói synaptic hoặc apt-get trước khi tiếp tục."
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "Không thể nâng cấp các gói gốc được yêu cầu"
@@ -950,11 +950,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/xh.po b/po/xh.po
index 8c711614..d18e6633 100644
--- a/po/xh.po
+++ b/po/xh.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-notifier\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:45+0000\n"
"Last-Translator: Canonical Ltd <translations@canonical.com>\n"
"Language-Team: Xhosa <xh-translate@ubuntu.com>\n"
@@ -153,7 +153,7 @@ msgid ""
"software. Please fix them first using synaptic or apt-get before proceeding."
msgstr ""
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -928,11 +928,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 26a20108..41d42065 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager HEAD\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-10-05 20:36+0000\n"
"Last-Translator: catinsnow <catinsnow@gmail.com>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
@@ -156,7 +156,7 @@ msgstr ""
"你的系统包含有破损的软件包而不能通过此软件修复。 在你继续前请先用新立得或者"
"apt-get修复它们。"
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "不能升级要求的元包"
@@ -985,11 +985,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>新发行版 '%s' 可用</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "软件索引已被破坏"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/zh_HK.po b/po/zh_HK.po
index 50e902bc..a1cc8f61 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager 0.42.2\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-06-16 01:18+0000\n"
"Last-Translator: Abel Cheung <abelcheung@gmail.com>\n"
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
@@ -152,7 +152,7 @@ msgstr ""
"系統裝了不完整的套件,本程式無法將它們修復。請先用 synaptic 或 apt-get 來修復"
"套件。"
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr ""
@@ -920,11 +920,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr ""
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr ""
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 203074cd..2ae0134e 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: update-manager 0.41.1\n"
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
-"POT-Creation-Date: 2006-10-06 23:18+0200\n"
+"POT-Creation-Date: 2006-10-10 18:58+0200\n"
"PO-Revision-Date: 2006-09-14 07:29+0000\n"
"Last-Translator: SOC Ho <soc.scho@gmail.com>\n"
"Language-Team: Chinese (Taiwan) <zh-l10n@linux.org.tw>\n"
@@ -148,7 +148,7 @@ msgstr ""
"您的系統有安裝不完整的套件,而本程式無法將它們修正。在進行前請先使用 "
"synaptic 或 apt-get 來修恢它們。"
-#: ../DistUpgrade/DistUpgradeCache.py:207
+#: ../DistUpgrade/DistUpgradeCache.py:213
msgid "Can't upgrade required meta-packages"
msgstr "無法升級須要的元套件 (meta-package)"
@@ -938,11 +938,11 @@ msgid "<b>New distribution release '%s' is available</b>"
msgstr "<b>有新的 distribution 發行版 '%s'</b>"
#. we assert a clean cache
-#: ../UpdateManager/UpdateManager.py:898
+#: ../UpdateManager/UpdateManager.py:902
msgid "Software index is broken"
msgstr "軟體索引損壞"
-#: ../UpdateManager/UpdateManager.py:899
+#: ../UpdateManager/UpdateManager.py:903
msgid ""
"It is impossible to install or remove any software. Please use the package "
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "