Hello community,

here is the log from the commit of package kde-print-manager for 
openSUSE:Leap:15.2 checked in at 2020-05-25 13:41:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kde-print-manager (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.kde-print-manager.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde-print-manager"

Mon May 25 13:41:16 2020 rev:44 rq:806442 version:20.04.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kde-print-manager/kde-print-manager.changes    
2020-05-13 03:51:44.220187374 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.kde-print-manager.new.2738/kde-print-manager.changes
  2020-05-25 13:41:21.895239388 +0200
@@ -1,0 +2,9 @@
+Fri May 15 15:42:23 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-05-apps-update
+- No code change since 20.04.0
+
+-------------------------------------------------------------------
@@ -16,2 +24,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-rc
@@ -26,2 +32,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-beta
@@ -41 +46 @@
-  * https://www.kde.org/announcements/releases/19.12.3
+  * https://kde.org/announcements/releases/2020-03-apps-update
@@ -55 +60 @@
-  * https://www.kde.org/announcements/releases/19.12.2
+  * https://kde.org/announcements/releases/2020-02-apps-update

Old:
----
  print-manager-20.04.0.tar.xz
  print-manager-20.04.0.tar.xz.sig

New:
----
  print-manager-20.04.1.tar.xz
  print-manager-20.04.1.tar.xz.sig

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

Other differences:
------------------
++++++ kde-print-manager.spec ++++++
--- /var/tmp/diff_new_pack.UFqH3E/_old  2020-05-25 13:41:22.423240525 +0200
+++ /var/tmp/diff_new_pack.UFqH3E/_new  2020-05-25 13:41:22.427240534 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kde-print-manager
-Version:        20.04.0
+Version:        20.04.1
 Release:        0
 Summary:        A print manager for KDE
 License:        GPL-2.0-or-later


++++++ print-manager-20.04.0.tar.xz -> print-manager-20.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-20.04.0/CMakeLists.txt 
new/print-manager-20.04.1/CMakeLists.txt
--- old/print-manager-20.04.0/CMakeLists.txt    2020-04-17 02:29:37.000000000 
+0200
+++ new/print-manager-20.04.1/CMakeLists.txt    2020-05-12 03:16:32.000000000 
+0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "20")
 set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "0")
