Script 'mail_helper' called by obssrc
Hello community,

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

Package is "plasma-framework"

Sun Dec 17 21:30:45 2023 rev:145 rq:1133343 version:5.113.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes        
2023-11-13 22:20:16.094171459 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma-framework.new.25432/plasma-framework.changes 
    2023-12-17 21:33:01.003092696 +0100
@@ -1,0 +2,9 @@
+Tue Dec  5 11:18:04 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:
----
  plasma-framework-5.112.0.tar.xz
  plasma-framework-5.112.0.tar.xz.sig

New:
----
  plasma-framework-5.113.0.tar.xz
  plasma-framework-5.113.0.tar.xz.sig

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

Other differences:
------------------
++++++ plasma-framework.spec ++++++
--- /var/tmp/diff_new_pack.fVv7lk/_old  2023-12-17 21:33:02.691154029 +0100
+++ /var/tmp/diff_new_pack.fVv7lk/_new  2023-12-17 21:33:02.707154611 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname libKF5Plasma5
-%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:           plasma-framework
-Version:        5.112.0
+Version:        5.113.0
 Release:        0
 Summary:        Plasma library and runtime components based upon KF5 and Qt5
 License:        GPL-2.0-or-later AND LGPL-2.0-or-later
@@ -34,43 +34,41 @@
 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:  libxcb-devel
 BuildRequires:  pkgconfig
-BuildRequires:  xz
-BuildRequires:  cmake(KF5Activities) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Archive) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Declarative) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5GlobalAccel) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Kirigami2) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Notifications) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Package) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Parts) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Wayland) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Concurrent) >= 5.15.0
-BuildRequires:  cmake(Qt5Gui) >= 5.15.0
-BuildRequires:  cmake(Qt5Qml) >= 5.15.0
-BuildRequires:  cmake(Qt5Quick) >= 5.15.0
-BuildRequires:  cmake(Qt5QuickControls2) >= 5.15.0
-BuildRequires:  cmake(Qt5Sql) >= 5.15.0
-BuildRequires:  cmake(Qt5Svg) >= 5.15.0
-BuildRequires:  cmake(Qt5Test) >= 5.15.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.15.0
+BuildRequires:  cmake(KF5Activities) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Archive) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Config) >= %{_kf5_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_version}
+BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Declarative) >= %{_kf5_version}
+BuildRequires:  cmake(KF5DocTools) >= %{_kf5_version}
+BuildRequires:  cmake(KF5GlobalAccel) >= %{_kf5_version}
+BuildRequires:  cmake(KF5GuiAddons) >= %{_kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Kirigami2) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Notifications) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Package) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Parts) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Wayland) >= %{_kf5_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_version}
+BuildRequires:  cmake(KF5XmlGui) >= %{_kf5_version}
+BuildRequires:  cmake(Qt5Concurrent) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Gui) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Qml) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Quick) >= %{qt5_version}
+BuildRequires:  cmake(Qt5QuickControls2) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Sql) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Svg) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Test) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Widgets) >= %{qt5_version}
+BuildRequires:  cmake(Qt5X11Extras) >= %{qt5_version}
 #FIXME: Figure how to add it properly
 BuildRequires:  libQt5PlatformHeaders-devel
 BuildRequires:  pkgconfig(egl)
@@ -112,7 +110,7 @@
 %package desktoptheme
 Summary:        Desktop themes usable by Plasma 5 or Plasma 6
 # Split from the main package
-Conflicts:      plasma-framework < 5.112.0
+Conflicts:      plasma-framework < 5.113.0
 
 %description desktoptheme
 Desktop themes usable by plasma 5 or plasma 6.
@@ -123,14 +121,13 @@
 Requires:       %{name} = %{version}
 Requires:       %{name}-components = %{version}
 Requires:       %{name}-private = %{version}
-Requires:       extra-cmake-modules >= 1.7.0
 Requires:       kf5-filesystem
-Requires:       cmake(KF5Package) >= %{_kf5_bugfix_version}
-Requires:       cmake(KF5Service) >= %{_kf5_bugfix_version}
-Requires:       cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-Requires:       cmake(Qt5Gui) >= 5.15.0
-Requires:       cmake(Qt5Qml) >= 5.15.0
-Requires:       cmake(Qt5Quick) >= 5.15.0
+Requires:       cmake(KF5Package) >= %{_kf5_version}
+Requires:       cmake(KF5Service) >= %{_kf5_version}
+Requires:       cmake(KF5WindowSystem) >= %{_kf5_version}
+Requires:       cmake(Qt5Gui) >= %{qt5_version}
+Requires:       cmake(Qt5Qml) >= %{qt5_version}
+Requires:       cmake(Qt5Quick) >= %{qt5_version}
 Conflicts:      kapptemplate <= 15.12.3
 
 %description devel
@@ -192,6 +189,4 @@
 %{_kf5_sharedir}/kdevappwizard
 
 %files lang -f %{name}.lang
-# LC_SCRIPTS is not recognized by find-lang.sh
-%lang(lt) %{_datadir}/locale/lt/LC_SCRIPTS
 


++++++ plasma-framework-5.112.0.tar.xz -> plasma-framework-5.113.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/.kde-ci.yml 
new/plasma-framework-5.113.0/.kde-ci.yml
--- old/plasma-framework-5.112.0/.kde-ci.yml    2023-11-04 11:06:10.000000000 
+0100
+++ new/plasma-framework-5.113.0/.kde-ci.yml    2023-12-02 10:30:05.000000000 
+0100
@@ -2,7 +2,6 @@
 - 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS']
   'require':
     'frameworks/extra-cmake-modules': '@same'
-    'frameworks/kactivities' : '@same'
     'frameworks/karchive' : '@same'
     'frameworks/kauth' : '@same'
     'frameworks/kbookmarks' : '@same'
