commit kiconthemes for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kiconthemes for openSUSE:Factory checked in at 2023-12-17 21:30:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiconthemes (Old) and /work/SRC/openSUSE:Factory/.kiconthemes.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kiconthemes" Sun Dec 17 21:30:02 2023 rev:128 rq:1133306 version:5.113.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes 2023-11-13 22:19:23.572237668 +0100 +++ /work/SRC/openSUSE:Factory/.kiconthemes.new.25432/kiconthemes.changes 2023-12-17 21:31:51.448565508 +0100 @@ -1,0 +2,9 @@ +Tue Dec 5 11:17:44 UTC 2023 - Christophe Marin <christophe@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: ---- kiconthemes-5.112.0.tar.xz kiconthemes-5.112.0.tar.xz.sig New: ---- kiconthemes-5.113.0.tar.xz kiconthemes-5.113.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiconthemes.spec ++++++ --- /var/tmp/diff_new_pack.AcKpJg/_old 2023-12-17 21:31:52.048587309 +0100 +++ /var/tmp/diff_new_pack.AcKpJg/_new 2023-12-17 21:31:52.048587309 +0100 @@ -17,14 +17,14 @@ %define lname libKF5IconThemes5 -%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: kiconthemes -Version: 5.112.0 +Version: 5.113.0 Release: 0 Summary: Icon GUI utilities License: LGPL-2.1-or-later AND GPL-2.0-or-later @@ -34,22 +34,21 @@ 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: cmake(KF5Archive) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version} -BuildRequires: kf5-filesystem -BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5Core) >= 5.15.0 -BuildRequires: cmake(Qt5DBus) >= 5.15.0 -BuildRequires: cmake(Qt5Svg) >= 5.15.0 -BuildRequires: cmake(Qt5Test) >= 5.15.0 -BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0 -BuildRequires: cmake(Qt5Widgets) >= 5.15.0 -BuildRequires: libqt5-qtbase-private-headers-devel +BuildRequires: cmake(KF5Archive) >= %{_kf5_version} +BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_version} +BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version} +BuildRequires: cmake(KF5I18n) >= %{_kf5_version} +BuildRequires: cmake(KF5ItemViews) >= %{_kf5_version} +BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_version} +BuildRequires: cmake(Qt5Core) >= %{qt5_version} +BuildRequires: cmake(Qt5DBus) >= %{qt5_version} +BuildRequires: cmake(Qt5Svg) >= %{qt5_version} +BuildRequires: cmake(Qt5Test) >= %{qt5_version} +BuildRequires: cmake(Qt5UiPlugin) >= %{qt5_version} +BuildRequires: cmake(Qt5Widgets) >= %{qt5_version} +BuildRequires: libqt5-qtbase-private-headers-devel >= %{qt5_version} %description This library contains classes to improve the handling of icons @@ -58,7 +57,7 @@ %package -n %{lname} Summary: Icon GUI utilities %requires_eq libQt5Core5 -%if %pkg_vcmp cmake(Qt5Core) >= 5.12.0 +%if %pkg_vcmp cmake(Qt5Core) >= %{qt5_version} # Used as fallback icon theme starting with Qt 5.12 Recommends: breeze5-icons %endif @@ -71,8 +70,7 @@ %package devel Summary: Icon GUI utilities: Build Environment Requires: %{lname} = %{version} -Requires: extra-cmake-modules -Requires: cmake(Qt5Widgets) >= 5.15.0 +Requires: cmake(Qt5Widgets) >= %{qt5_version} %description devel This library contains classes to improve the handling of icons ++++++ kiconthemes-5.112.0.tar.xz -> kiconthemes-5.113.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/CMakeLists.txt new/kiconthemes-5.113.0/CMakeLists.txt --- old/kiconthemes-5.112.0/CMakeLists.txt 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/CMakeLists.txt 2023-12-02 10:26:43.000000000 +0100 @@ -1,12 +1,12 @@ 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(KIconThemes VERSION ${KF_VERSION}) # ECM setup 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/kiconthemes-5.112.0/po/af/kiconthemes5.po new/kiconthemes-5.113.0/po/af/kiconthemes5.po --- old/kiconthemes-5.112.0/po/af/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/af/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kio4 stable\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2005-11-25 05:33+0200\n" "Last-Translator: Juanita Franz <juanita.franz@vr-web.de>\n" "Language-Team: AFRIKAANS <translate-discuss-af@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ar/kiconthemes5.po new/kiconthemes-5.113.0/po/ar/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ar/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ar/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-10 22:18+0400\n" "Last-Translator: Zayed Al-Saidi <zayed.alsaidi@gmail.com>\n" "Language-Team: Arabic <kde-l10n-ar@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/az/kiconthemes5.po new/kiconthemes-5.113.0/po/az/kiconthemes5.po --- old/kiconthemes-5.112.0/po/az/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/az/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kiconthemes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-02-19 15:58+0400\n" "Last-Translator: Kheyyam <xxmn77@gmail.com>\n" "Language-Team: Azerbaijani <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/be/kiconthemes5.po new/kiconthemes-5.113.0/po/be/kiconthemes5.po --- old/kiconthemes-5.112.0/po/be/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/be/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: 86ff119b1606fcaa910d6b44fc14b611\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-01-09 07:31\n" "Last-Translator: Siarhei Liantsevich <serzh.by@gmail.com>\n" "Language-Team: Belarusian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/be@latin/kiconthemes5.po new/kiconthemes-5.113.0/po/be@latin/kiconthemes5.po --- old/kiconthemes-5.112.0/po/be@latin/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/be@latin/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-09-05 20:23+0300\n" "Last-Translator: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>\n" "Language-Team: Belarusian Latin <i18n@mova.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/bg/kiconthemes5.po new/kiconthemes-5.113.0/po/bg/kiconthemes5.po --- old/kiconthemes-5.112.0/po/bg/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/bg/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-10 13:21+0200\n" "Last-Translator: Mincho Kondarev <mkondarev@yahoo.de>\n" "Language-Team: Bulgarian <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/bn/kiconthemes5.po new/kiconthemes-5.113.0/po/bn/kiconthemes5.po --- old/kiconthemes-5.112.0/po/bn/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/bn/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2006-01-06 23:37-0600\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" "Language-Team: Bengali <kde-translation@bengalinux.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/br/kiconthemes5.po new/kiconthemes-5.113.0/po/br/kiconthemes5.po --- old/kiconthemes-5.112.0/po/br/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/br/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2004-09-28 03:02+0200\n" "Last-Translator: Jañ-Mai Drapier <jan-mai.drapier@mail.dotcom.fr>\n" "Language-Team: Brezhoneg <Suav.Icb@wanadoo.fr>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/bs/kiconthemes5.po new/kiconthemes-5.113.0/po/bs/kiconthemes5.po --- old/kiconthemes-5.112.0/po/bs/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/bs/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-12-30 16:55+0000\n" "Last-Translator: memsud <dedovic.memsud94@hotmail.com>\n" "Language-Team: bosanski <bs@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ca/kiconthemes5.po new/kiconthemes-5.113.0/po/ca/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ca/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ca/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kiconthemes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-09 10:34+0200\n" "Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n" "Language-Team: Catalan <kde-i18n-ca@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ca@valencia/kiconthemes5.po new/kiconthemes-5.113.0/po/ca@valencia/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ca@valencia/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ca@valencia/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kiconthemes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-09 10:34+0200\n" "Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n" "Language-Team: Catalan <kde-i18n-ca@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/cs/kiconthemes5.po new/kiconthemes-5.113.0/po/cs/kiconthemes5.po --- old/kiconthemes-5.112.0/po/cs/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/cs/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-02-17 16:20+0100\n" "Last-Translator: Vit Pelcak <vit@pelcak.org>\n" "Language-Team: Czech <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/csb/kiconthemes5.po new/kiconthemes-5.113.0/po/csb/kiconthemes5.po --- old/kiconthemes-5.112.0/po/csb/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/csb/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-06-29 20:35+0200\n" "Last-Translator: Michôł Òstrowsczi <michol@linuxcsb.org>\n" "Language-Team: Kashubian <i18n-csb@linuxcsb.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/cy/kiconthemes5.po new/kiconthemes-5.113.0/po/cy/kiconthemes5.po --- old/kiconthemes-5.112.0/po/cy/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/cy/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2004-01-16 09:20+0000\n" "Last-Translator: KD at KGyfieithu <kyfieithu@dotmon.com>\n" "Language-Team: Cymraeg <cy@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/da/kiconthemes5.po new/kiconthemes-5.113.0/po/da/kiconthemes5.po --- old/kiconthemes-5.112.0/po/da/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/da/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2021-09-05 20:32+0200\n" "Last-Translator: Martin Schlander <mschlander@opensuse.org>\n" "Language-Team: Danish <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/de/kiconthemes5.po new/kiconthemes-5.113.0/po/de/kiconthemes5.po --- old/kiconthemes-5.112.0/po/de/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/de/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-20 20:39+0200\n" "Last-Translator: Frederik Schwarzer <schwarzer@kde.org>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/el/kiconthemes5.po new/kiconthemes-5.113.0/po/el/kiconthemes5.po --- old/kiconthemes-5.112.0/po/el/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/el/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -20,7 +20,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2021-07-07 11:01+0300\n" "Last-Translator: Stelios <sstavra@gmail.com>\n" "Language-Team: Greek <kde-i18n-el@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/en_GB/kiconthemes5.po new/kiconthemes-5.113.0/po/en_GB/kiconthemes5.po --- old/kiconthemes-5.112.0/po/en_GB/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/en_GB/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-22 17:04+0100\n" "Last-Translator: Steve Allewell <steve.allewell@gmail.com>\n" "Language-Team: British English <kde-l10n-en_gb@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/eo/kiconthemes5.po new/kiconthemes-5.113.0/po/eo/kiconthemes5.po --- old/kiconthemes-5.112.0/po/eo/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/eo/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kiconthemes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-06-08 19:23+0100\n" "Last-Translator: Oliver Kellogg <okellogg@users.sourceforge.net>\n" "Language-Team: Esperanto <kde-i18n-doc@lists.kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/es/kiconthemes5.po new/kiconthemes-5.113.0/po/es/kiconthemes5.po --- old/kiconthemes-5.112.0/po/es/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/es/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-09 10:26+0200\n" "Last-Translator: Eloy Cuadra <ecuadra@eloihr.net>\n" "Language-Team: Spanish <kde-l10n-es@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/et/kiconthemes5.po new/kiconthemes-5.113.0/po/et/kiconthemes5.po --- old/kiconthemes-5.112.0/po/et/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/et/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-10-31 12:39+0200\n" "Last-Translator: Marek Laane <qiilaq69@gmail.com>\n" "Language-Team: Estonian <kde-et@lists.linux.ee>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/eu/kiconthemes5.po new/kiconthemes-5.113.0/po/eu/kiconthemes5.po --- old/kiconthemes-5.112.0/po/eu/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/eu/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kiconthemes5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-14 21:22+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <xalba@ni.eus>\n" "Language-Team: Basque <kde-i18n-eu@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/fa/kiconthemes5.po new/kiconthemes-5.113.0/po/fa/kiconthemes5.po --- old/kiconthemes-5.112.0/po/fa/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/fa/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-01-10 22:50+0330\n" "Last-Translator: Mohammad Reza Mirdamadi <mohi@linuxshop.ir>\n" "Language-Team: Farsi (Persian) <kde-i18n-fa@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/fi/kiconthemes5.po new/kiconthemes-5.113.0/po/fi/kiconthemes5.po --- old/kiconthemes-5.112.0/po/fi/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/fi/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-19 14:14+0300\n" "Last-Translator: Tommi Nieminen <translator@legisign.org>\n" "Language-Team: Finnish <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/fr/kiconthemes5.po new/kiconthemes-5.113.0/po/fr/kiconthemes5.po --- old/kiconthemes-5.112.0/po/fr/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/fr/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -20,7 +20,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-10 11:32+0200\n" "Last-Translator: Xavier Besnard <xavier.besnard@neuf.fr>\n" "Language-Team: French <kde-francophone@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/fy/kiconthemes5.po new/kiconthemes-5.113.0/po/fy/kiconthemes5.po --- old/kiconthemes-5.112.0/po/fy/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/fy/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-05-19 10:52+0100\n" "Last-Translator: Berend Ytsma <berendy@gmail.com>\n" "Language-Team: <nl@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ga/kiconthemes5.po new/kiconthemes-5.113.0/po/ga/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ga/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ga/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs/kio4.po\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2004-12-03 14:52-0500\n" "Last-Translator: Kevin Scannell <kscanne@gmail.com>\n" "Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/gd/kiconthemes5.po new/kiconthemes-5.113.0/po/gd/kiconthemes5.po --- old/kiconthemes-5.112.0/po/gd/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/gd/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-11-04 15:14+0000\n" "Last-Translator: Michael Bauer <fios@akerbeltz.org>\n" "Language-Team: Fòram na Gàidhlig\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/gl/kiconthemes5.po new/kiconthemes-5.113.0/po/gl/kiconthemes5.po --- old/kiconthemes-5.112.0/po/gl/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/gl/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-28 19:52+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <adrian@chaves.io>\n" "Language-Team: Galician <proxecto@trasno.gal>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/gu/kiconthemes5.po new/kiconthemes-5.113.0/po/gu/kiconthemes5.po --- old/kiconthemes-5.112.0/po/gu/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/gu/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-05-13 18:57+0530\n" "Last-Translator: Kartik Mistry <kartik.mistry@gmail.com>\n" "Language-Team: Gujarati <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/he/kiconthemes5.po new/kiconthemes-5.113.0/po/he/kiconthemes5.po --- old/kiconthemes-5.112.0/po/he/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/he/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: kiconthemes5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2017-05-16 06:50-0400\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Hebrew <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/hi/kiconthemes5.po new/kiconthemes-5.113.0/po/hi/kiconthemes5.po --- old/kiconthemes-5.112.0/po/hi/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/hi/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2021-07-07 09:59+0530\n" "Last-Translator: Raghavendra Kamath <raghu@raghukamath.com>\n" "Language-Team: kde-hindi\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/hr/kiconthemes5.po new/kiconthemes-5.113.0/po/hr/kiconthemes5.po --- old/kiconthemes-5.112.0/po/hr/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/hr/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kio4 0\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-07-22 16:13+0200\n" "Last-Translator: Marko Dimjašević <marko@dimjasevic.net>\n" "Language-Team: Croatian <kde-croatia-list@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/hsb/kiconthemes5.po new/kiconthemes-5.113.0/po/hsb/kiconthemes5.po --- old/kiconthemes-5.112.0/po/hsb/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/hsb/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-11-17 23:54+0100\n" "Last-Translator: Eduard Werner <edi.werner@gmx.de>\n" "Language-Team: en_US <kde-i18n-doc@lists.kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/hu/kiconthemes5.po new/kiconthemes-5.113.0/po/hu/kiconthemes5.po --- old/kiconthemes-5.112.0/po/hu/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/hu/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: KDE 4.4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2021-12-29 17:43+0100\n" "Last-Translator: Kristof Kiszel <ulysses@fsf.hu>\n" "Language-Team: Hungarian <kde-l10n-hu@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ia/kiconthemes5.po new/kiconthemes-5.113.0/po/ia/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ia/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ia/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-11-28 16:11+0100\n" "Last-Translator: giovanni <g.sora@tiscali.it>\n" "Language-Team: Interlingua <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/id/kiconthemes5.po new/kiconthemes-5.113.0/po/id/kiconthemes5.po --- old/kiconthemes-5.112.0/po/id/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/id/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-26 23:40+0700\n" "Last-Translator: Wantoyèk <wantoyek@gmail.com>\n" "Language-Team: https://t.me/Localizations_KDE_Indonesia\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/is/kiconthemes5.po new/kiconthemes-5.113.0/po/is/kiconthemes5.po --- old/kiconthemes-5.112.0/po/is/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/is/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-09-21 19:58+0000\n" "Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n" "Language-Team: Icelandic\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/it/kiconthemes5.po new/kiconthemes-5.113.0/po/it/kiconthemes5.po --- old/kiconthemes-5.112.0/po/it/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/it/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-10 17:16+0200\n" "Last-Translator: Vincenzo Reale <smart2128vr@gmail.com>\n" "Language-Team: Italian <kde-i18n-it@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ja/kiconthemes5.po new/kiconthemes-5.113.0/po/ja/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ja/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ja/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-05-25 16:26+0900\n" "Last-Translator: Fumiaki Okushi <okushi@kde.gr.jp>\n" "Language-Team: Japanese <kde-jp@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ka/kiconthemes5.po new/kiconthemes-5.113.0/po/ka/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ka/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ka/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kiconthemes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-24 12:47+0200\n" "Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n" "Language-Team: Georgian <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/kk/kiconthemes5.po new/kiconthemes-5.113.0/po/kk/kiconthemes5.po --- old/kiconthemes-5.112.0/po/kk/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/kk/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-04-19 06:26+0600\n" "Last-Translator: Sairan Kikkarin <sairan@computer.org>\n" "Language-Team: Kazakh <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/km/kiconthemes5.po new/kiconthemes-5.113.0/po/km/kiconthemes5.po --- old/kiconthemes-5.112.0/po/km/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/km/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+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 <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ko/kiconthemes5.po new/kiconthemes-5.113.0/po/ko/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ko/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ko/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-09 13:19+0200\n" "Last-Translator: Shinjo Park <kde@peremen.name>\n" "Language-Team: Korean <kde-kr@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ku/kiconthemes5.po new/kiconthemes-5.113.0/po/ku/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ku/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ku/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2007-12-21 21:45+0100\n" "Last-Translator: Erdal Ronahi <erdal.ronahi@nospam.gmail.com>\n" "Language-Team: Kurdish <gnu-ku-wergerandin at lists dot sourceforge dot " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/lt/kiconthemes5.po new/kiconthemes-5.113.0/po/lt/kiconthemes5.po --- old/kiconthemes-5.112.0/po/lt/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/lt/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-09-24 16:55+0300\n" "Last-Translator: Moo\n" "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/lv/kiconthemes5.po new/kiconthemes-5.113.0/po/lv/kiconthemes5.po --- old/kiconthemes-5.112.0/po/lv/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/lv/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-07-06 12:49+0300\n" "Last-Translator: Maris Nartiss <maris.kde@gmail.com>\n" "Language-Team: Latvian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/mai/kiconthemes5.po new/kiconthemes-5.113.0/po/mai/kiconthemes5.po --- old/kiconthemes-5.112.0/po/mai/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/mai/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-12-03 15:07+0530\n" "Last-Translator: Sangeeta Kumari <sangeeta09@gmail.com>\n" "Language-Team: Maithili <maithili.sf.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/mk/kiconthemes5.po new/kiconthemes-5.113.0/po/mk/kiconthemes5.po --- old/kiconthemes-5.112.0/po/mk/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/mk/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-01-21 13:58+0100\n" "Last-Translator: Bozidar Proevski <bobibobi@freemail.com.mk>\n" "Language-Team: Macedonian <mkde-l10n@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ml/kiconthemes5.po new/kiconthemes-5.113.0/po/ml/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ml/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ml/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-06-25 20:40+0530\n" "Last-Translator: Divya.k <dkrnDivyaNarayanan@gmail.com>\n" "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് <smc-" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/mr/kiconthemes5.po new/kiconthemes-5.113.0/po/mr/kiconthemes5.po --- old/kiconthemes-5.112.0/po/mr/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/mr/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-03-30 14:45+0530\n" "Last-Translator: Chetan Khona <chetan@kompkin.com>\n" "Language-Team: American English <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ms/kiconthemes5.po new/kiconthemes-5.113.0/po/ms/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ms/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ms/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-03-09 22:58+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>\n" "Language-Team: Malay <kedidiemas@yahoogroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/nb/kiconthemes5.po new/kiconthemes-5.113.0/po/nb/kiconthemes5.po --- old/kiconthemes-5.112.0/po/nb/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/nb/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-12-30 20:55+0100\n" "Last-Translator: Bjørn Steensrud <bjornst@skogkatt.homelinux.org>\n" "Language-Team: Norwegian Bokmål <l10n-no@lister.huftis.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/nds/kiconthemes5.po new/kiconthemes-5.113.0/po/nds/kiconthemes5.po --- old/kiconthemes-5.112.0/po/nds/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/nds/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2014-02-09 03:39+0100\n" "Last-Translator: Sönke Dibbern <s_dibbern@web.de>\n" "Language-Team: Low Saxon <kde-i18n-nds@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ne/kiconthemes5.po new/kiconthemes-5.113.0/po/ne/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ne/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ne/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2007-08-22 16:04+0545\n" "Last-Translator: Shyam Krishna Bal <shyamkrishna_bal@yahoo.com>\n" "Language-Team: Nepali <info@mpp.org.np>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/nl/kiconthemes5.po new/kiconthemes-5.113.0/po/nl/kiconthemes5.po --- old/kiconthemes-5.112.0/po/nl/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/nl/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -19,7 +19,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-09 12:13+0200\n" "Last-Translator: Freek de Kruijf <freekdekruijf@kde.nl>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/nn/kiconthemes5.po new/kiconthemes-5.113.0/po/nn/kiconthemes5.po --- old/kiconthemes-5.112.0/po/nn/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/nn/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-20 11:04+0200\n" "Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n" "Language-Team: Norwegian Nynorsk <l10n-no@lister.huftis.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/oc/kiconthemes5.po new/kiconthemes-5.113.0/po/oc/kiconthemes5.po --- old/kiconthemes-5.112.0/po/oc/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/oc/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-08-06 00:08+0200\n" "Last-Translator: \n" "Language-Team: Occitan <oc@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/pa/kiconthemes5.po new/kiconthemes-5.113.0/po/pa/kiconthemes5.po --- old/kiconthemes-5.112.0/po/pa/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/pa/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-12-16 12:57+0530\n" "Last-Translator: A S Alam <aalam@users.sf.net>\n" "Language-Team: Punjabi/Panjabi <punjabi-users@lists.sf.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/pl/kiconthemes5.po new/kiconthemes-5.113.0/po/pl/kiconthemes5.po --- old/kiconthemes-5.112.0/po/pl/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/pl/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -20,7 +20,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-16 18:45+0200\n" "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/pt/kiconthemes5.po new/kiconthemes-5.113.0/po/pt/kiconthemes5.po --- old/kiconthemes-5.112.0/po/pt/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/pt/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-14 12:14+0100\n" "Last-Translator: José Nuno Pires <zepires@gmail.com>\n" "Language-Team: pt <kde-i18n-pt@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/pt_BR/kiconthemes5.po new/kiconthemes-5.113.0/po/pt_BR/kiconthemes5.po --- old/kiconthemes-5.112.0/po/pt_BR/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/pt_BR/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kiconthemes5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-19 14:54-0300\n" "Last-Translator: Luiz Fernando Ranghetti <elchevive@opensuse.org>\n" "Language-Team: Portuguese <kde-i18n-pt_BR@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ro/kiconthemes5.po new/kiconthemes-5.113.0/po/ro/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ro/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ro/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-12-28 20:55+0000\n" "Last-Translator: Sergiu Bivol <sergiu@cip.md>\n" "Language-Team: Romanian <kde-i18n-ro@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ru/kiconthemes5.po new/kiconthemes-5.113.0/po/ru/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ru/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ru/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -20,7 +20,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-10-02 14:30+0300\n" "Last-Translator: Alexander Yavorsky <kekcuha@gmail.com>\n" "Language-Team: Russian <kde-russian@lists.kde.ru>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/se/kiconthemes5.po new/kiconthemes-5.113.0/po/se/kiconthemes5.po --- old/kiconthemes-5.112.0/po/se/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/se/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-06-03 01:00+0200\n" "Last-Translator: Børre Gaup <boerre@skolelinux.no>\n" "Language-Team: Northern Sami <l10n-no@lister.huftis.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/sk/kiconthemes5.po new/kiconthemes-5.113.0/po/sk/kiconthemes5.po --- old/kiconthemes-5.112.0/po/sk/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/sk/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-02-14 19:52+0100\n" "Last-Translator: Matej Mrenica <matejm98mthw@gmail.com>\n" "Language-Team: Slovak <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/sl/kiconthemes5.po new/kiconthemes-5.113.0/po/sl/kiconthemes5.po --- old/kiconthemes-5.112.0/po/sl/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/sl/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-10 07:59+0200\n" "Last-Translator: Matjaž Jeran <matjaz.jeran@amis.net>\n" "Language-Team: Slovenian <lugos-slo@lugos.si>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/sq/kiconthemes5.po new/kiconthemes-5.113.0/po/sq/kiconthemes5.po --- old/kiconthemes-5.112.0/po/sq/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/sq/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kde4libs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-09 13:17-0400\n" "Last-Translator: Agron Selimaj <as9902613@gmail.com>\n" "Language-Team: sq\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/sv/kiconthemes5.po new/kiconthemes-5.113.0/po/sv/kiconthemes5.po --- old/kiconthemes-5.112.0/po/sv/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/sv/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-09-24 16:18+0200\n" "Last-Translator: Stefan Asserhäll <stefan.asserhall@bredband.net>\n" "Language-Team: Swedish <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ta/kiconthemes5.po new/kiconthemes-5.113.0/po/ta/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ta/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ta/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-09 19:37+0530\n" "Last-Translator: Kishore G <kishore96@gmail.com>\n" "Language-Team: Tamil <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/tg/kiconthemes5.po new/kiconthemes-5.113.0/po/tg/kiconthemes5.po --- old/kiconthemes-5.112.0/po/tg/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/tg/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-08-27 23:13+0500\n" "Last-Translator: Victor Ibragimov <victor.ibragimov@gmail.com>\n" "Language-Team: English <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/th/kiconthemes5.po new/kiconthemes-5.113.0/po/th/kiconthemes5.po --- old/kiconthemes-5.112.0/po/th/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/th/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-12-31 00:33+0700\n" "Last-Translator: Phuwanat Sakornsakolpat <narachai@gmail.com>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/tr/kiconthemes5.po new/kiconthemes-5.113.0/po/tr/kiconthemes5.po --- old/kiconthemes-5.112.0/po/tr/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/tr/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-10-08 13:02+0300\n" "Last-Translator: Emir SARI <emir_sari@icloud.com>\n" "Language-Team: Turkish <kde-l10n-tr@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/ug/kiconthemes5.po new/kiconthemes-5.113.0/po/ug/kiconthemes5.po --- old/kiconthemes-5.112.0/po/ug/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/ug/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+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 <gheyret@gmail.com>\n" "Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/uk/kiconthemes5.po new/kiconthemes-5.113.0/po/uk/kiconthemes5.po --- old/kiconthemes-5.112.0/po/uk/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/uk/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kiconthemes5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-09 09:03+0300\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Language-Team: Ukrainian <kde-i18n-uk@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/uz/kiconthemes5.po new/kiconthemes-5.113.0/po/uz/kiconthemes5.po --- old/kiconthemes-5.112.0/po/uz/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/uz/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-06-04 01:21+0200\n" "Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n" "Language-Team: Uzbek <floss-uz-l10n@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/uz@cyrillic/kiconthemes5.po new/kiconthemes-5.113.0/po/uz@cyrillic/kiconthemes5.po --- old/kiconthemes-5.112.0/po/uz@cyrillic/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/uz@cyrillic/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-10-14 00:15+0200\n" "Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n" "Language-Team: Uzbek <floss-uz-l10n@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/vi/kiconthemes5.po new/kiconthemes-5.113.0/po/vi/kiconthemes5.po --- old/kiconthemes-5.112.0/po/vi/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/vi/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-09 21:48+0200\n" "Last-Translator: Phu Hung Nguyen <phu.nguyen@kdemail.net>\n" "Language-Team: Vietnamese <kde-l10n-vi@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/wa/kiconthemes5.po new/kiconthemes-5.113.0/po/wa/kiconthemes5.po --- old/kiconthemes-5.112.0/po/wa/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/wa/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-01-17 21:58+0100\n" "Last-Translator: Jean Cayron <jean.cayron@gmail.com>\n" "Language-Team: Walloon <linux@walon.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/xh/kiconthemes5.po new/kiconthemes-5.113.0/po/xh/kiconthemes5.po --- old/kiconthemes-5.112.0/po/xh/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/xh/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kdelibs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+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 <lwandle@translate.org.za>\n" "Language-Team: Xhosa <xhosa@translate.org.za>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.112.0/po/zh_CN/kiconthemes5.po new/kiconthemes-5.113.0/po/zh_CN/kiconthemes5.po --- old/kiconthemes-5.112.0/po/zh_CN/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/zh_CN/kiconthemes5.po 2023-12-02 10:26:43.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-02-09 00:57+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/kiconthemes-5.112.0/po/zh_TW/kiconthemes5.po new/kiconthemes-5.113.0/po/zh_TW/kiconthemes5.po --- old/kiconthemes-5.112.0/po/zh_TW/kiconthemes5.po 2023-11-04 11:02:51.000000000 +0100 +++ new/kiconthemes-5.113.0/po/zh_TW/kiconthemes5.po 2023-12-02 10:26:43.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-09 00:57+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2018-07-09 21:40+0800\n" "Last-Translator: pan93412 <pan93412@gmail.com>\n" "Language-Team: Chinese <zh-l10n@lists.linux.org.tw>\n"
participants (1)
-
Source-Sync