+set (RELEASE_SERVICE_VERSION_MICRO "1")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(print-manager VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-20.04.0/org.kde.print-manager.metainfo.xml 
new/print-manager-20.04.1/org.kde.print-manager.metainfo.xml
--- old/print-manager-20.04.0/org.kde.print-manager.metainfo.xml        
2020-04-15 11:09:32.000000000 +0200
+++ new/print-manager-20.04.1/org.kde.print-manager.metainfo.xml        
2020-05-11 23:17:19.000000000 +0200
@@ -16,6 +16,7 @@
   <name xml:lang="fi">Tulostinasetukset</name>
   <name xml:lang="fr">Configuration de l'imprimante</name>
   <name xml:lang="gl">Configuración de impresoras</name>
+  <name xml:lang="ia">Configuration de imprimitor</name>
   <name xml:lang="id">Konfigurasi Pencetak</name>
   <name xml:lang="it">Configurazione della stampante</name>
   <name xml:lang="ko">프린터 설정</name>
@@ -102,6 +103,7 @@
       <caption xml:lang="fi">Tulostinasetukset.</caption>
       <caption xml:lang="fr">Paramètres de l'imprimante.</caption>
       <caption xml:lang="gl">Configuración de impresoras.</caption>
+      <caption xml:lang="ia">Preferentias de imprimitor</caption>
       <caption xml:lang="id">Pengaturan pencetak.</caption>
       <caption xml:lang="it">Impostazioni della stampante.</caption>
       <caption xml:lang="ko">프린터 설정입니다.</caption>
@@ -125,9 +127,9 @@
   </categories>
   <icon type="stock">printer</icon>
   <releases>
+    <release version="20.04.1" date="2020-05-14"/>
     <release version="20.04.0" date="2020-04-23"/>
     <release version="19.12.3" date="2020-03-05"/>
     <release version="19.12.2" date="2020-02-06"/>
-    <release version="19.12.1" date="2020-01-09"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-20.04.0/po/el/plasma_applet_org.kde.plasma.printmanager.po 
new/print-manager-20.04.1/po/el/plasma_applet_org.kde.plasma.printmanager.po
--- 
old/print-manager-20.04.0/po/el/plasma_applet_org.kde.plasma.printmanager.po    
    2020-04-17 02:29:35.000000000 +0200
+++ 
new/print-manager-20.04.1/po/el/plasma_applet_org.kde.plasma.printmanager.po    
    2020-05-12 03:16:31.000000000 +0200
@@ -2,7 +2,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Antonis Geralis <capoio...@gmail.com>, 2012, 2013.
-# Stelios <ssta...@gmail.com>, 2013.
+# Stelios <ssta...@gmail.com>, 2013, 2020.
 # Dimitris Kardarakos <dimk...@gmail.com>, 2015.
 # Long Run <pvida...@gmail.com>, 2018.
 msgid ""
@@ -10,15 +10,15 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-13 03:27+0100\n"
-"PO-Revision-Date: 2018-10-18 15:46+0200\n"
-"Last-Translator: Long Run <pvida...@gmail.com>\n"
-"Language-Team: Greek <kde-i18n-...@kde.org>\n"
+"PO-Revision-Date: 2020-05-03 08:52+0300\n"
+"Last-Translator: Stelios <ssta...@gmail.com>\n"
+"Language-Team: Greek <kde-i18n...@kde.org>\n"
 "Language: el\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 2.0\n"
+"X-Generator: Lokalize 18.12.3\n"
 
 #: plasmoid/package/contents/config/config.qml:27
 msgid "General"
@@ -47,11 +47,11 @@
 
 #: plasmoid/package/contents/ui/PrinterItem.qml:132
 msgid "Resume printing"
-msgstr ""
+msgstr "Συνέχεια εκτύπωσης"
 
 #: plasmoid/package/contents/ui/PrinterItem.qml:132
 msgid "Pause printing"
-msgstr ""
+msgstr "Παύση εκτύπωσης"
 
 #: plasmoid/package/contents/ui/PrinterItem.qml:152
 msgid "Configure printer"
@@ -108,3 +108,13 @@
 #: plasmoid/package/contents/ui/printmanager.qml:86
 msgid "&Configure Printers..."
 msgstr "&Διαμόρφωση εκτυπωτών..."
+
+#~ msgid "%1, %2 active job"
+#~ msgid_plural "%1, %2 active jobs"
+#~ msgstr[0] "%1, %2 ενεργή εργασία"
+#~ msgstr[1] "%1, %2 ενεργές εργασίες"
+
+#~ msgid "%1, %2 job"
+#~ msgid_plural "%1, %2 jobs"
+#~ msgstr[0] "%1, %2 εργασία"
+#~ msgstr[1] "%1, %2 εργασίες"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-20.04.0/po/el/print-manager.po 
new/print-manager-20.04.1/po/el/print-manager.po
--- old/print-manager-20.04.0/po/el/print-manager.po    2020-04-17 
02:29:35.000000000 +0200
+++ new/print-manager-20.04.1/po/el/print-manager.po    2020-05-12 
03:16:31.000000000 +0200
@@ -4,13 +4,13 @@
 # Αντώνης Γέραλης <capoio...@gmail.com>, 2012, 2013.
 # Dimitris Kardarakos <dimk...@gmail.com>, 2015.
 # Long Run <pvida...@gmail.com>, 2018.
-# Stelios <ssta...@gmail.com>, 2019.
+# Stelios <ssta...@gmail.com>, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-04-08 09:32+0200\n"
-"PO-Revision-Date: 2019-07-26 10:54+0300\n"
+"PO-Revision-Date: 2020-05-03 08:56+0300\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
 "Language: el\n"
@@ -1518,10 +1518,9 @@
 msgstr "Μετακίνηση στο"
 
 #: printqueue/PrintQueueUi.cpp:334
-#, fuzzy, kde-format
-#| msgid "Authenticated"
+#, kde-format
 msgid "Authenticate"
-msgstr "Πιστοποιημένο"
+msgstr "Ταυτοποίηση"
 
 #: printqueue/PrintQueueUi.cpp:444
 #, kde-format
@@ -1565,7 +1564,7 @@
 #: printqueue/PrintQueueUi.cpp:601
 #, kde-format
 msgid "Enter credentials to print from <b>%1</b>"
-msgstr ""
+msgstr "Δώστε τα διαπιστευτήρια για να γίνει εκτύπωση από το <b>%1</b>"
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, PrintQueueUi)
 #: printqueue/PrintQueueUi.ui:20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-20.04.0/po/fr/plasma_applet_org.kde.plasma.printmanager.po 
