Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2015-04-13 20:24:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcoreaddons (Old)
 and      /work/SRC/openSUSE:Factory/.kcoreaddons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcoreaddons"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2015-03-16 
09:30:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes     
2015-04-13 20:24:52.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:43 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+-------------------------------------------------------------------

Old:
----
  kcoreaddons-5.8.0.tar.xz

New:
----
  kcoreaddons-5.9.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kcoreaddons.spec ++++++
--- /var/tmp/diff_new_pack.pUz6p6/_old  2015-04-13 20:24:52.000000000 +0200
+++ /var/tmp/diff_new_pack.pUz6p6/_new  2015-04-13 20:24:52.000000000 +0200
@@ -16,20 +16,25 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kcoreaddons
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
+%if %{with lang}
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
+%endif
 BuildRequires:  shared-mime-info
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 Requires:       shared-mime-info
+%if %{with lang}
 Recommends:     %{name}-lang = %{version}
+%endif
 Summary:        Utilities for core application functionality and accessing the 
OS
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
@@ -80,9 +85,11 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5 --with-qt --without-mo
+%if %{with lang}
+%find_lang %{name}5 --with-qt --without-mo
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
@@ -94,7 +101,9 @@
 %postun
 %{_bindir}/update-mime-database %{_kf5_sharedir}/mime > /dev/null 2>&1 || :
 
+%if %{with lang}
 %files lang -f %{name}5.lang
+%endif
 
 %files
 %defattr(-,root,root)

++++++ kcoreaddons-5.8.0.tar.xz -> kcoreaddons-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/CMakeLists.txt 
new/kcoreaddons-5.9.0/CMakeLists.txt
--- old/kcoreaddons-5.8.0/CMakeLists.txt        2015-03-07 15:39:54.000000000 
+0100
+++ new/kcoreaddons-5.9.0/CMakeLists.txt        2015-04-04 14:02:19.000000000 
+0200
@@ -2,7 +2,7 @@
 
 project(KCoreAddons)
 
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
@@ -37,7 +37,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/autotests/data/fakeplugin.desktop 
new/kcoreaddons-5.9.0/autotests/data/fakeplugin.desktop
--- old/kcoreaddons-5.8.0/autotests/data/fakeplugin.desktop     2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/autotests/data/fakeplugin.desktop     2015-04-04 
14:02:19.000000000 +0200
@@ -8,7 +8,9 @@
 Name[en_GB]=NSA Plugin
 Name[es]=Complemento NSA
 Name[fi]=NSA-liitännäinen
+Name[gl]=Complemento de NSA
 Name[hu]=NSA bővítmény
+Name[it]=Estensione NSA
 Name[ko]=NSA 플러그인
 Name[nl]=NSA-plug-in
 Name[pl]=Wtyczka NSA
@@ -36,7 +38,9 @@
 Comment[en_GB]=Test Plugin Spy
 Comment[es]=Probar espía de complementos
 Comment[fi]=Testivakoiluliitännäinen
+Comment[gl]=Complemento espía de proba
 Comment[hu]=Kémbővítmény tesztelése
+Comment[it]=Estensione di prova Spy
 Comment[ko]=테스트 플러그인 첩자
 Comment[nl]=Plug-in Spy testen
 Comment[pl]=Wypróbuj szpiega wtyczki
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcoreaddons-5.8.0/autotests/data/hiddenplugin.desktop 
new/kcoreaddons-5.9.0/autotests/data/hiddenplugin.desktop
--- old/kcoreaddons-5.8.0/autotests/data/hiddenplugin.desktop   2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/autotests/data/hiddenplugin.desktop   2015-04-04 
14:02:19.000000000 +0200
@@ -8,7 +8,9 @@
 Name[en_GB]=NSA Plugin
 Name[es]=Complemento NSA
 Name[fi]=NSA-liitännäinen
+Name[gl]=Complemento de NSA
 Name[hu]=NSA bővítmény
