diff -Nru muon-5.3.95/CMakeLists.txt muon-5.4.0/CMakeLists.txt --- muon-5.3.95/CMakeLists.txt 2015-08-06 11:56:00.000000000 +0000 +++ muon-5.4.0/CMakeLists.txt 2015-08-20 12:49:32.000000000 +0000 @@ -1,5 +1,5 @@ project(muon) -set(PROJECT_VERSION "5.3.95") +set(PROJECT_VERSION "5.4.0") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12) diff -Nru muon-5.3.95/debian/changelog muon-5.4.0/debian/changelog --- muon-5.3.95/debian/changelog 2015-08-10 21:18:23.000000000 +0000 +++ muon-5.4.0/debian/changelog 2015-08-31 14:53:50.000000000 +0000 @@ -1,3 +1,9 @@ +muon (4:5.4.0-0ubuntu1) wily; urgency=medium + + * new upstream release + + -- Jonathan Riddell Mon, 31 Aug 2015 15:53:50 +0100 + muon (4:5.3.95-0ubuntu1) wily; urgency=medium * Change kdesudo dependency to pkexec diff -Nru muon-5.3.95/debian/libmuon.lintian-overrides muon-5.4.0/debian/libmuon.lintian-overrides --- muon-5.3.95/debian/libmuon.lintian-overrides 2015-08-10 21:18:23.000000000 +0000 +++ muon-5.4.0/debian/libmuon.lintian-overrides 2015-08-31 14:53:49.000000000 +0000 @@ -1,5 +1,6 @@ # Private libs -libmuon: package-name-doesnt-match-sonames libMuonApt libMuonNotifiers +libmuon: package-name-doesnt-match-sonames libMuonApt libMuonCommon libMuonNotifiers libmuon: shlib-without-versioned-soname usr/lib/*/libMuonApt.so libMuonApt.so libmuon: shlib-without-versioned-soname usr/lib/*/libMuonNotifiers.so libMuonNotifiers.so +libmuon: shlib-without-versioned-soname usr/lib/*/libMuonCommon.so libMuonCommon.so libmuon: postinst-must-call-ldconfig usr/lib/*/libMuonNotifiers.so diff -Nru muon-5.3.95/libmuon/backends/KNSBackend/tests/muon-knscorrect-backend.desktop muon-5.4.0/libmuon/backends/KNSBackend/tests/muon-knscorrect-backend.desktop --- muon-5.3.95/libmuon/backends/KNSBackend/tests/muon-knscorrect-backend.desktop 2015-08-06 11:55:16.000000000 +0000 +++ muon-5.4.0/libmuon/backends/KNSBackend/tests/muon-knscorrect-backend.desktop 2015-08-20 12:48:43.000000000 +0000 @@ -32,6 +32,7 @@ Name[tr]=Doğru Name[uk]=Правильно Name[x-test]=xxCorrectxx +Name[zh_CN]=正确 Name[zh_TW]=修正 X-KDE-Library=muon-knsbackend diff -Nru muon-5.3.95/libmuonapt/QAptActions.cpp muon-5.4.0/libmuonapt/QAptActions.cpp --- muon-5.3.95/libmuonapt/QAptActions.cpp 2015-08-06 11:55:16.000000000 +0000 +++ muon-5.4.0/libmuonapt/QAptActions.cpp 2015-08-20 12:48:43.000000000 +0000 @@ -392,14 +392,11 @@ QString pkexec = QStandardPaths::findExecutable("pkexec"); QString editor = QStandardPaths::findExecutable("software-properties-kde"); + arguments << pkexec << editor << QStringLiteral("--attach") % QString::number(winID); if (m_reloadWhenEditorFinished) { - editor.append(QLatin1String(" --dont-update --attach ") % QString::number(winID)); //krazy:exclude=spelling; - } else { - editor.append(QLatin1String(" --attach ") % QString::number(winID)); + arguments << QStringLiteral("--dont-update"); } - arguments << pkexec << editor; - proc->setProgram(arguments); m_mainWindow->find(winID)->setEnabled(false); proc->start(); diff -Nru muon-5.3.95/po/ar/libmuon.po muon-5.4.0/po/ar/libmuon.po --- muon-5.3.95/po/ar/libmuon.po 2015-08-06 11:55:19.000000000 +0000 +++ muon-5.4.0/po/ar/libmuon.po 2015-08-20 12:48:46.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-01-18 23:26+0000\n" "Last-Translator: Safa Alfulaij \n" "Language-Team: Arabic \n" @@ -2256,7 +2256,7 @@ msgid "Packages Could Not be Found" msgstr "تعذّر العثور على الحزم" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "تأريخ الحزمة" diff -Nru muon-5.3.95/po/ar/muon-discover.po muon-5.4.0/po/ar/muon-discover.po --- muon-5.3.95/po/ar/muon-discover.po 2015-08-06 11:55:19.000000000 +0000 +++ muon-5.4.0/po/ar/muon-discover.po 2015-08-20 12:48:46.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-11-12 06:49+0300\n" "Last-Translator: Safa Alfulaij \n" "Language-Team: Arabic \n" diff -Nru muon-5.3.95/po/ar/muon.po muon-5.4.0/po/ar/muon.po --- muon-5.3.95/po/ar/muon.po 2015-08-06 11:55:19.000000000 +0000 +++ muon-5.4.0/po/ar/muon.po 2015-08-20 12:48:46.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-11-04 19:24+0300\n" "Last-Translator: Safa Alfulaij \n" "Language-Team: Arabic \n" diff -Nru muon-5.3.95/po/ar/muon-updater.po muon-5.4.0/po/ar/muon-updater.po --- muon-5.3.95/po/ar/muon-updater.po 2015-08-06 11:55:19.000000000 +0000 +++ muon-5.4.0/po/ar/muon-updater.po 2015-08-20 12:48:46.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-07-11 13:58+0300\n" "Last-Translator: Safa Alfulaij \n" "Language-Team: Arabic \n" diff -Nru muon-5.3.95/po/ast/libmuon.po muon-5.4.0/po/ast/libmuon.po --- muon-5.3.95/po/ast/libmuon.po 2015-08-06 11:55:19.000000000 +0000 +++ muon-5.4.0/po/ast/libmuon.po 2015-08-20 12:48:46.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-07-02 00:55+0100\n" "Last-Translator: enolp \n" "Language-Team: Asturian \n" @@ -2186,7 +2186,7 @@ msgid "Packages Could Not be Found" msgstr "" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "" \ No newline at end of file diff -Nru muon-5.3.95/po/ast/muon-discover.po muon-5.4.0/po/ast/muon-discover.po --- muon-5.3.95/po/ast/muon-discover.po 2015-08-06 11:55:19.000000000 +0000 +++ muon-5.4.0/po/ast/muon-discover.po 2015-08-20 12:48:46.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-07-02 21:20+0100\n" "Last-Translator: enolp \n" "Language-Team: Asturian \n" diff -Nru muon-5.3.95/po/ast/muon.po muon-5.4.0/po/ast/muon.po --- muon-5.3.95/po/ast/muon.po 2015-08-06 11:55:19.000000000 +0000 +++ muon-5.4.0/po/ast/muon.po 2015-08-20 12:48:46.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-07-02 00:22+0100\n" "Last-Translator: enolp \n" "Language-Team: Asturian \n" diff -Nru muon-5.3.95/po/ast/muon-updater.po muon-5.4.0/po/ast/muon-updater.po --- muon-5.3.95/po/ast/muon-updater.po 2015-08-06 11:55:19.000000000 +0000 +++ muon-5.4.0/po/ast/muon-updater.po 2015-08-20 12:48:46.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-07-01 21:46+0100\n" "Last-Translator: enolp \n" "Language-Team: Asturian \n" diff -Nru muon-5.3.95/po/ast/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/ast/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/ast/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:19.000000000 +0000 +++ muon-5.4.0/po/ast/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:48:46.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-28 02:14+0100\n" "Last-Translator: enolp \n" "Language-Team: Asturian \n" diff -Nru muon-5.3.95/po/bg/libmuon.po muon-5.4.0/po/bg/libmuon.po --- muon-5.3.95/po/bg/libmuon.po 2015-08-06 11:55:21.000000000 +0000 +++ muon-5.4.0/po/bg/libmuon.po 2015-08-20 12:48:47.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2014-05-12 21:14+0200\n" "Last-Translator: Svetoslav Stefanov \n" "Language-Team: BULGARIAN \n" @@ -2373,7 +2373,7 @@ msgid "Packages Could Not be Found" msgstr "Пакетите не могат да бъдат открити" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "История на пакета" \ No newline at end of file diff -Nru muon-5.3.95/po/bg/muon.po muon-5.4.0/po/bg/muon.po --- muon-5.3.95/po/bg/muon.po 2015-08-06 11:55:21.000000000 +0000 +++ muon-5.4.0/po/bg/muon.po 2015-08-20 12:48:47.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-05-12 15:47+0200\n" "Last-Translator: Svetoslav Stefanov \n" "Language-Team: BULGARIAN \n" diff -Nru muon-5.3.95/po/bg/muon-updater.po muon-5.4.0/po/bg/muon-updater.po --- muon-5.3.95/po/bg/muon-updater.po 2015-08-06 11:55:21.000000000 +0000 +++ muon-5.4.0/po/bg/muon-updater.po 2015-08-20 12:48:47.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-05-12 15:49+0200\n" "Last-Translator: Svetoslav Stefanov \n" "Language-Team: BULGARIAN \n" diff -Nru muon-5.3.95/po/bs/libmuon.po muon-5.4.0/po/bs/libmuon.po --- muon-5.3.95/po/bs/libmuon.po 2015-08-06 11:55:22.000000000 +0000 +++ muon-5.4.0/po/bs/libmuon.po 2015-08-20 12:48:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2014-01-31 20:46+0100\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" @@ -2295,7 +2295,7 @@ msgid "Packages Could Not be Found" msgstr "Paketi se ne mogu naći" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Istorijat paketa" \ No newline at end of file diff -Nru muon-5.3.95/po/bs/muon-discover.po muon-5.4.0/po/bs/muon-discover.po --- muon-5.3.95/po/bs/muon-discover.po 2015-08-06 11:55:22.000000000 +0000 +++ muon-5.4.0/po/bs/muon-discover.po 2015-08-20 12:48:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: bosnianuniversetranslation\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-02-04 16:18+0000\n" "Last-Translator: Nermina Ahmić \n" "Language-Team: Bosnian \n" diff -Nru muon-5.3.95/po/bs/muon.po muon-5.4.0/po/bs/muon.po --- muon-5.3.95/po/bs/muon.po 2015-08-06 11:55:22.000000000 +0000 +++ muon-5.4.0/po/bs/muon.po 2015-08-20 12:48:49.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-01-31 20:43+0100\n" "Last-Translator: Samir Ribić \n" "Language-Team: bosanski \n" diff -Nru muon-5.3.95/po/bs/muon-updater.po muon-5.4.0/po/bs/muon-updater.po --- muon-5.3.95/po/bs/muon-updater.po 2015-08-06 11:55:22.000000000 +0000 +++ muon-5.4.0/po/bs/muon-updater.po 2015-08-20 12:48:49.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-11-01 11:50+0000\n" "Last-Translator: Admir Becirbasic \n" "Language-Team: bosanski \n" diff -Nru muon-5.3.95/po/bs/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/bs/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/bs/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:22.000000000 +0000 +++ muon-5.4.0/po/bs/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:48:49.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kde5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-02-24 20:34+0100\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian\n" diff -Nru muon-5.3.95/po/ca/libmuon.po muon-5.4.0/po/ca/libmuon.po --- muon-5.3.95/po/ca/libmuon.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/ca/libmuon.po 2015-08-20 12:48:49.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-06-14 19:12+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" @@ -2256,7 +2256,7 @@ msgid "Packages Could Not be Found" msgstr "No s'han pogut trobar alguns paquets" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Historial dels paquets" \ No newline at end of file diff -Nru muon-5.3.95/po/ca/muon-discover.po muon-5.4.0/po/ca/muon-discover.po --- muon-5.3.95/po/ca/muon-discover.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/ca/muon-discover.po 2015-08-20 12:48:49.000000000 +0000 @@ -9,15 +9,15 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" -"PO-Revision-Date: 2015-04-10 22:41+0200\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" +"PO-Revision-Date: 2015-08-12 18:28+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -62,7 +62,7 @@ #: discover/main.cpp:52 msgid "List all the available modes." -msgstr "Llista tots els modes disponibles" +msgstr "Llista tots els modes disponibles." #: discover/main.cpp:72 msgid "Available modes:\n" diff -Nru muon-5.3.95/po/ca/muon-exporter.po muon-5.4.0/po/ca/muon-exporter.po --- muon-5.3.95/po/ca/muon-exporter.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/ca/muon-exporter.po 2015-08-20 12:48:49.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: muon-exporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-12 11:26+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" diff -Nru muon-5.3.95/po/ca/muon-notifier.po muon-5.4.0/po/ca/muon-notifier.po --- muon-5.3.95/po/ca/muon-notifier.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/ca/muon-notifier.po 2015-08-20 12:48:49.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: muon-notifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-12 11:28+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" diff -Nru muon-5.3.95/po/ca/muon.po muon-5.4.0/po/ca/muon.po --- muon-5.3.95/po/ca/muon.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/ca/muon.po 2015-08-20 12:48:49.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" -"PO-Revision-Date: 2015-05-29 20:31+0200\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" +"PO-Revision-Date: 2015-08-12 18:28+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" @@ -293,7 +293,7 @@ #: muon/DetailsTabs/VersionTab.cpp:43 msgctxt "@label" msgid "Available versions:" -msgstr "Versions disponibles" +msgstr "Versions disponibles:" #: muon/DetailsTabs/VersionTab.cpp:61 msgctxt "@label" diff -Nru muon-5.3.95/po/ca/muon-updater.po muon-5.4.0/po/ca/muon-updater.po --- muon-5.3.95/po/ca/muon-updater.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/ca/muon-updater.po 2015-08-20 12:48:49.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-14 21:33+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" diff -Nru muon-5.3.95/po/ca/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/ca/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/ca/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/ca/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:48:49.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.muonnotifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-23 14:11+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" diff -Nru muon-5.3.95/po/ca@valencia/libmuon.po muon-5.4.0/po/ca@valencia/libmuon.po --- muon-5.3.95/po/ca@valencia/libmuon.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/ca@valencia/libmuon.po 2015-08-20 12:48:51.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2014-02-15 11:48+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" @@ -2400,7 +2400,7 @@ msgid "Packages Could Not be Found" msgstr "No s'han pogut trobar alguns paquets" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Historial dels paquets" \ No newline at end of file diff -Nru muon-5.3.95/po/ca@valencia/muon-discover.po muon-5.4.0/po/ca@valencia/muon-discover.po --- muon-5.3.95/po/ca@valencia/muon-discover.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/ca@valencia/muon-discover.po 2015-08-20 12:48:51.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-02-14 21:08+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" diff -Nru muon-5.3.95/po/ca@valencia/muon.po muon-5.4.0/po/ca@valencia/muon.po --- muon-5.3.95/po/ca@valencia/muon.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/ca@valencia/muon.po 2015-08-20 12:48:51.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-02-01 10:31+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" diff -Nru muon-5.3.95/po/ca@valencia/muon-updater.po muon-5.4.0/po/ca@valencia/muon-updater.po --- muon-5.3.95/po/ca@valencia/muon-updater.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/ca@valencia/muon-updater.po 2015-08-20 12:48:51.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-10-01 20:44+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" diff -Nru muon-5.3.95/po/cs/libmuon.po muon-5.4.0/po/cs/libmuon.po --- muon-5.3.95/po/cs/libmuon.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/cs/libmuon.po 2015-08-20 12:48:50.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-16 15:25+0100\n" "Last-Translator: Vít Pelčák \n" "Language-Team: Czech \n" @@ -2227,7 +2227,7 @@ msgid "Packages Could Not be Found" msgstr "Některé balíčky nebylo možno nalézt" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Historie balíčku" \ No newline at end of file diff -Nru muon-5.3.95/po/cs/muon-discover.po muon-5.4.0/po/cs/muon-discover.po --- muon-5.3.95/po/cs/muon-discover.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/cs/muon-discover.po 2015-08-20 12:48:50.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-16 15:25+0100\n" "Last-Translator: Vít Pelčák \n" "Language-Team: Czech \n" diff -Nru muon-5.3.95/po/cs/muon-exporter.po muon-5.4.0/po/cs/muon-exporter.po --- muon-5.3.95/po/cs/muon-exporter.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/cs/muon-exporter.po 2015-08-20 12:48:50.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-13 11:00+0100\n" "Last-Translator: Vít Pelčák \n" "Language-Team: Czech \n" diff -Nru muon-5.3.95/po/cs/muon-notifier.po muon-5.4.0/po/cs/muon-notifier.po --- muon-5.3.95/po/cs/muon-notifier.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/cs/muon-notifier.po 2015-08-20 12:48:50.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-13 10:57+0100\n" "Last-Translator: Vít Pelčák \n" "Language-Team: Czech \n" diff -Nru muon-5.3.95/po/cs/muon.po muon-5.4.0/po/cs/muon.po --- muon-5.3.95/po/cs/muon.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/cs/muon.po 2015-08-20 12:48:50.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-13 14:19+0200\n" "Last-Translator: Vit Pelcak \n" "Language-Team: Czech \n" diff -Nru muon-5.3.95/po/cs/muon-updater.po muon-5.4.0/po/cs/muon-updater.po --- muon-5.3.95/po/cs/muon-updater.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/cs/muon-updater.po 2015-08-20 12:48:50.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-16 15:15+0100\n" "Last-Translator: Vít Pelčák \n" "Language-Team: Czech \n" diff -Nru muon-5.3.95/po/cs/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/cs/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/cs/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:23.000000000 +0000 +++ muon-5.4.0/po/cs/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:48:50.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-25 10:40+0100\n" "Last-Translator: Vít Pelčák \n" "Language-Team: Czech \n" diff -Nru muon-5.3.95/po/da/libmuon.po muon-5.4.0/po/da/libmuon.po --- muon-5.3.95/po/da/libmuon.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/da/libmuon.po 2015-08-20 12:48:57.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2014-08-24 21:58+0200\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -2387,7 +2387,7 @@ msgid "Packages Could Not be Found" msgstr "Pakker kunne ikke findes" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Pakkehistorik" \ No newline at end of file diff -Nru muon-5.3.95/po/da/muon-discover.po muon-5.4.0/po/da/muon-discover.po --- muon-5.3.95/po/da/muon-discover.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/da/muon-discover.po 2015-08-20 12:48:57.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-05-10 17:07+0200\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" diff -Nru muon-5.3.95/po/da/muon.po muon-5.4.0/po/da/muon.po --- muon-5.3.95/po/da/muon.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/da/muon.po 2015-08-20 12:48:57.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-01-02 20:44+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" diff -Nru muon-5.3.95/po/da/muon-updater.po muon-5.4.0/po/da/muon-updater.po --- muon-5.3.95/po/da/muon-updater.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/da/muon-updater.po 2015-08-20 12:48:57.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-08-06 21:10+0200\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" diff -Nru muon-5.3.95/po/da/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/da/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/da/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/da/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:48:57.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-07-08 21:38+0200\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" diff -Nru muon-5.3.95/po/de/libmuon.po muon-5.4.0/po/de/libmuon.po --- muon-5.3.95/po/de/libmuon.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/de/libmuon.po 2015-08-20 12:48:53.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-03 23:38+0200\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" @@ -2259,7 +2259,7 @@ msgid "Packages Could Not be Found" msgstr "Es wurden keine Pakete gefunden" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Paket-Verlauf" \ No newline at end of file diff -Nru muon-5.3.95/po/de/muon-discover.po muon-5.4.0/po/de/muon-discover.po --- muon-5.3.95/po/de/muon-discover.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/de/muon-discover.po 2015-08-20 12:48:53.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-26 15:42+0200\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" diff -Nru muon-5.3.95/po/de/muon-exporter.po muon-5.4.0/po/de/muon-exporter.po --- muon-5.3.95/po/de/muon-exporter.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/de/muon-exporter.po 2015-08-20 12:48:53.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-14 21:11+0200\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" diff -Nru muon-5.3.95/po/de/muon-notifier.po muon-5.4.0/po/de/muon-notifier.po --- muon-5.3.95/po/de/muon-notifier.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/de/muon-notifier.po 2015-08-20 12:48:53.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-27 22:23+0200\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" diff -Nru muon-5.3.95/po/de/muon.po muon-5.4.0/po/de/muon.po --- muon-5.3.95/po/de/muon.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/de/muon.po 2015-08-20 12:48:53.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-27 22:24+0200\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" diff -Nru muon-5.3.95/po/de/muon-updater.po muon-5.4.0/po/de/muon-updater.po --- muon-5.3.95/po/de/muon-updater.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/de/muon-updater.po 2015-08-20 12:48:53.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-29 21:21+0200\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" diff -Nru muon-5.3.95/po/de/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/de/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/de/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/de/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:48:53.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-09 17:18+0200\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" diff -Nru muon-5.3.95/po/el/libmuon.po muon-5.4.0/po/el/libmuon.po --- muon-5.3.95/po/el/libmuon.po 2015-08-06 11:55:25.000000000 +0000 +++ muon-5.4.0/po/el/libmuon.po 2015-08-20 12:48:53.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-02-08 12:31+0200\n" "Last-Translator: Dimitris Kardarakos \n" "Language-Team: Greek \n" @@ -2256,7 +2256,7 @@ msgid "Packages Could Not be Found" msgstr "Αδυναμία εύρεσης των πακέτων" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Ιστορικό πακέτου" \ No newline at end of file diff -Nru muon-5.3.95/po/el/muon-discover.po muon-5.4.0/po/el/muon-discover.po --- muon-5.3.95/po/el/muon-discover.po 2015-08-06 11:55:25.000000000 +0000 +++ muon-5.4.0/po/el/muon-discover.po 2015-08-20 12:48:53.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-02-08 12:16+0200\n" "Last-Translator: Dimitris Kardarakos \n" "Language-Team: Greek \n" diff -Nru muon-5.3.95/po/el/muon.po muon-5.4.0/po/el/muon.po --- muon-5.3.95/po/el/muon.po 2015-08-06 11:55:25.000000000 +0000 +++ muon-5.4.0/po/el/muon.po 2015-08-20 12:48:53.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-03-01 15:36+0200\n" "Last-Translator: Dimitris Kardarakos \n" "Language-Team: Greek \n" diff -Nru muon-5.3.95/po/el/muon-updater.po muon-5.4.0/po/el/muon-updater.po --- muon-5.3.95/po/el/muon-updater.po 2015-08-06 11:55:25.000000000 +0000 +++ muon-5.4.0/po/el/muon-updater.po 2015-08-20 12:48:53.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-02-10 13:00+0200\n" "Last-Translator: Dimitris Kardarakos \n" "Language-Team: Greek \n" diff -Nru muon-5.3.95/po/el/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/el/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/el/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:25.000000000 +0000 +++ muon-5.4.0/po/el/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:48:53.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-10-21 21:17+0300\n" "Last-Translator: Dimitris Kardarakos \n" "Language-Team: Greek \n" diff -Nru muon-5.3.95/po/en_GB/libmuon.po muon-5.4.0/po/en_GB/libmuon.po --- muon-5.3.95/po/en_GB/libmuon.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/en_GB/libmuon.po 2015-08-20 12:48:53.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-05 22:03+0100\n" "Last-Translator: \n" "Language-Team: British English \n" @@ -2247,7 +2247,7 @@ msgid "Packages Could Not be Found" msgstr "Packages Could Not be Found" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Package History" \ No newline at end of file diff -Nru muon-5.3.95/po/en_GB/muon-discover.po muon-5.4.0/po/en_GB/muon-discover.po --- muon-5.3.95/po/en_GB/muon-discover.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/en_GB/muon-discover.po 2015-08-20 12:48:53.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-26 16:16+0100\n" "Last-Translator: \n" "Language-Team: British English \n" diff -Nru muon-5.3.95/po/en_GB/muon-exporter.po muon-5.4.0/po/en_GB/muon-exporter.po --- muon-5.3.95/po/en_GB/muon-exporter.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/en_GB/muon-exporter.po 2015-08-20 12:48:53.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-26 16:17+0100\n" "Last-Translator: \n" "Language-Team: British English \n" diff -Nru muon-5.3.95/po/en_GB/muon-notifier.po muon-5.4.0/po/en_GB/muon-notifier.po --- muon-5.3.95/po/en_GB/muon-notifier.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/en_GB/muon-notifier.po 2015-08-20 12:48:53.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-26 16:17+0100\n" "Last-Translator: \n" "Language-Team: British English \n" diff -Nru muon-5.3.95/po/en_GB/muon.po muon-5.4.0/po/en_GB/muon.po --- muon-5.3.95/po/en_GB/muon.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/en_GB/muon.po 2015-08-20 12:48:53.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-26 16:19+0100\n" "Last-Translator: \n" "Language-Team: British English \n" diff -Nru muon-5.3.95/po/en_GB/muon-updater.po muon-5.4.0/po/en_GB/muon-updater.po --- muon-5.3.95/po/en_GB/muon-updater.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/en_GB/muon-updater.po 2015-08-20 12:48:53.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-26 16:18+0100\n" "Last-Translator: \n" "Language-Team: British English \n" diff -Nru muon-5.3.95/po/en_GB/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/en_GB/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/en_GB/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:26.000000000 +0000 +++ muon-5.4.0/po/en_GB/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:48:53.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-23 14:44+0100\n" "Last-Translator: \n" "Language-Team: British English \n" diff -Nru muon-5.3.95/po/eo/muon.po muon-5.4.0/po/eo/muon.po --- muon-5.3.95/po/eo/muon.po 2015-08-06 11:55:27.000000000 +0000 +++ muon-5.4.0/po/eo/muon.po 2015-08-20 12:48:55.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2010-06-20 20:01+0200\n" "Last-Translator: Axel Rousseau \n" "Language-Team: esperanto \n" diff -Nru muon-5.3.95/po/es/libmuon.po muon-5.4.0/po/es/libmuon.po --- muon-5.3.95/po/es/libmuon.po 2015-08-06 11:55:28.000000000 +0000 +++ muon-5.4.0/po/es/libmuon.po 2015-08-20 12:48:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-04 19:19+0200\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" @@ -2257,7 +2257,7 @@ msgid "Packages Could Not be Found" msgstr "No se han podido encontrar los paquetes" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Historial de paquetes" \ No newline at end of file diff -Nru muon-5.3.95/po/es/muon-discover.po muon-5.4.0/po/es/muon-discover.po --- muon-5.3.95/po/es/muon-discover.po 2015-08-06 11:55:28.000000000 +0000 +++ muon-5.4.0/po/es/muon-discover.po 2015-08-20 12:48:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-11 20:58+0200\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" diff -Nru muon-5.3.95/po/es/muon-exporter.po muon-5.4.0/po/es/muon-exporter.po --- muon-5.3.95/po/es/muon-exporter.po 2015-08-06 11:55:28.000000000 +0000 +++ muon-5.4.0/po/es/muon-exporter.po 2015-08-20 12:48:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: muon-exporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-13 20:56+0200\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" diff -Nru muon-5.3.95/po/es/muon-notifier.po muon-5.4.0/po/es/muon-notifier.po --- muon-5.3.95/po/es/muon-notifier.po 2015-08-06 11:55:28.000000000 +0000 +++ muon-5.4.0/po/es/muon-notifier.po 2015-08-20 12:48:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: muon-notifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-11 21:03+0200\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" diff -Nru muon-5.3.95/po/es/muon.po muon-5.4.0/po/es/muon.po --- muon-5.3.95/po/es/muon.po 2015-08-06 11:55:28.000000000 +0000 +++ muon-5.4.0/po/es/muon.po 2015-08-20 12:48:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-11 20:57+0200\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" diff -Nru muon-5.3.95/po/es/muon-updater.po muon-5.4.0/po/es/muon-updater.po --- muon-5.3.95/po/es/muon-updater.po 2015-08-06 11:55:28.000000000 +0000 +++ muon-5.4.0/po/es/muon-updater.po 2015-08-20 12:48:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-11 20:56+0200\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" diff -Nru muon-5.3.95/po/es/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/es/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/es/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:28.000000000 +0000 +++ muon-5.4.0/po/es/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:48:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-27 11:48+0200\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" diff -Nru muon-5.3.95/po/et/libmuon.po muon-5.4.0/po/et/libmuon.po --- muon-5.3.95/po/et/libmuon.po 2015-08-06 11:55:28.000000000 +0000 +++ muon-5.4.0/po/et/libmuon.po 2015-08-20 12:48:55.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2014-06-13 17:46+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -2434,7 +2434,7 @@ msgid "Packages Could Not be Found" msgstr "Pakette ei leitud" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Paketiajalugu" \ No newline at end of file diff -Nru muon-5.3.95/po/et/muon-discover.po muon-5.4.0/po/et/muon-discover.po --- muon-5.3.95/po/et/muon-discover.po 2015-08-06 11:55:28.000000000 +0000 +++ muon-5.4.0/po/et/muon-discover.po 2015-08-20 12:48:55.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-06-13 16:20+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" diff -Nru muon-5.3.95/po/et/muon.po muon-5.4.0/po/et/muon.po --- muon-5.3.95/po/et/muon.po 2015-08-06 11:55:28.000000000 +0000 +++ muon-5.4.0/po/et/muon.po 2015-08-20 12:48:55.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-06-13 16:34+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" diff -Nru muon-5.3.95/po/et/muon-updater.po muon-5.4.0/po/et/muon-updater.po --- muon-5.3.95/po/et/muon-updater.po 2015-08-06 11:55:28.000000000 +0000 +++ muon-5.4.0/po/et/muon-updater.po 2015-08-20 12:48:55.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-06-13 16:30+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" diff -Nru muon-5.3.95/po/fi/libmuon.po muon-5.4.0/po/fi/libmuon.po --- muon-5.3.95/po/fi/libmuon.po 2015-08-06 11:55:29.000000000 +0000 +++ muon-5.4.0/po/fi/libmuon.po 2015-08-20 12:48:58.000000000 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-08 18:08+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" @@ -2248,7 +2248,7 @@ msgid "Packages Could Not be Found" msgstr "Joitakin paketteja ei voitu löytää" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Pakettihistoria" \ No newline at end of file diff -Nru muon-5.3.95/po/fi/muon-discover.po muon-5.4.0/po/fi/muon-discover.po --- muon-5.3.95/po/fi/muon-discover.po 2015-08-06 11:55:29.000000000 +0000 +++ muon-5.4.0/po/fi/muon-discover.po 2015-08-20 12:48:58.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 15:08+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" diff -Nru muon-5.3.95/po/fi/muon-exporter.po muon-5.4.0/po/fi/muon-exporter.po --- muon-5.3.95/po/fi/muon-exporter.po 2015-08-06 11:55:29.000000000 +0000 +++ muon-5.4.0/po/fi/muon-exporter.po 2015-08-20 12:48:58.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 15:10+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" diff -Nru muon-5.3.95/po/fi/muon-notifier.po muon-5.4.0/po/fi/muon-notifier.po --- muon-5.3.95/po/fi/muon-notifier.po 2015-08-06 11:55:29.000000000 +0000 +++ muon-5.4.0/po/fi/muon-notifier.po 2015-08-20 12:48:58.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 14:45+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" diff -Nru muon-5.3.95/po/fi/muon.po muon-5.4.0/po/fi/muon.po --- muon-5.3.95/po/fi/muon.po 2015-08-06 11:55:29.000000000 +0000 +++ muon-5.4.0/po/fi/muon.po 2015-08-20 12:48:58.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 15:10+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" diff -Nru muon-5.3.95/po/fi/muon-updater.po muon-5.4.0/po/fi/muon-updater.po --- muon-5.3.95/po/fi/muon-updater.po 2015-08-06 11:55:29.000000000 +0000 +++ muon-5.4.0/po/fi/muon-updater.po 2015-08-20 12:48:58.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 14:40+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" diff -Nru muon-5.3.95/po/fi/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/fi/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/fi/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:29.000000000 +0000 +++ muon-5.4.0/po/fi/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:48:58.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-25 13:16+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" diff -Nru muon-5.3.95/po/fr/libmuon.po muon-5.4.0/po/fr/libmuon.po --- muon-5.3.95/po/fr/libmuon.po 2015-08-06 11:55:30.000000000 +0000 +++ muon-5.4.0/po/fr/libmuon.po 2015-08-20 12:48:58.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-05-05 16:26+0200\n" "Last-Translator: Vincent Pinon \n" "Language-Team: French \n" @@ -2258,7 +2258,7 @@ msgid "Packages Could Not be Found" msgstr "Impossible de trouver des paquets" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Historique des paquets" \ No newline at end of file diff -Nru muon-5.3.95/po/fr/muon-discover.po muon-5.4.0/po/fr/muon-discover.po --- muon-5.3.95/po/fr/muon-discover.po 2015-08-06 11:55:30.000000000 +0000 +++ muon-5.4.0/po/fr/muon-discover.po 2015-08-20 12:48:58.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-13 10:25+0200\n" "Last-Translator: Thomas Vergnaud \n" "Language-Team: French \n" diff -Nru muon-5.3.95/po/fr/muon-exporter.po muon-5.4.0/po/fr/muon-exporter.po --- muon-5.3.95/po/fr/muon-exporter.po 2015-08-06 11:55:30.000000000 +0000 +++ muon-5.4.0/po/fr/muon-exporter.po 2015-08-20 12:48:58.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-28 13:53+0100\n" "Last-Translator: Yoann Laissus \n" "Language-Team: French \n" diff -Nru muon-5.3.95/po/fr/muon-notifier.po muon-5.4.0/po/fr/muon-notifier.po --- muon-5.3.95/po/fr/muon-notifier.po 2015-08-06 11:55:30.000000000 +0000 +++ muon-5.4.0/po/fr/muon-notifier.po 2015-08-20 12:48:58.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-27 22:39+0100\n" "Last-Translator: Yoann Laissus \n" "Language-Team: French \n" diff -Nru muon-5.3.95/po/fr/muon.po muon-5.4.0/po/fr/muon.po --- muon-5.3.95/po/fr/muon.po 2015-08-06 11:55:30.000000000 +0000 +++ muon-5.4.0/po/fr/muon.po 2015-08-20 12:48:58.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-13 10:24+0200\n" "Last-Translator: Thomas Vergnaud \n" "Language-Team: French \n" diff -Nru muon-5.3.95/po/fr/muon-updater.po muon-5.4.0/po/fr/muon-updater.po --- muon-5.3.95/po/fr/muon-updater.po 2015-08-06 11:55:30.000000000 +0000 +++ muon-5.4.0/po/fr/muon-updater.po 2015-08-20 12:48:58.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-13 10:27+0200\n" "Last-Translator: Thomas Vergnaud \n" "Language-Team: French \n" diff -Nru muon-5.3.95/po/fr/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/fr/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/fr/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:30.000000000 +0000 +++ muon-5.4.0/po/fr/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:48:58.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-13 10:28+0200\n" "Last-Translator: Thomas Vergnaud \n" "Language-Team: French \n" diff -Nru muon-5.3.95/po/ga/libmuon.po muon-5.4.0/po/ga/libmuon.po --- muon-5.3.95/po/ga/libmuon.po 2015-08-06 11:55:30.000000000 +0000 +++ muon-5.4.0/po/ga/libmuon.po 2015-08-20 12:48:59.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2011-12-28 12:28-0500\n" "Last-Translator: Kevin Scannell \n" "Language-Team: Irish \n" @@ -2387,7 +2387,7 @@ msgid "Packages Could Not be Found" msgstr "" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "" \ No newline at end of file diff -Nru muon-5.3.95/po/ga/muon-discover.po muon-5.4.0/po/ga/muon-discover.po --- muon-5.3.95/po/ga/muon-discover.po 2015-08-06 11:55:30.000000000 +0000 +++ muon-5.4.0/po/ga/muon-discover.po 2015-08-20 12:48:59.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2012-05-14 16:25-0500\n" "Last-Translator: Kevin Scannell \n" "Language-Team: Irish \n" diff -Nru muon-5.3.95/po/ga/muon.po muon-5.4.0/po/ga/muon.po --- muon-5.3.95/po/ga/muon.po 2015-08-06 11:55:30.000000000 +0000 +++ muon-5.4.0/po/ga/muon.po 2015-08-20 12:48:59.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2011-12-28 12:28-0500\n" "Last-Translator: Kevin Scannell \n" "Language-Team: Irish \n" diff -Nru muon-5.3.95/po/ga/muon-updater.po muon-5.4.0/po/ga/muon-updater.po --- muon-5.3.95/po/ga/muon-updater.po 2015-08-06 11:55:30.000000000 +0000 +++ muon-5.4.0/po/ga/muon-updater.po 2015-08-20 12:48:59.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2011-12-28 12:28-0500\n" "Last-Translator: Kevin Scannell \n" "Language-Team: Irish \n" diff -Nru muon-5.3.95/po/gl/libmuon.po muon-5.4.0/po/gl/libmuon.po --- muon-5.3.95/po/gl/libmuon.po 2015-08-06 11:55:31.000000000 +0000 +++ muon-5.4.0/po/gl/libmuon.po 2015-08-20 12:48:59.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-02 06:23+0200\n" "Last-Translator: Adrián Chaves Fernández \n" "Language-Team: Galician \n" @@ -2252,7 +2252,7 @@ msgid "Packages Could Not be Found" msgstr "Non foi posíbel atopar os paquetes" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Historial do paquete" \ No newline at end of file diff -Nru muon-5.3.95/po/gl/muon-discover.po muon-5.4.0/po/gl/muon-discover.po --- muon-5.3.95/po/gl/muon-discover.po 2015-08-06 11:55:31.000000000 +0000 +++ muon-5.4.0/po/gl/muon-discover.po 2015-08-20 12:48:59.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 22:13+0200\n" "Last-Translator: Adrián Chaves Fernández \n" "Language-Team: Galician \n" diff -Nru muon-5.3.95/po/gl/muon-exporter.po muon-5.4.0/po/gl/muon-exporter.po --- muon-5.3.95/po/gl/muon-exporter.po 2015-08-06 11:55:31.000000000 +0000 +++ muon-5.4.0/po/gl/muon-exporter.po 2015-08-20 12:48:59.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 22:14+0200\n" "Last-Translator: Adrián Chaves Fernández \n" "Language-Team: Galician \n" diff -Nru muon-5.3.95/po/gl/muon-notifier.po muon-5.4.0/po/gl/muon-notifier.po --- muon-5.3.95/po/gl/muon-notifier.po 2015-08-06 11:55:31.000000000 +0000 +++ muon-5.4.0/po/gl/muon-notifier.po 2015-08-20 12:48:59.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 22:15+0200\n" "Last-Translator: Adrián Chaves Fernández \n" "Language-Team: Galician \n" diff -Nru muon-5.3.95/po/gl/muon.po muon-5.4.0/po/gl/muon.po --- muon-5.3.95/po/gl/muon.po 2015-08-06 11:55:31.000000000 +0000 +++ muon-5.4.0/po/gl/muon.po 2015-08-20 12:48:59.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 22:16+0200\n" "Last-Translator: Adrián Chaves Fernández \n" "Language-Team: Galician \n" diff -Nru muon-5.3.95/po/gl/muon-updater.po muon-5.4.0/po/gl/muon-updater.po --- muon-5.3.95/po/gl/muon-updater.po 2015-08-06 11:55:31.000000000 +0000 +++ muon-5.4.0/po/gl/muon-updater.po 2015-08-20 12:48:59.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 22:16+0200\n" "Last-Translator: Adrián Chaves Fernández \n" "Language-Team: Galician \n" diff -Nru muon-5.3.95/po/gl/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/gl/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/gl/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:31.000000000 +0000 +++ muon-5.4.0/po/gl/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:48:59.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-25 07:14+0200\n" "Last-Translator: Adrián Chaves Fernández \n" "Language-Team: Galician \n" diff -Nru muon-5.3.95/po/hu/libmuon.po muon-5.4.0/po/hu/libmuon.po --- muon-5.3.95/po/hu/libmuon.po 2015-08-06 11:55:34.000000000 +0000 +++ muon-5.4.0/po/hu/libmuon.po 2015-08-20 12:49:03.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-21 15:50+0200\n" "Last-Translator: Kiszel Kristóf \n" "Language-Team: Hungarian \n" @@ -2247,7 +2247,7 @@ msgid "Packages Could Not be Found" msgstr "A csomagok nem találhatók" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Csomag előzmények" \ No newline at end of file diff -Nru muon-5.3.95/po/hu/muon-discover.po muon-5.4.0/po/hu/muon-discover.po --- muon-5.3.95/po/hu/muon-discover.po 2015-08-06 11:55:34.000000000 +0000 +++ muon-5.4.0/po/hu/muon-discover.po 2015-08-20 12:49:03.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-21 15:50+0200\n" "Last-Translator: Kiszel Kristóf \n" "Language-Team: Hungarian \n" diff -Nru muon-5.3.95/po/hu/muon-exporter.po muon-5.4.0/po/hu/muon-exporter.po --- muon-5.3.95/po/hu/muon-exporter.po 2015-08-06 11:55:34.000000000 +0000 +++ muon-5.4.0/po/hu/muon-exporter.po 2015-08-20 12:49:03.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-21 15:50+0200\n" "Last-Translator: Kiszel Kristóf \n" "Language-Team: Hungarian \n" diff -Nru muon-5.3.95/po/hu/muon-notifier.po muon-5.4.0/po/hu/muon-notifier.po --- muon-5.3.95/po/hu/muon-notifier.po 2015-08-06 11:55:34.000000000 +0000 +++ muon-5.4.0/po/hu/muon-notifier.po 2015-08-20 12:49:03.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-21 15:51+0200\n" "Last-Translator: Kiszel Kristóf \n" "Language-Team: Hungarian \n" diff -Nru muon-5.3.95/po/hu/muon.po muon-5.4.0/po/hu/muon.po --- muon-5.3.95/po/hu/muon.po 2015-08-06 11:55:34.000000000 +0000 +++ muon-5.4.0/po/hu/muon.po 2015-08-20 12:49:03.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-21 15:51+0200\n" "Last-Translator: Kiszel Kristóf \n" "Language-Team: Hungarian \n" diff -Nru muon-5.3.95/po/hu/muon-updater.po muon-5.4.0/po/hu/muon-updater.po --- muon-5.3.95/po/hu/muon-updater.po 2015-08-06 11:55:34.000000000 +0000 +++ muon-5.4.0/po/hu/muon-updater.po 2015-08-20 12:49:03.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-21 15:50+0200\n" "Last-Translator: Kiszel Kristóf \n" "Language-Team: Hungarian \n" diff -Nru muon-5.3.95/po/hu/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/hu/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/hu/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:34.000000000 +0000 +++ muon-5.4.0/po/hu/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:03.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-10-18 12:12+0200\n" "Last-Translator: Kristóf Kiszel \n" "Language-Team: Hungarian \n" diff -Nru muon-5.3.95/po/id/libmuon.po muon-5.4.0/po/id/libmuon.po --- muon-5.3.95/po/id/libmuon.po 2015-08-06 11:55:35.000000000 +0000 +++ muon-5.4.0/po/id/libmuon.po 2015-08-20 12:49:04.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-01-01 10:43+0700\n" "Last-Translator: Wantoyo \n" "Language-Team: Indonesian \n" @@ -2251,7 +2251,7 @@ msgid "Packages Could Not be Found" msgstr "Paket Tidak Dapat Ditemukan" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Paket Sejarah" \ No newline at end of file diff -Nru muon-5.3.95/po/id/muon-discover.po muon-5.4.0/po/id/muon-discover.po --- muon-5.3.95/po/id/muon-discover.po 2015-08-06 11:55:35.000000000 +0000 +++ muon-5.4.0/po/id/muon-discover.po 2015-08-20 12:49:04.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-01-01 10:43+0700\n" "Last-Translator: Wantoyo \n" "Language-Team: Indonesian \n" diff -Nru muon-5.3.95/po/id/muon.po muon-5.4.0/po/id/muon.po --- muon-5.3.95/po/id/muon.po 2015-08-06 11:55:35.000000000 +0000 +++ muon-5.4.0/po/id/muon.po 2015-08-20 12:49:04.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-01-01 10:44+0700\n" "Last-Translator: Wantoyo \n" "Language-Team: Indonesian \n" diff -Nru muon-5.3.95/po/id/muon-updater.po muon-5.4.0/po/id/muon-updater.po --- muon-5.3.95/po/id/muon-updater.po 2015-08-06 11:55:35.000000000 +0000 +++ muon-5.4.0/po/id/muon-updater.po 2015-08-20 12:49:04.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-12-30 18:16+0700\n" "Last-Translator: wantoyo\n" "Language-Team: Indonesian \n" diff -Nru muon-5.3.95/po/id/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/id/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/id/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:35.000000000 +0000 +++ muon-5.4.0/po/id/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:04.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-01-01 10:44+0700\n" "Last-Translator: Wantoyo \n" "Language-Team: Indonesian \n" diff -Nru muon-5.3.95/po/is/muon.po muon-5.4.0/po/is/muon.po --- muon-5.3.95/po/is/muon.po 2015-08-06 11:55:35.000000000 +0000 +++ muon-5.4.0/po/is/muon.po 2015-08-20 12:49:04.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2010-07-15 14:08+0000\n" "Last-Translator: Sveinn í Felli \n" "Language-Team: Icelandic \n" diff -Nru muon-5.3.95/po/it/libmuon.po muon-5.4.0/po/it/libmuon.po --- muon-5.3.95/po/it/libmuon.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/it/libmuon.po 2015-08-20 12:49:05.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-13 00:01+0200\n" "Last-Translator: Valter Mura \n" "Language-Team: Italian \n" @@ -2246,7 +2246,7 @@ msgid "Packages Could Not be Found" msgstr "Impossibile trovare i pacchetti" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Cronologia dei pacchetti" \ No newline at end of file diff -Nru muon-5.3.95/po/it/muon-discover.po muon-5.4.0/po/it/muon-discover.po --- muon-5.3.95/po/it/muon-discover.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/it/muon-discover.po 2015-08-20 12:49:05.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 14:54+0200\n" "Last-Translator: Valter Mura \n" "Language-Team: Italian \n" diff -Nru muon-5.3.95/po/it/muon-exporter.po muon-5.4.0/po/it/muon-exporter.po --- muon-5.3.95/po/it/muon-exporter.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/it/muon-exporter.po 2015-08-20 12:49:05.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon-exporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-07-15 19:03+0200\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian \n" diff -Nru muon-5.3.95/po/it/muon-notifier.po muon-5.4.0/po/it/muon-notifier.po --- muon-5.3.95/po/it/muon-notifier.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/it/muon-notifier.po 2015-08-20 12:49:05.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon-notifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-07-15 19:06+0200\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian \n" diff -Nru muon-5.3.95/po/it/muon.po muon-5.4.0/po/it/muon.po --- muon-5.3.95/po/it/muon.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/it/muon.po 2015-08-20 12:49:05.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 15:03+0200\n" "Last-Translator: Valter Mura \n" "Language-Team: Italian \n" diff -Nru muon-5.3.95/po/it/muon-updater.po muon-5.4.0/po/it/muon-updater.po --- muon-5.3.95/po/it/muon-updater.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/it/muon-updater.po 2015-08-20 12:49:05.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 15:00+0200\n" "Last-Translator: Valter Mura \n" "Language-Team: Italian \n" diff -Nru muon-5.3.95/po/it/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/it/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/it/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/it/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:05.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-27 23:23+0100\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian \n" diff -Nru muon-5.3.95/po/ja/libmuon.po muon-5.4.0/po/ja/libmuon.po --- muon-5.3.95/po/ja/libmuon.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/ja/libmuon.po 2015-08-20 12:49:05.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2010-06-20 00:46-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" @@ -2183,7 +2183,7 @@ msgid "Packages Could Not be Found" msgstr "" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "" \ No newline at end of file diff -Nru muon-5.3.95/po/ja/muon-discover.po muon-5.4.0/po/ja/muon-discover.po --- muon-5.3.95/po/ja/muon-discover.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/ja/muon-discover.po 2015-08-20 12:49:05.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2012-04-22 21:55-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" diff -Nru muon-5.3.95/po/ja/muon-exporter.po muon-5.4.0/po/ja/muon-exporter.po --- muon-5.3.95/po/ja/muon-exporter.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/ja/muon-exporter.po 2015-08-20 12:49:05.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: muon-exporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-11 00:05-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" diff -Nru muon-5.3.95/po/ja/muon-notifier.po muon-5.4.0/po/ja/muon-notifier.po --- muon-5.3.95/po/ja/muon-notifier.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/ja/muon-notifier.po 2015-08-20 12:49:05.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: muon-notifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-11 00:05-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" diff -Nru muon-5.3.95/po/ja/muon.po muon-5.4.0/po/ja/muon.po --- muon-5.3.95/po/ja/muon.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/ja/muon.po 2015-08-20 12:49:05.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2010-06-20 00:46-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" diff -Nru muon-5.3.95/po/ja/muon-updater.po muon-5.4.0/po/ja/muon-updater.po --- muon-5.3.95/po/ja/muon-updater.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/ja/muon-updater.po 2015-08-20 12:49:05.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2010-06-20 00:46-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" diff -Nru muon-5.3.95/po/ja/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/ja/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/ja/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:36.000000000 +0000 +++ muon-5.4.0/po/ja/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:05.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.muonnotifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-10-17 00:23-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" diff -Nru muon-5.3.95/po/kk/libmuon.po muon-5.4.0/po/kk/libmuon.po --- muon-5.3.95/po/kk/libmuon.po 2015-08-06 11:55:37.000000000 +0000 +++ muon-5.4.0/po/kk/libmuon.po 2015-08-20 12:49:06.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2013-10-03 04:53+0600\n" "Last-Translator: Sairan Kikkarin \n" "Language-Team: Kazakh \n" @@ -2401,7 +2401,7 @@ msgid "Packages Could Not be Found" msgstr "Дестелер табылған жоқ" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Десте тарихы" \ No newline at end of file diff -Nru muon-5.3.95/po/kk/muon-discover.po muon-5.4.0/po/kk/muon-discover.po --- muon-5.3.95/po/kk/muon-discover.po 2015-08-06 11:55:37.000000000 +0000 +++ muon-5.4.0/po/kk/muon-discover.po 2015-08-20 12:49:06.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-10-03 05:07+0600\n" "Last-Translator: Sairan Kikkarin \n" "Language-Team: Kazakh \n" diff -Nru muon-5.3.95/po/kk/muon.po muon-5.4.0/po/kk/muon.po --- muon-5.3.95/po/kk/muon.po 2015-08-06 11:55:37.000000000 +0000 +++ muon-5.4.0/po/kk/muon.po 2015-08-20 12:49:06.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-10-03 05:15+0600\n" "Last-Translator: Sairan Kikkarin \n" "Language-Team: Kazakh \n" diff -Nru muon-5.3.95/po/kk/muon-updater.po muon-5.4.0/po/kk/muon-updater.po --- muon-5.3.95/po/kk/muon-updater.po 2015-08-06 11:55:37.000000000 +0000 +++ muon-5.4.0/po/kk/muon-updater.po 2015-08-20 12:49:06.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-10-03 05:14+0600\n" "Last-Translator: Sairan Kikkarin \n" "Language-Team: Kazakh \n" diff -Nru muon-5.3.95/po/ko/libmuon.po muon-5.4.0/po/ko/libmuon.po --- muon-5.3.95/po/ko/libmuon.po 2015-08-06 11:55:38.000000000 +0000 +++ muon-5.4.0/po/ko/libmuon.po 2015-08-20 12:49:07.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-07-29 12:00+0200\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" @@ -2223,7 +2223,7 @@ msgid "Packages Could Not be Found" msgstr "패키지를 찾을 수 없음" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "패키지 기록" \ No newline at end of file diff -Nru muon-5.3.95/po/ko/muon-discover.po muon-5.4.0/po/ko/muon-discover.po --- muon-5.3.95/po/ko/muon-discover.po 2015-08-06 11:55:38.000000000 +0000 +++ muon-5.4.0/po/ko/muon-discover.po 2015-08-20 12:49:07.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-25 23:41+0200\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" diff -Nru muon-5.3.95/po/ko/muon-exporter.po muon-5.4.0/po/ko/muon-exporter.po --- muon-5.3.95/po/ko/muon-exporter.po 2015-08-06 11:55:38.000000000 +0000 +++ muon-5.4.0/po/ko/muon-exporter.po 2015-08-20 12:49:07.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-26 16:10+0200\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" diff -Nru muon-5.3.95/po/ko/muon-notifier.po muon-5.4.0/po/ko/muon-notifier.po --- muon-5.3.95/po/ko/muon-notifier.po 2015-08-06 11:55:38.000000000 +0000 +++ muon-5.4.0/po/ko/muon-notifier.po 2015-08-20 12:49:07.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-26 16:10+0200\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" diff -Nru muon-5.3.95/po/ko/muon.po muon-5.4.0/po/ko/muon.po --- muon-5.3.95/po/ko/muon.po 2015-08-06 11:55:38.000000000 +0000 +++ muon-5.4.0/po/ko/muon.po 2015-08-20 12:49:07.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-26 16:06+0200\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" diff -Nru muon-5.3.95/po/ko/muon-updater.po muon-5.4.0/po/ko/muon-updater.po --- muon-5.3.95/po/ko/muon-updater.po 2015-08-06 11:55:38.000000000 +0000 +++ muon-5.4.0/po/ko/muon-updater.po 2015-08-20 12:49:07.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-26 16:04+0200\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" diff -Nru muon-5.3.95/po/ko/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/ko/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/ko/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:38.000000000 +0000 +++ muon-5.4.0/po/ko/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:07.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-27 13:44+0200\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" diff -Nru muon-5.3.95/po/lt/libmuon.po muon-5.4.0/po/lt/libmuon.po --- muon-5.3.95/po/lt/libmuon.po 2015-08-06 11:55:39.000000000 +0000 +++ muon-5.4.0/po/lt/libmuon.po 2015-08-20 12:49:08.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-01-25 12:12+0200\n" "Last-Translator: Liudas Ališauskas \n" "Language-Team: Lithuanian \n" @@ -2370,7 +2370,7 @@ msgid "Packages Could Not be Found" msgstr "Nepavyko rasti paketų" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Paketo istorija" \ No newline at end of file diff -Nru muon-5.3.95/po/lt/muon-discover.po muon-5.4.0/po/lt/muon-discover.po --- muon-5.3.95/po/lt/muon-discover.po 2015-08-06 11:55:39.000000000 +0000 +++ muon-5.4.0/po/lt/muon-discover.po 2015-08-20 12:49:08.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-11-11 07:18+0200\n" "Last-Translator: Liudas Ališauskas \n" "Language-Team: Lithuanian \n" diff -Nru muon-5.3.95/po/lt/muon.po muon-5.4.0/po/lt/muon.po --- muon-5.3.95/po/lt/muon.po 2015-08-06 11:55:39.000000000 +0000 +++ muon-5.4.0/po/lt/muon.po 2015-08-20 12:49:08.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-04-26 10:15+0300\n" "Last-Translator: Liudas Alisauskas \n" "Language-Team: Lithuanian \n" diff -Nru muon-5.3.95/po/lt/muon-updater.po muon-5.4.0/po/lt/muon-updater.po --- muon-5.3.95/po/lt/muon-updater.po 2015-08-06 11:55:39.000000000 +0000 +++ muon-5.4.0/po/lt/muon-updater.po 2015-08-20 12:49:08.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-11-11 07:19+0200\n" "Last-Translator: Liudas Ališauskas \n" "Language-Team: Lithuanian \n" diff -Nru muon-5.3.95/po/mai/muon.po muon-5.4.0/po/mai/muon.po --- muon-5.3.95/po/mai/muon.po 2015-08-06 11:55:40.000000000 +0000 +++ muon-5.4.0/po/mai/muon.po 2015-08-20 12:49:09.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2010-09-24 20:33+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Maithili \n" diff -Nru muon-5.3.95/po/mr/libmuon.po muon-5.4.0/po/mr/libmuon.po --- muon-5.3.95/po/mr/libmuon.po 2015-08-06 11:55:41.000000000 +0000 +++ muon-5.4.0/po/mr/libmuon.po 2015-08-20 12:49:10.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2013-03-28 16:07+0530\n" "Last-Translator: Chetan Khona \n" "Language-Team: Marathi \n" @@ -2381,7 +2381,7 @@ msgid "Packages Could Not be Found" msgstr "" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "" \ No newline at end of file diff -Nru muon-5.3.95/po/mr/muon-discover.po muon-5.4.0/po/mr/muon-discover.po --- muon-5.3.95/po/mr/muon-discover.po 2015-08-06 11:55:41.000000000 +0000 +++ muon-5.4.0/po/mr/muon-discover.po 2015-08-20 12:49:10.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-04-01 10:16+0530\n" "Last-Translator: Chetan Khona \n" "Language-Team: Marathi \n" diff -Nru muon-5.3.95/po/mr/muon.po muon-5.4.0/po/mr/muon.po --- muon-5.3.95/po/mr/muon.po 2015-08-06 11:55:41.000000000 +0000 +++ muon-5.4.0/po/mr/muon.po 2015-08-20 12:49:10.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-10-28 15:30+0530\n" "Last-Translator: Chetan Khona \n" "Language-Team: American English \n" diff -Nru muon-5.3.95/po/mr/muon-updater.po muon-5.4.0/po/mr/muon-updater.po --- muon-5.3.95/po/mr/muon-updater.po 2015-08-06 11:55:41.000000000 +0000 +++ muon-5.4.0/po/mr/muon-updater.po 2015-08-20 12:49:10.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-04-06 12:24+0530\n" "Last-Translator: Chetan Khona \n" "Language-Team: American English \n" diff -Nru muon-5.3.95/po/nb/libmuon.po muon-5.4.0/po/nb/libmuon.po --- muon-5.3.95/po/nb/libmuon.po 2015-08-06 11:55:43.000000000 +0000 +++ muon-5.4.0/po/nb/libmuon.po 2015-08-20 12:49:11.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-07-17 09:18+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-13 21:56+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -1253,16 +1253,16 @@ msgid "Vendor:" msgstr "Produsent:" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:263 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:264 msgid "PackageKit error found" msgstr "Fant en Packagekit-feil" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:270 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:271 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:140 msgid "PackageKit media change" msgstr "PackageKit mediabytte" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:270 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:271 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:140 #, kde-format msgid "" @@ -1272,12 +1272,12 @@ "Må bytte medium type «%1».\n" "%2" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:275 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:276 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:145 msgid "PackageKit restart required" msgstr "PackageKit omstart trengs" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:281 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:282 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:119 #, kde-format msgid "" @@ -1287,7 +1287,7 @@ "Pakka %1 og dens leverandør %2 krever at du godtar deres lisens:\n" " %3" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:281 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:282 #, kde-format msgid "%1 requires user to accept its license" msgstr "%1 krever at brukeren godtar lisensbetingelsene" diff -Nru muon-5.3.95/po/nb/muon-discover.po muon-5.4.0/po/nb/muon-discover.po --- muon-5.3.95/po/nb/muon-discover.po 2015-08-06 11:55:43.000000000 +0000 +++ muon-5.4.0/po/nb/muon-discover.po 2015-08-20 12:49:11.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-07-22 08:48+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-13 21:56+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -19,50 +19,50 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: discover/main.cpp:36 +#: discover/main.cpp:37 msgid "Muon Discover" msgstr "Muon Discover" -#: discover/main.cpp:36 +#: discover/main.cpp:37 msgid "An application explorer" msgstr "En programutforsker" -#: discover/main.cpp:37 +#: discover/main.cpp:38 msgid "© 2010-2014 Muon Development Team" msgstr "© 2010–2014 Muon utviklingslag" -#: discover/main.cpp:38 +#: discover/main.cpp:39 msgid "Aleix Pol Gonzalez" msgstr "Aleix Pol Gonzalez" -#: discover/main.cpp:39 +#: discover/main.cpp:40 msgid "Jonathan Thomas" msgstr "Jonathan Thomas" -#: discover/main.cpp:47 +#: discover/main.cpp:48 msgid "Directly open the specified application by its package name." msgstr "Åpne direkte det oppgitte programmet etter sitt pakkenavn." -#: discover/main.cpp:48 +#: discover/main.cpp:49 msgid "Open with a program that can deal with the given mimetype." msgstr "Åpne med et program som kan håndtere den oppgitte mime-typen." -#: discover/main.cpp:49 +#: discover/main.cpp:50 msgid "Display a list of entries with a category." msgstr "Vis en liste over oppføringer med en kategori." -#: discover/main.cpp:50 +#: discover/main.cpp:51 msgid "" "Open Muon Discover in a said mode. Modes correspond to the toolbar buttons." msgstr "" "Åpne Muon Discover i en oppgitt modus. Moduser samsvarer med knappene på " "verktøylinja." -#: discover/main.cpp:51 +#: discover/main.cpp:52 msgid "List all the available modes." msgstr "List alle tilgjengelige moduser." -#: discover/main.cpp:71 +#: discover/main.cpp:72 msgid "Available modes:\n" msgstr "Tilgjengelige moduser:\n" @@ -138,7 +138,7 @@ msgid "Name" msgstr "Navn" -#: discover/qml/ApplicationsListPage.qml:96 discover/qml/CategoryPage.qml:119 +#: discover/qml/ApplicationsListPage.qml:96 discover/qml/CategoryPage.qml:120 msgid "Popularity" msgstr "Popularitet" @@ -181,12 +181,12 @@ msgid "Search..." msgstr "Søk …" -#: discover/qml/CategoryPage.qml:120 +#: discover/qml/CategoryPage.qml:121 #, kde-format msgid "points: %1" msgstr "poeng: %1" -#: discover/qml/CategoryPage.qml:129 +#: discover/qml/CategoryPage.qml:130 msgid "Rating" msgstr "Karakter" diff -Nru muon-5.3.95/po/nb/muon-exporter.po muon-5.4.0/po/nb/muon-exporter.po --- muon-5.3.95/po/nb/muon-exporter.po 2015-08-06 11:55:43.000000000 +0000 +++ muon-5.4.0/po/nb/muon-exporter.po 2015-08-20 12:49:11.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-13 07:38+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" diff -Nru muon-5.3.95/po/nb/muon-notifier.po muon-5.4.0/po/nb/muon-notifier.po --- muon-5.3.95/po/nb/muon-notifier.po 2015-08-06 11:55:43.000000000 +0000 +++ muon-5.4.0/po/nb/muon-notifier.po 2015-08-20 12:49:11.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-13 07:40+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" diff -Nru muon-5.3.95/po/nb/muon.po muon-5.4.0/po/nb/muon.po --- muon-5.3.95/po/nb/muon.po 2015-08-06 11:55:43.000000000 +0000 +++ muon-5.4.0/po/nb/muon.po 2015-08-20 12:49:11.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-13 07:43+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" diff -Nru muon-5.3.95/po/nb/muon-updater.po muon-5.4.0/po/nb/muon-updater.po --- muon-5.3.95/po/nb/muon-updater.po 2015-08-06 11:55:43.000000000 +0000 +++ muon-5.4.0/po/nb/muon-updater.po 2015-08-20 12:49:11.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-13 07:41+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -70,12 +70,12 @@ "Vis en liste over alle programtillegg vi vil ha lastet inn, atskilt med " "komma \",\"." -#: updater/MainWindow.cpp:69 +#: updater/MainWindow.cpp:70 msgctxt "@title:window" msgid "Software Updates" msgstr "Programoppdateringer" -#: updater/MainWindow.cpp:78 +#: updater/MainWindow.cpp:79 msgctxt "@info Warning to plug in laptop before updating" msgid "It is safer to plug in the power adapter before updating." msgstr "Det er tryggere å koble til strømadapteret før oppdatering." diff -Nru muon-5.3.95/po/nds/libmuon.po muon-5.4.0/po/nds/libmuon.po --- muon-5.3.95/po/nds/libmuon.po 2015-08-06 11:55:43.000000000 +0000 +++ muon-5.4.0/po/nds/libmuon.po 2015-08-20 12:49:12.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2014-07-06 22:08+0200\n" "Last-Translator: Sönke Dibbern \n" "Language-Team: Low Saxon \n" @@ -2572,7 +2572,7 @@ msgid "Packages Could Not be Found" msgstr "Paketen laat sik nich finnen." -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 #, fuzzy #| msgid "Package" msgctxt "@title:window" diff -Nru muon-5.3.95/po/nds/muon-discover.po muon-5.4.0/po/nds/muon-discover.po --- muon-5.3.95/po/nds/muon-discover.po 2015-08-06 11:55:43.000000000 +0000 +++ muon-5.4.0/po/nds/muon-discover.po 2015-08-20 12:49:12.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-03-16 09:10+0100\n" "Last-Translator: Manfred Wiese \n" "Language-Team: Low Saxon \n" diff -Nru muon-5.3.95/po/nds/muon.po muon-5.4.0/po/nds/muon.po --- muon-5.3.95/po/nds/muon.po 2015-08-06 11:55:43.000000000 +0000 +++ muon-5.4.0/po/nds/muon.po 2015-08-20 12:49:12.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2011-06-16 15:19+0200\n" "Last-Translator: Manfred Wiese \n" "Language-Team: Low Saxon \n" diff -Nru muon-5.3.95/po/nds/muon-updater.po muon-5.4.0/po/nds/muon-updater.po --- muon-5.3.95/po/nds/muon-updater.po 2015-08-06 11:55:43.000000000 +0000 +++ muon-5.4.0/po/nds/muon-updater.po 2015-08-20 12:49:12.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-06-02 00:07+0200\n" "Last-Translator: Sönke Dibbern \n" "Language-Team: Low Saxon \n" diff -Nru muon-5.3.95/po/nl/libmuon.po muon-5.4.0/po/nl/libmuon.po --- muon-5.3.95/po/nl/libmuon.po 2015-08-06 11:55:44.000000000 +0000 +++ muon-5.4.0/po/nl/libmuon.po 2015-08-20 12:49:13.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-01 14:47+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" @@ -2254,7 +2254,7 @@ msgid "Packages Could Not be Found" msgstr "Pakketten zijn niet gevonden" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Pakketgeschiedenis" \ No newline at end of file diff -Nru muon-5.3.95/po/nl/muon-discover.po muon-5.4.0/po/nl/muon-discover.po --- muon-5.3.95/po/nl/muon-discover.po 2015-08-06 11:55:44.000000000 +0000 +++ muon-5.4.0/po/nl/muon-discover.po 2015-08-20 12:49:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 17:06+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" diff -Nru muon-5.3.95/po/nl/muon-exporter.po muon-5.4.0/po/nl/muon-exporter.po --- muon-5.3.95/po/nl/muon-exporter.po 2015-08-06 11:55:44.000000000 +0000 +++ muon-5.4.0/po/nl/muon-exporter.po 2015-08-20 12:49:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 17:09+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" diff -Nru muon-5.3.95/po/nl/muon-notifier.po muon-5.4.0/po/nl/muon-notifier.po --- muon-5.3.95/po/nl/muon-notifier.po 2015-08-06 11:55:44.000000000 +0000 +++ muon-5.4.0/po/nl/muon-notifier.po 2015-08-20 12:49:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 17:21+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" diff -Nru muon-5.3.95/po/nl/muon.po muon-5.4.0/po/nl/muon.po --- muon-5.3.95/po/nl/muon.po 2015-08-06 11:55:44.000000000 +0000 +++ muon-5.4.0/po/nl/muon.po 2015-08-20 12:49:13.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 17:25+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" diff -Nru muon-5.3.95/po/nl/muon-updater.po muon-5.4.0/po/nl/muon-updater.po --- muon-5.3.95/po/nl/muon-updater.po 2015-08-06 11:55:44.000000000 +0000 +++ muon-5.4.0/po/nl/muon-updater.po 2015-08-20 12:49:13.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 17:21+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" diff -Nru muon-5.3.95/po/nl/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/nl/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/nl/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:44.000000000 +0000 +++ muon-5.4.0/po/nl/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-23 20:55+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" diff -Nru muon-5.3.95/po/nn/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/nn/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/nn/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:44.000000000 +0000 +++ muon-5.4.0/po/nn/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:13.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-06 08:59+0100\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" diff -Nru muon-5.3.95/po/pa/libmuon.po muon-5.4.0/po/pa/libmuon.po --- muon-5.3.95/po/pa/libmuon.po 2015-08-06 11:55:45.000000000 +0000 +++ muon-5.4.0/po/pa/libmuon.po 2015-08-20 12:49:14.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2013-04-30 19:56+0530\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi/Panjabi \n" @@ -2394,7 +2394,7 @@ msgid "Packages Could Not be Found" msgstr "ਪੈਕੇਜ ਲੱਭਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "ਪੈਕੇਜ ਅਤੀਤ" \ No newline at end of file diff -Nru muon-5.3.95/po/pa/muon-discover.po muon-5.4.0/po/pa/muon-discover.po --- muon-5.3.95/po/pa/muon-discover.po 2015-08-06 11:55:45.000000000 +0000 +++ muon-5.4.0/po/pa/muon-discover.po 2015-08-20 12:49:14.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-04-30 19:51+0530\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi/Panjabi \n" diff -Nru muon-5.3.95/po/pa/muon.po muon-5.4.0/po/pa/muon.po --- muon-5.3.95/po/pa/muon.po 2015-08-06 11:55:45.000000000 +0000 +++ muon-5.4.0/po/pa/muon.po 2015-08-20 12:49:14.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-04-30 19:48+0530\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi/Panjabi \n" diff -Nru muon-5.3.95/po/pa/muon-updater.po muon-5.4.0/po/pa/muon-updater.po --- muon-5.3.95/po/pa/muon-updater.po 2015-08-06 11:55:45.000000000 +0000 +++ muon-5.4.0/po/pa/muon-updater.po 2015-08-20 12:49:14.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-04-30 19:50+0530\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi/Panjabi \n" diff -Nru muon-5.3.95/po/pa/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/pa/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/pa/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:45.000000000 +0000 +++ muon-5.4.0/po/pa/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:14.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-02-01 03:33-0600\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi/Panjabi \n" diff -Nru muon-5.3.95/po/pl/libmuon.po muon-5.4.0/po/pl/libmuon.po --- muon-5.3.95/po/pl/libmuon.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pl/libmuon.po 2015-08-20 12:49:15.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-03 15:44+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" @@ -2257,7 +2257,7 @@ msgid "Packages Could Not be Found" msgstr "Nie można znaleźć pakietów" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Historia pakietu" \ No newline at end of file diff -Nru muon-5.3.95/po/pl/muon-discover.po muon-5.4.0/po/pl/muon-discover.po --- muon-5.3.95/po/pl/muon-discover.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pl/muon-discover.po 2015-08-20 12:49:15.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-25 08:13+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" diff -Nru muon-5.3.95/po/pl/muon-exporter.po muon-5.4.0/po/pl/muon-exporter.po --- muon-5.3.95/po/pl/muon-exporter.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pl/muon-exporter.po 2015-08-20 12:49:15.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-25 08:13+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" diff -Nru muon-5.3.95/po/pl/muon-notifier.po muon-5.4.0/po/pl/muon-notifier.po --- muon-5.3.95/po/pl/muon-notifier.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pl/muon-notifier.po 2015-08-20 12:49:15.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-25 08:19+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" diff -Nru muon-5.3.95/po/pl/muon.po muon-5.4.0/po/pl/muon.po --- muon-5.3.95/po/pl/muon.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pl/muon.po 2015-08-20 12:49:15.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-25 08:20+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" diff -Nru muon-5.3.95/po/pl/muon-updater.po muon-5.4.0/po/pl/muon-updater.po --- muon-5.3.95/po/pl/muon-updater.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pl/muon-updater.po 2015-08-20 12:49:15.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-25 08:19+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" diff -Nru muon-5.3.95/po/pl/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/pl/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/pl/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pl/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:15.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-30 07:47+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" diff -Nru muon-5.3.95/po/pt/libmuon.po muon-5.4.0/po/pt/libmuon.po --- muon-5.3.95/po/pt/libmuon.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/pt/libmuon.po 2015-08-20 12:49:15.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-02-06 10:46+0000\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" @@ -2253,7 +2253,7 @@ msgid "Packages Could Not be Found" msgstr "Não Foi Possível Encontrar os Pacotes" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Histórico de Pacotes" \ No newline at end of file diff -Nru muon-5.3.95/po/pt/muon-discover.po muon-5.4.0/po/pt/muon-discover.po --- muon-5.3.95/po/pt/muon-discover.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/pt/muon-discover.po 2015-08-20 12:49:15.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 14:20+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" diff -Nru muon-5.3.95/po/pt/muon-exporter.po muon-5.4.0/po/pt/muon-exporter.po --- muon-5.3.95/po/pt/muon-exporter.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/pt/muon-exporter.po 2015-08-20 12:49:15.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: muon-exporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 14:20+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" diff -Nru muon-5.3.95/po/pt/muon-notifier.po muon-5.4.0/po/pt/muon-notifier.po --- muon-5.3.95/po/pt/muon-notifier.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/pt/muon-notifier.po 2015-08-20 12:49:15.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon-notifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 14:16+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" diff -Nru muon-5.3.95/po/pt/muon.po muon-5.4.0/po/pt/muon.po --- muon-5.3.95/po/pt/muon.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/pt/muon.po 2015-08-20 12:49:15.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 14:14+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" diff -Nru muon-5.3.95/po/pt/muon-updater.po muon-5.4.0/po/pt/muon-updater.po --- muon-5.3.95/po/pt/muon-updater.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/pt/muon-updater.po 2015-08-20 12:49:15.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-03-19 11:49+0000\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" diff -Nru muon-5.3.95/po/pt/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/pt/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/pt/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/pt/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:15.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-25 00:08+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" diff -Nru muon-5.3.95/po/pt_BR/libmuon.po muon-5.4.0/po/pt_BR/libmuon.po --- muon-5.3.95/po/pt_BR/libmuon.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pt_BR/libmuon.po 2015-08-20 12:49:15.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-07-12 00:36-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" @@ -2251,7 +2251,7 @@ msgid "Packages Could Not be Found" msgstr "Não foi possível encontrar os pacotes" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Histórico de pacotes" \ No newline at end of file diff -Nru muon-5.3.95/po/pt_BR/muon-discover.po muon-5.4.0/po/pt_BR/muon-discover.po --- muon-5.3.95/po/pt_BR/muon-discover.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pt_BR/muon-discover.po 2015-08-20 12:49:15.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 07:44-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" diff -Nru muon-5.3.95/po/pt_BR/muon-exporter.po muon-5.4.0/po/pt_BR/muon-exporter.po --- muon-5.3.95/po/pt_BR/muon-exporter.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pt_BR/muon-exporter.po 2015-08-20 12:49:15.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon-exporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-28 23:37-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" diff -Nru muon-5.3.95/po/pt_BR/muon-notifier.po muon-5.4.0/po/pt_BR/muon-notifier.po --- muon-5.3.95/po/pt_BR/muon-notifier.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pt_BR/muon-notifier.po 2015-08-20 12:49:15.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon-notifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-07-30 18:57-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" diff -Nru muon-5.3.95/po/pt_BR/muon.po muon-5.4.0/po/pt_BR/muon.po --- muon-5.3.95/po/pt_BR/muon.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pt_BR/muon.po 2015-08-20 12:49:15.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 21:27-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" diff -Nru muon-5.3.95/po/pt_BR/muon-updater.po muon-5.4.0/po/pt_BR/muon-updater.po --- muon-5.3.95/po/pt_BR/muon-updater.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pt_BR/muon-updater.po 2015-08-20 12:49:15.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 07:44-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" diff -Nru muon-5.3.95/po/pt_BR/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/pt_BR/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/pt_BR/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/pt_BR/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:15.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.muonnotifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-23 09:34-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" diff -Nru muon-5.3.95/po/ro/libmuon.po muon-5.4.0/po/ro/libmuon.po --- muon-5.3.95/po/ro/libmuon.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/ro/libmuon.po 2015-08-20 12:49:16.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2014-05-02 12:03+0300\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" @@ -2394,7 +2394,7 @@ msgid "Packages Could Not be Found" msgstr "Pachetul nu poate fi găsit" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Istoric pachet" \ No newline at end of file diff -Nru muon-5.3.95/po/ro/muon-discover.po muon-5.4.0/po/ro/muon-discover.po --- muon-5.3.95/po/ro/muon-discover.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/ro/muon-discover.po 2015-08-20 12:49:16.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2014-04-14 11:54+0300\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" diff -Nru muon-5.3.95/po/ro/muon-exporter.po muon-5.4.0/po/ro/muon-exporter.po --- muon-5.3.95/po/ro/muon-exporter.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/ro/muon-exporter.po 2015-08-20 12:49:16.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-20 14:34+0300\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" diff -Nru muon-5.3.95/po/ro/muon-notifier.po muon-5.4.0/po/ro/muon-notifier.po --- muon-5.3.95/po/ro/muon-notifier.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/ro/muon-notifier.po 2015-08-20 12:49:16.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-20 14:34+0300\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" diff -Nru muon-5.3.95/po/ro/muon.po muon-5.4.0/po/ro/muon.po --- muon-5.3.95/po/ro/muon.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/ro/muon.po 2015-08-20 12:49:16.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-20 13:53+0300\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" diff -Nru muon-5.3.95/po/ro/muon-updater.po muon-5.4.0/po/ro/muon-updater.po --- muon-5.3.95/po/ro/muon-updater.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/ro/muon-updater.po 2015-08-20 12:49:16.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-20 13:52+0300\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" diff -Nru muon-5.3.95/po/ro/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/ro/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/ro/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:47.000000000 +0000 +++ muon-5.4.0/po/ro/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:16.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-20 14:35+0300\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" diff -Nru muon-5.3.95/po/ru/libmuon.po muon-5.4.0/po/ru/libmuon.po --- muon-5.3.95/po/ru/libmuon.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/ru/libmuon.po 2015-08-20 12:49:19.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-22 11:39+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" @@ -2265,7 +2265,7 @@ msgid "Packages Could Not be Found" msgstr "Не удалось найти пакеты" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Журнал пакетов" \ No newline at end of file diff -Nru muon-5.3.95/po/ru/muon-discover.po muon-5.4.0/po/ru/muon-discover.po --- muon-5.3.95/po/ru/muon-discover.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/ru/muon-discover.po 2015-08-20 12:49:19.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-22 10:19+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" diff -Nru muon-5.3.95/po/ru/muon-exporter.po muon-5.4.0/po/ru/muon-exporter.po --- muon-5.3.95/po/ru/muon-exporter.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/ru/muon-exporter.po 2015-08-20 12:49:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-14 05:13+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" diff -Nru muon-5.3.95/po/ru/muon-notifier.po muon-5.4.0/po/ru/muon-notifier.po --- muon-5.3.95/po/ru/muon-notifier.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/ru/muon-notifier.po 2015-08-20 12:49:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-13 16:14+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" diff -Nru muon-5.3.95/po/ru/muon.po muon-5.4.0/po/ru/muon.po --- muon-5.3.95/po/ru/muon.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/ru/muon.po 2015-08-20 12:49:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-22 11:04+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" diff -Nru muon-5.3.95/po/ru/muon-updater.po muon-5.4.0/po/ru/muon-updater.po --- muon-5.3.95/po/ru/muon-updater.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/ru/muon-updater.po 2015-08-20 12:49:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-14 04:14+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" diff -Nru muon-5.3.95/po/ru/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/ru/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/ru/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:48.000000000 +0000 +++ muon-5.4.0/po/ru/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-14 04:22+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" diff -Nru muon-5.3.95/po/sk/libmuon.po muon-5.4.0/po/sk/libmuon.po --- muon-5.3.95/po/sk/libmuon.po 2015-08-06 11:55:49.000000000 +0000 +++ muon-5.4.0/po/sk/libmuon.po 2015-08-20 12:49:18.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-05 14:23+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" @@ -2248,7 +2248,7 @@ msgid "Packages Could Not be Found" msgstr "Balíčky neboli nájdené" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "História balíčkov" \ No newline at end of file diff -Nru muon-5.3.95/po/sk/muon-discover.po muon-5.4.0/po/sk/muon-discover.po --- muon-5.3.95/po/sk/muon-discover.po 2015-08-06 11:55:49.000000000 +0000 +++ muon-5.4.0/po/sk/muon-discover.po 2015-08-20 12:49:18.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 17:01+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" diff -Nru muon-5.3.95/po/sk/muon-exporter.po muon-5.4.0/po/sk/muon-exporter.po --- muon-5.3.95/po/sk/muon-exporter.po 2015-08-06 11:55:49.000000000 +0000 +++ muon-5.4.0/po/sk/muon-exporter.po 2015-08-20 12:49:18.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-exporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-11 11:52+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" diff -Nru muon-5.3.95/po/sk/muon-notifier.po muon-5.4.0/po/sk/muon-notifier.po --- muon-5.3.95/po/sk/muon-notifier.po 2015-08-06 11:55:49.000000000 +0000 +++ muon-5.4.0/po/sk/muon-notifier.po 2015-08-20 12:49:18.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-notifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-11 11:51+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" diff -Nru muon-5.3.95/po/sk/muon.po muon-5.4.0/po/sk/muon.po --- muon-5.3.95/po/sk/muon.po 2015-08-06 11:55:49.000000000 +0000 +++ muon-5.4.0/po/sk/muon.po 2015-08-20 12:49:18.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 17:02+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" diff -Nru muon-5.3.95/po/sk/muon-updater.po muon-5.4.0/po/sk/muon-updater.po --- muon-5.3.95/po/sk/muon-updater.po 2015-08-06 11:55:49.000000000 +0000 +++ muon-5.4.0/po/sk/muon-updater.po 2015-08-20 12:49:18.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-10 17:03+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" diff -Nru muon-5.3.95/po/sk/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/sk/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/sk/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:49.000000000 +0000 +++ muon-5.4.0/po/sk/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:18.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.muonnotifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-27 23:19+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" diff -Nru muon-5.3.95/po/sl/libmuon.po muon-5.4.0/po/sl/libmuon.po --- muon-5.3.95/po/sl/libmuon.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sl/libmuon.po 2015-08-20 12:49:18.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-23 17:15+0200\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" @@ -2258,7 +2258,7 @@ msgid "Packages Could Not be Found" msgstr "Paketov ni bilo mogoče najti" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Zgodovina paketov" \ No newline at end of file diff -Nru muon-5.3.95/po/sl/muon-discover.po muon-5.4.0/po/sl/muon-discover.po --- muon-5.3.95/po/sl/muon-discover.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sl/muon-discover.po 2015-08-20 12:49:18.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-16 14:12+0200\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" diff -Nru muon-5.3.95/po/sl/muon-exporter.po muon-5.4.0/po/sl/muon-exporter.po --- muon-5.3.95/po/sl/muon-exporter.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sl/muon-exporter.po 2015-08-20 12:49:18.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-16 14:15+0200\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" diff -Nru muon-5.3.95/po/sl/muon-notifier.po muon-5.4.0/po/sl/muon-notifier.po --- muon-5.3.95/po/sl/muon-notifier.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sl/muon-notifier.po 2015-08-20 12:49:18.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-16 14:17+0200\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" diff -Nru muon-5.3.95/po/sl/muon.po muon-5.4.0/po/sl/muon.po --- muon-5.3.95/po/sl/muon.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sl/muon.po 2015-08-20 12:49:18.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-23 17:15+0200\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" diff -Nru muon-5.3.95/po/sl/muon-updater.po muon-5.4.0/po/sl/muon-updater.po --- muon-5.3.95/po/sl/muon-updater.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sl/muon-updater.po 2015-08-20 12:49:18.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-16 14:12+0200\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" diff -Nru muon-5.3.95/po/sl/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/sl/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/sl/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sl/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:18.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-05 10:14+0200\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" diff -Nru muon-5.3.95/po/sr/libmuon.po muon-5.4.0/po/sr/libmuon.po --- muon-5.3.95/po/sr/libmuon.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr/libmuon.po 2015-08-20 12:49:20.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-07-17 09:18+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-03 15:04+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -1278,16 +1278,16 @@ msgid "Vendor:" msgstr "Издавач:" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:263 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:264 msgid "PackageKit error found" msgstr "Грешка преко Пакиџ‑кита" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:270 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:271 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:140 msgid "PackageKit media change" msgstr "Измена медијума преко Пакиџ‑кита" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:270 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:271 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:140 #, kde-format msgid "" @@ -1297,12 +1297,12 @@ "Потребна измена медијума типа „%1“.\n" "%2" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:275 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:276 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:145 msgid "PackageKit restart required" msgstr "Потребно поновно покретање преко Пакиџ‑кита" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:281 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:282 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:119 #, kde-format msgid "" @@ -1312,7 +1312,7 @@ "Пакет %1 и његов издавач %2 траже да прихватите следећу лиценцу:\n" " %3" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:281 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:282 #, kde-format msgid "%1 requires user to accept its license" msgstr "%1 тражи од корисника да прихвати лиценцу" diff -Nru muon-5.3.95/po/sr/muon-discover.po muon-5.4.0/po/sr/muon-discover.po --- muon-5.3.95/po/sr/muon-discover.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr/muon-discover.po 2015-08-20 12:49:20.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-07-22 08:48+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -18,50 +18,50 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" -#: discover/main.cpp:36 +#: discover/main.cpp:37 msgid "Muon Discover" msgstr "Муонов откривач" -#: discover/main.cpp:36 +#: discover/main.cpp:37 msgid "An application explorer" msgstr "Истраживач програма" -#: discover/main.cpp:37 +#: discover/main.cpp:38 msgid "© 2010-2014 Muon Development Team" msgstr "© 2010–2014, развојни тим Муона" -#: discover/main.cpp:38 +#: discover/main.cpp:39 msgid "Aleix Pol Gonzalez" msgstr "Алекс Пол Гонзалез" -#: discover/main.cpp:39 +#: discover/main.cpp:40 msgid "Jonathan Thomas" msgstr "Џонатан Томас" -#: discover/main.cpp:47 +#: discover/main.cpp:48 msgid "Directly open the specified application by its package name." msgstr "Непосредно отвори задати програм по имену пакета" -#: discover/main.cpp:48 +#: discover/main.cpp:49 msgid "Open with a program that can deal with the given mimetype." msgstr "Отвори програмом који уме да рукује датим МИМЕ типом" -#: discover/main.cpp:49 +#: discover/main.cpp:50 msgid "Display a list of entries with a category." msgstr "Прикажи списак уноса са категоријом" -#: discover/main.cpp:50 +#: discover/main.cpp:51 msgid "" "Open Muon Discover in a said mode. Modes correspond to the toolbar buttons." msgstr "" "Отвори Муонов откривач у датом режиму. Режими одговарају дугмадима траке " "алатки." -#: discover/main.cpp:51 +#: discover/main.cpp:52 msgid "List all the available modes." msgstr "Наброји све доступне режиме." -#: discover/main.cpp:71 +#: discover/main.cpp:72 msgid "Available modes:\n" msgstr "Доступни режими:\n" @@ -137,7 +137,7 @@ msgid "Name" msgstr "Име" -#: discover/qml/ApplicationsListPage.qml:96 discover/qml/CategoryPage.qml:119 +#: discover/qml/ApplicationsListPage.qml:96 discover/qml/CategoryPage.qml:120 msgid "Popularity" msgstr "Популарност" @@ -183,12 +183,12 @@ msgid "Search..." msgstr "Тражи..." -#: discover/qml/CategoryPage.qml:120 +#: discover/qml/CategoryPage.qml:121 #, kde-format msgid "points: %1" msgstr "поена: %1" -#: discover/qml/CategoryPage.qml:129 +#: discover/qml/CategoryPage.qml:130 msgid "Rating" msgstr "Оцена" diff -Nru muon-5.3.95/po/sr/muon-exporter.po muon-5.4.0/po/sr/muon-exporter.po --- muon-5.3.95/po/sr/muon-exporter.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr/muon-exporter.po 2015-08-20 12:49:20.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-exporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr/muon-notifier.po muon-5.4.0/po/sr/muon-notifier.po --- muon-5.3.95/po/sr/muon-notifier.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr/muon-notifier.po 2015-08-20 12:49:20.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-notifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr/muon.po muon-5.4.0/po/sr/muon.po --- muon-5.3.95/po/sr/muon.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr/muon.po 2015-08-20 12:49:20.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr/muon-updater.po muon-5.4.0/po/sr/muon-updater.po --- muon-5.3.95/po/sr/muon-updater.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr/muon-updater.po 2015-08-20 12:49:20.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -70,12 +70,12 @@ msgid "List all the backends we'll want to have loaded, separated by coma ','." msgstr "Списак свих позадина које треба учитати, раздвојених запетама." -#: updater/MainWindow.cpp:69 +#: updater/MainWindow.cpp:70 msgctxt "@title:window" msgid "Software Updates" msgstr "Софтверске допуне" -#: updater/MainWindow.cpp:78 +#: updater/MainWindow.cpp:79 msgctxt "@info Warning to plug in laptop before updating" msgid "It is safer to plug in the power adapter before updating." msgstr "Биће безбедније ако укључите струјни адаптер пре ажурирања." diff -Nru muon-5.3.95/po/sr/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/sr/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/sr/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:20.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.muonnotifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-30 13:41+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr@ijekavian/libmuon.po muon-5.4.0/po/sr@ijekavian/libmuon.po --- muon-5.3.95/po/sr@ijekavian/libmuon.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavian/libmuon.po 2015-08-20 12:49:20.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-07-17 09:18+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-03 15:04+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -1278,16 +1278,16 @@ msgid "Vendor:" msgstr "Издавач:" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:263 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:264 msgid "PackageKit error found" msgstr "Грешка преко Пакиџ‑кита" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:270 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:271 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:140 msgid "PackageKit media change" msgstr "Измјена медијума преко Пакиџ‑кита" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:270 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:271 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:140 #, kde-format msgid "" @@ -1297,12 +1297,12 @@ "Потребна измјена медијума типа „%1“.\n" "%2" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:275 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:276 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:145 msgid "PackageKit restart required" msgstr "Потребно поновно покретање преко Пакиџ‑кита" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:281 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:282 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:119 #, kde-format msgid "" @@ -1312,7 +1312,7 @@ "Пакет %1 и његов издавач %2 траже да прихватите следећу лиценцу:\n" " %3" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:281 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:282 #, kde-format msgid "%1 requires user to accept its license" msgstr "%1 тражи од корисника да прихвати лиценцу" diff -Nru muon-5.3.95/po/sr@ijekavian/muon-discover.po muon-5.4.0/po/sr@ijekavian/muon-discover.po --- muon-5.3.95/po/sr@ijekavian/muon-discover.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavian/muon-discover.po 2015-08-20 12:49:20.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-07-22 08:48+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -18,50 +18,50 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" -#: discover/main.cpp:36 +#: discover/main.cpp:37 msgid "Muon Discover" msgstr "Муонов откривач" -#: discover/main.cpp:36 +#: discover/main.cpp:37 msgid "An application explorer" msgstr "Истраживач програма" -#: discover/main.cpp:37 +#: discover/main.cpp:38 msgid "© 2010-2014 Muon Development Team" msgstr "© 2010–2014, развојни тим Муона" -#: discover/main.cpp:38 +#: discover/main.cpp:39 msgid "Aleix Pol Gonzalez" msgstr "Алекс Пол Гонзалез" -#: discover/main.cpp:39 +#: discover/main.cpp:40 msgid "Jonathan Thomas" msgstr "Џонатан Томас" -#: discover/main.cpp:47 +#: discover/main.cpp:48 msgid "Directly open the specified application by its package name." msgstr "Непосредно отвори задати програм по имену пакета" -#: discover/main.cpp:48 +#: discover/main.cpp:49 msgid "Open with a program that can deal with the given mimetype." msgstr "Отвори програмом који уме да рукује датим МИМЕ типом" -#: discover/main.cpp:49 +#: discover/main.cpp:50 msgid "Display a list of entries with a category." msgstr "Прикажи списак уноса са категоријом" -#: discover/main.cpp:50 +#: discover/main.cpp:51 msgid "" "Open Muon Discover in a said mode. Modes correspond to the toolbar buttons." msgstr "" "Отвори Муонов откривач у датом режиму. Режими одговарају дугмадима траке " "алатки." -#: discover/main.cpp:51 +#: discover/main.cpp:52 msgid "List all the available modes." msgstr "Наброји све доступне режиме." -#: discover/main.cpp:71 +#: discover/main.cpp:72 msgid "Available modes:\n" msgstr "Доступни режими:\n" @@ -137,7 +137,7 @@ msgid "Name" msgstr "Име" -#: discover/qml/ApplicationsListPage.qml:96 discover/qml/CategoryPage.qml:119 +#: discover/qml/ApplicationsListPage.qml:96 discover/qml/CategoryPage.qml:120 msgid "Popularity" msgstr "Популарност" @@ -183,12 +183,12 @@ msgid "Search..." msgstr "Тражи..." -#: discover/qml/CategoryPage.qml:120 +#: discover/qml/CategoryPage.qml:121 #, kde-format msgid "points: %1" msgstr "поена: %1" -#: discover/qml/CategoryPage.qml:129 +#: discover/qml/CategoryPage.qml:130 msgid "Rating" msgstr "Оцена" diff -Nru muon-5.3.95/po/sr@ijekavian/muon-exporter.po muon-5.4.0/po/sr@ijekavian/muon-exporter.po --- muon-5.3.95/po/sr@ijekavian/muon-exporter.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavian/muon-exporter.po 2015-08-20 12:49:20.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-exporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr@ijekavian/muon-notifier.po muon-5.4.0/po/sr@ijekavian/muon-notifier.po --- muon-5.3.95/po/sr@ijekavian/muon-notifier.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavian/muon-notifier.po 2015-08-20 12:49:20.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-notifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr@ijekavian/muon.po muon-5.4.0/po/sr@ijekavian/muon.po --- muon-5.3.95/po/sr@ijekavian/muon.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavian/muon.po 2015-08-20 12:49:20.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr@ijekavian/muon-updater.po muon-5.4.0/po/sr@ijekavian/muon-updater.po --- muon-5.3.95/po/sr@ijekavian/muon-updater.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavian/muon-updater.po 2015-08-20 12:49:20.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -70,12 +70,12 @@ msgid "List all the backends we'll want to have loaded, separated by coma ','." msgstr "Списак свих позадина које треба учитати, раздвојених запетама." -#: updater/MainWindow.cpp:69 +#: updater/MainWindow.cpp:70 msgctxt "@title:window" msgid "Software Updates" msgstr "Софтверске допуне" -#: updater/MainWindow.cpp:78 +#: updater/MainWindow.cpp:79 msgctxt "@info Warning to plug in laptop before updating" msgid "It is safer to plug in the power adapter before updating." msgstr "Биће безбједније ако укључите струјни адаптер прије ажурирања." diff -Nru muon-5.3.95/po/sr@ijekavian/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/sr@ijekavian/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/sr@ijekavian/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:51.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavian/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:20.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.muonnotifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-30 13:41+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr@ijekavianlatin/libmuon.po muon-5.4.0/po/sr@ijekavianlatin/libmuon.po --- muon-5.3.95/po/sr@ijekavianlatin/libmuon.po 2015-08-06 11:55:52.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavianlatin/libmuon.po 2015-08-20 12:49:21.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-07-17 09:18+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-03 15:04+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -1279,16 +1279,16 @@ msgid "Vendor:" msgstr "Izdavač:" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:263 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:264 msgid "PackageKit error found" msgstr "Greška preko PackageKita" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:270 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:271 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:140 msgid "PackageKit media change" msgstr "Izmjena medijuma preko PackageKita" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:270 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:271 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:140 #, kde-format msgid "" @@ -1298,12 +1298,12 @@ "Potrebna izmjena medijuma tipa „%1“.\n" "%2" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:275 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:276 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:145 msgid "PackageKit restart required" msgstr "Potrebno ponovno pokretanje preko PackageKita" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:281 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:282 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:119 #, kde-format msgid "" @@ -1313,7 +1313,7 @@ "Paket %1 i njegov izdavač %2 traže da prihvatite sledeću licencu:\n" " %3" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:281 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:282 #, kde-format msgid "%1 requires user to accept its license" msgstr "%1 traži od korisnika da prihvati licencu" diff -Nru muon-5.3.95/po/sr@ijekavianlatin/muon-discover.po muon-5.4.0/po/sr@ijekavianlatin/muon-discover.po --- muon-5.3.95/po/sr@ijekavianlatin/muon-discover.po 2015-08-06 11:55:52.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavianlatin/muon-discover.po 2015-08-20 12:49:21.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-07-22 08:48+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -18,50 +18,50 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" -#: discover/main.cpp:36 +#: discover/main.cpp:37 msgid "Muon Discover" msgstr "Muonov otkrivač" -#: discover/main.cpp:36 +#: discover/main.cpp:37 msgid "An application explorer" msgstr "Istraživač programa" -#: discover/main.cpp:37 +#: discover/main.cpp:38 msgid "© 2010-2014 Muon Development Team" msgstr "© 2010–2014, razvojni tim Muona" -#: discover/main.cpp:38 +#: discover/main.cpp:39 msgid "Aleix Pol Gonzalez" msgstr "Aleks Pol Gonzalez" -#: discover/main.cpp:39 +#: discover/main.cpp:40 msgid "Jonathan Thomas" msgstr "Džonatan Tomas" -#: discover/main.cpp:47 +#: discover/main.cpp:48 msgid "Directly open the specified application by its package name." msgstr "Neposredno otvori zadati program po imenu paketa" -#: discover/main.cpp:48 +#: discover/main.cpp:49 msgid "Open with a program that can deal with the given mimetype." msgstr "Otvori programom koji ume da rukuje datim MIME tipom" -#: discover/main.cpp:49 +#: discover/main.cpp:50 msgid "Display a list of entries with a category." msgstr "Prikaži spisak unosa sa kategorijom" -#: discover/main.cpp:50 +#: discover/main.cpp:51 msgid "" "Open Muon Discover in a said mode. Modes correspond to the toolbar buttons." msgstr "" "Otvori Muonov otkrivač u datom režimu. Režimi odgovaraju dugmadima trake " "alatki." -#: discover/main.cpp:51 +#: discover/main.cpp:52 msgid "List all the available modes." msgstr "Nabroji sve dostupne režime." -#: discover/main.cpp:71 +#: discover/main.cpp:72 msgid "Available modes:\n" msgstr "Dostupni režimi:\n" @@ -137,7 +137,7 @@ msgid "Name" msgstr "Ime" -#: discover/qml/ApplicationsListPage.qml:96 discover/qml/CategoryPage.qml:119 +#: discover/qml/ApplicationsListPage.qml:96 discover/qml/CategoryPage.qml:120 msgid "Popularity" msgstr "Popularnost" @@ -183,12 +183,12 @@ msgid "Search..." msgstr "Traži..." -#: discover/qml/CategoryPage.qml:120 +#: discover/qml/CategoryPage.qml:121 #, kde-format msgid "points: %1" msgstr "poena: %1" -#: discover/qml/CategoryPage.qml:129 +#: discover/qml/CategoryPage.qml:130 msgid "Rating" msgstr "Ocena" diff -Nru muon-5.3.95/po/sr@ijekavianlatin/muon-exporter.po muon-5.4.0/po/sr@ijekavianlatin/muon-exporter.po --- muon-5.3.95/po/sr@ijekavianlatin/muon-exporter.po 2015-08-06 11:55:52.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavianlatin/muon-exporter.po 2015-08-20 12:49:21.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-exporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr@ijekavianlatin/muon-notifier.po muon-5.4.0/po/sr@ijekavianlatin/muon-notifier.po --- muon-5.3.95/po/sr@ijekavianlatin/muon-notifier.po 2015-08-06 11:55:52.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavianlatin/muon-notifier.po 2015-08-20 12:49:21.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-notifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr@ijekavianlatin/muon.po muon-5.4.0/po/sr@ijekavianlatin/muon.po --- muon-5.3.95/po/sr@ijekavianlatin/muon.po 2015-08-06 11:55:52.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavianlatin/muon.po 2015-08-20 12:49:21.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr@ijekavianlatin/muon-updater.po muon-5.4.0/po/sr@ijekavianlatin/muon-updater.po --- muon-5.3.95/po/sr@ijekavianlatin/muon-updater.po 2015-08-06 11:55:52.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavianlatin/muon-updater.po 2015-08-20 12:49:21.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -70,12 +70,12 @@ msgid "List all the backends we'll want to have loaded, separated by coma ','." msgstr "Spisak svih pozadina koje treba učitati, razdvojenih zapetama." -#: updater/MainWindow.cpp:69 +#: updater/MainWindow.cpp:70 msgctxt "@title:window" msgid "Software Updates" msgstr "Softverske dopune" -#: updater/MainWindow.cpp:78 +#: updater/MainWindow.cpp:79 msgctxt "@info Warning to plug in laptop before updating" msgid "It is safer to plug in the power adapter before updating." msgstr "Biće bezbjednije ako uključite strujni adapter prije ažuriranja." diff -Nru muon-5.3.95/po/sr@ijekavianlatin/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/sr@ijekavianlatin/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/sr@ijekavianlatin/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:52.000000000 +0000 +++ muon-5.4.0/po/sr@ijekavianlatin/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:21.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.muonnotifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-30 13:41+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr@latin/libmuon.po muon-5.4.0/po/sr@latin/libmuon.po --- muon-5.3.95/po/sr@latin/libmuon.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sr@latin/libmuon.po 2015-08-20 12:49:21.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-07-17 09:18+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-03 15:04+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -1279,16 +1279,16 @@ msgid "Vendor:" msgstr "Izdavač:" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:263 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:264 msgid "PackageKit error found" msgstr "Greška preko PackageKita" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:270 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:271 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:140 msgid "PackageKit media change" msgstr "Izmena medijuma preko PackageKita" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:270 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:271 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:140 #, kde-format msgid "" @@ -1298,12 +1298,12 @@ "Potrebna izmena medijuma tipa „%1“.\n" "%2" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:275 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:276 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:145 msgid "PackageKit restart required" msgstr "Potrebno ponovno pokretanje preko PackageKita" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:281 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:282 #: libmuon/backends/PackageKitBackend/PKTransaction.cpp:119 #, kde-format msgid "" @@ -1313,7 +1313,7 @@ "Paket %1 i njegov izdavač %2 traže da prihvatite sledeću licencu:\n" " %3" -#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:281 +#: libmuon/backends/PackageKitBackend/PackageKitUpdater.cpp:282 #, kde-format msgid "%1 requires user to accept its license" msgstr "%1 traži od korisnika da prihvati licencu" diff -Nru muon-5.3.95/po/sr@latin/muon-discover.po muon-5.4.0/po/sr@latin/muon-discover.po --- muon-5.3.95/po/sr@latin/muon-discover.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sr@latin/muon-discover.po 2015-08-20 12:49:21.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-07-22 08:48+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -18,50 +18,50 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" -#: discover/main.cpp:36 +#: discover/main.cpp:37 msgid "Muon Discover" msgstr "Muonov otkrivač" -#: discover/main.cpp:36 +#: discover/main.cpp:37 msgid "An application explorer" msgstr "Istraživač programa" -#: discover/main.cpp:37 +#: discover/main.cpp:38 msgid "© 2010-2014 Muon Development Team" msgstr "© 2010–2014, razvojni tim Muona" -#: discover/main.cpp:38 +#: discover/main.cpp:39 msgid "Aleix Pol Gonzalez" msgstr "Aleks Pol Gonzalez" -#: discover/main.cpp:39 +#: discover/main.cpp:40 msgid "Jonathan Thomas" msgstr "Džonatan Tomas" -#: discover/main.cpp:47 +#: discover/main.cpp:48 msgid "Directly open the specified application by its package name." msgstr "Neposredno otvori zadati program po imenu paketa" -#: discover/main.cpp:48 +#: discover/main.cpp:49 msgid "Open with a program that can deal with the given mimetype." msgstr "Otvori programom koji ume da rukuje datim MIME tipom" -#: discover/main.cpp:49 +#: discover/main.cpp:50 msgid "Display a list of entries with a category." msgstr "Prikaži spisak unosa sa kategorijom" -#: discover/main.cpp:50 +#: discover/main.cpp:51 msgid "" "Open Muon Discover in a said mode. Modes correspond to the toolbar buttons." msgstr "" "Otvori Muonov otkrivač u datom režimu. Režimi odgovaraju dugmadima trake " "alatki." -#: discover/main.cpp:51 +#: discover/main.cpp:52 msgid "List all the available modes." msgstr "Nabroji sve dostupne režime." -#: discover/main.cpp:71 +#: discover/main.cpp:72 msgid "Available modes:\n" msgstr "Dostupni režimi:\n" @@ -137,7 +137,7 @@ msgid "Name" msgstr "Ime" -#: discover/qml/ApplicationsListPage.qml:96 discover/qml/CategoryPage.qml:119 +#: discover/qml/ApplicationsListPage.qml:96 discover/qml/CategoryPage.qml:120 msgid "Popularity" msgstr "Popularnost" @@ -183,12 +183,12 @@ msgid "Search..." msgstr "Traži..." -#: discover/qml/CategoryPage.qml:120 +#: discover/qml/CategoryPage.qml:121 #, kde-format msgid "points: %1" msgstr "poena: %1" -#: discover/qml/CategoryPage.qml:129 +#: discover/qml/CategoryPage.qml:130 msgid "Rating" msgstr "Ocena" diff -Nru muon-5.3.95/po/sr@latin/muon-exporter.po muon-5.4.0/po/sr@latin/muon-exporter.po --- muon-5.3.95/po/sr@latin/muon-exporter.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sr@latin/muon-exporter.po 2015-08-20 12:49:21.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-exporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr@latin/muon-notifier.po muon-5.4.0/po/sr@latin/muon-notifier.po --- muon-5.3.95/po/sr@latin/muon-notifier.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sr@latin/muon-notifier.po 2015-08-20 12:49:21.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: muon-notifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr@latin/muon.po muon-5.4.0/po/sr@latin/muon.po --- muon-5.3.95/po/sr@latin/muon.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sr@latin/muon.po 2015-08-20 12:49:21.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sr@latin/muon-updater.po muon-5.4.0/po/sr@latin/muon-updater.po --- muon-5.3.95/po/sr@latin/muon-updater.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sr@latin/muon-updater.po 2015-08-20 12:49:21.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-18 20:23+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -70,12 +70,12 @@ msgid "List all the backends we'll want to have loaded, separated by coma ','." msgstr "Spisak svih pozadina koje treba učitati, razdvojenih zapetama." -#: updater/MainWindow.cpp:69 +#: updater/MainWindow.cpp:70 msgctxt "@title:window" msgid "Software Updates" msgstr "Softverske dopune" -#: updater/MainWindow.cpp:78 +#: updater/MainWindow.cpp:79 msgctxt "@info Warning to plug in laptop before updating" msgid "It is safer to plug in the power adapter before updating." msgstr "Biće bezbednije ako uključite strujni adapter pre ažuriranja." diff -Nru muon-5.3.95/po/sr@latin/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/sr@latin/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/sr@latin/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sr@latin/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:21.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.muonnotifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-30 13:41+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" diff -Nru muon-5.3.95/po/sv/libmuon.po muon-5.4.0/po/sv/libmuon.po --- muon-5.3.95/po/sv/libmuon.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sv/libmuon.po 2015-08-20 12:49:21.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-04-02 18:15+0200\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" @@ -2245,7 +2245,7 @@ msgid "Packages Could Not be Found" msgstr "Paket kunde inte hittas" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Pakethistorik" \ No newline at end of file diff -Nru muon-5.3.95/po/sv/muon-discover.po muon-5.4.0/po/sv/muon-discover.po --- muon-5.3.95/po/sv/muon-discover.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sv/muon-discover.po 2015-08-20 12:49:21.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 18:42+0200\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" diff -Nru muon-5.3.95/po/sv/muon-exporter.po muon-5.4.0/po/sv/muon-exporter.po --- muon-5.3.95/po/sv/muon-exporter.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sv/muon-exporter.po 2015-08-20 12:49:21.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 18:54+0200\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" diff -Nru muon-5.3.95/po/sv/muon-notifier.po muon-5.4.0/po/sv/muon-notifier.po --- muon-5.3.95/po/sv/muon-notifier.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sv/muon-notifier.po 2015-08-20 12:49:21.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 18:56+0200\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" diff -Nru muon-5.3.95/po/sv/muon.po muon-5.4.0/po/sv/muon.po --- muon-5.3.95/po/sv/muon.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sv/muon.po 2015-08-20 12:49:21.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 18:43+0200\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" diff -Nru muon-5.3.95/po/sv/muon-updater.po muon-5.4.0/po/sv/muon-updater.po --- muon-5.3.95/po/sv/muon-updater.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sv/muon-updater.po 2015-08-20 12:49:21.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 18:42+0200\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" diff -Nru muon-5.3.95/po/sv/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/sv/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/sv/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:53.000000000 +0000 +++ muon-5.4.0/po/sv/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:21.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-23 17:56+0200\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" diff -Nru muon-5.3.95/po/tr/libmuon.po muon-5.4.0/po/tr/libmuon.po --- muon-5.3.95/po/tr/libmuon.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/tr/libmuon.po 2015-08-20 12:49:24.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: extragear-sysadmin-kde4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-05-19 12:15+0000\n" "Last-Translator: Necdet \n" "Language-Team: Turkish \n" @@ -2243,7 +2243,7 @@ msgid "Packages Could Not be Found" msgstr "Paketler Bulunamadı" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Paket Geçmişi" \ No newline at end of file diff -Nru muon-5.3.95/po/tr/muon-discover.po muon-5.4.0/po/tr/muon-discover.po --- muon-5.3.95/po/tr/muon-discover.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/tr/muon-discover.po 2015-08-20 12:49:24.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: extragear-sysadmin-kde4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-19 12:17+0000\n" "Last-Translator: Necdet \n" "Language-Team: Turkish \n" diff -Nru muon-5.3.95/po/tr/muon.po muon-5.4.0/po/tr/muon.po --- muon-5.3.95/po/tr/muon.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/tr/muon.po 2015-08-20 12:49:24.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: extragear-sysadmin-kde4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-22 12:16+0000\n" "Last-Translator: Necdet \n" "Language-Team: Turkish \n" diff -Nru muon-5.3.95/po/tr/muon-updater.po muon-5.4.0/po/tr/muon-updater.po --- muon-5.3.95/po/tr/muon-updater.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/tr/muon-updater.po 2015-08-20 12:49:24.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: extragear-sysadmin-kde4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-19 12:19+0000\n" "Last-Translator: Necdet \n" "Language-Team: Turkish \n" diff -Nru muon-5.3.95/po/tr/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/tr/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/tr/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/tr/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:24.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-19 17:06+0000\n" "Last-Translator: Necdet \n" "Language-Team: Turkish \n" diff -Nru muon-5.3.95/po/ug/libmuon.po muon-5.4.0/po/ug/libmuon.po --- muon-5.3.95/po/ug/libmuon.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/ug/libmuon.po 2015-08-20 12:49:25.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2013-09-08 07:04+0900\n" "Last-Translator: Gheyret Kenji \n" "Language-Team: Uyghur Computer Science Association \n" @@ -2317,7 +2317,7 @@ msgid "Packages Could Not be Found" msgstr "" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "" \ No newline at end of file diff -Nru muon-5.3.95/po/ug/muon-discover.po muon-5.4.0/po/ug/muon-discover.po --- muon-5.3.95/po/ug/muon-discover.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/ug/muon-discover.po 2015-08-20 12:49:25.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-09-08 07:04+0900\n" "Last-Translator: Gheyret Kenji \n" "Language-Team: Uyghur \n" diff -Nru muon-5.3.95/po/ug/muon.po muon-5.4.0/po/ug/muon.po --- muon-5.3.95/po/ug/muon.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/ug/muon.po 2015-08-20 12:49:25.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-09-08 07:04+0900\n" "Last-Translator: Gheyret Kenji \n" "Language-Team: Uyghur Computer Science Association \n" diff -Nru muon-5.3.95/po/ug/muon-updater.po muon-5.4.0/po/ug/muon-updater.po --- muon-5.3.95/po/ug/muon-updater.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/ug/muon-updater.po 2015-08-20 12:49:25.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2013-09-08 07:04+0900\n" "Last-Translator: Gheyret Kenji \n" "Language-Team: Uyghur Computer Science Association \n" diff -Nru muon-5.3.95/po/uk/libmuon.po muon-5.4.0/po/uk/libmuon.po --- muon-5.3.95/po/uk/libmuon.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/uk/libmuon.po 2015-08-20 12:49:25.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libmuon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-06-25 20:44+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -2270,7 +2270,7 @@ msgid "Packages Could Not be Found" msgstr "Не вдалося знайти пакунки" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "Журнал пакунків" \ No newline at end of file diff -Nru muon-5.3.95/po/uk/muon-discover.po muon-5.4.0/po/uk/muon-discover.po --- muon-5.3.95/po/uk/muon-discover.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/uk/muon-discover.po 2015-08-20 12:49:25.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: muon-discover\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 20:58+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" diff -Nru muon-5.3.95/po/uk/muon-exporter.po muon-5.4.0/po/uk/muon-exporter.po --- muon-5.3.95/po/uk/muon-exporter.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/uk/muon-exporter.po 2015-08-20 12:49:25.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: muon-exporter\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 20:58+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" diff -Nru muon-5.3.95/po/uk/muon-notifier.po muon-5.4.0/po/uk/muon-notifier.po --- muon-5.3.95/po/uk/muon-notifier.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/uk/muon-notifier.po 2015-08-20 12:49:25.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: muon-notifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 21:00+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" diff -Nru muon-5.3.95/po/uk/muon.po muon-5.4.0/po/uk/muon.po --- muon-5.3.95/po/uk/muon.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/uk/muon.po 2015-08-20 12:49:25.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: muon\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 21:02+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" diff -Nru muon-5.3.95/po/uk/muon-updater.po muon-5.4.0/po/uk/muon-updater.po --- muon-5.3.95/po/uk/muon-updater.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/uk/muon-updater.po 2015-08-20 12:49:25.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: muon-updater\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 21:00+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" diff -Nru muon-5.3.95/po/uk/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/uk/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/uk/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:56.000000000 +0000 +++ muon-5.4.0/po/uk/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:25.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.muonnotifier\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-05-23 15:06+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" diff -Nru muon-5.3.95/po/vi/libmuon.po muon-5.4.0/po/vi/libmuon.po --- muon-5.3.95/po/vi/libmuon.po 2015-08-06 11:55:58.000000000 +0000 +++ muon-5.4.0/po/vi/libmuon.po 2015-08-20 12:49:27.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2012-06-13 11:10+0800\n" "Last-Translator: HeroP \n" "Language-Team: Vietnamese \n" @@ -2496,7 +2496,7 @@ msgid "Packages Could Not be Found" msgstr "Không thể tìm thấy gói" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 #, fuzzy #| msgctxt "@label Shows which package failed" #| msgid "Package: %1" diff -Nru muon-5.3.95/po/vi/muon-discover.po muon-5.4.0/po/vi/muon-discover.po --- muon-5.3.95/po/vi/muon-discover.po 2015-08-06 11:55:58.000000000 +0000 +++ muon-5.4.0/po/vi/muon-discover.po 2015-08-20 12:49:27.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2012-06-13 10:17+0800\n" "Last-Translator: HeroP \n" "Language-Team: Vietnamese \n" diff -Nru muon-5.3.95/po/vi/muon.po muon-5.4.0/po/vi/muon.po --- muon-5.3.95/po/vi/muon.po 2015-08-06 11:55:58.000000000 +0000 +++ muon-5.4.0/po/vi/muon.po 2015-08-20 12:49:27.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2012-06-13 09:49+0800\n" "Last-Translator: HeroP \n" "Language-Team: Vietnamese \n" diff -Nru muon-5.3.95/po/vi/muon-updater.po muon-5.4.0/po/vi/muon-updater.po --- muon-5.3.95/po/vi/muon-updater.po 2015-08-06 11:55:58.000000000 +0000 +++ muon-5.4.0/po/vi/muon-updater.po 2015-08-20 12:49:27.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2012-06-13 09:24+0800\n" "Last-Translator: HeroP \n" "Language-Team: Vietnamese \n" diff -Nru muon-5.3.95/po/zh_CN/libmuon.po muon-5.4.0/po/zh_CN/libmuon.po --- muon-5.3.95/po/zh_CN/libmuon.po 2015-08-06 11:55:59.000000000 +0000 +++ muon-5.4.0/po/zh_CN/libmuon.po 2015-08-20 12:49:28.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-01-14 21:14-0800\n" "Last-Translator: Weng Xuetian \n" "Language-Team: Chinese Simplified \n" @@ -2395,7 +2395,7 @@ msgid "Packages Could Not be Found" msgstr "无法找到软件包" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "软件包历史" \ No newline at end of file diff -Nru muon-5.3.95/po/zh_CN/muon-discover.po muon-5.4.0/po/zh_CN/muon-discover.po --- muon-5.3.95/po/zh_CN/muon-discover.po 2015-08-06 11:55:59.000000000 +0000 +++ muon-5.4.0/po/zh_CN/muon-discover.po 2015-08-20 12:49:28.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 16:14-0700\n" "Last-Translator: Weng Xuetian \n" "Language-Team: Chinese Simplified \n" diff -Nru muon-5.3.95/po/zh_CN/muon-exporter.po muon-5.4.0/po/zh_CN/muon-exporter.po --- muon-5.3.95/po/zh_CN/muon-exporter.po 2015-08-06 11:55:59.000000000 +0000 +++ muon-5.4.0/po/zh_CN/muon-exporter.po 2015-08-20 12:49:28.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 16:12-0700\n" "Last-Translator: Weng Xuetian \n" "Language-Team: Chinese Simplified \n" diff -Nru muon-5.3.95/po/zh_CN/muon-notifier.po muon-5.4.0/po/zh_CN/muon-notifier.po --- muon-5.3.95/po/zh_CN/muon-notifier.po 2015-08-06 11:55:59.000000000 +0000 +++ muon-5.4.0/po/zh_CN/muon-notifier.po 2015-08-20 12:49:28.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 16:13-0700\n" "Last-Translator: Weng Xuetian \n" "Language-Team: Chinese Simplified \n" diff -Nru muon-5.3.95/po/zh_CN/muon.po muon-5.4.0/po/zh_CN/muon.po --- muon-5.3.95/po/zh_CN/muon.po 2015-08-06 11:55:59.000000000 +0000 +++ muon-5.4.0/po/zh_CN/muon.po 2015-08-20 12:49:28.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-04-09 16:22-0700\n" "Last-Translator: Weng Xuetian \n" "Language-Team: Chinese Simplified \n" diff -Nru muon-5.3.95/po/zh_CN/muon-updater.po muon-5.4.0/po/zh_CN/muon-updater.po --- muon-5.3.95/po/zh_CN/muon-updater.po 2015-08-06 11:55:59.000000000 +0000 +++ muon-5.4.0/po/zh_CN/muon-updater.po 2015-08-20 12:49:28.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-07-06 13:23UTC-0800\n" "Last-Translator: Weng Xuetian \n" "Language-Team: Chinese \n" diff -Nru muon-5.3.95/po/zh_CN/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/zh_CN/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/zh_CN/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:55:59.000000000 +0000 +++ muon-5.4.0/po/zh_CN/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:28.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-07-06 13:24UTC-0800\n" "Last-Translator: Weng Xuetian \n" "Language-Team: Chinese \n" diff -Nru muon-5.3.95/po/zh_TW/libmuon.po muon-5.4.0/po/zh_TW/libmuon.po --- muon-5.3.95/po/zh_TW/libmuon.po 2015-08-06 11:56:00.000000000 +0000 +++ muon-5.4.0/po/zh_TW/libmuon.po 2015-08-20 12:49:29.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-18 14:03+0000\n" "PO-Revision-Date: 2015-06-09 17:15+0800\n" "Last-Translator: Franklin\n" "Language-Team: Chinese Traditional \n" @@ -2210,7 +2210,7 @@ msgid "Packages Could Not be Found" msgstr "有些套件找不到" -#: libmuonapt/QAptActions.cpp:484 +#: libmuonapt/QAptActions.cpp:481 msgctxt "@title:window" msgid "Package History" msgstr "套件歷史紀錄" \ No newline at end of file diff -Nru muon-5.3.95/po/zh_TW/muon-discover.po muon-5.4.0/po/zh_TW/muon-discover.po --- muon-5.3.95/po/zh_TW/muon-discover.po 2015-08-06 11:56:00.000000000 +0000 +++ muon-5.4.0/po/zh_TW/muon-discover.po 2015-08-20 12:49:29.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-06 08:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-09 17:15+0800\n" "Last-Translator: Franklin\n" "Language-Team: Chinese Traditional \n" diff -Nru muon-5.3.95/po/zh_TW/muon-exporter.po muon-5.4.0/po/zh_TW/muon-exporter.po --- muon-5.3.95/po/zh_TW/muon-exporter.po 2015-08-06 11:56:00.000000000 +0000 +++ muon-5.4.0/po/zh_TW/muon-exporter.po 2015-08-20 12:49:29.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-09 17:16+0800\n" "Last-Translator: Franklin\n" "Language-Team: Chinese Traditional \n" diff -Nru muon-5.3.95/po/zh_TW/muon-notifier.po muon-5.4.0/po/zh_TW/muon-notifier.po --- muon-5.3.95/po/zh_TW/muon-notifier.po 2015-08-06 11:56:00.000000000 +0000 +++ muon-5.4.0/po/zh_TW/muon-notifier.po 2015-08-20 12:49:29.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-04-09 08:41+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-09 17:16+0800\n" "Last-Translator: Franklin\n" "Language-Team: Chinese Traditional \n" diff -Nru muon-5.3.95/po/zh_TW/muon.po muon-5.4.0/po/zh_TW/muon.po --- muon-5.3.95/po/zh_TW/muon.po 2015-08-06 11:56:00.000000000 +0000 +++ muon-5.4.0/po/zh_TW/muon.po 2015-08-20 12:49:29.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-23 11:57+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-09 17:18+0800\n" "Last-Translator: Franklin\n" "Language-Team: Chinese Traditional \n" diff -Nru muon-5.3.95/po/zh_TW/muon-updater.po muon-5.4.0/po/zh_TW/muon-updater.po --- muon-5.3.95/po/zh_TW/muon-updater.po 2015-08-06 11:56:00.000000000 +0000 +++ muon-5.4.0/po/zh_TW/muon-updater.po 2015-08-20 12:49:29.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-05 07:59+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-09 17:17+0800\n" "Last-Translator: Franklin\n" "Language-Team: Chinese Traditional \n" diff -Nru muon-5.3.95/po/zh_TW/plasma_applet_org.kde.muonnotifier.po muon-5.4.0/po/zh_TW/plasma_applet_org.kde.muonnotifier.po --- muon-5.3.95/po/zh_TW/plasma_applet_org.kde.muonnotifier.po 2015-08-06 11:56:00.000000000 +0000 +++ muon-5.4.0/po/zh_TW/plasma_applet_org.kde.muonnotifier.po 2015-08-20 12:49:29.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-06-10 09:16+0000\n" +"POT-Creation-Date: 2015-08-07 11:20+0000\n" "PO-Revision-Date: 2015-06-09 17:33+0800\n" "Last-Translator: Franklin\n" "Language-Team: Chinese Traditional \n"