new/print-manager-20.04.1/po/fr/plasma_applet_org.kde.plasma.printmanager.po
--- 
old/print-manager-20.04.0/po/fr/plasma_applet_org.kde.plasma.printmanager.po    
    2020-04-17 02:29:35.000000000 +0200
+++ 
new/print-manager-20.04.1/po/fr/plasma_applet_org.kde.plasma.printmanager.po    
    2020-05-12 03:16:31.000000000 +0200
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 19.07.70\n"
+"X-Generator: Lokalize 20.07.70\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-20.04.0/po/ia/plasma_applet_org.kde.plasma.printmanager.po 
new/print-manager-20.04.1/po/ia/plasma_applet_org.kde.plasma.printmanager.po
--- 
old/print-manager-20.04.0/po/ia/plasma_applet_org.kde.plasma.printmanager.po    
    2020-04-17 02:29:35.000000000 +0200
+++ 
new/print-manager-20.04.1/po/ia/plasma_applet_org.kde.plasma.printmanager.po    
    2020-05-12 03:16:31.000000000 +0200
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Giovanni Sora <g.s...@tiscali.it>, 2013, 2017, 2018.
+# Giovanni Sora <g.s...@tiscali.it>, 2013, 2017, 2018, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-13 03:27+0100\n"
-"PO-Revision-Date: 2018-12-27 16:49+0100\n"
-"Last-Translator: giovanni <g.s...@tiscali.it>\n"
+"PO-Revision-Date: 2020-05-09 23:32+0100\n"
+"Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
 "Language: ia\n"
 "MIME-Version: 1.0\n"
@@ -43,14 +43,12 @@
 msgstr "On non trovava alcun imprimitor configurate o discoperite"
 
 #: plasmoid/package/contents/ui/PrinterItem.qml:132
-#, fuzzy
-#| msgid "Reprint"
 msgid "Resume printing"
-msgstr "Reimprime"
+msgstr "Reinitia imprimer"
 
 #: plasmoid/package/contents/ui/PrinterItem.qml:132
 msgid "Pause printing"
-msgstr ""
+msgstr "Pausar Imprimer"
 
 #: plasmoid/package/contents/ui/PrinterItem.qml:152
 msgid "Configure printer"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-20.04.0/po/ko/plasma_applet_org.kde.plasma.printmanager.po 
new/print-manager-20.04.1/po/ko/plasma_applet_org.kde.plasma.printmanager.po
--- 
old/print-manager-20.04.0/po/ko/plasma_applet_org.kde.plasma.printmanager.po    
    2020-04-17 02:29:35.000000000 +0200
+++ 
new/print-manager-20.04.1/po/ko/plasma_applet_org.kde.plasma.printmanager.po    
    2020-05-12 03:16:31.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-13 03:27+0100\n"
-"PO-Revision-Date: 2020-02-16 00:38+0100\n"
+"PO-Revision-Date: 2020-04-20 23:55+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
 "Language: ko\n"
@@ -56,7 +56,7 @@
 
 #: plasmoid/package/contents/ui/PrinterItem.qml:153
 msgid "Open print queue"
-msgstr "인쇄 큐 열기"
+msgstr "인쇄 대기열 열기"
 
 #: plasmoid/package/contents/ui/PrinterItem.qml:272
 msgid "No active jobs"
@@ -83,7 +83,7 @@
 #: plasmoid/package/contents/ui/printmanager.qml:44
 msgid "There is one print job in the queue"
 msgid_plural "There are %1 print jobs in the queue"
-msgstr[0] "인쇄 큐에 작업이 %1개 있음"
+msgstr[0] "인쇄 대기열에 작업이 %1개 있음"
 
 #: plasmoid/package/contents/ui/printmanager.qml:53
 msgctxt "Printing document name with printer name"
@@ -97,7 +97,7 @@
 
 #: plasmoid/package/contents/ui/printmanager.qml:58
 msgid "Print queue is empty"
-msgstr "인쇄 큐가 비어 있음"
+msgstr "인쇄 대기열이 비어 있음"
 
 #: plasmoid/package/contents/ui/printmanager.qml:86
 msgid "&Configure Printers..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-20.04.0/po/ko/print-manager.po 
new/print-manager-20.04.1/po/ko/print-manager.po
--- old/print-manager-20.04.0/po/ko/print-manager.po    2020-04-17 
02:29:35.000000000 +0200
+++ new/print-manager-20.04.1/po/ko/print-manager.po    2020-05-12 
03:16:31.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-04-08 09:32+0200\n"
-"PO-Revision-Date: 2020-01-27 00:22+0100\n"
+"PO-Revision-Date: 2020-04-21 00:37+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
 "Language: ko\n"
@@ -74,7 +74,7 @@
 #: add-printer/ChooseLpd.ui:36
 #, kde-format
 msgid "Queue:"
-msgstr "큐:"
+msgstr "대기열:"
 
 #. i18n: ectx: property (text), widget (QPushButton, detectPB)
 #: add-printer/ChooseLpd.ui:51
@@ -538,12 +538,12 @@
 #: add-printer/PageDestinations.cpp:366
 #, kde-format
 msgid "LPD/LPR queue"
-msgstr "LPD/LPR 큐"
+msgstr "LPD/LPR 대기열"
 
 #: add-printer/PageDestinations.cpp:368
 #, kde-format
 msgid "LPD/LPR queue %1"
-msgstr "LPD/LPR 큐 %1"
+msgstr "LPD/LPR 대기열 %1"
 
 #: add-printer/PageDestinations.cpp:371
 #, kde-format
@@ -1322,7 +1322,7 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Open Print Queue"
-msgstr "인쇄 큐 열기"
+msgstr "인쇄 대기열 열기"
 
 #. i18n: ectx: property (text), widget (KMessageWidget, errorMessage)
 #: printer-manager-kcm/PrinterDescription.ui:288
@@ -1362,7 +1362,7 @@
 #, kde-format
 msgctxt "@action:intoolbar"
 msgid "Show printers shared by other systems"
-msgstr "다른 시스템에서 공유한 프린터 보이기"
+msgstr "다른 시스템에서 공유한 프린터 표시"
 
 #: printer-manager-kcm/PrintKCM.cpp:85
 #, kde-format
@@ -1457,12 +1457,12 @@
 #: printqueue/main.cpp:38 printqueue/main.cpp:40
 #, kde-format
 msgid "Print Queue"
-msgstr "인쇄 큐"
+msgstr "인쇄 대기열"
 
 #: printqueue/main.cpp:52
 #, kde-format
 msgid "Show printer queue(s)"
