Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package knotifyconfig for openSUSE:Factory checked in at 2023-12-17 21:30:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/knotifyconfig (Old) and /work/SRC/openSUSE:Factory/.knotifyconfig.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "knotifyconfig" Sun Dec 17 21:30:18 2023 rev:121 rq:1133321 version:5.113.0 Changes: -------- --- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes 2023-11-13 22:19:41.784908236 +0100 +++ /work/SRC/openSUSE:Factory/.knotifyconfig.new.25432/knotifyconfig.changes 2023-12-17 21:32:15.725447583 +0100 @@ -1,0 +2,9 @@ +Tue Dec 5 11:17:52 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 +- No code change since 5.112.0 + +------------------------------------------------------------------- Old: ---- knotifyconfig-5.112.0.tar.xz knotifyconfig-5.112.0.tar.xz.sig New: ---- knotifyconfig-5.113.0.tar.xz knotifyconfig-5.113.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ knotifyconfig.spec ++++++ --- /var/tmp/diff_new_pack.Xin9eu/_old 2023-12-17 21:32:16.317469093 +0100 +++ /var/tmp/diff_new_pack.Xin9eu/_new 2023-12-17 21:32:16.317469093 +0100 @@ -17,14 +17,14 @@ %define lname libKF5NotifyConfig5 -%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: knotifyconfig -Version: 5.112.0 +Version: 5.113.0 Release: 0 Summary: Configuration dialog for desktop notifications License: LGPL-2.1-or-later @@ -34,20 +34,19 @@ 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: pkgconfig -BuildRequires: cmake(KF5Bookmarks) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5Completion) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5DBus) >= 5.15.0 -BuildRequires: cmake(Qt5Test) >= 5.15.0 -BuildRequires: cmake(Qt5TextToSpeech) >= 5.15.0 -BuildRequires: cmake(Qt5Widgets) >= 5.15.0 +BuildRequires: cmake(KF5Bookmarks) >= %{_kf5_version} +BuildRequires: cmake(KF5Config) >= %{_kf5_version} +BuildRequires: cmake(KF5Completion) >= %{_kf5_version} +BuildRequires: cmake(KF5I18n) >= %{_kf5_version} +BuildRequires: cmake(KF5IconThemes) >= %{_kf5_version} +BuildRequires: cmake(KF5KIO) >= %{_kf5_version} +BuildRequires: cmake(Qt5DBus) >= %{qt5_version} +BuildRequires: cmake(Qt5Test) >= %{qt5_version} +BuildRequires: cmake(Qt5TextToSpeech) >= %{qt5_version} +BuildRequires: cmake(Qt5Widgets) >= %{qt5_version} BuildRequires: pkgconfig(libcanberra) %description @@ -64,8 +63,7 @@ %package devel Summary: Configuration dialog for desktop notifications Requires: %{lname} = %{version} -Requires: extra-cmake-modules -Requires: cmake(Qt5Widgets) >= 5.15.0 +Requires: cmake(Qt5Widgets) >= %{qt5_version} %description devel KNotifyConfig provides a configuration dialog for desktop notifications which ++++++ knotifyconfig-5.112.0.tar.xz -> knotifyconfig-5.113.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/CMakeLists.txt new/knotifyconfig-5.113.0/CMakeLists.txt --- old/knotifyconfig-5.112.0/CMakeLists.txt 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/CMakeLists.txt 2023-12-02 10:28:01.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(KNotifyConfig VERSION ${KF_VERSION}) # Dependencies 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/knotifyconfig-5.112.0/po/af/knotifyconfig5.po new/knotifyconfig-5.113.0/po/af/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/af/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/af/knotifyconfig5.po 2023-12-02 10:28:01.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: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2006-01-12 16:33+0200\n" "Last-Translator: JUANITA FRANZ <[email protected]>\n" "Language-Team: AFRIKAANS <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/ar/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ar/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ar/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ar/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2018-06-09 22:13+0300\n" "Last-Translator: Safa Alfulaij <[email protected]>\n" "Language-Team: Arabic <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/as/knotifyconfig5.po new/knotifyconfig-5.113.0/po/as/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/as/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/as/knotifyconfig5.po 2023-12-02 10:28:01.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: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-12-26 15:19+0530\n" "Last-Translator: Amitakhya Phukan <ঠমিতাà¦à§à¦· ফà§à¦à¦¨>\n" "Language-Team: Assamese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/az/knotifyconfig5.po new/knotifyconfig-5.113.0/po/az/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/az/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/az/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knotifyconfig\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-07-16 08:55+0400\n" "Last-Translator: XÉyyam Qocayev <[email protected]>\n" "Language-Team: Azerbaijani <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/be/knotifyconfig5.po new/knotifyconfig-5.113.0/po/be/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/be/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/be/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: 86ff119b1606fcaa910d6b44fc14b611\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-01-18 07:31\n" "Last-Translator: Darafei Praliaskouski <[email protected]>\n" "Language-Team: Belarusian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/be@latin/knotifyconfig5.po new/knotifyconfig-5.113.0/po/be@latin/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/be@latin/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/be@latin/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-08-30 01:10+0300\n" "Last-Translator: Ihar Hrachyshka <[email protected]>\n" "Language-Team: Belarusian Latin <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/bg/knotifyconfig5.po new/knotifyconfig-5.113.0/po/bg/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/bg/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/bg/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-05-21 12:32+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/knotifyconfig-5.112.0/po/bn/knotifyconfig5.po new/knotifyconfig-5.113.0/po/bn/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/bn/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/bn/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-07-16 14:27+0530\n" "Last-Translator: Deepayan Sarkar <[email protected]>\n" "Language-Team: American English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/bn_IN/knotifyconfig5.po new/knotifyconfig-5.113.0/po/bn_IN/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/bn_IN/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/bn_IN/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-12-28 14:35+0530\n" "Last-Translator: Runa Bhattacharjee <[email protected]>\n" "Language-Team: Bengali INDIA <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/br/knotifyconfig5.po new/knotifyconfig-5.113.0/po/br/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/br/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/br/knotifyconfig5.po 2023-12-02 10:28:01.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: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2007-10-15 22:19+0200\n" "Last-Translator: Jañ-Mai Drapier <[email protected]>\n" "Language-Team: Brezhoneg <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/bs/knotifyconfig5.po new/knotifyconfig-5.113.0/po/bs/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/bs/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/bs/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-12-21 17:26+0000\n" "Last-Translator: Ademovic Saudin <[email protected]>\n" "Language-Team: bosanski <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/ca/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ca/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ca/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ca/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: knotifyconfig\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-07-22 13:07+0200\n" "Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/ca@valencia/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ca@valencia/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ca@valencia/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ca@valencia/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: knotifyconfig\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-07-22 13:07+0200\n" "Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/crh/knotifyconfig5.po new/knotifyconfig-5.113.0/po/crh/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/crh/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/crh/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-02-12 23:29-0600\n" "Last-Translator: ReÅat SABIQ <[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/knotifyconfig-5.112.0/po/cs/knotifyconfig5.po new/knotifyconfig-5.113.0/po/cs/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/cs/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/cs/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-11-07 12:00+0100\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/knotifyconfig-5.112.0/po/csb/knotifyconfig5.po new/knotifyconfig-5.113.0/po/csb/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/csb/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/csb/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-12-04 22:09+0100\n" "Last-Translator: Mark KwidziÅÅczi <[email protected]>\n" "Language-Team: Kaszëbsczi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/cy/knotifyconfig5.po new/knotifyconfig-5.113.0/po/cy/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/cy/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/cy/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2005-01-28 17:54+0000\n" "Last-Translator: Kevin Donnelly <[email protected]>\n" "Language-Team: Cymraeg\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/da/knotifyconfig5.po new/knotifyconfig-5.113.0/po/da/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/da/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/da/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-02-28 21:31+0100\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/knotifyconfig-5.112.0/po/de/knotifyconfig5.po new/knotifyconfig-5.113.0/po/de/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/de/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/de/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-03-09 21:31+0100\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/el/knotifyconfig5.po new/knotifyconfig-5.113.0/po/el/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/el/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/el/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -20,7 +20,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-11-05 11:19+0200\n" "Last-Translator: Dimitris Kardarakos <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/en_GB/knotifyconfig5.po new/knotifyconfig-5.113.0/po/en_GB/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/en_GB/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/en_GB/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-02-22 13:07+0000\n" "Last-Translator: \n" "Language-Team: British English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/eo/knotifyconfig5.po new/knotifyconfig-5.113.0/po/eo/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/eo/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/eo/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-03-25 16:19+0100\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: Esperanto <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/es/knotifyconfig5.po new/knotifyconfig-5.113.0/po/es/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/es/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/es/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-02-22 19:50+0100\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/knotifyconfig-5.112.0/po/et/knotifyconfig5.po new/knotifyconfig-5.113.0/po/et/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/et/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/et/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2016-09-09 01:02+0300\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/eu/knotifyconfig5.po new/knotifyconfig-5.113.0/po/eu/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/eu/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/eu/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: knotifyconfig5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2017-08-30 22:32+0100\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/knotifyconfig-5.112.0/po/fa/knotifyconfig5.po new/knotifyconfig-5.113.0/po/fa/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/fa/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/fa/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-06-28 16:40+0430\n" "Last-Translator: Mohammad Reza Mirdamadi <[email protected]>\n" "Language-Team: Farsi (Persian) <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/fi/knotifyconfig5.po new/knotifyconfig-5.113.0/po/fi/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/fi/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/fi/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -25,7 +25,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-02-20 22:09+0200\n" "Last-Translator: Lasse Liehu <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/fr/knotifyconfig5.po new/knotifyconfig-5.113.0/po/fr/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/fr/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/fr/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2016-11-27 23:13+0100\n" "Last-Translator: Vincent Pinon <[email protected]>\n" "Language-Team: French <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/fy/knotifyconfig5.po new/knotifyconfig-5.113.0/po/fy/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/fy/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/fy/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-07-22 09:48+0100\n" "Last-Translator: Berend Ytsma <[email protected]>\n" "Language-Team: nl <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/ga/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ga/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ga/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ga/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2004-12-14 09:11-0600\n" "Last-Translator: Kevin Scannell <[email protected]>\n" "Language-Team: Irish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/gd/knotifyconfig5.po new/knotifyconfig-5.113.0/po/gd/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/gd/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/gd/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knotifyconfig5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-11-04 15:13+0000\n" "Last-Translator: Michael Bauer <[email protected]>\n" "Language-Team: Fòram na Gà idhlig\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/gl/knotifyconfig5.po new/knotifyconfig-5.113.0/po/gl/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/gl/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/gl/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-10-19 22:26+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/gu/knotifyconfig5.po new/knotifyconfig-5.113.0/po/gu/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/gu/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/gu/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-11-22 00:01+0530\n" "Last-Translator: Kartik Mistry <[email protected]>\n" "Language-Team: Gujarati <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/ha/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ha/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ha/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ha/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-03-17 11:22+0100\n" "Last-Translator: Adriaan de Groot <[email protected]>\n" "Language-Team: Hausa <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/he/knotifyconfig5.po new/knotifyconfig-5.113.0/po/he/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/he/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/he/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -17,62 +17,63 @@ # Meni Livne <[email protected]>, 2007. # tahmar1900 <[email protected]>, 2008, 2009. # Elkana Bardugo <[email protected]>, 2017. #zanata +# SPDX-FileCopyrightText: 2023 Yaron Shahrabani <[email protected]> msgid "" msgstr "" "Project-Id-Version: knotifyconfig5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" -"PO-Revision-Date: 2017-05-16 06:50-0400\n" -"Last-Translator: Copied by Zanata <[email protected]>\n" -"Language-Team: Hebrew <[email protected]>\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" +"PO-Revision-Date: 2023-11-29 22:31+0200\n" +"Last-Translator: Yaron Shahrabani <[email protected]>\n" +"Language-Team: צ××ת ×תר××× ×©× KDE ×שר××\n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Zanata 3.9.6\n" +"X-Generator: Lokalize 23.08.3\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #. i18n: ectx: property (text), widget (QCheckBox, Sound_check) #: knotifyconfigactionswidgetbase.ui:28 #, kde-format msgid "Play a &sound" -msgstr "× ×× &צ×××" +msgstr "×ש×עת &צ×××" #. i18n: ectx: property (toolTip), widget (KUrlRequester, Sound_select) #: knotifyconfigactionswidgetbase.ui:54 #, kde-format msgid "Select the sound to play" -msgstr "××ר ×ת ×צ××× ×©×ש ×× ××" +msgstr "× × ××××ר ×ת ×צ××× ××ש××¢×" #. i18n: ectx: property (text), widget (QCheckBox, Popup_check) #: knotifyconfigactionswidgetbase.ui:61 #, kde-format msgid "Show a message in a &popup" -msgstr "××¦× ××××¢× &××קפצת" +msgstr "×צ×ת ××××¢× ××&קפצת" #. i18n: ectx: property (text), widget (QCheckBox, Logfile_check) #: knotifyconfigactionswidgetbase.ui:68 #, kde-format msgid "Log to a file" -msgstr "ש××ר ר×ש×× ××§×××¥" +msgstr "ר×ש×× ××§×××¥" #. i18n: ectx: property (text), widget (QCheckBox, Taskbar_check) #: knotifyconfigactionswidgetbase.ui:88 #, kde-format msgid "Mark &taskbar entry" -msgstr "ס×× &×ש×רת־××ש×××ת" +msgstr "ס×××× ×&ש×רת־××ש×××ת" #. i18n: ectx: property (text), widget (QCheckBox, Execute_check) #: knotifyconfigactionswidgetbase.ui:95 #, kde-format msgid "Run &command" -msgstr "×רץ &פק×××" +msgstr "×רצת &פק×××" #. i18n: ectx: property (toolTip), widget (KUrlRequester, Execute_select) #: knotifyconfigactionswidgetbase.ui:111 #, kde-format msgid "Select the command to run" -msgstr "××ר ×ת ×פק××× ××רצ×" +msgstr "× × ××××ר ×ת ×פק××× ××רצ×" #. i18n: ectx: property (text), widget (QCheckBox, TTS_check) #: knotifyconfigactionswidgetbase.ui:118 @@ -82,7 +83,7 @@ #. i18n: ectx: property (whatsThis), widget (QComboBox, TTS_combo) #: knotifyconfigactionswidgetbase.ui:131 -#, fuzzy, no-c-format, kde-format +#, no-c-format, kde-format msgid "" "<qt>Specifies how knotify should speak the event when received. If you " "select \"Speak custom text\", enter the text in the box. You may use the " @@ -90,28 +91,28 @@ "event</dd><dt>%a</dt><dd>Application that sent the event</dd><dt>%m</" "dt><dd>The message sent by the application</dd></dl></qt>" msgstr "" -"<qt> ×§×××¢ ××× Jovie צר×× ××קר×× ×ת ×××§×¡× ××שר ×××ר××¢ ×תק××. ×× ×ª××ר \"××§×¨× " -"××§×¡× ××ת×× ××ש×ת\", ××× ×¡ ×ת ×××§×¡× ×ת×××. ××פשר××ª× ××שת×ש ××××פ×ת ××××ת " -"××קס×: <dl><dt>%e</dt><dd>××©× ×©× ×××ר××¢</dd> <dt>%a</dt><dd>×××ש×× ×©××× ×ת " -"×××ר××¢</dd> <dt>%m</dt><dd>×××××¢× ×©× ×©××× ×¢× ××× ×××ש××</dd> </dl></qt>" +"<qt>×צ××× ××× knotify ×××ר ××קר×× ×ת ×××ר××¢ ×ש×× ×תק××. ×× ××רת ×â×קר×ת " +"××§×¡× ××ת××â, ×ש ×××§××× ×ת ×××§×¡× ×ת×××. ×פשר ××שת×ש ×××ר×××ת ×××××¤× ××××ת " +"××קס×:<dl><dt>%e</dt><dd>×©× ×××ר××¢ </dd><dt>%a</dt><dd>×××ש×× ×©×©×× ×ת " +"×××ר××¢</dd><dt>%m</dt><dd>×××××¢× ×©×©×× ×××ש××××</dd></dl></qt>" #. i18n: ectx: property (text), item, widget (QComboBox, TTS_combo) #: knotifyconfigactionswidgetbase.ui:135 #, kde-format msgid "Speak Event Message" -msgstr "××§×¨× ×ת ×ת ××§×¡× ×××ר××¢" +msgstr "×קר×ת ×××עת ×××ר××¢" #. i18n: ectx: property (text), item, widget (QComboBox, TTS_combo) #: knotifyconfigactionswidgetbase.ui:140 #, kde-format msgid "Speak Event Name" -msgstr "××§×¨× ×ת ×©× ×××ר××¢" +msgstr "×קר×ת ×©× ×××ר××¢" #. i18n: ectx: property (text), item, widget (QComboBox, TTS_combo) #: knotifyconfigactionswidgetbase.ui:145 #, kde-format msgid "Speak Custom Text" -msgstr "××§×¨× ××§×¡× ××ת×× ××ש×ת" +msgstr "×קר×ת ××§×¡× ××ת×× ××ש×ת" #. i18n: ectx: property (whatsThis), widget (QLineEdit, TTS_select) #: knotifyconfigactionswidgetbase.ui:153 @@ -123,10 +124,10 @@ "dd><dt>%a</dt><dd>Application that sent the event</dd><dt>%m</dt><dd>The " "message sent by the application</dd></dl></qt>" msgstr "" -"<qt> ×§×××¢ ××× Jovie צר×× ××קר×× ×ת ×××§×¡× ××שר ×××ר××¢ ×תק××. ×× ×ª××ר \"××§×¨× " -"××§×¡× ××ת×× ××ש×ת\", ××× ×¡ ×ת ×××§×¡× ×ת×××. ××פשר××ª× ××שת×ש ××××פ×ת ××××ת " -"××קס×: <dl><dt>%e</dt><dd>××©× ×©× ×××ר××¢</dd> <dt>%a</dt><dd>×××ש×× ×©××× ×ת " -"×××ר××¢</dd> <dt>%m</dt><dd>×××××¢× ×©× ×©××× ×¢× ××× ×××ש××</dd> </dl></qt>" +"<qt>×צ××× ××× Jovie ×××ר ××קר×× ×ת ×××ר××¢ ×ש×× ×תק××. ×× ××רת ×â×קר×ת ××§×¡× " +"××ת××â, ×ש ×××§××× ×ת ×××§×¡× ×ת×××. ×פשר ××שת×ש ×××ר×××ת ×××××¤× ××××ת ××קס×:" +"<dl><dt>%e</dt><dd>×©× ×××ר××¢ </dd><dt>%a</dt><dd>×××ש×× ×©×©×× ×ת ×××ר××¢</" +"dd><dt>%m</dt><dd>×××××¢× ×©×©×× ×××ש××××</dd></dl></qt>" #: knotifyconfigwidget.cpp:119 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/hi/knotifyconfig5.po new/knotifyconfig-5.113.0/po/hi/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/hi/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/hi/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2021-07-06 22:17+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/knotifyconfig-5.112.0/po/hne/knotifyconfig5.po new/knotifyconfig-5.113.0/po/hne/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/hne/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/hne/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-02-10 20:44+0530\n" "Last-Translator: Ravishankar Shrivastava <[email protected]>\n" "Language-Team: Hindi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/hr/knotifyconfig5.po new/knotifyconfig-5.113.0/po/hr/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/hr/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/hr/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-07-22 16:08+0200\n" "Last-Translator: Marko DimjaÅ¡eviÄ <[email protected]>\n" "Language-Team: Croatian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/hsb/knotifyconfig5.po new/knotifyconfig-5.113.0/po/hsb/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/hsb/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/hsb/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-12-19 22:49+0100\n" "Last-Translator: Eduard Werner <[email protected]>\n" "Language-Team: en_US <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/hu/knotifyconfig5.po new/knotifyconfig-5.113.0/po/hu/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/hu/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/hu/knotifyconfig5.po 2023-12-02 10:28:01.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: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2018-10-06 10:56+0200\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/knotifyconfig-5.112.0/po/hy/knotifyconfig5.po new/knotifyconfig-5.113.0/po/hy/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/hy/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/hy/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+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/knotifyconfig-5.112.0/po/ia/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ia/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ia/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ia/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2016-11-29 13:14+0100\n" "Last-Translator: Giovanni Sora <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/id/knotifyconfig5.po new/knotifyconfig-5.113.0/po/id/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/id/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/id/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-04-21 06:37+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/knotifyconfig-5.112.0/po/is/knotifyconfig5.po new/knotifyconfig-5.113.0/po/is/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/is/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/is/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2016-11-19 23:38+0000\n" "Last-Translator: Sveinn à Felli <[email protected]>\n" "Language-Team: Icelandic <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/it/knotifyconfig5.po new/knotifyconfig-5.113.0/po/it/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/it/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/it/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-03-01 17:22+0100\n" "Last-Translator: Vincenzo Reale <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/ja/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ja/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ja/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ja/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-08-27 14:05-0700\n" "Last-Translator: Fumiaki Okushi <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/ka/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ka/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ka/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ka/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: knotifyconfig\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-12-01 07:00+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/knotifyconfig-5.112.0/po/kk/knotifyconfig5.po new/knotifyconfig-5.113.0/po/kk/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/kk/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/kk/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-11-08 01:24+0600\n" "Last-Translator: Sairan Kikkarin <[email protected]>\n" "Language-Team: Kazakh <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/km/knotifyconfig5.po new/knotifyconfig-5.113.0/po/km/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/km/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/km/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\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 <[email protected]>\n" "Language-Team: Khmer\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/kn/knotifyconfig5.po new/knotifyconfig-5.113.0/po/kn/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/kn/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/kn/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-06-24 18:32+0530\n" "Last-Translator: Shankar Prasad <[email protected]>\n" "Language-Team: kn_IN <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/ko/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ko/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ko/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ko/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-05-18 23:52+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/knotifyconfig-5.112.0/po/ku/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ku/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ku/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ku/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-08-13 15:45+0200\n" "Last-Translator: Erdal Ronahî <[email protected]>\n" "Language-Team: Kurdish Team http://pckurd.net\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/lb/knotifyconfig5.po new/knotifyconfig-5.113.0/po/lb/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/lb/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/lb/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2006-06-22 16:29+0200\n" "Last-Translator: Michel Ludwig <[email protected]>\n" "Language-Team: Luxembourgish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/lt/knotifyconfig5.po new/knotifyconfig-5.113.0/po/lt/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/lt/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/lt/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-09-05 18:02+0300\n" "Last-Translator: Moo\n" "Language-Team: Lithuanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/lv/knotifyconfig5.po new/knotifyconfig-5.113.0/po/lv/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/lv/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/lv/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-07-06 12:57+0300\n" "Last-Translator: Maris Nartiss <[email protected]>\n" "Language-Team: Latvian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/mai/knotifyconfig5.po new/knotifyconfig-5.113.0/po/mai/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/mai/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/mai/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-09-24 15:44+0530\n" "Last-Translator: Rajesh Ranjan <[email protected]>\n" "Language-Team: Hindi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/mk/knotifyconfig5.po new/knotifyconfig-5.113.0/po/mk/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/mk/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/mk/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-01-27 10:39+0100\n" "Last-Translator: Bozidar Proevski <[email protected]>\n" "Language-Team: Macedonian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/ml/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ml/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ml/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ml/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-12-29 15:32+0530\n" "Last-Translator: \n" "Language-Team: SMC <smc.org.in>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/mr/knotifyconfig5.po new/knotifyconfig-5.113.0/po/mr/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/mr/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/mr/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+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/knotifyconfig-5.112.0/po/ms/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ms/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ms/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ms/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-07-16 00:57+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan <[email protected]>\n" "Language-Team: Malay <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/nb/knotifyconfig5.po new/knotifyconfig-5.113.0/po/nb/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/nb/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/nb/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-04-30 08:41+0200\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/knotifyconfig-5.112.0/po/nds/knotifyconfig5.po new/knotifyconfig-5.113.0/po/nds/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/nds/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/nds/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2014-05-11 00:55+0200\n" "Last-Translator: Sönke Dibbern <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/ne/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ne/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ne/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ne/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2007-11-05 15:41+0545\n" "Last-Translator: Shyam Krishna Bal <[email protected]>\n" "Language-Team: Nepali <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/nl/knotifyconfig5.po new/knotifyconfig-5.113.0/po/nl/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/nl/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/nl/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-02-18 10:48+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/nn/knotifyconfig5.po new/knotifyconfig-5.113.0/po/nn/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/nn/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/nn/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-06-03 19:17+0100\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/knotifyconfig-5.112.0/po/oc/knotifyconfig5.po new/knotifyconfig-5.113.0/po/oc/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/oc/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/oc/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-08-06 00:07+0200\n" "Last-Translator: \n" "Language-Team: Occitan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/or/knotifyconfig5.po new/knotifyconfig-5.113.0/po/or/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/or/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/or/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-01-02 17:37+0530\n" "Last-Translator: Manoj Kumar Giri <[email protected]>\n" "Language-Team: Oriya <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/pa/knotifyconfig5.po new/knotifyconfig-5.113.0/po/pa/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/pa/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/pa/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2014-03-16 23:21-0500\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi/Panjabi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/pl/knotifyconfig5.po new/knotifyconfig-5.113.0/po/pl/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/pl/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/pl/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-09-23 11:14+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/knotifyconfig-5.112.0/po/ps/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ps/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ps/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ps/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-08-16 16:01-0800\n" "Last-Translator: Zabeeh Khan <[email protected]>\n" "Language-Team: Pashto <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/pt/knotifyconfig5.po new/knotifyconfig-5.113.0/po/pt/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/pt/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/pt/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-02-18 12:12+0000\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/knotifyconfig-5.112.0/po/pt_BR/knotifyconfig5.po new/knotifyconfig-5.113.0/po/pt_BR/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/pt_BR/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/pt_BR/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: knotifyconfig5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-02-18 11:07-0200\n" "Last-Translator: André Marcelo Alvarenga <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/ro/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ro/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ro/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ro/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-09-13 12:56+0100\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/ru/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ru/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ru/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ru/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -19,7 +19,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-01-25 21:03+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/knotifyconfig-5.112.0/po/se/knotifyconfig5.po new/knotifyconfig-5.113.0/po/se/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/se/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/se/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-05-30 23:19+0200\n" "Last-Translator: Børre Gaup <[email protected]>\n" "Language-Team: Northern Sami <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/si/knotifyconfig5.po new/knotifyconfig-5.113.0/po/si/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/si/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/si/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-07-25 07:45+0530\n" "Last-Translator: Danishka Navin <[email protected]>\n" "Language-Team: Sinhala <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/sk/knotifyconfig5.po new/knotifyconfig-5.113.0/po/sk/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/sk/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/sk/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-02-18 21:56+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/sl/knotifyconfig5.po new/knotifyconfig-5.113.0/po/sl/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/sl/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/sl/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-04-03 10:03+0200\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/sq/knotifyconfig5.po new/knotifyconfig-5.113.0/po/sq/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/sq/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/sq/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: kde4libs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-01-19 00:20-0500\n" "Last-Translator: Agron Selimaj <[email protected]>\n" "Language-Team: Albanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/sv/knotifyconfig5.po new/knotifyconfig-5.113.0/po/sv/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/sv/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/sv/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-02-18 19:07+0100\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/knotifyconfig-5.112.0/po/ta/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ta/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ta/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ta/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-03-25 21:39+0530\n" "Last-Translator: Sri Ramadoss M <[email protected]>\n" "Language-Team: Tamil <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/te/knotifyconfig5.po new/knotifyconfig-5.113.0/po/te/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/te/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/te/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-11-04 23:55+0630\n" "Last-Translator: Bhuvan Krishna <[email protected]>\n" "Language-Team: Telugu <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/tg/knotifyconfig5.po new/knotifyconfig-5.113.0/po/tg/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/tg/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/tg/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-08-16 13:32+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/knotifyconfig-5.112.0/po/th/knotifyconfig5.po new/knotifyconfig-5.113.0/po/th/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/th/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/th/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-12-31 22:47+0700\n" "Last-Translator: Phuwanat Sakornsakolpat <[email protected]>\n" "Language-Team: Thai <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/tr/knotifyconfig5.po new/knotifyconfig-5.113.0/po/tr/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/tr/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/tr/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-01-14 22:15+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/knotifyconfig-5.112.0/po/tt/knotifyconfig5.po new/knotifyconfig-5.113.0/po/tt/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/tt/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/tt/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-11-26 15:12+0400\n" "Last-Translator: Ainur Shakirov <[email protected]>\n" "Language-Team: Tatar <>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/ug/knotifyconfig5.po new/knotifyconfig-5.113.0/po/ug/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/ug/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/ug/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\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 <[email protected]>\n" "Language-Team: Uyghur Computer Science Association <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/uk/knotifyconfig5.po new/knotifyconfig-5.113.0/po/uk/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/uk/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/uk/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: knotifyconfig5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-02-18 17:24+0200\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/knotifyconfig-5.112.0/po/uz/knotifyconfig5.po new/knotifyconfig-5.113.0/po/uz/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/uz/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/uz/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-05-30 17:29+0200\n" "Last-Translator: Mashrab Kuvatov <[email protected]>\n" "Language-Team: Uzbek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/uz@cyrillic/knotifyconfig5.po new/knotifyconfig-5.113.0/po/uz@cyrillic/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/uz@cyrillic/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/uz@cyrillic/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-10-17 00:34+0200\n" "Last-Translator: Mashrab Kuvatov <[email protected]>\n" "Language-Team: Uzbek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/vi/knotifyconfig5.po new/knotifyconfig-5.113.0/po/vi/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/vi/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/vi/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2021-03-08 10:32+0100\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/knotifyconfig-5.112.0/po/wa/knotifyconfig5.po new/knotifyconfig-5.113.0/po/wa/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/wa/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/wa/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-07-04 17:33+0200\n" "Last-Translator: Jean Cayron <[email protected]>\n" "Language-Team: Walloon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/xh/knotifyconfig5.po new/knotifyconfig-5.113.0/po/xh/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/xh/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/xh/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+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/knotifyconfig-5.112.0/po/zh_CN/knotifyconfig5.po new/knotifyconfig-5.113.0/po/zh_CN/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/zh_CN/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/zh_CN/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\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/knotifyconfig-5.112.0/po/zh_HK/knotifyconfig5.po new/knotifyconfig-5.113.0/po/zh_HK/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/zh_HK/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/zh_HK/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -24,7 +24,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2006-01-04 13:32+0800\n" "Last-Translator: Abel Cheung <[email protected]>\n" "Language-Team: Chinese (Hong Kong) <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.112.0/po/zh_TW/knotifyconfig5.po new/knotifyconfig-5.113.0/po/zh_TW/knotifyconfig5.po --- old/knotifyconfig-5.112.0/po/zh_TW/knotifyconfig5.po 2023-11-04 11:04:09.000000000 +0100 +++ new/knotifyconfig-5.113.0/po/zh_TW/knotifyconfig5.po 2023-12-02 10:28:01.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-13 02:23+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-02-20 22:20+0800\n" "Last-Translator: Franklin Weng <[email protected]>\n" "Language-Team: Chinese Traditional <[email protected]>\n"