+Name[it]=Estensione NSA
 Name[ko]=NSA 플러그인
 Name[nl]=NSA-plug-in
 Name[pl]=Wtyczka NSA
@@ -36,7 +38,9 @@
 Comment[en_GB]=Test Plugin Spy
 Comment[es]=Probar espía de complementos
 Comment[fi]=Testivakoiluliitännäinen
+Comment[gl]=Complemento espía de proba
 Comment[hu]=Kémbővítmény tesztelése
+Comment[it]=Estensione di prova Spy
 Comment[ko]=테스트 플러그인 첩자
 Comment[nl]=Plug-in Spy testen
 Comment[pl]=Wypróbuj szpiega wtyczki
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/af/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/af/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/af/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/af/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -199,7 +199,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Gebruik asseblief %1 .\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer an %2 function."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ar/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ar/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ar/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ar/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -162,7 +162,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr ""
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/as/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/as/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/as/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/as/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -237,7 +237,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "অনুগ্ৰহ কৰি %1 লৈ বাগ প্ৰতিবেদন কৰক ।\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ast/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ast/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ast/kcoreaddons5_qt.po     2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ast/kcoreaddons5_qt.po     2015-04-04 
14:02:19.000000000 +0200
@@ -238,7 +238,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Por favor informa de fallos a %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/be/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/be/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/be/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/be/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -240,7 +240,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Калі ласка, паведамляйце пра памылкі %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/be@latin/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/be@latin/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/be@latin/kcoreaddons5_qt.po        2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/be@latin/kcoreaddons5_qt.po        2015-04-04 
14:02:19.000000000 +0200
@@ -239,7 +239,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Kali łaska, paviedamlaj pra chiby praz placoŭku: %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/bg/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/bg/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/bg/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/bg/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -241,7 +241,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Моля, съобщавайте за грешки на %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/bn/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/bn/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/bn/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/bn/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -243,7 +243,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "অনুগ্রহ করে বাগ রিপোর্ট %1-এ পাঠান।\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/bn_IN/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/bn_IN/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/bn_IN/kcoreaddons5_qt.po   2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/bn_IN/kcoreaddons5_qt.po   2015-04-04 
14:02:19.000000000 +0200
@@ -239,7 +239,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "অনুগ্রহ করে %1-এ বাগ দায়ের করুন।\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/br/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/br/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/br/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/br/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -204,7 +204,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Mar plij kemennit an drein kavet da %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/bs/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/bs/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/bs/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/bs/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -152,7 +152,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Prijavite greške na %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ca/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ca/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ca/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ca/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -167,7 +167,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Informeu dels errors a %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ca@valencia/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ca@valencia/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ca@valencia/kcoreaddons5_qt.po     2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ca@valencia/kcoreaddons5_qt.po     2015-04-04 
14:02:19.000000000 +0200
@@ -168,7 +168,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr ""
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/crh/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/crh/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/crh/kcoreaddons5_qt.po     2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/crh/kcoreaddons5_qt.po     2015-04-04 
14:02:19.000000000 +0200
@@ -219,7 +219,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Hatalarnı lütfen %1 adresine bildiriñiz.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/cs/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/cs/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/cs/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/cs/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -161,7 +161,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Prosím hlaste chyby na %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/csb/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/csb/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/csb/kcoreaddons5_qt.po     2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/csb/kcoreaddons5_qt.po     2015-04-04 
14:02:19.000000000 +0200
@@ -243,7 +243,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Zgłoszë rapòrtë ò felach do %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/cy/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/cy/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/cy/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/cy/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -215,7 +215,7 @@
 "Defnyddiwch %1 er mwyn adrodd namau, peidiwch ac anfon ebost i'r awduron yn "
 "uniongyrchol.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer an %2 function."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/da/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/da/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/da/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/da/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -163,7 +163,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Rapportér venligst fejl til %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/de/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/de/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/de/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/de/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -168,7 +168,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Bitte berichten Sie Fehler an %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/el/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/el/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/el/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/el/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -251,7 +251,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Παρακαλώ χρησιμοποιήστε το %1 για αναφορά σφαλμάτων.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/en_GB/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/en_GB/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/en_GB/kcoreaddons5_qt.po   2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/en_GB/kcoreaddons5_qt.po   2015-04-04 
