Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package milou5 for openSUSE:Factory checked in at 2021-06-27 18:58:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/milou5 (Old) and /work/SRC/openSUSE:Factory/.milou5.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "milou5" Sun Jun 27 18:58:40 2021 rev:121 rq:901527 version:5.22.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/milou5/milou5.changes 2021-06-19 23:02:58.463667924 +0200 +++ /work/SRC/openSUSE:Factory/.milou5.new.2625/milou5.changes 2021-06-27 18:59:03.136273723 +0200 @@ -1,0 +2,10 @@ +Wed Jun 23 08:24:42 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.22.2.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.2 +- Changes since 5.22.1: + * Fix error about "reversed" not being defined + +------------------------------------------------------------------- Old: ---- milou-5.22.1.tar.xz milou-5.22.1.tar.xz.sig New: ---- milou-5.22.2.1.tar.xz milou-5.22.2.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ milou5.spec ++++++ --- /var/tmp/diff_new_pack.rUgeZZ/_old 2021-06-27 18:59:03.676274432 +0200 +++ /var/tmp/diff_new_pack.rUgeZZ/_new 2021-06-27 18:59:03.680274438 +0200 @@ -18,15 +18,15 @@ %bcond_without lang Name: milou5 -Version: 5.22.1 +Version: 5.22.2.1 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 +Source: https://download.kde.org/stable/plasma/5.22.2/milou-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/5.22.2/milou-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 ++++++ milou-5.22.1.tar.xz -> milou-5.22.2.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.22.1/CMakeLists.txt new/milou-5.22.2.1/CMakeLists.txt --- old/milou-5.22.1/CMakeLists.txt 2021-06-15 12:03:08.000000000 +0200 +++ new/milou-5.22.2.1/CMakeLists.txt 2021-06-22 21:04:43.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(Milou) -set(PROJECT_VERSION "5.22.1") +set(PROJECT_VERSION "5.22.2") 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.22.1/lib/qml/ResultDelegate.qml new/milou-5.22.2.1/lib/qml/ResultDelegate.qml --- old/milou-5.22.1/lib/qml/ResultDelegate.qml 2021-06-15 12:02:49.000000000 +0200 +++ new/milou-5.22.2.1/lib/qml/ResultDelegate.qml 2021-06-22 21:04:24.000000000 +0200 @@ -17,12 +17,11 @@ id: resultDelegate property variant theModel: model + property bool reversed: false readonly property bool isCurrent: ListView.isCurrentItem // cannot properly Connect {} to this - readonly property bool sectionHasChanged: typeof reversed !== "undefined" && ( - (reversed && ListView.section != ListView.nextSection) - || (!reversed && ListView.section != ListView.previousSection) - ) + readonly property bool sectionHasChanged: (reversed && ListView.section != ListView.nextSection) + || (!reversed && ListView.section != ListView.previousSection) property int activeAction: -1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.22.1/lib/qml/ResultsView.qml new/milou-5.22.2.1/lib/qml/ResultsView.qml --- old/milou-5.22.1/lib/qml/ResultsView.qml 2021-06-15 12:02:49.000000000 +0200 +++ new/milou-5.22.2.1/lib/qml/ResultsView.qml 2021-06-22 21:04:24.000000000 +0200 @@ -102,6 +102,7 @@ delegate: ResultDelegate { id: resultDelegate width: listView.width + reversed: listView.reversed } // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.22.1/po/ast/milou.po new/milou-5.22.2.1/po/ast/milou.po --- old/milou-5.22.1/po/ast/milou.po 2021-06-15 12:02:50.000000000 +0200 +++ new/milou-5.22.2.1/po/ast/milou.po 2021-06-22 21:04:25.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, na estaya %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "na estaya %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/ca/milou.po new/milou-5.22.2.1/po/ca/milou.po --- old/milou-5.22.1/po/ca/milou.po 2021-06-15 12:02:52.000000000 +0200 +++ new/milou-5.22.2.1/po/ca/milou.po 2021-06-22 21:04:27.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+0000\n" "PO-Revision-Date: 2017-09-14 22:29+0100\n" "Last-Translator: Josep Ma. 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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, a la categoria %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "a la categoria %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/ca@valencia/milou.po new/milou-5.22.2.1/po/ca@valencia/milou.po --- old/milou-5.22.1/po/ca@valencia/milou.po 2021-06-15 12:02:52.000000000 +0200 +++ new/milou-5.22.2.1/po/ca@valencia/milou.po 2021-06-22 21:04:27.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+0000\n" "PO-Revision-Date: 2019-07-12 13:29+0200\n" "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" @@ -22,17 +22,17 @@ "X-Accelerator-Marker: &\n" "X-Generator: Poedit 2.0.6\n" -#: qml/ResultDelegate.qml:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, en la categoria %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "en la categoria %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/cs/milou.po new/milou-5.22.2.1/po/cs/milou.po --- old/milou-5.22.1/po/cs/milou.po 2021-06-15 12:02:53.000000000 +0200 +++ new/milou-5.22.2.1/po/cs/milou.po 2021-06-22 21:04:27.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, v kategorii %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "v kategorii %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/da/milou.po new/milou-5.22.2.1/po/da/milou.po --- old/milou-5.22.1/po/da/milou.po 2021-06-15 12:02:53.000000000 +0200 +++ new/milou-5.22.2.1/po/da/milou.po 2021-06-22 21:04:28.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, i kategorien %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "i kategorien %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/de/milou.po new/milou-5.22.2.1/po/de/milou.po --- old/milou-5.22.1/po/de/milou.po 2021-06-15 12:02:53.000000000 +0200 +++ new/milou-5.22.2.1/po/de/milou.po 2021-06-22 21:04:28.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, in Kategorie %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "in Kategorie %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/el/milou.po new/milou-5.22.2.1/po/el/milou.po --- old/milou-5.22.1/po/el/milou.po 2021-06-15 12:02:53.000000000 +0200 +++ new/milou-5.22.2.1/po/el/milou.po 2021-06-22 21:04:28.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, ???????? ?????????????????? %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "???????? ?????????????????? %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/en_GB/milou.po new/milou-5.22.2.1/po/en_GB/milou.po --- old/milou-5.22.1/po/en_GB/milou.po 2021-06-15 12:02:54.000000000 +0200 +++ new/milou-5.22.2.1/po/en_GB/milou.po 2021-06-22 21:04:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, in category %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "in category %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/es/milou.po new/milou-5.22.2.1/po/es/milou.po --- old/milou-5.22.1/po/es/milou.po 2021-06-15 12:02:54.000000000 +0200 +++ new/milou-5.22.2.1/po/es/milou.po 2021-06-22 21:04:29.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, en la categor??a %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "en la categor??a %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/et/milou.po new/milou-5.22.2.1/po/et/milou.po --- old/milou-5.22.1/po/et/milou.po 2021-06-15 12:02:54.000000000 +0200 +++ new/milou-5.22.2.1/po/et/milou.po 2021-06-22 21:04:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, kategoorias %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "kategoorias %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/eu/milou.po new/milou-5.22.2.1/po/eu/milou.po --- old/milou-5.22.1/po/eu/milou.po 2021-06-15 12:02:54.000000000 +0200 +++ new/milou-5.22.2.1/po/eu/milou.po 2021-06-22 21:04:29.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, %2 kategorian" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "%1 kategorian" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/fi/milou.po new/milou-5.22.2.1/po/fi/milou.po --- old/milou-5.22.1/po/fi/milou.po 2021-06-15 12:02:55.000000000 +0200 +++ new/milou-5.22.2.1/po/fi/milou.po 2021-06-22 21:04:29.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, luokassa %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "luokassa %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/fr/milou.po new/milou-5.22.2.1/po/fr/milou.po --- old/milou-5.22.1/po/fr/milou.po 2021-06-15 12:02:55.000000000 +0200 +++ new/milou-5.22.2.1/po/fr/milou.po 2021-06-22 21:04:30.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, dans la cat??gorie %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "dans la cat??gorie %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/gl/milou.po new/milou-5.22.2.1/po/gl/milou.po --- old/milou-5.22.1/po/gl/milou.po 2021-06-15 12:02:55.000000000 +0200 +++ new/milou-5.22.2.1/po/gl/milou.po 2021-06-22 21:04:30.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, na categor??a %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "na categor??a %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/he/milou.po new/milou-5.22.2.1/po/he/milou.po --- old/milou-5.22.1/po/he/milou.po 2021-06-15 12:02:56.000000000 +0200 +++ new/milou-5.22.2.1/po/he/milou.po 2021-06-22 21:04:31.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/hu/milou.po new/milou-5.22.2.1/po/hu/milou.po --- old/milou-5.22.1/po/hu/milou.po 2021-06-15 12:02:57.000000000 +0200 +++ new/milou-5.22.2.1/po/hu/milou.po 2021-06-22 21:04:32.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, a(z) %2 kateg??ri??ban" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "a(z) %1 kateg??ri??ban" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/ia/milou.po new/milou-5.22.2.1/po/ia/milou.po --- old/milou-5.22.1/po/ia/milou.po 2021-06-15 12:02:57.000000000 +0200 +++ new/milou-5.22.2.1/po/ia/milou.po 2021-06-22 21:04:32.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, in categoria %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "in categoria %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/id/milou.po new/milou-5.22.2.1/po/id/milou.po --- old/milou-5.22.1/po/id/milou.po 2021-06-15 12:02:57.000000000 +0200 +++ new/milou-5.22.2.1/po/id/milou.po 2021-06-22 21:04:32.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, dalam kategori %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "dalam kategori %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/it/milou.po new/milou-5.22.2.1/po/it/milou.po --- old/milou-5.22.1/po/it/milou.po 2021-06-15 12:02:58.000000000 +0200 +++ new/milou-5.22.2.1/po/it/milou.po 2021-06-22 21:04:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, nella categoria %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "nella categoria %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/ko/milou.po new/milou-5.22.2.1/po/ko/milou.po --- old/milou-5.22.1/po/ko/milou.po 2021-06-15 12:02:59.000000000 +0200 +++ new/milou-5.22.2.1/po/ko/milou.po 2021-06-22 21:04:34.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, ?????? %2??? ??????" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "?????? %1??? ??????" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/lt/milou.po new/milou-5.22.2.1/po/lt/milou.po --- old/milou-5.22.1/po/lt/milou.po 2021-06-15 12:02:59.000000000 +0200 +++ new/milou-5.22.2.1/po/lt/milou.po 2021-06-22 21:04:34.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: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, %2 kategorijoje" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "%1 kategorijoje" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/ml/milou.po new/milou-5.22.2.1/po/ml/milou.po --- old/milou-5.22.1/po/ml/milou.po 2021-06-15 12:03:00.000000000 +0200 +++ new/milou-5.22.2.1/po/ml/milou.po 2021-06-22 21:04:35.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/nl/milou.po new/milou-5.22.2.1/po/nl/milou.po --- old/milou-5.22.1/po/nl/milou.po 2021-06-15 12:03:01.000000000 +0200 +++ new/milou-5.22.2.1/po/nl/milou.po 2021-06-22 21:04:36.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, in categorie %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "in categorie %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/nn/milou.po new/milou-5.22.2.1/po/nn/milou.po --- old/milou-5.22.1/po/nn/milou.po 2021-06-15 12:03:01.000000000 +0200 +++ new/milou-5.22.2.1/po/nn/milou.po 2021-06-22 21:04:36.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, i kategori %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "i kategori %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/pl/milou.po new/milou-5.22.2.1/po/pl/milou.po --- old/milou-5.22.1/po/pl/milou.po 2021-06-15 12:03:02.000000000 +0200 +++ new/milou-5.22.2.1/po/pl/milou.po 2021-06-22 21:04:37.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, w kategorii %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "w kategorii %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/pt/milou.po new/milou-5.22.2.1/po/pt/milou.po --- old/milou-5.22.1/po/pt/milou.po 2021-06-15 12:03:02.000000000 +0200 +++ new/milou-5.22.2.1/po/pt/milou.po 2021-06-22 21:04:37.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, na categoria %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "na categoria %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/pt_BR/milou.po new/milou-5.22.2.1/po/pt_BR/milou.po --- old/milou-5.22.1/po/pt_BR/milou.po 2021-06-15 12:03:03.000000000 +0200 +++ new/milou-5.22.2.1/po/pt_BR/milou.po 2021-06-22 21:04:37.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, na categoria %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "na categoria %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/ru/milou.po new/milou-5.22.2.1/po/ru/milou.po --- old/milou-5.22.1/po/ru/milou.po 2021-06-15 12:03:03.000000000 +0200 +++ new/milou-5.22.2.1/po/ru/milou.po 2021-06-22 21:04:38.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, ?? ?????????????????? %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "?? ?????????????????? %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/sk/milou.po new/milou-5.22.2.1/po/sk/milou.po --- old/milou-5.22.1/po/sk/milou.po 2021-06-15 12:03:04.000000000 +0200 +++ new/milou-5.22.2.1/po/sk/milou.po 2021-06-22 21:04:39.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, v kateg??rii %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "v kateg??rii %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/sl/milou.po new/milou-5.22.2.1/po/sl/milou.po --- old/milou-5.22.1/po/sl/milou.po 2021-06-15 12:03:04.000000000 +0200 +++ new/milou-5.22.2.1/po/sl/milou.po 2021-06-22 21:04:39.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, v kategoriji %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "v kategoriji %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/sv/milou.po new/milou-5.22.2.1/po/sv/milou.po --- old/milou-5.22.1/po/sv/milou.po 2021-06-15 12:03:05.000000000 +0200 +++ new/milou-5.22.2.1/po/sv/milou.po 2021-06-22 21:04:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, i kategori %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "i kategori %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/tr/milou.po new/milou-5.22.2.1/po/tr/milou.po --- old/milou-5.22.1/po/tr/milou.po 2021-06-15 12:03:06.000000000 +0200 +++ new/milou-5.22.2.1/po/tr/milou.po 2021-06-22 21:04:41.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%2 kategorisi i??inde, %1" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "%1 kategorisi i??inde" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/uk/milou.po new/milou-5.22.2.1/po/uk/milou.po --- old/milou-5.22.1/po/uk/milou.po 2021-06-15 12:03:06.000000000 +0200 +++ new/milou-5.22.2.1/po/uk/milou.po 2021-06-22 21:04:41.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1, ?? ?????????????????? %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "?? ?????????????????? %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/zh_CN/milou.po new/milou-5.22.2.1/po/zh_CN/milou.po --- old/milou-5.22.1/po/zh_CN/milou.po 2021-06-15 12:03:07.000000000 +0200 +++ new/milou-5.22.2.1/po/zh_CN/milou.po 2021-06-22 21:04:42.000000000 +0200 @@ -7,8 +7,8 @@ msgstr "" "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-06-03 16:07\n" +"POT-Creation-Date: 2021-06-16 01:51+0000\n" +"PO-Revision-Date: 2021-06-20 07:37\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -22,17 +22,17 @@ "X-Crowdin-File: /kf5-stable/messages/milou/milou.pot\n" "X-Crowdin-File-ID: 2659\n" -#: qml/ResultDelegate.qml:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1???????????? %2 ???" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "????????? %1 ???" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, 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.22.1/po/zh_CN/plasma_applet_org.kde.milou.po new/milou-5.22.2.1/po/zh_CN/plasma_applet_org.kde.milou.po --- old/milou-5.22.1/po/zh_CN/plasma_applet_org.kde.milou.po 2021-06-15 12:03:07.000000000 +0200 +++ new/milou-5.22.2.1/po/zh_CN/plasma_applet_org.kde.milou.po 2021-06-22 21:04:42.000000000 +0200 @@ -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-06-03 16:07\n" +"PO-Revision-Date: 2021-06-20 07:37\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.22.1/po/zh_TW/milou.po new/milou-5.22.2.1/po/zh_TW/milou.po --- old/milou-5.22.1/po/zh_TW/milou.po 2021-06-15 12:03:07.000000000 +0200 +++ new/milou-5.22.2.1/po/zh_TW/milou.po 2021-06-22 21:04:42.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-09 03:16+0100\n" +"POT-Creation-Date: 2021-06-16 01:51+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:42 +#: qml/ResultDelegate.qml:41 #, kde-format msgid "%1, in category %2" msgstr "%1???????????? %2" -#: qml/ResultDelegate.qml:44 +#: qml/ResultDelegate.qml:43 #, kde-format msgid "in category %1" msgstr "????????? %1" -#: qml/ResultDelegate.qml:252 +#: qml/ResultDelegate.qml:251 #, kde-format msgctxt "" "placeholder is action e.g. run in terminal, in parenthesis is shortcut"