-msgstr "인쇄 큐 보이기"
+msgstr "인쇄 대기열 표시"
 
 #: printqueue/PrintQueueUi.cpp:222
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-20.04.0/po/nn/plasma_applet_org.kde.plasma.printmanager.po 
new/print-manager-20.04.1/po/nn/plasma_applet_org.kde.plasma.printmanager.po
--- 
old/print-manager-20.04.0/po/nn/plasma_applet_org.kde.plasma.printmanager.po    
    2020-04-17 02:29:36.000000000 +0200
+++ 
new/print-manager-20.04.1/po/nn/plasma_applet_org.kde.plasma.printmanager.po    
    2020-05-12 03:16:31.000000000 +0200
@@ -14,7 +14,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.12.2\n"
+"X-Generator: Lokalize 19.12.3\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-20.04.0/po/pl/print-manager.po 
new/print-manager-20.04.1/po/pl/print-manager.po
--- old/print-manager-20.04.0/po/pl/print-manager.po    2020-04-17 
02:29:36.000000000 +0200
+++ new/print-manager-20.04.1/po/pl/print-manager.po    2020-05-12 
03:16:31.000000000 +0200
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>, 2012, 2013, 2014, 2015, 
2016, 2018, 2019.
+# Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>, 2012, 2013, 2014, 2015, 
2016, 2018, 2019, 2020.
 # Marta Rybczyńska <kde-i...@rybczynska.net>, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-04-08 09:32+0200\n"
-"PO-Revision-Date: 2019-11-11 08:39+0100\n"
+"PO-Revision-Date: 2020-04-19 09:33+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
 "Language: pl\n"
@@ -17,7 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 19.07.70\n"
+"X-Generator: Lokalize 20.07.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -1586,7 +1586,7 @@
 #: printqueue/PrintQueueUi.ui:233
 #, kde-format
 msgid "Cancel"
-msgstr "Zaniechaj"
+msgstr "Anuluj"
 
 #. i18n: ectx: property (text), widget (QPushButton, holdJobPB)
 #: printqueue/PrintQueueUi.ui:253
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-20.04.0/po/zh_CN/plasma_applet_org.kde.plasma.printmanager.po 
new/print-manager-20.04.1/po/zh_CN/plasma_applet_org.kde.plasma.printmanager.po
--- 
old/print-manager-20.04.0/po/zh_CN/plasma_applet_org.kde.plasma.printmanager.po 
    2020-04-17 02:29:36.000000000 +0200
+++ 
new/print-manager-20.04.1/po/zh_CN/plasma_applet_org.kde.plasma.printmanager.po 
    2020-05-12 03:16:32.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-13 03:27+0100\n"
-"PO-Revision-Date: 2020-03-25 19:57\n"
+"PO-Revision-Date: 2020-05-09 13:52\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-20.04.0/po/zh_CN/print-manager.po 
new/print-manager-20.04.1/po/zh_CN/print-manager.po
--- old/print-manager-20.04.0/po/zh_CN/print-manager.po 2020-04-17 
02:29:36.000000000 +0200
+++ new/print-manager-20.04.1/po/zh_CN/print-manager.po 2020-05-12 
03:16:32.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-04-08 09:32+0200\n"
-"PO-Revision-Date: 2020-03-25 19:57\n"
+"PO-Revision-Date: 2020-05-09 13:52\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-20.04.0/print-manager-kded/printmanager.json 
new/print-manager-20.04.1/print-manager-kded/printmanager.json
--- old/print-manager-20.04.0/print-manager-kded/printmanager.json      
2020-04-15 11:09:32.000000000 +0200
+++ new/print-manager-20.04.1/print-manager-kded/printmanager.json      
2020-05-11 23:17:19.000000000 +0200
@@ -6,6 +6,7 @@
         "Description[cs]": "Informovat, když je detekována nová tiskárna a při 