14:02:19.000000000 +0200
@@ -160,7 +160,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Please report bugs to %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/eo/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/eo/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/eo/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/eo/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -245,7 +245,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Bonvole uzu %1 por la raporto de cimoj.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/es/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/es/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/es/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/es/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -167,7 +167,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Por favor, informe de fallos a %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/et/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/et/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/et/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/et/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -240,7 +240,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Vigadest teatamiseks kasuta palun %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer an %2 function."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/eu/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/eu/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/eu/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/eu/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -244,7 +244,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Bidali errorearen berri %1(e)ra.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/fa/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/fa/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/fa/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/fa/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -259,7 +259,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "لطفاً، خطاها را به  %1 گزارش کنید.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/fi/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/fi/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/fi/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/fi/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -27,15 +27,15 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2015-01-11 03:12+0200\n"
+"PO-Revision-Date: 2015-04-02 20:21+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
-"Language-Team: Finnish <kde-i18n-...@kde.org>\n"
+"Language-Team: Finnish <lokalisoi...@lists.coss.fi>\n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-POT-Import-Date: 2013-01-13 20:43:21+0000\n"
 "X-Qt-Contexts: true\n"
 
@@ -53,7 +53,7 @@
 #, qt-format
 msgctxt "KAboutLicense|"
 msgid "This program is distributed under the terms of the %1."
-msgstr "Tätä ohjelmaa levitetään %1 lisenssin mukaisesti."
+msgstr "Tätä ohjelmaa levitetään %1 -lisenssin mukaisesti."
 
 #: lib/kaboutdata.cpp:260
 msgctxt "KAboutLicense|@item license (short name)"
@@ -178,7 +178,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Ilmoita vioista osoitteeseen %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/fr/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/fr/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/fr/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/fr/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -24,10 +24,10 @@
 "PO-Revision-Date: 2014-07-02 13:50+0200\n"
 "Last-Translator: Sebastien Renard <ren...@kde.org>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
-"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Environment: kde\n"
@@ -181,7 +181,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Veuillez signaler les bogues à %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/fy/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/fy/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/fy/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/fy/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -248,7 +248,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Rapportearje brekkings oan %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ga/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ga/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ga/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ga/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -241,7 +241,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Seol tuairiscí fabhtanna chuig %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer an %2 function."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/gd/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/gd/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/gd/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/gd/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -155,7 +155,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr ""
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/gl/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/gl/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/gl/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/gl/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -9,13 +9,14 @@
 # Marce Villarino <mvillar...@kde-espana.es>, 2009, 2010, 2011, 2012.
 # Xosé <xoseca...@gmail.com>, 2010.
 # Marce Villarino <mvillar...@kde-espana.es>, 2011, 2012, 2013, 2014.
+# Adrián Chaves Fernández <adriyeticha...@gmail.com>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2014-05-17 18:21+0200\n"
-"Last-Translator: Marce Villarino <mvillar...@gmail.com>\n"
+"PO-Revision-Date: 2015-03-14 06:27+0100\n"
+"Last-Translator: Adrián Chaves Fernández <adriyeticha...@gmail.com>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -158,20 +159,16 @@
 msgstr "%s foi escrito por:\n"
 
 #: lib/kaboutdata.cpp:972
-#, fuzzy
-#| msgid "Please use http://bugs.kde.org to report bugs.\n"
 msgctxt "KAboutData CLI|"
 msgid "Please use http://bugs.kde.org to report bugs."
-msgstr "Por favor, use http://bugs.kde.org para informar de fallos.\n"
+msgstr "Use http://bugs.kde.org para informar de fallos."
 
 #: lib/kaboutdata.cpp:974
