Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kjobwidgets for openSUSE:Factory 
checked in at 2026-01-12 10:11:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kjobwidgets (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kjobwidgets.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kjobwidgets"

Mon Jan 12 10:11:52 2026 rev:23 rq:1326436 version:6.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kjobwidgets/kf6-kjobwidgets.changes  
2025-12-16 15:56:50.932320452 +0100
+++ 
/work/SRC/openSUSE:Factory/.kf6-kjobwidgets.new.1928/kf6-kjobwidgets.changes    
    2026-01-12 10:16:14.124945158 +0100
@@ -1,0 +2,12 @@
+Sun Jan  4 14:47:15 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.22.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.22.0
+- Changes since 6.21.0:
+  * Update dependency version to 6.22.0
+  * Remove duplicate headers in same file
+  * Update version to 6.22.0
+
+-------------------------------------------------------------------

Old:
----
  kjobwidgets-6.21.0.tar.xz
  kjobwidgets-6.21.0.tar.xz.sig

New:
----
  kjobwidgets-6.22.0.tar.xz
  kjobwidgets-6.22.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-kjobwidgets.spec ++++++
--- /var/tmp/diff_new_pack.ipz4nC/_old  2026-01-12 10:16:15.352995587 +0100
+++ /var/tmp/diff_new_pack.ipz4nC/_new  2026-01-12 10:16:15.356995751 +0100
@@ -32,11 +32,11 @@
 %define mypython_sitearch %{expand:%%%{mypython}_sitearch}
 %endif
 
-# Full KF6 version (e.g. 6.21.0)
+# Full KF6 version (e.g. 6.22.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_without released
 Name:           kf6-kjobwidgets
-Version:        6.21.0
+Version:        6.22.0
 Release:        0
 Summary:        Widgets for showing progress of asynchronous jobs
 License:        LGPL-2.1-or-later


++++++ kjobwidgets-6.21.0.tar.xz -> kjobwidgets-6.22.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-6.21.0/CMakeLists.txt 
new/kjobwidgets-6.22.0/CMakeLists.txt
--- old/kjobwidgets-6.21.0/CMakeLists.txt       2025-12-05 14:23:30.000000000 
+0100
+++ new/kjobwidgets-6.22.0/CMakeLists.txt       2026-01-02 18:43:03.000000000 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.21.0") # handled by release scripts
-set(KF_DEP_VERSION "6.21.0") # handled by release scripts
+set(KF_VERSION "6.22.0") # handled by release scripts
+set(KF_DEP_VERSION "6.22.0") # handled by release scripts
 project(KJobWidgets VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 6.21.0  NO_MODULE)
+find_package(ECM 6.22.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -61,8 +61,8 @@
                         SOVERSION 6)
 
 ecm_set_disabled_deprecation_versions(
-    QT 6.10.0
-    KF 6.19.0
+    QT 6.11.0
+    KF 6.21.0
 )
 
 ecm_install_po_files_as_qm(poqm)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kjobwidgets-6.21.0/autotests/kuiserver2jobtrackertest.cpp 
new/kjobwidgets-6.22.0/autotests/kuiserver2jobtrackertest.cpp
--- old/kjobwidgets-6.21.0/autotests/kuiserver2jobtrackertest.cpp       
2025-12-05 14:23:30.000000000 +0100
+++ new/kjobwidgets-6.22.0/autotests/kuiserver2jobtrackertest.cpp       
2026-01-02 18:43:03.000000000 +0100
@@ -7,8 +7,6 @@
 
 #include "../tests/kjobtrackerstest.h"
 #include <QDebug>
-#include <QObject>
-#include <QTest>
 
 #include <QObject>
 #include <QSignalSpy>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-6.21.0/poqm/cs/kjobwidgets6_qt.po 
new/kjobwidgets-6.22.0/poqm/cs/kjobwidgets6_qt.po
--- old/kjobwidgets-6.21.0/poqm/cs/kjobwidgets6_qt.po   2025-12-05 
14:23:30.000000000 +0100
+++ new/kjobwidgets-6.22.0/poqm/cs/kjobwidgets6_qt.po   2026-01-02 
18:43:03.000000000 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl <[email protected]>, 2010, 2011, 2012.
-# SPDX-FileCopyrightText: 2011, 2012, 2013, 2014, 2015, 2020, 2023 Vít Pelčák 
<[email protected]>
+# SPDX-FileCopyrightText: 2011, 2012, 2013, 2014, 2015, 2020, 2023, 2025 Vít 
Pelčák <[email protected]>
 # Tomáš Chvátal <[email protected]>, 2012, 2013.
 # Vit Pelcak <[email protected]>, 2022.
 #
@@ -10,7 +10,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: 2023-10-12 16:42+0200\n"
+"PO-Revision-Date: 2025-12-01 10:06+0100\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 23.08.1\n"
+"X-Generator: Lokalize 25.08.3\n"
 "X-Language: cs_CZ\n"
 "X-Source-Language: en_US\n"
 "X-Qt-Contexts: true\n"
@@ -26,7 +26,7 @@
 #: kinhibitionjobtracker.cpp:80
 msgctxt "KInhibitionJobTracker|"
 msgid "Job in progress"
-msgstr ""
+msgstr "Úloha probíhá"
 
 #: kjobtrackerformatters.cpp:27
 #, qt-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-6.21.0/poqm/ga/kjobwidgets6_qt.po 
new/kjobwidgets-6.22.0/poqm/ga/kjobwidgets6_qt.po
--- old/kjobwidgets-6.21.0/poqm/ga/kjobwidgets6_qt.po   2025-12-05 
14:23:30.000000000 +0100
+++ new/kjobwidgets-6.22.0/poqm/ga/kjobwidgets6_qt.po   2026-01-02 
18:43:03.000000000 +0100
@@ -4,19 +4,19 @@
 # Sean V. Kelley <[email protected]>, 1999
 # Séamus Ó Ciardhuáin <seoc at iolfree.ie>, 2003,2004
 # Kevin Scannell <[email protected]>, 2004-2009
+# SPDX-FileCopyrightText: 2025 Charlotte <[email protected]>
 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: 2004-12-14 09:11-0600\n"
-"Last-Translator: Kevin Scannell <[email protected]>\n"
+"PO-Revision-Date: 2025-12-19 01:26+0000\n"
+"Last-Translator: Charlotte <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
 "Language: ga\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
 "Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? "
 "3 : 4\n"
 "X-Qt-Contexts: true\n"
@@ -24,381 +24,296 @@
 #: kinhibitionjobtracker.cpp:80
 msgctxt "KInhibitionJobTracker|"
 msgid "Job in progress"
-msgstr ""
+msgstr "Obair ag rith"
 
 #: kjobtrackerformatters.cpp:27
-#, fuzzy, qt-format
-#| msgctxt "@item:intext %1 is a real number, e.g. 1.23 days"
-#| msgid "%1 days"
+#, qt-format
 msgctxt "KJobTrackerFormatters|@item:intext"
 msgid "%n day(s)"
 msgid_plural "%n day(s)"
-msgstr[0] "%1 lá"
-msgstr[1] "%1 lá"
-msgstr[2] "%1 lá"
-msgstr[3] "%1 lá"
-msgstr[4] "%1 lá"
+msgstr[0] "%n lá"
+msgstr[1] "%n lá"
+msgstr[2] "%n lá"
+msgstr[3] "%n lá"
+msgstr[4] "%n lá"
 
 #: kjobtrackerformatters.cpp:34
-#, fuzzy, qt-format
-#| msgctxt "@item:intext %1 is a real number, e.g. 1.23 hours"
-#| msgid "%1 hours"
+#, qt-format
 msgctxt "KJobTrackerFormatters|@item:intext"
 msgid "%n hour(s)"
 msgid_plural "%n hour(s)"
-msgstr[0] "%1 uair"
-msgstr[1] "%1 uair"
-msgstr[2] "%1 uair"
-msgstr[3] "%1 uair"
-msgstr[4] "%1 uair"
+msgstr[0] "%n uair"
+msgstr[1] "%n uair"
+msgstr[2] "%n uair"
+msgstr[3] "%n uair"
+msgstr[4] "%n uair"
 
 #: kjobtrackerformatters.cpp:41
-#, fuzzy, qt-format
-#| msgctxt "@item:intext %1 is a real number, e.g. 1.23 minutes"
-#| msgid "%1 minutes"
+#, qt-format
 msgctxt "KJobTrackerFormatters|@item:intext"
 msgid "%n minute(s)"
 msgid_plural "%n minute(s)"
-msgstr[0] "%1 nóiméad"
-msgstr[1] "%1 nóiméad"
-msgstr[2] "%1 nóiméad"
-msgstr[3] "%1 nóiméad"
-msgstr[4] "%1 nóiméad"
+msgstr[0] "%n nóiméad"
+msgstr[1] "%n nóiméad"
+msgstr[2] "%n nóiméad"
+msgstr[3] "%n nóiméad"
+msgstr[4] "%n nóiméad"
 
 #: kjobtrackerformatters.cpp:48
-#, fuzzy, qt-format
-#| msgctxt "@item:intext %1 is a real number, e.g. 1.23 seconds"
-#| msgid "%1 seconds"
+#, qt-format
 msgctxt "KJobTrackerFormatters|@item:intext"
 msgid "%n second(s)"
 msgid_plural "%n second(s)"
-msgstr[0] "%1 soicind"
-msgstr[1] "%1 soicind"
-msgstr[2] "%1 soicind"
-msgstr[3] "%1 soicind"
-msgstr[4] "%1 soicind"
+msgstr[0] "%n soicind"
+msgstr[1] "%n soicind"
+msgstr[2] "%n soicind"
+msgstr[3] "%n soicind"
+msgstr[4] "%n soicind"
 
 #: kjobtrackerformatters.cpp:69
-#, fuzzy, qt-format
-#| msgctxt ""
-#| "@item:intext days and hours. This uses the previous item:intext messages. "
-#| "If this does not fit the grammar of your language please contact the i18n "
-#| "team to solve the problem"
-#| msgid "%1 and %2"
+#, qt-format
 msgctxt "KJobTrackerFormatters|@item:intext days and hours."
 msgid "%1 and %2"
 msgstr "%1 agus %2"
 
 #: kjobtrackerformatters.cpp:73
-#, fuzzy, qt-format
-#| msgctxt ""
-#| "@item:intext days and hours. This uses the previous item:intext messages. "
-#| "If this does not fit the grammar of your language please contact the i18n "
-#| "team to solve the problem"
-#| msgid "%1 and %2"
+#, qt-format
 msgctxt "KJobTrackerFormatters|@item:intext hours and minutes."
 msgid "%1 and %2"
 msgstr "%1 agus %2"
 
 #: kjobtrackerformatters.cpp:78
-#, fuzzy, qt-format
-#| msgctxt ""
-#| "@item:intext days and hours. This uses the previous item:intext messages. "
-#| "If this does not fit the grammar of your language please contact the i18n "
-#| "team to solve the problem"
-#| msgid "%1 and %2"
+#, qt-format
 msgctxt "KJobTrackerFormatters|@item:intext minutes and seconds."
 msgid "%1 and %2"
 msgstr "%1 agus %2"
 
 #. Job name, e.g. Copying has failed
 #: knotificationjobuidelegate.cpp:28
-#, fuzzy, qt-format
-#| msgid "%1 (Link)"
+#, qt-format
 msgctxt "KNotificationJobUiDelegate|"
 msgid "%1 (Failed)"
-msgstr "%1 (Nasc)"
+msgstr "%1 (Teipthe)"
 
 #: kstatusbarjobtracker.cpp:161
-#, fuzzy
-#| msgid "Stop"
 msgctxt "KStatusBarJobTracker|"
 msgid "Stop"
 msgstr "Stad"
 
 #: kstatusbarjobtracker.cpp:240
-#, fuzzy
-#| msgid " Stalled "
 msgctxt "KStatusBarJobTracker|"
 msgid " Stalled "
-msgstr " Ag fanacht "
+msgstr " Loicthe "
 
 #: kstatusbarjobtracker.cpp:242
-#, fuzzy, qt-format
-#| msgid " %1/s "
+#, qt-format
 msgctxt "KStatusBarJobTracker|"
 msgid " %1/s "
 msgstr " %1/s "
 
 #: kwidgetjobtracker.cpp:282 kwidgetjobtracker.cpp:290
-#, fuzzy, qt-format
-#| msgctxt "%1 is the label, we add a ':' to it"
-#| msgid "%1:"
+#, qt-format
 msgctxt "KWidgetJobTracker|%1 is the label, we add a ':' to it"
 msgid "%1:"
 msgstr "%1:"
 
 #: kwidgetjobtracker.cpp:354
-#, fuzzy, qt-format
-#| msgid "%2 of %3 complete"
-#| msgid_plural "%2 of %3 complete"
+#, qt-format
 msgctxt "KWidgetJobTracker|"
 msgid "%1 of %2 complete"
 msgid_plural "%1 of %2 complete"
-msgstr[0] "%2 as %3 déanta"
-msgstr[1] "%2 as %3 déanta"
-msgstr[2] "%2 as %3 déanta"
-msgstr[3] "%2 as %3 déanta"
-msgstr[4] "%2 as %3 déanta"
+msgstr[0] "%1 as %2 déanta"
+msgstr[1] "%1 as %2 déanta"
+msgstr[2] "%1 as %2 déanta"
+msgstr[3] "%1 as %2 déanta"
+msgstr[4] "%1 as %2 déanta"
 
 #: kwidgetjobtracker.cpp:373 kwidgetjobtracker.cpp:391
-#, fuzzy, qt-format
-#| msgid "%2 / %1 folder"
-#| msgid_plural "%2 / %1 folders"
+#, qt-format
 msgctxt "KWidgetJobTracker|"
 msgid "%1 / %n folder(s)"
 msgid_plural "%1 / %n folder(s)"
-msgstr[0] "%2 / %1 fhillteán"
-msgstr[1] "%2 / %1 fhillteán"
-msgstr[2] "%2 / %1 fhillteán"
-msgstr[3] "%2 / %1 bhfillteán"
-msgstr[4] "%2 / %1 fillteán"
+msgstr[0] "%1 / %n fhillteán"
+msgstr[1] "%1 / %n fhillteán"
+msgstr[2] "%1 / %n fhillteán"
+msgstr[3] "%1 / %n bhfillteán"
+msgstr[4] "%1 / %n fillteán"
 
 #: kwidgetjobtracker.cpp:377 kwidgetjobtracker.cpp:396
-#, fuzzy, qt-format
-#| msgid "%2 / %1 file"
-#| msgid_plural "%2 / %1 files"
+#, qt-format
 msgctxt "KWidgetJobTracker|"
 msgid "%1 / %n file(s)"
 msgid_plural "%1 / %n file(s)"
-msgstr[0] "%2 / %1 chomhad"
-msgstr[1] "%2 / %1 chomhad"
-msgstr[2] "%2 / %1 chomhad"
-msgstr[3] "%2 / %1 gcomhad"
-msgstr[4] "%2 / %1 comhad"
+msgstr[0] "%1 / %n chomhad"
+msgstr[1] "%1 / %n chomhad"
+msgstr[2] "%1 / %n chomhad"
+msgstr[3] "%1 / %n gcomhad"
+msgstr[4] "%1 / %n comhad"
 
 #: kwidgetjobtracker.cpp:408
-#, fuzzy, qt-format
-#| msgid "%2 / %1 file"
-#| msgid_plural "%2 / %1 files"
+#, qt-format
 msgctxt "KWidgetJobTracker|"
 msgid "%1 / %n item(s)"
 msgid_plural "%1 / %n item(s)"
-msgstr[0] "%2 / %1 chomhad"
-msgstr[1] "%2 / %1 chomhad"
-msgstr[2] "%2 / %1 chomhad"
-msgstr[3] "%2 / %1 gcomhad"
-msgstr[4] "%2 / %1 comhad"
+msgstr[0] "%1 / %n mhír"
+msgstr[1] "%1 / %n mhír"
+msgstr[2] "%1 / %n mhír"
+msgstr[3] "%1 / %n mír"
+msgstr[4] "%1 / %n mír"
 
 #: kwidgetjobtracker.cpp:424
-#, fuzzy, qt-format
-#| msgid "%1% of %2"
+#, qt-format
 msgctxt "KWidgetJobTracker|"
 msgid "%1% of %2"
 msgstr "%1% as %2"
 
 #: kwidgetjobtracker.cpp:428
-#, fuzzy, qt-format
-#| msgid "%2% of 1 file"
-#| msgid_plural "%2% of %1 files"
+#, qt-format
 msgctxt "KWidgetJobTracker|"
 msgid "%1% of %n file(s)"
 msgid_plural "%1% of %n file(s)"
-msgstr[0] "%2% as 1 chomhad"
-msgstr[1] "%2% as %1 chomhad"
-msgstr[2] "%2% as %1 chomhad"
-msgstr[3] "%2% as %1 gcomhad"
-msgstr[4] "%2% as %1 comhad"
+msgstr[0] "%1% as %n chomhad"
+msgstr[1] "%1% as %n chomhad"
+msgstr[2] "%1% as %n chomhad"
+msgstr[3] "%1% as %n gcomhad"
+msgstr[4] "%1% as %n comhad"
 
 #: kwidgetjobtracker.cpp:430
-#, fuzzy, qt-format
-#| msgid "%1%"
+#, qt-format
 msgctxt "KWidgetJobTracker|"
 msgid "%1%"
 msgstr "%1%"
 
 #: kwidgetjobtracker.cpp:444
-#, fuzzy
-#| msgid "Stalled"
 msgctxt "KWidgetJobTracker|"
 msgid "Stalled"
-msgstr "Ag fanacht"
+msgstr "Loicthe"
 
 #: kwidgetjobtracker.cpp:451
-#, fuzzy, qt-format
-#| msgid "%2/s (%3 remaining)"
-#| msgid_plural "%2/s (%3 remaining)"
+#, qt-format
 msgctxt "KWidgetJobTracker|"
 msgid "%1/s (%2 remaining)"
 msgid_plural "%1/s (%2 remaining)"
-msgstr[0] "%2/s (%3 fós le déanamh)"
-msgstr[1] "%2/s (%3 fós le déanamh)"
-msgstr[2] "%2/s (%3 fós le déanamh)"
-msgstr[3] "%2/s (%3 fós le déanamh)"
-msgstr[4] "%2/s (%3 fós le déanamh)"
+msgstr[0] "%1/s (%2 fós le déanamh)"
+msgstr[1] "%1/s (%2 fós le déanamh)"
+msgstr[2] "%1/s (%2 fós le déanamh)"
+msgstr[3] "%1/s (%2 fós le déanamh)"
+msgstr[4] "%1/s (%2 fós le déanamh)"
 
 #: kwidgetjobtracker.cpp:454
-#, fuzzy, qt-format
-#| msgctxt "speed in bytes per second"
-#| msgid "%1/s"
+#, qt-format
 msgctxt "KWidgetJobTracker|speed in bytes per second"
 msgid "%1/s"
-msgstr " %1/s"
+msgstr "%1/s"
 
 #: kwidgetjobtracker.cpp:462
-#, fuzzy
-#| msgid "&Close"
 msgctxt "KWidgetJobTracker|"
 msgid "&Close"
 msgstr "&Dún"
 
 #: kwidgetjobtracker.cpp:464
-#, fuzzy
-#| msgid "Close the current window or document"
 msgctxt "KWidgetJobTracker|"
 msgid "Close the current window or document"
 msgstr "Dún an fhuinneog nó an cháipéis reatha"
 
 #: kwidgetjobtracker.cpp:478
-#, fuzzy, qt-format
-#| msgid "%1/s (done)"
+#, qt-format
 msgctxt "KWidgetJobTracker|"
 msgid "%1/s (done)"
 msgstr "%1/s (déanta)"
 
 #: kwidgetjobtracker.cpp:484
-#, fuzzy
-#| msgid "&Resume"
 msgctxt "KWidgetJobTracker|"
 msgid "&Resume"
 msgstr "&Lean"
 
 #: kwidgetjobtracker.cpp:490 kwidgetjobtracker.cpp:563
-#, fuzzy
-#| msgid "&Pause"
 msgctxt "KWidgetJobTracker|"
 msgid "&Pause"
 msgstr "&Sos"
 
 #: kwidgetjobtracker.cpp:514
-#, fuzzy
-#| msgctxt "The source url of a job"
-#| msgid "Source:"
 msgctxt "KWidgetJobTracker|The source url of a job"
 msgid "Source:"
 msgstr "Foinse:"
 
 #: kwidgetjobtracker.cpp:522
-#, fuzzy
-#| msgctxt "The destination url of a job"
-#| msgid "Destination:"
 msgctxt "KWidgetJobTracker|The destination url of a job"
 msgid "Destination:"
 msgstr "Sprioc:"
 
 #: kwidgetjobtracker.cpp:534
-#, fuzzy
-#| msgid "%1%"
 msgctxt ""
 "KWidgetJobTracker|Progress bar percent value, %p is the value, % is the "
 "percent sign. Make sure to include %p in your translation."
 msgid "%p%"
-msgstr "%1%"
+msgstr "%p%"
 
 #: kwidgetjobtracker.cpp:547 kwidgetjobtracker.cpp:747
-#, fuzzy
-#| msgid "Click this to expand the dialog, to show details"
 msgctxt "KWidgetJobTracker|"
 msgid "Click this to expand the dialog, to show details"
 msgstr ""
 "Cliceáil air seo chun an dialóg a leathnú, chun mionsonraí a thaispeáint"
 
 #: kwidgetjobtracker.cpp:583
-#, fuzzy
-#| msgid "&Keep this window open after transfer is complete"
 msgctxt "KWidgetJobTracker|"
 msgid "&Keep this window open after transfer is complete"
 msgstr "&Fág an fhuinneog seo ar oscailt tar éis críoch an aistrithe"
 
 #: kwidgetjobtracker.cpp:592
-#, fuzzy
-#| msgid "Open &File"
 msgctxt "KWidgetJobTracker|"
 msgid "Open &File"
 msgstr "Oscail &Comhad"
 
 #: kwidgetjobtracker.cpp:598
-#, fuzzy
-#| msgid "Open &Destination"
 msgctxt "KWidgetJobTracker|"
 msgid "Open &Destination"
 msgstr "Oscail an &Sprioc"
 
 #: kwidgetjobtracker.cpp:606
-#, fuzzy
-#| msgid "&Cancel"
 msgctxt "KWidgetJobTracker|"
 msgid "&Cancel"
 msgstr "&Cealaigh"
 
 #: kwidgetjobtracker.cpp:614
-#, fuzzy
-#| msgid "Progress Dialog"
 msgctxt "KWidgetJobTracker|"
 msgid "Progress Dialog"
 msgstr "Dialóg dul chun cinn"
 
 #: kwidgetjobtracker.cpp:627
-#, fuzzy, qt-format
-#| msgid "Delete item(s)"
+#, qt-format
 msgctxt "KWidgetJobTracker|"
 msgid "%n item(s)"
 msgid_plural "%n item(s)"
-msgstr[0] "Scrios mír(eanna)"
-msgstr[1] "Scrios mír(eanna)"
-msgstr[2] "Scrios mír(eanna)"
-msgstr[3] "Scrios mír(eanna)"
-msgstr[4] "Scrios mír(eanna)"
+msgstr[0] "%n mhír"
+msgstr[1] "%n mhír"
+msgstr[2] "%n mhír"
+msgstr[3] "%n mír"
+msgstr[4] "%n mír"
 
 #: kwidgetjobtracker.cpp:633
-#, fuzzy, qt-format
-#| msgid "%1 folder"
-#| msgid_plural "%1 folders"
+#, qt-format
 msgctxt "KWidgetJobTracker|"
 msgid "%n folder(s)"
 msgid_plural "%n folder(s)"
-msgstr[0] "%1 fhillteán"
-msgstr[1] "%1 fhillteán"
-msgstr[2] "%1 fhillteán"
-msgstr[3] "%1 bhfillteán"
-msgstr[4] "%1 fillteán"
+msgstr[0] "%n fhillteán"
+msgstr[1] "%n fhillteán"
+msgstr[2] "%n fhillteán"
+msgstr[3] "%n bhfillteán"
+msgstr[4] "%n fillteán"
 
 #: kwidgetjobtracker.cpp:637
-#, fuzzy, qt-format
-#| msgid "%1 file"
-#| msgid_plural "%1 files"
+#, qt-format
 msgctxt "KWidgetJobTracker|"
 msgid "%n file(s)"
 msgid_plural "%n file(s)"
-msgstr[0] "%1 chomhad"
-msgstr[1] "%1 chomhad"
-msgstr[2] "%1 chomhad"
-msgstr[3] "%1 gcomhad"
-msgstr[4] "%1 comhad"
+msgstr[0] "%n chomhad"
+msgstr[1] "%n chomhad"
+msgstr[2] "%n chomhad"
+msgstr[3] "%n gcomhad"
+msgstr[4] "%n comhad"
 
 #: kwidgetjobtracker.cpp:740
-#, fuzzy
-#| msgid "Click this to collapse the dialog, to hide details"
 msgctxt "KWidgetJobTracker|"
 msgid "Click this to collapse the dialog, to hide details"
 msgstr "Cliceáil air seo chun an dialóg a laghdú, chun mionsonraí a fholú"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-6.21.0/poqm/lt/kjobwidgets6_qt.po 
new/kjobwidgets-6.22.0/poqm/lt/kjobwidgets6_qt.po
--- old/kjobwidgets-6.21.0/poqm/lt/kjobwidgets6_qt.po   2025-12-05 
14:23:30.000000000 +0100
+++ new/kjobwidgets-6.22.0/poqm/lt/kjobwidgets6_qt.po   2026-01-02 
18:43:03.000000000 +0100
@@ -12,7 +12,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: 2024-01-31 17:19+0200\n"
+"PO-Revision-Date: 2025-12-20 03:17+0200\n"
 "Last-Translator: Liudas Ališauskas <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
 "Language: lt\n"
@@ -21,13 +21,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n"
 "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
-"X-Generator: Poedit 3.0.1\n"
+"X-Generator: Poedit 3.8\n"
 "X-Qt-Contexts: true\n"
 
 #: kinhibitionjobtracker.cpp:80
 msgctxt "KInhibitionJobTracker|"
 msgid "Job in progress"
-msgstr ""
+msgstr "Užduotis vykdoma"
 
 #: kjobtrackerformatters.cpp:27
 #, qt-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-6.21.0/poqm/ru/kjobwidgets6_qt.po 
new/kjobwidgets-6.22.0/poqm/ru/kjobwidgets6_qt.po
--- old/kjobwidgets-6.21.0/poqm/ru/kjobwidgets6_qt.po   2025-12-05 
14:23:30.000000000 +0100
+++ new/kjobwidgets-6.22.0/poqm/ru/kjobwidgets6_qt.po   2026-01-02 
18:43:03.000000000 +0100
@@ -14,20 +14,20 @@
 # Inga Barinova <[email protected]>, 2012.
 # Julia Dronova <[email protected]>, 2012.
 # Alexander Lakhin <[email protected]>, 2013.
-# Alexander Yavorsky <[email protected]>, 2020, 2023.
+# SPDX-FileCopyrightText: 2020, 2023, 2025 Alexander Yavorsky 
<[email protected]>
 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: 2023-12-27 10:13+0300\n"
+"PO-Revision-Date: 2025-12-23 18:44+0300\n"
 "Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.08.3\n"
+"X-Generator: Lokalize 25.12.0\n"
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 "X-Environment: kde\n"
@@ -38,7 +38,7 @@
 #: kinhibitionjobtracker.cpp:80
 msgctxt "KInhibitionJobTracker|"
 msgid "Job in progress"
-msgstr ""
+msgstr "Задача выполняется"
 
 #: kjobtrackerformatters.cpp:27
 #, qt-format

Reply via email to