Hello community, here is the log from the commit of package baloo5 for openSUSE:Factory checked in at 2019-08-19 21:00:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/baloo5 (Old) and /work/SRC/openSUSE:Factory/.baloo5.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "baloo5" Mon Aug 19 21:00:11 2019 rev:67 rq:722435 version:5.61.0 Changes: -------- --- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes 2019-07-26 12:07:12.534879855 +0200 +++ /work/SRC/openSUSE:Factory/.baloo5.new.22127/baloo5.changes 2019-08-19 21:00:13.880941922 +0200 @@ -1,0 +2,27 @@ +Wed Aug 7 17:57:25 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Update to 5.61.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.61.0.php +- Changes since 5.60.0: + * Remove extra ";" + * [tags] Fix coding style + * Add KDevelop files to gitignore + * Link against KIOCore instead of KIOWidgets in kioslaves + * [IndexCleaner] ignore non-existent entries inside config + +------------------------------------------------------------------- +Wed Aug 7 12:57:36 UTC 2019 - [email protected] + +- Drop fix-cmakelists-comments.diff as well, it cannot be built + with cmake 2.x anymore since a long time + +------------------------------------------------------------------- +Fri Jul 19 11:37:30 UTC 2019 - Wolfgang Bauer <[email protected]> + +- Don't lower minimum Qt version anymore, it requires 5.11 now +- Drop patch to support Qt 5.9: + * 0001-Do-not-use-qfileinfo-metadatachangetime-if-Qt-lt-5.10.patch + +------------------------------------------------------------------- Old: ---- 0001-Do-not-use-qfileinfo-metadatachangetime-if-Qt-lt-5.10.patch baloo-5.60.0.tar.xz fix-cmakelists-comments.diff New: ---- baloo-5.61.0.tar.xz baloo-5.61.0.tar.xz.sig frameworks.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ baloo5.spec ++++++ --- /var/tmp/diff_new_pack.oXKhcf/_old 2019-08-19 21:00:14.552941814 +0200 +++ /var/tmp/diff_new_pack.oXKhcf/_new 2019-08-19 21:00:14.552941814 +0200 @@ -16,25 +16,25 @@ # -%define _tar_path 5.60 +%define _tar_path 5.61 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: baloo5 -Version: 5.60.0 +Version: 5.61.0 Release: 0 Summary: Framework for searching and managing metadata License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only Group: System/GUI/KDE URL: https://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_tar_path}/baloo-%{version}.tar.xz -Source1: baselibs.conf -# PATCH-FIX-OPENSUSE fix-cmakelists-comments.diff -- Change cmake 3.0 block comments to work in cmake 2.x -Patch1: fix-cmakelists-comments.diff -# PATCH-FIX-OPENSUSE -Patch2: 0001-Do-not-use-qfileinfo-metadatachangetime-if-Qt-lt-5.10.patch +Source: https://download.kde.org/stable/frameworks/%{_tar_path}/baloo-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/baloo-%{version}.tar.xz.sig +Source2: frameworks.keyring +%endif +Source99: baselibs.conf BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: kf5-filesystem BuildRequires: libattr-devel @@ -145,11 +145,6 @@ %prep %setup -q -n baloo-%{version} -%patch1 -p1 -%patch2 -p1 -%if 0%{?suse_version} == 1500 -sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 5.9.0)/" CMakeLists.txt -%endif %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} ++++++ baloo-5.60.0.tar.xz -> baloo-5.61.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/.gitignore new/baloo-5.61.0/.gitignore --- old/baloo-5.60.0/.gitignore 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/.gitignore 2019-08-03 21:50:24.000000000 +0200 @@ -36,3 +36,4 @@ *.qmlproject.user.* +*.kdev4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/CMakeLists.txt new/baloo-5.61.0/CMakeLists.txt --- old/baloo-5.60.0/CMakeLists.txt 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/CMakeLists.txt 2019-08-03 21:50:24.000000000 +0200 @@ -1,8 +1,8 @@ # set minimum version requirements cmake_minimum_required(VERSION 3.5) set(REQUIRED_QT_VERSION 5.11.0) -set(KF5_VERSION "5.60.0") # handled by release scripts -set(KF5_DEP_VERSION "5.60.0") # handled by release scripts +set(KF5_VERSION "5.61.0") # handled by release scripts +set(KF5_DEP_VERSION "5.61.0") # handled by release scripts # set up project project(Baloo VERSION ${KF5_VERSION}) @@ -21,7 +21,7 @@ # we found extra-cmake-modules, so use it now set(CMAKE_MODULE_PATH - "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} + "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${ECM_MODULE_PATH} ) include(ECMSetupVersion) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/autotests/unit/file/basicindexingqueuetest.cpp new/baloo-5.61.0/autotests/unit/file/basicindexingqueuetest.cpp --- old/baloo-5.60.0/autotests/unit/file/basicindexingqueuetest.cpp 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/autotests/unit/file/basicindexingqueuetest.cpp 2019-08-03 21:50:24.000000000 +0200 @@ -42,7 +42,7 @@ void testFileModifications(); }; -Q_DECLARE_METATYPE(Xapian::Document); +Q_DECLARE_METATYPE(Xapian::Document) void BasicIndexingQueueTest::testSimpleDirectoryStructure() { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/cs/baloo_file5.po new/baloo-5.61.0/po/cs/baloo_file5.po --- old/baloo-5.60.0/po/cs/baloo_file5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/cs/baloo_file5.po 2019-08-03 21:50:24.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-04 02:58+0200\n" -"PO-Revision-Date: 2019-02-12 15:19+0100\n" +"PO-Revision-Date: 2019-07-31 13:53+0200\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 18.12.1\n" +"X-Generator: Lokalize 19.04.3\n" "X-Language: cs_CZ\n" "X-Source-Language: en_US\n" @@ -82,7 +82,7 @@ #: indexerstate.h:74 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "Nečinný (Úsporný)" #: main.cpp:46 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/en_GB/baloo_file5.po new/baloo-5.61.0/po/en_GB/baloo_file5.po --- old/baloo-5.60.0/po/en_GB/baloo_file5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/en_GB/baloo_file5.po 2019-08-03 21:50:24.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Steve Allewell <[email protected]>, 2014, 2015, 2018. +# Steve Allewell <[email protected]>, 2014, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-04 02:58+0200\n" -"PO-Revision-Date: 2018-10-27 19:51+0100\n" +"PO-Revision-Date: 2019-08-03 15:45+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" "Language: en_GB\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.07.70\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -80,7 +80,7 @@ #: indexerstate.h:74 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "Idle (Powersave)" #: main.cpp:46 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/en_GB/balooctl5.po new/baloo-5.61.0/po/en_GB/balooctl5.po --- old/baloo-5.60.0/po/en_GB/balooctl5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/en_GB/balooctl5.po 2019-08-03 21:50:24.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-11 02:53+0200\n" -"PO-Revision-Date: 2019-05-19 12:32+0100\n" +"PO-Revision-Date: 2019-08-03 15:45+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" "Language: en_GB\n" @@ -80,7 +80,7 @@ #: ../../file/indexerstate.h:74 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "Idle (Powersave)" #: configcommand.cpp:58 #, kde-format @@ -290,10 +290,10 @@ msgstr "Disable the file indexer" #: main.cpp:80 -#, fuzzy, kde-format +#, kde-format #| msgid "Resume the file indexer" msgid "Remove the index database" -msgstr "Resume the file indexer" +msgstr "Remove the index database" #: main.cpp:81 #, kde-format @@ -472,20 +472,20 @@ msgstr "Baloo File Indexer is not running" #: statuscommand.cpp:319 -#, fuzzy, kde-format +#, kde-format #| msgid "Stop the file indexer" msgid "Total files indexed: %1" -msgstr "Stop the file indexer" +msgstr "Total files indexed: %1" #: statuscommand.cpp:320 #, kde-format msgid "Files waiting for content indexing: %1" -msgstr "" +msgstr "Files waiting for content indexing: %1" #: statuscommand.cpp:321 #, kde-format msgid "Files failed to index: %1" -msgstr "" +msgstr "Files failed to index: %1" #: statuscommand.cpp:329 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/en_GB/baloomonitorplugin.po new/baloo-5.61.0/po/en_GB/baloomonitorplugin.po --- old/baloo-5.60.0/po/en_GB/baloomonitorplugin.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/en_GB/baloomonitorplugin.po 2019-08-03 21:50:24.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Steve Allewell <[email protected]>, 2015, 2018. +# Steve Allewell <[email protected]>, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-04 02:58+0200\n" -"PO-Revision-Date: 2018-10-27 19:51+0100\n" +"PO-Revision-Date: 2019-08-03 15:45+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" "Language: en_GB\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.07.70\n" #: ../../file/indexerstate.h:44 #, kde-format @@ -70,4 +70,4 @@ #: ../../file/indexerstate.h:74 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "Idle (Powersave)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/eu/baloodb5.po new/baloo-5.61.0/po/eu/baloodb5.po --- old/baloo-5.60.0/po/eu/baloodb5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/eu/baloodb5.po 2019-08-03 21:50:24.000000000 +0200 @@ -1,18 +1,19 @@ # Translation of baloodb5.po to Euskara/Basque (eu). # Copyright (C) 2018, Free Software Foundation. -# This file is distributed under the same license as the frameworks package. +# Copyright (C) 2019, This file is copyright: +# This file is distributed under the same license as the baloo package. # KDE Euskaratzeko proiektuaren arduraduna <[email protected]>. # # Translators: # Iñigo Salvador Azurmendi <[email protected]>, 2018. msgid "" msgstr "" -"Project-Id-Version: baloodb5\n" +"Project-Id-Version: baloo\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" "PO-Revision-Date: 2018-06-11 22:28+0100\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" -"Language-Team: Basque <[email protected]>\n" +"Language-Team: Basque <[email protected]>\n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/fr/baloo_file5.po new/baloo-5.61.0/po/fr/baloo_file5.po --- old/baloo-5.60.0/po/fr/baloo_file5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/fr/baloo_file5.po 2019-08-03 21:50:24.000000000 +0200 @@ -4,14 +4,14 @@ # xavier <[email protected]>, 2013. # Vincent PINON <[email protected]>, 2013, 2016. # Geoffray Levasseur <[email protected]>, 2014. -# Simon Depiets <[email protected]>, 2017, 2018. +# Simon Depiets <[email protected]>, 2017, 2018, 2019. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-04 02:58+0200\n" -"PO-Revision-Date: 2018-10-12 13:37+0800\n" +"PO-Revision-Date: 2019-07-21 11:19+0800\n" "Last-Translator: Simon Depiets <[email protected]>\n" "Language-Team: French <[email protected]>\n" "Language: fr\n" @@ -19,7 +19,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.07.70\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -27,12 +27,14 @@ #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Geoffray Levasseur, Joëlle Cornavin, Vincent Pinon" +msgstr "Geoffray Levasseur, Joëlle Cornavin, Vincent Pinon, Simon Depiets" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "[email protected],[email protected], [email protected]" +msgstr "" +"[email protected],[email protected], [email protected], " +"[email protected]" #: indexerstate.h:44 #, kde-format @@ -87,7 +89,7 @@ #: indexerstate.h:74 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "Inactif (Powersave)" #: main.cpp:46 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/fr/balooctl5.po new/baloo-5.61.0/po/fr/balooctl5.po --- old/baloo-5.60.0/po/fr/balooctl5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/fr/balooctl5.po 2019-08-03 21:50:24.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-11 02:53+0200\n" -"PO-Revision-Date: 2019-04-25 17:34+0800\n" +"PO-Revision-Date: 2019-07-21 11:22+0800\n" "Last-Translator: Simon Depiets <[email protected]>\n" "Language-Team: French <[email protected]>\n" "Language: fr\n" @@ -85,7 +85,7 @@ #: ../../file/indexerstate.h:74 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "Inactif (Powersave)" #: configcommand.cpp:58 #, kde-format @@ -297,10 +297,9 @@ msgstr "Désactiver l'indexation de fichiers" #: main.cpp:80 -#, fuzzy, kde-format -#| msgid "Resume the file indexer" +#, kde-format msgid "Remove the index database" -msgstr "Reprendre l'indexation de fichiers" +msgstr "Supprimer la base de données de l'indice" #: main.cpp:81 #, kde-format @@ -343,10 +342,9 @@ msgstr "Afficher l'espace disque utilisé par l'indice" #: main.cpp:89 -#, fuzzy, kde-format -#| msgid "Display the disk space used by index" +#, kde-format msgid "Display files which could not be indexed" -msgstr "Afficher l'espace disque utilisé par l'indice" +msgstr "Afficher les fichiers n'ayant pas pu être indexés" #: main.cpp:92 #, kde-format @@ -482,20 +480,19 @@ msgstr "L'indexation de fichiers Baloo est inactive." #: statuscommand.cpp:319 -#, fuzzy, kde-format -#| msgid "Stop the file indexer" +#, kde-format msgid "Total files indexed: %1" -msgstr "Arrêter l'indexation de fichiers" +msgstr "Nombre total de fichiers indexés : %1" #: statuscommand.cpp:320 #, kde-format msgid "Files waiting for content indexing: %1" -msgstr "" +msgstr "Fichiers en attente d'indexation du contenu : %1" #: statuscommand.cpp:321 #, kde-format msgid "Files failed to index: %1" -msgstr "" +msgstr "Fichiers impossibles à indexer : %1" #: statuscommand.cpp:329 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/fr/baloomonitorplugin.po new/baloo-5.61.0/po/fr/baloomonitorplugin.po --- old/baloo-5.60.0/po/fr/baloomonitorplugin.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/fr/baloomonitorplugin.po 2019-08-03 21:50:24.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Simon Depiets <[email protected]>, 2017, 2018. +# Simon Depiets <[email protected]>, 2017, 2018, 2019. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-04 02:58+0200\n" -"PO-Revision-Date: 2018-10-12 13:37+0800\n" +"PO-Revision-Date: 2019-07-21 11:18+0800\n" "Last-Translator: Simon Depiets <[email protected]>\n" "Language-Team: French <[email protected]>\n" "Language: fr\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.07.70\n" #: ../../file/indexerstate.h:44 #, kde-format @@ -70,4 +70,4 @@ #: ../../file/indexerstate.h:74 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "Inactif (Powersave)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/gl/baloo_file5.po new/baloo-5.61.0/po/gl/baloo_file5.po --- old/baloo-5.60.0/po/gl/baloo_file5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/gl/baloo_file5.po 2019-08-03 21:50:24.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-04 02:58+0200\n" -"PO-Revision-Date: 2019-01-01 15:33+0100\n" +"PO-Revision-Date: 2019-07-13 16:52+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" "Language: gl\n" @@ -17,7 +17,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -82,7 +81,7 @@ #: indexerstate.h:74 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "Inactivo (aforro de enerxía)" #: main.cpp:46 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/gl/baloo_file_extractor5.po new/baloo-5.61.0/po/gl/baloo_file_extractor5.po --- old/baloo-5.60.0/po/gl/baloo_file_extractor5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/gl/baloo_file_extractor5.po 2019-08-03 21:50:24.000000000 +0200 @@ -16,7 +16,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/gl/balooctl5.po new/baloo-5.61.0/po/gl/balooctl5.po --- old/baloo-5.60.0/po/gl/balooctl5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/gl/balooctl5.po 2019-08-03 21:50:24.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-11 02:53+0200\n" -"PO-Revision-Date: 2019-04-19 10:47+0200\n" +"PO-Revision-Date: 2019-07-13 16:55+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" "Language: gl\n" @@ -16,7 +16,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 18.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -81,7 +80,7 @@ #: ../../file/indexerstate.h:74 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "Inactivo (aforro de enerxía)" #: configcommand.cpp:58 #, kde-format @@ -291,10 +290,9 @@ msgstr "Desactivar o indexador de ficheiros." #: main.cpp:80 -#, fuzzy, kde-format -#| msgid "Resume the file indexer" +#, kde-format msgid "Remove the index database" -msgstr "Continuar co indexador de ficheiros." +msgstr "Retirar a base de datos do índice" #: main.cpp:81 #, kde-format @@ -337,10 +335,9 @@ msgstr "Mostrar o espazo en disco que ocupa o índice" #: main.cpp:89 -#, fuzzy, kde-format -#| msgid "Display the disk space used by index" +#, kde-format msgid "Display files which could not be indexed" -msgstr "Mostrar o espazo en disco que ocupa o índice" +msgstr "Mostra os ficheiros que non se puideron indexar" #: main.cpp:92 #, kde-format @@ -474,20 +471,19 @@ msgstr "O indexador de ficheiros de Baloo non se está executando." #: statuscommand.cpp:319 -#, fuzzy, kde-format -#| msgid "Stop the file indexer" +#, kde-format msgid "Total files indexed: %1" -msgstr "Deter o indexador de ficheiros." +msgstr "Ficheiros totais indexados: %1" #: statuscommand.cpp:320 #, kde-format msgid "Files waiting for content indexing: %1" -msgstr "" +msgstr "Ficheiros agardando pola indexación de contido: %1" #: statuscommand.cpp:321 #, kde-format msgid "Files failed to index: %1" -msgstr "" +msgstr "Ficheiros que non se puideron indexar: %1" #: statuscommand.cpp:329 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/gl/baloodb5.po new/baloo-5.61.0/po/gl/baloodb5.po --- old/baloo-5.60.0/po/gl/baloodb5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/gl/baloodb5.po 2019-08-03 21:50:24.000000000 +0200 @@ -15,7 +15,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/gl/balooengine5.po new/baloo-5.61.0/po/gl/balooengine5.po --- old/baloo-5.60.0/po/gl/balooengine5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/gl/balooengine5.po 2019-08-03 21:50:24.000000000 +0200 @@ -15,7 +15,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" #: experimental/databasesanitizer.cpp:276 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/gl/baloomonitorplugin.po new/baloo-5.61.0/po/gl/baloomonitorplugin.po --- old/baloo-5.60.0/po/gl/baloomonitorplugin.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/gl/baloomonitorplugin.po 2019-08-03 21:50:24.000000000 +0200 @@ -2,13 +2,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Adrián Chaves Fernández (Gallaecio) <[email protected]>, 2015. -# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018. +# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-04 02:58+0200\n" -"PO-Revision-Date: 2018-10-20 13:16+0100\n" +"PO-Revision-Date: 2019-07-13 16:52+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" "Language: gl\n" @@ -16,7 +16,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" #: ../../file/indexerstate.h:44 #, kde-format @@ -71,4 +70,4 @@ #: ../../file/indexerstate.h:74 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "Inactivo (aforro de enerxía)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/gl/baloosearch5.po new/baloo-5.61.0/po/gl/baloosearch5.po --- old/baloo-5.60.0/po/gl/baloosearch5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/gl/baloosearch5.po 2019-08-03 21:50:24.000000000 +0200 @@ -17,7 +17,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/gl/balooshow5.po new/baloo-5.61.0/po/gl/balooshow5.po --- old/baloo-5.60.0/po/gl/balooshow5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/gl/balooshow5.po 2019-08-03 21:50:24.000000000 +0200 @@ -17,7 +17,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 18.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/gl/kio5_baloosearch.po new/baloo-5.61.0/po/gl/kio5_baloosearch.po --- old/baloo-5.60.0/po/gl/kio5_baloosearch.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/gl/kio5_baloosearch.po 2019-08-03 21:50:24.000000000 +0200 @@ -16,7 +16,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" #: kio_search.cpp:49 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/gl/kio5_tags.po new/baloo-5.61.0/po/gl/kio5_tags.po --- old/baloo-5.60.0/po/gl/kio5_tags.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/gl/kio5_tags.po 2019-08-03 21:50:24.000000000 +0200 @@ -16,7 +16,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" #: kio_tags.cpp:124 kio_tags.cpp:183 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/gl/kio5_timeline.po new/baloo-5.61.0/po/gl/kio5_timeline.po --- old/baloo-5.60.0/po/gl/kio5_timeline.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/gl/kio5_timeline.po 2019-08-03 21:50:24.000000000 +0200 @@ -17,7 +17,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" #: kio_timeline.cpp:76 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/id/balooctl5.po new/baloo-5.61.0/po/id/balooctl5.po --- old/baloo-5.60.0/po/id/balooctl5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/id/balooctl5.po 2019-08-03 21:50:24.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-11 02:53+0200\n" -"PO-Revision-Date: 2019-06-15 07:34+0700\n" +"PO-Revision-Date: 2019-06-29 23:20+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 19.04.1\n" +"X-Generator: Lokalize 19.04.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -120,7 +120,7 @@ #: configcommand.cpp:89 #, kde-format msgid "Set the value of a config parameter" -msgstr "Setel nilainya parameter config" +msgstr "Set nilainya parameter config" #: configcommand.cpp:90 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/lt/kio5_tags.po new/baloo-5.61.0/po/lt/kio5_tags.po --- old/baloo-5.60.0/po/lt/kio5_tags.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/lt/kio5_tags.po 2019-08-03 21:50:24.000000000 +0200 @@ -9,8 +9,8 @@ "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" -"PO-Revision-Date: 2014-11-05 18:57+0200\n" -"Last-Translator: [email protected] <[email protected]>\n" +"PO-Revision-Date: 2019-07-14 14:22+0300\n" +"Last-Translator: Moo\n" "Language-Team: Lithuanian <[email protected]>\n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -18,12 +18,12 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n" "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Poedit 2.2.1\n" #: kio_tags.cpp:124 kio_tags.cpp:183 #, kde-format msgid "File %1 already has tag %2" -msgstr "" +msgstr "Failas %1 jau turi žymę %2" #: kio_tags.cpp:316 #, kde-format @@ -33,9 +33,9 @@ #: kio_tags.cpp:318 #, kde-format msgid "Tag Fragment" -msgstr "" +msgstr "Žymės fragmentas" #: kio_tags.cpp:320 kio_tags.cpp:325 #, kde-format msgid "All Tags" -msgstr "Visos žymos" +msgstr "Visos žymės" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/lt/kio5_timeline.po new/baloo-5.61.0/po/lt/kio5_timeline.po --- old/baloo-5.60.0/po/lt/kio5_timeline.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/lt/kio5_timeline.po 2019-08-03 21:50:24.000000000 +0200 @@ -9,8 +9,8 @@ "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" -"PO-Revision-Date: 2014-11-05 18:58+0200\n" -"Last-Translator: [email protected] <[email protected]>\n" +"PO-Revision-Date: 2019-07-14 14:26+0300\n" +"Last-Translator: Moo\n" "Language-Team: Lithuanian <[email protected]>\n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -18,7 +18,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n" "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Poedit 2.2.1\n" #: kio_timeline.cpp:76 #, kde-format @@ -28,7 +28,7 @@ "ask [email protected] if you have problems understanding how to translate " "this" msgid "MMMM yyyy" -msgstr "" +msgstr "yyyy MMMM" #: kio_timeline.cpp:144 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/sk/baloodb5.po new/baloo-5.61.0/po/sk/baloodb5.po --- old/baloo-5.60.0/po/sk/baloodb5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/sk/baloodb5.po 2019-08-03 21:50:24.000000000 +0200 @@ -7,14 +7,14 @@ "Project-Id-Version: baloodb5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" -"PO-Revision-Date: 2019-07-05 09:27+0200\n" +"PO-Revision-Date: 2019-07-23 09:15+0200\n" "Last-Translator: Matej Mrenica <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 19.04.2\n" +"X-Generator: Lokalize 19.07.80\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #, kde-format @@ -38,6 +38,12 @@ "device id.\n" "May be given multiple times." msgstr "" +"Filtrovať podľa ID zariadenia.\n" +"0 (predvolené) nefiltruje sa a všetko sa vypíše.\n" +"Pozitívne čísla zahŕňajú filtre, ktoré vypíšu len id uvedeného zariadenia. \n" +"Negatívne čísla vylučujú filtre, ktoré vypíšu všetko okrem uvedeného ID " +"zariadenia. \n" +"Môže byť uvedené viackrát." #: main.cpp:53 #, kde-format @@ -50,11 +56,13 @@ "List only inaccessible entries.\n" "Only applies to \"%1\"" msgstr "" +"Vypísať iba neprístupné položky.\n" +"Platí len pre \"%1\"" #: main.cpp:62 #, kde-format msgid "Act only on item on mounted devices" -msgstr "" +msgstr "Platí len pre položky na pripojených zariadeniach" #: main.cpp:66 #, kde-format @@ -62,12 +70,16 @@ "Print results of a cleaning operation, but do not change anything.\n" "Only applies to \"%1\" command" msgstr "" +"Vypísať výsledky čistenia, ale nič nemeniť.\n" +"Platí len pre príkaz \"%1\"" #: main.cpp:74 #, kde-format msgid "" "List database contents. Use a regular expression as argument to filter output" msgstr "" +"Vypísať obsah databázy. Použiť regulérny výraz ako parameter filtrovania " +"výstupu" #: main.cpp:85 #, kde-format @@ -77,7 +89,7 @@ #: main.cpp:100 #, kde-format msgid "Remove stale database entries" -msgstr "" +msgstr "Odstrániť zastaralé položky databázy" #: main.cpp:155 #, kde-format @@ -100,7 +112,7 @@ #: main.cpp:164 #, kde-format msgid "The Baloo Database Lister & Sanitizer" -msgstr "" +msgstr "The Baloo Database Lister & Sanitizer" #: main.cpp:166 #, kde-format @@ -129,6 +141,8 @@ "A regular expression applied to the URL of database items\n" "Example: %1" msgstr "" +"Regulérny výraz použitý na URL položiek databázy\n" +"Napríklad: %1" #: main.cpp:234 main.cpp:242 main.cpp:252 #, kde-format @@ -143,7 +157,7 @@ #: main.cpp:256 #, kde-format msgid "Removing stale database contents..." -msgstr "" +msgstr "Odstraňujem zastaralý obsah databázy..." #: main.cpp:279 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/sk/balooshow5.po new/baloo-5.61.0/po/sk/balooshow5.po --- old/baloo-5.60.0/po/sk/balooshow5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/sk/balooshow5.po 2019-08-03 21:50:24.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: balooshow\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" -"PO-Revision-Date: 2019-07-05 09:29+0200\n" +"PO-Revision-Date: 2019-07-08 16:02+0200\n" "Last-Translator: Matej Mrenica <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" "Language: sk\n" @@ -55,7 +55,7 @@ #: main.cpp:74 #, kde-format msgid "Urls, document ids or inodes of the files" -msgstr "" +msgstr "Adresy URL, ID dokumentov alebo inódy súborov" #: main.cpp:76 #, kde-format @@ -65,17 +65,17 @@ #: main.cpp:78 #, kde-format msgid "Arguments are interpreted as inode numbers (requires -d)" -msgstr "" +msgstr "Parametre sú interpretované ako čísla inode (vyžaduje -d)" #: main.cpp:80 -#, fuzzy, kde-format +#, kde-format msgid "Device id for the files" msgstr "ID zariadenia pre súbory" #: main.cpp:103 #, kde-format msgid "Error: -i requires specifying a device (-d <deviceId>)" -msgstr "" +msgstr "Chyba: -i vyžaduje upresnenie zariadenia (-d <deviceId>)" #: main.cpp:109 #, kde-format @@ -89,12 +89,12 @@ #: main.cpp:126 #, kde-format msgid "The document IDs of the Baloo DB and the filesystem are different:" -msgstr "" +msgstr "ID dokumentu Baloo DB a súborového systému sú rôzne:" #: main.cpp:142 #, kde-format msgid "%1: Not a valid url or document id" -msgstr "" +msgstr "%1: Nie je platná adresa URL alebo ID dokumentu" #: main.cpp:146 main.cpp:183 #, kde-format @@ -104,7 +104,7 @@ #: main.cpp:157 #, kde-format msgid "%1: Failed to parse inode number" -msgstr "" +msgstr "%1: Nepodarilo sa analyzovať číslo inódy" #: main.cpp:232 #, kde-format @@ -114,17 +114,17 @@ #: main.cpp:233 #, kde-format msgid "Terms: %1" -msgstr "" +msgstr "Podmienky: %1" #: main.cpp:234 #, kde-format msgid "File Name Terms: %1" -msgstr "" +msgstr "Podmienky názvu súboru: %1" #: main.cpp:235 #, kde-format msgid "%1 Terms: %2" -msgstr "" +msgstr "%1 Podmienky: %2" #: main.cpp:238 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/zh_CN/baloo_file5.po new/baloo-5.61.0/po/zh_CN/baloo_file5.po --- old/baloo-5.60.0/po/zh_CN/baloo_file5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/zh_CN/baloo_file5.po 2019-08-03 21:50:24.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-04 02:58+0200\n" -"PO-Revision-Date: 2019-06-02 11:52\n" +"PO-Revision-Date: 2019-07-18 14:57\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -84,7 +84,7 @@ #: indexerstate.h:74 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "空闲 (节能)" #: main.cpp:46 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/zh_CN/baloo_file_extractor5.po new/baloo-5.61.0/po/zh_CN/baloo_file_extractor5.po --- old/baloo-5.60.0/po/zh_CN/baloo_file_extractor5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/zh_CN/baloo_file_extractor5.po 2019-08-03 21:50:24.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" -"PO-Revision-Date: 2019-06-02 11:52\n" +"PO-Revision-Date: 2019-07-18 14:57\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/zh_CN/balooctl5.po new/baloo-5.61.0/po/zh_CN/balooctl5.po --- old/baloo-5.60.0/po/zh_CN/balooctl5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/zh_CN/balooctl5.po 2019-08-03 21:50:24.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-11 02:53+0200\n" -"PO-Revision-Date: 2019-06-02 11:52\n" +"PO-Revision-Date: 2019-07-18 14:57\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -85,7 +85,7 @@ #: ../../file/indexerstate.h:74 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "空闲 (节能)" #: configcommand.cpp:58 #, kde-format @@ -295,10 +295,9 @@ msgstr "禁用文件索引器" #: main.cpp:80 -#, fuzzy, kde-format -#| msgid "Resume the file indexer" +#, kde-format msgid "Remove the index database" -msgstr "回复文件索引器" +msgstr "移除索引数据库" #: main.cpp:81 #, kde-format @@ -477,20 +476,19 @@ msgstr "Baloo 文件索引器没有运行" #: statuscommand.cpp:319 -#, fuzzy, kde-format -#| msgid "Stop the file indexer" +#, kde-format msgid "Total files indexed: %1" -msgstr "停止文件索引器" +msgstr "共索引文件:%1" #: statuscommand.cpp:320 #, kde-format msgid "Files waiting for content indexing: %1" -msgstr "" +msgstr "等待内容索引的文件:%1" #: statuscommand.cpp:321 #, kde-format msgid "Files failed to index: %1" -msgstr "" +msgstr "索引失败的文件:%1" #: statuscommand.cpp:329 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/zh_CN/baloodb5.po new/baloo-5.61.0/po/zh_CN/baloodb5.po --- old/baloo-5.60.0/po/zh_CN/baloodb5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/zh_CN/baloodb5.po 2019-08-03 21:50:24.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" -"PO-Revision-Date: 2019-06-02 11:52\n" +"PO-Revision-Date: 2019-07-18 14:58\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/zh_CN/balooengine5.po new/baloo-5.61.0/po/zh_CN/balooengine5.po --- old/baloo-5.60.0/po/zh_CN/balooengine5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/zh_CN/balooengine5.po 2019-08-03 21:50:24.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" -"PO-Revision-Date: 2019-06-02 11:52\n" +"PO-Revision-Date: 2019-07-18 14:58\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/zh_CN/baloomonitorplugin.po new/baloo-5.61.0/po/zh_CN/baloomonitorplugin.po --- old/baloo-5.60.0/po/zh_CN/baloomonitorplugin.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/zh_CN/baloomonitorplugin.po 2019-08-03 21:50:24.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-04 02:58+0200\n" -"PO-Revision-Date: 2019-06-02 11:52\n" +"PO-Revision-Date: 2019-07-18 14:57\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -73,4 +73,4 @@ #: ../../file/indexerstate.h:74 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "空闲 (节能)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/zh_CN/baloosearch5.po new/baloo-5.61.0/po/zh_CN/baloosearch5.po --- old/baloo-5.60.0/po/zh_CN/baloosearch5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/zh_CN/baloosearch5.po 2019-08-03 21:50:24.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" -"PO-Revision-Date: 2019-06-02 11:52\n" +"PO-Revision-Date: 2019-07-18 14:57\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/zh_CN/balooshow5.po new/baloo-5.61.0/po/zh_CN/balooshow5.po --- old/baloo-5.60.0/po/zh_CN/balooshow5.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/zh_CN/balooshow5.po 2019-08-03 21:50:24.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" -"PO-Revision-Date: 2019-06-02 11:52\n" +"PO-Revision-Date: 2019-07-18 14:57\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/zh_CN/kio5_baloosearch.po new/baloo-5.61.0/po/zh_CN/kio5_baloosearch.po --- old/baloo-5.60.0/po/zh_CN/kio5_baloosearch.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/zh_CN/kio5_baloosearch.po 2019-08-03 21:50:24.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" -"PO-Revision-Date: 2019-06-02 11:52\n" +"PO-Revision-Date: 2019-07-18 14:57\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/zh_CN/kio5_tags.po new/baloo-5.61.0/po/zh_CN/kio5_tags.po --- old/baloo-5.60.0/po/zh_CN/kio5_tags.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/zh_CN/kio5_tags.po 2019-08-03 21:50:24.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" -"PO-Revision-Date: 2019-06-02 11:52\n" +"PO-Revision-Date: 2019-07-18 14:57\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/po/zh_CN/kio5_timeline.po new/baloo-5.61.0/po/zh_CN/kio5_timeline.po --- old/baloo-5.60.0/po/zh_CN/kio5_timeline.po 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/po/zh_CN/kio5_timeline.po 2019-08-03 21:50:24.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" -"PO-Revision-Date: 2019-06-02 11:52\n" +"PO-Revision-Date: 2019-07-18 14:57\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/src/file/indexcleaner.cpp new/baloo-5.61.0/src/file/indexcleaner.cpp --- old/baloo-5.60.0/src/file/indexcleaner.cpp 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/src/file/indexcleaner.cpp 2019-08-03 21:50:24.000000000 +0200 @@ -75,12 +75,14 @@ const auto includeFolders = m_config->includeFolders(); for (const QString& folder : includeFolders) { quint64 id = filePathToId(QFile::encodeName(folder)); - tr.removeRecursively(id, shouldDelete); + if (id > 0) { + tr.removeRecursively(id, shouldDelete); + } } const auto excludeFolders = m_config->excludeFolders(); for (const QString& folder : excludeFolders) { quint64 id = filePathToId(QFile::encodeName(folder)); - if (tr.hasDocument(id)) { + if (id > 0 && tr.hasDocument(id)) { tr.removeRecursively(id, shouldDelete); } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/src/kioslaves/kded/baloosearchmodule.desktop new/baloo-5.61.0/src/kioslaves/kded/baloosearchmodule.desktop --- old/baloo-5.60.0/src/kioslaves/kded/baloosearchmodule.desktop 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/src/kioslaves/kded/baloosearchmodule.desktop 2019-08-03 21:50:24.000000000 +0200 @@ -25,7 +25,7 @@ Name[gl]=Actualizador do cartafol de busca Name[hu]=Keresésfrissítő Name[ia]=Actualisator de cerca de dossier -Name[id]=Search Folder Updater +Name[id]=Search Folder Pembaru Name[it]=Aggiornamento delle cartelle di ricerca Name[ko]=검색 폴더 업데이트 도구 Name[lt]=Paieškos aplankų atnaujinimo įrankis @@ -68,7 +68,7 @@ Comment[gl]=Permite actualizar automaticamente os cartafoles de busca. Comment[hu]=Lehetővé teszi a keresési mappák automatikus frissítését Comment[ia]=Il permitte actualisationes automatic de Dossieres de cerca -Comment[id]=Membolehkan update otomatis Pencarian Folder +Comment[id]=Membolehkan pembaruan otomatis Pencarian Folder Comment[it]=Permette l'aggiornamento automatico delle cartelle di ricerca Comment[ko]=검색 폴더 자동 업데이트 허용 Comment[lt]=Leisti automatinį paieškos aplankų atnaujinimą diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/src/kioslaves/tags/CMakeLists.txt new/baloo-5.61.0/src/kioslaves/tags/CMakeLists.txt --- old/baloo-5.60.0/src/kioslaves/tags/CMakeLists.txt 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/src/kioslaves/tags/CMakeLists.txt 2019-08-03 21:50:24.000000000 +0200 @@ -14,11 +14,11 @@ add_library(tags MODULE ${tags_LIB_SRCS}) target_link_libraries(tags - KF5::KIOWidgets + KF5::KIOCore KF5::FileMetaData KF5::I18n KF5::Baloo ) install(TARGETS tags DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/kio) -install( FILES tags.protocol DESTINATION ${SERVICES_INSTALL_DIR}) +install(FILES tags.protocol DESTINATION ${SERVICES_INSTALL_DIR}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.60.0/src/kioslaves/timeline/CMakeLists.txt new/baloo-5.61.0/src/kioslaves/timeline/CMakeLists.txt --- old/baloo-5.60.0/src/kioslaves/timeline/CMakeLists.txt 2019-07-07 20:30:07.000000000 +0200 +++ new/baloo-5.61.0/src/kioslaves/timeline/CMakeLists.txt 2019-08-03 21:50:24.000000000 +0200 @@ -15,7 +15,7 @@ add_library(timeline MODULE ${kio_timeline_SRCS}) target_link_libraries(timeline - KF5::KIOWidgets + KF5::KIOCore KF5::I18n KF5::Baloo )