-#, fuzzy
-#| msgid "Please report bugs to %1.\n"
 msgctxt "KAboutData CLI|"
 msgid "Please report bugs to %s.\n"
-msgstr "Por favor, informe dos fallos que atope a %1.\n"
+msgstr "Informe dos fallos que atope a %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
@@ -535,7 +532,7 @@
 #, qt-format
 msgctxt "KFormat|"
 msgid "Last %1"
-msgstr ""
+msgstr "Última %1"
 
 #: lib/util/kformatprivate.cpp:389
 #, qt-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/gu/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/gu/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/gu/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/gu/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -237,7 +237,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "મહેરબાની કરી ક્ષતિઓનો અહેવાલ %1 પર આપો.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ha/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ha/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ha/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ha/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -164,7 +164,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Sanar da matsaloli ga <a href=\"mailto:%1\";>%2</a>.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/he/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/he/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/he/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/he/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -252,7 +252,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "דווח על באגים אל: %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/hi/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/hi/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/hi/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/hi/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -239,7 +239,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "कृपया बग रपट %1 को भेजें.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/hne/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/hne/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/hne/kcoreaddons5_qt.po     2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/hne/kcoreaddons5_qt.po     2015-04-04 
14:02:19.000000000 +0200
@@ -238,7 +238,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "किरपा करके, बग रपट %1 ल भेजव.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/hr/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/hr/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/hr/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/hr/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -248,7 +248,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Nedostatke prijavite na adresi  %1\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/hsb/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/hsb/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/hsb/kcoreaddons5_qt.po     2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/hsb/kcoreaddons5_qt.po     2015-04-04 
14:02:19.000000000 +0200
@@ -241,7 +241,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Prošu zdźělće zmylki tu: '%1'.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/hu/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/hu/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/hu/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/hu/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -163,7 +163,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Kérjük, hogy a talált hibákat jelentse be itt: %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/hy/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/hy/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/hy/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/hy/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -239,7 +239,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Օգտագործեք %1 սխալների մասին տեղեկացնելու համար։\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ia/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ia/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ia/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ia/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -162,7 +162,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Pro favor tu reporta bugs a %1\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/id/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/id/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/id/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/id/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -162,7 +162,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Silakan laporkan kutu ke %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/is/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/is/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/is/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/is/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -244,7 +244,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Vinsamlega sendu villuskýrslur til %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/it/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/it/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/it/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/it/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -168,7 +168,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Spedisci questa segnalazione di errori a %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ja/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ja/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ja/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ja/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -240,7 +240,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr ""
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ka/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ka/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ka/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ka/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -210,7 +210,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "გამოიყენეთ %1 შეცდომების შეტყობინებისთვის.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer an %2 function."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/kk/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/kk/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/kk/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/kk/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -237,7 +237,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Кате туралы хабарламаны %1 дегенге жіберіңіз.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/km/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/km/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/km/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/km/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -234,7 +234,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "សូម​រាយការណ៍​កំហុស​ទៅ %1 ។\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/kn/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/kn/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/kn/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/kn/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -239,7 +239,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "ದಯವಿಟ್ಟು %1 ಗೆ ದೋಶಗಳನ್ನು ವರದಿಮಾಡಿ.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ko/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ko/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ko/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ko/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -159,7 +159,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "%s(으)로 버그를 보고해 주십시오.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ku/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ku/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ku/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ku/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -248,7 +248,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Ji kerema xwe re çewtiyan ragihîne navnîşana %1\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/lb/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/lb/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/lb/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/lb/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -209,7 +209,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Mellt eventuell Käfere w.e.g. bei %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer an %2 function."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/lt/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/lt/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/lt/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/lt/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -164,7 +164,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Prašome pranešti apie klaidas čia %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/lv/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/lv/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/lv/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/lv/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -244,7 +244,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Lūdzu, ziņojiet par kļūdām %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/mai/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/mai/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/mai/kcoreaddons5_qt.po     2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/mai/kcoreaddons5_qt.po     2015-04-04 
14:02:19.000000000 +0200
@@ -239,7 +239,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "कृप्या बग रिपोट %1 केँ भेजू.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/mk/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/mk/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/mk/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/mk/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -238,7 +238,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Користете го %1 за пријавување бубачки.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ml/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ml/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ml/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ml/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -243,7 +243,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "%1-ലേക്കു് പിശകുകള്‍ രേഖപ്പെടുത്തുക.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/mr/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/mr/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/mr/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/mr/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -163,7 +163,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "कृपया बग %1 येथे लिहून पाठवा.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ms/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ms/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ms/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ms/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -241,7 +241,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Sila lapor pepijat ke %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/nds/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/nds/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/nds/kcoreaddons5_qt.po     2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/nds/kcoreaddons5_qt.po     2015-04-04 
14:02:19.000000000 +0200
@@ -163,7 +163,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Bitte maak Fehlers bi %1 künnig.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ne/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ne/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ne/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ne/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -234,7 +234,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "कृपया %1 मा बग प्रतिवेदन गर्नुहोस् ।\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/nl/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/nl/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/nl/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/nl/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -174,7 +174,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Rapporteer bugs aan %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/oc/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/oc/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/oc/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/oc/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -194,7 +194,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Senhalatz los bògues a <a href=\"mailto:%1\";>%2</a>.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/or/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/or/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/or/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/or/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -220,7 +220,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "ଦୟାକରି %1 ରେ ତ୍ରୁଟି ପ୍ରକାଶ କରନ୍ତୁ।\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/pa/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/pa/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/pa/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/pa/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -170,7 +170,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "ਬੱਗ ਦੀ ਜਾਣਕਾਰੀ ਦੇਣ ਲਈ %1 ਵਰਤੋਂ।\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/pl/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/pl/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/pl/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/pl/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -176,7 +176,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Proszę zgłaszać błędy do %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ps/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ps/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ps/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ps/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -238,7 +238,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr ".ته راپور کړﺉ %1 لورينه وکړﺉ کړاونه\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library does not export a factory for creating components."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/pt/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/pt/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/pt/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/pt/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -247,7 +247,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Por favor, comunique os erros para %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/pt_BR/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/pt_BR/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/pt_BR/kcoreaddons5_qt.po   2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/pt_BR/kcoreaddons5_qt.po   2015-04-04 
14:02:19.000000000 +0200
@@ -169,7 +169,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Por favor, relate os erros em %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ro/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ro/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ro/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ro/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -239,7 +239,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Trimite rapoarte despre erori la %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ru/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ru/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ru/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ru/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -8,7 +8,7 @@
 # Andrey Cherepanov <sk...@kde.ru>, 2005-2007, 2008, 2009, 2011.
 # Nick Shaforostoff <shaforost...@kde.ru>, 2004, 2006, 2007, 2008, 2009.
 # Nick Shaforostoff <sha...@ukr.net>, 2009.
