Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package milou5 for openSUSE:Factory checked in at 2022-02-07 23:37:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/milou5 (Old) and /work/SRC/openSUSE:Factory/.milou5.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "milou5" Mon Feb 7 23:37:06 2022 rev:132 rq:951888 version:5.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/milou5/milou5.changes 2022-01-11 21:14:27.908756067 +0100 +++ /work/SRC/openSUSE:Factory/.milou5.new.1898/milou5.changes 2022-02-07 23:37:24.134723568 +0100 @@ -1,0 +2,25 @@ +Sat Feb 5 19:50:59 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.24.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.24.0 +- No code changes since 5.23.90 + +------------------------------------------------------------------- +Thu Jan 13 20:30:23 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.23.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.23.90 +- Changes since 5.23.5: + * Conform to the Icon Naming Specification + * Allow runners to provide styled text in multiline mode + * Port mostly to PC3 + * Use plasma components tooltip + * Add FreeBSD CI + * Add Linux CI + * Add .kde-ci.yml + +------------------------------------------------------------------- Old: ---- milou-5.23.5.tar.xz milou-5.23.5.tar.xz.sig New: ---- milou-5.24.0.tar.xz milou-5.24.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ milou5.spec ++++++ --- /var/tmp/diff_new_pack.A6Btzw/_old 2022-02-07 23:37:25.570713901 +0100 +++ /var/tmp/diff_new_pack.A6Btzw/_new 2022-02-07 23:37:25.578713848 +0100 @@ -16,17 +16,17 @@ # -%bcond_without lang +%bcond_without released Name: milou5 -Version: 5.23.5 +Version: 5.24.0 Release: 0 Summary: Dedicated search application built on top of Baloo License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/KDE URL: https://projects.kde.org/milou -Source: https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz -%if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz.sig +Source: milou-%{version}.tar.xz +%if %{with released} +Source1: milou-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 @@ -60,7 +60,7 @@ %install %kf5_makeinstall -C build -%if %{with lang} +%if %{with released} %kf5_find_lang %endif %fdupes -s %{buildroot}%{_kf5_localedir}/ @@ -79,7 +79,7 @@ %{_kf5_appstreamdir}/ %{_kf5_servicesdir}/plasma-applet-org.kde.milou.desktop -%if %{with lang} +%if %{with released} %files lang -f %{name}.lang %endif ++++++ milou-5.23.5.tar.xz -> milou-5.24.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.23.5/.gitlab-ci.yml new/milou-5.24.0/.gitlab-ci.yml --- old/milou-5.23.5/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/milou-5.24.0/.gitlab-ci.yml 2022-02-03 15:36:55.000000000 +0100 @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +include: + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.23.5/.kde-ci.yml new/milou-5.24.0/.kde-ci.yml --- old/milou-5.23.5/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/milou-5.24.0/.kde-ci.yml 2022-02-03 15:36:55.000000000 +0100 @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@latest' + 'frameworks/kconfig': '@latest' + 'frameworks/kcoreaddons': '@latest' + 'frameworks/kitemmodels': '@latest' + 'frameworks/kpackage': '@latest' + 'frameworks/krunner': '@latest' + 'frameworks/kservice': '@latest' + 'frameworks/plasma-framework': '@latest' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.23.5/CMakeLists.txt new/milou-5.24.0/CMakeLists.txt --- old/milou-5.23.5/CMakeLists.txt 2022-01-04 10:01:39.000000000 +0100 +++ new/milou-5.24.0/CMakeLists.txt 2022-02-03 15:37:15.000000000 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(Milou) -set(PROJECT_VERSION "5.23.5") +set(PROJECT_VERSION "5.24.0") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.15.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.23.5/lib/qml/ResultDelegate.qml new/milou-5.24.0/lib/qml/ResultDelegate.qml --- old/milou-5.23.5/lib/qml/ResultDelegate.qml 2022-01-04 10:01:18.000000000 +0100 +++ new/milou-5.24.0/lib/qml/ResultDelegate.qml 2022-02-03 15:36:55.000000000 +0100 @@ -7,11 +7,12 @@ * */ -import QtQuick 2.1 +import QtQuick 2.15 import QtQuick.Layouts 1.1 import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.components 2.0 as PlasmaComponents // for ListItem +import org.kde.plasma.components 3.0 as PlasmaComponents3 MouseArea { id: resultDelegate @@ -130,7 +131,7 @@ } } - PlasmaComponents.Label { + PlasmaComponents3.Label { id: typeText text: resultDelegate.typeText color: isCurrent ? Qt.tint(theme.disabledTextColor, Qt.rgba(theme.textColor.r, theme.textColor.g, theme.textColor.b, 0.4)) : theme.disabledTextColor @@ -185,22 +186,21 @@ animated: false } - PlasmaComponents.Label { + PlasmaComponents3.Label { id: displayLabel text: String(typeof modelData !== "undefined" ? modelData : model.display) - height: undefined - elide: Text.ElideMiddle wrapMode: model.multiLine ? Text.WordWrap : Text.NoWrap maximumLineCount: model.multiLine ? Infinity : 1 verticalAlignment: Text.AlignVCenter - textFormat: Text.PlainText + // For multiLine we offer styled text, otherwise we default to plain text + textFormat: model.multiLine ? Text.StyledText : Text.PlainText Layout.maximumWidth: labelWrapper.width - typePixmap.width - actionsRow.width } - PlasmaComponents.Label { + PlasmaComponents3.Label { id: subtextLabel // SourcesModel returns number of duplicates in this property @@ -213,8 +213,6 @@ color: isCurrent ? Qt.tint(theme.disabledTextColor, Qt.rgba(theme.textColor.r, theme.textColor.g, theme.textColor.b, 0.4)) : theme.disabledTextColor - height: undefined - elide: Text.ElideMiddle wrapMode: Text.NoWrap maximumLineCount: 1 @@ -222,12 +220,15 @@ textFormat: Text.PlainText Layout.fillWidth: true - PlasmaCore.ToolTipArea { - anchors.fill: parent - subText: subtextLabel.text - active: containsMouse && subtextLabel.truncated + PlasmaComponents3.ToolTip { + text: subtextLabel.text + visible: hoverHandler.hovered && subtextLabel.truncated timeout: -1 } + + HoverHandler { + id: hoverHandler + } } } @@ -241,18 +242,12 @@ id: actionsRepeater model: resultDelegate.additionalActions - PlasmaComponents.ToolButton { + PlasmaComponents3.ToolButton { width: height height: listItem.height visible: modelData.visible || true enabled: modelData.enabled || true - tooltip: { - var text = modelData.text || "" - if (index === 0) { // Shift+Return will invoke first action - text = i18ndc("milou", "placeholder is action e.g. run in terminal, in parenthesis is shortcut", "%1 (Shift+Return)", text) - } - return text - } + Accessible.role: Accessible.Button Accessible.name: modelData.text checkable: checked @@ -268,6 +263,16 @@ active: parent.hovered || parent.checked } + PlasmaComponents3.ToolTip { + text: { + var text = modelData.text || "" + if (index === 0) { // Shift+Return will invoke first action + text = i18ndc("milou", "placeholder is action e.g. run in terminal, in parenthesis is shortcut", "%1 (Shift+Return)", text) + } + return text + } + } + onClicked: resultDelegate.ListView.view.runAction(index) } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.23.5/lib/qml/ResultsListViewDelegate.qml new/milou-5.24.0/lib/qml/ResultsListViewDelegate.qml --- old/milou-5.23.5/lib/qml/ResultsListViewDelegate.qml 2022-01-04 10:01:18.000000000 +0100 +++ new/milou-5.24.0/lib/qml/ResultsListViewDelegate.qml 2022-02-03 15:36:55.000000000 +0100 @@ -9,7 +9,8 @@ import QtQuick 2.1 import QtQuick.Layouts 1.1 -import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.components 2.0 as PlasmaComponents // for ListItem +import org.kde.plasma.components 3.0 as PlasmaComponents3 import org.kde.kquickcontrolsaddons 2.0 as QtExtra import "globals.js" as Globals @@ -49,26 +50,22 @@ ColumnLayout { Layout.fillWidth: true - PlasmaComponents.Label { + PlasmaComponents3.Label { id: displayLabel text: String(model.display) - height: typePixmap.height - elide: Text.ElideMiddle maximumLineCount: 1 Layout.maximumWidth: parent.width - displayLabel.x } - PlasmaComponents.Label { + PlasmaComponents3.Label { id: subtextLabel text: String(model.subtext) opacity: 0.3 - height: typePixmap.height - elide: Text.ElideRight maximumLineCount: 1 Layout.fillWidth: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.23.5/lib/qml/ResultsView.qml new/milou-5.24.0/lib/qml/ResultsView.qml --- old/milou-5.23.5/lib/qml/ResultsView.qml 2022-01-04 10:01:18.000000000 +0100 +++ new/milou-5.24.0/lib/qml/ResultsView.qml 2022-02-03 15:36:55.000000000 +0100 @@ -8,7 +8,7 @@ import QtQuick 2.1 -import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.components 2.0 as PlasmaComponents // for Highlight import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.milou 0.3 as Milou diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.23.5/lib/qml/test/main.qml new/milou-5.24.0/lib/qml/test/main.qml --- old/milou-5.23.5/lib/qml/test/main.qml 2022-01-04 10:01:18.000000000 +0100 +++ new/milou-5.24.0/lib/qml/test/main.qml 2022-02-03 15:36:55.000000000 +0100 @@ -1,13 +1,13 @@ import QtQuick 2.1 import QtQuick.Layouts 1.1 import org.kde.milou 0.1 as Milou -import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.components 3.0 as PlasmaComponents3 ColumnLayout { width: 1000 height: 1100 - PlasmaComponents.TextField { + PlasmaComponents3.TextField { id: textField text: "power" Layout.fillWidth: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.23.5/plasmoid/package/contents/ui/SearchField.qml new/milou-5.24.0/plasmoid/package/contents/ui/SearchField.qml --- old/milou-5.23.5/plasmoid/package/contents/ui/SearchField.qml 2022-01-04 10:01:18.000000000 +0100 +++ new/milou-5.24.0/plasmoid/package/contents/ui/SearchField.qml 2022-02-03 15:36:55.000000000 +0100 @@ -8,7 +8,7 @@ import QtQuick 2.1 -import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.components 3.0 as PlasmaComponents3 import "globals.js" as Globals /* @@ -24,7 +24,7 @@ height: childrenRect.height width: Globals.PlasmoidWidth - PlasmaComponents.TextField { + PlasmaComponents3.TextField { id: textField clearButtonShown: true placeholderText: i18n("Search...") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.23.5/plasmoid/package/metadata.desktop new/milou-5.24.0/plasmoid/package/metadata.desktop --- old/milou-5.23.5/plasmoid/package/metadata.desktop 2022-01-04 10:01:18.000000000 +0100 +++ new/milou-5.24.0/plasmoid/package/metadata.desktop 2022-02-03 15:36:55.000000000 +0100 @@ -87,7 +87,7 @@ Comment[x-test]=xxSearch and Launchxx Comment[zh_CN]=??????????????? Comment[zh_TW]=??????????????? -Icon=search +Icon=system-search Type=Service X-KDE-ServiceTypes=Plasma/Applet diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.23.5/po/ast/milou.po new/milou-5.24.0/po/ast/milou.po --- old/milou-5.23.5/po/ast/milou.po 2022-01-04 10:01:20.000000000 +0100 +++ new/milou-5.24.0/po/ast/milou.po 2022-02-03 15:36:57.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+0000\n" "PO-Revision-Date: 2019-12-10 13:44+0100\n" "Last-Translator: enolp <en...@softastur.org>\n" "Language-Team: Asturian\n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 19.08.3\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, na estaya %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "na estaya %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/ca/milou.po new/milou-5.24.0/po/ca/milou.po --- old/milou-5.23.5/po/ca/milou.po 2022-01-04 10:01:21.000000000 +0100 +++ new/milou-5.24.0/po/ca/milou.po 2022-02-03 15:36:58.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -21,17 +21,17 @@ "X-Accelerator-Marker: &\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, a la categoria %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "a la categoria %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/ca@valencia/milou.po new/milou-5.24.0/po/ca@valencia/milou.po --- old/milou-5.23.5/po/ca@valencia/milou.po 2022-01-04 10:01:22.000000000 +0100 +++ new/milou-5.24.0/po/ca@valencia/milou.po 2022-02-03 15:36:58.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -21,17 +21,17 @@ "X-Accelerator-Marker: &\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, a la categoria %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "a la categoria %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/cs/milou.po new/milou-5.24.0/po/cs/milou.po --- old/milou-5.23.5/po/cs/milou.po 2022-01-04 10:01:22.000000000 +0100 +++ new/milou-5.24.0/po/cs/milou.po 2022-02-03 15:36:59.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, v kategorii %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "v kategorii %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/da/milou.po new/milou-5.24.0/po/da/milou.po --- old/milou-5.23.5/po/da/milou.po 2022-01-04 10:01:22.000000000 +0100 +++ new/milou-5.24.0/po/da/milou.po 2022-02-03 15:36:59.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, i kategorien %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "i kategorien %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/de/milou.po new/milou-5.24.0/po/de/milou.po --- old/milou-5.23.5/po/de/milou.po 2022-01-04 10:01:23.000000000 +0100 +++ new/milou-5.24.0/po/de/milou.po 2022-02-03 15:36:59.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -14,17 +14,17 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, in Kategorie %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "in Kategorie %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/el/milou.po new/milou-5.24.0/po/el/milou.po --- old/milou-5.23.5/po/el/milou.po 2022-01-04 10:01:23.000000000 +0100 +++ new/milou-5.24.0/po/el/milou.po 2022-02-03 15:37:00.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -19,17 +19,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 20.04.2\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, ???????? ?????????????????? %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "???????? ?????????????????? %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/en_GB/milou.po new/milou-5.24.0/po/en_GB/milou.po --- old/milou-5.23.5/po/en_GB/milou.po 2022-01-04 10:01:23.000000000 +0100 +++ new/milou-5.24.0/po/en_GB/milou.po 2022-02-03 15:37:00.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, in category %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "in category %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/es/milou.po new/milou-5.24.0/po/es/milou.po --- old/milou-5.23.5/po/es/milou.po 2022-01-04 10:01:24.000000000 +0100 +++ new/milou-5.24.0/po/es/milou.po 2022-02-03 15:37:00.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+0000\n" "PO-Revision-Date: 2017-09-15 23:50+0100\n" "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" @@ -19,17 +19,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, en la categor??a %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "en la categor??a %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/et/milou.po new/milou-5.24.0/po/et/milou.po --- old/milou-5.23.5/po/et/milou.po 2022-01-04 10:01:24.000000000 +0100 +++ new/milou-5.24.0/po/et/milou.po 2022-02-03 15:37:01.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 19.08.1\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, kategoorias %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "kategoorias %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/eu/milou.po new/milou-5.24.0/po/eu/milou.po --- old/milou-5.23.5/po/eu/milou.po 2022-01-04 10:01:24.000000000 +0100 +++ new/milou-5.24.0/po/eu/milou.po 2022-02-03 15:37:01.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -20,17 +20,17 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, %2 kategorian" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "%1 kategorian" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/fi/milou.po new/milou-5.24.0/po/fi/milou.po --- old/milou-5.23.5/po/fi/milou.po 2022-01-04 10:01:24.000000000 +0100 +++ new/milou-5.24.0/po/fi/milou.po 2022-02-03 15:37:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -18,17 +18,17 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, luokassa %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "luokassa %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/fr/milou.po new/milou-5.24.0/po/fr/milou.po --- old/milou-5.23.5/po/fr/milou.po 2022-01-04 10:01:25.000000000 +0100 +++ new/milou-5.24.0/po/fr/milou.po 2022-02-03 15:37:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -21,17 +21,17 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, dans la cat??gorie %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "dans la cat??gorie %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/gl/milou.po new/milou-5.24.0/po/gl/milou.po --- old/milou-5.23.5/po/gl/milou.po 2022-01-04 10:01:26.000000000 +0100 +++ new/milou-5.24.0/po/gl/milou.po 2022-02-03 15:37:02.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -17,17 +17,17 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, na categor??a %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "na categor??a %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/he/milou.po new/milou-5.24.0/po/he/milou.po --- old/milou-5.23.5/po/he/milou.po 2022-01-04 10:01:26.000000000 +0100 +++ new/milou-5.24.0/po/he/milou.po 2022-02-03 15:37:03.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+0000\n" "PO-Revision-Date: 2017-05-23 08:51-0400\n" "Last-Translator: Elkana Bardugo <ttv...@gmail.com>\n" "Language-Team: Hebrew <kde-i18n-...@kde.org>\n" @@ -18,17 +18,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Zanata 3.9.6\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/hi/milou.po new/milou-5.24.0/po/hi/milou.po --- old/milou-5.23.5/po/hi/milou.po 2022-01-04 10:01:26.000000000 +0100 +++ new/milou-5.24.0/po/hi/milou.po 2022-02-03 15:37:03.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -18,17 +18,17 @@ "Plural-Forms: nplurals=2; plural=(n!=1);\n" "X-Generator: Lokalize 21.04.2\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%2 ?????????????????? ????????? %1" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "%1 ?????????????????? ?????????" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/hu/milou.po new/milou-5.24.0/po/hu/milou.po --- old/milou-5.23.5/po/hu/milou.po 2022-01-04 10:01:27.000000000 +0100 +++ new/milou-5.24.0/po/hu/milou.po 2022-02-03 15:37:04.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -19,17 +19,17 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 20.03.70\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, a(z) %2 kateg??ri??ban" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "a(z) %1 kateg??ri??ban" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/ia/milou.po new/milou-5.24.0/po/ia/milou.po --- old/milou-5.23.5/po/ia/milou.po 2022-01-04 10:01:27.000000000 +0100 +++ new/milou-5.24.0/po/ia/milou.po 2022-02-03 15:37:04.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, in categoria %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "in categoria %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/id/milou.po new/milou-5.24.0/po/id/milou.po --- old/milou-5.23.5/po/id/milou.po 2022-01-04 10:01:27.000000000 +0100 +++ new/milou-5.24.0/po/id/milou.po 2022-02-03 15:37:04.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -16,17 +16,17 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, dalam kategori %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "dalam kategori %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/it/milou.po new/milou-5.24.0/po/it/milou.po --- old/milou-5.23.5/po/it/milou.po 2022-01-04 10:01:28.000000000 +0100 +++ new/milou-5.24.0/po/it/milou.po 2022-02-03 15:37:04.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, nella categoria %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "nella categoria %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/ko/milou.po new/milou-5.24.0/po/ko/milou.po --- old/milou-5.23.5/po/ko/milou.po 2022-01-04 10:01:29.000000000 +0100 +++ new/milou-5.24.0/po/ko/milou.po 2022-02-03 15:37:06.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Lokalize 19.04.3\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, ?????? %2??? ??????" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "?????? %1??? ??????" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/lt/milou.po new/milou-5.24.0/po/lt/milou.po --- old/milou-5.23.5/po/lt/milou.po 2022-01-04 10:01:30.000000000 +0100 +++ new/milou-5.24.0/po/lt/milou.po 2022-02-03 15:37:06.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+0000\n" "PO-Revision-Date: 2019-06-05 21:14+0300\n" "Last-Translator: Moo\n" "Language-Team: Lithuanian <kde-i18n...@kde.org>\n" @@ -20,17 +20,17 @@ "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" "X-Generator: Poedit 2.2.1\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, %2 kategorijoje" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "%1 kategorijoje" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/ml/milou.po new/milou-5.24.0/po/ml/milou.po --- old/milou-5.23.5/po/ml/milou.po 2022-01-04 10:01:30.000000000 +0100 +++ new/milou-5.24.0/po/ml/milou.po 2022-02-03 15:37:07.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+0000\n" "PO-Revision-Date: 2018-11-12 04:04+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: Swathanthra|??????????????????????????? Malayalam|?????????????????? Computing|????????????????????????????????????????????? <smc." @@ -18,17 +18,17 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/nl/milou.po new/milou-5.24.0/po/nl/milou.po --- old/milou-5.23.5/po/nl/milou.po 2022-01-04 10:01:31.000000000 +0100 +++ new/milou-5.24.0/po/nl/milou.po 2022-02-03 15:37:08.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, in categorie %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "in categorie %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/nn/milou.po new/milou-5.24.0/po/nn/milou.po --- old/milou-5.23.5/po/nn/milou.po 2022-01-04 10:01:31.000000000 +0100 +++ new/milou-5.24.0/po/nn/milou.po 2022-02-03 15:37:08.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -19,17 +19,17 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, i kategori %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "i kategori %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/pl/milou.po new/milou-5.24.0/po/pl/milou.po --- old/milou-5.23.5/po/pl/milou.po 2022-01-04 10:01:32.000000000 +0100 +++ new/milou-5.24.0/po/pl/milou.po 2022-02-03 15:37:09.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -18,17 +18,17 @@ "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, w kategorii %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "w kategorii %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/pt/milou.po new/milou-5.24.0/po/pt/milou.po --- old/milou-5.23.5/po/pt/milou.po 2022-01-04 10:01:33.000000000 +0100 +++ new/milou-5.24.0/po/pt/milou.po 2022-02-03 15:37:09.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -13,17 +13,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-POFile-SpellExtra: Return\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, na categoria %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "na categoria %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/pt_BR/milou.po new/milou-5.24.0/po/pt_BR/milou.po --- old/milou-5.23.5/po/pt_BR/milou.po 2022-01-04 10:01:33.000000000 +0100 +++ new/milou-5.24.0/po/pt_BR/milou.po 2022-02-03 15:37:10.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -19,17 +19,17 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, na categoria %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "na categoria %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/ru/milou.po new/milou-5.24.0/po/ru/milou.po --- old/milou-5.23.5/po/ru/milou.po 2022-01-04 10:01:33.000000000 +0100 +++ new/milou-5.24.0/po/ru/milou.po 2022-02-03 15:37:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -18,17 +18,17 @@ "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, ?? ?????????????????? %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "?? ?????????????????? %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/sk/milou.po new/milou-5.24.0/po/sk/milou.po --- old/milou-5.23.5/po/sk/milou.po 2022-01-04 10:01:34.000000000 +0100 +++ new/milou-5.24.0/po/sk/milou.po 2022-02-03 15:37:11.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -15,17 +15,17 @@ "X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, v kateg??rii %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "v kateg??rii %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/sl/milou.po new/milou-5.24.0/po/sl/milou.po --- old/milou-5.23.5/po/sl/milou.po 2022-01-04 10:01:34.000000000 +0100 +++ new/milou-5.24.0/po/sl/milou.po 2022-02-03 15:37:11.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -18,17 +18,17 @@ "%100==4 ? 3 : 0);\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, v kategoriji %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "v kategoriji %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/sv/milou.po new/milou-5.24.0/po/sv/milou.po --- old/milou-5.23.5/po/sv/milou.po 2022-01-04 10:01:36.000000000 +0100 +++ new/milou-5.24.0/po/sv/milou.po 2022-02-03 15:37:12.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+0000\n" "PO-Revision-Date: 2017-09-13 19:00+0100\n" "Last-Translator: Stefan Asserh??ll <stefan.asserh...@bredband.net>\n" "Language-Team: Swedish <kde-i18n-...@kde.org>\n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, i kategori %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "i kategori %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/tr/milou.po new/milou-5.24.0/po/tr/milou.po --- old/milou-5.23.5/po/tr/milou.po 2022-01-04 10:01:37.000000000 +0100 +++ new/milou-5.24.0/po/tr/milou.po 2022-02-03 15:37:13.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+0000\n" "PO-Revision-Date: 2017-10-04 12:07+0000\n" "Last-Translator: Kaan <kaanozdin...@gmail.com>\n" "Language-Team: Turkish <kde-l10n...@kde.org>\n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%2 kategorisi i??inde, %1" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "%1 kategorisi i??inde" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/uk/milou.po new/milou-5.24.0/po/uk/milou.po --- old/milou-5.23.5/po/uk/milou.po 2022-01-04 10:01:38.000000000 +0100 +++ new/milou-5.24.0/po/uk/milou.po 2022-02-03 15:37:14.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -20,17 +20,17 @@ "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1, ?? ?????????????????? %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "?? ?????????????????? %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/zh_CN/milou.po new/milou-5.24.0/po/zh_CN/milou.po --- old/milou-5.23.5/po/zh_CN/milou.po 2022-01-04 10:01:38.000000000 +0100 +++ new/milou-5.24.0/po/zh_CN/milou.po 2022-02-03 15:37:15.000000000 +0100 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" -"PO-Revision-Date: 2021-12-22 14:09\n" +"POT-Creation-Date: 2021-12-17 00:44+0000\n" +"PO-Revision-Date: 2022-01-08 15:23\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -19,20 +19,20 @@ "X-Crowdin-Project: kdeorg\n" "X-Crowdin-Project-ID: 269464\n" "X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /kf5-stable/messages/milou/milou.pot\n" -"X-Crowdin-File-ID: 2659\n" +"X-Crowdin-File: /kf5-trunk/messages/milou/milou.pot\n" +"X-Crowdin-File-ID: 4214\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1???????????? %2 ???" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "????????? %1 ???" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, 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-5.23.5/po/zh_CN/plasma_applet_org.kde.milou.po new/milou-5.24.0/po/zh_CN/plasma_applet_org.kde.milou.po --- old/milou-5.23.5/po/zh_CN/plasma_applet_org.kde.milou.po 2022-01-04 10:01:38.000000000 +0100 +++ new/milou-5.24.0/po/zh_CN/plasma_applet_org.kde.milou.po 2022-02-03 15:37:15.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-03-09 03:16+0100\n" -"PO-Revision-Date: 2021-12-22 14:09\n" +"PO-Revision-Date: 2022-01-08 15:23\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -18,8 +18,8 @@ "X-Crowdin-Project: kdeorg\n" "X-Crowdin-Project-ID: 269464\n" "X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /kf5-stable/messages/milou/plasma_applet_org.kde.milou.pot\n" -"X-Crowdin-File-ID: 2715\n" +"X-Crowdin-File: /kf5-trunk/messages/milou/plasma_applet_org.kde.milou.pot\n" +"X-Crowdin-File-ID: 4520\n" #: package/contents/ui/SearchField.qml:30 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.23.5/po/zh_TW/milou.po new/milou-5.24.0/po/zh_TW/milou.po --- old/milou-5.23.5/po/zh_TW/milou.po 2022-01-04 10:01:39.000000000 +0100 +++ new/milou-5.24.0/po/zh_TW/milou.po 2022-02-03 15:37:15.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-06-16 00:20+0000\n" +"POT-Creation-Date: 2021-12-17 00:44+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" @@ -19,17 +19,17 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Lokalize 2.0\n" -#: qml/ResultDelegate.qml:41 +#: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" msgstr "%1???????????? %2" -#: qml/ResultDelegate.qml:43 +#: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" msgstr "????????? %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:270 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut"