Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libplasma6 for openSUSE:Factory checked in at 2026-02-27 16:59:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libplasma6 (Old) and /work/SRC/openSUSE:Factory/.libplasma6.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libplasma6" Fri Feb 27 16:59:47 2026 rev:40 rq:1334960 version:6.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libplasma6/libplasma6.changes 2026-02-16 13:10:26.032815594 +0100 +++ /work/SRC/openSUSE:Factory/.libplasma6.new.29461/libplasma6.changes 2026-02-27 17:00:41.917209072 +0100 @@ -1,0 +2,11 @@ +Tue Feb 24 17:21:17 UTC 2026 - Fabian Vogt <[email protected]> + +- Update to 6.6.1: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.6.1 +- Changes since 6.6.0: + * Update version for new release 6.6.1 + * bump soversion from 6 to 7 + * Don't delete oldAction in setInternalAction (kde#508451) + +------------------------------------------------------------------- Old: ---- libplasma-6.6.0.tar.xz libplasma-6.6.0.tar.xz.sig New: ---- libplasma-6.6.1.tar.xz libplasma-6.6.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libplasma6.spec ++++++ --- /var/tmp/diff_new_pack.lxZfux/_old 2026-02-27 17:00:42.641240183 +0100 +++ /var/tmp/diff_new_pack.lxZfux/_new 2026-02-27 17:00:42.641240183 +0100 @@ -20,20 +20,21 @@ %define qt6_version 6.9.0 %define rname libplasma +%define sover 7 # Full Plasma 6 version (e.g. 6.0.0) %{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}} # Latest ABI-stable Plasma (e.g. 6.0 in KF6, but 6.0.80 in KUF) %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')} %bcond_without released Name: libplasma6 -Version: 6.6.0 +Version: 6.6.1 Release: 0 Summary: Plasma library and runtime components based upon KF6 and Qt6 License: GPL-2.0-or-later AND LGPL-2.0-or-later URL: https://www.kde.org -Source: %{rname}-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz %if %{with released} -Source1: %{rname}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: doxygen @@ -86,7 +87,7 @@ %description Plasma library and runtime components based upon KF6 and Qt6 -%package -n libPlasma6 +%package -n libPlasma%{sover} Summary: Plasma 6 core libraries Requires: %{name}-components >= %{version} Provides: qt6qmlimport(org.kde.plasma.configuration) @@ -94,7 +95,7 @@ Provides: qt6qmlimport(org.kde.plasma.plasmoid) Provides: qt6qmlimport(org.kde.plasma.plasmoid.2) = 0 -%description -n libPlasma6 +%description -n libPlasma%{sover} This package contains the core libraries needed by the Plasma framework. %package components @@ -128,7 +129,7 @@ %package devel Summary: Plasma library and runtime components -Requires: libPlasma6 = %{version} +Requires: libPlasma%{sover} = %{version} Requires: plasma6-framework >= %{version} Requires: plasma6-framework-components = %{version} Requires: cmake(KF6Kirigami) >= %{kf6_version} @@ -144,17 +145,19 @@ %description devel Plasma library and runtime components based upon KF6 and Qt6 +# Should be just %{name}-lang actually + %package -n libPlasma6-lang Summary: Translations for package libPlasma6 -Requires: libPlasma6 = %{version} -Provides: libPlasma6-lang-all = %{version} +Requires: libPlasma%{sover} = %{version} +Provides: libPlasma%{sover}-lang-all = %{version} BuildArch: noarch # Only in KUF before 6.0 Provides: plasma6-framework-lang = %{version} Obsoletes: plasma6-framework-lang < %{version} %description -n libPlasma6-lang -Provides translations for the "libPlasma6" package. +Provides translations for the "libPlasma%{sover}" package. %prep %autosetup -p1 -n %{rname}-%{version} @@ -173,7 +176,7 @@ %find_lang libplasma6 -%pre -n libPlasma6 +%pre -n libPlasma%{sover} # boo#1221405: When upgrading from plasma5-workspace to plasma6-workspace, # preun of the previous package does not know it's actually an upgrade # (because the package name differs) and it does systemctl --disable --now @@ -193,9 +196,9 @@ /usr/lib/systemd/systemd-update-helper user-reload || : fi -%ldconfig_scriptlets -n libPlasma6 +%ldconfig_scriptlets -n libPlasma%{sover} -%posttrans -n libPlasma6 +%posttrans -n libPlasma%{sover} # Remove the temporary dropin files from pre again. if [ -e /run/plasma-boo1221405-workaround ]; then rm /run/systemd/user/plasma-*.service.d/boo1221405.conf @@ -211,10 +214,12 @@ %{_kf6_qmldir}/org/kde/kirigami/ %{_kf6_qmldir}/org/kde/plasma/ -%files -n libPlasma6 +%files -n libPlasma%{sover} %license LICENSES/* %doc README.md +%{_kf6_libdir}/libPlasma.so.%{sover} %{_kf6_libdir}/libPlasma.so.* +%{_kf6_libdir}/libPlasmaQuick.so.%{sover} %{_kf6_libdir}/libPlasmaQuick.so.* %files desktoptheme ++++++ libplasma-6.6.0.tar.xz -> libplasma-6.6.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/CMakeLists.txt new/libplasma-6.6.1/CMakeLists.txt --- old/libplasma-6.6.0/CMakeLists.txt 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/CMakeLists.txt 2026-02-24 10:40:05.000000000 +0100 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "6.6.0") +set(PROJECT_VERSION "6.6.1") project(libplasma VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "6.10.0") -set(PROJECT_DEP_VERSION "6.6.0") +set(PROJECT_DEP_VERSION "6.6.1") set(KF6_MIN_VERSION "6.22.0") set(CMAKE_CXX_STANDARD 20) @@ -40,7 +40,7 @@ VARIABLE_PREFIX PLASMA VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/plasma_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/PlasmaConfigVersion.cmake" - SOVERSION 6) + SOVERSION 7) ################# now find all used packages ################# diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/autotests/applet/applettest.cpp new/libplasma-6.6.1/autotests/applet/applettest.cpp --- old/libplasma-6.6.0/autotests/applet/applettest.cpp 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/autotests/applet/applettest.cpp 2026-02-24 10:40:05.000000000 +0100 @@ -164,6 +164,19 @@ QVERIFY(shouldNotBeFound == applets.cend()); } + + void actionsTest() + { + auto applet = Plasma::PluginLoader::self()->loadApplet("org.kde.plasma.testapplet"); + + auto action = std::make_unique<QAction>("Hello"); + + // verify that double assignment isn't causing issues + applet->setInternalAction("foo", action.get()); + applet->setInternalAction("foo", action.get()); + + delete applet; + } }; QTEST_MAIN(AppletTest); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ar/libplasma6.po new/libplasma-6.6.1/po/ar/libplasma6.po --- old/libplasma-6.6.0/po/ar/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ar/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2025-05-17 11:10+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" "Language-Team: ar\n" @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "مجهول" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "فعّل الودجة %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ast/libplasma6.po new/libplasma-6.6.1/po/ast/libplasma6.po --- old/libplasma-6.6.0/po/ast/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ast/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-03-14 23:24+0100\n" "Last-Translator: Enol P. <[email protected]>\n" "Language-Team: Asturian <[email protected]>\n" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/az/libplasma6.po new/libplasma-6.6.1/po/az/libplasma6.po --- old/libplasma-6.6.0/po/az/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/az/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2023-02-19 15:12+0400\n" "Last-Translator: Kheyyam <[email protected]>\n" "Language-Team: Azerbaijani <[email protected]>\n" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "Naməlum" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "%1 Vidjetin aktiv edilməsi" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/be/libplasma6.po new/libplasma-6.6.1/po/be/libplasma6.po --- old/libplasma-6.6.0/po/be/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/be/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: fc57ad16a28d02dea100ceb1c60de14e\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-11-09 05:04\n" "Last-Translator: Zmicier <[email protected]>\n" "Language-Team: Belarusian\n" @@ -64,7 +64,7 @@ msgid "Unknown" msgstr "Невядома" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Актываваць віджэт \"%1\"" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/bg/libplasma6.po new/libplasma-6.6.1/po/bg/libplasma6.po --- old/libplasma-6.6.0/po/bg/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/bg/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2025-01-31 11:31+0100\n" "Last-Translator: Mincho Kondarev <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" @@ -56,7 +56,7 @@ msgid "Unknown" msgstr "Неизвестно" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Активиране на %1 Widget" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/bs/libplasma6.po new/libplasma-6.6.1/po/bs/libplasma6.po --- old/libplasma-6.6.0/po/bs/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/bs/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+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" @@ -62,7 +62,7 @@ msgid "Unknown" msgstr "Nepoznato" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktiviraj grafičku kontrolu %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ca/libplasma6.po new/libplasma-6.6.1/po/ca/libplasma6.po --- old/libplasma-6.6.0/po/ca/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ca/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libplasma\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-23 11:00+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -64,7 +64,7 @@ msgid "Unknown" msgstr "Desconegut" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Activa el giny %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ca@valencia/libplasma6.po new/libplasma-6.6.1/po/ca@valencia/libplasma6.po --- old/libplasma-6.6.0/po/ca@valencia/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ca@valencia/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libplasma\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-23 11:00+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -64,7 +64,7 @@ msgid "Unknown" msgstr "Desconegut" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Activa el giny %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/cs/libplasma6.po new/libplasma-6.6.1/po/cs/libplasma6.po --- old/libplasma-6.6.0/po/cs/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/cs/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-23 15:37+0200\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" @@ -63,7 +63,7 @@ msgid "Unknown" msgstr "Neznámý" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktivovat %1 widget" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/da/libplasma6.po new/libplasma-6.6.1/po/da/libplasma6.po --- old/libplasma-6.6.0/po/da/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/da/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2025-11-04 10:52+0100\n" "Last-Translator: Rasmus Rosendahl-Kaa <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "Ukendt" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktivér widgetten %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/de/libplasma6.po new/libplasma-6.6.1/po/de/libplasma6.po --- old/libplasma-6.6.0/po/de/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/de/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libplasma6\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-28 21:42+0200\n" "Last-Translator: Johannes Obermayr <[email protected]>\n" "Language-Team: German <[email protected]>\n" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "Unbekannt" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Miniprogramm %1 aktivieren" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/el/libplasma6.po new/libplasma-6.6.1/po/el/libplasma6.po --- old/libplasma-6.6.0/po/el/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/el/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-31 12:02+0300\n" "Last-Translator: Αντώνης Γέραλης <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "Άγνωστο" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Ενεργοποίηση συστατικού %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/en_GB/libplasma6.po new/libplasma-6.6.1/po/en_GB/libplasma6.po --- old/libplasma-6.6.0/po/en_GB/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/en_GB/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-24 12:05+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English\n" @@ -62,7 +62,7 @@ msgid "Unknown" msgstr "Unknown" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Activate %1 Widget" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/eo/libplasma6.po new/libplasma-6.6.1/po/eo/libplasma6.po --- old/libplasma-6.6.0/po/eo/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/eo/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2025-01-01 09:06+0100\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "Nekonata" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktivigi fenestraĵon %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/es/libplasma6.po new/libplasma-6.6.1/po/es/libplasma6.po --- old/libplasma-6.6.0/po/es/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/es/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libplasma6\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2025-05-20 01:58+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "Desconocido" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Activar el elemento gráfico %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/et/libplasma6.po new/libplasma-6.6.1/po/et/libplasma6.po --- old/libplasma-6.6.0/po/et/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/et/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2021-09-05 15:52+0200\n" "Last-Translator: Mihkel Tõnnov <[email protected]>\n" "Language-Team: Estonian <>\n" @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "Tundmatu" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktiveeri %1 vidin" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/eu/libplasma6.po new/libplasma-6.6.1/po/eu/libplasma6.po --- old/libplasma-6.6.0/po/eu/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/eu/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: plasma-framework\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-23 10:57+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" @@ -64,7 +64,7 @@ msgid "Unknown" msgstr "Ezezaguna" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktibatu %1 trepeta" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/fi/libplasma6.po new/libplasma-6.6.1/po/fi/libplasma6.po --- old/libplasma-6.6.0/po/fi/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/fi/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-10-17 13:50+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" @@ -66,7 +66,7 @@ msgid "Unknown" msgstr "Tuntematon" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktivoi sovelma %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/fr/libplasma6.po new/libplasma-6.6.1/po/fr/libplasma6.po --- old/libplasma-6.6.0/po/fr/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/fr/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-25 11:46+0200\n" "Last-Translator: Xavier Besnard <[email protected]>\n" "Language-Team: French <French <[email protected]>>\n" @@ -74,7 +74,7 @@ msgid "Unknown" msgstr "Inconnu" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Activer le composant graphique %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ga/libplasma6.po new/libplasma-6.6.1/po/ga/libplasma6.po --- old/libplasma-6.6.0/po/ga/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ga/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Irish Gaelic <[email protected]>\n" @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/gd/libplasma6.po new/libplasma-6.6.1/po/gd/libplasma6.po --- old/libplasma-6.6.0/po/gd/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/gd/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+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" @@ -61,7 +61,7 @@ msgid "Unknown" msgstr "Chan eil fhios" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Gnìomhach Widget %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/gl/libplasma6.po new/libplasma-6.6.1/po/gl/libplasma6.po --- old/libplasma-6.6.0/po/gl/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/gl/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-25 15:42+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Proxecto Trasno ([email protected])\n" @@ -61,7 +61,7 @@ msgid "Unknown" msgstr "Descoñecido" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Activar o trebello de %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/he/libplasma6.po new/libplasma-6.6.1/po/he/libplasma6.po --- old/libplasma-6.6.0/po/he/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/he/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-23 07:06+0300\n" "Last-Translator: Yaron Shahrabani <[email protected]>\n" "Language-Team: צוות התרגום של KDE ישראל\n" @@ -62,7 +62,7 @@ msgid "Unknown" msgstr "לא ידוע" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "הפעלת יישומון %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/hi/libplasma6.po new/libplasma-6.6.1/po/hi/libplasma6.po --- old/libplasma-6.6.0/po/hi/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/hi/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-12-15 17:36+0530\n" "Last-Translator: Kali <EMAIL@ADDRESS>\n" "Language-Team: Hindi <[email protected]>\n" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "अज्ञात" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "%1 विजेट सक्रिय करें" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/hu/libplasma6.po new/libplasma-6.6.1/po/hu/libplasma6.po --- old/libplasma-6.6.0/po/hu/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/hu/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-09-22 21:52+0200\n" "Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" @@ -62,7 +62,7 @@ msgid "Unknown" msgstr "Ismeretlen" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "%1 felületi elem aktiválása" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ia/libplasma6.po new/libplasma-6.6.1/po/ia/libplasma6.po --- old/libplasma-6.6.0/po/ia/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ia/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-09-02 15:54+0200\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "Incognite" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Activa %1 Widget" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/id/libplasma6.po new/libplasma-6.6.1/po/id/libplasma6.po --- old/libplasma-6.6.0/po/id/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/id/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+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" @@ -63,7 +63,7 @@ msgid "Unknown" msgstr "Tidak diketahui" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktifkan Widget %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/is/libplasma6.po new/libplasma-6.6.1/po/is/libplasma6.po --- old/libplasma-6.6.0/po/is/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/is/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2025-10-08 09:27+0000\n" "Last-Translator: Sveinn í Felli <[email protected]>\n" "Language-Team: Icelandic\n" @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "Óþekkt" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Virkja %1 græju" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/it/libplasma6.po new/libplasma-6.6.1/po/it/libplasma6.po --- old/libplasma-6.6.0/po/it/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/it/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-24 10:45+0200\n" "Last-Translator: Vincenzo Reale <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" @@ -62,7 +62,7 @@ msgid "Unknown" msgstr "Sconosciuto" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Attiva oggetto %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ja/libplasma6.po new/libplasma-6.6.1/po/ja/libplasma6.po --- old/libplasma-6.6.0/po/ja/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ja/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-09-11 19:39+0900\n" "Last-Translator: UTUMI Hirosi <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" @@ -61,7 +61,7 @@ msgid "Unknown" msgstr "不明" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "%1 ウィジェットを有効化" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ka/libplasma6.po new/libplasma-6.6.1/po/ka/libplasma6.po --- old/libplasma-6.6.0/po/ka/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ka/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-09-11 05:26+0200\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <[email protected]>\n" @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "უცნობი" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "ვიჯეტის აქტივაცია: %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ko/libplasma6.po new/libplasma-6.6.1/po/ko/libplasma6.po --- old/libplasma-6.6.0/po/ko/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ko/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-12-24 17:51+0100\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "알 수 없음" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "%1 위젯 활성화하기" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/lt/libplasma6.po new/libplasma-6.6.1/po/lt/libplasma6.po --- old/libplasma-6.6.0/po/lt/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/lt/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-25 23:28+0300\n" "Last-Translator: Moo <<>>\n" "Language-Team: lt <[email protected]>\n" @@ -63,7 +63,7 @@ msgid "Unknown" msgstr "Nežinoma" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktyvuoti %1 valdiklį" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/lv/libplasma6.po new/libplasma-6.6.1/po/lv/libplasma6.po --- old/libplasma-6.6.0/po/lv/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/lv/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-10-29 11:45+0200\n" "Last-Translator: Toms Trasuns <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" @@ -61,7 +61,7 @@ msgid "Unknown" msgstr "Nezināms" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktivēt „%1“ logdaļu" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ml/libplasma6.po new/libplasma-6.6.1/po/ml/libplasma6.po --- old/libplasma-6.6.0/po/ml/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ml/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+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." @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "അജ്ഞാതം" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "%1 വിഡ്ജറ്റ് സജീവമാക്കുക" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/mr/libplasma6.po new/libplasma-6.6.1/po/mr/libplasma6.po --- old/libplasma-6.6.0/po/mr/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/mr/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+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" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "अपरिचीत" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/nb/libplasma6.po new/libplasma-6.6.1/po/nb/libplasma6.po --- old/libplasma-6.6.0/po/nb/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/nb/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2025-03-10 20:01+0100\n" "Last-Translator: Martin Hansen <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" @@ -62,7 +62,7 @@ msgid "Unknown" msgstr "Ukjent" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktiver %1-elementet" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/nds/libplasma6.po new/libplasma-6.6.1/po/nds/libplasma6.po --- old/libplasma-6.6.0/po/nds/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/nds/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+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" @@ -61,7 +61,7 @@ msgid "Unknown" msgstr "Nich begäng" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Lüttprogramm „%1“ anmaken" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/nl/libplasma6.po new/libplasma-6.6.1/po/nl/libplasma6.po --- old/libplasma-6.6.0/po/nl/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/nl/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-23 12:10+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: \n" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "Onbekend" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Widget %1 activeren" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/nn/libplasma6.po new/libplasma-6.6.1/po/nn/libplasma6.po --- old/libplasma-6.6.0/po/nn/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/nn/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-25 12:18+0200\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -61,7 +61,7 @@ msgid "Unknown" msgstr "Ukjend" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Start %1-elementet" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/pa/libplasma6.po new/libplasma-6.6.1/po/pa/libplasma6.po --- old/libplasma-6.6.0/po/pa/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/pa/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-01-28 19:51-0600\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi <[email protected]>\n" @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "ਅਣਜਾਣ" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "%1 ਵਿਦਜੈਟ ਸਰਗਰਮ ਕਰੋ" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/pl/libplasma6.po new/libplasma-6.6.1/po/pl/libplasma6.po --- old/libplasma-6.6.0/po/pl/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/pl/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-24 11:55+0200\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "Nieznany" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Włącz element interfejsu: %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/pt/libplasma6.po new/libplasma-6.6.1/po/pt/libplasma6.po --- old/libplasma-6.6.0/po/pt/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/pt/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+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" @@ -57,7 +57,7 @@ msgid "Unknown" msgstr "Desconhecido" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Activar o Elemento %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/pt_BR/libplasma6.po new/libplasma-6.6.1/po/pt_BR/libplasma6.po --- old/libplasma-6.6.0/po/pt_BR/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/pt_BR/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libplasma5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2025-02-02 02:38-0300\n" "Last-Translator: Guilherme Marçal Silva <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" @@ -62,7 +62,7 @@ msgid "Unknown" msgstr "Desconhecido" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Ativar o widget %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ro/libplasma6.po new/libplasma-6.6.1/po/ro/libplasma6.po --- old/libplasma-6.6.0/po/ro/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ro/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2025-10-19 02:51+0100\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "Necunoscut" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Activează controlul %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ru/libplasma6.po new/libplasma-6.6.1/po/ru/libplasma6.po --- old/libplasma-6.6.0/po/ru/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ru/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: libplasma\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-09-15 13:46+0300\n" "Last-Translator: Alexander Yavorsky <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" @@ -76,7 +76,7 @@ msgid "Unknown" msgstr "Неизвестный" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Сделать виджет «%1» активным" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/sa/libplasma6.po new/libplasma-6.6.1/po/sa/libplasma6.po --- old/libplasma-6.6.0/po/sa/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/sa/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-12-15 22:18+0530\n" "Last-Translator: \n" "Language-Team: Sanskrit <[email protected]>\n" @@ -60,7 +60,7 @@ msgid "Unknown" msgstr "अज्ञात्" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "%1 विजेट् सक्रियताम्" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/sk/libplasma6.po new/libplasma-6.6.1/po/sk/libplasma6.po --- old/libplasma-6.6.0/po/sk/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/sk/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libplasma\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2025-04-25 15:28+0200\n" "Last-Translator: Lucia Mrenica <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -61,7 +61,7 @@ msgid "Unknown" msgstr "Neznáme" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktivovať miniaplikáciu %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/sl/libplasma6.po new/libplasma-6.6.1/po/sl/libplasma6.po --- old/libplasma-6.6.0/po/sl/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/sl/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: plasma-framework\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-23 06:34+0200\n" "Last-Translator: Matjaž Jeran <[email protected]>\n" "Language-Team: LUGOS\n" @@ -65,7 +65,7 @@ msgid "Unknown" msgstr "Neznan" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Omogoči gradnik %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/sr/libplasma6.po new/libplasma-6.6.1/po/sr/libplasma6.po --- old/libplasma-6.6.0/po/sr/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/sr/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: libplasma5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2016-03-20 15:24+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -61,7 +61,7 @@ msgid "Unknown" msgstr "Непознато" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Активирај виџет %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/sr@ijekavian/libplasma6.po new/libplasma-6.6.1/po/sr@ijekavian/libplasma6.po --- old/libplasma-6.6.0/po/sr@ijekavian/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/sr@ijekavian/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: libplasma5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2016-03-20 15:24+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -61,7 +61,7 @@ msgid "Unknown" msgstr "Непознато" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Активирај виџет %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/sr@ijekavianlatin/libplasma6.po new/libplasma-6.6.1/po/sr@ijekavianlatin/libplasma6.po --- old/libplasma-6.6.0/po/sr@ijekavianlatin/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/sr@ijekavianlatin/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: libplasma5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2016-03-20 15:24+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -61,7 +61,7 @@ msgid "Unknown" msgstr "Nepoznato" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktiviraj vidžet %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/sr@latin/libplasma6.po new/libplasma-6.6.1/po/sr@latin/libplasma6.po --- old/libplasma-6.6.0/po/sr@latin/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/sr@latin/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: libplasma5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2016-03-20 15:24+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -61,7 +61,7 @@ msgid "Unknown" msgstr "Nepoznato" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktiviraj vidžet %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/sv/libplasma6.po new/libplasma-6.6.1/po/sv/libplasma6.po --- old/libplasma-6.6.0/po/sv/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/sv/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-23 07:37+0200\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "Okänd" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Aktivera komponenten %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ta/libplasma6.po new/libplasma-6.6.1/po/ta/libplasma6.po --- old/libplasma-6.6.0/po/ta/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ta/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-09-07 21:00+0200\n" "Last-Translator: Kishore G <[email protected]>\n" "Language-Team: Tamil <[email protected]>\n" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "தெரியாதது" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "%1 பிளாஸ்மாய்டை செயல்படுத்து" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/tg/libplasma6.po new/libplasma-6.6.1/po/tg/libplasma6.po --- old/libplasma-6.6.0/po/tg/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/tg/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+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" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "Номаълум" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Фаъол кардани виҷети %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/tr/libplasma6.po new/libplasma-6.6.1/po/tr/libplasma6.po --- old/libplasma-6.6.0/po/tr/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/tr/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2025-06-29 09:04+0300\n" "Last-Translator: Emir SARI <emir_sari@îcloud.com>\n" "Language-Team: Turkish <[email protected]>\n" @@ -62,7 +62,7 @@ msgid "Unknown" msgstr "Bilinmeyen" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Araç takımını etkinleştir: %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/ug/libplasma6.po new/libplasma-6.6.1/po/ug/libplasma6.po --- old/libplasma-6.6.0/po/ug/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/ug/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+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" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "نامەلۇم" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "%1 Widget نى ئاكتىپلا" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/uk/libplasma6.po new/libplasma-6.6.1/po/uk/libplasma6.po --- old/libplasma-6.6.0/po/uk/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/uk/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-23 09:19+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" @@ -62,7 +62,7 @@ msgid "Unknown" msgstr "Невідомий" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Задіяти віджет «%1»" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/vi/libplasma6.po new/libplasma-6.6.1/po/vi/libplasma6.po --- old/libplasma-6.6.0/po/vi/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/vi/libplasma6.po 2026-02-24 10:40: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: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2023-10-24 10:41+0200\n" "Last-Translator: Phu Hung Nguyen <[email protected]>\n" "Language-Team: Vietnamese <[email protected]>\n" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "Không rõ" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "Kích hoạt phụ kiện %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/zh_CN/libplasma6.po new/libplasma-6.6.1/po/zh_CN/libplasma6.po --- old/libplasma-6.6.0/po/zh_CN/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/zh_CN/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-04-23 19:24\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" @@ -59,7 +59,7 @@ msgid "Unknown" msgstr "未知" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "激活 %1 小部件" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/po/zh_TW/libplasma6.po new/libplasma-6.6.1/po/zh_TW/libplasma6.po --- old/libplasma-6.6.0/po/zh_TW/libplasma6.po 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/po/zh_TW/libplasma6.po 2026-02-24 10:40:05.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-01-02 00:45+0000\n" +"POT-Creation-Date: 2026-02-24 02:42+0000\n" "PO-Revision-Date: 2024-08-25 01:44+0900\n" "Last-Translator: Kisaragi Hiu <[email protected]>\n" "Language-Team: Traditional Chinese <[email protected]>\n" @@ -63,7 +63,7 @@ msgid "Unknown" msgstr "未知" -#: plasma/applet.cpp:768 +#: plasma/applet.cpp:764 #, kde-format msgid "Activate %1 Widget" msgstr "啟動 %1 元件" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libplasma-6.6.0/src/plasma/applet.cpp new/libplasma-6.6.1/src/plasma/applet.cpp --- old/libplasma-6.6.0/src/plasma/applet.cpp 2026-02-12 11:05:49.000000000 +0100 +++ new/libplasma-6.6.1/src/plasma/applet.cpp 2026-02-24 10:40:05.000000000 +0100 @@ -670,10 +670,6 @@ } action->setObjectName(name); - QAction *oldAction = d->actions.value(name); - if (oldAction && QJSEngine::objectOwnership(oldAction) == QJSEngine::CppOwnership) { - delete oldAction; - } d->actions[name] = action;
