Hello community,

here is the log from the commit of package kde-print-manager for 
openSUSE:Factory checked in at 2017-06-15 11:21:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-print-manager (Old)
 and      /work/SRC/openSUSE:Factory/.kde-print-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde-print-manager"

Thu Jun 15 11:21:06 2017 rev:26 rq:501997 version:17.04.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-print-manager/kde-print-manager.changes      
2017-05-24 16:47:39.773405631 +0200
+++ /work/SRC/openSUSE:Factory/.kde-print-manager.new/kde-print-manager.changes 
2017-06-15 11:21:07.322642026 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:42:48 CEST 2017 - [email protected]
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * Fix moving print job to another printer (kde#378446)
+
+-------------------------------------------------------------------

Old:
----
  print-manager-17.04.1.tar.xz

New:
----
  print-manager-17.04.2.tar.xz

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

Other differences:
------------------
++++++ kde-print-manager.spec ++++++
--- /var/tmp/diff_new_pack.o11rlx/_old  2017-06-15 11:21:08.114530152 +0200
+++ /var/tmp/diff_new_pack.o11rlx/_new  2017-06-15 11:21:08.114530152 +0200
@@ -20,7 +20,7 @@
 %bcond_without lang
 
 Name:           kde-print-manager
-Version:        17.04.1
+Version:        17.04.2
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++++++ print-manager-17.04.1.tar.xz -> print-manager-17.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/libkcups/KCupsRequest.cpp 
new/print-manager-17.04.2/libkcups/KCupsRequest.cpp
--- old/print-manager-17.04.1/libkcups/KCupsRequest.cpp 2017-03-05 
07:04:34.000000000 +0100
+++ new/print-manager-17.04.2/libkcups/KCupsRequest.cpp 2017-05-11 
21:35:51.000000000 +0200
@@ -537,7 +537,9 @@
     KIppRequest request(CUPS_MOVE_JOB, "/jobs/");
     request.addPrinterUri(fromPrinterName);
     request.addInteger(IPP_TAG_OPERATION, IPP_TAG_INTEGER, KCUPS_JOB_ID, 
jobId);
-    request.addString(IPP_TAG_OPERATION, IPP_TAG_URI, KCUPS_JOB_PRINTER_URI, 
toPrinterName);
+
+    QString toPrinterUri = KIppRequest::assembleUrif(toPrinterName, false);
+    request.addString(IPP_TAG_OPERATION, IPP_TAG_URI, KCUPS_JOB_PRINTER_URI, 
toPrinterUri);
 
     process(request);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/ar/print-manager.po 
new/print-manager-17.04.2/po/ar/print-manager.po
--- old/print-manager-17.04.1/po/ar/print-manager.po    2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/ar/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: ٢٠١٦-٠٢-١٠ ١٢:٤٤+0300\n"
 "Last-Translator: Safa Alfulaij <[email protected]>\n"
 "Language-Team: Arabic <[email protected]>\n"
@@ -1008,7 +1008,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "تعذّر إرسال الأمر إلى مشغّل الطّابعة!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/ast/print-manager.po 
new/print-manager-17.04.2/po/ast/print-manager.po
--- old/print-manager-17.04.1/po/ast/print-manager.po   2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/ast/print-manager.po   2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2016-12-21 16:43+0100\n"
 "Last-Translator: enolp <[email protected]>\n"
 "Language-Team: Asturian <[email protected]>\n"
@@ -1005,7 +1005,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr ""
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/bg/print-manager.po 
new/print-manager-17.04.2/po/bg/print-manager.po
--- old/print-manager-17.04.1/po/bg/print-manager.po    2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/bg/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2014-05-18 23:39+0200\n"
 "Last-Translator: Svetoslav Stefanov <[email protected]>\n"
 "Language-Team: BULGARIAN <[email protected]>\n"
@@ -1022,7 +1022,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Не може да се изпрати команда към драйвера на принтера!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Неуспешно извикване на метод: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/bs/print-manager.po 
new/print-manager-17.04.2/po/bs/print-manager.po
--- old/print-manager-17.04.1/po/bs/print-manager.po    2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/bs/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kde 49i410\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2014-10-20 19:25+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian\n"
@@ -1079,7 +1079,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Nemoguće poslati naredbu drajveru štampača"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Neuspjelo prizivanje metode: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/ca/print-manager.po 
new/print-manager-17.04.2/po/ca/print-manager.po
--- old/print-manager-17.04.1/po/ca/print-manager.po    2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/ca/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-11-11 23:18+0100\n"
 "Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
@@ -1079,7 +1079,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "No s'ha pogut enviar l'ordre al controlador de la impressora!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Ha fallat en invocar un mètode: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-17.04.1/po/ca@valencia/print-manager.po 
new/print-manager-17.04.2/po/ca@valencia/print-manager.po
--- old/print-manager-17.04.1/po/ca@valencia/print-manager.po   2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/ca@valencia/print-manager.po   2017-06-06 
02:15:43.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-11-11 23:18+0100\n"
 "Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
@@ -1079,7 +1079,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "No s'ha pogut enviar l'orde al controlador de la impressora!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Ha fallat en invocar un mètode: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/cs/print-manager.po 
new/print-manager-17.04.2/po/cs/print-manager.po
--- old/print-manager-17.04.1/po/cs/print-manager.po    2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/cs/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2017-02-21 11:42+0100\n"
 "Last-Translator: Vít Pelčák <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
@@ -1074,7 +1074,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Nelze poslat příkaz ovladači tiskárny."
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Nelze spustit metodu: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/da/print-manager.po 
new/print-manager-17.04.2/po/da/print-manager.po
--- old/print-manager-17.04.1/po/da/print-manager.po    2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/da/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-05-26 22:20+0200\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
@@ -1074,7 +1074,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Kan ikke sende kommando til printerdriveren!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Kunne ikke kalde metode: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/de/print-manager.po 
new/print-manager-17.04.2/po/de/print-manager.po
--- old/print-manager-17.04.1/po/de/print-manager.po    2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/de/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-03-09 20:30+0100\n"
 "Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
@@ -1080,7 +1080,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Der Befehl kann nicht an den Druckertreiber gesendet werden"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Fehler beim Aufruf der Methode: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/el/print-manager.po 
new/print-manager-17.04.2/po/el/print-manager.po
--- old/print-manager-17.04.1/po/el/print-manager.po    2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/el/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-03-03 16:28+0200\n"
 "Last-Translator: Dimitris Kardarakos <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
@@ -1074,7 +1074,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Δεν είναι δυνατή η αποστολή εντολής στον οδηγό εκτυπωτή!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Απέτυχε  η κλήση της μεθόδου: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/en_GB/print-manager.po 
new/print-manager-17.04.2/po/en_GB/print-manager.po
--- old/print-manager-17.04.1/po/en_GB/print-manager.po 2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/en_GB/print-manager.po 2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-02-22 13:17+0000\n"
 "Last-Translator: \n"
 "Language-Team: British English <[email protected]>\n"
@@ -1074,7 +1074,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Unable to send command to printer driver!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Failed to invoke method: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/es/print-manager.po 
new/print-manager-17.04.2/po/es/print-manager.po
--- old/print-manager-17.04.1/po/es/print-manager.po    2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/es/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-02-22 19:33+0100\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
@@ -1078,7 +1078,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "No ha sido posible enviar una orden al controlador de la impresora."
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Ha ocurrido un error al invocar el método: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/et/print-manager.po 
new/print-manager-17.04.2/po/et/print-manager.po
--- old/print-manager-17.04.1/po/et/print-manager.po    2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/et/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2016-01-14 13:30+0200\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
@@ -1073,7 +1073,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Käsu saatmine printeri draiverile nurjus."
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Meetodi väljakutsumine nurjus: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/eu/print-manager.po 
new/print-manager-17.04.2/po/eu/print-manager.po
--- old/print-manager-17.04.1/po/eu/print-manager.po    2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/eu/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2014-02-09 15:54+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
@@ -1078,7 +1078,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr ""
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/fi/print-manager.po 
new/print-manager-17.04.2/po/fi/print-manager.po
--- old/print-manager-17.04.1/po/fi/print-manager.po    2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/fi/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: add-printer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-03-11 00:46+0200\n"
 "Last-Translator: Lasse Liehu <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
@@ -1074,7 +1074,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Komentoa ei voitu lähettää tulostinajurille!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Menetelmän kutsu epäonnistui: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/fr/print-manager.po 
new/print-manager-17.04.2/po/fr/print-manager.po
--- old/print-manager-17.04.1/po/fr/print-manager.po    2017-05-09 
02:18:27.000000000 +0200
+++ new/print-manager-17.04.2/po/fr/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2013-07-16 17:36+0200\n"
 "Last-Translator: Joëlle Cornavin <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
@@ -1092,7 +1092,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Il est impossible d'envoyer une commande au pilote d'imprimante !"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Il est impossible d'exécuter une méthode : %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/ga/print-manager.po 
new/print-manager-17.04.2/po/ga/print-manager.po
--- old/print-manager-17.04.1/po/ga/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/ga/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: add-printer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2012-07-31 09:30-0500\n"
 "Last-Translator: Kevin Scannell <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
@@ -1018,7 +1018,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr ""
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/gl/print-manager.po 
new/print-manager-17.04.2/po/gl/print-manager.po
--- old/print-manager-17.04.1/po/gl/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/gl/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-02-21 13:44+0100\n"
 "Last-Translator: Adrián Chaves Fernández <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
@@ -1085,7 +1085,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Non é posíbel enviar a orde ao controlador da impresora!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Non foi posíbel invocar o método: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/hu/print-manager.po 
new/print-manager-17.04.2/po/hu/print-manager.po
--- old/print-manager-17.04.1/po/hu/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/hu/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-02-24 16:12+0100\n"
 "Last-Translator: Kristóf Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
@@ -1074,7 +1074,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Nem sikerült a parancsot elküldeni a nyomtató illesztőprogramjának!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Nem sikerült a metódus hívása: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/ia/print-manager.po 
new/print-manager-17.04.2/po/ia/print-manager.po
--- old/print-manager-17.04.1/po/ia/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/ia/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2013-05-31 12:15+0200\n"
 "Last-Translator: G.Sora <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
@@ -1085,7 +1085,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Incapace de inviar commando al driver de imprimitor!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Il falleva invocar le methodo: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/it/print-manager.po 
new/print-manager-17.04.2/po/it/print-manager.po
--- old/print-manager-17.04.1/po/it/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/it/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-02-27 00:40+0100\n"
 "Last-Translator: Luigi Toscano <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
@@ -1075,7 +1075,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Impossibile inviare il comando al driver della stampante!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Impossibile invocare il metodo: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/ja/print-manager.po 
new/print-manager-17.04.2/po/ja/print-manager.po
--- old/print-manager-17.04.1/po/ja/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/ja/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: add-printer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2012-06-05 01:02-0700\n"
 "Last-Translator: Japanese KDE translation team <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
@@ -1002,7 +1002,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr ""
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/kk/print-manager.po 
new/print-manager-17.04.2/po/kk/print-manager.po
--- old/print-manager-17.04.1/po/kk/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/kk/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2013-06-16 06:28+0600\n"
 "Last-Translator: Sairan Kikkarin <[email protected]>\n"
 "Language-Team: Kazakh <[email protected]>\n"
@@ -1078,7 +1078,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Принтер драйверіне команда жіберілмейді!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Әдісті жұмсау жаңылысы: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/km/print-manager.po 
new/print-manager-17.04.2/po/km/print-manager.po
--- old/print-manager-17.04.1/po/km/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/km/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: add-printer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2012-06-29 15:40+0700\n"
 "Last-Translator: Khoem Sokhem <[email protected]>\n"
 "Language-Team: Khmer\n"
@@ -1075,7 +1075,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr ""
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/ko/print-manager.po 
new/print-manager-17.04.2/po/ko/print-manager.po
--- old/print-manager-17.04.1/po/ko/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/ko/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-07-30 17:09+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
@@ -1067,7 +1067,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "프린터 드라이버에 명령을 보낼 수 없음!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "메서드를 호출할 수 없음: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/lt/print-manager.po 
new/print-manager-17.04.2/po/lt/print-manager.po
--- old/print-manager-17.04.1/po/lt/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/lt/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: l 10n\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-12-29 20:55+0200\n"
 "Last-Translator: Mindaugas Baranauskas <[email protected]>\n"
 "Language-Team: lt <[email protected]>\n"
@@ -1086,7 +1086,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Nepavyksta nusiųsti komandos spausdintuvo tvarkyklei!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Nepavyko iškviesti metodo: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/mr/print-manager.po 
new/print-manager-17.04.2/po/mr/print-manager.po
--- old/print-manager-17.04.1/po/mr/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/mr/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2013-03-15 15:30+0530\n"
 "Last-Translator: Chetan Khona <[email protected]>\n"
 "Language-Team: Marathi <[email protected]>\n"
@@ -1013,7 +1013,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr ""
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/nb/print-manager.po 
new/print-manager-17.04.2/po/nb/print-manager.po
--- old/print-manager-17.04.1/po/nb/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/nb/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2013-08-11 17:27+0200\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
@@ -1077,7 +1077,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Klarer ikke sende kommando til skriverdriver."
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Klarte ikke å starte metode: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/nds/print-manager.po 
new/print-manager-17.04.2/po/nds/print-manager.po
--- old/print-manager-17.04.1/po/nds/print-manager.po   2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/nds/print-manager.po   2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2014-02-21 00:53+0100\n"
 "Last-Translator: Sönke Dibbern <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
@@ -1085,7 +1085,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Befehl lett sik den Druckerdriever nich tostüern!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Metood lett sik nich opropen: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/nl/print-manager.po 
new/print-manager-17.04.2/po/nl/print-manager.po
--- old/print-manager-17.04.1/po/nl/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/nl/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-02-18 10:54+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
@@ -1074,7 +1074,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Kan commando niet naar de het stuurprogramma van de printer sturen!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Methode opstarten is mislukt: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/nn/print-manager.po 
new/print-manager-17.04.2/po/nn/print-manager.po
--- old/print-manager-17.04.1/po/nn/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/nn/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2016-10-24 21:53+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
@@ -1077,7 +1077,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Klarte ikkje senda kommando til skrivardrivar."
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Klarte ikkje køyra metode: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/pa/print-manager.po 
new/print-manager-17.04.2/po/pa/print-manager.po
--- old/print-manager-17.04.1/po/pa/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/pa/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2012-12-16 13:10+0530\n"
 "Last-Translator: A S Alam <[email protected]>\n"
 "Language-Team: Punjabi/Panjabi <[email protected]>\n"
@@ -1013,7 +1013,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr ""
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/pl/print-manager.po 
new/print-manager-17.04.2/po/pl/print-manager.po
--- old/print-manager-17.04.1/po/pl/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/pl/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2016-08-20 08:31+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
@@ -1080,7 +1080,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Nie można wysłać polecenia do sterownika drukarki!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Nie udało się wywołać metody: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/pt/print-manager.po 
new/print-manager-17.04.2/po/pt/print-manager.po
--- old/print-manager-17.04.1/po/pt/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/pt/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: printer-applet\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-02-18 12:11+0000\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
@@ -1079,7 +1079,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Não é possível enviar o comando para o controlador da impressora!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Não foi possível invocar o método: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/pt_BR/print-manager.po 
new/print-manager-17.04.2/po/pt_BR/print-manager.po
--- old/print-manager-17.04.1/po/pt_BR/print-manager.po 2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/pt_BR/print-manager.po 2017-06-06 
02:15:43.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2016-01-30 00:31-0300\n"
 "Last-Translator: André Marcelo Alvarenga <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
@@ -1074,7 +1074,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Não foi possível enviar o comando para o driver da impressora!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Não foi possível chamar o método: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/ro/print-manager.po 
new/print-manager-17.04.2/po/ro/print-manager.po
--- old/print-manager-17.04.1/po/ro/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/ro/print-manager.po    2017-06-06 
02:15:43.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2014-04-04 18:49+0300\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
@@ -1087,7 +1087,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Comanda nu a putut fi trimisă către driverul imprimantei!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Metoda nu a putut fi invocată: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/ru/print-manager.po 
new/print-manager-17.04.2/po/ru/print-manager.po
--- old/print-manager-17.04.1/po/ru/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/ru/print-manager.po    2017-06-06 
02:15:44.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-04-28 06:06+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
@@ -1082,7 +1082,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Не удалось отправить команду драйверу принтера!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Не удалось вызвать метод: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/sk/print-manager.po 
new/print-manager-17.04.2/po/sk/print-manager.po
--- old/print-manager-17.04.1/po/sk/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/sk/print-manager.po    2017-06-06 
02:15:44.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-02-18 21:58+0100\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
@@ -1072,7 +1072,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Zlyhalo poslanie príkazu ovládaču tlačiarne!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Zlyhalo vyvolanie metódy: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/sl/print-manager.po 
new/print-manager-17.04.2/po/sl/print-manager.po
--- old/print-manager-17.04.1/po/sl/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/sl/print-manager.po    2017-06-06 
02:15:44.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2016-09-01 20:14+0200\n"
 "Last-Translator: Andrej Mernik <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
@@ -1076,7 +1076,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Ukaza ni mogoče poslati gonilniku tiskalnika!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Klicanje metode ni uspelo: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/sr/print-manager.po 
new/print-manager-17.04.2/po/sr/print-manager.po
--- old/print-manager-17.04.1/po/sr/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/sr/print-manager.po    2017-06-06 
02:15:44.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2016-03-20 15:25+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
@@ -1101,7 +1101,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Не могу да пошаљем наредбу драјверу штампача."
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Не могу да позовем метод: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/sv/print-manager.po 
new/print-manager-17.04.2/po/sv/print-manager.po
--- old/print-manager-17.04.1/po/sv/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/sv/print-manager.po    2017-06-06 
02:15:44.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-02-18 19:12+0100\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
@@ -1075,7 +1075,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Kan inte skicka kommando till skrivardrivrutinen."
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Misslyckades anropa metod: '%1'"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-17.04.1/po/tr/plasma_applet_org.kde.plasma.printmanager.po 
new/print-manager-17.04.2/po/tr/plasma_applet_org.kde.plasma.printmanager.po
--- 
old/print-manager-17.04.1/po/tr/plasma_applet_org.kde.plasma.printmanager.po    
    2017-05-09 02:18:28.000000000 +0200
+++ 
new/print-manager-17.04.2/po/tr/plasma_applet_org.kde.plasma.printmanager.po    
    2017-06-06 02:15:44.000000000 +0200
@@ -11,8 +11,8 @@
 "POT-Creation-Date: 2015-02-21 09:37+0000\n"
 "PO-Revision-Date: 2015-05-19 05:49+0000\n"
 "Last-Translator: Necdet <[email protected]>\n"
-"Language-Team: Turkish (http://www.transifex.com/projects/p/kdeutils-k-tr/";
-"language/tr/)\n"
+"Language-Team: Turkish "
+"(http://www.transifex.com/projects/p/kdeutils-k-tr/language/tr/)\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/tr/print-manager.po 
new/print-manager-17.04.2/po/tr/print-manager.po
--- old/print-manager-17.04.1/po/tr/print-manager.po    2017-05-09 
02:18:28.000000000 +0200
+++ new/print-manager-17.04.2/po/tr/print-manager.po    2017-06-06 
02:15:44.000000000 +0200
@@ -8,11 +8,11 @@
 msgstr ""
 "Project-Id-Version: kdeutils-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-05-19 05:55+0000\n"
 "Last-Translator: Necdet <[email protected]>\n"
-"Language-Team: Turkish (http://www.transifex.com/projects/p/kdeutils-k-tr/";
-"language/tr/)\n"
+"Language-Team: Turkish "
+"(http://www.transifex.com/projects/p/kdeutils-k-tr/language/tr/)\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -258,8 +258,8 @@
 "</PRE>\n"
 "\n"
 "<P>Yazıcınızla kullanılacak doğru URI için\n"
-"<A HREF=\"http://localhost:631/help/network.html\"; TARGET=\"_blank\">"
-"\"AğYazıcıları\"</A> sayfasına bakın.</P>\n"
+"<A HREF=\"http://localhost:631/help/network.html\"; TARGET=\"_blank\">\""
+"AğYazıcıları\"</A> sayfasına bakın.</P>\n"
 "</TD>\n"
 "</TR>\n"
 "</TABLE>"
@@ -769,10 +769,10 @@
 "right:0px; -qt-block-indent:0; text-indent:0px;\">socket://hostname:9100</"
 "p></body></html>"
 msgstr ""
-"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/";
-"REC-html40/strict.dtd\">\n"
-"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css"
-"\">\n"
+"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR";
+"/REC-html40/strict.dtd\">\n"
+"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\""
+">\n"
 "p, li { white-space: pre-wrap; }\n"
 "</style></head><body style=\" font-family:'DejaVu Sans'; font-size:9pt; font-"
 "weight:400; font-style:normal;\">\n"
@@ -780,32 +780,32 @@
 "right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-"
 "size:10pt;\">Örnekler:</span></p>\n"
 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
-"right:0px; -qt-block-indent:0; text-indent:0px;\">http://sunucuadı:631/ipp/</"
-"p>\n"
+"right:0px; -qt-block-indent:0; text-indent:0px;\""
+">http://sunucuadı:631/ipp/</p>\n"
 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
-"right:0px; -qt-block-indent:0; text-indent:0px;\">http://sunucuadı:631/ipp/";
-"port1</p>\n"
+"right:0px; -qt-block-indent:0; text-indent:0px;\""
+">http://sunucuadı:631/ipp/port1</p>\n"
 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; "
-"margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></"
-"p>\n"
+"margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\""
+"></p>\n"
 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
 "right:0px; -qt-block-indent:0; text-indent:0px;\">ipp://sunucuadı/ipp/</p>\n"
 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
-"right:0px; -qt-block-indent:0; text-indent:0px;\">ipp://sunucuadı/ipp/port1</"
-"p>\n"
+"right:0px; -qt-block-indent:0; text-indent:0px;\""
+">ipp://sunucuadı/ipp/port1</p>\n"
 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; "
-"margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></"
-"p>\n"
+"margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\""
+"></p>\n"
 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
 "right:0px; -qt-block-indent:0; text-indent:0px;\">lpd://sunucuadı/queue</p>\n"
 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; "
-"margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></"
-"p>\n"
+"margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\""
+"></p>\n"
 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
 "right:0px; -qt-block-indent:0; text-indent:0px;\">socket://sunucuadı</p>\n"
 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
-"right:0px; -qt-block-indent:0; text-indent:0px;\">socket://sunucuadı:9100</"
-"p></body></html>"
+"right:0px; -qt-block-indent:0; text-indent:0px;\""
+">socket://sunucuadı:9100</p></body></html>"
 
 #. i18n: ectx: property (text), widget (QLabel, membersL)
 #: configure-printer/ModifyPrinter.ui:113
@@ -1076,7 +1076,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Yazıcı sürücüsüne komut gönderilemedi!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Yöntem çalıştırılamadı: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/ug/print-manager.po 
new/print-manager-17.04.2/po/ug/print-manager.po
--- old/print-manager-17.04.1/po/ug/print-manager.po    2017-05-09 
02:18:29.000000000 +0200
+++ new/print-manager-17.04.2/po/ug/print-manager.po    2017-06-06 
02:15:44.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur <[email protected]>\n"
@@ -1010,7 +1010,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr ""
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/uk/print-manager.po 
new/print-manager-17.04.2/po/uk/print-manager.po
--- old/print-manager-17.04.1/po/uk/print-manager.po    2017-05-09 
02:18:29.000000000 +0200
+++ new/print-manager-17.04.2/po/uk/print-manager.po    2017-06-06 
02:15:44.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-02-18 17:20+0200\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
@@ -1079,7 +1079,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "Не вдалося надіслати команду драйверу принтера!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "Не вдалося викликати метод: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/zh_CN/print-manager.po 
new/print-manager-17.04.2/po/zh_CN/print-manager.po
--- old/print-manager-17.04.1/po/zh_CN/print-manager.po 2017-05-09 
02:18:29.000000000 +0200
+++ new/print-manager-17.04.2/po/zh_CN/print-manager.po 2017-06-06 
02:15:44.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-03-01 12:16-0500\n"
 "Last-Translator: Weng Xuetian <[email protected]>\n"
 "Language-Team: Chinese Simplified <[email protected]>\n"
@@ -1067,7 +1067,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "无法发送命令到打印机驱动!"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "无法调用方法:%1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.04.1/po/zh_TW/print-manager.po 
new/print-manager-17.04.2/po/zh_TW/print-manager.po
--- old/print-manager-17.04.1/po/zh_TW/print-manager.po 2017-05-09 
02:18:29.000000000 +0200
+++ new/print-manager-17.04.2/po/zh_TW/print-manager.po 2017-06-06 
02:15:44.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-05-12 04:57+0200\n"
 "PO-Revision-Date: 2015-02-20 22:57+0800\n"
 "Last-Translator: Franklin Weng <[email protected]>\n"
 "Language-Team: Chinese Traditional <[email protected]>\n"
@@ -1066,7 +1066,7 @@
 msgid "Unable to send command to printer driver!"
 msgstr "無法傳送指令給印表機驅動程式。"
 
-#: libkcups/KCupsRequest.cpp:579
+#: libkcups/KCupsRequest.cpp:581
 #, kde-format
 msgid "Failed to invoke method: %1"
 msgstr "呼叫方法失敗:%1"


Reply via email to