@@ -38,12 +37,13 @@
     'frameworks/kwindowsystem' : '@same'
     'frameworks/kxmlgui' : '@same'
     'frameworks/ktexteditor' : '@same'
-    'frameworks/oxygen-icons5' : '@same'
+    'frameworks/oxygen-icons' : '@same'
     'frameworks/kirigami' : '@same'
+    'plasma/plasma-activities' : '@same'
 
 - 'on': ['Linux', 'FreeBSD']
   'require':
-    'frameworks/kwayland' : '@same'
+    'plasma/kwayland' : '@same'
 
 Options:
   test-before-installing: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/CMakeLists.txt 
new/plasma-framework-5.113.0/CMakeLists.txt
--- old/plasma-framework-5.112.0/CMakeLists.txt 2023-11-04 11:06:10.000000000 
+0100
+++ new/plasma-framework-5.113.0/CMakeLists.txt 2023-12-02 10:30:05.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(Plasma 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/plasma-framework-5.112.0/examples/applets/nowplaying/metadata.json 
new/plasma-framework-5.113.0/examples/applets/nowplaying/metadata.json
--- old/plasma-framework-5.112.0/examples/applets/nowplaying/metadata.json      
2023-11-04 11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/examples/applets/nowplaying/metadata.json      
2023-12-02 10:30:05.000000000 +0100
@@ -79,8 +79,8 @@
         "Name[az]": "İndi oynadılan (QML)",
         "Name[be]": "Зараз прайграецца (QML)",
         "Name[bg]": "Now playing (QML)",
-        "Name[ca@valencia]": "Ara està en reproducció (QML)",
-        "Name[ca]": "Ara està en reproducció (QML)",
+        "Name[ca@valencia]": "Ara s'està reproduint (QML)",
+        "Name[ca]": "Ara s'està reproduint (QML)",
         "Name[en_GB]": "Now playing (QML)",
         "Name[eo]": "Nun ludanta (QML)",
         "Name[es]": "Reproduciendo (QML)",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.112.0/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop
 
new/plasma-framework-5.113.0/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop
--- 
old/plasma-framework-5.112.0/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop
   2023-11-04 11:06:10.000000000 +0100
+++ 
new/plasma-framework-5.113.0/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop
   2023-12-02 10:30:05.000000000 +0100
@@ -59,8 +59,8 @@
 Comment[be]=Фіктыўная ўбудова для тэставання
 Comment[bg]=Тестов плъгин
 Comment[bs]=Lažni priključak za probe
-Comment[ca]=Un connector fals per a proves
-Comment[ca@valencia]=Un connector fals per a proves
+Comment[ca]=Un connector simulat per a proves
+Comment[ca@valencia]=Un connector simulat per a proves
 Comment[cs]=Falešný zásuvný modul pro testování
 Comment[da]=Et attrap-plugin til testformål
 Comment[de]=Ein Dummy-Modul zum Testen.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/ar/libplasma5.po 
new/plasma-framework-5.113.0/po/ar/libplasma5.po
--- old/plasma-framework-5.112.0/po/ar/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/ar/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-12-24 18:30+0400\n"
 "Last-Translator: Zayed Al-Saidi <[email protected]>\n"
 "Language-Team: ar\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/az/libplasma5.po 
new/plasma-framework-5.113.0/po/az/libplasma5.po
--- old/plasma-framework-5.112.0/po/az/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/az/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-framework\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2023-02-19 15:12+0400\n"
 "Last-Translator: Kheyyam <[email protected]>\n"
 "Language-Team: Azerbaijani <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/be/libplasma5.po 
new/plasma-framework-5.113.0/po/be/libplasma5.po
--- old/plasma-framework-5.112.0/po/be/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/be/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: 86ff119b1606fcaa910d6b44fc14b611\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2023-01-17 07:01\n"
 "Last-Translator: Zmicier <[email protected]>\n"
 "Language-Team: Belarusian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/bg/libplasma5.po 
new/plasma-framework-5.113.0/po/bg/libplasma5.po
--- old/plasma-framework-5.112.0/po/bg/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/bg/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-08-17 10:42+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/plasma-framework-5.112.0/po/bs/libplasma5.po 
new/plasma-framework-5.113.0/po/bs/libplasma5.po
--- old/plasma-framework-5.112.0/po/bs/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/bs/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: plasma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2014-01-31 21:06+0100\n"
 "Last-Translator: Samir Ribić <[email protected]>\n"
 "Language-Team: bosanski <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/ca/libplasma5.po 
new/plasma-framework-5.113.0/po/ca/libplasma5.po
--- old/plasma-framework-5.112.0/po/ca/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/ca/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -8,9 +8,9 @@
 # Empar Montoro Martín <[email protected]>, 2019.
 msgid ""
 msgstr ""
-"Project-Id-Version: plasma-framework\n"
+"Project-Id-Version: libplasma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-07-25 13:03+0200\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.112.0/po/ca@valencia/libplasma5.po 
new/plasma-framework-5.113.0/po/ca@valencia/libplasma5.po
--- old/plasma-framework-5.112.0/po/ca@valencia/libplasma5.po   2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/ca@valencia/libplasma5.po   2023-12-02 
10:30:05.000000000 +0100
@@ -8,9 +8,9 @@
 # Empar Montoro Martín <[email protected]>, 2019.
 msgid ""
 msgstr ""
-"Project-Id-Version: plasma-framework\n"
+"Project-Id-Version: libplasma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-07-25 13:03+0200\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/cs/libplasma5.po 
new/plasma-framework-5.113.0/po/cs/libplasma5.po
--- old/plasma-framework-5.112.0/po/cs/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/cs/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <[email protected]>, 2010, 2011, 2013, 2014, 2015, 2016, 2017, 
2018, 2019, 2020.
+# SPDX-FileCopyrightText: 2010, 2011, 2013, 2014, 2015, 2016, 2017, 2018, 
2019, 2020, 2023 Vít Pelčák <[email protected]>
 # Lukáš Tinkl <[email protected]>, 2010, 2012.
 # Vit Pelcak <[email protected]>, 2021, 2023.
 #
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2023-06-14 14:57+0200\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 23.04.2\n"
+"X-Generator: Lokalize 23.08.3\n"
 "X-Language: cs_CZ\n"
 "X-Source-Language: en_US\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/da/libplasma5.po 
new/plasma-framework-5.113.0/po/da/libplasma5.po
--- old/plasma-framework-5.112.0/po/da/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/da/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2019-11-26 19:29+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/plasma-framework-5.112.0/po/de/libplasma5.po 
new/plasma-framework-5.113.0/po/de/libplasma5.po
--- old/plasma-framework-5.112.0/po/de/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/de/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2023-03-21 20:07+0100\n"
 "Last-Translator: Frederik Schwarzer <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/el/libplasma5.po 
new/plasma-framework-5.113.0/po/el/libplasma5.po
--- old/plasma-framework-5.112.0/po/el/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/el/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2016-09-22 16: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/plasma-framework-5.112.0/po/en_GB/libplasma5.po 
new/plasma-framework-5.113.0/po/en_GB/libplasma5.po
--- old/plasma-framework-5.112.0/po/en_GB/libplasma5.po 2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/en_GB/libplasma5.po 2023-12-02 
10:30:05.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-08-07 11:02+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/es/libplasma5.po 
new/plasma-framework-5.113.0/po/es/libplasma5.po
--- old/plasma-framework-5.112.0/po/es/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/es/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-07-25 03:46+0200\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/et/libplasma5.po 
new/plasma-framework-5.113.0/po/et/libplasma5.po
--- old/plasma-framework-5.112.0/po/et/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/et/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2021-09-05 15:52+0200\n"
 "Last-Translator: Mihkel Tõnnov <[email protected]>\n"
 "Language-Team: Estonian <>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/eu/libplasma5.po 
new/plasma-framework-5.113.0/po/eu/libplasma5.po
--- old/plasma-framework-5.112.0/po/eu/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/eu/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: plasma-framework\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2023-03-05 18:51+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/fi/libplasma5.po 
new/plasma-framework-5.113.0/po/fi/libplasma5.po
--- old/plasma-framework-5.112.0/po/fi/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/fi/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-10-17 01:32+0300\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/plasma-framework-5.112.0/po/fr/libplasma5.po 
new/plasma-framework-5.113.0/po/fr/libplasma5.po
--- old/plasma-framework-5.112.0/po/fr/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/fr/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -18,18 +18,18 @@
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2023-01-08 18:16+0100\n"
 "Last-Translator: Xavier BESNARD <xavier.besnard]neuf.fr>\n"
-"Language-Team: fr\n"
+"Language-Team: \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 23.08.1\n"
-"X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
+"X-Environment: kde\n"
+"X-Generator: Lokalize 23.08.3\n"
 "X-Text-Markup: kde4\n"
 
 #: declarativeimports/calendar/eventdatadecorator.cpp:51
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/gd/libplasma5.po 
new/plasma-framework-5.113.0/po/gd/libplasma5.po
--- old/plasma-framework-5.112.0/po/gd/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/gd/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2016-04-30 12:08+0100\n"
 "Last-Translator: GunChleoc <[email protected]>\n"
 "Language-Team: Fòram na Gàidhlig\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/gl/libplasma5.po 
new/plasma-framework-5.113.0/po/gl/libplasma5.po
--- old/plasma-framework-5.112.0/po/gl/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/gl/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2023-08-06 05:29+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/plasma-framework-5.112.0/po/he/libplasma5.po 
new/plasma-framework-5.113.0/po/he/libplasma5.po
--- old/plasma-framework-5.112.0/po/he/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/he/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libplasma5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/hu/libplasma5.po 
new/plasma-framework-5.113.0/po/hu/libplasma5.po
--- old/plasma-framework-5.112.0/po/hu/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/hu/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2021-09-02 09:12+0200\n"
 "Last-Translator: Kristóf Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/ia/libplasma5.po 
new/plasma-framework-5.113.0/po/ia/libplasma5.po
--- old/plasma-framework-5.112.0/po/ia/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/ia/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2023-02-01 23:05+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/id/libplasma5.po 
new/plasma-framework-5.113.0/po/id/libplasma5.po
--- old/plasma-framework-5.112.0/po/id/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/id/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-06-14 10:56+0700\n"
 "Last-Translator: Aziz Adam Adrian <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/it/libplasma5.po 
new/plasma-framework-5.113.0/po/it/libplasma5.po
--- old/plasma-framework-5.112.0/po/it/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/it/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-12-02 12:05+0100\n"
 "Last-Translator: Vincenzo Reale <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 23.08.2\n"
+"X-Generator: Lokalize 23.08.3\n"
 
 #: declarativeimports/calendar/eventdatadecorator.cpp:51
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/ja/libplasma5.po 
new/plasma-framework-5.113.0/po/ja/libplasma5.po
--- old/plasma-framework-5.112.0/po/ja/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/ja/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2023-02-22 21:27+0900\n"
 "Last-Translator: Ryuichi Yamada <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/ka/libplasma5.po 
new/plasma-framework-5.113.0/po/ka/libplasma5.po
--- old/plasma-framework-5.112.0/po/ka/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/ka/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: plasma-framework\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-12-12 08:47+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/plasma-framework-5.112.0/po/ko/libplasma5.po 
new/plasma-framework-5.113.0/po/ko/libplasma5.po
--- old/plasma-framework-5.112.0/po/ko/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/ko/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-10-03 16:23+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/plasma-framework-5.112.0/po/lt/libplasma5.po 
new/plasma-framework-5.113.0/po/lt/libplasma5.po
--- old/plasma-framework-5.112.0/po/lt/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/lt/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: l 10n\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-09-19 12:33+0300\n"
 "Last-Translator: Moo <<>>\n"
 "Language-Team: lt <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.112.0/po/lt/scripts/libplasma5/libplasma5.js 
new/plasma-framework-5.113.0/po/lt/scripts/libplasma5/libplasma5.js
--- old/plasma-framework-5.112.0/po/lt/scripts/libplasma5/libplasma5.js 
2023-11-04 11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/lt/scripts/libplasma5/libplasma5.js 
1970-01-01 01:00:00.000000000 +0100
@@ -1,28 +0,0 @@
-function getProperty (prop, key) {
-    return _dict_[key][prop];
-}
-Ts.setcall("get-case", getProperty);
-
-function upperCaseFirstLetter(string)
-{
-    return string.charAt(0).toUpperCase() + string.slice(1);
-}
-
-_dict_ = {};
-function addDictCases (key, kil, gal) {
-    if (!_dict_[key])
-        _dict_[key] = {};
-    _dict_[key]["vardininkas"] = key;
-    _dict_[key]["kilmininkas"] = kil;
-    _dict_[key]["galininkas"] = gal;
-    _dict_[key]["Kilmininkas"] = upperCaseFirstLetter(kil)
-    _dict_[key]["Galininkas"] = upperCaseFirstLetter(gal);
-}
-
-function dynamicSetCases (kil, gal) {
-    addDictCases(Ts.msgstrf(), kil, gal);
-    Ts.fallback();
-}
-
-Ts.setcall("set-cases", dynamicSetCases);
-Ts.load("plasmoids")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.112.0/po/lt/scripts/libplasma5/plasmoids.js 
new/plasma-framework-5.113.0/po/lt/scripts/libplasma5/plasmoids.js
--- old/plasma-framework-5.112.0/po/lt/scripts/libplasma5/plasmoids.js  
2023-11-04 11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/lt/scripts/libplasma5/plasmoids.js  
1970-01-01 01:00:00.000000000 +0100
@@ -1,122 +0,0 @@
-// First argument must be the same as in .po file, usually capitalized. 2nd 
and 3rd lowercase unless it is a name.
-addDictCases("2D grafikai", "2D grafikų", "šiuos 2D grafikus");
-addDictCases("Adapteriai", "adapterių", "šiuos adapterius");
-addDictCases("Akys", "akių", "šias akis");
-addDictCases("Aktyvaus lango valdymas", "aktyvaus lango valdymo", "šį 
aktyvaus lango valdymą");
-addDictCases("Akumuliatorius ir ryškumas", "akumuliatoriaus ir ryškumo", 
"šį akumuliatorių ir ryškumą");
-addDictCases("Analoginis laikrodis", "analoginio laikrodžio", "šį 
analoginį laikrodį");
-addDictCases("Aplankų rodinys", "aplankų rodinio", "šį aplankų rodinį");
-addDictCases("Asmuo", "asmens", "šį asmenį");
-addDictCases("Atminties būsena", "atminties būsenos", "šią atminties 
būseną");
-addDictCases("Atnaujinimai", "atnaujinimų", "šiuos atnaujinimus");
-addDictCases("Automatinis paleidimas", "automatinio paleidimo", "šį 
automatinį paleidimą");
-addDictCases("Baterija ir ryškumas", "baterijos ir ryškumo", "šiuos 
bateriją ir ryškumą");
-addDictCases("CPU apkrovos stebėtojas", "CPU apkrovos stebėtojo","šį CPU 
apkrovos stebėtoją");
-addDictCases("Darbalaukio aplankas", "darbalaukio aplanko", "šį darbalaukio 
aplanką");
-addDictCases("Darbalaukio fono papildiniai", "darbalaukio fono papildinių", 
"šiuos darbalaukio fono papildinius");
-addDictCases("Darbalaukis", "darbalaukio", "šį darbalaukį");
-addDictCases("Data ir laikas", "datos ir laiko", "šią datą ir laiką");
-addDictCases("Didelės piktogramos", "didelių piktogramų", "šias dideles 
piktogramas");
-addDictCases("Dienos paveikslas", "dienos paveikslo", "šį dienos paveikslą
");
-addDictCases("Dvejetainis laikrodis", "dvejetainio laikrodžio", "šį 
dvejetainį laikrodį");
-addDictCases("Ekrano konfigūracija", "ekrano konfigūracijos", "šią ekrano 
konfigūraciją");
-addDictCases("Failų paieška", "failų paieškos", "šią failų paiešką");
-addDictCases("Failų tvarkytuvė", "failų tvarkytuvės", "šią failų 
tvarkytuvę");
-addDictCases("Garsas", "garso", "šį garsą");
-addDictCases("Garsumas", "garsumo", "šį garsumą");
-addDictCases("Greitas pokalbis", "greito pokalbio", "šį greitą pokalbį");
-addDictCases("Informatyvus", "informatyvaus", "šį informatyvų");
-addDictCases("Įrenginiai", "įrenginių", "šiuos įrenginius");
-addDictCases("Iškarpinė", "iškarpinės", "šią iškarpinę");
-addDictCases("Įvesties metodų skydelis", "įvesties metodų skydelio", "šį 
įvesties metodų skydelį");
-addDictCases("Jaustukų parinkiklis", "jaustukų parinkiklio", "šį jaustukų 
parinkiklį");
-addDictCases("Jutiklinis kilimėlis", "jutiklinio kilimėlio", "šį 
jutiklinį kilimėlį");
-addDictCases("Kalendorius", "kalendoriaus", "šį kalendorių");
-addDictCases("Kate seansai", "Kate seansų", "šiuos Kate seansus");
-addDictCases("KDE dokumentacija", "KDE dokumentacijos", "šią KDE 
dokumentaciją");
-addDictCases("KDE prieinamumo įrankis", "KDE prieinamumo įrankio", "šį KDE 
prieinamumo įrankį");
-addDictCases("KDevelop sesijos", "KDevelop sesijų", "šias KDevelop sesijas");
-addDictCases("Klaviatūros indikatorius", "klaviatūros indikatoriaus", "šį 
klaviatūros indikatorių");
-addDictCases("Komiksai", "komiksų", "šiuos komiksus");
-addDictCases("Komiksų piešinių serija", "komiksų piešinių serijos", 
"šią komiksų piešinių seriją");
-addDictCases("Komiksų piešinių serijos", "komiksų piešinių serijų", 
"šias komiksų piešinių serijas");
-addDictCases("Kompaktiškas", "kompaktiško", "šį kompaktišką");
-addDictCases("Konsole profiliai", "Konsole profilių", "šiuos Konsole 
profilius");
-addDictCases("Laikmatis", "laikmačio", "šį laikmatį");
-addDictCases("Langų sąrašas", "langų sąrašo", "šį langų sąrašą");
-addDictCases("Latte užduotys", "Latte užduočių", "šias Latte užduotis");
-addDictCases("Leidžiamas disko duomenų kiekis", "leidžiamo disko duomenų 
kiekio", "šį leidžiamą disko duomenų kiekį");
-addDictCases("Mažos piktogramos", "mažų piktogramų", "šias mažas 
piktogramas");
-addDictCases("Medijos leistuvė", "medijos leistuvės", "šią medijos 
leistuvę");
-addDictCases("Medijos rėmelis", "medijos rėmelio", "šį medijos rėmelį");
-addDictCases("Miniatiūros", "miniatiūrų", "šias miniatiūras");
-addDictCases("Miniatiūrų tinklelis", "miniatiūrų tinklelio", "šį 
miniatiūrų tinklelį");
-addDictCases("Naktinės spalvos valdymas", "naktinės spalvos valdymo", "šį 
naktinės spalvos valdymą");
-addDictCases("Naudotojų perjungiklis", "naudotojų perjungiklio", "šį 
naudotojų perjungiklį");
-addDictCases("Netikslus laikrodis", "netikslaus laikrodžio", "šį netikslų 
laikrodį");
-addDictCases("Numatytosios programos", "numatytųjų programų", "šias 
numatytąsias programas");
-addDictCases("Orų pranešimai", "orų pranešimų", "šiuos orų 
pranešimus");
-addDictCases("Orų prognozė", "orų prognozės", "šią orų prognozę");
-addDictCases("Paieška", "paieškos", "šią paiešką");
-addDictCases("Paprastas meniu", "paprasto meniu", "šį paprastą meniu");
-addDictCases("Penkiolika dalių", "penkiolika dalių", "šias penkiolika 
dalių");
-addDictCases("Peržiūros", "peržiūrų", "šias peržiūras");
-addDictCases("Piktograma", "piktogramos", "šią piktogramą");
-addDictCases("Plasma įskiepių grupavimas", "Plasma įskiepių grupavimo", 
"šį Plasma įskiepių grupavimą");
-addDictCases("Plasma valdikliai", "Plasma valdiklių", "šiuos Plasma 
valdiklius");
-addDictCases("Pranešimai apie įrenginius", "pranešimų apie įrenginius", 
"šiuos pranešimus apie įrenginius");
-addDictCases("Pranešimai", "pranešimų", "šiuos pranešimus");
-addDictCases("Prieinamumas", "prieinamumo", "šį prieinamumą");
-addDictCases("Procesoriaus apkrovos prižiūryklė", "procesoriaus apkrovos 
prižiūryklės", "šią procesoriaus apkrovos prižiūryklę");
-addDictCases("Programos meniu tarnyba", "programos meniu tarnybos", "šią 
programos meniu tarnybą");
-addDictCases("Programų meniu", "programų meniu", "šį programų meniu");
-addDictCases("Programų paleidyklė", "programų paleidyklės", "šią 
programų paleidyklę");
-addDictCases("Programų skydelis", "programų skydelio", "šį programų 
skydelį");
-addDictCases("Puslapių perjungiklis", "puslapių perjungiklio", "šį 
puslapių perjungiklį");
-addDictCases("Rašybos tikrinimas", "rašybos tikrinimo", "šį rašybos 
tikrinimą");
-addDictCases("Rašybos tikrinimo paleidiklis", "rašybos tikrinimo 
paleidiklio", "šį rašybos tikrinimo paleidiklį");
-addDictCases("Redshift valdymas", "Redshift valdymo", "šį Redshift valdymą
");
-addDictCases("Rodyti darbalaukį", "rodyti darbalaukį", "šį rodyti 
darbalaukį");
-addDictCases("Saityno naršyklė", "saityno naršyklės", "šią saityno 
naršyklę");
-addDictCases("Sistemos apkrovos žiūryklė", "sistemos apkrovos 
žiūryklės", "šią sistemos apkrovos žiūryklę");
-addDictCases("Sistemos dėklas", "sistemos dėklo", "šį sistemos dėklą");
-addDictCases("Skaičiuoklis", "skaičiuoklio", "šį skaičiuoklį");
-addDictCases("Skaitmeninis laikrodis", "skaitmeninio laikrodžio", "šį 
skaitmeninį laikrodį");
-addDictCases("Skydelio skirtukas", "skydelio skirtuko", "šį skydelio 
skirtuką");
-addDictCases("Skydelis", "skydelio", "šį skydelį");
-addDictCases("Slėptuvės", "slėptuvių", "šias slėptuves");
-addDictCases("Spalvos", "spalvų", "šias spalvas");
-addDictCases("Spalvų parinkiklis", "spalvų parinkiklio", "šį spalvų 
parinkiklį");
-addDictCases("Spalvų rinkiniai", "spalvų rinkinių", "šiuos spalvų 
rinkinius");
-addDictCases("Spartusis bendrinimas", "sparčiojo bendrinimo", "šį 
spartųjį bendrinimą");
-addDictCases("Spartusis paleidimas", "sparčiojo paleidimo", "šį spartųjį 
paleidimą");
-addDictCases("Spausdintuvai", "spausdintuvų", "šiuos spausdintuvus");
-addDictCases("specialūs simboliai", "specialių simbolių", "šiuos 
specialius simbolius");
-addDictCases("Specialūs simboliai", "specialių simbolių", "šiuos 
specialius simbolius");
-addDictCases("Standartinis meniu", "standartinio meniu", "šį standartinį 
meniu");
-addDictCases("Standžiojo disko I/O prižiūryklė", "standžiojo disko I/O 
prižiūryklės", "šią standžiojo disko I/O prižiūryklę");
-addDictCases("Standžiojo disko vietos panaudojimas", "standžiojo disko 
vietos panaudojimo", "šį standžiojo disko vietos panaudojimą");
-addDictCases("Suskleisti visus langus", "visų langų suskleidimo", "šį 
visų langų suskleidimą");
-addDictCases("Šiukšlinė", "šiukšlinės", "šią šiukšlinę");
-addDictCases("Techn. žinynas", "techn. žinyno", "šį techn. žinyną");
-addDictCases("Tik piktogramų užduočių tvarkytuvė", "tik piktogramų 
užduočių tvarkytuvės", "šią tik piktogramų užduočių tvarkytuvę");
-addDictCases("Tik tekstas", "tik teksto", "šį tik tekstą");
-addDictCases("Tinklai", "tinklų", "šiuos tinklus");
-addDictCases("Tinklelis", "tinklelio", "šį tinklelį");
-addDictCases("Tinklo prižiūryklė", "tinklo prižiūryklės", "šią tinklo 
prižiūryklę");
-addDictCases("Tuščias skydelis", "tuščio skydelio", "šį tuščią 
skydelį");
-addDictCases("Užduočių tvarkytuvė", "užduočių tvarkytuvės", "šią 
užduočių tvarkytuvę");
-addDictCases("Užrakinti/atsijungti", "užrakinti/atsijungti", "šį 
užrakinti/atsijungti");
-addDictCases("Užrašai", "užrašų", "šiuos užrašus");
-addDictCases("Veiklos", "veiklų", "šias veiklas");
-addDictCases("Veiklų juosta", "veiklų juostos", "šią veiklų juostą");
-addDictCases("Veiklų perjungiklis", "veiklų perjungiklio", "šį veiklų 
perjungiklį");
-addDictCases("Veiklų tvarkytuvė", "veiklų tvarkytuvės", "šią veiklų 
tvarkytuvę");
-addDictCases("Vienetų keitiklis", "vienetų keitiklio", "šį vienetų 
keitiklį");
-addDictCases("Viki kelionės", "Viki kelionių", "šias Viki keliones");
-addDictCases("Vikipedija", "Vikipedijos", "šią Vikipediją");
-addDictCases("Visuotinis meniu", "visuotinio meniu", "šį visuotinį meniu");
-addDictCases("Žodynas", "žodyno", "šį žodyną");
-addDictCases("Užrakto klavišų būsena", "užrakto klavišų būsenos", 
"šią užrakto klavišų būseną");
-addDictCases("Piešimo planšetė", "piešimo planšetės", "šią piešimo 
planšetę");
-addDictCases("Žvilgsnis į darbalaukį", "žvilgsnio į darbalaukį", "šį 
žvilgsnį į darbalaukį");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/lv/libplasma5.po 
new/plasma-framework-5.113.0/po/lv/libplasma5.po
--- old/plasma-framework-5.112.0/po/lv/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/lv/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-framework\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2019-12-08 12:11+0200\n"
 "Last-Translator: Maris Nartiss <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/ml/libplasma5.po 
new/plasma-framework-5.113.0/po/ml/libplasma5.po
--- old/plasma-framework-5.112.0/po/ml/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/ml/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: plasma-framework\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2019-12-14 15:16+0530\n"
 "Last-Translator: Nithin S Sabu <[email protected]>\n"
 "Language-Team: Swathanthra|സ്വതന്ത്ര 
Malayalam|മലയാളം 
Computing|കമ്പ്യൂട്ടിങ്ങ് <smc."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/mr/libplasma5.po 
new/plasma-framework-5.113.0/po/mr/libplasma5.po
--- old/plasma-framework-5.112.0/po/mr/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/mr/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2013-03-09 14:27+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/plasma-framework-5.112.0/po/nb/libplasma5.po 
new/plasma-framework-5.113.0/po/nb/libplasma5.po
--- old/plasma-framework-5.112.0/po/nb/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/nb/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2018-06-23 18:51+0100\n"
 "Last-Translator: Øystein Steffensen-Alværvik <[email protected]>\n"
 "Language-Team: Norwegian BokmÃ¥l <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/nds/libplasma5.po 
new/plasma-framework-5.113.0/po/nds/libplasma5.po
--- old/plasma-framework-5.112.0/po/nds/libplasma5.po   2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/nds/libplasma5.po   2023-12-02 
10:30:05.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2014-08-13 22:05+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/plasma-framework-5.112.0/po/nl/libplasma5.po 
new/plasma-framework-5.113.0/po/nl/libplasma5.po
--- old/plasma-framework-5.112.0/po/nl/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/nl/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-07-25 12:38+0200\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/nn/libplasma5.po 
new/plasma-framework-5.113.0/po/nn/libplasma5.po
--- old/plasma-framework-5.112.0/po/nn/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/nn/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-07-26 20:59+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/pa/libplasma5.po 
new/plasma-framework-5.113.0/po/pa/libplasma5.po
--- old/plasma-framework-5.112.0/po/pa/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/pa/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-11-19 05:34-0800\n"
 "Last-Translator: A S Alam <[email protected]>\n"
 "Language-Team: Punjabi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/pl/libplasma5.po 
new/plasma-framework-5.113.0/po/pl/libplasma5.po
--- old/plasma-framework-5.112.0/po/pl/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/pl/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-07-31 09:00+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/plasma-framework-5.112.0/po/pt/libplasma5.po 
new/plasma-framework-5.113.0/po/pt/libplasma5.po
--- old/plasma-framework-5.112.0/po/pt/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/pt/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: libplasma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-07-25 09:37+0100\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/pt_BR/libplasma5.po 
new/plasma-framework-5.113.0/po/pt_BR/libplasma5.po
--- old/plasma-framework-5.112.0/po/pt_BR/libplasma5.po 2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/pt_BR/libplasma5.po 2023-12-02 
10:30:05.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libplasma5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-08-19 15:29-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/ro/libplasma5.po 
new/plasma-framework-5.113.0/po/ro/libplasma5.po
--- old/plasma-framework-5.112.0/po/ro/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/ro/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2023-04-10 19:07+0100\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/ru/libplasma5.po 
new/plasma-framework-5.113.0/po/ru/libplasma5.po
--- old/plasma-framework-5.112.0/po/ru/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/ru/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: libplasma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-08-11 15:23+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/plasma-framework-5.112.0/po/sk/libplasma5.po 
new/plasma-framework-5.113.0/po/sk/libplasma5.po
--- old/plasma-framework-5.112.0/po/sk/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/sk/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libplasma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2023-01-11 11:24+0100\n"
 "Last-Translator: Matej Mrenica <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/sl/libplasma5.po 
new/plasma-framework-5.113.0/po/sl/libplasma5.po
--- old/plasma-framework-5.112.0/po/sl/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/sl/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: plasma-framework\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-07-27 07:49+0200\n"
 "Last-Translator: Matjaž Jeran <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/sv/libplasma5.po 
new/plasma-framework-5.113.0/po/sv/libplasma5.po
--- old/plasma-framework-5.112.0/po/sv/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/sv/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-08-03 09:42+0200\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/ta/libplasma5.po 
new/plasma-framework-5.113.0/po/ta/libplasma5.po
--- old/plasma-framework-5.112.0/po/ta/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/ta/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-framework\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-07-26 21:16+0530\n"
 "Last-Translator: Kishore G <[email protected]>\n"
 "Language-Team: Tamil <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/tg/libplasma5.po 
new/plasma-framework-5.113.0/po/tg/libplasma5.po
--- old/plasma-framework-5.112.0/po/tg/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/tg/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-framework\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2020-09-19 11:42+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/plasma-framework-5.112.0/po/tr/libplasma5.po 
new/plasma-framework-5.113.0/po/tr/libplasma5.po
--- old/plasma-framework-5.112.0/po/tr/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/tr/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2023-05-24 01:24+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/plasma-framework-5.112.0/po/ug/libplasma5.po 
new/plasma-framework-5.113.0/po/ug/libplasma5.po
--- old/plasma-framework-5.112.0/po/ug/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/ug/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libplasma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/uk/libplasma5.po 
new/plasma-framework-5.113.0/po/uk/libplasma5.po
--- old/plasma-framework-5.112.0/po/uk/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/uk/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libplasma5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-07-25 08:34+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/vi/libplasma5.po 
new/plasma-framework-5.113.0/po/vi/libplasma5.po
--- old/plasma-framework-5.112.0/po/vi/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/vi/libplasma5.po    2023-12-02 
10:30:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-framework\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-08-02 10:18+0200\n"
 "Last-Translator: Phu Hung Nguyen <[email protected]>\n"
 "Language-Team: Vietnamese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/zh_CN/libplasma5.po 
new/plasma-framework-5.113.0/po/zh_CN/libplasma5.po
--- old/plasma-framework-5.112.0/po/zh_CN/libplasma5.po 2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/zh_CN/libplasma5.po 2023-12-02 
10:30:05.000000000 +0100
@@ -2,8 +2,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
-"PO-Revision-Date: 2023-10-21 13:54\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
+"PO-Revision-Date: 2023-11-25 02:30\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.112.0/po/zh_TW/libplasma5.po 
new/plasma-framework-5.113.0/po/zh_TW/libplasma5.po
--- old/plasma-framework-5.112.0/po/zh_TW/libplasma5.po 2023-11-04 
11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/po/zh_TW/libplasma5.po 2023-12-02 
10:30:05.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-01-06 00:44+0000\n"
+"POT-Creation-Date: 2023-11-27 05:30+0000\n"
 "PO-Revision-Date: 2022-06-12 10:21+0900\n"
 "Last-Translator: Kisaragi Hiu <[email protected]>\n"
 "Language-Team: Traditional Chinese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.112.0/src/desktoptheme/air/metadata.json.cmake 
new/plasma-framework-5.113.0/src/desktoptheme/air/metadata.json.cmake
--- old/plasma-framework-5.112.0/src/desktoptheme/air/metadata.json.cmake       
2023-11-04 11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/src/desktoptheme/air/metadata.json.cmake       
2023-12-02 10:30:05.000000000 +0100
@@ -7,7 +7,7 @@
                 "Name[az]": "Oxygen layihəsi",
                 "Name[be]": "Праект \"Oxygen\"",
                 "Name[bg]": "Проектът Oxygen",
-                "Name[ca@valencia]": "The Oxygen Project",
+                "Name[ca@valencia]": "El projecte Oxygen",
                 "Name[ca]": "The Oxygen Project",
                 "Name[cs]": "Projekt Oxygen",
                 "Name[en_GB]": "The Oxygen Project",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.112.0/src/desktoptheme/oxygen/metadata.json.cmake 
new/plasma-framework-5.113.0/src/desktoptheme/oxygen/metadata.json.cmake
--- old/plasma-framework-5.112.0/src/desktoptheme/oxygen/metadata.json.cmake    
2023-11-04 11:06:10.000000000 +0100
+++ new/plasma-framework-5.113.0/src/desktoptheme/oxygen/metadata.json.cmake    
2023-12-02 10:30:05.000000000 +0100
@@ -7,7 +7,7 @@
                 "Name[az]": "Oxygen layihəsi",
                 "Name[be]": "Праект \"Oxygen\"",
                 "Name[bg]": "Проектът Oxygen",
-                "Name[ca@valencia]": "The Oxygen Project",
+                "Name[ca@valencia]": "El projecte Oxygen",
                 "Name[ca]": "The Oxygen Project",
                 "Name[cs]": "Projekt Oxygen",
                 "Name[en_GB]": "The Oxygen Project",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.112.0/src/plasma/data/servicetypes/plasma-containment.desktop
 
new/plasma-framework-5.113.0/src/plasma/data/servicetypes/plasma-containment.desktop
--- 
old/plasma-framework-5.112.0/src/plasma/data/servicetypes/plasma-containment.desktop
        2023-11-04 11:06:10.000000000 +0100
+++ 
new/plasma-framework-5.113.0/src/plasma/data/servicetypes/plasma-containment.desktop
        2023-12-02 10:30:05.000000000 +0100
@@ -49,7 +49,7 @@
 Comment[tg]=Дарбаргирандаи зербарномаи Plasma ва 
рассомни пасзамина
 Comment[tr]=Plasma uygulamacık içerici ve arka plan oluşturucu
 Comment[ug]=Plasma قاچا ھەرىكىتى ۋە تەگلىك سىزغۇچ
-Comment[uk]=Контейнер аплетів Плазми і 
малювання у тлі
+Comment[uk]=Контейнер аплетів плазми і 
малювання у тлі
 Comment[vi]=Trình bao chứa tiểu ứng dụng và trình tô nền Plasma
 Comment[x-test]=xxPlasma applet container and background painterxx
 Comment[zh_CN]=Plasma 小程序容器和背景绘制程序
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.112.0/src/plasma/data/servicetypes/plasma-lookandfeel.desktop
 
new/plasma-framework-5.113.0/src/plasma/data/servicetypes/plasma-lookandfeel.desktop
--- 
old/plasma-framework-5.112.0/src/plasma/data/servicetypes/plasma-lookandfeel.desktop
        2023-11-04 11:06:10.000000000 +0100
+++ 
new/plasma-framework-5.113.0/src/plasma/data/servicetypes/plasma-lookandfeel.desktop
        2023-12-02 10:30:05.000000000 +0100
@@ -48,7 +48,7 @@
 Name[ta]=பிளாஸ்மா தோற்றம்
 Name[tg]=Намуди зоҳирии Plasma
 Name[tr]=Plasma Görünüm ve His
-Name[uk]=Вигляд і поведінка Плазми
+Name[uk]=Налаштовування вигляду і поведінки 
Плазми
 Name[vi]=Nhìn và Cảm Plasma
 Name[x-test]=xxPlasma Look and Feelxx
 Name[zh_CN]=Plasma 界面外观
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.112.0/src/plasma/data/servicetypes/plasma-packagestructure.desktop
 
new/plasma-framework-5.113.0/src/plasma/data/servicetypes/plasma-packagestructure.desktop
--- 
old/plasma-framework-5.112.0/src/plasma/data/servicetypes/plasma-packagestructure.desktop
   2023-11-04 11:06:10.000000000 +0100
+++ 
new/plasma-framework-5.113.0/src/plasma/data/servicetypes/plasma-packagestructure.desktop
   2023-12-02 10:30:05.000000000 +0100
@@ -48,7 +48,7 @@
 Comment[tg]=Таърифи сохтори бастаи Plasma
 Comment[tr]=Plasma paketi yapısı tanımlaması
 Comment[ug]=Plasma بوغچا قۇرۇلما ئېنىقلىمىسى
-Comment[uk]=Опис структури пакунка плазми
+Comment[uk]=Опис структури пакунка Плазми
 Comment[vi]=Định nghĩa cấu trúc gói Plasma
 Comment[x-test]=xxPlasma package structure definitionxx
 Comment[zh_CN]=Plasma 软件包结构定义
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.112.0/src/scriptengines/qml/data/plasma-wallpaper.desktop
 
new/plasma-framework-5.113.0/src/scriptengines/qml/data/plasma-wallpaper.desktop
--- 
old/plasma-framework-5.112.0/src/scriptengines/qml/data/plasma-wallpaper.desktop
    2023-11-04 11:06:10.000000000 +0100
+++ 
new/plasma-framework-5.113.0/src/scriptengines/qml/data/plasma-wallpaper.desktop
    2023-12-02 10:30:05.000000000 +0100
@@ -50,7 +50,7 @@
 Comment[ta]=பிளாஸ்மா பின்னணிப் படம்
 Comment[tg]=Тасвири заминаи Plasma
 Comment[tr]=Plasma duvar kağıdı
-Comment[uk]=Тло стільниці Плазми
+Comment[uk]=Фонове зображення Плазми
 Comment[vi]=Phông nền Plasma
 Comment[x-test]=xxPlasma wallpaperxx
 Comment[zh_CN]=Plasma 壁纸
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.112.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate 
new/plasma-framework-5.113.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate
--- 
old/plasma-framework-5.112.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate   
    2023-11-04 11:06:10.000000000 +0100
+++ 
new/plasma-framework-5.113.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate   
    2023-12-02 10:30:05.000000000 +0100
@@ -41,7 +41,7 @@
 Name[sv]=Plasma QML/C++ miniprogram
 Name[tg]=Зербарномаи Plasma дар асоси QML/C++
 Name[tr]=Plasma QML/C Uygulamacığı
-Name[uk]=Аплет Плазми мовами QML/C++
+Name[uk]=Аплет Плазми мовою QML/C++
 Name[vi]=Tiểu ứng dụng QML/C++ của Plasma
 Name[x-test]=xxPlasma QML/C++ Appletxx
 Name[zh_CN]=Plasma QML/C++ 小程序

Reply via email to