-# Alexander Potashev <aspotas...@gmail.com>, 2009, 2010, 2011, 2014.
+# Alexander Potashev <aspotas...@gmail.com>, 2009, 2010, 2011, 2014, 2015.
 # Yury G. Kudryashov <urkud.ur...@gmail.com>, 2011.
 # Yuri Efremov <yur....@gmail.com>, 2012.
 # Inga Barinova <ingabarin...@gmail.com>, 2012.
@@ -19,7 +19,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2014-05-23 04:36+0400\n"
+"PO-Revision-Date: 2015-03-09 09:12+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
 "Language: ru\n"
@@ -167,20 +167,16 @@
 msgstr "%s написали:\n"
 
 #: lib/kaboutdata.cpp:972
-#, fuzzy
-#| msgid "Please use http://bugs.kde.org to report bugs.\n"
 msgctxt "KAboutData CLI|"
 msgid "Please use http://bugs.kde.org to report bugs."
-msgstr "Используйте http://bugs.kde.org для сообщений об ошибках.\n"
+msgstr "Используйте http://bugs.kde.org для сообщений об ошибках."
 
 #: lib/kaboutdata.cpp:974
-#, fuzzy
-#| msgid "Please report bugs to %1.\n"
 msgctxt "KAboutData CLI|"
 msgid "Please report bugs to %s.\n"