tiskových problémech",
         "Description[da]": "Giv besked når en ny printer detekteres eller der 
er udskriftsproblemer",
         "Description[de]": "Benachrichtigung über neu erkannte Drucker und 
Probleme beim Drucken",
+        "Description[el]": "Ενημερώνει σχετικά με την ανίχνευση νέου εκτυπωτή 
και για προβλήματα εκτύπωσης",
         "Description[en_GB]": "Inform when a new printer is detected, and 
print problems",
         "Description[es]": "Informa cuando se detecta una nueva impresora y de 
los problemas de impresión",
         "Description[et]": "Teavitamine uue printeri tuvastamise korral ja 
probleemide näitamine",
@@ -13,10 +14,12 @@
         "Description[fi]": "Ilmoita uusista tulostimista sekä 
tulostusongelmista",
         "Description[fr]": "Informe lors de la détection d'une nouvelle 
imprimante et affiche les problèmes",
         "Description[gl]": "Informar ao detectar unha nova impresora e 
problemas de impresión",
+        "Description[ia]": "Informa quando un nove imrimitor es relevate, e 
problemas de imprimer",
         "Description[it]": "Informa quando viene rilevata una nuova stampante 
o se ci sono problemi di stampa",
         "Description[ko]": "새 프린터가 감지되거나 문제가 생겼을 때 알림",
         "Description[lt]": "Informuoti aptikus naują spausdintuvą ir 
spausdinimo problemas",
         "Description[nl]": "Toon wanneer een nieuwe printer is ontdekt en toon 
problemen",
+        "Description[nn]": "Varsla når ein ny skrivar eller utskriftsproblem 
vert oppdaga",
         "Description[pt]": "Informa quando é detectada uma nova impressora, 
bem como problemas na impressão",
         "Description[pt_BR]": "Informa quando uma nova impressora for 
detectada ou ocorrerem erros de impressão",
         "Description[ru]": "Сообщает об обнаружении новых принтеров и проблем 
с печатью",
@@ -32,6 +35,7 @@
         "Name[cs]": "Správce tisku",
         "Name[da]": "Udskriftshåndtering",
         "Name[de]": "Druckerverwaltung",
+        "Name[el]": "Διαχείριση εκτυπώσεων",
         "Name[en_GB]": "Print Manager",
         "Name[es]": "Gestor de impresión",
         "Name[et]": "Trükkimishaldur",
@@ -39,10 +43,12 @@
         "Name[fi]": "Tulostushallinta",
         "Name[fr]": "Gestionnaire d'impression",
         "Name[gl]": "Xestor de impresión",
+        "Name[ia]": "Gerente de imprimer",
         "Name[it]": "Gestore delle stampe",
         "Name[ko]": "인쇄 관리자",
         "Name[lt]": "Spausdinimo tvarkytuvė",
         "Name[nl]": "Afdrukbeheer",
+        "Name[nn]": "Utskriftshandsamar",
         "Name[pt]": "Gestor de Impressão",
         "Name[pt_BR]": "Gerenciador de impressão",
         "Name[ru]": "Диспетчер печати",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-20.04.0/printqueue/org.kde.PrintQueue.desktop 
new/print-manager-20.04.1/printqueue/org.kde.PrintQueue.desktop
--- old/print-manager-20.04.0/printqueue/org.kde.PrintQueue.desktop     
2020-04-15 11:09:32.000000000 +0200
+++ new/print-manager-20.04.1/printqueue/org.kde.PrintQueue.desktop     
2020-05-11 23:17:19.000000000 +0200
@@ -19,7 +19,7 @@
 Name[id]=Antrean Cetak
 Name[it]=Coda di stampa
 Name[ja]=印刷キュー
-Name[ko]=인쇄 큐
+Name[ko]=인쇄 대기열
 Name[lt]=Spausdinimo eilė
 Name[nl]=Printwachtrij
 Name[nn]=Utskriftskø


Reply via email to