Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kinit for openSUSE:Factory checked 
in at 2023-12-17 21:30:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kinit (Old)
 and      /work/SRC/openSUSE:Factory/.kinit.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kinit"

Sun Dec 17 21:30:05 2023 rev:121 rq:1133309 version:5.113.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kinit/kinit.changes      2023-11-13 
22:19:26.876359322 +0100
+++ /work/SRC/openSUSE:Factory/.kinit.new.25432/kinit.changes   2023-12-17 
21:31:57.196774363 +0100
@@ -1,0 +2,9 @@
+Tue Dec  5 11:17:46 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 5.113.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.113.0
+- No code change since 5.112.0
+
+-------------------------------------------------------------------

Old:
----
  kinit-5.112.0.tar.xz
  kinit-5.112.0.tar.xz.sig

New:
----
  kinit-5.113.0.tar.xz
  kinit-5.113.0.tar.xz.sig

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

Other differences:
------------------
++++++ kinit.spec ++++++
--- /var/tmp/diff_new_pack.zU2wLf/_old  2023-12-17 21:31:57.724793548 +0100
+++ /var/tmp/diff_new_pack.zU2wLf/_new  2023-12-17 21:31:57.728793693 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.103
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%define qt5_version 5.15.2
 %bcond_without released
 Name:           kinit
-Version:        5.112.0
+Version:        5.113.0
 Release:        0
 Summary:        Helper library to speed up start of applications on KDE 
workspaces
 License:        LGPL-2.1-or-later
@@ -37,24 +37,23 @@
 Patch0:         fpie.patch
 # PATCH-FIX-OPENSUSE
 Patch1:         0001-Only-move-XAUTHORITY-if-it-s-temporary.patch
-BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
+BuildRequires:  extra-cmake-modules >= %{_kf5_version}
 BuildRequires:  fdupes
-BuildRequires:  kf5-filesystem
 BuildRequires:  libcap-devel
 BuildRequires:  libcap-progs
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Crash) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.15.0
-BuildRequires:  cmake(Qt5DBus) >= 5.15.0
-BuildRequires:  cmake(Qt5Gui) >= 5.15.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
+BuildRequires:  cmake(KF5Config) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Crash) >= %{_kf5_version}
+BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_version}
+BuildRequires:  cmake(KF5DocTools) >= %{_kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_version}
+BuildRequires:  cmake(Qt5Core) >= %{qt5_version}
+BuildRequires:  cmake(Qt5DBus) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Gui) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Widgets) >= %{qt5_version}
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb)
 
@@ -64,7 +63,6 @@
 
 %package devel
 Summary:        Helper library to speed up start of applications on KDE 
workspaces
-Requires:       extra-cmake-modules
 
 %description devel
 Kdeinit is a process launcher somewhat similar to the famous init used for


++++++ kinit-5.112.0.tar.xz -> kinit-5.113.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/CMakeLists.txt 
new/kinit-5.113.0/CMakeLists.txt
--- old/kinit-5.112.0/CMakeLists.txt    2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/CMakeLists.txt    2023-12-02 10:26:59.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.112.0") # handled by release scripts
-set(KF_DEP_VERSION "5.112.0") # handled by release scripts
+set(KF_VERSION "5.113.0") # handled by release scripts
+set(KF_DEP_VERSION "5.113.0") # handled by release scripts
 project(KInit VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.112.0  NO_MODULE)
