Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kconfigwidgets for openSUSE:Factory checked in at 2023-12-17 21:29:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kconfigwidgets (Old) and /work/SRC/openSUSE:Factory/.kconfigwidgets.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kconfigwidgets" Sun Dec 17 21:29:34 2023 rev:123 rq:1133286 version:5.113.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kconfigwidgets/kconfigwidgets.changes 2023-11-13 22:18:52.095078719 +0100 +++ /work/SRC/openSUSE:Factory/.kconfigwidgets.new.25432/kconfigwidgets.changes 2023-12-17 21:31:15.507259981 +0100 @@ -1,0 +2,10 @@ +Tue Dec 5 11:17:26 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 5.113.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.113.0 +- Changes since 5.112.0: + * KRecentFileActions: Fix use after free (kde#476312) + +------------------------------------------------------------------- Old: ---- kconfigwidgets-5.112.0.tar.xz kconfigwidgets-5.112.0.tar.xz.sig New: ---- kconfigwidgets-5.113.0.tar.xz kconfigwidgets-5.113.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kconfigwidgets.spec ++++++ --- /var/tmp/diff_new_pack.nUyMhp/_old 2023-12-17 21:31:16.155283512 +0100 +++ /var/tmp/diff_new_pack.nUyMhp/_new 2023-12-17 21:31:16.155283512 +0100 @@ -17,14 +17,14 @@ %define lname libKF5ConfigWidgets5 -%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: kconfigwidgets -Version: 5.112.0 +Version: 5.113.0 Release: 0 Summary: Widgets for configuration dialogs License: LGPL-2.1-or-later @@ -34,21 +34,20 @@ Source1: %{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif -BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} +BuildRequires: extra-cmake-modules >= %{_kf5_version} BuildRequires: fdupes -BuildRequires: kf5-filesystem -BuildRequires: cmake(KF5Auth) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5Codecs) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5DBus) >= 5.15.0 -BuildRequires: cmake(Qt5Test) >= 5.15.0 -BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0 -BuildRequires: cmake(Qt5Widgets) >= 5.15.0 +BuildRequires: cmake(KF5Auth) >= %{_kf5_version} +BuildRequires: cmake(KF5Codecs) >= %{_kf5_version} +BuildRequires: cmake(KF5Config) >= %{_kf5_version} +BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version} +BuildRequires: cmake(KF5DocTools) >= %{_kf5_version} +BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_version} +BuildRequires: cmake(KF5I18n) >= %{_kf5_version} +BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_version} +BuildRequires: cmake(Qt5DBus) >= %{qt5_version} +BuildRequires: cmake(Qt5Test) >= %{qt5_version} +BuildRequires: cmake(Qt5UiPlugin) >= %{qt5_version} +BuildRequires: cmake(Qt5Widgets) >= %{qt5_version} %description KConfigWidgets provides easy-to-use classes to create configuration dialogs, as @@ -66,11 +65,10 @@ %package devel Summary: Widgets for configuration dialogs: Build Environment Requires: %{lname} = %{version} -Requires: extra-cmake-modules >= 1.7.0 -Requires: cmake(KF5Auth) >= %{_kf5_bugfix_version} -Requires: cmake(KF5Codecs) >= %{_kf5_bugfix_version} -Requires: cmake(KF5Config) >= %{_kf5_bugfix_version} -Requires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version} +Requires: cmake(KF5Auth) >= %{_kf5_version} +Requires: cmake(KF5Codecs) >= %{_kf5_version} +Requires: cmake(KF5Config) >= %{_kf5_version} +Requires: cmake(KF5WidgetsAddons) >= %{_kf5_version} %description devel KConfigWidgets provides easy-to-use classes to create configuration dialogs, as ++++++ kconfigwidgets-5.112.0.tar.xz -> kconfigwidgets-5.113.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/CMakeLists.txt new/kconfigwidgets-5.113.0/CMakeLists.txt --- old/kconfigwidgets-5.112.0/CMakeLists.txt 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/CMakeLists.txt 2023-12-02 10:24:45.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(KConfigWidgets 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/kconfigwidgets-5.112.0/po/af/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/af/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/af/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/af/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2006-01-12 16:33+0200\n" "Last-Translator: JUANITA FRANZ <[email protected]>\n" "Language-Team: AFRIKAANS <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ar/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ar/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ar/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ar/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-06-04 19:49+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" "Language-Team: Arabic <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/as/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/as/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/as/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/as/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2008-12-26 15:19+0530\n" "Last-Translator: Amitakhya Phukan <ঠমিতাà¦à§à¦· ফà§à¦à¦¨>\n" "Language-Team: Assamese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/az/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/az/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/az/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/az/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kconfigwidgets\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2023-02-17 01:22+0400\n" "Last-Translator: Kheyyam <[email protected]>\n" "Language-Team: Azerbaijani <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/be/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/be/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/be/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/be/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-12-25 17:04\n" "Last-Translator: Darafei Praliaskouski <[email protected]>\n" "Language-Team: Belarusian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/be@latin/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/be@latin/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/be@latin/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/be@latin/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-08-29 09:17\n" "Last-Translator: Darafei Praliaskouski <[email protected]>\n" "Language-Team: Belarusian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/bg/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/bg/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/bg/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/bg/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-06-19 14:35+0200\n" "Last-Translator: Mincho Kondarev <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/bn/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/bn/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/bn/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/bn/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2012-07-16 14:27+0530\n" "Last-Translator: Deepayan Sarkar <[email protected]>\n" "Language-Team: American English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/bn_IN/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/bn_IN/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/bn_IN/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/bn_IN/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2009-12-28 14:35+0530\n" "Last-Translator: Runa Bhattacharjee <[email protected]>\n" "Language-Team: Bengali INDIA <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/br/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/br/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/br/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/br/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2007-10-15 22:19+0200\n" "Last-Translator: Jañ-Mai Drapier <[email protected]>\n" "Language-Team: Brezhoneg <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/bs/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/bs/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/bs/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/bs/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2013-12-21 17:26+0000\n" "Last-Translator: Ademovic Saudin <[email protected]>\n" "Language-Team: bosanski <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ca/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ca/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ca/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ca/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kconfigwidgets\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-07-08 15:45+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ca@valencia/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ca@valencia/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ca@valencia/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ca@valencia/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kconfigwidgets\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-07-08 15:45+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/crh/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/crh/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/crh/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/crh/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2009-02-12 23:29-0600\n" "Last-Translator: ReÅat SABIQ <[email protected]>\n" "Language-Team: Qırımtatarca (Qırım Türkçesi)\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/cs/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/cs/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/cs/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/cs/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-06-27 16:04+0200\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/csb/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/csb/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/csb/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/csb/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2009-12-04 22:09+0100\n" "Last-Translator: Mark KwidziÅÅczi <[email protected]>\n" "Language-Team: Kaszëbsczi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/cy/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/cy/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/cy/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/cy/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2005-01-28 17:54+0000\n" "Last-Translator: Kevin Donnelly <[email protected]>\n" "Language-Team: Cymraeg\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/da/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/da/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/da/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/da/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2021-09-05 20:26+0200\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/de/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/de/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/de/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/de/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-06-10 00:24+0200\n" "Last-Translator: Frederik Schwarzer <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/el/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/el/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/el/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/el/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2023-01-05 11:44+0200\n" "Last-Translator: Stelios <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/en_GB/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/en_GB/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/en_GB/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/en_GB/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-07-22 14:21+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/eo/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/eo/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/eo/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/eo/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2023-03-12 22:53+0100\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: Esperanto <[email protected]>\n" @@ -42,7 +42,7 @@ #: kcmodule.cpp:198 #, kde-format msgid "You will be asked to authenticate before saving" -msgstr "" +msgstr "Vi estos petata aÅtentikiÄi antaÅ konservi" #: kcmodule.cpp:202 #, kde-format @@ -74,7 +74,7 @@ #: kcommandbar.cpp:560 #, kde-format msgid "No commands matching the filter" -msgstr "" +msgstr "Neniuj komandoj kongruaj al la filtrilo" #: kconfigdialog.cpp:37 #, kde-format @@ -177,7 +177,7 @@ #: kstandardaction_p.h:32 msgid "Open a document which was recently opened" -msgstr "" +msgstr "Malfermi dokumenton kiu estis lasttempe malfermita" #: kstandardaction_p.h:33 msgid "&Save" @@ -201,7 +201,7 @@ #: kstandardaction_p.h:35 msgid "Revert unsaved changes made to document" -msgstr "" +msgstr "Malfari nekonservitajn ÅanÄojn faritajn al dokumento" #: kstandardaction_p.h:36 msgid "&Close" @@ -225,7 +225,7 @@ #: kstandardaction_p.h:38 msgid "Show a print preview of document" -msgstr "" +msgstr "Montri presan antaÅrigardon de dokumento" #: kstandardaction_p.h:39 msgid "&Mail..." @@ -265,7 +265,7 @@ #: kstandardaction_p.h:44 msgid "Cut selection to clipboard" -msgstr "" +msgstr "Tondi elektaĵon al tondujo" #: kstandardaction_p.h:45 msgid "&Copy" @@ -273,7 +273,7 @@ #: kstandardaction_p.h:45 msgid "Copy selection to clipboard" -msgstr "" +msgstr "Kopii elektaĵon al tondujo" #: kstandardaction_p.h:46 kstandardaction_p.h:48 msgid "&Paste" @@ -333,7 +333,7 @@ #: kstandardaction_p.h:60 msgid "Zoom to fit page width in window" -msgstr "" +msgstr "Zomi por Äisrandigi paÄolarÄecon en fenestro" #: kstandardaction_p.h:61 msgid "Fit to Page &Height" @@ -341,7 +341,7 @@ #: kstandardaction_p.h:61 msgid "Zoom to fit page height in window" -msgstr "" +msgstr "Zomi por Äisrandigi paÄaltecon en fenestro" #: kstandardaction_p.h:62 msgid "Zoom &In" @@ -361,7 +361,7 @@ #: kstandardaction_p.h:65 msgid "&Refresh" -msgstr "" +msgstr "&RefreÅigi" #: kstandardaction_p.h:65 msgid "Refresh document" @@ -373,7 +373,7 @@ #: kstandardaction_p.h:67 msgid "Go up" -msgstr "" +msgstr "Iri supren" #: kstandardaction_p.h:72 msgid "&Previous Page" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/es/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/es/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/es/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/es/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2023-10-17 21:38+0200\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/et/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/et/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/et/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/et/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-10-19 22:37+0200\n" "Last-Translator: Mihkel Tõnnov <[email protected]>\n" "Language-Team: Estonian <>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/eu/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/eu/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/eu/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/eu/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kconfigwidgets\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-07-26 16:36+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/fa/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/fa/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/fa/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/fa/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2012-06-28 16:40+0430\n" "Last-Translator: Mohammad Reza Mirdamadi <[email protected]>\n" "Language-Team: Farsi (Persian) <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/fi/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/fi/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/fi/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/fi/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2023-05-18 12:20+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/fr/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/fr/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/fr/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/fr/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -1,5 +1,6 @@ # translation of kdelibs4.po to Français # translation of kdelibs4.po to +# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard <[email protected]> # Matthieu Robin <[email protected]>, 2002,2003, 2004. # Robert Jacolin <[email protected]>, 2003,2004. # Gilles Caulier <[email protected]>, 2003. @@ -21,21 +22,20 @@ # Vincent Pinon <[email protected]>, 2016. # Yoann Laissus <[email protected]>, 2018. # Simon Depiets <[email protected]>, 2018, 2019, 2020. -# Xavier Besnard <[email protected]>, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-06-04 18:44+0200\n" "Last-Translator: Xavier Besnard <[email protected]>\n" -"Language-Team: French <[email protected]>\n" +"Language-Team: fr\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 22.04.1\n" +"X-Generator: Lokalize 23.08.3\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/fy/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/fy/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/fy/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/fy/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2010-07-22 09:48+0100\n" "Last-Translator: Berend Ytsma <[email protected]>\n" "Language-Team: nl <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ga/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ga/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ga/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ga/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2004-12-14 09:11-0600\n" "Last-Translator: Kevin Scannell <[email protected]>\n" "Language-Team: Irish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/gd/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/gd/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/gd/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/gd/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kconfigwidgets5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2015-11-04 15:11+0000\n" "Last-Translator: Michael Bauer <[email protected]>\n" "Language-Team: Fòram na Gà idhlig\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/gl/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/gl/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/gl/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/gl/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -9,13 +9,13 @@ # Xosé <[email protected]>, 2010. # Marce Villarino <[email protected]>, 2011, 2012, 2013, 2014. # Adrián Chaves Fernández <[email protected]>, 2015, 2017. -# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019, 2023. +# SPDX-FileCopyrightText: 2023 Adrián Chaves (Gallaecio) # msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2023-05-01 10:10+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" @@ -24,7 +24,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 23.04.0\n" +"X-Generator: Lokalize 23.08.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/gu/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/gu/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/gu/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/gu/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2009-11-22 00:01+0530\n" "Last-Translator: Kartik Mistry <[email protected]>\n" "Language-Team: Gujarati <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ha/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ha/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ha/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ha/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2009-03-17 11:22+0100\n" "Last-Translator: Adriaan de Groot <[email protected]>\n" "Language-Team: Hausa <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/he/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/he/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/he/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/he/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: kconfigwidgets5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2017-05-16 06:51-0400\n" "Last-Translator: Elkana Bardugo <[email protected]>\n" "Language-Team: Hebrew <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/hi/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/hi/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/hi/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/hi/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2021-08-21 16:25+0530\n" "Last-Translator: Raghavendra Kamath <[email protected]>\n" "Language-Team: kde-hindi\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/hne/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/hne/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/hne/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/hne/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2009-02-10 20:44+0530\n" "Last-Translator: Ravishankar Shrivastava <[email protected]>\n" "Language-Team: Hindi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/hr/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/hr/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/hr/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/hr/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2011-07-22 16:08+0200\n" "Last-Translator: Marko DimjaÅ¡eviÄ <[email protected]>\n" "Language-Team: Croatian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/hsb/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/hsb/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/hsb/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/hsb/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2008-12-19 22:49+0100\n" "Last-Translator: Eduard Werner <[email protected]>\n" "Language-Team: en_US <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/hu/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/hu/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/hu/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/hu/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-01-31 09:51+0100\n" "Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/hy/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/hy/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/hy/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/hy/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2013-01-31 01:08+0400\n" "Last-Translator: Davit <[email protected]>\n" "Language-Team: Armenian Language: hy\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ia/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ia/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ia/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ia/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-07-14 22:59+0200\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/id/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/id/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/id/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/id/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-09-27 18:12+0700\n" "Last-Translator: Wantoyèk <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/is/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/is/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/is/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/is/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2023-01-08 20:43+0000\n" "Last-Translator: gummi <[email protected]>\n" "Language-Team: Icelandic <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/it/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/it/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/it/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/it/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -1,4 +1,5 @@ # translation of kdelibs4.po to Italian +# SPDX-FileCopyrightText: 2014, 2015, 2019, 2020, 2021, 2022, 2023 Vincenzo Reale <[email protected]> # Andrea Rizzi <[email protected]>, 2003, 2004, 2005. # Federico Cozzi <[email protected]>, 2004. # Federico Zenith <[email protected]>, 2004, 2008, 2009, 2010, 2011. @@ -10,12 +11,11 @@ # Pino Toscano <[email protected]>, 2008. # Federico Zenith <[email protected]>, 2008, 2012, 2013, 2014, 2015. # Innocenzo Ventre <[email protected]>, 2012. -# Vincenzo Reale <[email protected]>, 2014, 2015, 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-05-31 14:03+0200\n" "Last-Translator: Vincenzo Reale <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" @@ -24,7 +24,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 22.04.1\n" +"X-Generator: Lokalize 23.08.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ja/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ja/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ja/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ja/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2023-05-16 18:41+0900\n" "Last-Translator: Ryuichi Yamada <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ka/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ka/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ka/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ka/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kconfigwidgets\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-11-16 08:35+0100\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/kk/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/kk/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/kk/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/kk/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2013-11-08 01:24+0600\n" "Last-Translator: Sairan Kikkarin <[email protected]>\n" "Language-Team: Kazakh <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/km/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/km/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/km/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/km/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2012-06-27 10:04+0700\n" "Last-Translator: Khoem Sokhem <[email protected]>\n" "Language-Team: Khmer\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/kn/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/kn/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/kn/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/kn/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2010-06-24 18:32+0530\n" "Last-Translator: Shankar Prasad <[email protected]>\n" "Language-Team: kn_IN <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ko/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ko/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ko/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ko/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-07-13 14:09+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ku/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ku/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ku/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ku/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2010-08-13 15:45+0200\n" "Last-Translator: Erdal Ronahî <[email protected]>\n" "Language-Team: Kurdish Team http://pckurd.net\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/lb/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/lb/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/lb/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/lb/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2006-06-22 16:29+0200\n" "Last-Translator: Michel Ludwig <[email protected]>\n" "Language-Team: Luxembourgish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/lt/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/lt/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/lt/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/lt/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-12-12 19:42+0200\n" "Last-Translator: Moo <<>>\n" "Language-Team: Lithuanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/lv/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/lv/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/lv/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/lv/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2020-11-13 10:45+0200\n" "Last-Translator: Maris Nartiss <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/mai/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/mai/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/mai/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/mai/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2010-09-24 15:44+0530\n" "Last-Translator: Rajesh Ranjan <[email protected]>\n" "Language-Team: Hindi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/mk/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/mk/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/mk/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/mk/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2010-01-27 10:39+0100\n" "Last-Translator: Bozidar Proevski <[email protected]>\n" "Language-Team: Macedonian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ml/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ml/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ml/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ml/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2019-12-01 18:20+0000\n" "Last-Translator: Subin Siby <[email protected]>\n" "Language-Team: SMC <smc.org.in>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/mr/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/mr/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/mr/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/mr/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2013-03-29 16:14+0530\n" "Last-Translator: Chetan Khona <[email protected]>\n" "Language-Team: Marathi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ms/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ms/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ms/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ms/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2011-07-16 00:57+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan <[email protected]>\n" "Language-Team: Malay <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/nb/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/nb/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/nb/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/nb/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2015-02-24 20:39+0100\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian BokmÃ¥l <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/nds/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/nds/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/nds/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/nds/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2014-03-11 23:48+0100\n" "Last-Translator: Sönke Dibbern <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ne/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ne/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ne/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ne/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2007-11-05 15:41+0545\n" "Last-Translator: Shyam Krishna Bal <[email protected]>\n" "Language-Team: Nepali <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/nl/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/nl/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/nl/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/nl/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-05-31 16:33+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/nn/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/nn/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/nn/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/nn/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-06-19 14:02+0200\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/oc/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/oc/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/oc/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/oc/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2008-08-06 00:07+0200\n" "Last-Translator: \n" "Language-Team: Occitan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/or/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/or/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/or/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/or/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2009-01-02 17:37+0530\n" "Last-Translator: Manoj Kumar Giri <[email protected]>\n" "Language-Team: Oriya <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/pa/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/pa/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/pa/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/pa/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2018-11-01 21:27-0800\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/pl/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/pl/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/pl/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/pl/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2023-04-29 11:21+0200\n" "Last-Translator: Åukasz WojniÅowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ps/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ps/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ps/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ps/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2008-08-16 16:01-0800\n" "Last-Translator: Zabeeh Khan <[email protected]>\n" "Language-Team: Pashto <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/pt/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/pt/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/pt/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/pt/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-06-03 18:00+0100\n" "Last-Translator: José Nuno Pires <[email protected]>\n" "Language-Team: pt <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/pt_BR/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/pt_BR/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/pt_BR/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/pt_BR/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: kconfigwidgets\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-06-22 16:15-0300\n" "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ro/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ro/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ro/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ro/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-06-01 15:14+0100\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ru/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ru/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ru/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ru/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-06-24 11:08+0300\n" "Last-Translator: Alexander Yavorsky <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/se/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/se/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/se/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/se/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2012-05-30 23:19+0200\n" "Last-Translator: Børre Gaup <[email protected]>\n" "Language-Team: Northern Sami <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/si/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/si/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/si/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/si/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2011-07-25 07:45+0530\n" "Last-Translator: Danishka Navin <[email protected]>\n" "Language-Team: Sinhala <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/sk/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/sk/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/sk/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/sk/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-02-14 11:55+0100\n" "Last-Translator: Matej Mrenica <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/sl/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/sl/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/sl/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/sl/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-06-01 07:47+0200\n" "Last-Translator: Matjaž Jeran <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/sq/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/sq/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/sq/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/sq/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2012-01-19 00:20-0500\n" "Last-Translator: Agron Selimaj <[email protected]>\n" "Language-Team: Albanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/sv/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/sv/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/sv/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/sv/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-05-31 16:55+0200\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ta/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ta/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ta/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ta/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-05-31 21:56+0530\n" "Last-Translator: Kishore G <[email protected]>\n" "Language-Team: Tamil <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/te/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/te/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/te/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/te/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2013-11-04 23:55+0630\n" "Last-Translator: Bhuvan Krishna <[email protected]>\n" "Language-Team: Telugu <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/tg/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/tg/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/tg/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/tg/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2019-09-15 21:27+0500\n" "Last-Translator: Victor Ibragimov <[email protected]>\n" "Language-Team: English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/th/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/th/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/th/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/th/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2010-12-31 22:47+0700\n" "Last-Translator: Phuwanat Sakornsakolpat <[email protected]>\n" "Language-Team: Thai <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/tr/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/tr/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/tr/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/tr/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2023-02-01 13:00+0300\n" "Last-Translator: Emir SARI <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/tt/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/tt/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/tt/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/tt/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2011-11-26 15:12+0400\n" "Last-Translator: Ainur Shakirov <[email protected]>\n" "Language-Team: Tatar <>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/ug/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/ug/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/ug/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/ug/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: Uyghur Computer Science Association <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/uk/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/uk/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/uk/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/uk/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kconfigwidgets5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-08-07 08:57+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/uz/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/uz/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/uz/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/uz/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2008-05-30 17:29+0200\n" "Last-Translator: Mashrab Kuvatov <[email protected]>\n" "Language-Team: Uzbek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/uz@cyrillic/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/uz@cyrillic/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/uz@cyrillic/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/uz@cyrillic/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2009-10-17 00:34+0200\n" "Last-Translator: Mashrab Kuvatov <[email protected]>\n" "Language-Team: Uzbek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/vi/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/vi/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/vi/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/vi/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-05-31 10:57+0200\n" "Last-Translator: Phu Hung Nguyen <[email protected]>\n" "Language-Team: Vietnamese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/wa/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/wa/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/wa/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/wa/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2012-07-04 17:33+0200\n" "Last-Translator: Jean Cayron <[email protected]>\n" "Language-Team: Walloon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/xh/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/xh/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/xh/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/xh/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2002-12-13 17:20SAST\n" "Last-Translator: Lwandle Mgidlana <[email protected]>\n" "Language-Team: Xhosa <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/zh_CN/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/zh_CN/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/zh_CN/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/zh_CN/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" -"PO-Revision-Date: 2023-10-21 13:54\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" +"PO-Revision-Date: 2023-11-25 02:29\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -25,9 +25,7 @@ #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "" -"[email protected], [email protected], [email protected], tysontan@tysontan." -"com" +msgstr "[email protected], [email protected], [email protected], [email protected]" #: kcmodule.cpp:198 #, kde-format @@ -64,7 +62,7 @@ #: kcommandbar.cpp:560 #, kde-format msgid "No commands matching the filter" -msgstr "没æå¹é 该ç鿡件çå½ä»¤" +msgstr "没æå¹é è¯¥è¿æ»¤æ¡ä»¶çå½ä»¤" #: kconfigdialog.cpp:37 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/zh_HK/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/zh_HK/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/zh_HK/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/zh_HK/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2006-01-04 13:32+0800\n" "Last-Translator: Abel Cheung <[email protected]>\n" "Language-Team: Chinese (Hong Kong) <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/po/zh_TW/kconfigwidgets5.po new/kconfigwidgets-5.113.0/po/zh_TW/kconfigwidgets5.po --- old/kconfigwidgets-5.112.0/po/zh_TW/kconfigwidgets5.po 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/po/zh_TW/kconfigwidgets5.po 2023-12-02 10:24:45.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-05-08 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:24+0000\n" "PO-Revision-Date: 2022-07-23 10:38+0800\n" "Last-Translator: Yi-Jyun Pan <[email protected]>\n" "Language-Team: Traditional Chinese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.112.0/src/krecentfilesaction.cpp new/kconfigwidgets-5.113.0/src/krecentfilesaction.cpp --- old/kconfigwidgets-5.112.0/src/krecentfilesaction.cpp 2023-11-04 11:00:56.000000000 +0100 +++ new/kconfigwidgets-5.113.0/src/krecentfilesaction.cpp 2023-12-02 10:24:45.000000000 +0100 @@ -97,6 +97,7 @@ Q_EMIT q->urlSelected(url); } +// TODO: remove this helper function, it will crash if you use it in a loop void KRecentFilesActionPrivate::removeAction(std::vector<RecentActionInfo>::iterator it) { Q_Q(KRecentFilesAction); @@ -123,8 +124,9 @@ auto endIt = d->m_recentActions.begin() + difference; for (auto it = beginIt; it < endIt; ++it) { // Remove the action from the menus, action groups ...etc - d->removeAction(it); + delete KSelectAction::removeAction(it->action); } + d->m_recentActions.erase(beginIt, endIt); } }
