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-10-11 18:01:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/milou5 (Old) and /work/SRC/openSUSE:Factory/.milou5.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "milou5" Tue Oct 11 18:01:07 2022 rev:144 rq:1009117 version:5.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/milou5/milou5.changes 2022-09-08 14:21:05.606299812 +0200 +++ /work/SRC/openSUSE:Factory/.milou5.new.2275/milou5.changes 2022-10-11 18:03:29.929885875 +0200 @@ -1,0 +2,26 @@ +Thu Oct 6 14:48:44 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.26.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.26.0 +- Changes since 5.25.90: + * Install po folder + +------------------------------------------------------------------- +Thu Sep 15 20:47:01 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.25.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.25.90 +- Changes since 5.25.5: + * Add FreeBSD Qt6 CI support + * Add missing license file + * Clean up defunct QQC1 leftover + * Request passing unit tests on Linux and BSD + * ResultDelegate: Fix action buttons fully expanding on height + * Remove check if result conains query string + * ResultDelegate: Fix height binding loop on multiline (kde#454507) + +------------------------------------------------------------------- Old: ---- milou-5.25.5.tar.xz milou-5.25.5.tar.xz.sig New: ---- milou-5.26.0.tar.xz milou-5.26.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ milou5.spec ++++++ --- /var/tmp/diff_new_pack.CZdnS7/_old 2022-10-11 18:03:30.497886793 +0200 +++ /var/tmp/diff_new_pack.CZdnS7/_new 2022-10-11 18:03:30.501886800 +0200 @@ -18,32 +18,32 @@ %bcond_without released Name: milou5 -Version: 5.25.5 +Version: 5.26.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 +Source: milou-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz.sig +Source1: milou-%{version}.tar.xz.sig Source2: plasma.keyring %endif -BuildRequires: extra-cmake-modules >= 1.2.0 +BuildRequires: extra-cmake-modules >= 5.98.0 BuildRequires: fdupes BuildRequires: kf5-filesystem -BuildRequires: cmake(KF5CoreAddons) >= 5.25.0 -BuildRequires: cmake(KF5Declarative) >= 5.25.0 -BuildRequires: cmake(KF5I18n) >= 5.25.0 -BuildRequires: cmake(KF5ItemModels) >= 5.25.0 -BuildRequires: cmake(KF5Plasma) >= 5.25.0 -BuildRequires: cmake(KF5Runner) >= 5.25.0 -BuildRequires: cmake(KF5Service) >= 5.25.0 -BuildRequires: cmake(KF5WindowSystem) >= 5.25.0 -BuildRequires: cmake(Qt5Qml) >= 5.4.0 -BuildRequires: cmake(Qt5Quick) >= 5.4.0 -BuildRequires: cmake(Qt5Test) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5Declarative) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5ItemModels) +BuildRequires: cmake(KF5Plasma) +BuildRequires: cmake(KF5Runner) +BuildRequires: cmake(KF5Service) +BuildRequires: cmake(KF5WindowSystem) +BuildRequires: cmake(Qt5Qml) >= 5.15.0 +BuildRequires: cmake(Qt5Quick) +BuildRequires: cmake(Qt5Test) +BuildRequires: cmake(Qt5Widgets) Recommends: %{name}-lang %description ++++++ milou-5.25.5.tar.xz -> milou-5.26.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/.gitlab-ci.yml new/milou-5.26.0/.gitlab-ci.yml --- old/milou-5.25.5/.gitlab-ci.yml 2022-09-06 14:26:11.000000000 +0200 +++ new/milou-5.26.0/.gitlab-ci.yml 2022-10-06 14:25:36.000000000 +0200 @@ -5,3 +5,4 @@ - 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 - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/.kde-ci.yml new/milou-5.26.0/.kde-ci.yml --- old/milou-5.25.5/.kde-ci.yml 2022-09-06 14:26:11.000000000 +0200 +++ new/milou-5.26.0/.kde-ci.yml 2022-10-06 14:25:36.000000000 +0200 @@ -12,3 +12,5 @@ 'frameworks/krunner': '@latest' 'frameworks/kservice': '@latest' 'frameworks/plasma-framework': '@latest' +Options: + require-passing-tests-on: [ 'Linux', 'FreeBSD'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/CMakeLists.txt new/milou-5.26.0/CMakeLists.txt --- old/milou-5.25.5/CMakeLists.txt 2022-09-06 14:26:32.000000000 +0200 +++ new/milou-5.26.0/CMakeLists.txt 2022-10-06 14:25:36.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) project(Milou) -set(PROJECT_VERSION "5.25.5") +set(PROJECT_VERSION "5.26.0") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.15.2") -set(KF5_MIN_VERSION "5.94") +set(KF5_MIN_VERSION "5.98.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) @@ -36,7 +36,6 @@ kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) -feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) - -find_package(KF5I18n CONFIG REQUIRED) ki18n_install(po) + +feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/LICENSES/CC0-1.0.txt new/milou-5.26.0/LICENSES/CC0-1.0.txt --- old/milou-5.25.5/LICENSES/CC0-1.0.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/milou-5.26.0/LICENSES/CC0-1.0.txt 2022-10-06 14:25:36.000000000 +0200 @@ -0,0 +1,121 @@ +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/lib/resultsmodel.cpp new/milou-5.26.0/lib/resultsmodel.cpp --- old/milou-5.25.5/lib/resultsmodel.cpp 2022-09-06 14:26:11.000000000 +0200 +++ new/milou-5.26.0/lib/resultsmodel.cpp 2022-10-06 14:25:36.000000000 +0200 @@ -48,40 +48,9 @@ } } - bool categoryHasMatchWithAllWords(const QModelIndex &categoryIdx) const - { - for (int i = 0; i < sourceModel()->rowCount(categoryIdx); ++i) { - const QModelIndex idx = sourceModel()->index(i, 0, categoryIdx); - const QString display = idx.data(Qt::DisplayRole).toString(); - - bool containsAllWords = true; - for (const QString &word : m_words) { - if (!display.contains(word, Qt::CaseInsensitive)) { - containsAllWords = false; - } - } - - if (containsAllWords) { - return true; - } - } - - return false; - } - protected: bool lessThan(const QModelIndex &sourceA, const QModelIndex &sourceB) const override { - // prefer categories that have a match containing the query string in the display role - if (!sourceA.parent().isValid() && !sourceB.parent().isValid()) { - const bool hasMatchWithAllWordsA = categoryHasMatchWithAllWords(sourceA); - const bool hasMatchWithAllWordsB = categoryHasMatchWithAllWords(sourceB); - - if (hasMatchWithAllWordsA != hasMatchWithAllWordsB) { - return !hasMatchWithAllWordsA && hasMatchWithAllWordsB; - } - } - const int typeA = sourceA.data(ResultsModel::TypeRole).toInt(); const int typeB = sourceB.data(ResultsModel::TypeRole).toInt(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/plasmoid/package/contents/ui/previews/TextPreview.qml new/milou-5.26.0/plasmoid/package/contents/ui/previews/TextPreview.qml --- old/milou-5.25.5/plasmoid/package/contents/ui/previews/TextPreview.qml 2022-09-06 14:26:11.000000000 +0200 +++ new/milou-5.26.0/plasmoid/package/contents/ui/previews/TextPreview.qml 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ -/* - * This file is part of the KDE Milou Project - * SPDX-FileCopyrightText: 2014 Vishesh Handa <m...@vhanda.in> - * - * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL - * - */ - -import QtQuick 2.1 -import QtQuick.Controls 1.2 - -TextArea { - id: textArea - readOnly: true -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/ar/milou.po new/milou-5.26.0/po/ar/milou.po --- old/milou-5.25.5/po/ar/milou.po 2022-09-06 14:26:13.000000000 +0200 +++ new/milou-5.26.0/po/ar/milou.po 2022-10-06 14:25:38.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+0000\n" "PO-Revision-Date: 2022-01-20 19:21+0400\n" "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n" "Language-Team: ar\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/ast/milou.po new/milou-5.26.0/po/ast/milou.po --- old/milou-5.25.5/po/ast/milou.po 2022-09-06 14:26:13.000000000 +0200 +++ new/milou-5.26.0/po/ast/milou.po 2022-10-06 14:25:38.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+0000\n" "PO-Revision-Date: 2019-12-10 13:44+0100\n" "Last-Translator: enolp <en...@softastur.org>\n" "Language-Team: Asturian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/bg/milou.po new/milou-5.26.0/po/bg/milou.po --- old/milou-5.25.5/po/bg/milou.po 2022-09-06 14:26:13.000000000 +0200 +++ new/milou-5.26.0/po/bg/milou.po 2022-10-06 14:25:39.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+0000\n" "PO-Revision-Date: 2022-01-02 14:17+0100\n" "Last-Translator: mkkDr2010 <mkonda...@yahoo.de>\n" "Language-Team: Bulgarian <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/ca/milou.po new/milou-5.26.0/po/ca/milou.po --- old/milou-5.25.5/po/ca/milou.po 2022-09-06 14:26:14.000000000 +0200 +++ new/milou-5.26.0/po/ca/milou.po 2022-10-06 14:25:40.000000000 +0200 @@ -1,15 +1,16 @@ # Translation of milou.po to Catalan -# Copyright (C) 2014-2017 This_file_is_part_of_KDE +# Copyright (C) 2014-2019 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # # Antoni Bella P??rez <antonibel...@yahoo.com>, 2014. # Josep M. Ferrer <txe...@gmail.com>, 2017. +# Empar Montoro Mart??n <montoro_...@gva.es>, 2019. msgid "" msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/ca@valencia/milou.po new/milou-5.26.0/po/ca@valencia/milou.po --- old/milou-5.25.5/po/ca@valencia/milou.po 2022-09-06 14:26:14.000000000 +0200 +++ new/milou-5.26.0/po/ca@valencia/milou.po 2022-10-06 14:25:40.000000000 +0200 @@ -1,15 +1,16 @@ # Translation of milou.po to Catalan (Valencian) -# Copyright (C) 2014-2017 This_file_is_part_of_KDE +# Copyright (C) 2014-2019 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # # Antoni Bella P??rez <antonibel...@yahoo.com>, 2014. # Josep M. Ferrer <txe...@gmail.com>, 2017. +# Empar Montoro Mart??n <montoro_...@gva.es>, 2019. msgid "" msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" @@ -24,12 +25,12 @@ #: qml/ResultDelegate.qml:42 #, kde-format msgid "%1, in category %2" -msgstr "%1, a la categoria %2" +msgstr "%1, en la categoria %2" #: qml/ResultDelegate.qml:44 #, kde-format msgid "in category %1" -msgstr "a la categoria %1" +msgstr "en la categoria %1" #: qml/ResultDelegate.qml:272 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/cs/milou.po new/milou-5.26.0/po/cs/milou.po --- old/milou-5.25.5/po/cs/milou.po 2022-09-06 14:26:15.000000000 +0200 +++ new/milou-5.26.0/po/cs/milou.po 2022-10-06 14:25:41.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/da/milou.po new/milou-5.26.0/po/da/milou.po --- old/milou-5.25.5/po/da/milou.po 2022-09-06 14:26:15.000000000 +0200 +++ new/milou-5.26.0/po/da/milou.po 2022-10-06 14:25:42.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/de/milou.po new/milou-5.26.0/po/de/milou.po --- old/milou-5.25.5/po/de/milou.po 2022-09-06 14:26:15.000000000 +0200 +++ new/milou-5.26.0/po/de/milou.po 2022-10-06 14:25:42.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/el/milou.po new/milou-5.26.0/po/el/milou.po --- old/milou-5.25.5/po/el/milou.po 2022-09-06 14:26:16.000000000 +0200 +++ new/milou-5.26.0/po/el/milou.po 2022-10-06 14:25:43.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/en_GB/milou.po new/milou-5.26.0/po/en_GB/milou.po --- old/milou-5.25.5/po/en_GB/milou.po 2022-09-06 14:26:16.000000000 +0200 +++ new/milou-5.26.0/po/en_GB/milou.po 2022-10-06 14:25:43.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/es/milou.po new/milou-5.26.0/po/es/milou.po --- old/milou-5.25.5/po/es/milou.po 2022-09-06 14:26:16.000000000 +0200 +++ new/milou-5.26.0/po/es/milou.po 2022-10-06 14:25:43.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/et/milou.po new/milou-5.26.0/po/et/milou.po --- old/milou-5.25.5/po/et/milou.po 2022-09-06 14:26:17.000000000 +0200 +++ new/milou-5.26.0/po/et/milou.po 2022-10-06 14:25:44.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/eu/milou.po new/milou-5.26.0/po/eu/milou.po --- old/milou-5.25.5/po/eu/milou.po 2022-09-06 14:26:17.000000000 +0200 +++ new/milou-5.26.0/po/eu/milou.po 2022-10-06 14:25:44.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/fi/milou.po new/milou-5.26.0/po/fi/milou.po --- old/milou-5.25.5/po/fi/milou.po 2022-09-06 14:26:17.000000000 +0200 +++ new/milou-5.26.0/po/fi/milou.po 2022-10-06 14:25:44.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/fr/milou.po new/milou-5.26.0/po/fr/milou.po --- old/milou-5.25.5/po/fr/milou.po 2022-09-06 14:26:18.000000000 +0200 +++ new/milou-5.26.0/po/fr/milou.po 2022-10-06 14:25:45.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/gl/milou.po new/milou-5.26.0/po/gl/milou.po --- old/milou-5.25.5/po/gl/milou.po 2022-09-06 14:26:18.000000000 +0200 +++ new/milou-5.26.0/po/gl/milou.po 2022-10-06 14:25:46.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/he/milou.po new/milou-5.26.0/po/he/milou.po --- old/milou-5.25.5/po/he/milou.po 2022-09-06 14:26:19.000000000 +0200 +++ new/milou-5.26.0/po/he/milou.po 2022-10-06 14:25:46.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/hi/milou.po new/milou-5.26.0/po/hi/milou.po --- old/milou-5.25.5/po/hi/milou.po 2022-09-06 14:26:19.000000000 +0200 +++ new/milou-5.26.0/po/hi/milou.po 2022-10-06 14:25:47.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/hu/milou.po new/milou-5.26.0/po/hu/milou.po --- old/milou-5.25.5/po/hu/milou.po 2022-09-06 14:26:20.000000000 +0200 +++ new/milou-5.26.0/po/hu/milou.po 2022-10-06 14:25:48.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/ia/milou.po new/milou-5.26.0/po/ia/milou.po --- old/milou-5.25.5/po/ia/milou.po 2022-09-06 14:26:20.000000000 +0200 +++ new/milou-5.26.0/po/ia/milou.po 2022-10-06 14:25:48.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/id/milou.po new/milou-5.26.0/po/id/milou.po --- old/milou-5.25.5/po/id/milou.po 2022-09-06 14:26:20.000000000 +0200 +++ new/milou-5.26.0/po/id/milou.po 2022-10-06 14:25:48.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/it/milou.po new/milou-5.26.0/po/it/milou.po --- old/milou-5.25.5/po/it/milou.po 2022-09-06 14:26:20.000000000 +0200 +++ new/milou-5.26.0/po/it/milou.po 2022-10-06 14:25:49.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/ka/milou.po new/milou-5.26.0/po/ka/milou.po --- old/milou-5.25.5/po/ka/milou.po 2022-09-06 14:26:21.000000000 +0200 +++ new/milou-5.26.0/po/ka/milou.po 2022-10-06 14:25:49.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+0000\n" "PO-Revision-Date: 2022-05-15 05:28+0200\n" "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n" "Language-Team: Georgian <kde-i18n-...@kde.org>\n" @@ -15,7 +15,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.0.1\n" #: qml/ResultDelegate.qml:42 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/ka/plasma_applet_org.kde.milou.po new/milou-5.26.0/po/ka/plasma_applet_org.kde.milou.po --- old/milou-5.25.5/po/ka/plasma_applet_org.kde.milou.po 2022-09-06 14:26:21.000000000 +0200 +++ new/milou-5.26.0/po/ka/plasma_applet_org.kde.milou.po 2022-10-06 14:25:49.000000000 +0200 @@ -15,7 +15,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.0.1\n" #: package/contents/ui/SearchField.qml:30 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/ko/milou.po new/milou-5.26.0/po/ko/milou.po --- old/milou-5.25.5/po/ko/milou.po 2022-09-06 14:26:22.000000000 +0200 +++ new/milou-5.26.0/po/ko/milou.po 2022-10-06 14:25:51.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/lt/milou.po new/milou-5.26.0/po/lt/milou.po --- old/milou-5.25.5/po/lt/milou.po 2022-09-06 14:26:22.000000000 +0200 +++ new/milou-5.26.0/po/lt/milou.po 2022-10-06 14:25:52.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: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+0000\n" "PO-Revision-Date: 2019-06-05 21:14+0300\n" "Last-Translator: Moo\n" "Language-Team: Lithuanian <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/ml/milou.po new/milou-5.26.0/po/ml/milou.po --- old/milou-5.25.5/po/ml/milou.po 2022-09-06 14:26:23.000000000 +0200 +++ new/milou-5.26.0/po/ml/milou.po 2022-10-06 14:25:52.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+0000\n" "PO-Revision-Date: 2018-11-12 04:04+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: Swathanthra|??????????????????????????? Malayalam|?????????????????? Computing|????????????????????????????????????????????? <smc." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/nl/milou.po new/milou-5.26.0/po/nl/milou.po --- old/milou-5.25.5/po/nl/milou.po 2022-09-06 14:26:24.000000000 +0200 +++ new/milou-5.26.0/po/nl/milou.po 2022-10-06 14:25:54.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/nn/milou.po new/milou-5.26.0/po/nn/milou.po --- old/milou-5.25.5/po/nn/milou.po 2022-09-06 14:26:24.000000000 +0200 +++ new/milou-5.26.0/po/nn/milou.po 2022-10-06 14:25:54.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/pl/milou.po new/milou-5.26.0/po/pl/milou.po --- old/milou-5.25.5/po/pl/milou.po 2022-09-06 14:26:25.000000000 +0200 +++ new/milou-5.26.0/po/pl/milou.po 2022-10-06 14:25:56.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/pt/milou.po new/milou-5.26.0/po/pt/milou.po --- old/milou-5.25.5/po/pt/milou.po 2022-09-06 14:26:26.000000000 +0200 +++ new/milou-5.26.0/po/pt/milou.po 2022-10-06 14:25:56.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/pt_BR/milou.po new/milou-5.26.0/po/pt_BR/milou.po --- old/milou-5.25.5/po/pt_BR/milou.po 2022-09-06 14:26:26.000000000 +0200 +++ new/milou-5.26.0/po/pt_BR/milou.po 2022-10-06 14:25:57.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/ru/milou.po new/milou-5.26.0/po/ru/milou.po --- old/milou-5.25.5/po/ru/milou.po 2022-09-06 14:26:26.000000000 +0200 +++ new/milou-5.26.0/po/ru/milou.po 2022-10-06 14:25:57.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/sk/milou.po new/milou-5.26.0/po/sk/milou.po --- old/milou-5.25.5/po/sk/milou.po 2022-09-06 14:26:27.000000000 +0200 +++ new/milou-5.26.0/po/sk/milou.po 2022-10-06 14:25:59.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/sl/milou.po new/milou-5.26.0/po/sl/milou.po --- old/milou-5.25.5/po/sl/milou.po 2022-09-06 14:26:27.000000000 +0200 +++ new/milou-5.26.0/po/sl/milou.po 2022-10-06 14:25:59.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/sv/milou.po new/milou-5.26.0/po/sv/milou.po --- old/milou-5.25.5/po/sv/milou.po 2022-09-06 14:26:28.000000000 +0200 +++ new/milou-5.26.0/po/sv/milou.po 2022-10-06 14:26:00.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/tr/milou.po new/milou-5.26.0/po/tr/milou.po --- old/milou-5.25.5/po/tr/milou.po 2022-09-06 14:26:30.000000000 +0200 +++ new/milou-5.26.0/po/tr/milou.po 2022-10-06 14:26:02.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+0000\n" "PO-Revision-Date: 2022-04-16 17:50+0300\n" "Last-Translator: Emir SARI <emir_s...@icloud.com>\n" "Language-Team: Turkish <kde-l10n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/uk/milou.po new/milou-5.26.0/po/uk/milou.po --- old/milou-5.25.5/po/uk/milou.po 2022-09-06 14:26:30.000000000 +0200 +++ new/milou-5.26.0/po/uk/milou.po 2022-10-06 14:26:03.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: milou\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.5/po/zh_CN/milou.po new/milou-5.26.0/po/zh_CN/milou.po --- old/milou-5.25.5/po/zh_CN/milou.po 2022-09-06 14:26:31.000000000 +0200 +++ new/milou-5.26.0/po/zh_CN/milou.po 2022-10-06 14:26:04.000000000 +0200 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" -"PO-Revision-Date: 2022-08-20 14:20\n" +"POT-Creation-Date: 2022-05-30 00:46+0000\n" +"PO-Revision-Date: 2022-10-02 15:52\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.25.5/po/zh_CN/plasma_applet_org.kde.milou.po new/milou-5.26.0/po/zh_CN/plasma_applet_org.kde.milou.po --- old/milou-5.25.5/po/zh_CN/plasma_applet_org.kde.milou.po 2022-09-06 14:26:31.000000000 +0200 +++ new/milou-5.26.0/po/zh_CN/plasma_applet_org.kde.milou.po 2022-10-06 14:26:04.000000000 +0200 @@ -3,7 +3,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: 2022-08-20 14:20\n" +"PO-Revision-Date: 2022-10-02 15:52\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.25.5/po/zh_TW/milou.po new/milou-5.26.0/po/zh_TW/milou.po --- old/milou-5.25.5/po/zh_TW/milou.po 2022-09-06 14:26:32.000000000 +0200 +++ new/milou-5.26.0/po/zh_TW/milou.po 2022-10-06 14:26:05.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-30 02:11+0000\n" +"POT-Creation-Date: 2022-05-30 00:46+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"