+find_package(ECM 5.113.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/af/kinit5.po 
new/kinit-5.113.0/po/af/kinit5.po
--- old/kinit-5.112.0/po/af/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/af/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4 stable\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2006-01-12 16:33+0200\n"
 "Last-Translator: JUANITA FRANZ <juanita.fr...@vr-web.de>\n"
 "Language-Team: AFRIKAANS <translate-discuss...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ar/kinit5.po 
new/kinit-5.113.0/po/ar/kinit5.po
--- old/kinit-5.112.0/po/ar/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ar/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -21,7 +21,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2018-06-09 20:21+0300\n"
 "Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n"
 "Language-Team: Arabic <d...@arabeyes.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/as/kinit5.po 
new/kinit-5.113.0/po/as/kinit5.po
--- old/kinit-5.112.0/po/as/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/as/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4_as\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2008-12-26 15:19+0530\n"
 "Last-Translator: Amitakhya Phukan <অমিতাক্ষ ফুকন>\n"
 "Language-Team: Assamese <fedora-trans...@redhat.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/az/kinit5.po 
new/kinit-5.113.0/po/az/kinit5.po
--- old/kinit-5.112.0/po/az/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/az/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kinit\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2020-07-16 08:54+0400\n"
 "Last-Translator: Xəyyam Qocayev <xxm...@gmail.com>\n"
 "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/be/kinit5.po 
new/kinit-5.113.0/po/be/kinit5.po
--- old/kinit-5.112.0/po/be/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/be/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: 86ff119b1606fcaa910d6b44fc14b611\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2023-01-06 13:31\n"
 "Last-Translator: Darafei Praliaskouski <kom...@gmail.com>\n"
 "Language-Team: Belarusian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/be@latin/kinit5.po 
new/kinit-5.113.0/po/be@latin/kinit5.po
--- old/kinit-5.112.0/po/be@latin/kinit5.po     2023-11-04 11:03:09.000000000 
+0100
+++ new/kinit-5.113.0/po/be@latin/kinit5.po     2023-12-02 10:26:59.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2008-08-30 01:10+0300\n"
 "Last-Translator: Ihar Hrachyshka <ihar.hrachys...@gmail.com>\n"
 "Language-Team: Belarusian Latin <i...@mova.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/bg/kinit5.po 
new/kinit-5.113.0/po/bg/kinit5.po
--- old/kinit-5.112.0/po/bg/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/bg/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2022-05-21 07:55+0200\n"
 "Last-Translator: Mincho Kondarev <mkonda...@yahoo.de>\n"
 "Language-Team: Bulgarian <d...@ludost.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/bn/kinit5.po 
new/kinit-5.113.0/po/bn/kinit5.po
--- old/kinit-5.112.0/po/bn/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/bn/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2012-07-16 14:27+0530\n"
 "Last-Translator: Deepayan Sarkar <deepayan.sar...@gmail.com>\n"
 "Language-Team: American English <kde-translat...@bengalinux.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/bn_IN/kinit5.po 
new/kinit-5.113.0/po/bn_IN/kinit5.po
--- old/kinit-5.112.0/po/bn_IN/kinit5.po        2023-11-04 11:03:09.000000000 
+0100
+++ new/kinit-5.113.0/po/bn_IN/kinit5.po        2023-12-02 10:26:59.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2009-12-28 14:35+0530\n"
 "Last-Translator: Runa Bhattacharjee <ru...@redhat.com>\n"
 "Language-Team: Bengali INDIA <anu...@lists.ankur.org.in>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/br/kinit5.po 
new/kinit-5.113.0/po/br/kinit5.po
--- old/kinit-5.112.0/po/br/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/br/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4-1.1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2007-10-15 22:19+0200\n"
 "Last-Translator: Jañ-Mai Drapier <jan-mai.drap...@mail.dotcom.fr>\n"
 "Language-Team: Brezhoneg <suav....@wanadoo.fr>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/bs/kinit5.po 
new/kinit-5.113.0/po/bs/kinit5.po
--- old/kinit-5.112.0/po/bs/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/bs/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2013-12-21 17:26+0000\n"
 "Last-Translator: Ademovic Saudin <sademov...@etf.unsa.ba>\n"
 "Language-Team: bosanski <b...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ca/kinit5.po 
new/kinit-5.113.0/po/ca/kinit5.po
--- old/kinit-5.112.0/po/ca/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ca/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kinit\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2020-07-20 13:38+0200\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ca@valencia/kinit5.po 
new/kinit-5.113.0/po/ca@valencia/kinit5.po
--- old/kinit-5.112.0/po/ca@valencia/kinit5.po  2023-11-04 11:03:09.000000000 
+0100
+++ new/kinit-5.113.0/po/ca@valencia/kinit5.po  2023-12-02 10:26:59.000000000 
+0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kinit\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2020-07-20 13:38+0200\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/crh/kinit5.po 
new/kinit-5.113.0/po/crh/kinit5.po
--- old/kinit-5.112.0/po/crh/kinit5.po  2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/crh/kinit5.po  2023-12-02 10:26:59.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2009-02-12 23:29-0600\n"
 "Last-Translator: Reşat SABIQ <tilde.bir...@gmail.com>\n"
 "Language-Team: Qırımtatarca (Qırım Türkçesi)\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/cs/kinit5.po 
new/kinit-5.113.0/po/cs/kinit5.po
--- old/kinit-5.112.0/po/cs/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/cs/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2017-02-21 14:16+0100\n"
 "Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/csb/kinit5.po 
new/kinit-5.113.0/po/csb/kinit5.po
--- old/kinit-5.112.0/po/csb/kinit5.po  2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/csb/kinit5.po  2023-12-02 10:26:59.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2009-12-04 22:09+0100\n"
 "Last-Translator: Mark Kwidzińśczi <m...@linuxcsb.org>\n"
 "Language-Team: Kaszëbsczi <i18n-...@linuxcsb.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/cy/kinit5.po 
new/kinit-5.113.0/po/cy/kinit5.po
--- old/kinit-5.112.0/po/cy/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/cy/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -18,7 +18,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2005-01-28 17:54+0000\n"
 "Last-Translator: Kevin Donnelly <ke...@dotmon.com>\n"
 "Language-Team: Cymraeg\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/da/kinit5.po 
new/kinit-5.113.0/po/da/kinit5.po
--- old/kinit-5.112.0/po/da/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/da/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2017-02-25 18:33+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/de/kinit5.po 
new/kinit-5.113.0/po/de/kinit5.po
--- old/kinit-5.112.0/po/de/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/de/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2016-12-19 15:31+0100\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/el/kinit5.po 
new/kinit-5.113.0/po/el/kinit5.po
--- old/kinit-5.112.0/po/el/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/el/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -20,7 +20,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2020-09-11 12:50+0300\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/en_GB/kinit5.po 
new/kinit-5.113.0/po/en_GB/kinit5.po
--- old/kinit-5.112.0/po/en_GB/kinit5.po        2023-11-04 11:03:09.000000000 
+0100
+++ new/kinit-5.113.0/po/en_GB/kinit5.po        2023-12-02 10:26:59.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2016-12-17 17:06+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/eo/kinit5.po 
new/kinit-5.113.0/po/eo/kinit5.po
--- old/kinit-5.112.0/po/eo/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/eo/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2023-01-05 10:00+0100\n"
 "Last-Translator: Oliver Kellogg <okell...@users.sourceforge.net>\n"
 "Language-Team: Esperanto <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/es/kinit5.po 
new/kinit-5.113.0/po/es/kinit5.po
--- old/kinit-5.112.0/po/es/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/es/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2016-12-19 01:45+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/et/kinit5.po 
new/kinit-5.113.0/po/et/kinit5.po
--- old/kinit-5.112.0/po/et/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/et/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2019-10-31 12:38+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@lists.linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/eu/kinit5.po 
new/kinit-5.113.0/po/eu/kinit5.po
--- old/kinit-5.112.0/po/eu/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/eu/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kinit5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2017-08-28 11:43+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/fa/kinit5.po 
new/kinit-5.113.0/po/fa/kinit5.po
--- old/kinit-5.112.0/po/fa/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/fa/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2012-06-28 16:40+0430\n"
 "Last-Translator: Mohammad Reza Mirdamadi <m...@linuxshop.ir>\n"
 "Language-Team: Farsi (Persian) <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/fi/kinit5.po 
new/kinit-5.113.0/po/fi/kinit5.po
--- old/kinit-5.112.0/po/fi/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/fi/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -25,7 +25,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2016-12-19 23:58+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/fr/kinit5.po 
new/kinit-5.113.0/po/fr/kinit5.po
--- old/kinit-5.112.0/po/fr/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/fr/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -22,7 +22,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2023-01-05 09:19+0100\n"
 "Last-Translator: Xavier BESNARD <xavier.besnard]neuf.fr>\n"
 "Language-Team: fr\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/fy/kinit5.po 
new/kinit-5.113.0/po/fy/kinit5.po
--- old/kinit-5.112.0/po/fy/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/fy/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2010-07-22 09:48+0100\n"
 "Last-Translator: Berend Ytsma <bere...@gmail.com>\n"
 "Language-Team: nl <kde-i18n-...@lists.kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ga/kinit5.po 
new/kinit-5.113.0/po/ga/kinit5.po
--- old/kinit-5.112.0/po/ga/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ga/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2004-12-14 09:11-0600\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/gd/kinit5.po 
new/kinit-5.113.0/po/gd/kinit5.po
--- old/kinit-5.112.0/po/gd/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/gd/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kinit5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2015-11-04 15:13+0000\n"
 "Last-Translator: Michael Bauer <f...@akerbeltz.org>\n"
 "Language-Team: Fòram na Gàidhlig\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/gl/kinit5.po 
new/kinit-5.113.0/po/gl/kinit5.po
--- old/kinit-5.112.0/po/gl/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/gl/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2017-07-24 17:17+0100\n"
 "Last-Translator: Adrián Chaves <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/gu/kinit5.po 
new/kinit-5.113.0/po/gu/kinit5.po
--- old/kinit-5.112.0/po/gu/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/gu/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2009-11-22 00:01+0530\n"
 "Last-Translator: Kartik Mistry <kartik.mis...@gmail.com>\n"
 "Language-Team: Gujarati <t...@utkarsh.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ha/kinit5.po 
new/kinit-5.113.0/po/ha/kinit5.po
--- old/kinit-5.112.0/po/ha/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ha/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2009-03-17 11:22+0100\n"
 "Last-Translator: Adriaan de Groot <gr...@kde.org>\n"
 "Language-Team: Hausa <kde-i18n-...@lists.kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/he/kinit5.po 
new/kinit-5.113.0/po/he/kinit5.po
--- old/kinit-5.112.0/po/he/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/he/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -17,19 +17,20 @@
 # Meni Livne <li...@kde.org>, 2007.
 # tahmar1900 <tahmar1...@gmail.com>, 2008, 2009.
 # Elkana Bardugo <ttv...@gmail.com>, 2017. #zanata
+# SPDX-FileCopyrightText: 2023 Yaron Shahrabani <sh.ya...@gmail.com>
 msgid ""
 msgstr ""
 "Project-Id-Version: kinit5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
-"PO-Revision-Date: 2017-05-16 06:50-0400\n"
-"Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n"
-"Language-Team: Hebrew <kde-i18n-...@kde.org>\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
+"PO-Revision-Date: 2023-11-17 08:45+0200\n"
+"Last-Translator: Yaron Shahrabani <sh.ya...@gmail.com>\n"
+"Language-Team: צוות התרגום של KDE ישראל\n"
 "Language: he\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Zanata 3.9.6\n"
+"X-Generator: Lokalize 23.08.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: kdeinit/kinit.cpp:455
@@ -39,9 +40,9 @@
 "The system may have reached the maximum number of open files possible or the "
 "maximum number of open files that you are allowed to use has been reached."
 msgstr ""
-"אין אפשרות להפעיל תהליך חדש.\n"
-"ייתכן שמספר הקבצים הפתוחים האפשרי במערכת 
שלך או מספר הקבצים הפתוחים בהם אתה "
-"מורשה להשתמש הגיע לגבולו המרבי."
+"אי אפשר להפעיל תהליך חדש.\n"
+"כנראה שמספר הקבצים הפתוחים האפשרי במערכת 
שלך או מספר הקבצים שמותר לפתוח הגיע "
+"לגבול העליון."
 
 #: kdeinit/kinit.cpp:477
 #, kde-format
@@ -50,58 +51,58 @@
 "The system may have reached the maximum number of processes possible or the "
 "maximum number of processes that you are allowed to use has been reached."
 msgstr ""
-"אין אפשרות ליצור תהליך חדש.\n"
-"ייתכן שמספר התהליכים האפשרי במערכת שלך או 
מספר התהליכים בהם אתה מורשה להשתמש "
-"הגיע לגבולו המרבי."
+"אי אפשר ליצור תהליך חדש.\n"
+"כנראה שמספר התהליכים הפתוחים האפשרי 
במערכת שלך או מספר התהליכים שמותר לפתוח "
+"הגיע לגבול העליון."
 
 #: klauncher/klauncher.cpp:418
 #, kde-format
 msgid "KDEInit could not launch '%1'"
-msgstr "לא היה באפשרות KDEInit להפעיל את \"%1\"."
+msgstr "ל־KDEInit לא הייתה אפשרות להפעיל את ‚%1’."
 
 #: klauncher/klauncher.cpp:594 klauncher/klauncher.cpp:608
 #, kde-format
 msgid "Could not find service '%1'."
-msgstr "אין אפשרות למצוא את השירות \"%1\"."
+msgstr "אי אפשר למצוא את השירות ‚%1’."
 
 #: klauncher/klauncher.cpp:626
 #, kde-format
 msgid "Service '%1' must be executable to run."
-msgstr "שירות \"%1\" חייב להיות בעל הרשאות ריצה 
לפעולה."
+msgstr "השירות ‚%1’ חייב להיות בעל הרשאות ריצה 
כדי לפעול."
 
 #: klauncher/klauncher.cpp:628 klauncher/klauncher.cpp:689
 #, kde-format
 msgid "Service '%1' is malformatted."
-msgstr "תבנית השירות \"%1\" שגויה."
+msgstr "תבנית השירות ‚%1’ שגויה."
 
 #: klauncher/klauncher.cpp:784
 #, kde-format
 msgid "Launching %1"
-msgstr "מפעיל את %1"
+msgstr "%1 מופעל"
 
 #: klauncher/klauncher.cpp:965
 #, kde-format
 msgid "Unknown protocol '%1'.\n"
-msgstr "פרוטוקול לא מוכר \"%1\".\n"
+msgstr "פרוטוקול ‚%1’ לא מוכר.\n"
 
 #: klauncher/klauncher.cpp:971
-#, fuzzy, kde-format
+#, kde-format
 msgid "Could not find the '%1' plugin.\n"
-msgstr "אין אפשרות למצוא את השירות \"%1\"."
+msgstr "לא ניתן למצוא את התוסף ‚%1’.\n"
 
 #: klauncher/klauncher.cpp:1044
-#, fuzzy, kde-format
+#, kde-format
 msgid "Error loading '%1'."
-msgstr "אירעה שגיאה בטעינת \"%1\".\n"
+msgstr "שגיאה בטעינת ‚%1’."
 
 #: klauncher/klauncher_main.cpp:136
-#, fuzzy, kde-format
+#, kde-format
 msgid ""
 "klauncher: This program is not supposed to be started manually.\n"
 "klauncher: It is started automatically by kdeinit5.\n"
 msgstr ""
-"‏klauncher: תוכנית זו לא אמורה להיות מופעלת 
באופן ידני.\n"
-"‏klauncher: היא מופעלת באופן אוטומטי על ידי 
kdeinit4.\n"
+"‏klauncher: לא אמורים להפעיל את התוכנית הזאת 
ידנית.\n"
+"‏klauncher: היא מופעלת אוטומטית על ידי kdeinit5.\n"
 
 #~ msgid "Could not find '%1' executable."
 #~ msgstr "אין אפשרות למצוא את קובץ התוכנית \"%1\"."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/hi/kinit5.po 
new/kinit-5.113.0/po/hi/kinit5.po
--- old/kinit-5.112.0/po/hi/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/hi/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2021-06-29 20:38+0530\n"
 "Last-Translator: Raghavendra Kamath <ra...@raghukamath.com>\n"
 "Language-Team: kde-hindi\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/hne/kinit5.po 
new/kinit-5.113.0/po/hne/kinit5.po
--- old/kinit-5.112.0/po/hne/kinit5.po  2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/hne/kinit5.po  2023-12-02 10:26:59.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2009-02-10 20:44+0530\n"
 "Last-Translator: Ravishankar Shrivastava <raviratl...@aol.in>\n"
 "Language-Team: Hindi <kde-i18n-...@lists.kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/hr/kinit5.po 
new/kinit-5.113.0/po/hr/kinit5.po
--- old/kinit-5.112.0/po/hr/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/hr/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2011-07-22 16:08+0200\n"
 "Last-Translator: Marko Dimjašević <ma...@dimjasevic.net>\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/hsb/kinit5.po 
new/kinit-5.113.0/po/hsb/kinit5.po
--- old/kinit-5.112.0/po/hsb/kinit5.po  2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/hsb/kinit5.po  2023-12-02 10:26:59.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2008-12-19 22:49+0100\n"
 "Last-Translator: Eduard Werner <edi.wer...@gmx.de>\n"
 "Language-Team: en_US <kde-i18n-...@lists.kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/hu/kinit5.po 
new/kinit-5.113.0/po/hu/kinit5.po
--- old/kinit-5.112.0/po/hu/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/hu/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2018-09-29 16:40+0200\n"
 "Last-Translator: Kristof Kiszel <kiszel.kris...@gmail.com>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/hy/kinit5.po 
new/kinit-5.113.0/po/hy/kinit5.po
--- old/kinit-5.112.0/po/hy/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/hy/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2013-01-31 01:08+0400\n"
 "Last-Translator: Davit <nikdav...@mail.ru>\n"
 "Language-Team: Armenian Language: hy\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ia/kinit5.po 
new/kinit-5.113.0/po/ia/kinit5.po
--- old/kinit-5.112.0/po/ia/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ia/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2017-01-15 19:49+0100\n"
 "Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/id/kinit5.po 
new/kinit-5.113.0/po/id/kinit5.po
--- old/kinit-5.112.0/po/id/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/id/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2019-11-05 20:06+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/is/kinit5.po 
new/kinit-5.113.0/po/is/kinit5.po
--- old/kinit-5.112.0/po/is/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/is/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2022-11-14 17:58+0000\n"
 "Last-Translator: Gummi <gudmund...@gmail.com>\n"
 "Language-Team: Icelandic <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/it/kinit5.po 
new/kinit-5.113.0/po/it/kinit5.po
--- old/kinit-5.112.0/po/it/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/it/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2016-12-14 00:00+0100\n"
 "Last-Translator: Federico Zenith <zenith.feder...@gmail.com>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ja/kinit5.po 
new/kinit-5.113.0/po/ja/kinit5.po
--- old/kinit-5.112.0/po/ja/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ja/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2015-04-19 16:14-0700\n"
 "Last-Translator: Fumiaki Okushi <fumiaki.oku...@gmail.com>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ka/kinit5.po 
new/kinit-5.113.0/po/ka/kinit5.po
--- old/kinit-5.112.0/po/ka/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ka/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kinit\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2022-05-15 06:36+0200\n"
 "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
 "Language-Team: Georgian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/kk/kinit5.po 
new/kinit-5.113.0/po/kk/kinit5.po
--- old/kinit-5.112.0/po/kk/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/kk/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2013-11-08 01:24+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/km/kinit5.po 
new/kinit-5.113.0/po/km/kinit5.po
--- old/kinit-5.112.0/po/km/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/km/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2012-06-27 10:04+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/kn/kinit5.po 
new/kinit-5.113.0/po/kn/kinit5.po
--- old/kinit-5.112.0/po/kn/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/kn/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2010-06-24 18:32+0530\n"
 "Last-Translator: Shankar Prasad <svenk...@redhat.com>\n"
 "Language-Team: kn_IN <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ko/kinit5.po 
new/kinit-5.113.0/po/ko/kinit5.po
--- old/kinit-5.112.0/po/ko/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ko/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2020-04-04 01:24+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ku/kinit5.po 
new/kinit-5.113.0/po/ku/kinit5.po
--- old/kinit-5.112.0/po/ku/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ku/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2010-08-13 15:45+0200\n"
 "Last-Translator: Erdal Ronahî <erdal.ron...@nospam.gmail.com>\n"
 "Language-Team: Kurdish Team http://pckurd.net\n";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/lb/kinit5.po 
new/kinit-5.113.0/po/lb/kinit5.po
--- old/kinit-5.112.0/po/lb/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/lb/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2006-06-22 16:29+0200\n"
 "Last-Translator: Michel Ludwig <michel.lud...@kdemail.net>\n"
 "Language-Team: Luxembourgish <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/lt/kinit5.po 
new/kinit-5.113.0/po/lt/kinit5.po
--- old/kinit-5.112.0/po/lt/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/lt/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2019-09-07 13:52+0300\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/lv/kinit5.po 
new/kinit-5.113.0/po/lv/kinit5.po
--- old/kinit-5.112.0/po/lv/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/lv/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2011-07-06 12:57+0300\n"
 "Last-Translator: Maris Nartiss <maris....@gmail.com>\n"
 "Language-Team: Latvian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/mai/kinit5.po 
new/kinit-5.113.0/po/mai/kinit5.po
--- old/kinit-5.112.0/po/mai/kinit5.po  2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/mai/kinit5.po  2023-12-02 10:26:59.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2010-09-24 15:44+0530\n"
 "Last-Translator: Rajesh Ranjan <rran...@redhat.com>\n"
 "Language-Team: Hindi <fedora-trans...@redhat.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/mk/kinit5.po 
new/kinit-5.113.0/po/mk/kinit5.po
--- old/kinit-5.112.0/po/mk/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/mk/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2010-01-27 10:39+0100\n"
 "Last-Translator: Bozidar Proevski <bobib...@freemail.com.mk>\n"
 "Language-Team: Macedonian <mkde-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ml/kinit5.po 
new/kinit-5.113.0/po/ml/kinit5.po
--- old/kinit-5.112.0/po/ml/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ml/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2010-12-29 15:32+0530\n"
 "Last-Translator: \n"
 "Language-Team: SMC <smc.org.in>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/mr/kinit5.po 
new/kinit-5.113.0/po/mr/kinit5.po
--- old/kinit-5.112.0/po/mr/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/mr/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2014-10-28 14:44+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ms/kinit5.po 
new/kinit-5.113.0/po/ms/kinit5.po
--- old/kinit-5.112.0/po/ms/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ms/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2011-07-16 00:57+0800\n"
 "Last-Translator: Sharuzzaman Ahmat Raslan <sharuzza...@gmail.com>\n"
 "Language-Team: Malay <kedidie...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/nb/kinit5.po 
new/kinit-5.113.0/po/nb/kinit5.po
--- old/kinit-5.112.0/po/nb/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/nb/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2014-04-25 15:53+0200\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <l10n...@lister.huftis.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/nds/kinit5.po 
new/kinit-5.113.0/po/nds/kinit5.po
--- old/kinit-5.112.0/po/nds/kinit5.po  2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/nds/kinit5.po  2023-12-02 10:26:59.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2014-05-11 00:55+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ne/kinit5.po 
new/kinit-5.113.0/po/ne/kinit5.po
--- old/kinit-5.112.0/po/ne/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ne/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2007-11-05 15:41+0545\n"
 "Last-Translator: Shyam Krishna Bal <shyamkrishna_...@yahoo.com>\n"
 "Language-Team: Nepali <i...@mpp.org.np>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/nl/kinit5.po 
new/kinit-5.113.0/po/nl/kinit5.po
--- old/kinit-5.112.0/po/nl/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/nl/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -18,7 +18,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2016-12-13 10:07+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/nn/kinit5.po 
new/kinit-5.113.0/po/nn/kinit5.po
--- old/kinit-5.112.0/po/nn/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/nn/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2017-02-05 10:30+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/oc/kinit5.po 
new/kinit-5.113.0/po/oc/kinit5.po
--- old/kinit-5.112.0/po/oc/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/oc/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2008-08-06 00:07+0200\n"
 "Last-Translator: \n"
 "Language-Team: Occitan <o...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/or/kinit5.po 
new/kinit-5.113.0/po/or/kinit5.po
--- old/kinit-5.112.0/po/or/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/or/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2009-01-02 17:37+0530\n"
 "Last-Translator: Manoj Kumar Giri <mg...@redhat.com>\n"
 "Language-Team: Oriya <oriya...@googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/pa/kinit5.po 
new/kinit-5.113.0/po/pa/kinit5.po
--- old/kinit-5.112.0/po/pa/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/pa/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2014-07-08 14:30-0500\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <punjabi-us...@lists.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/pl/kinit5.po 
new/kinit-5.113.0/po/pl/kinit5.po
--- old/kinit-5.112.0/po/pl/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/pl/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2016-12-24 11:45+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ps/kinit5.po 
new/kinit-5.113.0/po/ps/kinit5.po
--- old/kinit-5.112.0/po/ps/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ps/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2008-08-16 16:01-0800\n"
 "Last-Translator: Zabeeh Khan <zabeehk...@gmail.com>\n"
 "Language-Team: Pashto <pathanisat...@googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/pt/kinit5.po 
new/kinit-5.113.0/po/pt/kinit5.po
--- old/kinit-5.112.0/po/pt/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/pt/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2016-12-13 09:39+0000\n"
 "Last-Translator: José Nuno Pires <zepi...@gmail.com>\n"
 "Language-Team: pt <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/pt_BR/kinit5.po 
new/kinit-5.113.0/po/pt_BR/kinit5.po
--- old/kinit-5.112.0/po/pt_BR/kinit5.po        2023-11-04 11:03:09.000000000 
+0100
+++ new/kinit-5.113.0/po/pt_BR/kinit5.po        2023-12-02 10:26:59.000000000 
+0100
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: kinit5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2017-12-12 15:46-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ro/kinit5.po 
new/kinit-5.113.0/po/ro/kinit5.po
--- old/kinit-5.112.0/po/ro/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ro/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2020-09-13 12:42+0100\n"
 "Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
 "Language-Team: Romanian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ru/kinit5.po 
new/kinit-5.113.0/po/ru/kinit5.po
--- old/kinit-5.112.0/po/ru/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ru/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -18,7 +18,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2017-01-20 00:13+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/se/kinit5.po 
new/kinit-5.113.0/po/se/kinit5.po
--- old/kinit-5.112.0/po/se/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/se/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2012-05-30 23:19+0200\n"
 "Last-Translator: Børre Gaup <boe...@skolelinux.no>\n"
 "Language-Team: Northern Sami <l10n...@lister.huftis.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/si/kinit5.po 
new/kinit-5.113.0/po/si/kinit5.po
--- old/kinit-5.112.0/po/si/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/si/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2011-07-25 07:45+0530\n"
 "Last-Translator: Danishka Navin <danis...@gmail.com>\n"
 "Language-Team: Sinhala <danis...@gmail.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/sk/kinit5.po 
new/kinit-5.113.0/po/sk/kinit5.po
--- old/kinit-5.112.0/po/sk/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/sk/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2016-12-27 12:57+0100\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/sl/kinit5.po 
new/kinit-5.113.0/po/sl/kinit5.po
--- old/kinit-5.112.0/po/sl/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/sl/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2017-02-12 18:38+0100\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/sq/kinit5.po 
new/kinit-5.113.0/po/sq/kinit5.po
--- old/kinit-5.112.0/po/sq/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/sq/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: kde4libs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2012-01-19 00:20-0500\n"
 "Last-Translator: Agron Selimaj <as9902...@gmail.com>\n"
 "Language-Team: Albanian <s...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/sv/kinit5.po 
new/kinit-5.113.0/po/sv/kinit5.po
--- old/kinit-5.112.0/po/sv/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/sv/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2016-12-14 18:51+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ta/kinit5.po 
new/kinit-5.113.0/po/ta/kinit5.po
--- old/kinit-5.112.0/po/ta/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ta/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2012-03-25 21:39+0530\n"
 "Last-Translator: Sri Ramadoss M <ama...@yavarkkum.org>\n"
 "Language-Team: Tamil <po...@madaladal.yavarkkum.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/te/kinit5.po 
new/kinit-5.113.0/po/te/kinit5.po
--- old/kinit-5.112.0/po/te/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/te/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2013-11-04 23:55+0630\n"
 "Last-Translator: Bhuvan Krishna <bhu...@swecha.org>\n"
 "Language-Team: Telugu <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/tg/kinit5.po 
new/kinit-5.113.0/po/tg/kinit5.po
--- old/kinit-5.112.0/po/tg/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/tg/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2019-08-15 18:03+0500\n"
 "Last-Translator: Victor Ibragimov <victor.ibragi...@gmail.com>\n"
 "Language-Team: Tajik Language\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/th/kinit5.po 
new/kinit-5.113.0/po/th/kinit5.po
--- old/kinit-5.112.0/po/th/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/th/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2010-12-31 22:47+0700\n"
 "Last-Translator: Phuwanat Sakornsakolpat <narac...@gmail.com>\n"
 "Language-Team: Thai <thai-l...@googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/tr/kinit5.po 
new/kinit-5.113.0/po/tr/kinit5.po
--- old/kinit-5.112.0/po/tr/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/tr/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -22,7 +22,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2023-05-24 00:54+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/tt/kinit5.po 
new/kinit-5.113.0/po/tt/kinit5.po
--- old/kinit-5.112.0/po/tt/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/tt/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2011-11-26 15:12+0400\n"
 "Last-Translator: Ainur Shakirov <ainur.shakirov...@gmail.com>\n"
 "Language-Team: Tatar <>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/ug/kinit5.po 
new/kinit-5.113.0/po/ug/kinit5.po
--- old/kinit-5.112.0/po/ug/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/ug/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/uk/kinit5.po 
new/kinit-5.113.0/po/uk/kinit5.po
--- old/kinit-5.112.0/po/uk/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/uk/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kinit5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2016-12-13 19:05+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/uz/kinit5.po 
new/kinit-5.113.0/po/uz/kinit5.po
--- old/kinit-5.112.0/po/uz/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/uz/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2008-05-30 17:29+0200\n"
 "Last-Translator: Mashrab Kuvatov <kmash...@uni-bremen.de>\n"
 "Language-Team: Uzbek <floss-uz-l...@googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/uz@cyrillic/kinit5.po 
new/kinit-5.113.0/po/uz@cyrillic/kinit5.po
--- old/kinit-5.112.0/po/uz@cyrillic/kinit5.po  2023-11-04 11:03:09.000000000 
+0100
+++ new/kinit-5.113.0/po/uz@cyrillic/kinit5.po  2023-12-02 10:26:59.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2009-10-17 00:34+0200\n"
 "Last-Translator: Mashrab Kuvatov <kmash...@uni-bremen.de>\n"
 "Language-Team: Uzbek <floss-uz-l...@googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/vi/kinit5.po 
new/kinit-5.113.0/po/vi/kinit5.po
--- old/kinit-5.112.0/po/vi/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/vi/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2020-10-11 22:39+0200\n"
 "Last-Translator: Phu Hung Nguyen <phu.ngu...@kdemail.net>\n"
 "Language-Team: Vietnamese <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/wa/kinit5.po 
new/kinit-5.113.0/po/wa/kinit5.po
--- old/kinit-5.112.0/po/wa/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/wa/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2012-07-04 17:33+0200\n"
 "Last-Translator: Jean Cayron <jean.cay...@base.be>\n"
 "Language-Team: Walloon <linux...@walon.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/xh/kinit5.po 
new/kinit-5.113.0/po/xh/kinit5.po
--- old/kinit-5.112.0/po/xh/kinit5.po   2023-11-04 11:03:09.000000000 +0100
+++ new/kinit-5.113.0/po/xh/kinit5.po   2023-12-02 10:26:59.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2002-12-13 17:20SAST\n"
 "Last-Translator: Lwandle Mgidlana <lwan...@translate.org.za>\n"
 "Language-Team: Xhosa <xh...@translate.org.za>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/zh_CN/kinit5.po 
new/kinit-5.113.0/po/zh_CN/kinit5.po
--- old/kinit-5.112.0/po/zh_CN/kinit5.po        2023-11-04 11:03:09.000000000 
+0100
+++ new/kinit-5.113.0/po/zh_CN/kinit5.po        2023-12-02 10:26:59.000000000 
+0100
@@ -2,8 +2,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
-"PO-Revision-Date: 2023-10-21 13:54\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
+"PO-Revision-Date: 2023-11-25 02:29\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/zh_HK/kinit5.po 
new/kinit-5.113.0/po/zh_HK/kinit5.po
--- old/kinit-5.112.0/po/zh_HK/kinit5.po        2023-11-04 11:03:09.000000000 
+0100
+++ new/kinit-5.113.0/po/zh_HK/kinit5.po        2023-12-02 10:26:59.000000000 
+0100
@@ -24,7 +24,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2006-01-04 13:32+0800\n"
 "Last-Translator: Abel Cheung <a...@oaka.org>\n"
 "Language-Team: Chinese (Hong Kong) <commun...@linuxhall.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.112.0/po/zh_TW/kinit5.po 
new/kinit-5.113.0/po/zh_TW/kinit5.po
--- old/kinit-5.112.0/po/zh_TW/kinit5.po        2023-11-04 11:03:09.000000000 
+0100
+++ new/kinit-5.113.0/po/zh_TW/kinit5.po        2023-12-02 10:26:59.000000000 
+0100
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-22 00:53+0000\n"
+"POT-Creation-Date: 2023-11-05 12:25+0000\n"
 "PO-Revision-Date: 2016-12-14 15:42+0800\n"
 "Last-Translator: Jeff Huang <s8321...@gmail.com>\n"
 "Language-Team: Chinese <kde-i18n-...@kde.org>\n"

Reply via email to