-msgstr "Используйте %1 для сообщений об ошибках.\n"
+msgstr "Используйте %s для сообщений об ошибках.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/si/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/si/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/si/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/si/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -234,7 +234,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "කරුණාකර දෝෂය %1 වෙතට දන්වන්න.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/sk/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/sk/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/sk/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/sk/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -164,7 +164,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Prosím nahláste chyby na %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/sl/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/sl/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/sl/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/sl/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -172,7 +172,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Za poročanje o hroščih uporabite %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/sq/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/sq/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/sq/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/sq/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -234,7 +234,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Ju lutemi raportoni gabimet tek %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/sr/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/sr/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/sr/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/sr/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -166,7 +166,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Пријавите грешке на %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/sr@ijekavian/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/sr@ijekavian/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/sr@ijekavian/kcoreaddons5_qt.po    2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/sr@ijekavian/kcoreaddons5_qt.po    2015-04-04 
14:02:19.000000000 +0200
@@ -165,7 +165,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Пријавите грешке на %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcoreaddons-5.8.0/po/sr@ijekavianlatin/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/sr@ijekavianlatin/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/sr@ijekavianlatin/kcoreaddons5_qt.po       
2015-03-07 15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/sr@ijekavianlatin/kcoreaddons5_qt.po       
2015-04-04 14:02:19.000000000 +0200
@@ -165,7 +165,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Prijavite greške na %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/sr@latin/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/sr@latin/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/sr@latin/kcoreaddons5_qt.po        2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/sr@latin/kcoreaddons5_qt.po        2015-04-04 
14:02:19.000000000 +0200
@@ -165,7 +165,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Prijavite greške na %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/sv/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/sv/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/sv/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/sv/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -152,7 +152,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Rapportera fel till %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ta/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ta/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ta/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ta/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -237,7 +237,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "வழுக்களை %1 க்குத் தெரியப்படுத்தவும்.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/te/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/te/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/te/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/te/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -243,7 +243,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "%1 కు తప్పులను తెలియచేయండి.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/tg/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/tg/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/tg/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/tg/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -247,7 +247,7 @@
 msgstr ""
 "Барои маълумот додани хатогиҳои барнома, ин алоқаро истифода баред: %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/th/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/th/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/th/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/th/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -240,7 +240,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "โปรดรายงานข้อผิดพลาดไปยัง %1\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/tr/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/tr/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/tr/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/tr/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -173,7 +173,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Lütfen hataları %s adresine bildirin.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/tt/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/tt/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/tt/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/tt/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -237,7 +237,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Хаталар турында хәбәрләр өчен %1 белән кулланыгыз.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/ug/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/ug/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/ug/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/ug/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -238,7 +238,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "كەمتۈكلەرنى %1 غا مەلۇم قىلىڭ.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/uk/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/uk/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/uk/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/uk/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -171,7 +171,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Про вади, будь ласка, повідомляйте на адресу %s.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/uz/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/uz/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/uz/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/uz/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -207,7 +207,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Iltimos, xato haqida quyidagiga xabar bering. %1\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer an %2 function."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/uz@cyrillic/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/uz@cyrillic/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/uz@cyrillic/kcoreaddons5_qt.po     2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/uz@cyrillic/kcoreaddons5_qt.po     2015-04-04 
14:02:19.000000000 +0200
@@ -206,7 +206,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Илтимос, хато ҳақида қуйидагига хабар беринг. %1\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer an %2 function."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/vi/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/vi/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/vi/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/vi/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -239,7 +239,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "Hãy thông báo lỗi nào cho %1.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer an %2 function."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/wa/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/wa/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/wa/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/wa/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -245,7 +245,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "S' i vs plait, eployîz %1 po rapoirter les bugs.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer a KDE 4 compatible factory."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/xh/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/xh/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/xh/kcoreaddons5_qt.po      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/xh/kcoreaddons5_qt.po      2015-04-04 
14:02:19.000000000 +0200
@@ -204,7 +204,7 @@
 "Nceda sebenzisa i http://bugs.kde.org ukuchaza amagciwane, ungabhaleli "
 "ababhali nkqo.\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/zh_CN/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/zh_CN/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/zh_CN/kcoreaddons5_qt.po   2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/zh_CN/kcoreaddons5_qt.po   2015-04-04 
14:02:19.000000000 +0200
@@ -166,7 +166,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "请将错误报告给 %s。\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/zh_HK/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/zh_HK/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/zh_HK/kcoreaddons5_qt.po   2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/zh_HK/kcoreaddons5_qt.po   2015-04-04 
14:02:19.000000000 +0200
@@ -227,7 +227,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "請回報問題到 %1。\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, fuzzy, qt-format
 #| msgid "The library %1 does not offer an %2 function."
 msgctxt "KPluginLoader|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/po/zh_TW/kcoreaddons5_qt.po 
new/kcoreaddons-5.9.0/po/zh_TW/kcoreaddons5_qt.po
--- old/kcoreaddons-5.8.0/po/zh_TW/kcoreaddons5_qt.po   2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/po/zh_TW/kcoreaddons5_qt.po   2015-04-04 
14:02:19.000000000 +0200
@@ -178,7 +178,7 @@
 msgid "Please report bugs to %s.\n"
 msgstr "請回報問題到 %s。\n"
 
-#: lib/plugin/kpluginloader.cpp:117
+#: lib/plugin/kpluginloader.cpp:122
 #, qt-format
 msgctxt "KPluginLoader|"
 msgid "The library %1 does not offer a KPluginFactory."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/src/lib/plugin/kpluginloader.cpp 
new/kcoreaddons-5.9.0/src/lib/plugin/kpluginloader.cpp
--- old/kcoreaddons-5.8.0/src/lib/plugin/kpluginloader.cpp      2015-03-07 
15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/src/lib/plugin/kpluginloader.cpp      2015-04-04 
14:02:19.000000000 +0200
@@ -89,6 +89,11 @@
 
     if (pluginName.isValid()) {
         d->loader->setFileName(pluginName.name());
+        if (d->loader->fileName().isEmpty()) {
+            qWarning() << "Error loading plugin" << pluginName.name() << 
d->loader->errorString() << endl
+                       << "Plugin search paths are" << 
QCoreApplication::libraryPaths() << endl
+                       << "The environment variable QT_PLUGIN_PATH might be 
not correctly set";
+        }
     } else {
         d->errorString = pluginName.errorString();
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcoreaddons-5.8.0/src/lib/util/kdelibs4configmigrator.cpp 
new/kcoreaddons-5.9.0/src/lib/util/kdelibs4configmigrator.cpp
--- old/kcoreaddons-5.8.0/src/lib/util/kdelibs4configmigrator.cpp       
2015-03-07 15:39:54.000000000 +0100
+++ new/kcoreaddons-5.9.0/src/lib/util/kdelibs4configmigrator.cpp       
2015-04-04 14:02:19.000000000 +0200
@@ -26,6 +26,7 @@
 #include <QFileInfo>
 #include <QDir>
 #include <QDebug>
+#include <QPluginLoader>
 
 class Kdelibs4ConfigMigrator::Private
 {
@@ -108,5 +109,12 @@
             }
         }
     }
+
+    // Trigger KSharedConfig::openConfig()->reparseConfiguration() via the 
framework integration plugin
+    QPluginLoader lib(QStringLiteral("kf5/FrameworkIntegrationPlugin"));
+    QObject *rootObj = lib.instance();
+    if (rootObj) {
+        QMetaObject::invokeMethod(rootObj, "reparseConfiguration");
+    }
     return true;
 }


Reply via email to