Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package milou6 for openSUSE:Factory checked in at 2025-06-18 15:54:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/milou6 (Old) and /work/SRC/openSUSE:Factory/.milou6.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "milou6" Wed Jun 18 15:54:19 2025 rev:24 rq:1285729 version:6.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/milou6/milou6.changes 2025-05-08 18:21:31.907947497 +0200 +++ /work/SRC/openSUSE:Factory/.milou6.new.19631/milou6.changes 2025-06-18 15:54:56.685228191 +0200 @@ -1,0 +2,36 @@ +Thu Jun 12 10:37:40 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.4.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.0 +- Changes since 6.3.91: + * Update version for new release 6.4.0 + * Achieve WCAG AA text contrast for labels + +------------------------------------------------------------------- +Thu May 29 21:20:33 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.91: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.91 +- Changes since 6.3.90: + * Update version for new release 6.3.91 + +------------------------------------------------------------------- +Mon May 19 19:35:44 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.3.90 +- Changes since 6.3.5: + * update version for new release + * Remove unused PROJECT_VERSION_MAJOR variable + * plasmoid: simplify Layout change + * plasmoid: use implicitHeight instead of manual calculation + * plasmoid: set layout minimum size on full representation + * lib: simplify mouse hover handling (kde#501350) + * Add power/session actions to favorite runners list + * CI: Add linux-qt6-next build + * update version for new release + +------------------------------------------------------------------- Old: ---- milou-6.3.5.tar.xz milou-6.3.5.tar.xz.sig New: ---- milou-6.4.0.tar.xz milou-6.4.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ milou6.spec ++++++ --- /var/tmp/diff_new_pack.vAqXqJ/_old 2025-06-18 15:54:57.577265193 +0200 +++ /var/tmp/diff_new_pack.vAqXqJ/_new 2025-06-18 15:54:57.581265359 +0200 @@ -16,8 +16,8 @@ # -%define kf6_version 6.10.0 -%define qt6_version 6.7.0 +%define kf6_version 6.14.0 +%define qt6_version 6.8.0 %define rname milou # Full Plasma 6 version (e.g. 6.0.0) @@ -26,14 +26,14 @@ %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')} %bcond_without released Name: milou6 -Version: 6.3.5 +Version: 6.4.0 Release: 0 Summary: Dedicated search application built on top of Baloo License: GPL-2.0-or-later AND LGPL-2.1-or-later URL: https://projects.kde.org/milou -Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz +Source: %{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig +Source1: %{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: fdupes ++++++ milou-6.3.5.tar.xz -> milou-6.4.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/.gitlab-ci.yml new/milou-6.4.0/.gitlab-ci.yml --- old/milou-6.3.5/.gitlab-ci.yml 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/.gitlab-ci.yml 2025-06-12 11:01:08.000000000 +0200 @@ -5,4 +5,5 @@ - project: sysadmin/ci-utilities file: - /gitlab-templates/linux-qt6.yml + - /gitlab-templates/linux-qt6-next.yml - /gitlab-templates/freebsd-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/CMakeLists.txt new/milou-6.4.0/CMakeLists.txt --- old/milou-6.3.5/CMakeLists.txt 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/CMakeLists.txt 2025-06-12 11:01:08.000000000 +0200 @@ -1,12 +1,11 @@ cmake_minimum_required(VERSION 3.16) project(Milou) -set(PROJECT_VERSION "6.3.5") -set(PROJECT_VERSION_MAJOR 6) +set(PROJECT_VERSION "6.4.0") -set(PROJECT_DEP_VERSION "6.3.5") -set(QT_MIN_VERSION "6.7.0") -set(KF6_MIN_VERSION "6.10.0") +set(PROJECT_DEP_VERSION "6.4.0") +set(QT_MIN_VERSION "6.8.0") +set(KF6_MIN_VERSION "6.14.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") set(CMAKE_CXX_STANDARD 20) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/lib/mousehelper.cpp new/milou-6.4.0/lib/mousehelper.cpp --- old/milou-6.3.5/lib/mousehelper.cpp 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/lib/mousehelper.cpp 2025-06-12 11:01:08.000000000 +0200 @@ -22,11 +22,6 @@ { } -QPointF MouseHelper::globalMousePosition() const -{ - return QCursor::pos(); -} - QVariantMap MouseHelper::generateMimeDataMap(QMimeData *data) const { QVariantMap dataMap; @@ -63,4 +58,4 @@ } return dataMap; -} \ No newline at end of file +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/lib/mousehelper.h new/milou-6.4.0/lib/mousehelper.h --- old/milou-6.3.5/lib/mousehelper.h 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/lib/mousehelper.h 2025-06-12 11:01:08.000000000 +0200 @@ -24,8 +24,6 @@ explicit MouseHelper(QObject *parent = nullptr); ~MouseHelper() override; - Q_INVOKABLE QPointF globalMousePosition() const; - /* * Converts QMimeData to QVariantMap * @internal will be removed after https://codereview.qt-project.org/c/qt/qtdeclarative/+/491548 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/lib/qml/ResultDelegate.qml new/milou-6.4.0/lib/qml/ResultDelegate.qml --- old/milou-6.3.5/lib/qml/ResultDelegate.qml 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/lib/qml/ResultDelegate.qml 2025-06-12 11:01:08.000000000 +0200 @@ -81,6 +81,12 @@ resultDelegate.ListView.view.runCurrentIndex() } + onHoveredChanged: { + if (hovered) { + resultDelegate.ListView.view.currentIndex = index + } + } + DragHandler { id: dragHandler parent: labelWrapper @@ -105,29 +111,6 @@ id: labelWrapper implicitHeight: labelLayout.implicitHeight - readonly property color dimmedTextColor: { - if (resultDelegate.down) { - return Qt.tint(Kirigami.Theme.highlightedTextColor, Qt.alpha(Kirigami.Theme.textColor, 0.2)); - } else if (resultDelegate.isCurrent) { - return Qt.tint(Kirigami.Theme.disabledTextColor, Qt.alpha(Kirigami.Theme.textColor, 0.4)); - } else { - return Kirigami.Theme.disabledTextColor; - } - } - - HoverHandler { - enabled: !resultDelegate.isCurrent - onPointChanged: { - // In case we display the history we have a QML ListView which does not have the moved property - if (!resultDelegate.ListView.view.hasOwnProperty("moved") || resultDelegate.ListView.view.moved) { - resultDelegate.ListView.view.currentIndex = index - } else if (resultDelegate.ListView.view.mouseMovedGlobally()) { - resultDelegate.ListView.view.moved = true - resultDelegate.ListView.view.currentIndex = index - } - } - } - // QTBUG-63395: DragHandler blocks ItemDelegate's clicked signal TapHandler { id: tapHandler @@ -155,7 +138,7 @@ verticalCenter: labelWrapper.verticalCenter } width: resultDelegate.categoryWidth - Kirigami.Units.largeSpacing - color: labelWrapper.dimmedTextColor + opacity: 0.75 elide: Text.ElideRight text: resultDelegate.typeText textFormat: Text.PlainText @@ -215,12 +198,11 @@ Layout.fillWidth: true // HACK If displayLabel is too long it will shift this label outside boundaries // but still render the text leading to it overlapping the action buttons looking horrible - opacity: width > 0 ? 1 : 0 + opacity: width > 0 ? 0.75 : 0 // SourcesModel returns number of duplicates in this property // ResultsModel just has it as a boolean as you would expect from the name of the property text: model.isDuplicate === true || model.isDuplicate > 1 || resultDelegate.isCurrent ? String(model.subtext || "") : "" - color: labelWrapper.dimmedTextColor elide: Text.ElideMiddle wrapMode: Text.NoWrap maximumLineCount: 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/lib/qml/ResultsListViewDelegate.qml new/milou-6.4.0/lib/qml/ResultsListViewDelegate.qml --- old/milou-6.3.5/lib/qml/ResultsListViewDelegate.qml 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/lib/qml/ResultsListViewDelegate.qml 2025-06-12 11:01:08.000000000 +0200 @@ -61,7 +61,7 @@ id: subtextLabel text: String(model.subtext) - opacity: 0.3 + opacity: 0.75 elide: Text.ElideRight maximumLineCount: 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/lib/qml/ResultsView.qml new/milou-6.4.0/lib/qml/ResultsView.qml --- old/milou-6.3.5/lib/qml/ResultsView.qml 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/lib/qml/ResultsView.qml 2025-06-12 11:01:08.000000000 +0200 @@ -46,13 +46,6 @@ // be run when the model is populated property bool runAutomatically - // This is used to disable mouse selection if the user interacts only with keyboard - property bool moved: false - property point savedMousePosition: Milou.MouseHelper.globalMousePosition() - function mouseMovedGlobally() { - return savedMousePosition != Milou.MouseHelper.globalMousePosition(); - } - model: Milou.ResultsModel { id: resultModel limit: 15 @@ -91,8 +84,6 @@ function resetView() { listView.currentIndex = 0; - listView.moved = false; - listView.savedMousePosition = Milou.MouseHelper.globalMousePosition(); } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/lib/resultsmodel.cpp new/milou-6.4.0/lib/resultsmodel.cpp --- old/milou-6.3.5/lib/resultsmodel.cpp 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/lib/resultsmodel.cpp 2025-06-12 11:01:08.000000000 +0200 @@ -17,7 +17,8 @@ m_configWatcher = KConfigWatcher::create(config); const auto assignFavoriteIds = [this, config]() { const KConfigGroup grp = config->group(u"General"_s).parent().group(u"Plugins"_s).group(u"Favorites"_s); - m_configFavoriteIds = grp.readEntry("plugins", QStringList{u"krunner_services"_s, u"krunner_systemsettings"_s}); + m_configFavoriteIds = + grp.readEntry("plugins", QStringList{u"krunner_sessions"_s, u"krunner_powerdevil"_s, u"krunner_services"_s, u"krunner_systemsettings"_s}); if (!m_favoritesExplicitlySet) { KRunner::ResultsModel::setFavoriteIds(m_configFavoriteIds); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/plasmoid/package/contents/ui/SearchField.qml new/milou-6.4.0/plasmoid/package/contents/ui/SearchField.qml --- old/milou-6.3.5/plasmoid/package/contents/ui/SearchField.qml 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/plasmoid/package/contents/ui/SearchField.qml 2025-06-12 11:01:08.000000000 +0200 @@ -25,8 +25,8 @@ signal searchTextChanged() signal close() - height: textField.height - width: Globals.PlasmoidWidth + implicitHeight: textField.height + implicitWidth: Globals.PlasmoidWidth PlasmaComponents3.TextField { id: textField diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/plasmoid/package/contents/ui/main.qml new/milou-6.4.0/plasmoid/package/contents/ui/main.qml --- old/milou-6.3.5/plasmoid/package/contents/ui/main.qml 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/plasmoid/package/contents/ui/main.qml 2025-06-12 11:01:08.000000000 +0200 @@ -19,30 +19,25 @@ PlasmoidItem { id: mainWidget + readonly property bool isBottomEdge: Plasmoid.location === PlasmaCore.Types.BottomEdge + switchWidth: Globals.SwitchWidth switchHeight: Globals.SwitchWidth - Layout.minimumWidth: Globals.PlasmoidWidth - Layout.maximumWidth: Globals.PlasmoidWidth - Layout.minimumHeight: fullRepresentationItem?.minimumHeight ?? 0 - Layout.maximumHeight: fullRepresentationItem?.maximumHeight ?? 0 - - function isBottomEdge(): bool { - return Plasmoid.location === PlasmaCore.Types.BottomEdge; - } - fullRepresentation: ColumnLayout { id: wrapper property alias searchField: searchField property alias listView: listView - property int minimumHeight: listView.count > 0 - ? listView.contentHeight + searchField.height + spacing - : searchField.height - + property int minimumHeight: implicitHeight property int maximumHeight: minimumHeight + Layout.minimumWidth: Globals.PlasmoidWidth + Layout.maximumWidth: Globals.PlasmoidWidth + Layout.minimumHeight: minimumHeight + Layout.maximumHeight: maximumHeight + spacing: Kirigami.Units.smallSpacing SearchField { @@ -56,6 +51,11 @@ onClose: mainWidget.expanded = false } + LayoutItemProxy { + target: searchField + visible: !mainWidget.isBottomEdge + } + Milou.ResultsView { id: listView queryField: searchField.queryField @@ -65,8 +65,9 @@ Layout.fillWidth: true Layout.fillHeight: true + implicitHeight: contentHeight - reversed: mainWidget.isBottomEdge() + reversed: mainWidget.isBottomEdge onActivated: { searchField.text = ""; @@ -79,19 +80,9 @@ } } - function changeLocation(): void { - if (mainWidget.isBottomEdge()) { - // Search field is at the bottom - children = [listView, searchField]; - } else { - // Search field is on top - children = [searchField, listView]; - } - } - - Component.onCompleted: { - Plasmoid.locationChanged.connect(changeLocation); - changeLocation(); + LayoutItemProxy { + target: searchField + visible: mainWidget.isBottomEdge } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/ar/milou.po new/milou-6.4.0/po/ar/milou.po --- old/milou-6.3.5/po/ar/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/ar/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2022-01-20 19:21+0400\n" "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n" "Language-Team: ar\n" @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "في تصنيف %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/ast/milou.po new/milou-6.4.0/po/ast/milou.po --- old/milou-6.3.5/po/ast/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/ast/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2023-11-07 23:50+0100\n" "Last-Translator: Enol P. <en...@softastur.org>\n" "Language-Team: \n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/bg/milou.po new/milou-6.4.0/po/bg/milou.po --- old/milou-6.3.5/po/bg/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/bg/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2022-01-02 14:17+0100\n" "Last-Translator: mkkDr2010 <mkonda...@yahoo.de>\n" "Language-Team: Bulgarian <kde-i18n-...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "в категория %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/bs/milou.po new/milou-6.4.0/po/bs/milou.po --- old/milou-6.3.5/po/bs/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/bs/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: $2\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2015-02-15 12:59+0000\n" "Last-Translator: Samir Ribić <Unknown>\n" "Language-Team: none\n" @@ -31,7 +31,7 @@ msgid "in category %1" msgstr "" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/ca/milou.po new/milou-6.4.0/po/ca/milou.po --- old/milou-6.3.5/po/ca/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/ca/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-09-14 22:29+0100\n" "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" @@ -32,7 +32,7 @@ msgid "in category %1" msgstr "a la categoria %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/ca@valencia/milou.po new/milou-6.4.0/po/ca@valencia/milou.po --- old/milou-6.3.5/po/ca@valencia/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/ca@valencia/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-09-14 22:29+0100\n" "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" @@ -32,9 +32,9 @@ msgid "in category %1" msgstr "en la categoria %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" msgid "%1 (Shift+Return)" -msgstr "%1 («Maj+Retorn»)" +msgstr "%1 («Majús+Retorn»)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/cs/milou.po new/milou-6.4.0/po/cs/milou.po --- old/milou-6.3.5/po/cs/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/cs/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-10-06 13:41+0100\n" "Last-Translator: Vít Pelčák <v...@pelcak.org>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "v kategorii %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/da/milou.po new/milou-6.4.0/po/da/milou.po --- old/milou-6.3.5/po/da/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/da/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-11-27 19:33+0100\n" "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n" "Language-Team: Danish <kde-i18n-...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "i kategorien %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/de/milou.po new/milou-6.4.0/po/de/milou.po --- old/milou-6.3.5/po/de/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/de/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-11-27 15:25+0100\n" "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n" "Language-Team: German <kde-i18n...@kde.org>\n" @@ -24,7 +24,7 @@ msgid "in category %1" msgstr "in Kategorie %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/el/milou.po new/milou-6.4.0/po/el/milou.po --- old/milou-6.3.5/po/el/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/el/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2020-08-05 10:13+0300\n" "Last-Translator: Stelios <ssta...@gmail.com>\n" "Language-Team: Greek <kde-i18n...@kde.org>\n" @@ -29,7 +29,7 @@ msgid "in category %1" msgstr "στην κατηγορία %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/en_GB/milou.po new/milou-6.4.0/po/en_GB/milou.po --- old/milou-6.3.5/po/en_GB/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/en_GB/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-11-26 15:40+0000\n" "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n" "Language-Team: British English <kde-l10n-en...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "in category %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/eo/milou.po new/milou-6.4.0/po/eo/milou.po --- old/milou-6.3.5/po/eo/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/eo/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2023-05-07 18:25+0100\n" "Last-Translator: Oliver Kellogg <olivermkell...@gmail.com>\n" "Language-Team: Esperanto <kde-i18n...@kde.org>\n" @@ -26,7 +26,7 @@ msgid "in category %1" msgstr "en kategorio %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/es/milou.po new/milou-6.4.0/po/es/milou.po --- old/milou-6.3.5/po/es/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/es/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -1,15 +1,15 @@ # Spanish translations for milou.po package. -# Copyright (C) 2014 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# +# Copyright (C) 2014-2025 This file is copyright: +# This file is distributed under the same license as the milou package. # Automatically generated, 2014. -# Eloy Cuadra <ecua...@eloihr.net>, 2014, 2017. +# +# SPDX-FileCopyrightText: 2014, 2017, 2025 Eloy Cuadra <ecua...@eloihr.net> msgid "" msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" -"PO-Revision-Date: 2017-09-15 23:50+0100\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" +"PO-Revision-Date: 2025-05-20 02:12+0100\n" "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" "Language: es\n" @@ -29,60 +29,9 @@ msgid "in category %1" msgstr "en la categoría %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" msgid "%1 (Shift+Return)" msgstr "%1 (Mayúsculas+Intro)" - -#~ msgid "Artist:" -#~ msgstr "Artista:" - -#~ msgid "Album:" -#~ msgstr "Álbum:" - -#~ msgid "Duration:" -#~ msgstr "Duración:" - -#~ msgid "From:" -#~ msgstr "De:" - -#~ msgid "To:" -#~ msgstr "Para:" - -#~ msgid "Date:" -#~ msgstr "Fecha:" - -#~ msgid "Subject:" -#~ msgstr "Asunto:" - -#~ msgid "" -#~ "\n" -#~ "Attachments:\n" -#~ "\n" -#~ msgstr "" -#~ "\n" -#~ "Adjuntos:\n" -#~ "\n" - -#~ msgid "Modified:" -#~ msgstr "Modificado:" - -#~ msgid "Size:" -#~ msgstr "Tamaño:" - -#~ msgid "Search Results" -#~ msgstr "Resultado de la búsqueda" - -#~ msgid "Only the selected components are shown in the search results" -#~ msgstr "" -#~ "Solo se muestran los componentes seleccionados en el resultado de la " -#~ "búsqueda" - -#~ msgid "Drag categories to change the order in which results appear" -#~ msgstr "" -#~ "Arrastre categorías para cambiar el orden en el que aparecerá el resultado" - -#~ msgid "Search" -#~ msgstr "Buscar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/es/plasma_applet_org.kde.milou.po new/milou-6.4.0/po/es/plasma_applet_org.kde.milou.po --- old/milou-6.3.5/po/es/plasma_applet_org.kde.milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/es/plasma_applet_org.kde.milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -1,15 +1,15 @@ # Spanish translations for plasma_applet_org.kde.milou.po package. -# Copyright (C) 2014 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# +# Copyright (C) 2014-2025 This file is copyright: +# This file is distributed under the same license as the milou package. # Automatically generated, 2014. -# SPDX-FileCopyrightText: 2014, 2018, 2023 Eloy Cuadra <ecua...@eloihr.net> +# +# SPDX-FileCopyrightText: 2014, 2018, 2023, 2025 Eloy Cuadra <ecua...@eloihr.net> msgid "" msgstr "" -"Project-Id-Version: plasma_applet_org\n" +"Project-Id-Version: plasma_applet_org.kde.milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-11-10 00:42+0000\n" -"PO-Revision-Date: 2023-11-28 00:02+0100\n" +"PO-Revision-Date: 2025-05-20 02:12+0100\n" "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" "Language: es\n" @@ -22,16 +22,4 @@ #: package/contents/ui/SearchField.qml:34 #, kde-format msgid "Search…" -msgstr "Buscar..." - -#~ msgid "Search Results" -#~ msgstr "Resultado de la búsqueda" - -#~ msgid "Only the selected components are shown in the search results" -#~ msgstr "" -#~ "Solo se muestran los componentes seleccionados en el resultado de la " -#~ "búsqueda" - -#~ msgid "Drag categories to change the order in which results appear" -#~ msgstr "" -#~ "Arrastre categorías para cambiar el orden en el que aparecerá el resultado" +msgstr "Buscar…" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/et/milou.po new/milou-6.4.0/po/et/milou.po --- old/milou-6.3.5/po/et/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/et/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2019-10-30 23:26+0200\n" "Last-Translator: Marek Laane <qiila...@gmail.com>\n" "Language-Team: Estonian <kde...@lists.linux.ee>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "kategoorias %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/eu/milou.po new/milou-6.4.0/po/eu/milou.po --- old/milou-6.3.5/po/eu/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/eu/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2018-03-18 11:55+0100\n" "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n" "Language-Team: Basque <kde-i18n-...@kde.org>\n" @@ -30,7 +30,7 @@ msgid "in category %1" msgstr "%1 kategorian" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/fi/milou.po new/milou-6.4.0/po/fi/milou.po --- old/milou-6.3.5/po/fi/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/fi/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-12-08 16:21+0200\n" "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n" "Language-Team: Finnish <kde-i18n-...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "luokassa %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/fr/milou.po new/milou-6.4.0/po/fr/milou.po --- old/milou-6.3.5/po/fr/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/fr/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-09-21 09:23+0100\n" "Last-Translator: Vincent Pinon <vpi...@kde.org>\n" "Language-Team: French <kde-francoph...@kde.org>\n" @@ -31,7 +31,7 @@ msgid "in category %1" msgstr "dans la catégorie %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/gl/milou.po new/milou-6.4.0/po/gl/milou.po --- old/milou-6.3.5/po/gl/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/gl/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2018-01-18 22:08+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n" "Language-Team: Galician <kde-i18n-...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "na categoría %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/he/milou.po new/milou-6.4.0/po/he/milou.po --- old/milou-6.3.5/po/he/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/he/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2023-10-01 13:59+0300\n" "Last-Translator: Yaron Shahrabani <sh.ya...@gmail.com>\n" "Language-Team: צוות התרגום של KDE ישראל\n" @@ -30,7 +30,7 @@ msgid "in category %1" msgstr "בקטגוריה %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/hi/milou.po new/milou-6.4.0/po/hi/milou.po --- old/milou-6.3.5/po/hi/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/hi/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2021-06-29 16:42+0530\n" "Last-Translator: Raghavendra Kamath <ra...@raghukamath.com>\n" "Language-Team: kde-hindi\n" @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "%1 श्रेणी में" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/hu/milou.po new/milou-6.4.0/po/hu/milou.po --- old/milou-6.3.5/po/hu/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/hu/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2019-11-16 21:17+0100\n" "Last-Translator: Kristóf Kiszel <ulys...@kubuntu.org>\n" "Language-Team: Hungarian <kde-l10n...@kde.org>\n" @@ -29,7 +29,7 @@ msgid "in category %1" msgstr "a(z) %1 kategóriában" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/ia/milou.po new/milou-6.4.0/po/ia/milou.po --- old/milou-6.3.5/po/ia/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/ia/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2020-02-16 21:33+0100\n" "Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n" "Language-Team: Interlingua <kde-i18n-...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "in categoria %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/id/milou.po new/milou-6.4.0/po/id/milou.po --- old/milou-6.3.5/po/id/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/id/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2018-10-04 19:32+0700\n" "Last-Translator: Wantoyo <wanto...@gmail.com>\n" "Language-Team: Indonesian <kde-i18n-...@kde.org>\n" @@ -26,7 +26,7 @@ msgid "in category %1" msgstr "dalam kategori %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/it/milou.po new/milou-6.4.0/po/it/milou.po --- old/milou-6.3.5/po/it/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/it/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-09-21 22:27+0100\n" "Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n" "Language-Team: Italian <kde-i18n...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "nella categoria %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/ja/milou.po new/milou-6.4.0/po/ja/milou.po --- old/milou-6.3.5/po/ja/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/ja/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2023-08-12 01:50+0900\n" "Last-Translator: Ryuichi Yamada <ryuichi_ya...@outlook.jp>\n" "Language-Team: Japanese <kde...@kde.org>\n" @@ -26,7 +26,7 @@ msgid "in category %1" msgstr "カテゴリ %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/ka/milou.po new/milou-6.4.0/po/ka/milou.po --- old/milou-6.3.5/po/ka/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/ka/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2022-05-15 05:28+0200\n" "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n" "Language-Team: Georgian <kde-i18n-...@kde.org>\n" @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "კატეგორიაში %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/ko/milou.po new/milou-6.4.0/po/ko/milou.po --- old/milou-6.3.5/po/ko/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/ko/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2020-04-01 01:34+0200\n" "Last-Translator: Shinjo Park <k...@peremen.name>\n" "Language-Team: Korean <kde...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "분류 %1에 있음" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/lt/milou.po new/milou-6.4.0/po/lt/milou.po --- old/milou-6.3.5/po/lt/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/lt/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2019-06-05 21:14+0300\n" "Last-Translator: Moo\n" "Language-Team: Lithuanian <kde-i18n...@kde.org>\n" @@ -30,7 +30,7 @@ msgid "in category %1" msgstr "%1 kategorijoje" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/lv/milou.po new/milou-6.4.0/po/lv/milou.po --- old/milou-6.3.5/po/lv/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/lv/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2024-03-01 19:04+0200\n" "Last-Translator: Toms Trasuns <toms.tras...@posteo.net>\n" "Language-Team: Latvian <kde-i18n-...@kde.org>\n" @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "kategorijā „%1“" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/ml/milou.po new/milou-6.4.0/po/ml/milou.po --- old/milou-6.3.5/po/ml/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/ml/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2018-11-12 04:04+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് <smc." @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/nb/milou.po new/milou-6.4.0/po/nb/milou.po --- old/milou-6.3.5/po/nb/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/nb/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2014-08-12 21:40+0200\n" "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n" "Language-Team: Norwegian Bokmål <l10n...@lister.huftis.org>\n" @@ -29,7 +29,7 @@ msgid "in category %1" msgstr "" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/nds/milou.po new/milou-6.4.0/po/nds/milou.po --- old/milou-6.3.5/po/nds/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/nds/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2014-06-23 21:32+0200\n" "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n" "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/nl/milou.po new/milou-6.4.0/po/nl/milou.po --- old/milou-6.3.5/po/nl/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/nl/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-09-13 11:12+0100\n" "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n" "Language-Team: Dutch <kde-i18n...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "in categorie %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/nn/milou.po new/milou-6.4.0/po/nn/milou.po --- old/milou-6.3.5/po/nn/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/nn/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2018-01-27 12:11+0100\n" "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n" "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n" @@ -29,7 +29,7 @@ msgid "in category %1" msgstr "i kategori %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/pa/milou.po new/milou-6.4.0/po/pa/milou.po --- old/milou-6.3.5/po/pa/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/pa/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2023-04-01 21:00-0700\n" "Last-Translator: A S Alam <aa...@satluj.org>\n" "Language-Team: Punjabi <kde-i18n-...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "%1 ਕੈਟਾਗਰੀ ਵਿੱਚ" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/pl/milou.po new/milou-6.4.0/po/pl/milou.po --- old/milou-6.3.5/po/pl/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/pl/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-10-01 10:13+0100\n" "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n" "Language-Team: Polish <kde-i18n-...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "w kategorii %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/pt/milou.po new/milou-6.4.0/po/pt/milou.po --- old/milou-6.3.5/po/pt/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/pt/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-11-01 11:50+0000\n" "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n" "Language-Team: Portuguese <kde-i18n...@kde.org>\n" @@ -23,7 +23,7 @@ msgid "in category %1" msgstr "na categoria %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/pt_BR/milou.po new/milou-6.4.0/po/pt_BR/milou.po --- old/milou-6.3.5/po/pt_BR/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/pt_BR/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-09-14 16:29-0300\n" "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n" "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n" @@ -29,7 +29,7 @@ msgid "in category %1" msgstr "na categoria %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/ro/milou.po new/milou-6.4.0/po/ro/milou.po --- old/milou-6.3.5/po/ro/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/ro/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2024-02-27 20:53+0000\n" "Last-Translator: Sergiu Bivol <ser...@cip.md>\n" "Language-Team: Romanian <kde-i18n...@kde.org>\n" @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "în categoria %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/ru/milou.po new/milou-6.4.0/po/ru/milou.po --- old/milou-6.3.5/po/ru/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/ru/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-10-24 11:59+0300\n" "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n" "Language-Team: Russian <kde-russ...@lists.kde.ru>\n" @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "в категории %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/sa/milou.po new/milou-6.4.0/po/sa/milou.po --- old/milou-6.3.5/po/sa/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/sa/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2023-09-26 23:06+0530\n" "Last-Translator: \n" "Language-Team: Sanskrit <kde-i18n-...@kde.org>\n" @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "%1 इति वर्गे" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/sk/milou.po new/milou-6.4.0/po/sk/milou.po --- old/milou-6.3.5/po/sk/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/sk/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-10-27 21:02+0100\n" "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n" "Language-Team: Slovak <kde...@linux.sk>\n" @@ -25,7 +25,7 @@ msgid "in category %1" msgstr "v kategórii %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/sl/milou.po new/milou-6.4.0/po/sl/milou.po --- old/milou-6.3.5/po/sl/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/sl/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2018-01-11 21:09+0100\n" "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n" "Language-Team: Slovenian <lugos-...@lugos.si>\n" @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "v kategoriji %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/sr/milou.po new/milou-6.4.0/po/sr/milou.po --- old/milou-6.3.5/po/sr/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/sr/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-11-04 20:03+0100\n" "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n" "Language-Team: Serbian <kde-i18n...@kde.org>\n" @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "у категорији %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/sr@ijekavian/milou.po new/milou-6.4.0/po/sr@ijekavian/milou.po --- old/milou-6.3.5/po/sr@ijekavian/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/sr@ijekavian/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-11-04 20:03+0100\n" "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n" "Language-Team: Serbian <kde-i18n...@kde.org>\n" @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "у категорији %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/sr@ijekavianlatin/milou.po new/milou-6.4.0/po/sr@ijekavianlatin/milou.po --- old/milou-6.3.5/po/sr@ijekavianlatin/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/sr@ijekavianlatin/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-11-04 20:03+0100\n" "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n" "Language-Team: Serbian <kde-i18n...@kde.org>\n" @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "u kategoriji %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/sr@latin/milou.po new/milou-6.4.0/po/sr@latin/milou.po --- old/milou-6.3.5/po/sr@latin/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/sr@latin/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-11-04 20:03+0100\n" "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n" "Language-Team: Serbian <kde-i18n...@kde.org>\n" @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "u kategoriji %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/sv/milou.po new/milou-6.4.0/po/sv/milou.po --- old/milou-6.3.5/po/sv/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/sv/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-09-13 19:00+0100\n" "Last-Translator: Stefan Asserhäll <stefan.asserh...@gmail.com>\n" "Language-Team: Swedish <kde-i18n-...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "i kategori %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/ta/milou.po new/milou-6.4.0/po/ta/milou.po --- old/milou-6.3.5/po/ta/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/ta/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2024-02-18 18:43+0530\n" "Last-Translator: Kishore G <kishor...@gmail.com>\n" "Language-Team: Tamil <kde-i18n-...@kde.org>\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "%1 எனும் பகுப்பில்" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/tr/milou.po new/milou-6.4.0/po/tr/milou.po --- old/milou-6.3.5/po/tr/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/tr/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2023-03-28 17:46+0300\n" "Last-Translator: Emir SARI <emir_s...@icloud.com>\n" "Language-Team: Turkish <kde-l10n...@kde.org>\n" @@ -28,7 +28,7 @@ msgid "in category %1" msgstr "%1 kategorisi içinde" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/uk/milou.po new/milou-6.4.0/po/uk/milou.po --- old/milou-6.3.5/po/uk/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/uk/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2017-09-13 17:53+0200\n" "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n" "Language-Team: Ukrainian <kde-i18n...@kde.org>\n" @@ -30,7 +30,7 @@ msgid "in category %1" msgstr "у категорії %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/zh_CN/milou.po new/milou-6.4.0/po/zh_CN/milou.po --- old/milou-6.3.5/po/zh_CN/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/zh_CN/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2024-04-22 15:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" @@ -27,7 +27,7 @@ msgid "in category %1" msgstr "位于 %1 分类" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-6.3.5/po/zh_TW/milou.po new/milou-6.4.0/po/zh_TW/milou.po --- old/milou-6.3.5/po/zh_TW/milou.po 2025-05-06 19:58:07.000000000 +0200 +++ new/milou-6.4.0/po/zh_TW/milou.po 2025-06-12 11:01:08.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-11-10 00:42+0000\n" +"POT-Creation-Date: 2025-06-12 02:39+0000\n" "PO-Revision-Date: 2018-03-25 12:09+0800\n" "Last-Translator: pan93412 <pan93...@gmail.com>\n" "Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n" @@ -29,7 +29,7 @@ msgid "in category %1" msgstr "在類別 %1" -#: qml/ResultDelegate.qml:277 +#: qml/ResultDelegate.qml:259 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut"