diff -Nru baloo-kf5-5.67.0/baloo.categories baloo-kf5-5.68.0/baloo.categories --- baloo-kf5-5.67.0/baloo.categories 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/baloo.categories 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -org.kde.baloo Baloo File debug IDENTIFIER [BALOO] -kf5.kio.kio_tags Baloo Tags (KIO) DEFAULT_SEVERITY [WARNING] IDENTIFIER [BALOO] -kf5.kio.kio_timeline Baloo Timeline (KIO) DEFAULT_SEVERITY [WARNING] IDENTIFIER [Baloo::KIO_TIMELINE] -org.kde.baloo.engine Baloo Engine DEFAULT_SEVERITY [WARNING] IDENTIFIER [Baloo::ENGINE] diff -Nru baloo-kf5-5.67.0/CMakeLists.txt baloo-kf5-5.68.0/CMakeLists.txt --- baloo-kf5-5.67.0/CMakeLists.txt 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/CMakeLists.txt 2020-03-07 09:32:49.000000000 +0000 @@ -1,8 +1,8 @@ # set minimum version requirements cmake_minimum_required(VERSION 3.5) set(REQUIRED_QT_VERSION 5.12.0) -set(KF5_VERSION "5.67.0") # handled by release scripts -set(KF5_DEP_VERSION "5.67.0") # handled by release scripts +set(KF5_VERSION "5.68.0") # handled by release scripts +set(KF5_DEP_VERSION "5.68.0") # handled by release scripts # set up project project(Baloo VERSION ${KF5_VERSION}) @@ -63,7 +63,7 @@ set_package_properties(LMDB PROPERTIES DESCRIPTION "Lightning Memory-Mapped Database (LMDB)" - URL "http://symas.com/mdb" + URL "https://symas.com/lmdb" TYPE REQUIRED ) if(${LMDB_FOUND}) @@ -74,7 +74,7 @@ remove_definitions(-DQT_NO_CAST_FROM_ASCII) add_definitions(-DQT_NO_FOREACH) add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300) find_package(Inotify) set_package_properties(Inotify PROPERTIES @@ -151,7 +151,5 @@ COMPONENT Devel ) -install(FILES baloo.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}) - # and we're done feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -Nru baloo-kf5-5.67.0/debian/changelog baloo-kf5-5.68.0/debian/changelog --- baloo-kf5-5.67.0/debian/changelog 2020-02-17 09:30:25.000000000 +0000 +++ baloo-kf5-5.68.0/debian/changelog 2020-03-25 20:55:05.000000000 +0000 @@ -1,3 +1,11 @@ +baloo-kf5 (5.68.0-0ubuntu1) focal; urgency=medium + + * Drop included upstream_sync-indexerconfig-on-exit.patch + * New upstream release (5.68.0) + * Update symbols from build logs. + + -- Rik Mills Wed, 25 Mar 2020 20:55:05 +0000 + baloo-kf5 (5.67.0-0ubuntu3) focal; urgency=medium * d/patches: Add upstream_sync-indexerconfig-on-exit.patch diff -Nru baloo-kf5-5.67.0/debian/control baloo-kf5-5.68.0/debian/control --- baloo-kf5-5.67.0/debian/control 2020-02-17 09:30:25.000000000 +0000 +++ baloo-kf5-5.68.0/debian/control 2020-03-25 20:55:05.000000000 +0000 @@ -6,18 +6,18 @@ Build-Depends: cmake (>= 3.0~), debhelper (>= 11~), doxygen, - extra-cmake-modules (>= 5.67.0~), + extra-cmake-modules (>= 5.68.0~), graphviz, - libkf5auth-dev (>= 5.67.0~), - libkf5config-dev (>= 5.67.0~), - libkf5coreaddons-dev (>= 5.67.0~), - libkf5crash-dev (>= 5.67.0~), - libkf5dbusaddons-dev (>= 5.67.0~), - libkf5filemetadata-dev (>= 5.67.0~), - libkf5i18n-dev (>= 5.67.0~), - libkf5idletime-dev (>= 5.67.0~), - libkf5kio-dev (>= 5.67.0~), - libkf5solid-dev (>= 5.67.0~), + libkf5auth-dev (>= 5.68.0~), + libkf5config-dev (>= 5.68.0~), + libkf5coreaddons-dev (>= 5.68.0~), + libkf5crash-dev (>= 5.68.0~), + libkf5dbusaddons-dev (>= 5.68.0~), + libkf5filemetadata-dev (>= 5.68.0~), + libkf5i18n-dev (>= 5.68.0~), + libkf5idletime-dev (>= 5.68.0~), + libkf5kio-dev (>= 5.68.0~), + libkf5solid-dev (>= 5.68.0~), liblmdb-dev, libqt5sql5-sqlite, libxapian-dev, @@ -48,8 +48,8 @@ Depends: baloo-kf5 (= ${binary:Version}), libkf5baloo5 (= ${binary:Version}), libkf5balooengine5 (= ${binary:Version}), - libkf5coreaddons-dev (>= 5.67.0~), - libkf5filemetadata-dev (>= 5.67.0~), + libkf5coreaddons-dev (>= 5.68.0~), + libkf5filemetadata-dev (>= 5.68.0~), ${misc:Depends}, ${shlibs:Depends}, Recommends: libkf5baloo-doc (= ${source:Version}) diff -Nru baloo-kf5-5.67.0/debian/libkf5baloo5.symbols baloo-kf5-5.68.0/debian/libkf5baloo5.symbols --- baloo-kf5-5.67.0/debian/libkf5baloo5.symbols 2020-02-17 09:30:25.000000000 +0000 +++ baloo-kf5-5.68.0/debian/libkf5baloo5.symbols 2020-03-25 20:55:05.000000000 +0000 @@ -1,4 +1,4 @@ -# SymbolsHelper-Confirmed: 5.67.0 amd64 arm64 armhf ppc64el s390x +# SymbolsHelper-Confirmed: 5.68.0 ppc64el s390x libKF5Baloo.so.5 libkf5baloo5 #MINVER# (optional=templinst)_ZN12KConfigGroup10writeEntryI7QStringEEvPKcRK5QListIT_E6QFlagsIN11KConfigBase15WriteConfigFlagEE@Base 5.3.0+git20150512 (optional=templinst|arch=!ppc64el)_ZN12KConfigGroup10writeEntryIbEEvPKcRKT_6QFlagsIN11KConfigBase15WriteConfigFlagEE@Base 5.3.0+git20150512 @@ -168,15 +168,15 @@ _ZTVN5Baloo10TagListJobE@Base 5.3.0+git20150512 _ZTVN5Baloo11FileMonitorE@Base 5.3.0+git20150512 _ZTVN5Baloo13QueryRunnableE@Base 5.3.0+git20150512 - _ZZZN13BalooSettings10setFoldersERK11QStringListENKUlvE_clEvE15qstring_literal@Base 5.67.0 - _ZZZN13BalooSettings12setDbVersionEiENKUlvE_clEvE15qstring_literal@Base 5.67.0 - _ZZZN13BalooSettings18setExcludedFiltersERK11QStringListENKUlvE_clEvE15qstring_literal@Base 5.67.0 - _ZZZN13BalooSettings18setExcludedFoldersERK11QStringListENKUlvE_clEvE15qstring_literal@Base 5.67.0 - _ZZZN13BalooSettings18setIndexingEnabledEbENKUlvE_clEvE15qstring_literal@Base 5.67.0 - _ZZZN13BalooSettings20setExcludedMimetypesERK11QStringListENKUlvE_clEvE15qstring_literal@Base 5.67.0 - _ZZZN13BalooSettings20setOnlyBasicIndexingEbENKUlvE_clEvE15qstring_literal@Base 5.67.0 - _ZZZN13BalooSettings21setIndexHiddenFoldersEbENKUlvE_clEvE15qstring_literal@Base 5.67.0 - _ZZZN13BalooSettings23setDisableInitialUpdateEbENKUlvE_clEvE15qstring_literal@Base 5.67.0 - _ZZZN13BalooSettings25setExcludedFiltersVersionEiENKUlvE_clEvE15qstring_literal@Base 5.67.0 + _ZZZNK13BalooSettings18isFoldersImmutableEvENKUlvE_clEvE15qstring_literal@Base 5.68.0 + _ZZZNK13BalooSettings20isDbVersionImmutableEvENKUlvE_clEvE15qstring_literal@Base 5.68.0 + _ZZZNK13BalooSettings26isExcludedFiltersImmutableEvENKUlvE_clEvE15qstring_literal@Base 5.68.0 + _ZZZNK13BalooSettings26isExcludedFoldersImmutableEvENKUlvE_clEvE15qstring_literal@Base 5.68.0 + _ZZZNK13BalooSettings26isIndexingEnabledImmutableEvENKUlvE_clEvE15qstring_literal@Base 5.68.0 + _ZZZNK13BalooSettings28isExcludedMimetypesImmutableEvENKUlvE_clEvE15qstring_literal@Base 5.68.0 + _ZZZNK13BalooSettings28isOnlyBasicIndexingImmutableEvENKUlvE_clEvE15qstring_literal@Base 5.68.0 + _ZZZNK13BalooSettings29isIndexHiddenFoldersImmutableEvENKUlvE_clEvE15qstring_literal@Base 5.68.0 + _ZZZNK13BalooSettings31isDisableInitialUpdateImmutableEvENKUlvE_clEvE15qstring_literal@Base 5.68.0 + _ZZZNK13BalooSettings33isExcludedFiltersVersionImmutableEvENKUlvE_clEvE15qstring_literal@Base 5.68.0 (c++)"non-virtual thunk to Baloo::QueryRunnable::run()@Base" 5.3.0+git20150512 (c++)"non-virtual thunk to Baloo::QueryRunnable::~QueryRunnable()@Base" 5.3.0+git20150512 diff -Nru baloo-kf5-5.67.0/debian/patches/series baloo-kf5-5.68.0/debian/patches/series --- baloo-kf5-5.67.0/debian/patches/series 2020-02-17 09:30:25.000000000 +0000 +++ baloo-kf5-5.68.0/debian/patches/series 2020-03-25 20:55:05.000000000 +0000 @@ -1,3 +1,2 @@ fix-822499.patch #Disable-the-file-indexer-by-default.patch -upstream_sync-indexerconfig-on-exit.patch diff -Nru baloo-kf5-5.67.0/debian/patches/upstream_sync-indexerconfig-on-exit.patch baloo-kf5-5.68.0/debian/patches/upstream_sync-indexerconfig-on-exit.patch --- baloo-kf5-5.67.0/debian/patches/upstream_sync-indexerconfig-on-exit.patch 2020-02-17 09:30:25.000000000 +0000 +++ baloo-kf5-5.68.0/debian/patches/upstream_sync-indexerconfig-on-exit.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,38 +0,0 @@ -From a0f8e748159b6bc0b8e5eaa1f9eb58a18ca736fa Mon Sep 17 00:00:00 2001 -From: David Edmundson -Date: Thu, 13 Feb 2020 16:52:40 +0000 -Subject: Sync IndexerConfig on exit - -Summary: -KCoreConfigSkeleton, unlike KConfig does not automagically save on exit. - -BUG: 417127 - -Test Plan: -balooctl disable -balooctl enable - -Subscribers: kde-frameworks-devel, #baloo - -Tags: #frameworks, #baloo - -Differential Revision: https://phabricator.kde.org/D27376 ---- - src/lib/indexerconfig.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/lib/indexerconfig.cpp b/src/lib/indexerconfig.cpp -index 66786b9..19ae342 100644 ---- a/src/lib/indexerconfig.cpp -+++ b/src/lib/indexerconfig.cpp -@@ -43,6 +43,7 @@ IndexerConfig::IndexerConfig() - - IndexerConfig::~IndexerConfig() - { -+ d->m_settings.save(); - delete d; - } - --- -cgit v1.1 - diff -Nru baloo-kf5-5.67.0/.gitignore baloo-kf5-5.68.0/.gitignore --- baloo-kf5-5.67.0/.gitignore 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/.gitignore 2020-03-07 09:32:49.000000000 +0000 @@ -37,3 +37,4 @@ *.kdev4 +.cmake/ diff -Nru baloo-kf5-5.67.0/KF5BalooConfig.cmake.in baloo-kf5-5.68.0/KF5BalooConfig.cmake.in --- baloo-kf5-5.67.0/KF5BalooConfig.cmake.in 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/KF5BalooConfig.cmake.in 2020-03-07 09:32:49.000000000 +0000 @@ -12,7 +12,7 @@ set_package_properties(LMDB PROPERTIES DESCRIPTION "The Lightning Memory-Mapped Databse (LMDB)" - URL "http://symas.com/mdb" + URL "https://symas.com/lmdb" ) include("${CMAKE_CURRENT_LIST_DIR}/KF5BalooTargets.cmake") diff -Nru baloo-kf5-5.67.0/po/ar/balooctl5.po baloo-kf5-5.68.0/po/ar/balooctl5.po --- baloo-kf5-5.67.0/po/ar/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ar/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2018-06-08 15:31+0300\n" "Last-Translator: Safa Alfulaij \n" "Language-Team: Arabic \n" @@ -427,6 +427,11 @@ msgid ": Ok\n" msgstr ": تم" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/ar/kio5_timeline.po baloo-kf5-5.68.0/po/ar/kio5_timeline.po --- baloo-kf5-5.67.0/po/ar/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ar/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2018-06-09 20:10+0300\n" "Last-Translator: Safa Alfulaij \n" "Language-Team: Arabic \n" @@ -19,9 +19,15 @@ "X-Generator: Lokalize 2.0\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/ast/balooctl5.po baloo-kf5-5.68.0/po/ast/balooctl5.po --- baloo-kf5-5.67.0/po/ast/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ast/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: baloo\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2020-01-19 13:52+0100\n" "Last-Translator: enolp \n" "Language-Team: Asturian \n" @@ -403,6 +403,11 @@ msgid ": Ok\n" msgstr ": Fecho\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/ast/kio5_timeline.po baloo-kf5-5.68.0/po/ast/kio5_timeline.po --- baloo-kf5-5.67.0/po/ast/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ast/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the baloo package. # -# enolp , 2019. +# enolp , 2019, 2020. msgid "" msgstr "" "Project-Id-Version: baloo\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2019-08-11 19:04+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-02-26 10:03+0100\n" "Last-Translator: enolp \n" "Language-Team: Asturian \n" "Language: ast\n" @@ -15,17 +15,17 @@ "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.3\n" +"X-Generator: Lokalize 19.12.2\n" #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" msgid "MMMM yyyy" -msgstr "MMMM de yyyy" +msgstr "MMMM del yyyy" #: kio_timeline.cpp:143 #, kde-format diff -Nru baloo-kf5-5.67.0/po/bs/balooctl5.po baloo-kf5-5.68.0/po/bs/balooctl5.po --- baloo-kf5-5.67.0/po/bs/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/bs/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: bosnianuniversetranslation\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2015-01-04 13:01+0000\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" @@ -402,6 +402,11 @@ msgid ": Ok\n" msgstr "" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, fuzzy, kde-format #| msgid "Print the status of the indexer" diff -Nru baloo-kf5-5.67.0/po/bs/kio5_timeline.po baloo-kf5-5.68.0/po/bs/kio5_timeline.po --- baloo-kf5-5.67.0/po/bs/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/bs/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdebase-runtime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-02-04 15:37+0000\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" @@ -23,7 +23,7 @@ #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/ca/balooctl5.po baloo-kf5-5.68.0/po/ca/balooctl5.po --- baloo-kf5-5.67.0/po/ca/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ca/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -9,9 +9,9 @@ msgstr "" "Project-Id-Version: balooctl5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-19 12:07+0100\n" -"Last-Translator: Josep Ma. Ferrer \n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-17 08:23+0100\n" +"Last-Translator: Antoni Bella Pérez \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 20.03.70\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -411,6 +411,11 @@ msgid ": Ok\n" msgstr ": D'acord\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "Interfície CLI per al monitoratge del Baloo" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/ca/kio5_timeline.po baloo-kf5-5.68.0/po/ca/kio5_timeline.po --- baloo-kf5-5.67.0/po/ca/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ca/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -1,17 +1,17 @@ # Translation of kio5_timeline.po to Catalan -# Copyright (C) 2014-2015 This_file_is_part_of_KDE +# Copyright (C) 2014-2020 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. # -# Josep Ma. Ferrer , 2014. +# Josep Ma. Ferrer , 2014, 2020. # Antoni Bella Pérez , 2015. msgid "" msgstr "" "Project-Id-Version: kio5_timeline\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2015-09-10 02:07+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-02-26 19:53+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/ca@valencia/balooctl5.po baloo-kf5-5.68.0/po/ca@valencia/balooctl5.po --- baloo-kf5-5.67.0/po/ca@valencia/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ca@valencia/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: balooctl5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2019-06-11 19:32+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" @@ -425,6 +425,11 @@ msgid ": Ok\n" msgstr ": D'acord" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/ca@valencia/kio5_timeline.po baloo-kf5-5.68.0/po/ca@valencia/kio5_timeline.po --- baloo-kf5-5.67.0/po/ca@valencia/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ca@valencia/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kio5_timeline\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-09-10 02:07+0100\n" "Last-Translator: Antoni Bella Pérez \n" "Language-Team: Catalan \n" @@ -22,9 +22,15 @@ "X-Generator: Lokalize 2.0\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/cs/balooctl5.po baloo-kf5-5.68.0/po/cs/balooctl5.po --- baloo-kf5-5.67.0/po/cs/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/cs/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2019-08-29 16:08+0200\n" "Last-Translator: Vit Pelcak \n" "Language-Team: Czech \n" @@ -397,6 +397,11 @@ msgid ": Ok\n" msgstr "" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/cs/kio5_timeline.po baloo-kf5-5.68.0/po/cs/kio5_timeline.po --- baloo-kf5-5.67.0/po/cs/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/cs/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2017-03-08 10:49+0100\n" "Last-Translator: Vít Pelčák \n" "Language-Team: Czech \n" @@ -18,9 +18,15 @@ "X-Generator: Lokalize 2.0\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/da/balooctl5.po baloo-kf5-5.68.0/po/da/balooctl5.po --- baloo-kf5-5.67.0/po/da/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/da/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2020-01-30 19:41+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -406,6 +406,11 @@ msgid ": Ok\n" msgstr ": OK\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/da/kio5_timeline.po baloo-kf5-5.68.0/po/da/kio5_timeline.po --- baloo-kf5-5.67.0/po/da/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/da/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-11-22 22:41+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -18,9 +18,15 @@ "X-Generator: Lokalize 2.0\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/de/balooctl5.po baloo-kf5-5.68.0/po/de/balooctl5.po --- baloo-kf5-5.67.0/po/de/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/de/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2020-01-27 06:26+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" @@ -404,6 +404,11 @@ msgid ": Ok\n" msgstr ": OK\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/de/kio5_timeline.po baloo-kf5-5.68.0/po/de/kio5_timeline.po --- baloo-kf5-5.67.0/po/de/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/de/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-09-14 17:42+0200\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" @@ -15,9 +15,15 @@ "X-Generator: Lokalize 1.5\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/el/balooctl5.po baloo-kf5-5.68.0/po/el/balooctl5.po --- baloo-kf5-5.67.0/po/el/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/el/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2015-10-27 00:02+0200\n" "Last-Translator: Stelios \n" "Language-Team: Greek \n" @@ -420,6 +420,11 @@ msgid ": Ok\n" msgstr "" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/el/kio5_timeline.po baloo-kf5-5.68.0/po/el/kio5_timeline.po --- baloo-kf5-5.67.0/po/el/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/el/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2014-02-03 03:22+0200\n" "Last-Translator: Antonis Geralis \n" "Language-Team: Greek \n" @@ -20,7 +20,7 @@ #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/en_GB/balooctl5.po baloo-kf5-5.68.0/po/en_GB/balooctl5.po --- baloo-kf5-5.67.0/po/en_GB/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/en_GB/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2019-12-29 13:33+0000\n" "Last-Translator: Steve Allewell \n" "Language-Team: British English \n" @@ -420,6 +420,11 @@ msgid ": Ok\n" msgstr ": Ok" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/en_GB/kio5_timeline.po baloo-kf5-5.68.0/po/en_GB/kio5_timeline.po --- baloo-kf5-5.67.0/po/en_GB/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/en_GB/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-09-12 11:39+0100\n" "Last-Translator: \n" "Language-Team: British English \n" @@ -18,9 +18,15 @@ "X-Generator: Lokalize 1.5\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/es/balooctl5.po baloo-kf5-5.68.0/po/es/balooctl5.po --- baloo-kf5-5.67.0/po/es/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/es/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-20 14:14+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-19 00:31+0100\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" "Language: es\n" @@ -17,7 +17,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.12.1\n" +"X-Generator: Lokalize 19.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -409,6 +409,11 @@ msgid ": Ok\n" msgstr ": Correcto\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "Interfaz CLI para monitorizar Baloo" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/es/kio5_timeline.po baloo-kf5-5.68.0/po/es/kio5_timeline.po --- baloo-kf5-5.67.0/po/es/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/es/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Automatically generated, 2014. -# Eloy Cuadra , 2014, 2015. +# Eloy Cuadra , 2014, 2015, 2020. msgid "" msgstr "" "Project-Id-Version: kio_timeline\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2015-09-09 14:43+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-02-29 00:29+0100\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" "Language: es\n" @@ -17,12 +17,12 @@ "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" +"X-Generator: Lokalize 19.12.2\n" #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/et/balooctl5.po baloo-kf5-5.68.0/po/et/balooctl5.po --- baloo-kf5-5.67.0/po/et/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/et/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-19 10:44+0200\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-17 17:49+0200\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" "Language: et\n" @@ -404,6 +404,11 @@ msgid ": Ok\n" msgstr ": Ok\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "Baloo jälgimise käsurealiides" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/et/kio5_timeline.po baloo-kf5-5.68.0/po/et/kio5_timeline.po --- baloo-kf5-5.67.0/po/et/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/et/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -1,26 +1,26 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Marek Laane , 2016. +# Marek Laane , 2016, 2020. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2016-09-09 01:32+0300\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-02-26 21:13+0200\n" "Last-Translator: Marek Laane \n" -"Language-Team: Estonian \n" +"Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "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" +"X-Generator: Lokalize 19.08.1\n" #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/eu/balooctl5.po baloo-kf5-5.68.0/po/eu/balooctl5.po --- baloo-kf5-5.67.0/po/eu/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/eu/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: baloo\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-19 21:28+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-18 23:44+0100\n" "Last-Translator: Iñigo Salvador Azurmendi \n" "Language-Team: Basque \n" "Language: eu\n" @@ -20,7 +20,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.12.1\n" +"X-Generator: Lokalize 19.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -412,6 +412,11 @@ msgid ": Ok\n" msgstr ": Ados\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "Baloo gainbegiratzeko CLI interfazea" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/eu/kio5_timeline.po baloo-kf5-5.68.0/po/eu/kio5_timeline.po --- baloo-kf5-5.67.0/po/eu/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/eu/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -1,29 +1,30 @@ # Translation of kio5_timeline.po to Euskara/Basque (eu). # Copyright (C) 2017, Free Software Foundation, Inc. -# This file is distributed under the same license as the kde-workspace package. -# KDE Euskaratzeko proiektuaren arduraduna . +# Copyright (C) 2018-2020, This file is copyright:# +# This file is distributed under the same license as the baloo package. +# KDE euskaratzeko proiektuaren arduraduna . # # Translators: -# Iñigo Salvador Azurmendi , 2017. +# Iñigo Salvador Azurmendi , 2017, 2020. msgid "" msgstr "" -"Project-Id-Version: kio5_timeline\n" +"Project-Id-Version: baloo\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2017-08-30 00:12+0100\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-02-29 15:38+0100\n" "Last-Translator: Iñigo Salvador Azurmendi \n" -"Language-Team: Basque \n" +"Language-Team: Basque \n" "Language: eu\n" "MIME-Version: 1.0\n" "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.12.2\n" #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/fi/balooctl5.po baloo-kf5-5.68.0/po/fi/balooctl5.po --- baloo-kf5-5.67.0/po/fi/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/fi/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2020-01-17 18:07+0200\n" "Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish \n" @@ -423,6 +423,11 @@ msgid ": Ok\n" msgstr ": OK" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/fi/kio5_timeline.po baloo-kf5-5.68.0/po/fi/kio5_timeline.po --- baloo-kf5-5.67.0/po/fi/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/fi/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-09-10 12:18+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" @@ -18,9 +18,15 @@ "X-Generator: Lokalize 2.0\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/fr/balooctl5.po baloo-kf5-5.68.0/po/fr/balooctl5.po --- baloo-kf5-5.67.0/po/fr/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/fr/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2019-12-28 13:13+0800\n" "Last-Translator: Simon Depiets \n" "Language-Team: French \n" @@ -427,6 +427,11 @@ msgid ": Ok\n" msgstr ": Ok" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/fr/kio5_timeline.po baloo-kf5-5.68.0/po/fr/kio5_timeline.po --- baloo-kf5-5.67.0/po/fr/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/fr/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2016-11-23 15:15+0100\n" "Last-Translator: Vincent Pinon \n" "Language-Team: French \n" @@ -23,9 +23,15 @@ "X-Text-Markup: kde4\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/gd/balooctl5.po baloo-kf5-5.68.0/po/gd/balooctl5.po --- baloo-kf5-5.67.0/po/gd/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/gd/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2016-04-29 13:11+0100\n" "Last-Translator: GunChleoc \n" "Language-Team: Fòram na Gàidhlig\n" @@ -430,6 +430,11 @@ msgid ": Ok\n" msgstr "" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/gd/kio5_timeline.po baloo-kf5-5.68.0/po/gd/kio5_timeline.po --- baloo-kf5-5.67.0/po/gd/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/gd/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-11-04 15:13+0000\n" "Last-Translator: Michael Bauer \n" "Language-Team: Fòram na Gàidhlig\n" @@ -20,9 +20,15 @@ "X-Project-Style: kde\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/gl/balooctl5.po baloo-kf5-5.68.0/po/gl/balooctl5.po --- baloo-kf5-5.67.0/po/gl/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/gl/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2019-07-13 16:55+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) \n" "Language-Team: Galician \n" @@ -420,6 +420,11 @@ msgid ": Ok\n" msgstr ": Ben" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/gl/kio5_timeline.po baloo-kf5-5.68.0/po/gl/kio5_timeline.po --- baloo-kf5-5.67.0/po/gl/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/gl/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-11-07 11:11+0100\n" "Last-Translator: Adrián Chaves Fernández (Gallaecio) \n" @@ -19,9 +19,15 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/he/kio5_timeline.po baloo-kf5-5.68.0/po/he/kio5_timeline.po --- baloo-kf5-5.67.0/po/he/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/he/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio5_timeline\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2017-05-16 06:50-0400\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Hebrew \n" @@ -21,7 +21,7 @@ #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/hu/balooctl5.po baloo-kf5-5.68.0/po/hu/balooctl5.po --- baloo-kf5-5.67.0/po/hu/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/hu/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2019-11-12 19:33+0100\n" "Last-Translator: Kristóf Kiszel \n" "Language-Team: Hungarian \n" @@ -422,6 +422,11 @@ msgid ": Ok\n" msgstr ": OK" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/hu/kio5_timeline.po baloo-kf5-5.68.0/po/hu/kio5_timeline.po --- baloo-kf5-5.67.0/po/hu/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/hu/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2017-02-17 15:26+0100\n" "Last-Translator: Kiszel Kristóf \n" "Language-Team: Hungarian \n" @@ -20,9 +20,15 @@ "X-Generator: Lokalize 2.0\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/ia/balooctl5.po baloo-kf5-5.68.0/po/ia/balooctl5.po --- baloo-kf5-5.67.0/po/ia/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ia/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -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. # -# Giovanni Sora , 2014, 2016, 2017, 2019. +# Giovanni Sora , 2014, 2016, 2017, 2019, 2020. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2019-12-19 23:24+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-18 19:52+0100\n" "Last-Translator: Giovanni Sora \n" "Language-Team: Interlingua \n" "Language: ia\n" @@ -80,12 +80,12 @@ #: ../../file/indexerstate.h:75 #, kde-format msgid "Idle (Powersave)" -msgstr "" +msgstr "Inactive(Powersave)" #: ../../file/indexerstate.h:78 #, kde-format msgid "Not Running" -msgstr "" +msgstr "Il non es in execution" #: configcommand.cpp:58 #, kde-format @@ -93,26 +93,25 @@ msgstr "Manipula le configuration de Baloo" #: configcommand.cpp:81 -#, fuzzy, kde-format -#| msgid "The config command can be used to manipulate the Baloo Configuration" +#, kde-format msgid "The config command can be used to manipulate the Baloo Configuration\n" msgstr "" "Le commando de config pote esser usate per manipular le configuration de " -"Baloo" +"Baloo\n" #: configcommand.cpp:82 -#, fuzzy, kde-format -#| msgid "Usage: balooctl config " +#, kde-format msgid "" "Usage: balooctl config \n" "\n" -msgstr "Usage: balooctl config " +msgstr "" +"Usage: balooctl config \n" +"\n" #: configcommand.cpp:83 -#, fuzzy, kde-format -#| msgid "Possible Commands:" +#, kde-format msgid "Possible Commands:\n" -msgstr "Commandos possibile:" +msgstr "Commandos possibile:\n" #: configcommand.cpp:86 #, kde-format @@ -140,12 +139,13 @@ msgstr "Monstra iste menu de adjuta" #: configcommand.cpp:96 -#, fuzzy, kde-format -#| msgid "The following configuration options may be listed:" +#, kde-format msgid "" "The following configuration options may be listed:\n" "\n" -msgstr "Le sequente optiones de configuratione pote esser listate:" +msgstr "" +"Le sequente optiones de configuratione pote esser listate:\n" +"\n" #: configcommand.cpp:98 configcommand.cpp:377 #, kde-format @@ -179,25 +179,24 @@ #: configcommand.cpp:155 configcommand.cpp:246 configcommand.cpp:369 #: configcommand.cpp:439 -#, fuzzy, kde-format -#| msgid "Config parameter could not be found" +#, kde-format msgid "Config parameter could not be found\n" -msgstr "Le parametro de configurar non poteva esser trovate" +msgstr "Le parametro de configurar non poteva esser trovate\n" #: configcommand.cpp:161 configcommand.cpp:252 configcommand.cpp:375 -#, fuzzy, kde-format -#| msgid "The following configuration options may be modified:" +#, kde-format msgid "" "The following configuration options may be modified:\n" "\n" -msgstr "Le sequente optiones de configuration pote esser modificate:" +msgstr "" +"Le sequente optiones de configuration pote esser modificate:\n" +"\n" #: configcommand.cpp:174 configcommand.cpp:194 configcommand.cpp:265 #: configcommand.cpp:300 -#, fuzzy, kde-format -#| msgid "A folder must be provided" +#, kde-format msgid "A folder must be provided\n" -msgstr "Un dossier debe esser fornite" +msgstr "Un dossier debe esser fornite\n" #: configcommand.cpp:182 #, kde-format @@ -210,10 +209,9 @@ msgstr "%1 non es in le lista de dossieres de excluder" #: configcommand.cpp:214 configcommand.cpp:335 -#, fuzzy, kde-format -#| msgid "A filter must be provided" +#, kde-format msgid "A filter must be provided\n" -msgstr "Un filtro debe esser fornite" +msgstr "Un filtro debe esser fornite\n" #: configcommand.cpp:220 #, kde-format @@ -221,10 +219,9 @@ msgstr "%1 non es in le lista de filtros de excluder" #: configcommand.cpp:231 configcommand.cpp:353 -#, fuzzy, kde-format -#| msgid "A mimetype must be provided" +#, kde-format msgid "A mimetype must be provided\n" -msgstr "Un mimetype debe esser fornite" +msgstr "Un mimetype debe esser fornite\n" #: configcommand.cpp:237 #, kde-format @@ -232,16 +229,14 @@ msgstr "%1 non es in le lista de mimetypes de excluder" #: configcommand.cpp:271 configcommand.cpp:306 -#, fuzzy, kde-format -#| msgid "Path does not exist" +#, kde-format msgid "Path does not exist\n" -msgstr "Le percurso non existe" +msgstr "Le percurso non existe\n" #: configcommand.cpp:276 configcommand.cpp:311 -#, fuzzy, kde-format -#| msgid "Path is not a directory" +#, kde-format msgid "Path is not a directory\n" -msgstr "Le percurso non es un directorio" +msgstr "Le percurso non es un directorio\n" #: configcommand.cpp:283 #, kde-format @@ -259,28 +254,24 @@ msgstr "%1 jam es in le lista de dossieres de excluder" #: configcommand.cpp:341 -#, fuzzy, kde-format -#| msgid "Exclude filter is already in the list" +#, kde-format msgid "Exclude filter is already in the list\n" -msgstr "Filtro de excluder jam es in le lista" +msgstr "Filtro de excluder jam es in le lista\n" #: configcommand.cpp:359 -#, fuzzy, kde-format -#| msgid "Exclude mimetype is already in the list" +#, kde-format msgid "Exclude mimetype is already in the list\n" -msgstr "Mimetype de excluder jam es in le lista" +msgstr "Mimetype de excluder jam es in le lista\n" #: configcommand.cpp:387 configcommand.cpp:414 -#, fuzzy, kde-format -#| msgid "A value must be provided" +#, kde-format msgid "A value must be provided\n" -msgstr "Un valor debe esser fornite" +msgstr "Un valor debe esser fornite\n" #: configcommand.cpp:408 configcommand.cpp:435 -#, fuzzy, kde-format -#| msgid "Invalid value" +#, kde-format msgid "Invalid value\n" -msgstr "Valor invalide" +msgstr "Valor invalide\n" #: main.cpp:65 #, kde-format @@ -377,32 +368,34 @@ "The default format is \"%1\".\n" "Only applies to \"%4\"" msgstr "" +"Formato de egresso <%1|%2|%3>.\n" +"Le formato predefinite es \"%1\".\n" +"Solmente applica a \"%4\"" #: main.cpp:94 #, kde-format msgid "format" -msgstr "" +msgstr "formato" #: monitorcommand.cpp:68 #, kde-format msgid "Press ctrl+c to stop monitoring\n" -msgstr "" +msgstr "Pressa ctrl+c per stoppar controlar (monitoring)\n" #: monitorcommand.cpp:86 #, kde-format msgid "Waiting for file indexer to start\n" -msgstr "" +msgstr "Attendente que le indicisator de file starta\n" #: monitorcommand.cpp:87 #, kde-format msgid "Press Ctrl+C to stop monitoring\n" -msgstr "" +msgstr "Pressa Ctrl+C per stoppar controlar (monitoring)\n" #: monitorcommand.cpp:94 -#, fuzzy, kde-format -#| msgid "File indexer is running" +#, kde-format msgid "File indexer is running\n" -msgstr "Indicisator de file es executante" +msgstr "Indicisator de file es executante\n" #: monitorcommand.cpp:107 #, kde-format @@ -413,7 +406,12 @@ #: monitorcommand.cpp:120 #, kde-format msgid ": Ok\n" -msgstr "" +msgstr ": Ok\n" + +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "Interfacie CLI per supervisionar Baloo" #: statuscommand.cpp:45 #, kde-format @@ -423,48 +421,48 @@ #: statuscommand.cpp:129 #, kde-format msgid "File ignored" -msgstr "" +msgstr "File ignorate" #: statuscommand.cpp:130 #, kde-format msgid "Basic Indexing: Disabled" -msgstr "" +msgstr "Indicisator basic: dishabilitate" #: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" -msgstr "" +msgstr "Indicisator basic: planificate" #: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 #: statuscommand.cpp:136 #, kde-format msgid "Basic Indexing: Done" -msgstr "" +msgstr "Indicisator basic: facite" #: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" -msgstr "" +msgstr "Indicisator de contento: planificate" #: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" -msgstr "" +msgstr "Indicisator de contento: falleva" #: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" -msgstr "" +msgstr "Indicisator de contento: facite" #: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 #, kde-format msgid "Ignoring non-existent file %1" -msgstr "" +msgstr "Ignorante file non existente %1" #: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 #, kde-format msgid "Ignoring symlink/special file %1" -msgstr "" +msgstr "Ignorante symlink/special file %1" #: statuscommand.cpp:163 #, kde-format @@ -474,7 +472,7 @@ #: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" -msgstr "" +msgstr "Formato de egresso \"%1\" es invalide" #: statuscommand.cpp:281 #, kde-format @@ -483,16 +481,14 @@ "Baloo es currentemente deactivate. Per activar lo, pro favor tu executa %1" #: statuscommand.cpp:287 -#, fuzzy, kde-format -#| msgid "Baloo Index could not be opened" +#, kde-format msgid "Baloo Index could not be opened\n" -msgstr "Indice de Baloo non pote esser aperite" +msgstr "Indice de Baloo non pote esser aperite\n" #: statuscommand.cpp:308 -#, fuzzy, kde-format -#| msgid "Baloo File Indexer is running" +#, kde-format msgid "Baloo File Indexer is running\n" -msgstr "Indicisator de file Baloo es executante" +msgstr "Indicisator de file Baloo es executante\n" #: statuscommand.cpp:309 #, kde-format @@ -500,10 +496,9 @@ msgstr "Stato de indicisator: %1" #: statuscommand.cpp:312 -#, fuzzy, kde-format -#| msgid "Baloo File Indexer is not running" +#, kde-format msgid "Baloo File Indexer is not running\n" -msgstr "Indicisator de file Baloo non es executante" +msgstr "Indicisator de file Baloo non es executante\n" #: statuscommand.cpp:319 #, kde-format @@ -513,20 +508,19 @@ #: statuscommand.cpp:320 #, kde-format msgid "Files waiting for content indexing: %1" -msgstr "" +msgstr "Files expectante per indicisation de contextyo: %1" #: statuscommand.cpp:321 #, kde-format msgid "Files failed to index: %1" -msgstr "" +msgstr "Files falleva a indicisar: %1" #: statuscommand.cpp:329 #, kde-format msgid "Current size of index is %1" -msgstr "" +msgstr "Grandor actual del indice es %1" #: statuscommand.cpp:331 -#, fuzzy, kde-format -#| msgid "Index does not exist yet" +#, kde-format msgid "Index does not exist yet\n" -msgstr "Le percurso non existe ancora" +msgstr "Le percurso non existe ancora\n" diff -Nru baloo-kf5-5.67.0/po/ia/baloodb5.po baloo-kf5-5.68.0/po/ia/baloodb5.po --- baloo-kf5-5.67.0/po/ia/baloodb5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ia/baloodb5.po 2020-03-07 09:32:49.000000000 +0000 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the baloo package. # -# Giovanni Sora , 2019. +# Giovanni Sora , 2019, 2020. msgid "" msgstr "" "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: 2019-12-22 21:17+0100\n" -"Last-Translator: Giovanni Sora \n" -"Language-Team: Interlingua \n" +"PO-Revision-Date: 2020-02-13 12:14+0100\n" +"Last-Translator: giovanni \n" +"Language-Team: Interlingua \n" "Language: ia\n" "MIME-Version: 1.0\n" "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 18.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -38,6 +38,13 @@ "device id.\n" "May be given multiple times." msgstr "" +"Filtra per id. de dispositivo\n" +"0 (predefinite) non filtra e toto es imprimite.\n" +"Numeros positive es includente filtros, solmente imprime le id de " +"dispositivos mentionate.\n" +"Numeros negative numbers es excludente filtros, imprime toto ma non le id. " +"de dispositivos mentionate.\n" +"Il pote esser date muklte vices." #: main.cpp:53 #, kde-format @@ -50,11 +57,13 @@ "List only inaccessible entries.\n" "Only applies to \"%1\"" msgstr "" +"Lista solmente entratas non accessibile.\n" +"Solmente applica a \"%1\"" #: main.cpp:62 #, kde-format msgid "Act only on item on mounted devices" -msgstr "" +msgstr "Age solmente sur elemento sur dispositivos montate" #: main.cpp:66 #, kde-format @@ -62,12 +71,16 @@ "Print results of a cleaning operation, but do not change anything.\n" "Only applies to \"%1\" command" msgstr "" +"IMprime exitos de un operation de nettage, ma non cambia ulle.\n" +"Somnete applica al commando \"%1\"" #: main.cpp:74 #, kde-format msgid "" "List database contents. Use a regular expression as argument to filter output" msgstr "" +"Lista contentos de base de datos. Usa un expression regular como argumento " +"per filtrar exito" #: main.cpp:85 #, kde-format @@ -95,12 +108,12 @@ #: main.cpp:162 #, kde-format msgid "Baloo Database Sanitizer" -msgstr "" +msgstr "Baloo Database Sanitizer (Mundator de base de datos)" #: main.cpp:164 #, kde-format msgid "The Baloo Database Lister & Sanitizer" -msgstr "" +msgstr "Le Listator & Mundator de base de datos Baloo" #: main.cpp:166 #, kde-format @@ -120,7 +133,7 @@ #: main.cpp:173 #, kde-format msgid "The command to execute" -msgstr "" +msgstr "Le commando de executar" #: main.cpp:177 #, kde-format @@ -129,16 +142,18 @@ "A regular expression applied to the URL of database items\n" "Example: %1" msgstr "" +"UN expression regular applicate al URL de elementos de base de datos\n" +"Exemplo: %1" #: main.cpp:234 main.cpp:242 main.cpp:252 #, kde-format msgid "Baloo Index could not be opened" -msgstr "" +msgstr "Indice de Baloo non pote esser aperite" #: main.cpp:238 main.cpp:246 #, kde-format msgid "Listing database contents..." -msgstr "" +msgstr "Listante contentos de base de datos ..." #: main.cpp:256 #, kde-format diff -Nru baloo-kf5-5.67.0/po/ia/balooshow5.po baloo-kf5-5.68.0/po/ia/balooshow5.po --- baloo-kf5-5.67.0/po/ia/balooshow5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ia/balooshow5.po 2020-03-07 09:32:49.000000000 +0000 @@ -2,21 +2,21 @@ # This file is distributed under the same license as the PACKAGE package. # # Giovanni Sora , 2014. -# G.Sora , 2014, 2017, 2019. +# G.Sora , 2014, 2017, 2019, 2020. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2019-12-22 22:03+0100\n" -"Last-Translator: Giovanni Sora \n" -"Language-Team: Interlingua \n" +"PO-Revision-Date: 2020-02-13 12:17+0100\n" +"Last-Translator: giovanni \n" +"Language-Team: Interlingua \n" "Language: ia\n" "MIME-Version: 1.0\n" "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 18.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -56,7 +56,7 @@ #: main.cpp:70 #, kde-format msgid "Urls, document ids or inodes of the files" -msgstr "" +msgstr "Urls, ids de documento o inodes del files" #: main.cpp:72 #, kde-format @@ -66,7 +66,7 @@ #: main.cpp:74 #, kde-format msgid "Arguments are interpreted as inode numbers (requires -d)" -msgstr "" +msgstr "Argumentos es interpretate como numeros de inode (il require -d)" #: main.cpp:76 #, kde-format @@ -76,7 +76,7 @@ #: main.cpp:99 #, kde-format msgid "Error: -i requires specifying a device (-d )" -msgstr "" +msgstr "Error: -i require specificar un dispositivo (-d )" #: main.cpp:105 #, kde-format @@ -91,11 +91,12 @@ #, kde-format msgid "The document IDs of the Baloo DB and the filesystem are different:" msgstr "" +"Le IDs del documento del DB de Baloo e le systema de file es differente:" #: main.cpp:138 #, kde-format msgid "%1: Not a valid url or document id" -msgstr "" +msgstr "%1: Non es un valide url o id de documento" #: main.cpp:142 main.cpp:179 #, kde-format @@ -105,7 +106,7 @@ #: main.cpp:153 #, kde-format msgid "%1: Failed to parse inode number" -msgstr "" +msgstr "%1: Il falleva a analysar numero de inode" #: main.cpp:228 #, kde-format diff -Nru baloo-kf5-5.67.0/po/ia/kio5_timeline.po baloo-kf5-5.68.0/po/ia/kio5_timeline.po --- baloo-kf5-5.67.0/po/ia/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ia/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -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. # -# Giovanni Sora , 2014, 2016. +# Giovanni Sora , 2014, 2016, 2020. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2016-02-01 13:39+0100\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-02-27 21:54+0100\n" "Last-Translator: Giovanni Sora \n" "Language-Team: Interlingua \n" "Language: ia\n" @@ -15,12 +15,12 @@ "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" +"X-Generator: Lokalize 2.0\n" #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/id/balooctl5.po baloo-kf5-5.68.0/po/id/balooctl5.po --- baloo-kf5-5.67.0/po/id/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/id/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -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. -# Wantoyo , 2018, 2019. +# Wantoyo , 2018, 2019, 2020. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2019-12-25 08:17+0700\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-24 21:28+0700\n" "Last-Translator: Wantoyo \n" "Language-Team: Indonesian \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.12.0\n" +"X-Generator: Lokalize 19.12.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -93,24 +93,23 @@ msgstr "Manipulasi konfigurasi Baloo" #: configcommand.cpp:81 -#, fuzzy, kde-format -#| msgid "The config command can be used to manipulate the Baloo Configuration" +#, kde-format msgid "The config command can be used to manipulate the Baloo Configuration\n" -msgstr "Perintah config bisa digunakan untuk manipulasi konfigurasi Baloo" +msgstr "Perintah config bisa digunakan untuk manipulasi Konfigurasi Baloo\n" #: configcommand.cpp:82 -#, fuzzy, kde-format -#| msgid "Usage: balooctl config " +#, kde-format msgid "" "Usage: balooctl config \n" "\n" -msgstr "Penggunaan: balooctl config " +msgstr "" +"Penggunaan: balooctl config \n" +"\n" #: configcommand.cpp:83 -#, fuzzy, kde-format -#| msgid "Possible Commands:" +#, kde-format msgid "Possible Commands:\n" -msgstr "Perintah-perintah yang Mungkin:" +msgstr "Perintah-perintah yang memungkinkan:\n" #: configcommand.cpp:86 #, kde-format @@ -138,12 +137,13 @@ msgstr "Tampilkan menu bantuan ini" #: configcommand.cpp:96 -#, fuzzy, kde-format -#| msgid "The following configuration options may be listed:" +#, kde-format msgid "" "The following configuration options may be listed:\n" "\n" -msgstr "Opsi konfigurasi berikut ini mungkin terdaftar:" +msgstr "" +"Opsi konfigurasi berikut ini mungkin terdaftar:\n" +"\n" #: configcommand.cpp:98 configcommand.cpp:377 #, kde-format @@ -177,25 +177,24 @@ #: configcommand.cpp:155 configcommand.cpp:246 configcommand.cpp:369 #: configcommand.cpp:439 -#, fuzzy, kde-format -#| msgid "Config parameter could not be found" +#, kde-format msgid "Config parameter could not be found\n" -msgstr "Parameter config tidak dapat ditemukan" +msgstr "Parameter config tidak bisa ditemukan\n" #: configcommand.cpp:161 configcommand.cpp:252 configcommand.cpp:375 -#, fuzzy, kde-format -#| msgid "The following configuration options may be modified:" +#, kde-format msgid "" "The following configuration options may be modified:\n" "\n" -msgstr "Opsi konfigurasi berikut ini mungkin termodifikasi:" +msgstr "" +"Opsi konfigurasi berikut ini mungkin dimodifikasi:\n" +"\n" #: configcommand.cpp:174 configcommand.cpp:194 configcommand.cpp:265 #: configcommand.cpp:300 -#, fuzzy, kde-format -#| msgid "A folder must be provided" +#, kde-format msgid "A folder must be provided\n" -msgstr "Sebuah folder harus disediakan" +msgstr "Sebuah folder harusnya disediakan\n" #: configcommand.cpp:182 #, kde-format @@ -208,10 +207,9 @@ msgstr "%1 tidak ada di dalam daftar kecuali folder" #: configcommand.cpp:214 configcommand.cpp:335 -#, fuzzy, kde-format -#| msgid "A filter must be provided" +#, kde-format msgid "A filter must be provided\n" -msgstr "Sebuah filter harus disediakan" +msgstr "Sebuah filter harusnya disediakan\n" #: configcommand.cpp:220 #, kde-format @@ -219,10 +217,9 @@ msgstr "%1 tidak ada dalam daftar kecuali filter" #: configcommand.cpp:231 configcommand.cpp:353 -#, fuzzy, kde-format -#| msgid "A mimetype must be provided" +#, kde-format msgid "A mimetype must be provided\n" -msgstr "Sebuah mimetype harus disediakan" +msgstr "Sebuah mimetype harusnya disediakan\n" #: configcommand.cpp:237 #, kde-format @@ -230,16 +227,14 @@ msgstr "%1 tidak ada dalam daftar kecuali mimetypes" #: configcommand.cpp:271 configcommand.cpp:306 -#, fuzzy, kde-format -#| msgid "Path does not exist" +#, kde-format msgid "Path does not exist\n" -msgstr "Alur tidak ada" +msgstr "Alur tidak ada\n" #: configcommand.cpp:276 configcommand.cpp:311 -#, fuzzy, kde-format -#| msgid "Path is not a directory" +#, kde-format msgid "Path is not a directory\n" -msgstr "Alur adalah bukan sebuah direktori" +msgstr "Alur bukanlah sebuah direktori\n" #: configcommand.cpp:283 #, kde-format @@ -257,28 +252,24 @@ msgstr "%1 sudah ada di dalam daftar kecuali folder" #: configcommand.cpp:341 -#, fuzzy, kde-format -#| msgid "Exclude filter is already in the list" +#, kde-format msgid "Exclude filter is already in the list\n" -msgstr "Filter kecuali sudah ada di dalam daftar" +msgstr "Filter kecualian sudah ada di dalam daftar\n" #: configcommand.cpp:359 -#, fuzzy, kde-format -#| msgid "Exclude mimetype is already in the list" +#, kde-format msgid "Exclude mimetype is already in the list\n" -msgstr "Mimetype kecuali sudah ada di dalam daftar" +msgstr "Mimetype kecualian sudah ada di dalam daftar\n" #: configcommand.cpp:387 configcommand.cpp:414 -#, fuzzy, kde-format -#| msgid "A value must be provided" +#, kde-format msgid "A value must be provided\n" -msgstr "Sebuah nilai harus disediakan" +msgstr "Sebuah nilai harusnya disediakan\n" #: configcommand.cpp:408 configcommand.cpp:435 -#, fuzzy, kde-format -#| msgid "Invalid value" +#, kde-format msgid "Invalid value\n" -msgstr "Nilai tidak absah" +msgstr "Nilai tidak absah\n" #: main.cpp:65 #, kde-format @@ -385,28 +376,24 @@ msgstr "format" #: monitorcommand.cpp:68 -#, fuzzy, kde-format -#| msgid "Press ctrl+c to stop monitoring" +#, kde-format msgid "Press ctrl+c to stop monitoring\n" -msgstr "Tekan ctrl+c untuk menghentikan pemantauan" +msgstr "Tekan ctrl+c untuk menghentikan pemantauan\n" #: monitorcommand.cpp:86 -#, fuzzy, kde-format -#| msgid "Waiting for file indexer to start" +#, kde-format msgid "Waiting for file indexer to start\n" -msgstr "Menunggu pengindeks file untuk memulai" +msgstr "Menunggu pengindeks file untuk memulai\n" #: monitorcommand.cpp:87 -#, fuzzy, kde-format -#| msgid "Press ctrl+c to stop monitoring" +#, kde-format msgid "Press Ctrl+C to stop monitoring\n" -msgstr "Tekan ctrl+c untuk menghentikan pemantauan" +msgstr "Tekan Ctrl+C untuk menghentikan pemantauan\n" #: monitorcommand.cpp:94 -#, fuzzy, kde-format -#| msgid "File indexer is running" +#, kde-format msgid "File indexer is running\n" -msgstr "Pengindeks file telah berjalan" +msgstr "Pengindeks file telah berjalan\n" #: monitorcommand.cpp:107 #, kde-format @@ -415,10 +402,14 @@ msgstr "Pengindeksan: %1" #: monitorcommand.cpp:120 -#, fuzzy, kde-format -#| msgid ": Ok" +#, kde-format msgid ": Ok\n" -msgstr ": Oke" +msgstr ": Oke\n" + +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "Antarmuka CLI untuk Baloo pemantauan" #: statuscommand.cpp:45 #, kde-format @@ -487,16 +478,14 @@ msgstr "Baloo saat ini dinonfungsikan. Untuk memfungsikan, silakan jalankan %1" #: statuscommand.cpp:287 -#, fuzzy, kde-format -#| msgid "Baloo Index could not be opened" +#, kde-format msgid "Baloo Index could not be opened\n" -msgstr "Baloo Indeks tidak dapat dibuka" +msgstr "Indeks Baloo tidak bisa dibuka\n" #: statuscommand.cpp:308 -#, fuzzy, kde-format -#| msgid "Baloo File Indexer is running" +#, kde-format msgid "Baloo File Indexer is running\n" -msgstr "Baloo Pengindeks File telah berjalan" +msgstr "Pengindeks File Baloo sedang berjalan\n" #: statuscommand.cpp:309 #, kde-format @@ -504,10 +493,9 @@ msgstr "Keadaan pengindeks: %1" #: statuscommand.cpp:312 -#, fuzzy, kde-format -#| msgid "Baloo File Indexer is not running" +#, kde-format msgid "Baloo File Indexer is not running\n" -msgstr "Baloo Pengindeks File tidak berjalan" +msgstr "Pengindeks File Baloo tidaklah berjalan\n" #: statuscommand.cpp:319 #, kde-format @@ -530,7 +518,6 @@ msgstr "Ukuran pengindeksan saat ini adalah %1" #: statuscommand.cpp:331 -#, fuzzy, kde-format -#| msgid "Index does not exist yet" +#, kde-format msgid "Index does not exist yet\n" -msgstr "Indeks belum ada" +msgstr "Indeks belum ada\n" diff -Nru baloo-kf5-5.67.0/po/id/baloodb5.po baloo-kf5-5.68.0/po/id/baloodb5.po --- baloo-kf5-5.67.0/po/id/baloodb5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/id/baloodb5.po 2020-03-07 09:32:49.000000000 +0000 @@ -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. -# Wantoyo , 2018, 2019. +# Wantoyo , 2018, 2019, 2020. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 02:54+0200\n" -"PO-Revision-Date: 2019-11-05 18:42+0700\n" +"PO-Revision-Date: 2020-02-24 22:09+0700\n" "Last-Translator: Wantoyo \n" "Language-Team: Indonesian \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.08.1\n" +"X-Generator: Lokalize 19.12.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -63,7 +63,7 @@ #: main.cpp:62 #, kde-format msgid "Act only on item on mounted devices" -msgstr "Hanya bertindak pada item pada perangkat yang dikaitkan" +msgstr "Hanya bertindak pada butir pada perangkat yang dikaitkan" #: main.cpp:66 #, kde-format @@ -142,7 +142,7 @@ "A regular expression applied to the URL of database items\n" "Example: %1" msgstr "" -"Sebuah ekspresi reguler yang diterapkan ke URL item-item pangkalan data\n" +"Sebuah ekspresi reguler yang diterapkan ke URL butir-butir pangkalan data\n" "Contoh: %1" #: main.cpp:234 main.cpp:242 main.cpp:252 diff -Nru baloo-kf5-5.67.0/po/id/balooengine5.po baloo-kf5-5.68.0/po/id/balooengine5.po --- baloo-kf5-5.67.0/po/id/balooengine5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/id/balooengine5.po 2020-03-07 09:32:49.000000000 +0000 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Wantoyo , 2018. +# Wantoyo , 2018, 2020. # msgid "" msgstr "" @@ -15,6 +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.12.1\n" #: experimental/databasesanitizer.cpp:276 #, kde-format diff -Nru baloo-kf5-5.67.0/po/id/balooshow5.po baloo-kf5-5.68.0/po/id/balooshow5.po --- baloo-kf5-5.67.0/po/id/balooshow5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/id/balooshow5.po 2020-03-07 09:32:49.000000000 +0000 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Wantoyo , 2018, 2019. +# Wantoyo , 2018, 2019, 2020. # msgid "" msgstr "" @@ -15,6 +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.12.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -Nru baloo-kf5-5.67.0/po/id/kio5_timeline.po baloo-kf5-5.68.0/po/id/kio5_timeline.po --- baloo-kf5-5.67.0/po/id/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/id/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -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. -# Wantoyo , 2018. +# Wantoyo , 2018, 2020. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2018-01-27 21:09+0700\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-03-02 06:57+0700\n" "Last-Translator: Wantoyo \n" "Language-Team: Indonesian \n" "Language: id\n" @@ -15,16 +15,17 @@ "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.12.1\n" #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" msgid "MMMM yyyy" -msgstr "BBBB tttt" +msgstr "MMMM yyyy" #: kio_timeline.cpp:143 #, kde-format diff -Nru baloo-kf5-5.67.0/po/it/balooctl5.po baloo-kf5-5.68.0/po/it/balooctl5.po --- baloo-kf5-5.67.0/po/it/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/it/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-22 16:04+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-17 18:07+0100\n" "Last-Translator: Paolo Zamponi \n" "Language-Team: Italian \n" "Language: it\n" @@ -16,7 +16,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.12.1\n" +"X-Generator: Lokalize 19.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -409,6 +409,11 @@ msgid ": Ok\n" msgstr ": Ok\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "Interfaccia CLI per monitorare Baloo" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/it/kio5_timeline.po baloo-kf5-5.68.0/po/it/kio5_timeline.po --- baloo-kf5-5.67.0/po/it/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/it/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kio_timeline\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-09-12 22:47+0200\n" "Last-Translator: Federico Zenith \n" "Language-Team: Italian \n" @@ -18,9 +18,15 @@ "X-Generator: Lokalize 1.5\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/ja/balooctl5.po baloo-kf5-5.68.0/po/ja/balooctl5.po --- baloo-kf5-5.67.0/po/ja/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ja/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2019-08-09 23:26+0900\n" "Last-Translator: Tomohiro Hyakutake \n" "Language-Team: Japanese \n" @@ -396,6 +396,11 @@ msgid ": Ok\n" msgstr "" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/ja/kio5_timeline.po baloo-kf5-5.68.0/po/ja/kio5_timeline.po --- baloo-kf5-5.67.0/po/ja/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ja/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio_timeline\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2011-12-08 21:57-0800\n" "Last-Translator: Fumiaki Okushi \n" "Language-Team: Japanese \n" @@ -23,7 +23,7 @@ #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/ko/balooctl5.po baloo-kf5-5.68.0/po/ko/balooctl5.po --- baloo-kf5-5.67.0/po/ko/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ko/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-27 22:18+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-18 23:33+0100\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" "Language: ko\n" @@ -404,6 +404,11 @@ msgid ": Ok\n" msgstr ": 확인\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "Baloo를 관찰하는 CLI 인터페이스" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/ko/kio5_timeline.po baloo-kf5-5.68.0/po/ko/kio5_timeline.po --- baloo-kf5-5.67.0/po/ko/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ko/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -1,26 +1,26 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Shinjo Park , 2014, 2015. +# Shinjo Park , 2014, 2015, 2020. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2015-11-07 00:26+0100\n" -"Last-Translator: Shinjo Park \n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-03-02 00:46+0100\n" +"Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" "Language: ko\n" "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" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.04.3\n" #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/lt/balooctl5.po baloo-kf5-5.68.0/po/lt/balooctl5.po --- baloo-kf5-5.67.0/po/lt/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/lt/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: trunk-kf 5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-20 14:36+0200\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-22 13:25+0200\n" "Last-Translator: Moo\n" "Language-Team: Lithuanian \n" "Language: lt\n" @@ -17,7 +17,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: Poedit 2.0.6\n" +"X-Generator: Poedit 2.2.4\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -409,6 +409,11 @@ msgid ": Ok\n" msgstr ": Gerai\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "Komandų eilutės sąsaja Baloo stebėjimui" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/lt/kio5_timeline.po baloo-kf5-5.68.0/po/lt/kio5_timeline.po --- baloo-kf5-5.67.0/po/lt/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/lt/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2019-07-14 14:26+0300\n" "Last-Translator: Moo\n" "Language-Team: Lithuanian \n" @@ -21,9 +21,15 @@ "X-Generator: Poedit 2.2.1\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/ml/balooctl5.po baloo-kf5-5.68.0/po/ml/balooctl5.po --- baloo-kf5-5.67.0/po/ml/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ml/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: baloo\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2019-12-12 21:00+0000\n" "Last-Translator: Vivek KJ Pazhedath \n" "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് \n" "Language-Team: Norwegian Bokmål \n" @@ -96,17 +96,19 @@ #: configcommand.cpp:81 #, kde-format -msgid "The config command can be used to manipulate the Baloo Configuration" +msgid "The config command can be used to manipulate the Baloo Configuration\n" msgstr "" #: configcommand.cpp:82 #, kde-format -msgid "Usage: balooctl config " +msgid "" +"Usage: balooctl config \n" +"\n" msgstr "" #: configcommand.cpp:83 #, kde-format -msgid "Possible Commands:" +msgid "Possible Commands:\n" msgstr "" #: configcommand.cpp:86 @@ -136,7 +138,9 @@ #: configcommand.cpp:96 #, kde-format -msgid "The following configuration options may be listed:" +msgid "" +"The following configuration options may be listed:\n" +"\n" msgstr "" #: configcommand.cpp:98 configcommand.cpp:377 @@ -172,18 +176,20 @@ #: configcommand.cpp:155 configcommand.cpp:246 configcommand.cpp:369 #: configcommand.cpp:439 #, kde-format -msgid "Config parameter could not be found" +msgid "Config parameter could not be found\n" msgstr "" #: configcommand.cpp:161 configcommand.cpp:252 configcommand.cpp:375 #, kde-format -msgid "The following configuration options may be modified:" +msgid "" +"The following configuration options may be modified:\n" +"\n" msgstr "" #: configcommand.cpp:174 configcommand.cpp:194 configcommand.cpp:265 #: configcommand.cpp:300 #, kde-format -msgid "A folder must be provided" +msgid "A folder must be provided\n" msgstr "" #: configcommand.cpp:182 @@ -198,7 +204,7 @@ #: configcommand.cpp:214 configcommand.cpp:335 #, kde-format -msgid "A filter must be provided" +msgid "A filter must be provided\n" msgstr "" #: configcommand.cpp:220 @@ -208,7 +214,7 @@ #: configcommand.cpp:231 configcommand.cpp:353 #, kde-format -msgid "A mimetype must be provided" +msgid "A mimetype must be provided\n" msgstr "" #: configcommand.cpp:237 @@ -218,12 +224,12 @@ #: configcommand.cpp:271 configcommand.cpp:306 #, kde-format -msgid "Path does not exist" +msgid "Path does not exist\n" msgstr "" #: configcommand.cpp:276 configcommand.cpp:311 #, kde-format -msgid "Path is not a directory" +msgid "Path is not a directory\n" msgstr "" #: configcommand.cpp:283 @@ -243,110 +249,110 @@ #: configcommand.cpp:341 #, kde-format -msgid "Exclude filter is already in the list" +msgid "Exclude filter is already in the list\n" msgstr "" #: configcommand.cpp:359 #, kde-format -msgid "Exclude mimetype is already in the list" +msgid "Exclude mimetype is already in the list\n" msgstr "" #: configcommand.cpp:387 configcommand.cpp:414 #, kde-format -msgid "A value must be provided" +msgid "A value must be provided\n" msgstr "" #: configcommand.cpp:408 configcommand.cpp:435 #, kde-format -msgid "Invalid value" +msgid "Invalid value\n" msgstr "" -#: main.cpp:66 +#: main.cpp:65 #, kde-format msgid "balooctl" msgstr "balooctl" -#: main.cpp:67 +#: main.cpp:66 #, kde-format msgid "Vishesh Handa" msgstr "Vishesh Handa" -#: main.cpp:67 +#: main.cpp:66 #, kde-format msgid "Maintainer" msgstr "Vedlikeholder" -#: main.cpp:72 +#: main.cpp:71 #, kde-format msgid "The command to execute" msgstr "Kommando som skal kjøres" -#: main.cpp:74 +#: main.cpp:73 #, kde-format msgid "Print the status of the indexer" msgstr "Skriv ut status for indeksereren" -#: main.cpp:75 +#: main.cpp:74 #, kde-format msgid "Enable the file indexer" msgstr "Slå på fil-indeksering" -#: main.cpp:76 +#: main.cpp:75 #, kde-format msgid "Disable the file indexer" msgstr "Slå av fil-indeksering" -#: main.cpp:77 +#: main.cpp:76 #, kde-format msgid "Remove the index database" msgstr "" -#: main.cpp:78 +#: main.cpp:77 #, kde-format msgid "Suspend the file indexer" msgstr "Suspender fil-indeksering" -#: main.cpp:79 +#: main.cpp:78 #, kde-format msgid "Resume the file indexer" msgstr "Fortsett fil-indeksering" -#: main.cpp:80 +#: main.cpp:79 #, kde-format msgid "Check for any unindexed files and index them" msgstr "Se etter filer som ikke er indeksert, og indekser dem" -#: main.cpp:81 +#: main.cpp:80 #, kde-format msgid "Index the specified files" msgstr "Indekse de oppgitte filene" -#: main.cpp:82 +#: main.cpp:81 #, kde-format msgid "Forget the specified files" msgstr "" -#: main.cpp:83 +#: main.cpp:82 #, kde-format msgid "Modify the Baloo configuration" msgstr "" -#: main.cpp:84 +#: main.cpp:83 #, kde-format msgid "Monitor the file indexer" msgstr "" -#: main.cpp:85 +#: main.cpp:84 #, kde-format msgid "Display the disk space used by index" msgstr "" -#: main.cpp:86 +#: main.cpp:85 #, kde-format msgid "Display files which could not be indexed" msgstr "" -#: main.cpp:89 +#: main.cpp:88 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -357,35 +363,45 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:95 +#: main.cpp:94 #, kde-format msgid "format" msgstr "" -#: monitorcommand.cpp:68 monitorcommand.cpp:86 +#: monitorcommand.cpp:68 #, kde-format -msgid "Press ctrl+c to stop monitoring" +msgid "Press ctrl+c to stop monitoring\n" msgstr "" -#: monitorcommand.cpp:85 +#: monitorcommand.cpp:86 #, kde-format -msgid "Waiting for file indexer to start" +msgid "Waiting for file indexer to start\n" msgstr "" -#: monitorcommand.cpp:92 +#: monitorcommand.cpp:87 #, kde-format -msgid "File indexer is running" +msgid "Press Ctrl+C to stop monitoring\n" msgstr "" -#: monitorcommand.cpp:104 +#: monitorcommand.cpp:94 +#, kde-format +msgid "File indexer is running\n" +msgstr "" + +#: monitorcommand.cpp:107 #, kde-format msgctxt "currently indexed file" msgid "Indexing: %1" msgstr "" -#: monitorcommand.cpp:112 +#: monitorcommand.cpp:120 +#, kde-format +msgid ": Ok\n" +msgstr "" + +#: monitorcommand.h:47 #, kde-format -msgid ": Ok" +msgid "CLI interface for monitoring Baloo" msgstr "" #: statuscommand.cpp:45 @@ -456,12 +472,12 @@ #: statuscommand.cpp:287 #, kde-format -msgid "Baloo Index could not be opened" +msgid "Baloo Index could not be opened\n" msgstr "" #: statuscommand.cpp:308 #, kde-format -msgid "Baloo File Indexer is running" +msgid "Baloo File Indexer is running\n" msgstr "" #: statuscommand.cpp:309 @@ -471,7 +487,7 @@ #: statuscommand.cpp:312 #, kde-format -msgid "Baloo File Indexer is not running" +msgid "Baloo File Indexer is not running\n" msgstr "" #: statuscommand.cpp:319 @@ -496,5 +512,5 @@ #: statuscommand.cpp:331 #, kde-format -msgid "Index does not exist yet" +msgid "Index does not exist yet\n" msgstr "" diff -Nru baloo-kf5-5.67.0/po/nb/baloosearch5.po baloo-kf5-5.68.0/po/nb/baloosearch5.po --- baloo-kf5-5.67.0/po/nb/baloosearch5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/nb/baloosearch5.po 2020-03-07 09:32:49.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 02:54+0200\n" +"POT-Creation-Date: 2020-01-18 02:52+0100\n" "PO-Revision-Date: 2014-02-23 11:13+0100\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -29,77 +29,77 @@ msgid "Your emails" msgstr "bjornst@skogkatt.homelinux.org" -#: main.cpp:41 +#: main.cpp:43 #, kde-format msgid "Baloo Search" msgstr "Baloo-søk" -#: main.cpp:43 +#: main.cpp:45 #, kde-format msgid "A tool to search through the files indexed by Baloo" msgstr "" -#: main.cpp:45 +#: main.cpp:47 #, kde-format msgid "Vishesh Handa" msgstr "Vishesh Handa" -#: main.cpp:45 +#: main.cpp:47 #, kde-format msgid "Maintainer" msgstr "Vedlikeholder" -#: main.cpp:51 +#: main.cpp:53 #, kde-format msgid "The maximum number of results" msgstr "" -#: main.cpp:52 +#: main.cpp:54 #, kde-format msgid "limit" msgstr "" -#: main.cpp:54 +#: main.cpp:56 #, kde-format msgid "Offset from which to start the search" msgstr "" -#: main.cpp:55 +#: main.cpp:57 #, kde-format msgid "offset" msgstr "" -#: main.cpp:57 +#: main.cpp:59 #, kde-format msgid "Type of data to be searched" msgstr "Datatype som skal gjennomsøkes" -#: main.cpp:58 +#: main.cpp:60 #, kde-format msgid "typeStr" msgstr "" -#: main.cpp:60 +#: main.cpp:62 #, kde-format msgid "Limit search to specified directory" msgstr "" -#: main.cpp:61 +#: main.cpp:63 #, kde-format msgid "directory" msgstr "" -#: main.cpp:62 +#: main.cpp:64 #, kde-format msgid "query" msgstr "" -#: main.cpp:62 +#: main.cpp:64 #, kde-format msgid "List of words to query for" msgstr "" -#: main.cpp:107 +#: main.cpp:106 #, kde-format msgid "Elapsed: %1 msecs" msgstr "" diff -Nru baloo-kf5-5.67.0/po/nb/kio5_timeline.po baloo-kf5-5.68.0/po/nb/kio5_timeline.po --- baloo-kf5-5.67.0/po/nb/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/nb/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2011-08-06 13:55+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -22,7 +22,7 @@ #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/nds/balooctl5.po baloo-kf5-5.68.0/po/nds/balooctl5.po --- baloo-kf5-5.67.0/po/nds/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/nds/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2014-08-11 11:55+0200\n" "Last-Translator: Sönke Dibbern \n" "Language-Team: Low Saxon \n" @@ -399,6 +399,11 @@ msgid ": Ok\n" msgstr "" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, fuzzy, kde-format #| msgid "Print the status of the indexer" diff -Nru baloo-kf5-5.67.0/po/nds/kio5_timeline.po baloo-kf5-5.68.0/po/nds/kio5_timeline.po --- baloo-kf5-5.67.0/po/nds/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/nds/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kio_timeline\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2011-08-12 10:22+0200\n" "Last-Translator: Manfred Wiese \n" "Language-Team: Low Saxon \n" @@ -21,7 +21,7 @@ #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/nl/balooctl5.po baloo-kf5-5.68.0/po/nl/balooctl5.po --- baloo-kf5-5.67.0/po/nl/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/nl/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-19 21:35+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-17 12:27+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" "Language: nl\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.12.1\n" +"X-Generator: Lokalize 19.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -410,6 +410,11 @@ msgid ": Ok\n" msgstr ": OK\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "CLI-interface voor monitoren van Baloo" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/nl/kio5_timeline.po baloo-kf5-5.68.0/po/nl/kio5_timeline.po --- baloo-kf5-5.67.0/po/nl/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/nl/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -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. # -# Freek de Kruijf , 2013, 2015. +# Freek de Kruijf , 2013, 2015, 2020. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2015-09-09 17:17+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-02-26 14:56+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" "Language: nl\n" @@ -15,12 +15,12 @@ "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" +"X-Generator: Lokalize 19.12.2\n" #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/nn/balooctl5.po baloo-kf5-5.68.0/po/nn/balooctl5.po --- baloo-kf5-5.67.0/po/nn/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/nn/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -1,12 +1,12 @@ # Translation of balooctl5 to Norwegian Nynorsk # -# Karl Ove Hufthammer , 2015, 2016, 2017, 2018, 2019. +# Karl Ove Hufthammer , 2015, 2016, 2017, 2018, 2019, 2020. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-12-21 02:58+0100\n" -"PO-Revision-Date: 2019-06-26 22:04+0200\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-16 14:30+0100\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" "Language: nn\n" @@ -14,7 +14,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.2\n" +"X-Generator: Lokalize 19.12.2\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -87,7 +87,7 @@ #: ../../file/indexerstate.h:78 #, kde-format msgid "Not Running" -msgstr "" +msgstr "Køyrer ikkje" #: configcommand.cpp:58 #, kde-format @@ -96,18 +96,22 @@ #: configcommand.cpp:81 #, kde-format -msgid "The config command can be used to manipulate the Baloo Configuration" -msgstr "Kommandoen «config» kan brukast til å endra Baloo-oppsettet" +msgid "The config command can be used to manipulate the Baloo Configuration\n" +msgstr "Kommandoen «config» kan brukast til å endra Baloo-oppsettet\n" #: configcommand.cpp:82 #, kde-format -msgid "Usage: balooctl config " -msgstr "Bruk: balooctl config " +msgid "" +"Usage: balooctl config \n" +"\n" +msgstr "" +"Bruk: balooctl config \n" +"\n" #: configcommand.cpp:83 #, kde-format -msgid "Possible Commands:" -msgstr "Moglege kommandoar:" +msgid "Possible Commands:\n" +msgstr "Moglege kommandoar:\n" #: configcommand.cpp:86 #, kde-format @@ -136,8 +140,12 @@ #: configcommand.cpp:96 #, kde-format -msgid "The following configuration options may be listed:" -msgstr "Desse oppsettverdiane kan visast:" +msgid "" +"The following configuration options may be listed:\n" +"\n" +msgstr "" +"Desse oppsettverdiane kan visast:\n" +"\n" #: configcommand.cpp:98 configcommand.cpp:377 #, kde-format @@ -172,19 +180,23 @@ #: configcommand.cpp:155 configcommand.cpp:246 configcommand.cpp:369 #: configcommand.cpp:439 #, kde-format -msgid "Config parameter could not be found" -msgstr "Fann ikkje oppsettparameteren" +msgid "Config parameter could not be found\n" +msgstr "Fann ikkje oppsettparameteren:\n" #: configcommand.cpp:161 configcommand.cpp:252 configcommand.cpp:375 #, kde-format -msgid "The following configuration options may be modified:" -msgstr "Desse innstillingane kan endrast:" +msgid "" +"The following configuration options may be modified:\n" +"\n" +msgstr "" +"Desse innstillingane kan endrast:\n" +"\n" #: configcommand.cpp:174 configcommand.cpp:194 configcommand.cpp:265 #: configcommand.cpp:300 #, kde-format -msgid "A folder must be provided" -msgstr "Du må oppgje ei mappe" +msgid "A folder must be provided\n" +msgstr "Du må oppgje ei mappe\n" #: configcommand.cpp:182 #, kde-format @@ -198,8 +210,8 @@ #: configcommand.cpp:214 configcommand.cpp:335 #, kde-format -msgid "A filter must be provided" -msgstr "Du må oppgje eit filter" +msgid "A filter must be provided\n" +msgstr "Du må oppgje eit filter\n" #: configcommand.cpp:220 #, kde-format @@ -208,8 +220,8 @@ #: configcommand.cpp:231 configcommand.cpp:353 #, kde-format -msgid "A mimetype must be provided" -msgstr "Du må oppgje MIME-type" +msgid "A mimetype must be provided\n" +msgstr "Du må oppgje MIME-type\n" #: configcommand.cpp:237 #, kde-format @@ -218,13 +230,13 @@ #: configcommand.cpp:271 configcommand.cpp:306 #, kde-format -msgid "Path does not exist" -msgstr "Adressa finst ikkje" +msgid "Path does not exist\n" +msgstr "Adressa finst ikkje\n" #: configcommand.cpp:276 configcommand.cpp:311 #, kde-format -msgid "Path is not a directory" -msgstr "Adresse viser ikkje til ei mappe" +msgid "Path is not a directory\n" +msgstr "Adresse viser ikkje til ei mappe\n" #: configcommand.cpp:283 #, kde-format @@ -243,110 +255,110 @@ #: configcommand.cpp:341 #, kde-format -msgid "Exclude filter is already in the list" -msgstr "Ekskluderingsfilteret finst alt i lista" +msgid "Exclude filter is already in the list\n" +msgstr "Ekskluderingsfilteret finst alt i lista\n" #: configcommand.cpp:359 #, kde-format -msgid "Exclude mimetype is already in the list" -msgstr "Den ekskluderte MIME-typen finst alt i lista" +msgid "Exclude mimetype is already in the list\n" +msgstr "Den ekskluderte MIME-typen finst alt i lista\n" #: configcommand.cpp:387 configcommand.cpp:414 #, kde-format -msgid "A value must be provided" -msgstr "Du må oppgje ein verdi" +msgid "A value must be provided\n" +msgstr "Du må oppgje ein verdi\n" #: configcommand.cpp:408 configcommand.cpp:435 #, kde-format -msgid "Invalid value" -msgstr "Ugyldig verdi" +msgid "Invalid value\n" +msgstr "Ugyldig verdi\n" -#: main.cpp:66 +#: main.cpp:65 #, kde-format msgid "balooctl" msgstr "balooctl" -#: main.cpp:67 +#: main.cpp:66 #, kde-format msgid "Vishesh Handa" msgstr "Vishesh Handa" -#: main.cpp:67 +#: main.cpp:66 #, kde-format msgid "Maintainer" msgstr "Vedlikehaldar" -#: main.cpp:72 +#: main.cpp:71 #, kde-format msgid "The command to execute" msgstr "Kommando som skal køyrast" -#: main.cpp:74 +#: main.cpp:73 #, kde-format msgid "Print the status of the indexer" msgstr "Vis status for indekseraren" -#: main.cpp:75 +#: main.cpp:74 #, kde-format msgid "Enable the file indexer" msgstr "Slå på filindeksering" -#: main.cpp:76 +#: main.cpp:75 #, kde-format msgid "Disable the file indexer" msgstr "Slå av filindeksering" -#: main.cpp:77 +#: main.cpp:76 #, kde-format msgid "Remove the index database" msgstr "Fjern indeksdatabasen" -#: main.cpp:78 +#: main.cpp:77 #, kde-format msgid "Suspend the file indexer" msgstr "Pausa filindeksering" -#: main.cpp:79 +#: main.cpp:78 #, kde-format msgid "Resume the file indexer" msgstr "Hald fram filindeksering" -#: main.cpp:80 +#: main.cpp:79 #, kde-format msgid "Check for any unindexed files and index them" msgstr "Sjå etter filer som ikkje er indekserte, og indekser dei" -#: main.cpp:81 +#: main.cpp:80 #, kde-format msgid "Index the specified files" msgstr "Indekser dei valde filene" -#: main.cpp:82 +#: main.cpp:81 #, kde-format msgid "Forget the specified files" msgstr "Gløym dei valde filene" -#: main.cpp:83 +#: main.cpp:82 #, kde-format msgid "Modify the Baloo configuration" msgstr "Endra Baloo-oppsettet" -#: main.cpp:84 +#: main.cpp:83 #, kde-format msgid "Monitor the file indexer" msgstr "Overvak filindekseraren" -#: main.cpp:85 +#: main.cpp:84 #, kde-format msgid "Display the disk space used by index" msgstr "Vis diskplassen brukt av indeksen" -#: main.cpp:86 +#: main.cpp:85 #, kde-format msgid "Display files which could not be indexed" msgstr "Vis filer som ikkje kunne indekserast" -#: main.cpp:89 +#: main.cpp:88 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -360,36 +372,46 @@ "Standardformat er «%1».\n" "Gjeld berre «%4»" -#: main.cpp:95 +#: main.cpp:94 #, kde-format msgid "format" msgstr "format" -#: monitorcommand.cpp:68 monitorcommand.cpp:86 +#: monitorcommand.cpp:68 #, kde-format -msgid "Press ctrl+c to stop monitoring" -msgstr "Trykk «Ctrl + C» for å stoppa filovervaking" +msgid "Press ctrl+c to stop monitoring\n" +msgstr "Trykk «Ctrl + C» for å stoppa filovervaking\n" -#: monitorcommand.cpp:85 +#: monitorcommand.cpp:86 #, kde-format -msgid "Waiting for file indexer to start" -msgstr "Ventar på at filindekseringa skal starta" +msgid "Waiting for file indexer to start\n" +msgstr "Ventar på at filindekseringa skal starta\n" -#: monitorcommand.cpp:92 +#: monitorcommand.cpp:87 #, kde-format -msgid "File indexer is running" -msgstr "Filindekseraren køyrer" +msgid "Press Ctrl+C to stop monitoring\n" +msgstr "Trykk «Ctrl + C» for å stoppa filovervaking\n" -#: monitorcommand.cpp:104 +#: monitorcommand.cpp:94 +#, kde-format +msgid "File indexer is running\n" +msgstr "Filindekseraren køyrer\n" + +#: monitorcommand.cpp:107 #, kde-format msgctxt "currently indexed file" msgid "Indexing: %1" msgstr "Indekserer: %1" -#: monitorcommand.cpp:112 +#: monitorcommand.cpp:120 +#, kde-format +msgid ": Ok\n" +msgstr ": OK\n" + +#: monitorcommand.h:47 #, kde-format -msgid ": Ok" -msgstr ": OK" +msgid "CLI interface for monitoring Baloo" +msgstr "" #: statuscommand.cpp:45 #, kde-format @@ -459,13 +481,13 @@ #: statuscommand.cpp:287 #, kde-format -msgid "Baloo Index could not be opened" -msgstr "Klarte ikkje opna Baloo-indeksen" +msgid "Baloo Index could not be opened\n" +msgstr "Klarte ikkje opna Baloo-indeksen\n" #: statuscommand.cpp:308 #, kde-format -msgid "Baloo File Indexer is running" -msgstr "Baloo filindeksering køyrer" +msgid "Baloo File Indexer is running\n" +msgstr "Baloo filindeksering køyrer\n" #: statuscommand.cpp:309 #, kde-format @@ -474,8 +496,8 @@ #: statuscommand.cpp:312 #, kde-format -msgid "Baloo File Indexer is not running" -msgstr "Baloo filindeksering køyrer ikkje" +msgid "Baloo File Indexer is not running\n" +msgstr "Baloo filindeksering køyrer ikkje\n" #: statuscommand.cpp:319 #, kde-format @@ -499,5 +521,5 @@ #: statuscommand.cpp:331 #, kde-format -msgid "Index does not exist yet" -msgstr "Indeksen finst ikkje enno" +msgid "Index does not exist yet\n" +msgstr "Indeksen finst ikkje enno\n" diff -Nru baloo-kf5-5.67.0/po/nn/baloo_file5.po baloo-kf5-5.68.0/po/nn/baloo_file5.po --- baloo-kf5-5.67.0/po/nn/baloo_file5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/nn/baloo_file5.po 2020-03-07 09:32:49.000000000 +0000 @@ -1,12 +1,12 @@ # Translation of baloo_file5 to Norwegian Nynorsk # -# Karl Ove Hufthammer , 2015, 2018, 2019. +# Karl Ove Hufthammer , 2015, 2018, 2019, 2020. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-12-21 02:58+0100\n" -"PO-Revision-Date: 2019-06-26 22:03+0200\n" +"PO-Revision-Date: 2020-02-16 14:29+0100\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" "Language: nn\n" @@ -14,7 +14,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.2\n" +"X-Generator: Lokalize 19.12.2\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -87,7 +87,7 @@ #: indexerstate.h:78 #, kde-format msgid "Not Running" -msgstr "" +msgstr "Køyrer ikkje" #: main.cpp:46 #, kde-format diff -Nru baloo-kf5-5.67.0/po/nn/baloomonitorplugin.po baloo-kf5-5.68.0/po/nn/baloomonitorplugin.po --- baloo-kf5-5.67.0/po/nn/baloomonitorplugin.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/nn/baloomonitorplugin.po 2020-03-07 09:32:49.000000000 +0000 @@ -1,12 +1,12 @@ # Translation of baloomonitorplugin to Norwegian Nynorsk # -# Karl Ove Hufthammer , 2015, 2018, 2019. +# Karl Ove Hufthammer , 2015, 2018, 2019, 2020. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-12-21 02:58+0100\n" -"PO-Revision-Date: 2019-06-26 22:03+0200\n" +"PO-Revision-Date: 2020-02-16 14:29+0100\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" "Language: nn\n" @@ -14,7 +14,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.2\n" +"X-Generator: Lokalize 19.12.2\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -77,4 +77,4 @@ #: ../../file/indexerstate.h:78 #, kde-format msgid "Not Running" -msgstr "" +msgstr "Køyrer ikkje" diff -Nru baloo-kf5-5.67.0/po/nn/baloosearch5.po baloo-kf5-5.68.0/po/nn/baloosearch5.po --- baloo-kf5-5.67.0/po/nn/baloosearch5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/nn/baloosearch5.po 2020-03-07 09:32:49.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 02:54+0200\n" +"POT-Creation-Date: 2020-01-18 02:52+0100\n" "PO-Revision-Date: 2018-02-12 19:56+0100\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" @@ -29,77 +29,77 @@ msgid "Your emails" msgstr "karl@huftis.org" -#: main.cpp:41 +#: main.cpp:43 #, kde-format msgid "Baloo Search" msgstr "Baloo-søk" -#: main.cpp:43 +#: main.cpp:45 #, kde-format msgid "A tool to search through the files indexed by Baloo" msgstr "Verktøy for å søkja gjennom filer indekserte av Baloo" -#: main.cpp:45 +#: main.cpp:47 #, kde-format msgid "Vishesh Handa" msgstr "Vishesh Handa" -#: main.cpp:45 +#: main.cpp:47 #, kde-format msgid "Maintainer" msgstr "Vedlikehaldar" -#: main.cpp:51 +#: main.cpp:53 #, kde-format msgid "The maximum number of results" msgstr "Høgste tal på forslag" -#: main.cpp:52 +#: main.cpp:54 #, kde-format msgid "limit" msgstr "grenser" -#: main.cpp:54 +#: main.cpp:56 #, kde-format msgid "Offset from which to start the search" msgstr "Posisjon der søket skal starta" -#: main.cpp:55 +#: main.cpp:57 #, kde-format msgid "offset" msgstr "posisjon" -#: main.cpp:57 +#: main.cpp:59 #, kde-format msgid "Type of data to be searched" msgstr "Type data som skal gjennomsøkjast" -#: main.cpp:58 +#: main.cpp:60 #, kde-format msgid "typeStr" msgstr "typeStr" -#: main.cpp:60 +#: main.cpp:62 #, kde-format msgid "Limit search to specified directory" msgstr "Avgrens søket til vald mappe" -#: main.cpp:61 +#: main.cpp:63 #, kde-format msgid "directory" msgstr "mappe" -#: main.cpp:62 +#: main.cpp:64 #, kde-format msgid "query" msgstr "søk" -#: main.cpp:62 +#: main.cpp:64 #, kde-format msgid "List of words to query for" msgstr "Ord å søkja etter" -#: main.cpp:107 +#: main.cpp:106 #, kde-format msgid "Elapsed: %1 msecs" msgstr "Tid gått: %1 ms" diff -Nru baloo-kf5-5.67.0/po/nn/kio5_timeline.po baloo-kf5-5.68.0/po/nn/kio5_timeline.po --- baloo-kf5-5.67.0/po/nn/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/nn/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-09-18 20:12+0100\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" @@ -22,12 +22,12 @@ #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" msgid "MMMM yyyy" -msgstr "MMMM yyyy" +msgstr "" #: kio_timeline.cpp:143 #, kde-format diff -Nru baloo-kf5-5.67.0/po/pa/balooctl5.po baloo-kf5-5.68.0/po/pa/balooctl5.po --- baloo-kf5-5.67.0/po/pa/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/pa/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2014-12-23 17:50-0600\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi/Panjabi \n" @@ -397,6 +397,11 @@ msgid ": Ok\n" msgstr "" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/pa/kio5_timeline.po baloo-kf5-5.68.0/po/pa/kio5_timeline.po --- baloo-kf5-5.67.0/po/pa/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/pa/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2014-03-16 23:42-0500\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi/Panjabi \n" @@ -20,7 +20,7 @@ #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/pl/balooctl5.po baloo-kf5-5.68.0/po/pl/balooctl5.po --- baloo-kf5-5.67.0/po/pl/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/pl/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2019-06-22 07:12+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" @@ -421,6 +421,11 @@ msgid ": Ok\n" msgstr ": Ok" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/pl/kio5_timeline.po baloo-kf5-5.68.0/po/pl/kio5_timeline.po --- baloo-kf5-5.67.0/po/pl/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/pl/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-09-12 07:52+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" @@ -19,9 +19,15 @@ "X-Generator: Lokalize 2.0\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/pt/balooctl5.po baloo-kf5-5.68.0/po/pt/balooctl5.po --- baloo-kf5-5.67.0/po/pt/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/pt/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -2,15 +2,15 @@ msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-20 11:22+0000\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-17 09:27+0000\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POFile-SpellExtra: balooctl Vishesh Handa config Baloo enable\n" +"X-POFile-SpellExtra: balooctl Vishesh Handa config Baloo enable CLI\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #, kde-format @@ -404,6 +404,11 @@ msgid ": Ok\n" msgstr ": Ok\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "Interface CLI para monitorizar o Baloo" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/pt/kio5_timeline.po baloo-kf5-5.68.0/po/pt/kio5_timeline.po --- baloo-kf5-5.67.0/po/pt/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/pt/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: kio_timeline\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2015-09-09 11:31+0100\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-02-26 09:43+0000\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -21,7 +21,7 @@ #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/pt_BR/balooctl5.po baloo-kf5-5.68.0/po/pt_BR/balooctl5.po --- baloo-kf5-5.67.0/po/pt_BR/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/pt_BR/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: baloo\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-19 15:09-0300\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-17 23:24-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" @@ -410,6 +410,11 @@ msgid ": Ok\n" msgstr ": OK\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "Interface CLI para monitorizar o Baloo" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/pt_BR/kio5_timeline.po baloo-kf5-5.68.0/po/pt_BR/kio5_timeline.po --- baloo-kf5-5.67.0/po/pt_BR/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/pt_BR/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -3,25 +3,26 @@ # This file is distributed under the same license as the PACKAGE package. # # André Marcelo Alvarenga , 2014, 2015. +# Luiz Fernando Ranghetti , 2020. msgid "" msgstr "" "Project-Id-Version: kio_timeline\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2015-09-09 12:38-0300\n" -"Last-Translator: André Marcelo Alvarenga \n" -"Language-Team: Brazilian Portuguese \n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-02-28 13:55-0300\n" +"Last-Translator: Luiz Fernando Ranghetti \n" +"Language-Team: Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "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" +"X-Generator: Lokalize 19.12.2\n" #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/ro/balooctl5.po baloo-kf5-5.68.0/po/ro/balooctl5.po --- baloo-kf5-5.67.0/po/ro/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ro/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2015-04-20 14:41+0300\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" @@ -402,6 +402,11 @@ msgid ": Ok\n" msgstr "" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, fuzzy, kde-format #| msgid "Print the status of the indexer" diff -Nru baloo-kf5-5.67.0/po/ro/kio5_timeline.po baloo-kf5-5.68.0/po/ro/kio5_timeline.po --- baloo-kf5-5.67.0/po/ro/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ro/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2014-10-05 19:28+0300\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" @@ -21,7 +21,7 @@ #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/ru/balooctl5.po baloo-kf5-5.68.0/po/ru/balooctl5.po --- baloo-kf5-5.67.0/po/ru/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ru/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-19 21:16+0300\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-22 16:26+0300\n" "Last-Translator: Alexander Yavorsky \n" "Language-Team: Russian \n" "Language: ru\n" @@ -18,7 +18,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Lokalize 19.12.1\n" +"X-Generator: Lokalize 19.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -423,6 +423,12 @@ msgid ": Ok\n" msgstr ": ОК\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" +"Интерфейс командной строки для наблюдения за службой индексирования Baloo" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/ru/kio5_timeline.po baloo-kf5-5.68.0/po/ru/kio5_timeline.po --- baloo-kf5-5.67.0/po/ru/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/ru/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-10-01 22:28+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" @@ -20,9 +20,15 @@ # Например: "Январь 2015 года" --aspotashev #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/sk/balooctl5.po baloo-kf5-5.68.0/po/sk/balooctl5.po --- baloo-kf5-5.67.0/po/sk/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/sk/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -1,20 +1,20 @@ # translation of balooctl.po to Slovak # Roman Paholik , 2014, 2015. # Mthw , 2019. -# Matej Mrenica , 2019. +# Matej Mrenica , 2019, 2020. msgid "" msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2019-12-22 12:16+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-18 19:24+0100\n" "Last-Translator: Matej Mrenica \n" "Language-Team: Slovak \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.12.0\n" +"X-Generator: Lokalize 19.12.2\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #, kde-format @@ -93,24 +93,23 @@ msgstr "Manipulácia s nastavením Baloo" #: configcommand.cpp:81 -#, fuzzy, kde-format -#| msgid "The config command can be used to manipulate the Baloo Configuration" +#, kde-format msgid "The config command can be used to manipulate the Baloo Configuration\n" -msgstr "Príkaz config sa dá použiť na manipuláciu s nastavením Baloo" +msgstr "Príkaz config sa dá použiť na manipuláciu s nastavením Baloo\n" #: configcommand.cpp:82 -#, fuzzy, kde-format -#| msgid "Usage: balooctl config " +#, kde-format msgid "" "Usage: balooctl config \n" "\n" -msgstr "Použitie: balooctl config " +msgstr "" +"Použitie: balooctl config \n" +"\n" #: configcommand.cpp:83 -#, fuzzy, kde-format -#| msgid "Possible Commands:" +#, kde-format msgid "Possible Commands:\n" -msgstr "Možné príkazy:" +msgstr "Možné príkazy:\n" #: configcommand.cpp:86 #, kde-format @@ -138,12 +137,13 @@ msgstr "Zobraziť túto ponuku pomocníka" #: configcommand.cpp:96 -#, fuzzy, kde-format -#| msgid "The following configuration options may be listed:" +#, kde-format msgid "" "The following configuration options may be listed:\n" "\n" -msgstr "Nasledovné voľby nastavenia sa môžu zobraziť:" +msgstr "" +"Nasledovné voľby nastavenia sa môžu zobraziť:\n" +"\n" #: configcommand.cpp:98 configcommand.cpp:377 #, kde-format @@ -177,25 +177,24 @@ #: configcommand.cpp:155 configcommand.cpp:246 configcommand.cpp:369 #: configcommand.cpp:439 -#, fuzzy, kde-format -#| msgid "Config parameter could not be found" +#, kde-format msgid "Config parameter could not be found\n" -msgstr "Parameter config sa nenašiel" +msgstr "Parameter nastavení sa nenašiel\n" #: configcommand.cpp:161 configcommand.cpp:252 configcommand.cpp:375 -#, fuzzy, kde-format -#| msgid "The following configuration options may be modified:" +#, kde-format msgid "" "The following configuration options may be modified:\n" "\n" -msgstr "Nasledovné voľby nastavenia sa mohli zmeniť:" +msgstr "" +"Nasledovné voľby nastavenia sa môžu zmeniť: \n" +"\n" #: configcommand.cpp:174 configcommand.cpp:194 configcommand.cpp:265 #: configcommand.cpp:300 -#, fuzzy, kde-format -#| msgid "A folder must be provided" +#, kde-format msgid "A folder must be provided\n" -msgstr "Priečinok musí byť zadaný" +msgstr "Musí byť zadaný priečinok\n" #: configcommand.cpp:182 #, kde-format @@ -208,10 +207,9 @@ msgstr "%1 nie je v zozname vylúčených priečinkov" #: configcommand.cpp:214 configcommand.cpp:335 -#, fuzzy, kde-format -#| msgid "A filter must be provided" +#, kde-format msgid "A filter must be provided\n" -msgstr "Filter musí byť zadaný" +msgstr "Filter musí byť zadaný\n" #: configcommand.cpp:220 #, kde-format @@ -219,10 +217,9 @@ msgstr "%1 nie je v zozname vylúčených priečinkov" #: configcommand.cpp:231 configcommand.cpp:353 -#, fuzzy, kde-format -#| msgid "A mimetype must be provided" +#, kde-format msgid "A mimetype must be provided\n" -msgstr "Mime typ musí byť zadaný" +msgstr "Mime typ musí byť zadaný\n" #: configcommand.cpp:237 #, kde-format @@ -230,16 +227,14 @@ msgstr "%1 nie je v zozname vylúčených mime typov" #: configcommand.cpp:271 configcommand.cpp:306 -#, fuzzy, kde-format -#| msgid "Path does not exist" +#, kde-format msgid "Path does not exist\n" -msgstr "Cesta neexistuje" +msgstr "Cesta neexistuje\n" #: configcommand.cpp:276 configcommand.cpp:311 -#, fuzzy, kde-format -#| msgid "Path is not a directory" +#, kde-format msgid "Path is not a directory\n" -msgstr "Cesta nie je adresár" +msgstr "Cesta nie je adresár\n" #: configcommand.cpp:283 #, kde-format @@ -257,28 +252,24 @@ msgstr "%1 je už v zozname vylúčených priečinkov" #: configcommand.cpp:341 -#, fuzzy, kde-format -#| msgid "Exclude filter is already in the list" +#, kde-format msgid "Exclude filter is already in the list\n" -msgstr "Vylúčiť filter, ktorý je už v zozname" +msgstr "Filter na vylúčenie je už v zozname\n" #: configcommand.cpp:359 -#, fuzzy, kde-format -#| msgid "Exclude mimetype is already in the list" +#, kde-format msgid "Exclude mimetype is already in the list\n" -msgstr "Vylúčiť mime typ, ktorý je už v zozname" +msgstr "Mime typ na vylúčenie, už je v zozname\n" #: configcommand.cpp:387 configcommand.cpp:414 -#, fuzzy, kde-format -#| msgid "A value must be provided" +#, kde-format msgid "A value must be provided\n" -msgstr "Hodnota musí byť zadaná" +msgstr "Hodnota musí byť zadaná\n" #: configcommand.cpp:408 configcommand.cpp:435 -#, fuzzy, kde-format -#| msgid "Invalid value" +#, kde-format msgid "Invalid value\n" -msgstr "Neplatná hodnota" +msgstr "Neplatná hodnota\n" #: main.cpp:65 #, kde-format @@ -385,28 +376,24 @@ msgstr "formát" #: monitorcommand.cpp:68 -#, fuzzy, kde-format -#| msgid "Press ctrl+c to stop monitoring" +#, kde-format msgid "Press ctrl+c to stop monitoring\n" -msgstr "Stlačte ctrl+c na zastavenie monitorovania" +msgstr "Stlačte ctrl+c na zastavenie monitorovania\n" #: monitorcommand.cpp:86 -#, fuzzy, kde-format -#| msgid "Waiting for file indexer to start" +#, kde-format msgid "Waiting for file indexer to start\n" -msgstr "Čakanie na spustenie indexera" +msgstr "Čakanie na spustenie indexera\n" #: monitorcommand.cpp:87 -#, fuzzy, kde-format -#| msgid "Press ctrl+c to stop monitoring" +#, kde-format msgid "Press Ctrl+C to stop monitoring\n" -msgstr "Stlačte ctrl+c na zastavenie monitorovania" +msgstr "Stlačte Ctrl+C na zastavenie monitorovania\n" #: monitorcommand.cpp:94 -#, fuzzy, kde-format -#| msgid "File indexer is running" +#, kde-format msgid "File indexer is running\n" -msgstr "Indexer súborov Baloo beží" +msgstr "Indexer súborov Baloo beží\n" #: monitorcommand.cpp:107 #, kde-format @@ -415,10 +402,14 @@ msgstr "Indexujem: %1" #: monitorcommand.cpp:120 -#, fuzzy, kde-format -#| msgid ": Ok" +#, kde-format msgid ": Ok\n" -msgstr ": Ok" +msgstr ": Ok\n" + +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "konzolové rozhranie pre monitorovanie Baloo" #: statuscommand.cpp:45 #, kde-format @@ -487,16 +478,14 @@ msgstr "Baloo je práve zakázané. Na povolenie prosím spustite %1" #: statuscommand.cpp:287 -#, fuzzy, kde-format -#| msgid "Baloo Index could not be opened" +#, kde-format msgid "Baloo Index could not be opened\n" -msgstr "Index Baloo nie je možné otvoriť" +msgstr "Index Baloo nebolo možné otvoriť\n" #: statuscommand.cpp:308 -#, fuzzy, kde-format -#| msgid "Baloo File Indexer is running" +#, kde-format msgid "Baloo File Indexer is running\n" -msgstr "Indexer súborov Baloo beží" +msgstr "Indexer súborov Baloo beží\n" #: statuscommand.cpp:309 #, kde-format @@ -504,10 +493,9 @@ msgstr "Stav indexera: %1" #: statuscommand.cpp:312 -#, fuzzy, kde-format -#| msgid "Baloo File Indexer is not running" +#, kde-format msgid "Baloo File Indexer is not running\n" -msgstr "Indexer súborov Baloo nebeží" +msgstr "Indexer súborov Baloo nebeží\n" #: statuscommand.cpp:319 #, kde-format @@ -530,7 +518,6 @@ msgstr "Aktuálna veľkosť indexu je %1" #: statuscommand.cpp:331 -#, fuzzy, kde-format -#| msgid "Index does not exist yet" +#, kde-format msgid "Index does not exist yet\n" -msgstr "Index zatial neexistuje" +msgstr "Index zatiaľ neexistuje\n" diff -Nru baloo-kf5-5.67.0/po/sk/kio5_timeline.po baloo-kf5-5.68.0/po/sk/kio5_timeline.po --- baloo-kf5-5.67.0/po/sk/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/sk/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kio_timeline\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-09-24 19:16+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" @@ -16,9 +16,15 @@ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/sl/balooctl5.po baloo-kf5-5.68.0/po/sl/balooctl5.po --- baloo-kf5-5.67.0/po/sl/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/sl/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2017-03-24 21:32+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" @@ -419,6 +419,11 @@ msgid ": Ok\n" msgstr "" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/sl/kio5_timeline.po baloo-kf5-5.68.0/po/sl/kio5_timeline.po --- baloo-kf5-5.67.0/po/sl/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/sl/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-09-13 20:02+0200\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" @@ -19,9 +19,15 @@ "X-Generator: Lokalize 1.5\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/sv/balooctl5.po baloo-kf5-5.68.0/po/sv/balooctl5.po --- baloo-kf5-5.67.0/po/sv/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/sv/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-19 09:46+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-18 17:40+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -406,6 +406,11 @@ msgid ": Ok\n" msgstr ": Ok\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "Kommandoradsgränssnitt för att övervaka Baloo" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/sv/kio5_timeline.po baloo-kf5-5.68.0/po/sv/kio5_timeline.po --- baloo-kf5-5.67.0/po/sv/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/sv/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -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. # -# Stefan Asserhäll , 2013, 2015. +# Stefan Asserhäll , 2013, 2015, 2020. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2015-09-09 18:39+0100\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-02-26 19:48+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -15,12 +15,12 @@ "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.04.3\n" #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/tg/balooctl5.po baloo-kf5-5.68.0/po/tg/balooctl5.po --- baloo-kf5-5.67.0/po/tg/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/tg/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: baloo\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2019-10-01 11:08+0500\n" "Last-Translator: Victor Ibragimov \n" "Language-Team: English \n" @@ -423,6 +423,11 @@ msgid ": Ok\n" msgstr ": Хуб" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/tg/kio5_timeline.po baloo-kf5-5.68.0/po/tg/kio5_timeline.po --- baloo-kf5-5.67.0/po/tg/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/tg/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: baloo\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2019-08-16 18:52+0500\n" "Last-Translator: Victor Ibragimov \n" "Language-Team: English \n" @@ -18,9 +18,15 @@ "X-Generator: Lokalize 19.04.3\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/tr/balooctl5.po baloo-kf5-5.68.0/po/tr/balooctl5.po --- baloo-kf5-5.67.0/po/tr/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/tr/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: balooctl5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" "PO-Revision-Date: 2017-10-04 11:59+0000\n" "Last-Translator: Kaan \n" "Language-Team: Turkish \n" @@ -419,6 +419,11 @@ msgid ": Ok\n" msgstr "" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/tr/kio5_timeline.po baloo-kf5-5.68.0/po/tr/kio5_timeline.po --- baloo-kf5-5.67.0/po/tr/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/tr/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2015-09-15 09:18+0000\n" "Last-Translator: Necdet \n" "Language-Team: Turkish \n" @@ -18,9 +18,15 @@ "X-Generator: Lokalize 1.5\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/uk/balooctl5.po baloo-kf5-5.68.0/po/uk/balooctl5.po --- baloo-kf5-5.67.0/po/uk/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/uk/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: balooctl5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-19 09:17+0200\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-16 11:41+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -412,6 +412,11 @@ msgid ": Ok\n" msgstr ": Без помилок\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "Інтерфейс командного рядка для спостереження за Baloo" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/uk/kio5_timeline.po baloo-kf5-5.68.0/po/uk/kio5_timeline.po --- baloo-kf5-5.67.0/po/uk/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/uk/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -1,15 +1,15 @@ # Translation of kio5_timeline.po to Ukrainian -# Copyright (C) 2013-2015 This_file_is_part_of_KDE +# Copyright (C) 2013-2020 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. # -# Yuri Chornoivan , 2013, 2015. +# Yuri Chornoivan , 2013, 2015, 2020. msgid "" msgstr "" "Project-Id-Version: kio5_timeline\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2015-09-09 19:04+0300\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-02-26 08:52+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -18,12 +18,12 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 20.03.70\n" #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/zh_CN/balooctl5.po baloo-kf5-5.68.0/po/zh_CN/balooctl5.po --- baloo-kf5-5.67.0/po/zh_CN/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/zh_CN/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -4,14 +4,15 @@ # Xuetian Weng , 2014, 2015. # Weng Xuetian , 2015, 2016. # Guo Yunhe , 2017. +# Feng Chao , 2020. msgid "" msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-20 21:49\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Chinese Simplified\n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-20 20:41+0800\n" +"Last-Translator: Feng Chao \n" +"Language-Team: \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,16 +21,17 @@ "X-Crowdin-Project: kdeorg\n" "X-Crowdin-Language: zh-CN\n" "X-Crowdin-File: /kf5-trunk/messages/frameworks/balooctl5.pot\n" +"X-Generator: Lokalize 19.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "KDE China,Weng Xuetian,Guo Yunhe" +msgstr "KDE China,Weng Xuetian,Guo Yunhe,Feng Chao" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "kde-china@kde.org,wengxt@gmail.com,i@guoyunhe.me" +msgstr "kde-china@kde.org,wengxt@gmail.com,i@guoyunhe.me,chaofeng111@qq.com" #: ../../file/indexerstate.h:45 #, kde-format @@ -99,7 +101,7 @@ #: configcommand.cpp:81 #, kde-format msgid "The config command can be used to manipulate the Baloo Configuration\n" -msgstr "" +msgstr "config 命令可以修改 Baloo 的配置\n" #: configcommand.cpp:82 #, kde-format @@ -107,11 +109,13 @@ "Usage: balooctl config \n" "\n" msgstr "" +"用法: balooctl config \n" +"\n" #: configcommand.cpp:83 #, kde-format msgid "Possible Commands:\n" -msgstr "" +msgstr "可用命令:\n" #: configcommand.cpp:86 #, kde-format @@ -144,6 +148,8 @@ "The following configuration options may be listed:\n" "\n" msgstr "" +"可以显示如下配置选项:\n" +"\n" #: configcommand.cpp:98 configcommand.cpp:377 #, kde-format @@ -179,7 +185,7 @@ #: configcommand.cpp:439 #, kde-format msgid "Config parameter could not be found\n" -msgstr "" +msgstr "无法找到配置参数\n" #: configcommand.cpp:161 configcommand.cpp:252 configcommand.cpp:375 #, kde-format @@ -187,12 +193,14 @@ "The following configuration options may be modified:\n" "\n" msgstr "" +"如下配置选项可以被修改:\n" +"\n" #: configcommand.cpp:174 configcommand.cpp:194 configcommand.cpp:265 #: configcommand.cpp:300 #, kde-format msgid "A folder must be provided\n" -msgstr "" +msgstr "必须给出文件夹\n" #: configcommand.cpp:182 #, kde-format @@ -207,7 +215,7 @@ #: configcommand.cpp:214 configcommand.cpp:335 #, kde-format msgid "A filter must be provided\n" -msgstr "" +msgstr "必须给出过滤器\n" #: configcommand.cpp:220 #, kde-format @@ -217,7 +225,7 @@ #: configcommand.cpp:231 configcommand.cpp:353 #, kde-format msgid "A mimetype must be provided\n" -msgstr "" +msgstr "必须给出 mime 类型\n" #: configcommand.cpp:237 #, kde-format @@ -227,12 +235,12 @@ #: configcommand.cpp:271 configcommand.cpp:306 #, kde-format msgid "Path does not exist\n" -msgstr "" +msgstr "路径不存在\n" #: configcommand.cpp:276 configcommand.cpp:311 #, kde-format msgid "Path is not a directory\n" -msgstr "" +msgstr "路径不是目录\n" #: configcommand.cpp:283 #, kde-format @@ -252,22 +260,22 @@ #: configcommand.cpp:341 #, kde-format msgid "Exclude filter is already in the list\n" -msgstr "" +msgstr "排除的过滤器已经位于列表中\n" #: configcommand.cpp:359 #, kde-format msgid "Exclude mimetype is already in the list\n" -msgstr "" +msgstr "排除的 mime 类型已经位于列表中\n" #: configcommand.cpp:387 configcommand.cpp:414 #, kde-format msgid "A value must be provided\n" -msgstr "" +msgstr "必须提供一个数值\n" #: configcommand.cpp:408 configcommand.cpp:435 #, kde-format msgid "Invalid value\n" -msgstr "" +msgstr "无效值\n" #: main.cpp:65 #, kde-format @@ -376,22 +384,22 @@ #: monitorcommand.cpp:68 #, kde-format msgid "Press ctrl+c to stop monitoring\n" -msgstr "" +msgstr "按 Ctrl+C 可以停止监控\n" #: monitorcommand.cpp:86 #, kde-format msgid "Waiting for file indexer to start\n" -msgstr "" +msgstr "正在等待文件索引器启动\n" #: monitorcommand.cpp:87 #, kde-format msgid "Press Ctrl+C to stop monitoring\n" -msgstr "" +msgstr "按 Ctrl+C 可以停止监控\n" #: monitorcommand.cpp:94 #, kde-format msgid "File indexer is running\n" -msgstr "" +msgstr "文件索引器正在运行\n" #: monitorcommand.cpp:107 #, kde-format @@ -402,7 +410,12 @@ #: monitorcommand.cpp:120 #, kde-format msgid ": Ok\n" -msgstr "" +msgstr ": Ok\n" + +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "监控 Baloo 的命令行接口" #: statuscommand.cpp:45 #, kde-format @@ -473,12 +486,12 @@ #: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened\n" -msgstr "" +msgstr "无法打开 Baloo 索引\n" #: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running\n" -msgstr "" +msgstr "Baloo 文件索引器正在运行\n" #: statuscommand.cpp:309 #, kde-format @@ -488,7 +501,7 @@ #: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running\n" -msgstr "" +msgstr "Baloo 文件索引器未运行\n" #: statuscommand.cpp:319 #, kde-format @@ -513,4 +526,4 @@ #: statuscommand.cpp:331 #, kde-format msgid "Index does not exist yet\n" -msgstr "" +msgstr "尚不存在索引\n" diff -Nru baloo-kf5-5.67.0/po/zh_CN/kio5_timeline.po baloo-kf5-5.68.0/po/zh_CN/kio5_timeline.po --- baloo-kf5-5.67.0/po/zh_CN/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/zh_CN/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" "PO-Revision-Date: 2020-01-20 21:49\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Simplified\n" @@ -21,9 +21,15 @@ "X-Crowdin-File: /kf5-trunk/messages/frameworks/kio5_timeline.pot\n" #: kio_timeline.cpp:75 -#, kde-format +#, fuzzy, kde-format +#| msgctxt "" +#| "Month and year used in a tree above the actual days. Have a look at " +#| "http://doc.qt.io/qt-5/qdate.html#toString to see which variables you can " +#| "use and ask kde-i18n-doc@kde.org if you have problems understanding how " +#| "to translate this" +#| msgid "MMMM yyyy" msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/po/zh_TW/balooctl5.po baloo-kf5-5.68.0/po/zh_TW/balooctl5.po --- baloo-kf5-5.67.0/po/zh_TW/balooctl5.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/zh_TW/balooctl5.po 2020-03-07 09:32:49.000000000 +0000 @@ -8,16 +8,16 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2020-01-23 03:00+0100\n" -"PO-Revision-Date: 2020-01-19 18:12+0800\n" -"Last-Translator: pan93412 \n" +"POT-Creation-Date: 2020-02-17 02:54+0100\n" +"PO-Revision-Date: 2020-02-20 19:06+0800\n" +"Last-Translator: Yi-Jyun Pan \n" "Language-Team: Chinese \n" "Language: zh_TW\n" "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" -"X-Generator: Lokalize 19.12.1\n" +"X-Generator: Lokalize 19.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -408,6 +408,11 @@ msgid ": Ok\n" msgstr ":確定\n" +#: monitorcommand.h:47 +#, kde-format +msgid "CLI interface for monitoring Baloo" +msgstr "監控 Baloo 的命令列介面" + #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" diff -Nru baloo-kf5-5.67.0/po/zh_TW/kio5_timeline.po baloo-kf5-5.68.0/po/zh_TW/kio5_timeline.po --- baloo-kf5-5.67.0/po/zh_TW/kio5_timeline.po 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/po/zh_TW/kio5_timeline.po 2020-03-07 09:32:49.000000000 +0000 @@ -3,25 +3,26 @@ # # Franklin Weng , 2014, 2015. # Jeff Huang , 2016. +# pan93412 , 2020. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-12 02:44+0200\n" -"PO-Revision-Date: 2016-06-28 17:23+0800\n" -"Last-Translator: Jeff Huang \n" -"Language-Team: Chinese \n" +"POT-Creation-Date: 2020-02-26 02:57+0100\n" +"PO-Revision-Date: 2020-02-28 01:44+0800\n" +"Last-Translator: pan93412 \n" +"Language-Team: Chinese \n" "Language: zh_TW\n" "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" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.12.2\n" #: kio_timeline.cpp:75 #, kde-format msgctxt "" -"Month and year used in a tree above the actual days. Have a look at http://" +"Month and year used in a tree above the actual days. Have a look at https://" "doc.qt.io/qt-5/qdate.html#toString to see which variables you can use and " "ask kde-i18n-doc@kde.org if you have problems understanding how to translate " "this" diff -Nru baloo-kf5-5.67.0/src/CMakeLists.txt baloo-kf5-5.68.0/src/CMakeLists.txt --- baloo-kf5-5.67.0/src/CMakeLists.txt 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/CMakeLists.txt 2020-03-07 09:32:49.000000000 +0000 @@ -11,3 +11,8 @@ add_subdirectory(dbus) +ecm_qt_install_logging_categories( + EXPORT BALOO + FILE baloo.categories + DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR} +) diff -Nru baloo-kf5-5.67.0/src/engine/CMakeLists.txt baloo-kf5-5.68.0/src/engine/CMakeLists.txt --- baloo-kf5-5.67.0/src/engine/CMakeLists.txt 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/engine/CMakeLists.txt 2020-03-07 09:32:49.000000000 +0000 @@ -31,7 +31,10 @@ HEADER "enginedebug.h" IDENTIFIER "Baloo::ENGINE" DEFAULT_SEVERITY Warning - CATEGORY_NAME "org.kde.baloo.engine") + CATEGORY_NAME "org.kde.baloo.engine" + DESCRIPTION "Baloo Engine" + EXPORT BALOO +) if(${BUILD_EXPERIMENTAL}) set(BALOO_ENGINE_SRCS ${BALOO_ENGINE_SRCS} experimental/databasesanitizer.cpp) diff -Nru baloo-kf5-5.67.0/src/file/basicindexingjob.cpp baloo-kf5-5.68.0/src/file/basicindexingjob.cpp --- baloo-kf5-5.67.0/src/file/basicindexingjob.cpp 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/file/basicindexingjob.cpp 2020-03-07 09:32:49.000000000 +0000 @@ -110,7 +110,7 @@ // Office 2007 {"application/vnd.openxmlformats-officedocument.presentationml.presentation", Type::Presentation}, {"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", Type::Spreadsheet}, - // Open Document Formats - http://en.wikipedia.org/wiki/OpenDocument_technical_specification + // Open Document Formats - https://en.wikipedia.org/wiki/OpenDocument_technical_specification {"application/vnd.oasis.opendocument.presentation", Type::Presentation}, {"application/vnd.oasis.opendocument.spreadsheet", Type::Spreadsheet}, {"application/pdf", Type::Document}, @@ -120,7 +120,7 @@ // EBooks {"application/epub+zip", Type::Document}, {"application/x-mobipocket-ebook", Type::Document}, - // Archives - http://en.wikipedia.org/wiki/List_of_archive_formats + // Archives - https://en.wikipedia.org/wiki/List_of_archive_formats {"application/x-tar", Type::Archive}, {"application/x-bzip2", Type::Archive}, {"application/x-gzip", Type::Archive}, diff -Nru baloo-kf5-5.67.0/src/file/extractor/main.cpp baloo-kf5-5.68.0/src/file/extractor/main.cpp --- baloo-kf5-5.67.0/src/file/extractor/main.cpp 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/file/extractor/main.cpp 2020-03-07 09:32:49.000000000 +0000 @@ -41,7 +41,7 @@ QApplication app(argc, argv); KAboutData aboutData(QStringLiteral("baloo"), i18n("Baloo File Extractor"), QLatin1String(PROJECT_VERSION)); - aboutData.addAuthor(i18n("Vishesh Handa"), i18n("Maintainer"), QStringLiteral("vhanda@kde.org"), QStringLiteral("http://vhanda.in")); + aboutData.addAuthor(i18n("Vishesh Handa"), i18n("Maintainer"), QStringLiteral("vhanda@kde.org"), QStringLiteral("https://vhanda.in")); KCrash::initialize(); diff -Nru baloo-kf5-5.67.0/src/file/filecontentindexer.cpp baloo-kf5-5.68.0/src/file/filecontentindexer.cpp --- baloo-kf5-5.67.0/src/file/filecontentindexer.cpp 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/file/filecontentindexer.cpp 2020-03-07 09:32:49.000000000 +0000 @@ -57,18 +57,11 @@ m_stop.storeRelaxed(false); #endif auto batchSize = m_batchSize; -#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) - while (m_provider->size() && !m_stop.load()) { -#else - while (m_provider->size() && !m_stop.loadRelaxed()) { -#endif + while (true) { // // WARNING: This will go mad, if the Extractor does not commit after N=m_batchSize files // cause then we will keep fetching the same N files again and again. // - QElapsedTimer timer; - timer.start(); - QVector idList = m_provider->fetch(batchSize); #if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) if (idList.isEmpty() || m_stop.load()) { @@ -83,6 +76,9 @@ bool hadErrors = false; connect(&process, &ExtractorProcess::failed, &loop, [&hadErrors, &loop]() { hadErrors = true; loop.quit(); }); + QElapsedTimer timer; + timer.start(); + process.index(idList); loop.exec(); diff -Nru baloo-kf5-5.67.0/src/file/fileindexscheduler.cpp baloo-kf5-5.68.0/src/file/fileindexscheduler.cpp --- baloo-kf5-5.67.0/src/file/fileindexscheduler.cpp 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/file/fileindexscheduler.cpp 2020-03-07 09:32:49.000000000 +0000 @@ -248,6 +248,8 @@ qCDebug(BALOO) << "Suspending"; if (m_indexerState == ContentIndexing) { m_contentIndexer->quit(); + } else { + scheduleIndexing(); } } else { qCDebug(BALOO) << "Resuming"; diff -Nru baloo-kf5-5.67.0/src/file/fileindexscheduler.h baloo-kf5-5.68.0/src/file/fileindexscheduler.h --- baloo-kf5-5.67.0/src/file/fileindexscheduler.h 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/file/fileindexscheduler.h 2020-03-07 09:32:49.000000000 +0000 @@ -104,6 +104,7 @@ void setSuspend(bool suspend); bool isIndexerIdle() { return m_isGoingIdle || + (m_indexerState == Suspended) || (m_indexerState == Idle) || (m_indexerState == LowPowerIdle); } diff -Nru baloo-kf5-5.67.0/src/file/main.cpp baloo-kf5-5.68.0/src/file/main.cpp --- baloo-kf5-5.67.0/src/file/main.cpp 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/file/main.cpp 2020-03-07 09:32:49.000000000 +0000 @@ -44,7 +44,7 @@ lowerPriority(); KAboutData aboutData(QStringLiteral("baloo"), i18n("Baloo File Indexing Daemon"), PROJECT_VERSION); - aboutData.addAuthor(i18n("Vishesh Handa"), i18n("Maintainer"), QStringLiteral("vhanda@kde.org"), QStringLiteral("http://vhanda.in")); + aboutData.addAuthor(i18n("Vishesh Handa"), i18n("Maintainer"), QStringLiteral("vhanda@kde.org"), QStringLiteral("https://vhanda.in")); QCoreApplication app(argc, argv); diff -Nru baloo-kf5-5.67.0/src/file/modifiedfileindexer.cpp baloo-kf5-5.68.0/src/file/modifiedfileindexer.cpp --- baloo-kf5-5.67.0/src/file/modifiedfileindexer.cpp 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/file/modifiedfileindexer.cpp 2020-03-07 09:32:49.000000000 +0000 @@ -69,9 +69,16 @@ continue; } - DocumentTimeDB::TimeInfo timeInfo = tr.documentTimeInfo(fileId); - bool mTimeChanged = timeInfo.mTime != fileInfo.lastModified().toSecsSinceEpoch(); - bool cTimeChanged = timeInfo.cTime != fileInfo.metadataChangeTime().toSecsSinceEpoch(); + bool mTimeChanged; + bool cTimeChanged; + const bool isKnownFile = tr.hasDocument(fileId); + if (isKnownFile) { + DocumentTimeDB::TimeInfo timeInfo = tr.documentTimeInfo(fileId); + mTimeChanged = timeInfo.mTime != fileInfo.lastModified().toSecsSinceEpoch(); + cTimeChanged = timeInfo.cTime != fileInfo.metadataChangeTime().toSecsSinceEpoch(); + } else { + mTimeChanged = cTimeChanged = true; + } if (!mTimeChanged && !cTimeChanged) { continue; @@ -93,7 +100,20 @@ } } - // FIXME: The BasicIndexingJob extracts too much info. We only need the time + // Only mTime changed + if (!cTimeChanged) { + Document doc; + doc.setId(fileId); + doc.setMTime(fileInfo.lastModified().toSecsSinceEpoch()); + doc.setCTime(fileInfo.metadataChangeTime().toSecsSinceEpoch()); + if (level == BasicIndexingJob::MarkForContentIndexing) { + doc.setContentIndexing(true); + } + + tr.replaceDocument(doc, DocumentTime); + continue; + } + BasicIndexingJob job(filePath, mimetype, level); if (!job.index()) { continue; @@ -101,14 +121,9 @@ // we can get modified events for files which do not exist // cause Baloo was not running and missed those events - if (tr.hasDocument(job.document().id())) { - if (cTimeChanged) { - tr.replaceDocument(job.document(), XAttrTerms | DocumentTime | FileNameTerms | DocumentUrl); - } else { - tr.replaceDocument(job.document(), DocumentTime); - } - } - else { + if (isKnownFile && (job.document().id() == fileId)) { + tr.replaceDocument(job.document(), XAttrTerms | DocumentTime | FileNameTerms | DocumentUrl); + } else { tr.addDocument(job.document()); } } diff -Nru baloo-kf5-5.67.0/src/kioslaves/tags/CMakeLists.txt baloo-kf5-5.68.0/src/kioslaves/tags/CMakeLists.txt --- baloo-kf5-5.67.0/src/kioslaves/tags/CMakeLists.txt 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/kioslaves/tags/CMakeLists.txt 2020-03-07 09:32:49.000000000 +0000 @@ -5,10 +5,12 @@ ) ecm_qt_declare_logging_category(tags_LIB_SRCS - HEADER kio_tags_debug.h - IDENTIFIER Baloo::KIO_TAGS - DEFAULT_SEVERITY Warning - CATEGORY_NAME kf5.kio.kio_tags + HEADER kio_tags_debug.h + IDENTIFIER Baloo::KIO_TAGS + DEFAULT_SEVERITY Warning + CATEGORY_NAME kf5.kio.kio_tags + DESCRIPTION "Baloo Tags (KIO)" + EXPORT BALOO ) add_library(tags MODULE ${tags_LIB_SRCS}) diff -Nru baloo-kf5-5.67.0/src/kioslaves/timeline/CMakeLists.txt baloo-kf5-5.68.0/src/kioslaves/timeline/CMakeLists.txt --- baloo-kf5-5.67.0/src/kioslaves/timeline/CMakeLists.txt 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/kioslaves/timeline/CMakeLists.txt 2020-03-07 09:32:49.000000000 +0000 @@ -6,10 +6,12 @@ ) ecm_qt_declare_logging_category(kio_timeline_SRCS - HEADER kio_timeline_debug.h - IDENTIFIER Baloo::KIO_TIMELINE - DEFAULT_SEVERITY Warning - CATEGORY_NAME kf5.kio.kio_timeline + HEADER kio_timeline_debug.h + IDENTIFIER Baloo::KIO_TIMELINE + DEFAULT_SEVERITY Warning + CATEGORY_NAME kf5.kio.kio_timeline + DESCRIPTION "Baloo Timeline (KIO)" + EXPORT BALOO ) add_library(timeline MODULE ${kio_timeline_SRCS}) diff -Nru baloo-kf5-5.67.0/src/kioslaves/timeline/kio_timeline.cpp baloo-kf5-5.68.0/src/kioslaves/timeline/kio_timeline.cpp --- baloo-kf5-5.67.0/src/kioslaves/timeline/kio_timeline.cpp 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/kioslaves/timeline/kio_timeline.cpp 2020-03-07 09:32:49.000000000 +0000 @@ -69,7 +69,7 @@ { QString dateString = QDate(year, month, 1).toString( i18nc("Month and year used in a tree above the actual days. " - "Have a look at http://doc.qt.io/qt-5/qdate.html#toString " + "Have a look at https://doc.qt.io/qt-5/qdate.html#toString " "to see which variables you can use and ask kde-i18n-doc@kde.org if you have " "problems understanding how to translate this", "MMMM yyyy")); diff -Nru baloo-kf5-5.67.0/src/lib/Baloo.pc.cmake baloo-kf5-5.68.0/src/lib/Baloo.pc.cmake --- baloo-kf5-5.67.0/src/lib/Baloo.pc.cmake 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/lib/Baloo.pc.cmake 2020-03-07 09:32:49.000000000 +0000 @@ -5,7 +5,7 @@ Name: Baloo Description: Baloo is a file indexing and searching framework for Linux -URL: http://www.kde.org +URL: https://www.kde.org Requires: Qt5Core Version: ${BALOO_VERSION_STRING} Libs: -L${CMAKE_INSTALL_PREFIX}/${LIB_INSTALL_DIR} -lKF5Baloo diff -Nru baloo-kf5-5.67.0/src/lib/CMakeLists.txt baloo-kf5-5.68.0/src/lib/CMakeLists.txt --- baloo-kf5-5.67.0/src/lib/CMakeLists.txt 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/lib/CMakeLists.txt 2020-03-07 09:32:49.000000000 +0000 @@ -28,7 +28,13 @@ ${DBUS_INTERFACES} ) -ecm_qt_declare_logging_category(BALOO_LIB_SRCS HEADER baloodebug.h IDENTIFIER BALOO CATEGORY_NAME org.kde.baloo) +ecm_qt_declare_logging_category(BALOO_LIB_SRCS + HEADER baloodebug.h + IDENTIFIER BALOO + CATEGORY_NAME org.kde.baloo + DESCRIPTION "Baloo File debug" + EXPORT BALOO +) kconfig_add_kcfg_files(BALOO_LIB_SRCS baloosettings.kcfgc GENERATE_MOC) add_library(KF5Baloo ${BALOO_LIB_SRCS}) diff -Nru baloo-kf5-5.67.0/src/lib/indexerconfig.cpp baloo-kf5-5.68.0/src/lib/indexerconfig.cpp --- baloo-kf5-5.67.0/src/lib/indexerconfig.cpp 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/lib/indexerconfig.cpp 2020-03-07 09:32:49.000000000 +0000 @@ -43,6 +43,7 @@ IndexerConfig::~IndexerConfig() { + d->m_settings.save(); delete d; } diff -Nru baloo-kf5-5.67.0/src/tools/balooctl/main.cpp baloo-kf5-5.68.0/src/tools/balooctl/main.cpp --- baloo-kf5-5.67.0/src/tools/balooctl/main.cpp 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/tools/balooctl/main.cpp 2020-03-07 09:32:49.000000000 +0000 @@ -227,7 +227,7 @@ const QString url = QFileInfo(parser.positionalArguments().at(i)).absoluteFilePath(); quint64 id = filePathToId(QFile::encodeName(url)); if (id == 0) { - out << "Could not stat file: " << url<< '\n'; + out << "Could not stat file: " << url << '\n'; continue; } if (tr.inPhaseOne(id)) { @@ -239,7 +239,7 @@ continue; } Indexer indexer(url, &tr); - out << "Indexing " << url<< '\n'; + out << "Indexing " << url << '\n'; indexer.index(); } tr.commit(); @@ -266,10 +266,10 @@ const QString url = QFileInfo(parser.positionalArguments().at(i)).absoluteFilePath(); quint64 id = filePathToId(QFile::encodeName(url)); if (id == 0) { - out << "Could not stat file: " << url<< '\n'; + out << "Could not stat file: " << url << '\n'; continue; } - out << "Clearing " << url<< '\n'; + out << "Clearing " << url << '\n'; tr.removeDocument(id); } tr.commit(); diff -Nru baloo-kf5-5.67.0/src/tools/balooctl/Messages.sh baloo-kf5-5.68.0/src/tools/balooctl/Messages.sh --- baloo-kf5-5.67.0/src/tools/balooctl/Messages.sh 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/tools/balooctl/Messages.sh 2020-03-07 09:32:49.000000000 +0000 @@ -1,2 +1,2 @@ #! /usr/bin/env bash -$XGETTEXT *.cpp ../../file/indexerstate.h -o $podir/balooctl5.pot +$XGETTEXT *.cpp *.h ../../file/indexerstate.h -o $podir/balooctl5.pot diff -Nru baloo-kf5-5.67.0/src/tools/balooshow/main.cpp baloo-kf5-5.68.0/src/tools/balooshow/main.cpp --- baloo-kf5-5.67.0/src/tools/balooshow/main.cpp 2020-02-02 12:42:43.000000000 +0000 +++ baloo-kf5-5.68.0/src/tools/balooshow/main.cpp 2020-03-07 09:32:49.000000000 +0000 @@ -96,14 +96,14 @@ } if (useInodes && devId == 0) { - stream << i18n("Error: -i requires specifying a device (-d )")<< '\n'; + stream << i18n("Error: -i requires specifying a device (-d )") << '\n'; parser.showHelp(1); } Baloo::Database *db = Baloo::globalDatabaseInstance(); if (!db->open(Baloo::Database::ReadOnlyDatabase)) { - stream << i18n("The Baloo index could not be opened. Please run \"%1\" to see if Baloo is enabled and working.", QStringLiteral("balooctl status")) - << '\n'; + stream << i18n("The Baloo index could not be opened. Please run \"%1\" to see if Baloo is enabled and working.", + QStringLiteral("balooctl status")) << '\n'; return 1; } @@ -119,7 +119,7 @@ internalUrl = QFile::decodeName(tr.documentUrl(fsFid)); if (fid && fid != fsFid) { - stream << i18n("The document IDs of the Baloo DB and the filesystem are different:") << "\n"; + stream << i18n("The document IDs of the Baloo DB and the filesystem are different:") << '\n'; auto dbInode = Baloo::idToInode(fid); auto fsInode = Baloo::idToInode(fsFid); auto dbDevId = Baloo::idToDeviceId(fid); @@ -128,18 +128,18 @@ stream << "Url: " << url << "\n"; stream << "ID: " << fid << " (DB) <-> " << fsFid << " (FS)\n"; stream << "Inode: " << dbInode << " (DB) " << (dbInode == fsInode ? "== " : "<-> ") << fsInode << " (FS)\n"; - stream << "DeviceID: " << dbDevId << " (DB) " << (dbDevId == fsDevId ? "== " : "<-> ") << fsDevId << " (FS)"<< '\n'; + stream << "DeviceID: " << dbDevId << " (DB) " << (dbDevId == fsDevId ? "== " : "<-> ") << fsDevId << " (FS)\n"; } fid = fsFid; } else { bool ok; fid = url.toULongLong(&ok); if (!ok) { - stream << i18n("%1: Not a valid url or document id", url)<< '\n'; + stream << i18n("%1: Not a valid url or document id", url) << '\n'; continue; } if (!tr.hasDocument(fid)) { - stream << i18n("%1: No index information found", url)<< '\n'; + stream << i18n("%1: No index information found", url) << '\n'; continue; } url = QFile::decodeName(tr.documentUrl(fid)); @@ -150,7 +150,7 @@ bool ok; quint32 inode = url.toULong(&ok); if (!ok) { - stream << i18n("%1: Failed to parse inode number", url)<< '\n'; + stream << i18n("%1: Failed to parse inode number", url) << '\n'; continue; } @@ -173,10 +173,10 @@ // e.g. a hardlink, or untracked rename stream << QLatin1String(" [") << internalUrl << QChar(']'); } - stream<< '\n'; + stream << '\n'; } else { - stream << i18n("%1: No index information found", url)<< '\n'; + stream << i18n("%1: No index information found", url) << '\n'; continue; } @@ -192,7 +192,7 @@ KFileMetaData::PropertyMap propMap = KFileMetaData::toPropertyMap(varMap); KFileMetaData::PropertyMap::const_iterator it = propMap.constBegin(); if (!propMap.isEmpty()) { - stream << "\tCached properties:"<< '\n'; + stream << "\tCached properties:" << '\n'; } for (; it != propMap.constEnd(); ++it) { QString str; @@ -208,7 +208,7 @@ } KFileMetaData::PropertyInfo pi(it.key()); - stream << "\t\t" << pi.displayName() << ": " << str<< '\n'; + stream << "\t\t" << pi.displayName() << ": " << str << '\n'; } if (parser.isSet(QStringLiteral("x"))) { @@ -225,10 +225,10 @@ return QString(ba); }; - stream << "\n" << i18n("Internal Info") << "\n"; - stream << i18n("Terms: %1", join(terms)) << "\n"; - stream << i18n("File Name Terms: %1", join(fileNameTerms)) << "\n"; - stream << i18n("%1 Terms: %2", QStringLiteral("XAttr"), join(xAttrTerms))<< '\n'; + stream << "\n" << i18n("Internal Info") << "\n"; + stream << i18n("Terms: %1", join(terms)) << "\n"; + stream << i18n("File Name Terms: %1", join(fileNameTerms)) << "\n"; + stream << i18n("%1 Terms: %2", QStringLiteral("XAttr"), join(xAttrTerms)) << '\n'; QHash propertyWords; KLocalizedString errorPrefix = ki18nc("Prefix string for internal errors", "Internal Error - %1"); @@ -279,7 +279,7 @@ auto prop = static_cast(it.key()); KFileMetaData::PropertyInfo pi(prop); - stream << pi.name() << ": " << it.value().join(QLatin1Char(' '))<< '\n'; + stream << pi.name() << ": " << it.value().join(QLatin1Char(' ')) << '\n'; } } }