diff -Nru baloo-kf5-5.57.0/autotests/unit/engine/mtimedbtest.cpp baloo-kf5-5.58.0/autotests/unit/engine/mtimedbtest.cpp --- baloo-kf5-5.57.0/autotests/unit/engine/mtimedbtest.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/autotests/unit/engine/mtimedbtest.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -47,6 +47,9 @@ QCOMPARE(db.get(5), QVector() << 1 << 2 << 3); db.del(5, 2); QCOMPARE(db.get(5), QVector() << 1 << 3); + + QCOMPARE(db.get(4), QVector()); + QCOMPARE(db.get(6), QVector()); } void testIter() { @@ -66,6 +69,15 @@ for (quint64 val : result) { QCOMPARE(it->next(), static_cast(val)); QCOMPARE(it->docId(), static_cast(val)); + } + + it = db.iter(10, MTimeDB::LessEqual); + QVERIFY(it); + + result = {1, 2, 3, 4, 5, 6}; + for (quint64 val : result) { + QCOMPARE(it->next(), static_cast(val)); + QCOMPARE(it->docId(), static_cast(val)); } it = db.iter(7, MTimeDB::LessEqual); diff -Nru baloo-kf5-5.57.0/CMakeLists.txt baloo-kf5-5.58.0/CMakeLists.txt --- baloo-kf5-5.57.0/CMakeLists.txt 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/CMakeLists.txt 2019-05-07 11:17:44.000000000 +0000 @@ -1,8 +1,8 @@ # set minimum version requirements cmake_minimum_required(VERSION 3.5) set(REQUIRED_QT_VERSION 5.10.0) -set(KF5_VERSION "5.57.0") # handled by release scripts -set(KF5_DEP_VERSION "5.57.0") # handled by release scripts +set(KF5_VERSION "5.58.0") # handled by release scripts +set(KF5_DEP_VERSION "5.58.0") # handled by release scripts # set up project project(Baloo VERSION ${KF5_VERSION}) diff -Nru baloo-kf5-5.57.0/debian/changelog baloo-kf5-5.58.0/debian/changelog --- baloo-kf5-5.57.0/debian/changelog 2019-04-12 07:38:26.000000000 +0000 +++ baloo-kf5-5.58.0/debian/changelog 2019-05-10 14:50:56.000000000 +0000 @@ -1,8 +1,14 @@ -baloo-kf5 (5.57.0-0ubuntu1~ubuntu19.04~ppa1) disco; urgency=medium +baloo-kf5 (5.58.0-0ubuntu1~ubuntu19.04~ppa1) disco; urgency=medium + + * New upstream release (5.58.0) + + -- Rik Mills Fri, 10 May 2019 14:50:56 +0000 + +baloo-kf5 (5.57.0-0ubuntu1) eoan; urgency=medium * New upstream release (5.57.0) - -- Rik Mills Fri, 12 Apr 2019 07:38:26 +0000 + -- Rik Mills Mon, 22 Apr 2019 08:35:35 +0100 baloo-kf5 (5.56.0-0ubuntu1) disco; urgency=medium diff -Nru baloo-kf5-5.57.0/debian/control baloo-kf5-5.58.0/debian/control --- baloo-kf5-5.57.0/debian/control 2019-04-12 07:38:26.000000000 +0000 +++ baloo-kf5-5.58.0/debian/control 2019-05-10 14:50:56.000000000 +0000 @@ -6,18 +6,18 @@ Build-Depends: cmake (>= 3.0~), debhelper (>= 11~), doxygen, - extra-cmake-modules (>= 5.57.0~), + extra-cmake-modules (>= 5.58.0~), graphviz, - libkf5auth-dev (>= 5.57.0~), - libkf5config-dev (>= 5.57.0~), - libkf5coreaddons-dev (>= 5.57.0~), - libkf5crash-dev (>= 5.57.0~), - libkf5dbusaddons-dev (>= 5.57.0~), - libkf5filemetadata-dev (>= 5.57.0~), - libkf5i18n-dev (>= 5.57.0~), - libkf5idletime-dev (>= 5.57.0~), - libkf5kio-dev (>= 5.57.0~), - libkf5solid-dev (>= 5.57.0~), + libkf5auth-dev (>= 5.58.0~), + libkf5config-dev (>= 5.58.0~), + libkf5coreaddons-dev (>= 5.58.0~), + libkf5crash-dev (>= 5.58.0~), + libkf5dbusaddons-dev (>= 5.58.0~), + libkf5filemetadata-dev (>= 5.58.0~), + libkf5i18n-dev (>= 5.58.0~), + libkf5idletime-dev (>= 5.58.0~), + libkf5kio-dev (>= 5.58.0~), + libkf5solid-dev (>= 5.58.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.57.0~), - libkf5filemetadata-dev (>= 5.57.0~), + libkf5coreaddons-dev (>= 5.58.0~), + libkf5filemetadata-dev (>= 5.58.0~), ${misc:Depends}, ${shlibs:Depends}, Recommends: libkf5baloo-doc (= ${source:Version}) diff -Nru baloo-kf5-5.57.0/po/ar/balooctl5.po baloo-kf5-5.58.0/po/ar/balooctl5.po --- baloo-kf5-5.57.0/po/ar/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ar/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2018-06-08 15:31+0300\n" "Last-Translator: Safa Alfulaij \n" "Language-Team: Arabic \n" @@ -342,7 +342,13 @@ msgid "Display the disk space used by index" msgstr "يعرض مساحة القرص التي يستخدمها المفهرس" -#: main.cpp:93 +#: main.cpp:91 +#, fuzzy, kde-format +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "يعرض مساحة القرص التي يستخدمها المفهرس" + +#: main.cpp:94 #, fuzzy, kde-format #| msgid "" #| "Output format <%1|%2|%3>.\n" @@ -358,7 +364,7 @@ "تنسيق الخرج <%1|%2|%3>.\n" "ينطبق على ”%4“ فقط" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "التنسيق" @@ -394,87 +400,99 @@ msgid "Print the status of the Indexer" msgstr "يطبع حالة المفهرس" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "يتجاهل الملف %1 غير الموجود" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "الملف: %1" +msgid "File ignored" +msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "الفهرسة الأساسية: تمت" +msgid "Basic Indexing: Disabled" +msgstr "الفهرسة الأساسية: معطّلة" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "الفهرسة الأساسية: جُدولت" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "الفهرسة الأساسية: معطّلة" +msgid "Basic Indexing: Done" +msgstr "الفهرسة الأساسية: تمت" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "فهرسة المحتويات: جُدولت" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "فهرسة المحتويات: فشلت" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "فهرسة المحتويات: تمت" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "يتجاهل الملف %1 غير الموجود" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, fuzzy, kde-format +#| msgid "Ignoring non-existent file %1" +msgid "Ignoring symlink/special file %1" +msgstr "يتجاهل الملف %1 غير الموجود" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "الملف: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "تنسيق الخرج ”%1“غير صالح" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "«بالو» معطّل حاليًا. رجاء نفّذ ”%1“ لتفعيله." -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "تعذر فتح فهرس «بالو»" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "مفهرس «بالو» للملفات يعمل" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "حالة المفهرس: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "مفهرس «بالو» للملفات لا يعمل" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "فُهرست %1 / %2 من الملفات" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "الحجم الحالي للفهرس هو %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "الفهرس ليس موجودًا بعد" diff -Nru baloo-kf5-5.57.0/po/ar/balooshow5.po baloo-kf5-5.58.0/po/ar/balooshow5.po --- baloo-kf5-5.57.0/po/ar/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ar/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2018-06-08 15:54+0300\n" "Last-Translator: Safa Alfulaij \n" "Language-Team: Arabic \n" @@ -56,8 +56,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "مسارات الملفات" +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -66,15 +66,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "رقم Inode للملف الذي سيُعرض" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "معرّف الجهاز للملفات" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -83,42 +88,48 @@ "تعذر فتح فهرس «بالو». رجاءً نفّذ ”%1“ لمعرفة فيما إذا كان بالو مفعّلًا ونشطًا أم " "لا." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "معرّف fileID لا يطابق fileID الحقيقي لِ‍«بالو»" +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "هذه علة" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "لم توجد معلومات الفهرس" -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "المعلومات الداخلية" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "البنود: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "بنود أسماء الملفات: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "بنود %1: ‏%2" -#: main.cpp:219 +#: main.cpp:238 #, fuzzy, kde-format #| msgid "Internal Info" msgctxt "Prefix string for internal errors" diff -Nru baloo-kf5-5.57.0/po/bg/balooshow5.po baloo-kf5-5.58.0/po/bg/balooshow5.po --- baloo-kf5-5.57.0/po/bg/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/bg/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: balooshow\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2014-05-17 20:19+0200\n" "Last-Translator: Svetoslav Stefanov \n" "Language-Team: BULGARIAN \n" @@ -54,10 +54,9 @@ msgstr "Поддръжка" #: main.cpp:74 -#, fuzzy, kde-format -#| msgid "The file URL" -msgid "The file urls" -msgstr "Адрес на файла" +#, kde-format +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -66,7 +65,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -74,49 +73,59 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " "enabled and working." msgstr "" -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" +msgid "%1: Not a valid url or document id" msgstr "" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" +msgid "%1: No index information found" msgstr "" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" +msgid "%1: Failed to parse inode number" msgstr "" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/bs/balooctl5.po baloo-kf5-5.58.0/po/bs/balooctl5.po --- baloo-kf5-5.57.0/po/bs/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/bs/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: bosnianuniversetranslation\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2015-01-04 13:01+0000\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" @@ -343,7 +343,12 @@ msgid "Display the disk space used by index" msgstr "" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -354,7 +359,7 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "" @@ -391,87 +396,98 @@ msgid "Print the status of the Indexer" msgstr "Odštampaj status indeksera" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" +msgid "File ignored" msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" msgstr "" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" msgstr "" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "" diff -Nru baloo-kf5-5.57.0/po/bs/balooshow5.po baloo-kf5-5.58.0/po/bs/balooshow5.po --- baloo-kf5-5.57.0/po/bs/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/bs/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: $2\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2014-10-21 12:29+0000\n" "Last-Translator: Samir Ribić \n" "Language-Team: none\n" @@ -58,7 +58,7 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" +msgid "Urls, document ids or inodes of the files" msgstr "" #: main.cpp:76 @@ -68,7 +68,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -76,49 +76,59 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " "enabled and working." msgstr "" -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" +msgid "%1: Not a valid url or document id" msgstr "" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" +msgid "%1: No index information found" msgstr "" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" +msgid "%1: Failed to parse inode number" msgstr "" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/ca/balooctl5.po baloo-kf5-5.58.0/po/ca/balooctl5.po --- baloo-kf5-5.57.0/po/ca/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ca/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: balooctl5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-03-27 20:21+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-05-01 10:08+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" @@ -344,7 +344,12 @@ msgid "Display the disk space used by index" msgstr "Mostra l'espai en disc usat per l'índex" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "Mostra els fitxers que no s'han pogut indexar" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -358,7 +363,7 @@ "El format predeterminat és «%1».\n" "Només s'aplica a «%4»" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "format" @@ -394,87 +399,98 @@ msgid "Print the status of the Indexer" msgstr "Imprimeix l'estat de l'indexador" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" -msgstr "S'ignora el fitxer inexistent %1" +msgid "File ignored" +msgstr "Fitxer ignorat" -#: statuscommand.cpp:60 +#: statuscommand.cpp:130 #, kde-format -msgid "File: %1" -msgstr "Fitxer: %1" - -#: statuscommand.cpp:62 -#, kde-format -msgid "Basic Indexing: Done" -msgstr "Indexació bàsica: Feta" +msgid "Basic Indexing: Disabled" +msgstr "Indexació bàsica: Desactivada" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Indexació bàsica: Planificada" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Indexació bàsica: Desactivada" +msgid "Basic Indexing: Done" +msgstr "Indexació bàsica: Feta" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Indexació del contingut: Planificada" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Indexació del contingut: Ha fallat" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Indexació del contingut: Feta" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "S'ignora el fitxer inexistent %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "S'ignora l'enllaç simbòlic/fitxer especial %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Fitxer: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "El format de sortida «%1» no és vàlid" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Actualment, el Baloo està desactivat. Per activar-lo, executeu %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "No s'ha pogut obrir l'índex del Baloo" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "La indexació de fitxers del Baloo s'està executant" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Estat de l'indexador: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "La indexació de fitxers del Baloo no s'està executant" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "S'han indexat %1 / %2 fitxers" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "La mida actual de l'índex és %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "L'índex encara no existeix" diff -Nru baloo-kf5-5.57.0/po/ca/balooshow5.po baloo-kf5-5.58.0/po/ca/balooshow5.po --- baloo-kf5-5.57.0/po/ca/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ca/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -1,15 +1,15 @@ # Translation of balooshow5.po to Catalan -# Copyright (C) 2014-2018 This_file_is_part_of_KDE +# Copyright (C) 2014-2019 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Josep Ma. Ferrer , 2014, 2015, 2017, 2018. +# Josep Ma. Ferrer , 2014, 2015, 2017, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: balooshow5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2018-10-31 17:46+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-12 18:10+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" @@ -57,8 +57,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "Els URL del fitxer" +msgid "Urls, document ids or inodes of the files" +msgstr "URL, ID de document o «inodes» dels fitxers" #: main.cpp:76 #, kde-format @@ -67,15 +67,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Número d'inode del fitxer a mostrar" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "Els arguments s'interpreten com a números d'«inodes» (requereix -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "ID del dispositiu dels fitxers" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "Error: -i requereix especificar un dispositiu (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -84,42 +89,49 @@ "No s'ha pogut obrir l'índex del Baloo. Executeu «%1» per veure si el Baloo " "està habilitat i en funcionament." -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" +"Els ID del document de la BBDD del Baloo i del sistema de fitxers són " +"diferents:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "L'ID del fitxer no és igual que l'ID del fitxer real del Baloo." +msgid "%1: Not a valid url or document id" +msgstr "%1: No és un URL o un ID de document vàlid" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Això és un error" +msgid "%1: No index information found" +msgstr "%1: No s'ha trobat informació de l'índex" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "No s'ha trobat informació de l'índex" +msgid "%1: Failed to parse inode number" +msgstr "%1: Ha fallat en analitzar el número d'«inode»" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Informació interna" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Termes: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Termes del nom de fitxer: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "Termes %1: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/ca@valencia/balooctl5.po baloo-kf5-5.58.0/po/ca@valencia/balooctl5.po --- baloo-kf5-5.57.0/po/ca@valencia/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ca@valencia/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: balooctl5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-03-27 20:21+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-05-01 10:08+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" @@ -344,7 +344,12 @@ msgid "Display the disk space used by index" msgstr "Mostra l'espai en disc usat per l'índex" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "Mostra els fitxers que no s'han pogut indexar" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -358,7 +363,7 @@ "El format predeterminat és «%1».\n" "Només s'aplica a «%4»" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "format" @@ -394,87 +399,98 @@ msgid "Print the status of the Indexer" msgstr "Imprimeix l'estat de l'indexador" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" -msgstr "S'ignora el fitxer inexistent %1" +msgid "File ignored" +msgstr "Fitxer ignorat" -#: statuscommand.cpp:60 +#: statuscommand.cpp:130 #, kde-format -msgid "File: %1" -msgstr "Fitxer: %1" - -#: statuscommand.cpp:62 -#, kde-format -msgid "Basic Indexing: Done" -msgstr "Indexació bàsica: Feta" +msgid "Basic Indexing: Disabled" +msgstr "Indexació bàsica: Desactivada" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Indexació bàsica: Planificada" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Indexació bàsica: Desactivada" +msgid "Basic Indexing: Done" +msgstr "Indexació bàsica: Feta" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Indexació del contingut: Planificada" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Indexació del contingut: Ha fallat" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Indexació del contingut: Feta" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "S'ignora el fitxer inexistent %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "S'ignora l'enllaç simbòlic/fitxer especial %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Fitxer: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "El format d'eixida «%1» no és vàlid" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Actualment, el Baloo està desactivat. Per activar-lo, executeu %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "No s'ha pogut obrir l'índex del Baloo" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "La indexació de fitxers del Baloo s'està executant" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Estat de l'indexador: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "La indexació de fitxers del Baloo no s'està executant" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "S'han indexat %1 / %2 fitxers" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "La mida actual de l'índex és %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "L'índex encara no existeix" diff -Nru baloo-kf5-5.57.0/po/ca@valencia/balooshow5.po baloo-kf5-5.58.0/po/ca@valencia/balooshow5.po --- baloo-kf5-5.57.0/po/ca@valencia/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ca@valencia/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -1,15 +1,15 @@ # Translation of balooshow5.po to Catalan (Valencian) -# Copyright (C) 2014-2018 This_file_is_part_of_KDE +# Copyright (C) 2014-2019 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Josep Ma. Ferrer , 2014, 2015, 2017, 2018. +# Josep Ma. Ferrer , 2014, 2015, 2017, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: balooshow5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2018-10-31 17:46+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-12 18:10+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" @@ -57,8 +57,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "Els URL del fitxer" +msgid "Urls, document ids or inodes of the files" +msgstr "URL, ID de document o «inodes» dels fitxers" #: main.cpp:76 #, kde-format @@ -67,15 +67,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Número d'inode del fitxer a mostrar" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "Els arguments s'interpreten com a números d'«inodes» (requereix -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "ID del dispositiu dels fitxers" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "Error: -i requereix especificar un dispositiu (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -84,42 +89,49 @@ "No s'ha pogut obrir l'índex del Baloo. Executeu «%1» per veure si el Baloo " "està habilitat i en funcionament." -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" +"Els ID del document de la BBDD del Baloo i del sistema de fitxers són " +"diferents:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "L'ID del fitxer no és igual que l'ID del fitxer real del Baloo." +msgid "%1: Not a valid url or document id" +msgstr "%1: No és un URL o un ID de document vàlid" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Això és un error" +msgid "%1: No index information found" +msgstr "%1: No s'ha trobat informació de l'índex" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "No s'ha trobat informació de l'índex" +msgid "%1: Failed to parse inode number" +msgstr "%1: Ha fallat en analitzar el número d'«inode»" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Informació interna" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Termes: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Termes del nom de fitxer: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "Termes %1: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/cs/balooctl5.po baloo-kf5-5.58.0/po/cs/balooctl5.po --- baloo-kf5-5.57.0/po/cs/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/cs/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2018-04-12 15:38+0100\n" "Last-Translator: Vit Pelcak \n" "Language-Team: Czech \n" @@ -339,7 +339,12 @@ msgid "Display the disk space used by index" msgstr "Zobrazit místo na disku zabrané indexováním" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -350,7 +355,7 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "formát" @@ -386,87 +391,98 @@ msgid "Print the status of the Indexer" msgstr "Zobrazit status indexeru" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Ignorování neexistujícího souboru %1" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "Soubor: %1" +msgid "File ignored" +msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "Základní indexování: Dokončeno" +msgid "Basic Indexing: Disabled" +msgstr "Základní indexování: Vypnuto" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Základní indexování: Naplánováno" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Základní indexování: Vypnuto" +msgid "Basic Indexing: Done" +msgstr "Základní indexování: Dokončeno" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Indexování obsahu: Naplánováno" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Indexování obsahu: Selhalo" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Indexování obsahu: Dokončeno" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Ignorování neexistujícího souboru %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Soubor: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Výstupní formát \"%1\" je neplatný" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo je momentálně vypnuté. Pro jeho zapnutí spusťte %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Nelze otevřít index Baloo." -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Indexer Baloo běží" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Stav indexeru: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Indexer Baloo neběží" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Indexováno %1 / %2 souborů" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Aktuální velikost indexu je %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Index zatím neexistuje" diff -Nru baloo-kf5-5.57.0/po/cs/balooshow5.po baloo-kf5-5.58.0/po/cs/balooshow5.po --- baloo-kf5-5.57.0/po/cs/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/cs/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2018-04-13 15:59+0100\n" "Last-Translator: Vit Pelcak \n" "Language-Team: Czech \n" @@ -54,8 +54,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "URL souborů" +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -64,7 +64,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -72,49 +72,59 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " "enabled and working." msgstr "" -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "fileID není rovno skutečnému fileID Baloo" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Tohle je chyba" +msgid "%1: No index information found" +msgstr "" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "Nebyla nalezena informace o indexu" +msgid "%1: Failed to parse inode number" +msgstr "" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Interní informace" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/da/balooctl5.po baloo-kf5-5.58.0/po/da/balooctl5.po --- baloo-kf5-5.57.0/po/da/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/da/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2018-12-06 20:13+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -340,7 +340,13 @@ msgid "Display the disk space used by index" msgstr "Vis hvor meget diskplads indekset bruger" -#: main.cpp:93 +#: main.cpp:91 +#, fuzzy, kde-format +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "Vis hvor meget diskplads indekset bruger" + +#: main.cpp:94 #, fuzzy, kde-format #| msgid "" #| "Output format <%1|%2|%3>.\n" @@ -356,7 +362,7 @@ "Outputformat <%1|%2|%3>.\n" "Gælder kun for \"%4\"" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "format" @@ -392,87 +398,99 @@ msgid "Print the status of the Indexer" msgstr "Skriv status for indekseringen" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Ignorerer ikke-eksisterende fil %1" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "Fil: %1" +msgid "File ignored" +msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "Basal indeksering: Færdig" +msgid "Basic Indexing: Disabled" +msgstr "Basal indeksering: Deaktiveret" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Basal indeksering: Skemalagt" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Basal indeksering: Deaktiveret" +msgid "Basic Indexing: Done" +msgstr "Basal indeksering: Færdig" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Indeksering af indhold: Skemalagt" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Indeksering af indhold: Mislykkedes" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Indeksering af indhold: Færdig" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Ignorerer ikke-eksisterende fil %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, fuzzy, kde-format +#| msgid "Ignoring non-existent file %1" +msgid "Ignoring symlink/special file %1" +msgstr "Ignorerer ikke-eksisterende fil %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Fil: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Outputformatet \"%1\" er ugyldigt" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo er deaktiveret i øjeblikket. Kør %1 for at aktivere" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Baloo-indekset kunne ikke åbnes" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Baloo filindeksering kører" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Indekseringstilstand: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Baloo filindeksering kører ikke" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Har indekseret %1 / %2 filer" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Aktuel størrelse på indeks er %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Indeks findes endnu ikke" diff -Nru baloo-kf5-5.57.0/po/da/balooshow5.po baloo-kf5-5.58.0/po/da/balooshow5.po --- baloo-kf5-5.57.0/po/da/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/da/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2018-12-06 20:14+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -54,8 +54,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "Filers URL" +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -64,15 +64,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Inode-nummer for filen der skal vises" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Enheds-id for filerne" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -81,42 +86,48 @@ "Baloo-indekset kunne ikke åbnes. Kør \"%1\" for at se om Baloo er aktiveret " "og virker." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "Fil-id'et er ikke lig med det aktuelle Baloo-fil-id" +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Dette er en programfejl" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Ingen indeksinformation fundet" -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Intern info" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Termer: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Filnavntermer: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 termer: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/de/balooctl5.po baloo-kf5-5.58.0/po/de/balooctl5.po --- baloo-kf5-5.57.0/po/de/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/de/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-02-23 15:10+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-04-11 06:45+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" "Language: de\n" @@ -339,11 +339,14 @@ msgid "Display the disk space used by index" msgstr "Durch Index belegten Speicherplatz anzeigen" -#: main.cpp:93 +#: main.cpp:91 #, fuzzy, kde-format -#| msgid "" -#| "Output format <%1|%2|%3>.\n" -#| "Only applies to \"%4\"" +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "Durch Index belegten Speicherplatz anzeigen" + +#: main.cpp:94 +#, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " "command" @@ -353,9 +356,10 @@ "Only applies to \"%4\"" msgstr "" "Ausgabeformat <%1|%2|%3>.\n" -"Pass nur zu \"%4\"" +"Das Standardformat ist „%1“.\n" +"Passt nur zu „%4“" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "Format" @@ -391,88 +395,100 @@ msgid "Print the status of the Indexer" msgstr "Status der Indizierung anzeigen" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Nicht vorhandene Datei %1 wird ignoriert" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "Datei: %1" +msgid "File ignored" +msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "Einfache Indizierung: Abgeschlossen" +msgid "Basic Indexing: Disabled" +msgstr "Einfache Indizierung: Deaktiviert" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Einfache Indizierung: Geplant" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Einfache Indizierung: Deaktiviert" +msgid "Basic Indexing: Done" +msgstr "Einfache Indizierung: Abgeschlossen" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Indizierung der Inhalte: Geplant" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Indizierung der Inhalte: Fehlgeschlagen" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Indizierung der Inhalte: Abgeschlossen" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Nicht vorhandene Datei %1 wird ignoriert" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, fuzzy, kde-format +#| msgid "Ignoring non-existent file %1" +msgid "Ignoring symlink/special file %1" +msgstr "Nicht vorhandene Datei %1 wird ignoriert" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Datei: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Ausgabeformat „%1“ ist ungültig" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "" "Baloo ist zurzeit deaktiviert. Zum Aktivieren führen Sie bitte „%1“ aus" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Der Baloo-Index kann nicht geöffnet werden" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Die Baloo-Dateiindizierung läuft" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Indizierungsstatus: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Die Baloo-Dateiindizierung läuft nicht" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "%1/%2 Dateien indiziert" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Der aktuelle Index hat eine Größe von %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Es existiert noch kein Index" diff -Nru baloo-kf5-5.57.0/po/de/balooshow5.po baloo-kf5-5.58.0/po/de/balooshow5.po --- baloo-kf5-5.57.0/po/de/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/de/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2018-11-15 08:33+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" @@ -52,8 +52,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "Die Datei-Adressen (URLs)" +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -62,15 +62,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Die Inode-Nummer der anzuzeigenden Datei" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Geräte-Kennung für die Dateien" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -79,44 +84,48 @@ "Die Baloo-Indizierung kann nicht geöffnet werden. Führen Sie bitte „%1“ aus, " "um zu sehen, ob Baloo aktiviert ist und läuft." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" +msgid "The document IDs of the Baloo DB and the filesystem are different:" msgstr "" -"Die Dateikennung stimmt nicht mit der tatsächlichen Baloo-Dateikennung " -"überein" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Dies ist ein Fehler" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Keine Indexinformationen gefunden " -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Interne Information" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Begriffe: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Dateinamen-Begriffe: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 Begriffe: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/el/balooctl5.po baloo-kf5-5.58.0/po/el/balooctl5.po --- baloo-kf5-5.57.0/po/el/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/el/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2015-10-27 00:02+0200\n" "Last-Translator: Stelios \n" "Language-Team: Greek \n" @@ -344,7 +344,12 @@ msgid "Display the disk space used by index" msgstr "" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -355,7 +360,7 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "" @@ -393,52 +398,63 @@ msgid "Print the status of the Indexer" msgstr "Εκτύπωση της κατάστασης της εφαρμογής δεικτοδότησης" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" +msgid "File ignored" msgstr "" -#: statuscommand.cpp:60 -#, kde-format -msgid "File: %1" -msgstr "Αρχείο: %1" - -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" msgstr "" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" msgstr "" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Αρχείο: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, fuzzy, kde-format #| msgid "" #| "Baloo is currently disabled. To enable, please run \"balooctl enable\"" @@ -447,37 +463,37 @@ "Το Baloo είναι προς το παρόν ανενεργό. Για να ενεργοποιηθεί εκτελέστε " "\"balooctl enable\"" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Αδυναμία ανοίγματος του Δείκτη Baloo" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Εκτελείται η εφαρμογή baloo για τη δεικτοδότηση αρχείων" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Κατάσταση εφαρμογής δεικτοδότησης: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Το baloo για τη δεικτοδότηση αρχείων δεν εκτελείται" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Δεικτοδοτήθηκαν %1 / %2 αρχεία" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, fuzzy, kde-format #| msgid "Path does not exist" msgid "Index does not exist yet" diff -Nru baloo-kf5-5.57.0/po/el/balooshow5.po baloo-kf5-5.58.0/po/el/balooshow5.po --- baloo-kf5-5.57.0/po/el/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/el/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2015-10-27 00:02+0200\n" "Last-Translator: Stelios \n" "Language-Team: Greek \n" @@ -53,10 +53,9 @@ msgstr "Συντηρητής" #: main.cpp:74 -#, fuzzy, kde-format -#| msgid "The file URL" -msgid "The file urls" -msgstr "Το URL του αρχείου" +#, kde-format +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -65,7 +64,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -73,7 +72,12 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, fuzzy, kde-format #| msgid "" #| "The Baloo index could not be opened. Please run \"balooctl status\" to " @@ -85,42 +89,48 @@ "Αδυναμία ανοίγματος του δείκτη Baloo. Εκτελέστε \"balooctl status\" για να " "δείτε αν το Baloo είναι ενεργό και λειτουργεί." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "Το fileID δεν είναι ίδιο με το πραγματικό fileID του Baloo" +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Αυτό είναι ένα σφάλμα" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Δεν βρέθηκαν πληροφορίες δείκτη" -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/en_GB/balooctl5.po baloo-kf5-5.58.0/po/en_GB/balooctl5.po --- baloo-kf5-5.57.0/po/en_GB/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/en_GB/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-03-30 10:04+0000\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-04-22 12:53+0100\n" "Last-Translator: Steve Allewell \n" "Language-Team: British English \n" "Language: en_GB\n" @@ -339,7 +339,13 @@ msgid "Display the disk space used by index" msgstr "Display the disk space used by index" -#: main.cpp:93 +#: main.cpp:91 +#, fuzzy, kde-format +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "Display the disk space used by index" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -353,7 +359,7 @@ "The default format is \"%1\".\n" "Only applies to \"%4\"" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "format" @@ -389,87 +395,98 @@ msgid "Print the status of the Indexer" msgstr "Print the status of the Indexer" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Ignoring non-existent file %1" +msgid "File ignored" +msgstr "File ignored" -#: statuscommand.cpp:60 +#: statuscommand.cpp:130 #, kde-format -msgid "File: %1" -msgstr "File: %1" - -#: statuscommand.cpp:62 -#, kde-format -msgid "Basic Indexing: Done" -msgstr "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" +msgstr "Basic Indexing: Disabled" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Basic Indexing: Scheduled" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" +msgstr "Basic Indexing: Done" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Content Indexing: Scheduled" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Content Indexing: Failed" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Content Indexing: Done" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Ignoring non-existent file %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "Ignoring symlink/special file %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "File: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Output format \"%1\" is invalid" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo is currently disabled. To enable, please run %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Baloo Index could not be opened" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Baloo File Indexer is running" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Indexer state: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Baloo File Indexer is not running" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Indexed %1 / %2 files" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Current size of index is %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Index does not exist yet" diff -Nru baloo-kf5-5.57.0/po/en_GB/balooshow5.po baloo-kf5-5.58.0/po/en_GB/balooshow5.po --- baloo-kf5-5.57.0/po/en_GB/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/en_GB/balooshow5.po 2019-05-07 11:17:44.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. # -# Steve Allewell , 2014, 2015, 2018. +# Steve Allewell , 2014, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2018-12-02 12:21+0000\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-13 13:09+0100\n" "Last-Translator: Steve Allewell \n" "Language-Team: British English \n" "Language: en_GB\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.07.70\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -54,8 +54,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "The file URLs" +msgid "Urls, document ids or inodes of the files" +msgstr "URLs, document IDs or inodes of the files" #: main.cpp:76 #, kde-format @@ -64,15 +64,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "Arguments are interpreted as inode numbers (requires -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Device ID for the files" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "Error: -i requires specifying a device (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -81,42 +86,47 @@ "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " "enabled and working." -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "The document IDs of the Baloo DB and the filesystem are different:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "The fileID is not equal to the actual Baloo fileID" +msgid "%1: Not a valid url or document id" +msgstr "%1: Not a valid URL or document ID" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "This is a bug" +msgid "%1: No index information found" +msgstr "%1: No index information found" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "No index information found" +msgid "%1: Failed to parse inode number" +msgstr "%1: Failed to parse inode number" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Internal Info" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Terms: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "File Name Terms: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 Terms: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/es/balooctl5.po baloo-kf5-5.58.0/po/es/balooctl5.po --- baloo-kf5-5.57.0/po/es/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/es/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-03-27 20:05+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-05-01 14:28+0200\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 18.12.3\n" +"X-Generator: Lokalize 19.04.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -341,7 +341,12 @@ msgid "Display the disk space used by index" msgstr "Mostrar el espacio de disco usado por el índice" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "Mostrar archivos que no se han podido indexar" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -355,7 +360,7 @@ "El formato predeterminado es «%1».\n" "Solo se aplica a «%4»" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "formato" @@ -391,89 +396,100 @@ msgid "Print the status of the Indexer" msgstr "Mostrar el estado del indexador" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Ignorando el archivo no existente %1" +msgid "File ignored" +msgstr "Archivo ignorado" -#: statuscommand.cpp:60 +#: statuscommand.cpp:130 #, kde-format -msgid "File: %1" -msgstr "Archivo: %1" - -#: statuscommand.cpp:62 -#, kde-format -msgid "Basic Indexing: Done" -msgstr "Indexación básica: Terminada" +msgid "Basic Indexing: Disabled" +msgstr "Indexación básica: Desactivada" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Indexación básica: Programada" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Indexación básica: Desactivada" +msgid "Basic Indexing: Done" +msgstr "Indexación básica: Terminada" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Indexación de contenidos: Programada" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Indexación de contenidos: Fallida" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Indexación de contenidos: Terminada" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Ignorando el archivo no existente %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "Ignorando enlace simbólico o archivo especial %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Archivo: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "El formato de salida «%1» no es válido" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "" "Baloo está desactivado en la actualidad. Para activarlo, ejecute %1, por " "favor." -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "No se puede abrir el índice de Baloo" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "El indexador de archivos de Baloo está en ejecución" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Estado del indexador: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "El indexador de archivos de Baloo no está en ejecución" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Indexado %1 / %2 archivos" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "El tamaño actual del índice es %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "El índice todavía no existe" diff -Nru baloo-kf5-5.57.0/po/es/balooshow5.po baloo-kf5-5.58.0/po/es/balooshow5.po --- baloo-kf5-5.57.0/po/es/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/es/balooshow5.po 2019-05-07 11:17:44.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, 2018. +# Eloy Cuadra , 2014, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: balooshow\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2018-11-03 22:37+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-12 20:43+0200\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 2.0\n" +"X-Generator: Lokalize 19.03.80\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -56,8 +56,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "URL de los archivos" +msgid "Urls, document ids or inodes of the files" +msgstr "URL, ID de los documentos o inodos de los archivos" #: main.cpp:76 #, kde-format @@ -66,15 +66,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Número de inodo del archivo a mostrar" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "Los argumentos se interpretan como números de inodos (necesita -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Id del dispositivo para los archivos" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "Error: -i necesita especificar un dispositivo (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -83,42 +88,49 @@ "El índice de Baloo no se puede abrir. Por favor, ejecute «%1» para ver si " "Baloo está activado y en funcionamiento." -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" +"Los ID de documentos de la base de datos de Baloo y del sistema de archivos " +"son diferentes:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "El «fileID» no es idéntico al «fileID» real de Baloo" +msgid "%1: Not a valid url or document id" +msgstr "%1: No es un URL o ID de documento válido" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Esto es un fallo" +msgid "%1: No index information found" +msgstr "%1: No se ha encontrado información del índice" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "No se ha encontrado información del índice" +msgid "%1: Failed to parse inode number" +msgstr "%1: No se ha podido analizar el número de inodo" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Información interna" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Reglas: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Reglas de nombres de archivos: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "Reglas de %1: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/et/balooctl5.po baloo-kf5-5.58.0/po/et/balooctl5.po --- baloo-kf5-5.57.0/po/et/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/et/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2016-08-20 03:29+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -342,7 +342,12 @@ msgid "Display the disk space used by index" msgstr "" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -353,7 +358,7 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "" @@ -391,52 +396,63 @@ msgid "Print the status of the Indexer" msgstr "Indekseerija oleku näitamine" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" +msgid "File ignored" msgstr "" -#: statuscommand.cpp:60 -#, kde-format -msgid "File: %1" -msgstr "Fail: %1" - -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" msgstr "" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" msgstr "" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Fail: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, fuzzy, kde-format #| msgid "" #| "Baloo is currently disabled. To enable, please run \"balooctl enable\"" @@ -444,37 +460,37 @@ msgstr "" "Baloo on praegu keelatud. Lubamiseks anna palun käsk \"balooctl enable\"" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Baloo indeksi avamine nurjus" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Baloo failide indekseerija töötab" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Indekseerimise olek: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Baloo failide indekseerija ei tööta" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Indekseeritud %1 / %2 faili" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, fuzzy, kde-format #| msgid "Path does not exist" msgid "Index does not exist yet" diff -Nru baloo-kf5-5.57.0/po/et/balooshow5.po baloo-kf5-5.58.0/po/et/balooshow5.po --- baloo-kf5-5.57.0/po/et/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/et/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2016-09-08 04:39+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -54,7 +54,7 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" +msgid "Urls, document ids or inodes of the files" msgstr "" #: main.cpp:76 @@ -64,7 +64,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -72,7 +72,12 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, fuzzy, kde-format #| msgid "" #| "The Baloo index could not be opened. Please run \"balooctl status\" to " @@ -84,42 +89,48 @@ "Baloo indeksi avamine nurjus. Palun anna käsk \"balooctl status\", et näha, " "kas Baloo on lubatud ja töötab." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "fileID ei võrdu tegeliku Baloo fileID-ga" +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "See on viga" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Indekseerimisteavet ei leitud" -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/eu/balooctl5.po baloo-kf5-5.58.0/po/eu/balooctl5.po --- baloo-kf5-5.57.0/po/eu/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/eu/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -1,17 +1,18 @@ # Translation of balooctl5.po to Euskara/Basque (eu). # Copyright (C) 2017-2018, Free Software Foundation. +# Copyright (C) 2019, This file is copyright: # This file is distributed under the same license as the frameworks package. # KDE euskaratzeko proiektuaren arduraduna . # # Translators: # Ander Elortondo , 2017. -# Iñigo Salvador Azurmendi , 2018. +# Iñigo Salvador Azurmendi , 2018, 2019. msgid "" msgstr "" "Project-Id-Version: balooctl5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2018-11-26 20:41+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-05-01 10:48+0100\n" "Last-Translator: Iñigo Salvador Azurmendi \n" "Language-Team: Basque \n" "Language: eu\n" @@ -138,10 +139,9 @@ "Kontrolatzen du Balook ezkutuko fitxategi eta karpetak indexatzen dituen" #: configcommand.cpp:99 configcommand.cpp:378 -#, fuzzy, kde-format -#| msgid "Controls if baloo indexes file content." +#, kde-format msgid "Controls if Baloo indexes file content" -msgstr "Kontrolatzen du Balook fitxategien edukia indexatzen duen." +msgstr "Kontrolatzen du Balook fitxategien edukia indexatzen duen" #: configcommand.cpp:100 configcommand.cpp:163 configcommand.cpp:254 #, kde-format @@ -345,11 +345,13 @@ msgid "Display the disk space used by index" msgstr "Bistaratu indexatzeak diskoan erabilitako lekua" -#: main.cpp:93 -#, fuzzy, kde-format -#| msgid "" -#| "Output format <%1|%2|%3>.\n" -#| "Only applies to \"%4\"" +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "Bistaratu indexatu ahal izan ez diren fitxategiak" + +#: main.cpp:94 +#, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " "command" @@ -359,9 +361,10 @@ "Only applies to \"%4\"" msgstr "" "Irteerako formatua <%1|%2|%3>.\n" +"Lehenetsitako formatua \"%1\" da.\n" "\"%4\"-ri baino ez zaio ezartzen" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "formatua" @@ -397,87 +400,98 @@ msgid "Print the status of the Indexer" msgstr "Inprimatu indexatzailearen egoera" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Ez ikusi egiten ez dagoen fitxategiari %1" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "Fitxategia: %1" +msgid "File ignored" +msgstr "Fitxategi ezikusia" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "Oinarrizko indexatzea: Eginda" +msgid "Basic Indexing: Disabled" +msgstr "Oinarrizko indexatzea: Ezgaituta" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Oinarrizko indexatzea: Programatuta" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Oinarrizko indexatzea: Ezgaituta" +msgid "Basic Indexing: Done" +msgstr "Oinarrizko indexatzea: Eginda" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Edukiaren indexatzea: Programatuta" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Edukiaren indexatzea: Huts egin du" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Edukiaren indexatzea: Eginda" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Ez ikusi egiten ez dagoen fitxategiari %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "Ezikusiarena egiten %1 esteka sinbolikoa/fitxategi berezia" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Fitxategia: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Irteerako formatua \"%1\" baliogabea da" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo une honetan ezgaituta dago. Gaitzeko, exekutatu %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Baloo indizea ezin da ireki" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Baloo fitxategi-indexatzailea martxan dago" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Indexatzailearen egoera: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Baloo fitxategi indexatzailea ez dago martxan" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Indexatuak %1 / %2 fitxategi" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Indizearen uneko neurria %1 da" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Ez dago indizerik" diff -Nru baloo-kf5-5.57.0/po/eu/balooshow5.po baloo-kf5-5.58.0/po/eu/balooshow5.po --- baloo-kf5-5.57.0/po/eu/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/eu/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -1,17 +1,18 @@ # Translation of balooshow5.po to Euskara/Basque (eu). # Copyright (C) 2017-2018, Free Software Foundation, Inc. +# Copyright (C) 2019, this file is copyright: # This file is distributed under the same license as the frameworks package. # KDE Euskaratzeko proiektuaren arduraduna . # # Translators: # Ander Elortondo , 2017. -# Iñigo Salvador Azurmendi , 2017, 2018. +# Iñigo Salvador Azurmendi , 2017, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: balooshow5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2018-11-26 20:51+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-25 10:40+0100\n" "Last-Translator: Iñigo Salvador Azurmendi \n" "Language-Team: Basque \n" "Language: eu\n" @@ -24,12 +25,12 @@ #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Ander Elortondo" +msgstr "Ander Elortondo,Iñigo Salvador Azurmendi" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "ander@elortondo.net" +msgstr "ander@elortondo.net,xalba@euskalnet.net" # xalba 2018-02-19: Testuinguruan itzulpen zuzena den egiaztatu behar da. #: main.cpp:64 @@ -59,8 +60,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "Fitxategiaren url-ak" +msgid "Urls, document ids or inodes of the files" +msgstr "URLak, dokumentuen IDak edo fitxategien inodoak" #: main.cpp:76 #, kde-format @@ -69,15 +70,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Erakutsi beharreko fitxategiaren inodo zenbakia" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "Argumentuak inodo zenbaki gisa interpretatzen dira (-d behar du)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Fitxategiaren gailu id" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "Errorea: -i erabiltzeko gailu bat zehaztu behar da (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -86,45 +92,50 @@ "Baloo indizea ezin izan da ireki. Exekutatu \"%1\" Baloo gaituta eta martxan " "dagoen ikusteko." -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "Dokumentuen IDak ezberdinak dira Baloo DB-an eta fitxategi-sisteman:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "FitxategiID-a ez da Balook duen fitxategiID-aren berdina" +msgid "%1: Not a valid url or document id" +msgstr "%1: Ez da baliozko URL bat edo dokumentu ID bat" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Hau akats bat da" +msgid "%1: No index information found" +msgstr "%1: Ez da indize informaziorik aurkitu" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "Ez da indize informaziorik aurkitu" +msgid "%1: Failed to parse inode number" +msgstr "%1: Huts egin du inodo zenbakiaren azterketa sintaktikoak" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Barneko informazioa" # xalba 2018-02-19: Testuinguruan itzulpen zuzena den egiaztatu behar da. -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Baldintzak: %1" # xalba 2018-02-19: Testuinguruan itzulpen zuzena den egiaztatu behar da. -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Fitxategi izenen baldintzak: %1" # xalba 2018-02-19: Testuinguruan itzulpen zuzena den egiaztatu behar da. -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 baldintzak: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/fi/balooctl5.po baloo-kf5-5.58.0/po/fi/balooctl5.po --- baloo-kf5-5.57.0/po/fi/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/fi/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2019-02-28 10:22+0200\n" "Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish \n" @@ -340,7 +340,13 @@ msgid "Display the disk space used by index" msgstr "Näytä indeksin käyttämä levytila" -#: main.cpp:93 +#: main.cpp:91 +#, fuzzy, kde-format +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "Näytä indeksin käyttämä levytila" + +#: main.cpp:94 #, fuzzy, kde-format #| msgid "" #| "Output format <%1|%2|%3>.\n" @@ -356,7 +362,7 @@ "Tulosmuoto <%1|%2|%3>.\n" "Pätee vain kohtaan ”%4”" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "muoto" @@ -392,87 +398,99 @@ msgid "Print the status of the Indexer" msgstr "Tulosta indeksoijan tila" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Sivuutetaan puuttuva tiedosto %1" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "Tiedosto: %1" +msgid "File ignored" +msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "Perusindeksointi: Valmis" +msgid "Basic Indexing: Disabled" +msgstr "Perusindeksointi: Ei käytössä" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Perusindeksointi: Ajastettu" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Perusindeksointi: Ei käytössä" +msgid "Basic Indexing: Done" +msgstr "Perusindeksointi: Valmis" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Sisällön indeksointi: Ajastettu" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Sisällön indeksointi: Epäonnistui" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Sisällön indeksointi: Valmis" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Sivuutetaan puuttuva tiedosto %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, fuzzy, kde-format +#| msgid "Ignoring non-existent file %1" +msgid "Ignoring symlink/special file %1" +msgstr "Sivuutetaan puuttuva tiedosto %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Tiedosto: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Tulosmuoto ”%1” on virheellinen" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo ei ole käytössä. Voit ottaa sen käyttöön suorittamalla %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Baloo-indeksin avaaminen epäonnistui" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Baloo-tiedostoindeksoija on käynnissä" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Indeksoijan tila: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Baloo-tiedostoindeksoija ei ole käynnissä" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Indeksoitu %1/%2 tiedostoa" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Indeksin nykyinen koko on %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Indeksiä ei ole vielä olemassa" diff -Nru baloo-kf5-5.57.0/po/fi/balooshow5.po baloo-kf5-5.58.0/po/fi/balooshow5.po --- baloo-kf5-5.57.0/po/fi/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/fi/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2019-02-28 10:30+0200\n" "Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish \n" @@ -55,8 +55,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "Tiedostojen osoitteet" +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -65,15 +65,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Näytettävän tiedoston inode-numero" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Tiedostojen laitetunniste" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -82,42 +87,48 @@ "Baloon indeksiä ei voi avata. Varmista, että Baloo on käynnissä ja toimii " "suorittamalla ”%1”." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "fileID ei ole sama kuin Baloon todellinen fileID" +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Tämä on ohjelmavirhe" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Indeksitietoa ei löytynyt" -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Sisäiset tiedot" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Hakusanoja: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Tiedostonimihakusanoja: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 hakusanaa: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/fr/balooctl5.po baloo-kf5-5.58.0/po/fr/balooctl5.po --- baloo-kf5-5.57.0/po/fr/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/fr/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-03-06 08:29+0800\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-04-25 17:34+0800\n" "Last-Translator: Simon Depiets \n" "Language-Team: French \n" "Language: fr\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.03.70\n" +"X-Generator: Lokalize 19.07.70\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -346,11 +346,14 @@ msgid "Display the disk space used by index" msgstr "Afficher l'espace disque utilisé par l'indice" -#: main.cpp:93 +#: main.cpp:91 #, fuzzy, kde-format -#| msgid "" -#| "Output format <%1|%2|%3>.\n" -#| "Only applies to \"%4\"" +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "Afficher l'espace disque utilisé par l'indice" + +#: main.cpp:94 +#, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " "command" @@ -360,9 +363,10 @@ "Only applies to \"%4\"" msgstr "" "Format de sortie <%1|%2|%3>.\n" +"Le format par défaut est « %1 ».\n" "Ne s'applique qu'à « %4 »" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "format" @@ -398,89 +402,100 @@ msgid "Print the status of the Indexer" msgstr "Afficher l'état de l'indexation" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Fichier non-existant « %1 » ignoré" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "Fichier : %1" +msgid "File ignored" +msgstr "Fichier ignoré" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "Indexation simple : Terminée" +msgid "Basic Indexing: Disabled" +msgstr "Indexation simple : Désactivée" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Indexation simple : Programmée" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Indexation simple : Désactivée" +msgid "Basic Indexing: Done" +msgstr "Indexation simple : Terminée" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Indexation des contenus : Programmée" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Indexation des contenus : Échec" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Indexation des contenus : Terminée" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Fichier non-existant « %1 » ignoré" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "Fichier spécial ou lien symbolique « %1 » ignoré" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Fichier : %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Le format de sortie « %1 » n'est pas valable" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "" "Baloo est actuellement désactivé. Pour l'activer, veuillez lancer la " "commande « %1 »." -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Impossible d'ouvrir l'indice Baloo" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "L'indexation de fichiers Baloo est active." -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "État de l'indexation : %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "L'indexation de fichiers Baloo est inactive." -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Indexation de %1 / %2 fichiers" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "La taille actuelle de l'indice est de « %1 »" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "L'indice n'existe pas encore" diff -Nru baloo-kf5-5.57.0/po/fr/balooshow5.po baloo-kf5-5.58.0/po/fr/balooshow5.po --- baloo-kf5-5.57.0/po/fr/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/fr/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2019-01-24 12:06+0800\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-25 17:37+0800\n" "Last-Translator: Simon Depiets \n" "Language-Team: French \n" "Language: fr\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.03.70\n" +"X-Generator: Lokalize 19.07.70\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -59,8 +59,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "L'URL des fichiers" +msgid "Urls, document ids or inodes of the files" +msgstr "URLs, identifiants de documents ou inodes des fichiers" #: main.cpp:76 #, kde-format @@ -69,15 +69,21 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Numéro d'inode du fichier à afficher" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "Les arguments sont considérés comme des numéros inode (nécessite -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Identifiant du périphérique des fichiers" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" +"Erreur : -i nécessite de renseigner un périphérique (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -86,44 +92,49 @@ "Impossible d'ouvrir l'index Baloo. Veuillez exécuter la commande « %1 » pour " "vérifier si Baloo est activé et fonctionnel." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" +msgid "The document IDs of the Baloo DB and the filesystem are different:" msgstr "" -"L'identifiant de fichier n'est pas égal à l'identifiant de fichier actuel de " -"Baloo" +"Les identifiants de document de la base de données Baloo et du système de " +"fichier sont différents :" + +#: main.cpp:142 +#, kde-format +msgid "%1: Not a valid url or document id" +msgstr "%1 : Pas une URL ou un identifiant de document valable" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Ceci est un bug" +msgid "%1: No index information found" +msgstr "%1 : Aucune information d'index trouvée" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "Aucune information d'index trouvée" +msgid "%1: Failed to parse inode number" +msgstr "%1 : Impossible d'analyser le numéro d'inode" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Informations internes" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Termes : %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Termes du nom de fichier : %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 termes : %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/gd/balooctl5.po baloo-kf5-5.58.0/po/gd/balooctl5.po --- baloo-kf5-5.57.0/po/gd/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/gd/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2016-04-29 13:11+0100\n" "Last-Translator: GunChleoc \n" "Language-Team: Fòram na Gàidhlig\n" @@ -354,7 +354,12 @@ msgid "Display the disk space used by index" msgstr "" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -365,7 +370,7 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "" @@ -403,52 +408,63 @@ msgid "Print the status of the Indexer" msgstr "Cuir staid an inneil-inneacsaidh air an sgrìn" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" +msgid "File ignored" msgstr "" -#: statuscommand.cpp:60 -#, kde-format -msgid "File: %1" -msgstr "Faidhle: %1" - -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" msgstr "" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" msgstr "" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Faidhle: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, fuzzy, kde-format #| msgid "" #| "Baloo is currently disabled. To enable, please run \"balooctl enable\"" @@ -456,37 +472,37 @@ msgstr "" "Tha Baloo à comas an-dràsta. Gus a chur an comas, ruith \"balooctl enable\"" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Cha b' urrainn dhuinn inneacs Baloo fhosgladh" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Tha inneal-inneacsaidh Baloo 'ga ruith" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Staid an inneil-inneacsaidh: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Chan eil inneal-inneacsaidh Baloo 'ga ruith" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Chaidh %1 / %2 faidhle inneacsadh" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, fuzzy, kde-format #| msgid "Path does not exist" msgid "Index does not exist yet" diff -Nru baloo-kf5-5.57.0/po/gd/balooshow5.po baloo-kf5-5.58.0/po/gd/balooshow5.po --- baloo-kf5-5.57.0/po/gd/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/gd/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2015-11-04 15:09+0000\n" "Last-Translator: Michael Bauer \n" "Language-Team: Fòram na Gàidhlig\n" @@ -56,7 +56,7 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" +msgid "Urls, document ids or inodes of the files" msgstr "" #: main.cpp:76 @@ -66,7 +66,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -74,7 +74,12 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, fuzzy, kde-format #| msgid "" #| "The Baloo index could not be opened. Please run \"balooctl status\" to " @@ -86,44 +91,48 @@ "Cha b' urrainn dhuinn inneacs Baloo fhosgladh. Ruith \"balooctl status\" " "airson sealltainn a bheil Baloo an comas is ag obair." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" +msgid "The document IDs of the Baloo DB and the filesystem are different:" msgstr "" -"Cha eil aithnichear an fhaidhle co-ionnan ris an dearbh-aithnichear faidhle " -"Baloo" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "'S e buga a th' ann" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Cha deach fiosrachadh an inneics a lorg" -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/gl/balooctl5.po baloo-kf5-5.58.0/po/gl/balooctl5.po --- baloo-kf5-5.57.0/po/gl/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/gl/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-04-06 11:10+0200\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-04-19 10:47+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) \n" "Language-Team: Galician \n" "Language: gl\n" @@ -340,7 +340,13 @@ msgid "Display the disk space used by index" msgstr "Mostrar o espazo en disco que ocupa o índice" -#: main.cpp:93 +#: main.cpp:91 +#, fuzzy, kde-format +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "Mostrar o espazo en disco que ocupa o índice" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -354,7 +360,7 @@ "O formato predeterminado é «%1».\n" "Só se aplica a «%4»" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "formato" @@ -388,89 +394,100 @@ #: statuscommand.cpp:45 #, kde-format msgid "Print the status of the Indexer" -msgstr "Mostrar o estado do indexador." +msgstr "Mostrar o estado do indexador" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Ignorando o ficheiro %1, que non existe." +msgid "File ignored" +msgstr "Ignorouse o ficheiro" -#: statuscommand.cpp:60 +#: statuscommand.cpp:130 #, kde-format -msgid "File: %1" -msgstr "Ficheiro: %1" - -#: statuscommand.cpp:62 -#, kde-format -msgid "Basic Indexing: Done" -msgstr "Indexación básica: feita." +msgid "Basic Indexing: Disabled" +msgstr "Indexación básica: desactivada" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" -msgstr "Indexación básica: planificada." +msgstr "Indexación básica: planificada" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Indexación básica: desactivada." +msgid "Basic Indexing: Done" +msgstr "Indexación básica: feita" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" -msgstr "Indexación de contido: planificada." +msgstr "Indexación de contido: planificada" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" -msgstr "Indexación de contido: fallou." +msgstr "Indexación de contido: fallou" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" -msgstr "Indexación de contido: feita." +msgstr "Indexación de contido: feita" + +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Ignorando o ficheiro inexistente %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "Ignorando o ficheiro de ligazóns simbólica ou especial %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Ficheiro: %1" -#: statuscommand.cpp:181 +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "O formato de saída «%1» é incorrecto" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo está desactivado. Execute %1 para activalo." -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Non se puido abrir o índice de Baloo." -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "O indexador de ficheiros de Baloo está executándose." -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Estado do indexador: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "O indexador de ficheiros de Baloo non se está executando." -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Indexáronse %1 ficheiros de %2." -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "O tamaño actual do índice é %1." -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "O índice aínda non existe." diff -Nru baloo-kf5-5.57.0/po/gl/balooshow5.po baloo-kf5-5.58.0/po/gl/balooshow5.po --- baloo-kf5-5.57.0/po/gl/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/gl/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2019-01-01 15:33+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-12 23:13+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) \n" "Language-Team: Galician \n" "Language: gl\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 2.0\n" +"X-Generator: Lokalize 18.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -56,8 +56,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "Os URL de ficheiro." +msgid "Urls, document ids or inodes of the files" +msgstr "URL, identificadores de documentos e inodos dos ficheiros" #: main.cpp:76 #, kde-format @@ -66,15 +66,21 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Número de inode do ficheiro para mostrar." +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "Os argumentos interprétanse como números de inodos (require -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Identificador de dispositivo dos ficheiros." -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" +"Erro: -i require indicar un dispositivo (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -83,44 +89,49 @@ "Non se puido abrir o índice de Baloo. Execute «%1» para ver se Baloo está " "activado e en funcionamento." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" +msgid "The document IDs of the Baloo DB and the filesystem are different:" msgstr "" -"O identificador do ficheiro non é idéntico ao identificador do ficheiro de " -"Baloo." +"Os identificadores de documento da base de datos de Baloo e do sistema de " +"ficheiros son distintos:" + +#: main.cpp:142 +#, kde-format +msgid "%1: Not a valid url or document id" +msgstr "%1: o URL ou identificador de documentos non é válido" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Isto é un fallo." +msgid "%1: No index information found" +msgstr "%1: non se atopou información de indexación" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "Non se atopou información de indexación." +msgid "%1: Failed to parse inode number" +msgstr "%1: non se puido analizar o número de inodo" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Información interna" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Termos: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Termos de nome de ficheiro: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "Termos de %1: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/hu/balooctl5.po baloo-kf5-5.58.0/po/hu/balooctl5.po --- baloo-kf5-5.57.0/po/hu/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/hu/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2018-10-10 23:18+0200\n" "Last-Translator: Kristof Kiszel \n" "Language-Team: Hungarian \n" @@ -342,7 +342,13 @@ msgid "Display the disk space used by index" msgstr "Megjeleníti az index által használt lemezterületet" -#: main.cpp:93 +#: main.cpp:91 +#, fuzzy, kde-format +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "Megjeleníti az index által használt lemezterületet" + +#: main.cpp:94 #, fuzzy, kde-format #| msgid "" #| "Output format <%1|%2|%3>.\n" @@ -358,7 +364,7 @@ "Kimeneti formátum: <%1|%2|%3>.\n" "Csak erre érvényes: „%4”" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "formátum" @@ -394,87 +400,99 @@ msgid "Print the status of the Indexer" msgstr "Az indexelő állapotának nyomtatása" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "A(z) %1 nem létező fájl mellőzése" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "Fájl: %1" +msgid "File ignored" +msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "Alap indexelés: kész" +msgid "Basic Indexing: Disabled" +msgstr "Alap indexelés: kikapcsolva" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Alap indexelés: ütemezve" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Alap indexelés: kikapcsolva" +msgid "Basic Indexing: Done" +msgstr "Alap indexelés: kész" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Tartalomindexelés: ütemezve" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Tartalomindexelés: sikertelen" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Tartalomindexelés: kész" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "A(z) %1 nem létező fájl mellőzése" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, fuzzy, kde-format +#| msgid "Ignoring non-existent file %1" +msgid "Ignoring symlink/special file %1" +msgstr "A(z) %1 nem létező fájl mellőzése" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Fájl: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "A(z) „%1” kimeneti formátum érvénytelen" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "A Baloo ki van kapcsolva. A bekapcsolásához futtassa a „%1 parancsot" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "A Baloo nem nyitható meg" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "A Baloo fut" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Indexelő állapota: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "A Baloo nem fut" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "%1 / %2 fájl indexelve" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Az index jelenlegi mérete %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Az index még nem létezik" diff -Nru baloo-kf5-5.57.0/po/hu/balooshow5.po baloo-kf5-5.58.0/po/hu/balooshow5.po --- baloo-kf5-5.57.0/po/hu/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/hu/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2018-11-11 19:38+0100\n" "Last-Translator: Kristof Kiszel \n" "Language-Team: Hungarian \n" @@ -55,8 +55,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "A fájl URL" +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -65,15 +65,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "A megjelenítendő fájl inode-száma" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "A fájl eszközazonosítója" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -82,42 +87,48 @@ "A Baloo index nem nyitható meg. Futtassa a(z) „%1” parancsot hogy " "kiderüljön, engedélyezve van-e és fut-e a Baloo." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "A fileID nem egyezik a jelenlegi Baloo fileID-vel" +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Ez egy hiba" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Nem találhatók indexelési információk" -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Belső információ" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Kifejezések: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Fájlnév-kifejezések: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 kifejezések: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/ia/balooctl5.po baloo-kf5-5.58.0/po/ia/balooctl5.po --- baloo-kf5-5.57.0/po/ia/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ia/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2017-04-15 09:25+0100\n" "Last-Translator: giovanni \n" "Language-Team: Interlingua \n" @@ -343,7 +343,13 @@ msgid "Display the disk space used by index" msgstr "Monstra le spatio de disco usate per le indice" -#: main.cpp:93 +#: main.cpp:91 +#, fuzzy, kde-format +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "Monstra le spatio de disco usate per le indice" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -354,7 +360,7 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "" @@ -392,52 +398,63 @@ msgid "Print the status of the Indexer" msgstr "Imprime le status del indicisator" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" +msgid "File ignored" msgstr "" -#: statuscommand.cpp:60 -#, kde-format -msgid "File: %1" -msgstr "File: %1" - -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" msgstr "" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" msgstr "" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "File: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, fuzzy, kde-format #| msgid "" #| "Baloo is currently disabled. To enable, please run \"balooctl enable\"" @@ -446,37 +463,37 @@ "Bloo es currentemente deactivate. Per activar lo, pro favor tu executa " "\"balooctl enable\"" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Indice de Baloo non pote esser aperite" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Indicisator de file Baloo es executante" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Stato de indicisator: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Indicisator de file Baloo non es executante" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Files Indicisate %1 / %2" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, fuzzy, kde-format #| msgid "Path does not exist" msgid "Index does not exist yet" diff -Nru baloo-kf5-5.57.0/po/ia/balooshow5.po baloo-kf5-5.58.0/po/ia/balooshow5.po --- baloo-kf5-5.57.0/po/ia/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ia/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2017-01-15 21:43+0100\n" "Last-Translator: giovanni \n" "Language-Team: Interlingua \n" @@ -54,10 +54,9 @@ msgstr "Mantenitor" #: main.cpp:74 -#, fuzzy, kde-format -#| msgid "The file URL" -msgid "The file urls" -msgstr "Le URL de file" +#, kde-format +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -66,7 +65,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -74,7 +73,12 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, fuzzy, kde-format #| msgid "" #| "The Baloo index could not be opened. Please run \"balooctl status\" to " @@ -86,42 +90,48 @@ "Le indice de Baloo non poteva esser aperite. Pro favor executa \"balooctl " "status\" per vider si Baloo ed habilitate e functionante." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "Le fileID non es equal al ver fileId de Baloo" +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Isto es un bug" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Il non trovava alcun information de indice" -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/id/balooctl5.po baloo-kf5-5.58.0/po/id/balooctl5.po --- baloo-kf5-5.57.0/po/id/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/id/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,16 +6,16 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-02-21 16:55+0700\n" -"Last-Translator: wantoyo \n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-04-17 06:49+0700\n" +"Last-Translator: Wantoyo \n" "Language-Team: Indonesian \n" "Language: id\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 18.12.1\n" +"X-Generator: Lokalize 18.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -65,7 +65,7 @@ #: ../../file/indexerstate.h:64 #, kde-format msgid "Indexing file content" -msgstr "Pengindeksan isi file " +msgstr "Pengindeksan konten file " #: ../../file/indexerstate.h:67 #, kde-format @@ -135,7 +135,7 @@ #: configcommand.cpp:99 configcommand.cpp:378 #, kde-format msgid "Controls if Baloo indexes file content" -msgstr "Kendalikan jika Baloo mengindeks isi file." +msgstr "Kendalikan jika Baloo mengindeks konten file." #: configcommand.cpp:100 configcommand.cpp:163 configcommand.cpp:254 #, kde-format @@ -339,11 +339,14 @@ msgid "Display the disk space used by index" msgstr "Tampilkan ruang disk yang digunakan oleh indeks" -#: main.cpp:93 +#: main.cpp:91 #, fuzzy, kde-format -#| msgid "" -#| "Output format <%1|%2|%3>.\n" -#| "Only applies to \"%4\"" +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "Tampilkan ruang disk yang digunakan oleh indeks" + +#: main.cpp:94 +#, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " "command" @@ -352,10 +355,11 @@ "The default format is \"%1\".\n" "Only applies to \"%4\"" msgstr "" -"Format keluaran <%1|%2|%3>.\n" +"Format output <%1|%2|%3>.\n" +"Format bakunya adalah \"%1\".\n" "Hanya diterapkan untuk \"%4\"" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "format" @@ -391,87 +395,99 @@ msgid "Print the status of the Indexer" msgstr "Cetak status Pengindeks" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Pengabaian file %1 yang tidak berada" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "File: %1" +msgid "File ignored" +msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "Pengindeksan Dasar: Kelar" +msgid "Basic Indexing: Disabled" +msgstr "Pengindeksan Dasar: Dinonfungsikan" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Pengindeksan Dasar: Terjadwal" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Pengindeksan Dasar: Dinonfungsikan" +msgid "Basic Indexing: Done" +msgstr "Pengindeksan Dasar: Kelar" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Pengindeksan Isi: Terjadwal" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Pengindeksan Isi: Gagal" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Pengindeksan Isi: Kelar" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Pengabaian file %1 yang tidak berada" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, fuzzy, kde-format +#| msgid "Ignoring non-existent file %1" +msgid "Ignoring symlink/special file %1" +msgstr "Pengabaian file %1 yang tidak berada" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "File: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Format keluaran \"%1\" tak absah" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo saat ini dinonfungsikan. Untuk memfungsikan, silakan jalankan %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Baloo Indeks tidak dapat dibuka" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Baloo Pengindeks File telah berjalan" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Keadaan pengindeks: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Baloo Pengindeks File tidak berjalan" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Terindeks %1 / %2 file" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Ukuran pengindeksan saat ini adalah %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Indeks belum ada" diff -Nru baloo-kf5-5.57.0/po/id/baloodb5.po baloo-kf5-5.58.0/po/id/baloodb5.po --- baloo-kf5-5.57.0/po/id/baloodb5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/id/baloodb5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-08-16 09:04+0200\n" -"PO-Revision-Date: 2019-01-19 08:57+0700\n" +"PO-Revision-Date: 2019-04-16 07:54+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 18.12.0\n" +"X-Generator: Lokalize 18.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -79,7 +79,7 @@ msgid "" "List database contents. Use a regular expression as argument to filter output" msgstr "" -"Daftar isi pangkalan data. Gunakan ekspresi reguler sebagai argumen untuk " +"Daftar konten pangkalan data. Gunakan ekspresi reguler sebagai argumen untuk " "output filter" #: main.cpp:85 @@ -153,12 +153,12 @@ #: main.cpp:238 main.cpp:246 #, kde-format msgid "Listing database contents..." -msgstr "Mendaftar isi pangkalan-data..." +msgstr "Daftar konten database..." #: main.cpp:256 #, kde-format msgid "Removing stale database contents..." -msgstr "Pembuangan isi database basi..." +msgstr "Pembuangan konten database yang basi..." #: main.cpp:279 #, kde-format diff -Nru baloo-kf5-5.57.0/po/id/baloo_file5.po baloo-kf5-5.58.0/po/id/baloo_file5.po --- baloo-kf5-5.57.0/po/id/baloo_file5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/id/baloo_file5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2019-03-14 03:05+0100\n" -"PO-Revision-Date: 2018-10-15 06:53+0700\n" +"PO-Revision-Date: 2019-04-16 07:54+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 18.12.0\n" +"X-Generator: Lokalize 18.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -40,7 +40,7 @@ #: indexerstate.h:49 #, kde-format msgid "Suspended" -msgstr "Disuspend" +msgstr "Disuspensi" #: indexerstate.h:52 #, kde-format @@ -65,7 +65,7 @@ #: indexerstate.h:64 #, kde-format msgid "Indexing file content" -msgstr "Pengindeksan isi file " +msgstr "Pengindeksan konten file " #: indexerstate.h:67 #, kde-format diff -Nru baloo-kf5-5.57.0/po/id/baloomonitorplugin.po baloo-kf5-5.58.0/po/id/baloomonitorplugin.po --- baloo-kf5-5.57.0/po/id/baloomonitorplugin.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/id/baloomonitorplugin.po 2019-05-07 11:17:44.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, 2019. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-10-09 03:54+0200\n" -"PO-Revision-Date: 2018-10-15 06:53+0700\n" +"PO-Revision-Date: 2019-04-16 07:54+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 2.0\n" +"X-Generator: Lokalize 18.12.3\n" #: ../../file/indexerstate.h:43 #, kde-format @@ -55,7 +55,7 @@ #: ../../file/indexerstate.h:64 #, kde-format msgid "Indexing file content" -msgstr "Pengindeksan isi file " +msgstr "Pengindeksan konten file " #: ../../file/indexerstate.h:67 #, kde-format diff -Nru baloo-kf5-5.57.0/po/id/balooshow5.po baloo-kf5-5.58.0/po/id/balooshow5.po --- baloo-kf5-5.57.0/po/id/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/id/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2019-01-10 19:16+0700\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-17 07:03+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 2.0\n" +"X-Generator: Lokalize 18.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -54,8 +54,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "File url" +msgid "Urls, document ids or inodes of the files" +msgstr "Url-url, id-id dokumen atau inode-inodenya file-file" #: main.cpp:76 #, kde-format @@ -64,15 +64,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Jumlah inode dari file yang ditampilkan" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "Argumen yang ditafsirkan sebagai sejumlah inode (memerlukan -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Id perangkat untuk file" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "Error: -i memerlukan penspesifikasian sebuah perangkat (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -81,42 +86,47 @@ "Indeks Baloo tidak bisa dibuka. Silakan jalankan \"%1\" untuk lihat jika " "Baloo telah difungsikan dan bekerja." -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "ID-ID dokumennya Baloo DB dan filesystem yang berbeda:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "fileID tidak sama dengan fileID Baloo yang sebenarnya" +msgid "%1: Not a valid url or document id" +msgstr "%1: Bukanlah sebuah id dokumen atau url yang absah" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Ini adalah sebuah bug" +msgid "%1: No index information found" +msgstr "%1: Tidak ada informasi indeks yang ditemukan" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "Tidak ada informasi indeks yang ditemukan" +msgid "%1: Failed to parse inode number" +msgstr "%1: Gagal mengurai jumlah inode" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Info Internal" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Istilah: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Istilah Nama File: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "Istilah %1: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/it/balooctl5.po baloo-kf5-5.58.0/po/it/balooctl5.po --- baloo-kf5-5.57.0/po/it/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/it/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-03-29 14:01+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-04-22 14:44+0200\n" "Last-Translator: Paolo Zamponi \n" "Language-Team: Italian \n" "Language: it\n" @@ -341,7 +341,13 @@ msgid "Display the disk space used by index" msgstr "Mostra lo spazio sul disco usato dall'indice" -#: main.cpp:93 +#: main.cpp:91 +#, fuzzy, kde-format +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "Mostra lo spazio sul disco usato dall'indice" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -355,7 +361,7 @@ "Il formato predefinito è «%1».\n" "Si applica solo a «%4»" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "formato" @@ -391,87 +397,98 @@ msgid "Print the status of the Indexer" msgstr "Mostra lo stato dell'indicizzatore" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Ignoro il file non esistente %1" +msgid "File ignored" +msgstr "File ignorato" -#: statuscommand.cpp:60 +#: statuscommand.cpp:130 #, kde-format -msgid "File: %1" -msgstr "File: %1" - -#: statuscommand.cpp:62 -#, kde-format -msgid "Basic Indexing: Done" -msgstr "Indicizzazione di base: completata" +msgid "Basic Indexing: Disabled" +msgstr "Indicizzazione di base: disabilitata" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Indicizzazione di base: pianificata" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Indicizzazione di base: disabilitata" +msgid "Basic Indexing: Done" +msgstr "Indicizzazione di base: completata" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Indicizzazione del contenuto: pianificata" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Indicizzazione del contenuto: non riuscita" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Indicizzazione del contenuto: completata" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Ignoro il file non esistente %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "Ignoro il collegamento simbolico o il file speciale %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "File: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Il formato di output «%1» non è valido" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo è attualmente disabilitato. Per abilitarlo esegui %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Impossibile aprire l'indice di Baloo" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "L'indicizzatore di file di Baloo è in esecuzione" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Stato indicizzatore: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "L'indicizzatore di file di Baloo non è in esecuzione" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Indicizzati %1 su %2 file" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "La dimensione attuale dell'indice è %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "L'indice non esiste ancora" diff -Nru baloo-kf5-5.57.0/po/it/balooshow5.po baloo-kf5-5.58.0/po/it/balooshow5.po --- baloo-kf5-5.57.0/po/it/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/it/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -1,14 +1,14 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the baloo package. # Luigi Toscano , 2014, 2015. -# Paolo Zamponi , 2018. +# Paolo Zamponi , 2018, 2019. # msgid "" msgstr "" "Project-Id-Version: balooshow\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2018-11-07 19:55+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-15 10:04+0200\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 2.0\n" +"X-Generator: Lokalize 18.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -55,8 +55,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "URL del file" +msgid "Urls, document ids or inodes of the files" +msgstr "Url, identificativo del documento o inode dei file" #: main.cpp:76 #, kde-format @@ -65,15 +65,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Numeri di inode del file da mostrare" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "Gli argomenti vengono interpretati come numeri di inode (richiede -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Identificativo del dispositivo per i file" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "Errore: -i richiede di specificare un dispositivo (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -82,42 +87,49 @@ "Impossibile aprire l'indice di Baloo. Esegui «%1» per controllare se Baloo è " "abilitato e in funzione." -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" +"Gli identificativi del documento della banca dati di Baloo e il filesystem " +"sono diversi:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "L'ID del file non corrisponde all'ID corrente di Baloo" +msgid "%1: Not a valid url or document id" +msgstr "%1: non è un url o un identificativo del documento valido" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Questo è un errore" +msgid "%1: No index information found" +msgstr "%1: nessuna informazione trovata nell'indice" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "Nessun informazioni trovata nell'indice" +msgid "%1: Failed to parse inode number" +msgstr "%1: impossibile elaborare il numero di inode" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Informazioni interne" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Termini: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Termini di nome di file: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 termini: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/ja/balooctl5.po baloo-kf5-5.58.0/po/ja/balooctl5.po --- baloo-kf5-5.57.0/po/ja/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ja/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2014-07-22 17:43-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" @@ -336,7 +336,12 @@ msgid "Display the disk space used by index" msgstr "" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -347,7 +352,7 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "" @@ -383,87 +388,98 @@ msgid "Print the status of the Indexer" msgstr "" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" +msgid "File ignored" msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" msgstr "" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" msgstr "" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "" diff -Nru baloo-kf5-5.57.0/po/ja/balooshow5.po baloo-kf5-5.58.0/po/ja/balooshow5.po --- baloo-kf5-5.57.0/po/ja/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ja/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: balooshow\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2014-02-22 22:22-0800\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" @@ -51,7 +51,7 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" +msgid "Urls, document ids or inodes of the files" msgstr "" #: main.cpp:76 @@ -61,7 +61,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -69,49 +69,59 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " "enabled and working." msgstr "" -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" +msgid "%1: Not a valid url or document id" msgstr "" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" +msgid "%1: No index information found" msgstr "" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" +msgid "%1: Failed to parse inode number" msgstr "" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/ko/balooctl5.po baloo-kf5-5.58.0/po/ko/balooctl5.po --- baloo-kf5-5.57.0/po/ko/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ko/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2018-08-14 22:51+0100\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" @@ -341,7 +341,13 @@ msgid "Display the disk space used by index" msgstr "색인 데이터가 사용하는 디스크 공간 표시" -#: main.cpp:93 +#: main.cpp:91 +#, fuzzy, kde-format +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "색인 데이터가 사용하는 디스크 공간 표시" + +#: main.cpp:94 #, fuzzy, kde-format #| msgid "" #| "Output format <%1|%2|%3>.\n" @@ -357,7 +363,7 @@ "출력 형식: <%1|%2|%3>.\n" "\"%4\"에만 적용됨" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "형식" @@ -393,87 +399,99 @@ msgid "Print the status of the Indexer" msgstr "색인 도구 상태 출력" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "존재하지 않는 파일 %1이(가) 무시됨" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "파일: %1" +msgid "File ignored" +msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "기본 색인: 완료됨" +msgid "Basic Indexing: Disabled" +msgstr "기본 색인: 비활성화됨" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "기본 색인: 예약됨" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "기본 색인: 비활성화됨" +msgid "Basic Indexing: Done" +msgstr "기본 색인: 완료됨" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "내용 색인: 예약됨" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "내용 색인: 실패" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "내용 색인: 완료" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "존재하지 않는 파일 %1이(가) 무시됨" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, fuzzy, kde-format +#| msgid "Ignoring non-existent file %1" +msgid "Ignoring symlink/special file %1" +msgstr "존재하지 않는 파일 %1이(가) 무시됨" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "파일: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "출력 형식 \"%1\"이(가) 잘못됨" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo가 비활성화되어 있습니다. 활성화하려면 %1 명령을 실행하십시오" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Baloo 색인을 열 수 없음" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Baloo 파일 색인 도구가 실행 중" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "색인 도구 상태: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Baloo 파일 색인 도구가 실행 중이 아님" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "파일 %1/%2개 색인에 추가됨" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "현재 색인 크기: %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "색인이 아직 존재하지 않음" diff -Nru baloo-kf5-5.57.0/po/ko/baloo_file_extractor5.po baloo-kf5-5.58.0/po/ko/baloo_file_extractor5.po --- baloo-kf5-5.57.0/po/ko/baloo_file_extractor5.po 1970-01-01 00:00:00.000000000 +0000 +++ baloo-kf5-5.58.0/po/ko/baloo_file_extractor5.po 2019-05-07 11:17:44.000000000 +0000 @@ -0,0 +1,43 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# Shinjo Park , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2019-01-22 03:01+0100\n" +"PO-Revision-Date: 2014-08-24 00:40+0900\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 1.5\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Shinjo Park" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "kde@peremen.name" + +#: main.cpp:44 +#, kde-format +msgid "Baloo File Extractor" +msgstr "Baloo 파일 추출기" + +#: main.cpp:45 +#, kde-format +msgid "Vishesh Handa" +msgstr "Vishesh Handa" + +#: main.cpp:45 +#, kde-format +msgid "Maintainer" +msgstr "관리자" diff -Nru baloo-kf5-5.57.0/po/ko/balooshow5.po baloo-kf5-5.58.0/po/ko/balooshow5.po --- baloo-kf5-5.57.0/po/ko/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ko/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2018-08-14 22:56+0100\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" @@ -54,8 +54,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "파일 URL" +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -64,15 +64,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "표시할 파일의 Inode 번호" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "파일의 장치 ID" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -81,42 +86,48 @@ "Baloo 색인을 열 수 없습니다. \"%1\" 명령을 실행하여 Baloo 상태를 확인하십시" "오." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "fileID가 실제 Baloo fileID와 일치하지 않음" +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "버그입니다" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "색인 정보를 찾을 수 없습니다" -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "내부 정보" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "용어: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "파일 이름 용어: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 용어: %2" -#: main.cpp:219 +#: main.cpp:238 #, fuzzy, kde-format #| msgid "Internal Info" msgctxt "Prefix string for internal errors" diff -Nru baloo-kf5-5.57.0/po/lt/balooctl5.po baloo-kf5-5.58.0/po/lt/balooctl5.po --- baloo-kf5-5.57.0/po/lt/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/lt/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: trunk-kf 5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2014-11-02 18:38+0200\n" "Last-Translator: \n" "Language-Team: Lithuanian \n" @@ -342,7 +342,12 @@ msgid "Display the disk space used by index" msgstr "" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -353,7 +358,7 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "" @@ -390,87 +395,98 @@ msgid "Print the status of the Indexer" msgstr "Spausdinti indeksavimo būseną" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" +msgid "File ignored" msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" msgstr "" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" msgstr "" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "" diff -Nru baloo-kf5-5.57.0/po/lt/baloodb5.po baloo-kf5-5.58.0/po/lt/baloodb5.po --- baloo-kf5-5.57.0/po/lt/baloodb5.po 1970-01-01 00:00:00.000000000 +0000 +++ baloo-kf5-5.58.0/po/lt/baloodb5.po 2019-05-07 11:17:44.000000000 +0000 @@ -0,0 +1,148 @@ +# Lithuanian translations for baloo package. +# Copyright (C) 2019 This file is copyright: +# This file is distributed under the same license as the baloo package. +# Automatically generated, 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: baloo\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2018-08-16 09:04+0200\n" +"PO-Revision-Date: 2018-08-16 09:04+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"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" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: main.cpp:48 +#, kde-format +msgid "" +"Filter by device id.\n" +"0 (default) does not filter and everything is printed.\n" +"Positive numbers are including filters printing only the mentioned device " +"id.\n" +"Negative numbers are excluding filters printing everything but the mentioned " +"device id.\n" +"May be given multiple times." +msgstr "" + +#: main.cpp:53 +#, kde-format +msgid "integer" +msgstr "" + +#: main.cpp:58 +#, kde-format +msgid "" +"List only inaccessible entries.\n" +"Only applies to \"%1\"" +msgstr "" + +#: main.cpp:62 +#, kde-format +msgid "Act only on item on mounted devices" +msgstr "" + +#: main.cpp:66 +#, kde-format +msgid "" +"Print results of a cleaning operation, but do not change anything.\n" +"Only applies to \"%1\" command" +msgstr "" + +#: main.cpp:74 +#, kde-format +msgid "" +"List database contents. Use a regular expression as argument to filter output" +msgstr "" + +#: main.cpp:85 +#, kde-format +msgid "List devices" +msgstr "" + +#: main.cpp:100 +#, kde-format +msgid "Remove stale database entries" +msgstr "" + +#: main.cpp:155 +#, kde-format +msgid "" +"\n" +"\n" +"Commands:\n" +" %1" +msgstr "" + +#: main.cpp:162 +#, kde-format +msgid "Baloo Database Sanitizer" +msgstr "" + +#: main.cpp:164 +#, kde-format +msgid "The Baloo Database Lister & Sanitizer" +msgstr "" + +#: main.cpp:166 +#, kde-format +msgid "(c) 2018, Michael Heidelbach" +msgstr "" + +#: main.cpp:167 +#, kde-format +msgid "Michael Heidelbach" +msgstr "" + +#: main.cpp:167 +#, kde-format +msgid "Maintainer" +msgstr "" + +#: main.cpp:173 +#, kde-format +msgid "The command to execute" +msgstr "" + +#: main.cpp:177 +#, kde-format +msgctxt "Command" +msgid "" +"A regular expression applied to the URL of database items\n" +"Example: %1" +msgstr "" + +#: main.cpp:234 main.cpp:242 main.cpp:252 +#, kde-format +msgid "Baloo Index could not be opened" +msgstr "" + +#: main.cpp:238 main.cpp:246 +#, kde-format +msgid "Listing database contents..." +msgstr "" + +#: main.cpp:256 +#, kde-format +msgid "Removing stale database contents..." +msgstr "" + +#: main.cpp:279 +#, kde-format +msgid "Elapsed: %1 secs" +msgstr "" diff -Nru baloo-kf5-5.57.0/po/lt/balooengine5.po baloo-kf5-5.58.0/po/lt/balooengine5.po --- baloo-kf5-5.57.0/po/lt/balooengine5.po 1970-01-01 00:00:00.000000000 +0000 +++ baloo-kf5-5.58.0/po/lt/balooengine5.po 2019-05-07 11:17:44.000000000 +0000 @@ -0,0 +1,50 @@ +# Lithuanian translations for baloo package. +# Copyright (C) 2019 This file is copyright: +# This file is distributed under the same license as the baloo package. +# Automatically generated, 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: baloo\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2018-08-16 09:04+0200\n" +"PO-Revision-Date: 2018-08-16 09:04+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"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" + +#: experimental/databasesanitizer.cpp:276 +#, kde-format +msgid "Total: %1, Inaccessible: %2" +msgstr "" + +#: experimental/databasesanitizer.cpp:280 +#, kde-format +msgid "Total: %1, Ignored: %2, Accessible: %3, Inaccessible: %4" +msgstr "" + +#: experimental/databasesanitizer.cpp:336 +#, kde-format +msgid "Found %1 matching in %2 devices" +msgstr "" + +#: experimental/databasesanitizer.cpp:357 +#, kde-format +msgid "IgnoredSymbolicLink:" +msgstr "" + +#: experimental/databasesanitizer.cpp:361 +#, kde-format +msgid "Removing:" +msgstr "" + +#: experimental/databasesanitizer.cpp:375 +#, kde-format +msgctxt "numbers" +msgid "Removed: %1, Total: %2, Ignored: %3" +msgstr "" diff -Nru baloo-kf5-5.57.0/po/lt/baloomonitorplugin.po baloo-kf5-5.58.0/po/lt/baloomonitorplugin.po --- baloo-kf5-5.57.0/po/lt/baloomonitorplugin.po 1970-01-01 00:00:00.000000000 +0000 +++ baloo-kf5-5.58.0/po/lt/baloomonitorplugin.po 2019-05-07 11:17:44.000000000 +0000 @@ -0,0 +1,69 @@ +# Lithuanian translations for baloo package. +# Copyright (C) 2019 This file is copyright: +# This file is distributed under the same license as the baloo package. +# Automatically generated, 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: baloo\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2018-10-09 03:54+0200\n" +"PO-Revision-Date: 2018-10-09 03:54+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"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" + +#: ../../file/indexerstate.h:43 +#, kde-format +msgid "Unknown" +msgstr "" + +#: ../../file/indexerstate.h:46 +#, kde-format +msgid "Idle" +msgstr "" + +#: ../../file/indexerstate.h:49 +#, kde-format +msgid "Suspended" +msgstr "" + +#: ../../file/indexerstate.h:52 +#, kde-format +msgid "Initial Indexing" +msgstr "" + +#: ../../file/indexerstate.h:55 +#, kde-format +msgid "Indexing new files" +msgstr "" + +#: ../../file/indexerstate.h:58 +#, kde-format +msgid "Indexing modified files" +msgstr "" + +#: ../../file/indexerstate.h:61 +#, kde-format +msgid "Indexing Extended Attributes" +msgstr "" + +#: ../../file/indexerstate.h:64 +#, kde-format +msgid "Indexing file content" +msgstr "" + +#: ../../file/indexerstate.h:67 +#, kde-format +msgid "Checking for unindexed files" +msgstr "" + +#: ../../file/indexerstate.h:70 +#, kde-format +msgid "Checking for stale index entries" +msgstr "" diff -Nru baloo-kf5-5.57.0/po/lt/balooshow5.po baloo-kf5-5.58.0/po/lt/balooshow5.po --- baloo-kf5-5.57.0/po/lt/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/lt/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2014-03-17 20:06+0200\n" "Last-Translator: Liudas Ališauskas \n" "Language-Team: Lithuanian \n" @@ -57,7 +57,7 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" +msgid "Urls, document ids or inodes of the files" msgstr "" #: main.cpp:76 @@ -67,7 +67,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -75,49 +75,59 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " "enabled and working." msgstr "" -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" +msgid "%1: Not a valid url or document id" msgstr "" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" +msgid "%1: No index information found" msgstr "" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" +msgid "%1: Failed to parse inode number" msgstr "" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/nb/balooctl5.po baloo-kf5-5.58.0/po/nb/balooctl5.po --- baloo-kf5-5.57.0/po/nb/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/nb/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-09 03:54+0200\n" +"POT-Creation-Date: 2019-04-19 03:22+0200\n" "PO-Revision-Date: 2015-06-13 08:47+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -79,174 +79,174 @@ msgid "Checking for stale index entries" msgstr "" -#: configcommand.cpp:46 +#: configcommand.cpp:58 #, kde-format msgid "Manipulate the Baloo configuration" msgstr "" -#: configcommand.cpp:69 +#: configcommand.cpp:81 #, kde-format msgid "The config command can be used to manipulate the Baloo Configuration" msgstr "" -#: configcommand.cpp:70 +#: configcommand.cpp:82 #, kde-format msgid "Usage: balooctl config " msgstr "" -#: configcommand.cpp:71 +#: configcommand.cpp:83 #, kde-format msgid "Possible Commands:" msgstr "" -#: configcommand.cpp:74 +#: configcommand.cpp:86 #, kde-format msgid "Add a value to config parameter" msgstr "" -#: configcommand.cpp:75 +#: configcommand.cpp:87 #, kde-format msgid "Remove a value from a config parameter" msgstr "" -#: configcommand.cpp:76 +#: configcommand.cpp:88 #, kde-format msgid "Show the value of a config parameter" msgstr "" -#: configcommand.cpp:77 +#: configcommand.cpp:89 #, kde-format msgid "Set the value of a config parameter" msgstr "" -#: configcommand.cpp:78 +#: configcommand.cpp:90 #, kde-format msgid "Display this help menu" msgstr "" -#: configcommand.cpp:84 +#: configcommand.cpp:96 #, kde-format msgid "The following configuration options may be listed:" msgstr "" -#: configcommand.cpp:86 configcommand.cpp:363 +#: configcommand.cpp:98 configcommand.cpp:377 #, kde-format msgid "Controls if Baloo indexes hidden files and folders" msgstr "" -#: configcommand.cpp:87 +#: configcommand.cpp:99 configcommand.cpp:378 #, kde-format -msgid "Controls if baloo indexes file content." +msgid "Controls if Baloo indexes file content" msgstr "" -#: configcommand.cpp:88 configcommand.cpp:151 configcommand.cpp:240 +#: configcommand.cpp:100 configcommand.cpp:163 configcommand.cpp:254 #, kde-format msgid "The list of folders which Baloo indexes" msgstr "" -#: configcommand.cpp:89 configcommand.cpp:152 configcommand.cpp:241 +#: configcommand.cpp:101 configcommand.cpp:164 configcommand.cpp:255 #, kde-format msgid "The list of folders which Baloo will never index" msgstr "" -#: configcommand.cpp:90 configcommand.cpp:153 configcommand.cpp:242 +#: configcommand.cpp:102 configcommand.cpp:165 configcommand.cpp:256 #, kde-format msgid "The list of filters which are used to exclude files" msgstr "" -#: configcommand.cpp:91 configcommand.cpp:154 configcommand.cpp:243 +#: configcommand.cpp:103 configcommand.cpp:166 configcommand.cpp:257 #, kde-format msgid "The list of mimetypes which are used to exclude files" msgstr "" -#: configcommand.cpp:143 configcommand.cpp:232 configcommand.cpp:355 -#: configcommand.cpp:424 +#: configcommand.cpp:155 configcommand.cpp:246 configcommand.cpp:369 +#: configcommand.cpp:439 #, kde-format msgid "Config parameter could not be found" msgstr "" -#: configcommand.cpp:149 configcommand.cpp:238 configcommand.cpp:361 +#: configcommand.cpp:161 configcommand.cpp:252 configcommand.cpp:375 #, kde-format msgid "The following configuration options may be modified:" msgstr "" -#: configcommand.cpp:162 configcommand.cpp:181 configcommand.cpp:251 -#: configcommand.cpp:286 +#: configcommand.cpp:174 configcommand.cpp:194 configcommand.cpp:265 +#: configcommand.cpp:300 #, kde-format msgid "A folder must be provided" msgstr "" -#: configcommand.cpp:169 +#: configcommand.cpp:182 #, kde-format msgid "%1 is not in the list of include folders" msgstr "" -#: configcommand.cpp:188 +#: configcommand.cpp:202 #, kde-format msgid "%1 is not in the list of exclude folders" msgstr "" -#: configcommand.cpp:200 configcommand.cpp:321 +#: configcommand.cpp:214 configcommand.cpp:335 #, kde-format msgid "A filter must be provided" msgstr "" -#: configcommand.cpp:206 +#: configcommand.cpp:220 #, kde-format msgid "%1 is not in list of exclude filters" msgstr "" -#: configcommand.cpp:217 configcommand.cpp:339 +#: configcommand.cpp:231 configcommand.cpp:353 #, kde-format msgid "A mimetype must be provided" msgstr "" -#: configcommand.cpp:223 +#: configcommand.cpp:237 #, kde-format msgid "%1 is not in list of exclude mimetypes" msgstr "" -#: configcommand.cpp:257 configcommand.cpp:292 +#: configcommand.cpp:271 configcommand.cpp:306 #, kde-format msgid "Path does not exist" msgstr "" -#: configcommand.cpp:262 configcommand.cpp:297 +#: configcommand.cpp:276 configcommand.cpp:311 #, kde-format msgid "Path is not a directory" msgstr "" -#: configcommand.cpp:269 +#: configcommand.cpp:283 #, kde-format msgid "%1 is already in the list of include folders" msgstr "" -#: configcommand.cpp:274 configcommand.cpp:309 +#: configcommand.cpp:288 configcommand.cpp:323 #, kde-format msgid "%1 is in the list of exclude folders" msgstr "" -#: configcommand.cpp:304 +#: configcommand.cpp:318 #, kde-format msgid "%1 is already in the list of exclude folders" msgstr "" -#: configcommand.cpp:327 +#: configcommand.cpp:341 #, kde-format msgid "Exclude filter is already in the list" msgstr "" -#: configcommand.cpp:345 +#: configcommand.cpp:359 #, kde-format msgid "Exclude mimetype is already in the list" msgstr "" -#: configcommand.cpp:372 configcommand.cpp:399 +#: configcommand.cpp:387 configcommand.cpp:414 #, kde-format msgid "A value must be provided" msgstr "" -#: configcommand.cpp:393 configcommand.cpp:420 +#: configcommand.cpp:408 configcommand.cpp:435 #, kde-format msgid "Invalid value" msgstr "" @@ -341,14 +341,18 @@ msgid "Display the disk space used by index" msgstr "" -#: main.cpp:92 +#: main.cpp:93 #, kde-format +msgctxt "" +"Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " +"command" msgid "" "Output format <%1|%2|%3>.\n" +"The default format is \"%1\".\n" "Only applies to \"%4\"" msgstr "" -#: main.cpp:98 +#: main.cpp:99 #, kde-format msgid "format" msgstr "" @@ -384,87 +388,98 @@ msgid "Print the status of the Indexer" msgstr "" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" +msgid "File ignored" msgstr "" -#: statuscommand.cpp:60 +#: statuscommand.cpp:130 #, kde-format -msgid "File: %1" -msgstr "" - -#: statuscommand.cpp:62 -#, kde-format -msgid "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" msgstr "" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" msgstr "" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "" diff -Nru baloo-kf5-5.57.0/po/nb/baloo_file5.po baloo-kf5-5.58.0/po/nb/baloo_file5.po --- baloo-kf5-5.57.0/po/nb/baloo_file5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/nb/baloo_file5.po 2019-05-07 11:17:44.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-09 03:54+0200\n" +"POT-Creation-Date: 2019-03-14 03:05+0100\n" "PO-Revision-Date: 2014-02-23 11:06+0100\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -79,17 +79,17 @@ msgid "Checking for stale index entries" msgstr "" -#: main.cpp:47 +#: main.cpp:46 #, kde-format msgid "Baloo File Indexing Daemon" msgstr "" -#: main.cpp:48 +#: main.cpp:47 #, kde-format msgid "Vishesh Handa" msgstr "Vishesh Handa" -#: main.cpp:48 +#: main.cpp:47 #, kde-format msgid "Maintainer" msgstr "Vedlikeholder" diff -Nru baloo-kf5-5.57.0/po/nb/baloo_file_extractor5.po baloo-kf5-5.58.0/po/nb/baloo_file_extractor5.po --- baloo-kf5-5.57.0/po/nb/baloo_file_extractor5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/nb/baloo_file_extractor5.po 2019-05-07 11:17:44.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-21 03:04+0100\n" +"POT-Creation-Date: 2019-01-22 03:01+0100\n" "PO-Revision-Date: 2014-09-02 21:22+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -29,17 +29,17 @@ msgid "Your emails" msgstr "bjornst@skogkatt.homelinux.org" -#: main.cpp:41 +#: main.cpp:44 #, kde-format msgid "Baloo File Extractor" msgstr "Baloo fil-uttrekker" -#: main.cpp:42 +#: main.cpp:45 #, kde-format msgid "Vishesh Handa" msgstr "Vishesh Handa" -#: main.cpp:42 +#: main.cpp:45 #, kde-format msgid "Maintainer" msgstr "Vedlikeholder" diff -Nru baloo-kf5-5.57.0/po/nb/balooshow5.po baloo-kf5-5.58.0/po/nb/balooshow5.po --- baloo-kf5-5.57.0/po/nb/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/nb/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-31 03:52+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2014-02-23 11:14+0100\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -29,94 +29,104 @@ msgid "Your emails" msgstr "bjornst@skogkatt.homelinux.org" -#: main.cpp:63 +#: main.cpp:64 #, kde-format msgid "Baloo Show" msgstr "Baloo Vis" -#: main.cpp:65 +#: main.cpp:66 #, kde-format msgid "The Baloo data Viewer - A debugging tool" msgstr "Baloo dataviser – et feilsøkingsverktøy" -#: main.cpp:67 +#: main.cpp:68 #, kde-format msgid "(c) 2012, Vishesh Handa" msgstr "© 2012 Vishesh Handa" -#: main.cpp:68 +#: main.cpp:69 #, kde-format msgid "Vishesh Handa" msgstr "Vishesh Handa" -#: main.cpp:68 +#: main.cpp:69 #, kde-format msgid "Maintainer" msgstr "Vedlikeholder" -#: main.cpp:73 +#: main.cpp:74 #, kde-format -msgid "The file urls" +msgid "Urls, document ids or inodes of the files" msgstr "" -#: main.cpp:75 +#: main.cpp:76 #, kde-format msgid "Print internal info" msgstr "" -#: main.cpp:77 +#: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" -#: main.cpp:79 +#: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "" -#: main.cpp:111 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " "enabled and working." msgstr "" -#: main.cpp:127 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" +msgid "%1: Not a valid url or document id" msgstr "" -#: main.cpp:128 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" +msgid "%1: No index information found" msgstr "" -#: main.cpp:156 +#: main.cpp:157 #, kde-format -msgid "No index information found" +msgid "%1: Failed to parse inode number" msgstr "" -#: main.cpp:195 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:196 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:197 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:198 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:201 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/nb/kio5_tags.po baloo-kf5-5.58.0/po/nb/kio5_tags.po --- baloo-kf5-5.57.0/po/nb/kio5_tags.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/nb/kio5_tags.po 2019-05-07 11:17:44.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 03:45+0200\n" +"POT-Creation-Date: 2019-01-23 03:06+0100\n" "PO-Revision-Date: 2014-02-23 11:42+0100\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -24,17 +24,17 @@ msgid "File %1 already has tag %2" msgstr "" -#: kio_tags.cpp:311 +#: kio_tags.cpp:316 #, kde-format msgid "Tag" msgstr "Etikett" -#: kio_tags.cpp:313 +#: kio_tags.cpp:318 #, kde-format msgid "Tag Fragment" msgstr "" -#: kio_tags.cpp:315 kio_tags.cpp:320 +#: kio_tags.cpp:320 kio_tags.cpp:325 #, kde-format msgid "All Tags" msgstr "Alle etiketter" diff -Nru baloo-kf5-5.57.0/po/nb/kio5_timeline.po baloo-kf5-5.58.0/po/nb/kio5_timeline.po --- baloo-kf5-5.57.0/po/nb/kio5_timeline.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/nb/kio5_timeline.po 2019-05-07 11:17:44.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-08 03:44+0200\n" +"POT-Creation-Date: 2019-03-31 04:15+0200\n" "PO-Revision-Date: 2011-08-06 13:55+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -19,7 +19,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: kio_timeline.cpp:64 +#: kio_timeline.cpp:76 #, kde-format msgctxt "" "Month and year used in a tree above the actual days. Have a look at http://" @@ -29,12 +29,12 @@ msgid "MMMM yyyy" msgstr "" -#: kio_timeline.cpp:124 +#: kio_timeline.cpp:144 #, kde-format msgid "Today" msgstr "I dag" -#: kio_timeline.cpp:125 kio_timeline.cpp:195 +#: kio_timeline.cpp:145 kio_timeline.cpp:233 #, kde-format msgid "Calendar" msgstr "Kalender" diff -Nru baloo-kf5-5.57.0/po/nds/balooctl5.po baloo-kf5-5.58.0/po/nds/balooctl5.po --- baloo-kf5-5.57.0/po/nds/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/nds/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2014-08-11 11:55+0200\n" "Last-Translator: Sönke Dibbern \n" "Language-Team: Low Saxon \n" @@ -340,7 +340,12 @@ msgid "Display the disk space used by index" msgstr "" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -351,7 +356,7 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "" @@ -388,87 +393,98 @@ msgid "Print the status of the Indexer" msgstr "Status vun den Indizerer utgeven" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" +msgid "File ignored" msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" msgstr "" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" msgstr "" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "" diff -Nru baloo-kf5-5.57.0/po/nds/balooshow5.po baloo-kf5-5.58.0/po/nds/balooshow5.po --- baloo-kf5-5.57.0/po/nds/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/nds/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2014-02-07 22:47+0100\n" "Last-Translator: Sönke Dibbern \n" "Language-Team: Low Saxon \n" @@ -53,10 +53,9 @@ msgstr "Pleger" #: main.cpp:74 -#, fuzzy, kde-format -#| msgid "The file URL" -msgid "The file urls" -msgstr "De Datei-URL" +#, kde-format +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -65,7 +64,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -73,49 +72,59 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " "enabled and working." msgstr "" -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" +msgid "%1: Not a valid url or document id" msgstr "" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" +msgid "%1: No index information found" msgstr "" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" +msgid "%1: Failed to parse inode number" msgstr "" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/nl/balooctl5.po baloo-kf5-5.58.0/po/nl/balooctl5.po --- baloo-kf5-5.57.0/po/nl/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/nl/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-03-27 11:19+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-05-01 12:43+0200\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 18.12.3\n" +"X-Generator: Lokalize 19.04.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -343,7 +343,12 @@ msgid "Display the disk space used by index" msgstr "De schijfruimte gebruikt door indexering tonen" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "Bestanden tonen die niet geïndexeerd konden worden" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -357,7 +362,7 @@ "Het standaard formaat is \"%1\".\n" "Is alleen van toepassing op \"%4\"" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "formaat" @@ -393,87 +398,98 @@ msgid "Print the status of the Indexer" msgstr "De status van het programma voor indexering afdrukken" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Niet bestaand bestand %1 wordt genegeerd" +msgid "File ignored" +msgstr "Bestand genegeerd" -#: statuscommand.cpp:60 +#: statuscommand.cpp:130 #, kde-format -msgid "File: %1" -msgstr "Bestand: %1" - -#: statuscommand.cpp:62 -#, kde-format -msgid "Basic Indexing: Done" -msgstr "Basisindexering: gedaan" +msgid "Basic Indexing: Disabled" +msgstr "Basisindexering: uitgeschakeld" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Basisindexering: gepland" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Basisindexering: uitgeschakeld" +msgid "Basic Indexing: Done" +msgstr "Basisindexering: gedaan" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Indexering van inhoud: gepland" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Indexering van inhoud: mislukt" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Indexering van inhoud: gedaan" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Niet bestaand bestand %1 wordt genegeerd" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "Symbolische koppeling/speciaal bestand %1 wordt genegeerd" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Bestand: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Uitvoerformaat \"%1\" is ongeldig" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo is nu uitgeschakeld. Om in te schakelen, geef het commando %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Baloo-index kon niet worden geopend" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Baloo bestandenindexering is actief" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Status van indexering: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Baloo bestandenindexering is niet actief" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Geïndexeerd %1 / %2 bestanden" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Huidige grootte van index is %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Index bestaat nog niet" diff -Nru baloo-kf5-5.57.0/po/nl/balooshow5.po baloo-kf5-5.58.0/po/nl/balooshow5.po --- baloo-kf5-5.57.0/po/nl/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/nl/balooshow5.po 2019-05-07 11:17:44.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, 2018. +# Freek de Kruijf , 2013, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2018-10-31 11:32+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-12 11:00+0200\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 2.0\n" +"X-Generator: Lokalize 18.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Freek de Kruijf" +msgstr "Freek de Kruijf - t/m 2019" #, kde-format msgctxt "EMAIL OF TRANSLATORS" @@ -54,8 +54,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "De URL's van het bestand" +msgid "Urls, document ids or inodes of the files" +msgstr "Url's, document-id's of inodes van de bestanden" #: main.cpp:76 #, kde-format @@ -64,15 +64,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Inode-nummer van het te tonen bestand" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "Argumenten worden geïnterpreteerd als inode-nummers (vereist -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Apparaat-id voor de bestanden" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "Fout: -i vereist specificeren van een apparaat (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -81,42 +86,48 @@ "De Baloo-index kon niet geopend worden. Geef het commando \"%1\" om te zien " "of Baloo is ingeschakeld en werkt." -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" +"De document-ID's van de Baloo-DB en het bestandssysteem zijn verschillend:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "Het bestands-ID is niet gelijk aan het actuele Baloo bestands-ID" +msgid "%1: Not a valid url or document id" +msgstr "%1: Geen geldige url of document-id" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Dit is een bug" +msgid "%1: No index information found" +msgstr "%1: geen indexinformatie gevonden" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "Geen indexinformatie gevonden" +msgid "%1: Failed to parse inode number" +msgstr "%1: Ontleden van inode-number is mislukt" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Interne info" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Termen: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Bestandsnaamtermen: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 termen: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/nn/balooctl5.po baloo-kf5-5.58.0/po/nn/balooctl5.po --- baloo-kf5-5.57.0/po/nn/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/nn/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-04-06 14:41+0200\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-04-22 12:47+0200\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 18.12.3\n" +"X-Generator: Lokalize 19.07.70\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -341,7 +341,12 @@ msgid "Display the disk space used by index" msgstr "Vis diskplassen brukt av indeksen" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -355,7 +360,7 @@ "Standardformat er «%1».\n" "Gjeld berre «%4»" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "format" @@ -391,87 +396,98 @@ msgid "Print the status of the Indexer" msgstr "Vis status for indekseraren" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Hoppar over fil som ikkje finst: %1" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "Fil: %1" +msgid "File ignored" +msgstr "Fil ignorert" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "Grunnleggjande indeksering: ferdig" +msgid "Basic Indexing: Disabled" +msgstr "Grunnleggjande indeksering: slått av" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Grunnleggjande indeksering: planlagd" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Grunnleggjande indeksering: slått av" +msgid "Basic Indexing: Done" +msgstr "Grunnleggjande indeksering: ferdig" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Innhaldsindeksering: planlagd" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Innhaldsindeksering: mislukka" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Innhaldsindeksering: ferdig" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Hoppar over fil som ikkje finst: %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "Ignorerer symbolsk lenkje / spesialfil %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Fil: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Utdata-formatet «%1» er ugyldig" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo er slått av. Køyr «%1» for å slå tenesta på att." -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Klarte ikkje opna Baloo-indeksen" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Baloo filindeksering køyrer" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Indekseringsstatus: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Baloo filindeksering køyrer ikkje" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Indeksert %1/%2 filer" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Storleiken på indeksen er %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Indeksen finst ikkje enno" diff -Nru baloo-kf5-5.57.0/po/nn/balooshow5.po baloo-kf5-5.58.0/po/nn/balooshow5.po --- baloo-kf5-5.57.0/po/nn/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/nn/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -1,12 +1,12 @@ # Translation of balooshow5 to Norwegian Nynorsk # -# Karl Ove Hufthammer , 2015, 2016, 2018. +# Karl Ove Hufthammer , 2015, 2016, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2018-11-05 20:45+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-27 14:08+0200\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 2.0\n" +"X-Generator: Lokalize 19.07.70\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -56,8 +56,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "Filadressene" +msgid "Urls, document ids or inodes of the files" +msgstr "URL-ar, dokument-ID-ar eller inodar til filene" #: main.cpp:76 #, kde-format @@ -66,15 +66,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Inode-nummeret til fila du vil visa" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "Argument vert tolka som inode-nummer (krev «-d»)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Einings-ID for filene" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "Feil: «-i» krev at du oppgjev ei eining (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -83,42 +88,47 @@ "Klarte ikkje opna Baloo-indeksen. Køyr «%1» for å sjå om Baloo køyrer og " "verkar skikkeleg." -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "Dokument-ID-ane i Baloo-databasen og filsystemet er forskjellige:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "«fileID» er ikkje lik den faktiske Baloo-fileID-en" +msgid "%1: Not a valid url or document id" +msgstr "%1: Ugyldig adresse eller dokument-ID" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Dette er ein feil" +msgid "%1: No index information found" +msgstr "%1: Fann ikkje nokon indeksinformasjon" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "Fann ikkje nokon indeksinformasjon" +msgid "%1: Failed to parse inode number" +msgstr "%1: Klarte ikkje tolka inode-nummer" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Intern informasjon" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Termar: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Filnamntermar: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 termar: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/pa/balooctl5.po baloo-kf5-5.58.0/po/pa/balooctl5.po --- baloo-kf5-5.57.0/po/pa/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/pa/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2014-12-23 17:50-0600\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi/Panjabi \n" @@ -339,7 +339,12 @@ msgid "Display the disk space used by index" msgstr "" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -350,7 +355,7 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "" @@ -386,87 +391,98 @@ msgid "Print the status of the Indexer" msgstr "" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" +msgid "File ignored" msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" msgstr "" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" msgstr "" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "" diff -Nru baloo-kf5-5.57.0/po/pa/balooshow5.po baloo-kf5-5.58.0/po/pa/balooshow5.po --- baloo-kf5-5.57.0/po/pa/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/pa/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2014-10-14 07:23-0500\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi/Panjabi \n" @@ -54,7 +54,7 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" +msgid "Urls, document ids or inodes of the files" msgstr "" #: main.cpp:76 @@ -64,7 +64,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -72,49 +72,59 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " "enabled and working." msgstr "" -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" +msgid "%1: Not a valid url or document id" msgstr "" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" +msgid "%1: No index information found" msgstr "" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" +msgid "%1: Failed to parse inode number" msgstr "" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/pl/balooctl5.po baloo-kf5-5.58.0/po/pl/balooctl5.po --- baloo-kf5-5.57.0/po/pl/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/pl/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2019-03-02 05:56+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" @@ -340,7 +340,13 @@ msgid "Display the disk space used by index" msgstr "Wyświetl przestrzeń dyskową używaną przez indeks" -#: main.cpp:93 +#: main.cpp:91 +#, fuzzy, kde-format +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "Wyświetl przestrzeń dyskową używaną przez indeks" + +#: main.cpp:94 #, fuzzy, kde-format #| msgid "" #| "Output format <%1|%2|%3>.\n" @@ -356,7 +362,7 @@ "Format wyjściowy <%1|%2|%3>.\n" "Ma zastosowanie tylko do \"%4\"" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "format" @@ -392,87 +398,99 @@ msgid "Print the status of the Indexer" msgstr "Wyświetl stan programu indeksującego" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Pomijanie nieistniejącego pliku %1" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "Plik: %1" +msgid "File ignored" +msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "Podstawowe indeksowanie: Wykonano" +msgid "Basic Indexing: Disabled" +msgstr "Podstawowe indeksowanie: Wyłączono" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Podstawowe indeksowanie: Zaplanowano" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Podstawowe indeksowanie: Wyłączono" +msgid "Basic Indexing: Done" +msgstr "Podstawowe indeksowanie: Wykonano" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Indeksowanie treści: Zaplanowano" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Indeksowanie treści: Niepowodzenie" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Indeksowanie treści: Wykonano" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Pomijanie nieistniejącego pliku %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, fuzzy, kde-format +#| msgid "Ignoring non-existent file %1" +msgid "Ignoring symlink/special file %1" +msgstr "Pomijanie nieistniejącego pliku %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Plik: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Format wyjściowy \"%1\" jest nieprawidłowy" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo jest obecnie wyłączony. Aby go włączyć, wykonaj %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Nie można otworzyć indeksu Baloo" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Ideksowanie plików Baloo jest włączone" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Stan indeksowania: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Ideksowanie plików Baloo nie jest włączone" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Zaindeksowano %1 / %2 plików" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Bieżący rozmiar indeksu to %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Indeks jeszcze nie istnieje" diff -Nru baloo-kf5-5.57.0/po/pl/balooshow5.po baloo-kf5-5.58.0/po/pl/balooshow5.po --- baloo-kf5-5.57.0/po/pl/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/pl/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2018-12-24 06:00+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" @@ -55,8 +55,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "Adres URL pliku" +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -65,15 +65,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Numer Inode pliku do wyświetlenia" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "ID urządzenia dla plików" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -82,42 +87,48 @@ "Nie można otworzyć indeksu Baloo. Wykonaj %1, aby zobaczyć czy Baloo jest " "włączony i czy działa." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "Identyfikator pliki nie jest równy identyfikatorowi pliku w Baloo" +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Jest to błąd" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Nie znaleziono informacji o indeksie" -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Informacje wewnętrzne" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Wyrażenia: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Wyrażenia nazw plików: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "Wyrażenia %1: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/pt/balooctl5.po baloo-kf5-5.58.0/po/pt/balooctl5.po --- baloo-kf5-5.57.0/po/pt/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/pt/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-03-30 15:48+0000\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-05-02 11:25+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -337,7 +337,12 @@ msgid "Display the disk space used by index" msgstr "Mostrar o espaço em disco usado pelo índice" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "Mostrar os ficheiros que não puderam ser indexados" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -351,7 +356,7 @@ "O formato por omissão é o \"%1\".\n" "Só se aplica ao \"%4\"" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "formato" @@ -387,88 +392,99 @@ msgid "Print the status of the Indexer" msgstr "Imprime o estado da indexação" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" -msgstr "A ignorar o ficheiro inexistente %1" +msgid "File ignored" +msgstr "Ficheiro ignorado" -#: statuscommand.cpp:60 +#: statuscommand.cpp:130 #, kde-format -msgid "File: %1" -msgstr "Ficheiro: %1" - -#: statuscommand.cpp:62 -#, kde-format -msgid "Basic Indexing: Done" -msgstr "Indexação Básica: Completa" +msgid "Basic Indexing: Disabled" +msgstr "Indexação Básica: Desactivada" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Indexação Básica: Agendada" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Indexação Básica: Desactivada" +msgid "Basic Indexing: Done" +msgstr "Indexação Básica: Completa" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Indexação de Conteúdos: Agendada" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Indexação de Conteúdos: Falhada" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Indexação de Conteúdos: Completa" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "A ignorar o ficheiro inexistente %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "A ignorar o ficheiro especial/ligação simbólica %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Ficheiro: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "O formato de saída \"%1\" é inválido" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "" "O Baloo está desactivado de momento. Para activar, execute por favor \"%1\"" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Não foi possível aceder ao índice do Baloo" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "A Indexação de Ficheiros do Baloo está em execução" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Estado da indexação: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "A Indexação de Ficheiros do Baloo não está em execução" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "%1 / %2 ficheiros indexados" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "O tamanho actual do índice é %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "O índice ainda não existe" diff -Nru baloo-kf5-5.57.0/po/pt/balooshow5.po baloo-kf5-5.58.0/po/pt/balooshow5.po --- baloo-kf5-5.57.0/po/pt/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/pt/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -2,15 +2,15 @@ msgstr "" "Project-Id-Version: balooshow\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2018-10-31 09:10+0000\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-12 11:12+0100\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: Handa Vishesh Baloo Show status balooctl node\n" +"X-POFile-SpellExtra: Handa Vishesh Baloo Show status balooctl node nodes\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #, kde-format @@ -50,8 +50,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "Os URL's do ficheiro" +msgid "Urls, document ids or inodes of the files" +msgstr "URL's, ID's de documentos ou i-nodes dos ficheiros" #: main.cpp:76 #, kde-format @@ -60,15 +60,21 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Número de 'i-node' do ficheiro a mostrar" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "" +"Os argumentos são interpretados como números de i-nodes (é necessário o '-d')" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "ID do dispositivo dos ficheiros" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "Erro: o '-i' obriga à definição de um dispositivo (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -77,42 +83,48 @@ "Não foi possível abrir o índice do Baloo. Execute por favor \"%1\" para ver " "se o Baloo está activo e em execução." -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" +"Os ID's do documento na BD do Baloo e no sistema de ficheiros são diferentes:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "O ID do ficheiro não é igual ao ID do ficheiro actual no Baloo" +msgid "%1: Not a valid url or document id" +msgstr "%1: Não é um URL ou ID de documento válido" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Isto é um erro" +msgid "%1: No index information found" +msgstr "%1: Não foi encontrada nenhuma informação do índice" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "Não foi encontrada nenhuma informação do índice" +msgid "%1: Failed to parse inode number" +msgstr "%1: Não foi possível processar o número de i-node" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Informação Interna" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Termos: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Termos do Nome do Ficheiro: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "Termos do %1: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/pt_BR/balooctl5.po baloo-kf5-5.58.0/po/pt_BR/balooctl5.po --- baloo-kf5-5.57.0/po/pt_BR/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/pt_BR/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: balooctl5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-03-31 22:48-0300\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-05-02 22:13-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\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 18.12.3\n" +"X-Generator: Lokalize 19.04.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -343,7 +343,12 @@ msgid "Display the disk space used by index" msgstr "Mostrar o espaço em disco usado pelo índice" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "Mostrar os arquivos que não puderam ser indexados" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -357,7 +362,7 @@ "O formato padrão é \"%1\".\n" "Aplica somente a \"%4\"" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "formato" @@ -393,87 +398,98 @@ msgid "Print the status of the Indexer" msgstr "Imprime o status do sistema de indexação" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Ignorando arquivo não existente %1" +msgid "File ignored" +msgstr "Arquivo ignorado" -#: statuscommand.cpp:60 +#: statuscommand.cpp:130 #, kde-format -msgid "File: %1" -msgstr "Arquivo: %1" - -#: statuscommand.cpp:62 -#, kde-format -msgid "Basic Indexing: Done" -msgstr "Indexação básica: Concluída" +msgid "Basic Indexing: Disabled" +msgstr "Indexação básica: Desabilitada" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Indexação básica: Agendada" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Indexação básica: Desabilitada" +msgid "Basic Indexing: Done" +msgstr "Indexação básica: Concluída" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Indexação de conteúdo: Agendada" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Indexação de conteúdo: Falhou" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Indexação de conteúdo: Concluída" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Ignorando arquivo não existente %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "Ignorando arquivo especial/link simbólico %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Arquivo: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "O formato de saída \"%1\" é inválido." -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "O Baloo está desativado. Para ativá-lo, execute %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "O indexador do Baloo não pôde ser aberto" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "O Indexador de Arquivos Baloo está em execução" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Estado da indexação: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "O Indexador de Arquivos Baloo não está em execução" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Indexados %1 / %2 arquivos" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "O tamanho atual do índice é %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "O índice ainda não existe" diff -Nru baloo-kf5-5.57.0/po/pt_BR/balooshow5.po baloo-kf5-5.58.0/po/pt_BR/balooshow5.po --- baloo-kf5-5.57.0/po/pt_BR/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/pt_BR/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -1,23 +1,23 @@ -# Translation of balooshow.po to Brazilian Portuguese -# Copyright (C) 2014-2015 This_file_is_part_of_KDE +# Translation of balooshow5.po to Brazilian Portuguese +# Copyright (C) 2014-2019 This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# André Marcelo Alvarenga , 2014, 2015. +# André Marcelo Alvarenga , 2014, 2015, 2019. # Luiz Fernando Ranghetti , 2018. msgid "" msgstr "" -"Project-Id-Version: balooshow\n" +"Project-Id-Version: balooshow5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2018-11-30 11:20-0200\n" -"Last-Translator: Luiz Fernando Ranghetti \n" -"Language-Team: Portuguese \n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-14 22:15-0300\n" +"Last-Translator: André Marcelo Alvarenga \n" +"Language-Team: Brazilian 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 2.0\n" +"X-Generator: Lokalize 18.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -56,8 +56,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "A URL do arquivo" +msgid "Urls, document ids or inodes of the files" +msgstr "URLs, IDs de documentos ou i-nodes dos arquivos" #: main.cpp:76 #, kde-format @@ -66,15 +66,21 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Número inode do arquivo a exibir" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "" +"Os argumentos são interpretados como números de i-nodes (é necessário o -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "ID do dispositivo para os arquivos" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "Erro: o -i requer a definição de um dispositivo (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -83,42 +89,48 @@ "Não foi possível abrir o índice do Baloo. Execute \"%1\" para ver se o Baloo " "está ativo e funcionando." -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" +"Os IDs do documento no BD do Baloo e no sistema de arquivos são diferentes:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "O ID do arquivo não é igual ao ID do arquivo atual do Baloo" +msgid "%1: Not a valid url or document id" +msgstr "%1: Não é uma URL ou ID de documento válido" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Isto é um erro" +msgid "%1: No index information found" +msgstr "%1: Não foi encontrada nenhuma informação do índice" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "Não foi encontrada nenhuma informação do índice" +msgid "%1: Failed to parse inode number" +msgstr "%1: Ocorreu um erro ao processar o número de i-node" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Informações internas" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Termos: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Termos de nomes de arquivos: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 termos: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/ro/balooctl5.po baloo-kf5-5.58.0/po/ro/balooctl5.po --- baloo-kf5-5.57.0/po/ro/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ro/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2015-04-20 14:41+0300\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" @@ -343,7 +343,12 @@ msgid "Display the disk space used by index" msgstr "" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -354,7 +359,7 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "" @@ -391,87 +396,98 @@ msgid "Print the status of the Indexer" msgstr "Tipărește starea indexatorului" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" +msgid "File ignored" msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" msgstr "" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" msgstr "" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "" diff -Nru baloo-kf5-5.57.0/po/ro/balooshow5.po baloo-kf5-5.58.0/po/ro/balooshow5.po --- baloo-kf5-5.57.0/po/ro/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ro/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2014-10-05 19:19+0300\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" @@ -55,7 +55,7 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" +msgid "Urls, document ids or inodes of the files" msgstr "" #: main.cpp:76 @@ -65,7 +65,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -73,49 +73,59 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " "enabled and working." msgstr "" -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" +msgid "%1: Not a valid url or document id" msgstr "" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" +msgid "%1: No index information found" msgstr "" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" +msgid "%1: Failed to parse inode number" msgstr "" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/ru/balooctl5.po baloo-kf5-5.58.0/po/ru/balooctl5.po --- baloo-kf5-5.57.0/po/ru/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ru/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2018-10-21 19:58+0300\n" "Last-Translator: Alexander Yavorsky \n" "Language-Team: Russian \n" @@ -356,7 +356,13 @@ msgid "Display the disk space used by index" msgstr "Показать объём дискового пространства, используемого индексом." -#: main.cpp:93 +#: main.cpp:91 +#, fuzzy, kde-format +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "Показать объём дискового пространства, используемого индексом." + +#: main.cpp:94 #, fuzzy, kde-format #| msgid "" #| "Output format <%1|%2|%3>.\n" @@ -372,7 +378,7 @@ "Формат вывода <%1|%2|%3>.\n" "Параметр применим только к команде «%4»." -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "формат" @@ -408,89 +414,101 @@ msgid "Print the status of the Indexer" msgstr "Вывести состояние программы индексирования файлов." -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Игнорируется несуществующий файл %1" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "Файл: %1" +msgid "File ignored" +msgstr "" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "Базовое индексирование: завершено" +msgid "Basic Indexing: Disabled" +msgstr "Базовое индексирование: выключено" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Базовое индексирование: запланировано" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Базовое индексирование: выключено" +msgid "Basic Indexing: Done" +msgstr "Базовое индексирование: завершено" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Индексирование содержимого: запланировано" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Индексирование содержимого: ошибка" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Индексирование содержимого: завершено" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Игнорируется несуществующий файл %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, fuzzy, kde-format +#| msgid "Ignoring non-existent file %1" +msgid "Ignoring symlink/special file %1" +msgstr "Игнорируется несуществующий файл %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Файл: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Некорректный формат вывода «%1»." -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "" "Служба индексирования Baloo сейчас выключена. Чтобы её включить, запустите " "команду «%1»." -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Не удалось открыть индекс Baloo." -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Индексирование файлов выполняется" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Состояние индексирования: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Индексирование файлов не выполняется" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Проиндексированы %1 из %2 файлов" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Текущий размер индекса — %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Индекс ещё не существует" diff -Nru baloo-kf5-5.57.0/po/ru/balooshow5.po baloo-kf5-5.58.0/po/ru/balooshow5.po --- baloo-kf5-5.57.0/po/ru/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/ru/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2018-11-19 09:10+0300\n" "Last-Translator: Alexander Yavorsky \n" "Language-Team: Russian \n" @@ -56,8 +56,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "Адреса URL, ссылающиеся на файлы." +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -66,15 +66,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Номер inode файла, информацию о котором следует показать." +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Идентификатор устройства для искомых файлов." -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -83,42 +88,48 @@ "Не удалось открыть индекс Baloo. Чтобы узнать, работает ли служба " "индексирования Baloo, запустите команду «%1»." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "Идентификатор файла не совпадает с имеющимся в Baloo идентификатором." +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Это результат ошибки в программе." +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Файл не найден в индексе." -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Техническая информация" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Ключевые слова: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Ключевые слова из имени файла: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "Ключевые слова из %1: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/sk/balooctl5.po baloo-kf5-5.58.0/po/sk/balooctl5.po --- baloo-kf5-5.57.0/po/sk/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sk/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -1,19 +1,20 @@ # translation of balooctl.po to Slovak # Roman Paholik , 2014, 2015. # Mthw , 2019. +# Matej Mrenica , 2019. msgid "" msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-01-28 12:48+0100\n" -"Last-Translator: Mthw \n" -"Language-Team: Slovak \n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-05-04 19:12+0200\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 18.12.1\n" +"X-Generator: Lokalize 19.04.0\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #, kde-format @@ -132,8 +133,7 @@ msgstr "Ovláda, či Baloo indexuje skryté súbory a adresáre" #: configcommand.cpp:99 configcommand.cpp:378 -#, fuzzy, kde-format -#| msgid "Controls if baloo indexes file content." +#, kde-format msgid "Controls if Baloo indexes file content" msgstr "Ovláda, či Baloo indexuje obsah súborov." @@ -339,11 +339,13 @@ msgid "Display the disk space used by index" msgstr "Zobraziť veľkosť na disku použitú indexom" -#: main.cpp:93 -#, fuzzy, kde-format -#| msgid "" -#| "Output format <%1|%2|%3>.\n" -#| "Only applies to \"%4\"" +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "Zobraziť súbory ktoré sa nepodarilo indexovať" + +#: main.cpp:94 +#, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " "command" @@ -353,9 +355,10 @@ "Only applies to \"%4\"" msgstr "" "Formát výstupu <%1|%2|%3>.\n" +"Predvolený formát je \"%1\".\n" "Vzťahuje sa iba na \"%4\"" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "formát" @@ -391,87 +394,98 @@ msgid "Print the status of the Indexer" msgstr "Vytlačiť stav indexera" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Ignorujem neexistujúci súbor %1" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "Súbor: %1" +msgid "File ignored" +msgstr "Súbor ignorovaný" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "Zákadné Indexovanie: Hotové" +msgid "Basic Indexing: Disabled" +msgstr "Zákadné Indexovanie: Zakázané" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Zákadné Indexovanie: Naplánované" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Zákadné Indexovanie: Zakázané" +msgid "Basic Indexing: Done" +msgstr "Zákadné Indexovanie: Hotové" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Indexovanie obsahu: Naplánované" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Indexovanie obsahu: Zlyhalo" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Indexovanie obsahu: Hotové" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Ignorujem neexistujúci súbor %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "Ignorujem symlink/špeciálny súbor %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Súbor: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Výstupný formát \"%1\" je neplatný" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo je práve zakázané. Na povolenie prosím spustite %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Index Baloo nie je možné otvoriť" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Indexer súborov Baloo beží" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Stav indexera: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Indexer súborov Baloo nebeží" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Indexovaných %1 / %2 súborov" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Aktuálna veľkosť indexu je %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Index zatial neexistuje" diff -Nru baloo-kf5-5.57.0/po/sk/balooshow5.po baloo-kf5-5.58.0/po/sk/balooshow5.po --- baloo-kf5-5.57.0/po/sk/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sk/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: balooshow\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2019-01-28 12:39+0100\n" "Last-Translator: Mthw \n" "Language-Team: Slovak \n" @@ -53,8 +53,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "URL súborov" +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -63,7 +63,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -71,7 +71,12 @@ msgid "Device id for the files" msgstr "ID zariadenia pre súbory" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -80,42 +85,48 @@ "Baloo index nie je možné otvoriť. Prosím spustite \"%1\" na zistenie, či je " "Baloo povolené a funkčné." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "fileID sa nerovná aktuálnemu Baloo fileID" +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Toto je chyba" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Nenašli sa žiadne indexové informácie" -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Interné informácie" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/sl/balooctl5.po baloo-kf5-5.58.0/po/sl/balooctl5.po --- baloo-kf5-5.57.0/po/sl/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sl/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2017-03-24 21:32+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" @@ -342,7 +342,13 @@ msgid "Display the disk space used by index" msgstr "Prikažite prostor na disku, ki ga zaseda kazalo" -#: main.cpp:93 +#: main.cpp:91 +#, fuzzy, kde-format +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "Prikažite prostor na disku, ki ga zaseda kazalo" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -353,7 +359,7 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "" @@ -391,52 +397,63 @@ msgid "Print the status of the Indexer" msgstr "Izpiši stanje izgrajevalnika kazala" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" +msgid "File ignored" msgstr "" -#: statuscommand.cpp:60 -#, kde-format -msgid "File: %1" -msgstr "Datoteka: %1" - -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" msgstr "" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" msgstr "" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Datoteka: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, fuzzy, kde-format #| msgid "" #| "Baloo is currently disabled. To enable, please run \"balooctl enable\"" @@ -444,37 +461,37 @@ msgstr "" "Baloo je trenutno onemogočen. Da ga omogočite, zaženite »balooctl enable«" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Kazala Baloo ni bilo mogoče odpreti" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Izgrajevalnik kazala datotek Baloo teče" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Stanje izgrajevalnika kazala: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Izgrajevalnik kazala datotek Baloo ne teče" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "%1 od %2 datotek dodanih v kazalo" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, fuzzy, kde-format #| msgid "Path does not exist" msgid "Index does not exist yet" diff -Nru baloo-kf5-5.57.0/po/sl/balooshow5.po baloo-kf5-5.58.0/po/sl/balooshow5.po --- baloo-kf5-5.57.0/po/sl/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sl/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2015-10-25 18:58+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" @@ -54,10 +54,9 @@ msgstr "Vzdrževalec" #: main.cpp:74 -#, fuzzy, kde-format -#| msgid "The file URL" -msgid "The file urls" -msgstr "URL datoteke" +#, kde-format +msgid "Urls, document ids or inodes of the files" +msgstr "" #: main.cpp:76 #, kde-format @@ -66,7 +65,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -74,7 +73,12 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, fuzzy, kde-format #| msgid "" #| "The Baloo index could not be opened. Please run \"balooctl status\" to " @@ -86,42 +90,48 @@ "Kazala Baloo ni bilo mogoče odpreti. Zaženite »balooctl status«, da " "preverite, ali je Baloo omogočen in deluje." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "ID datoteke ni enak ID-ju datoteke v programu Baloo" +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "To je hrošč" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "V kazalu ni bilo najdenih podatkov" -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/sr/balooctl5.po baloo-kf5-5.58.0/po/sr/balooctl5.po --- baloo-kf5-5.57.0/po/sr/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-09 03:54+0200\n" +"POT-Creation-Date: 2019-03-27 03:14+0100\n" "PO-Revision-Date: 2017-04-07 00:51+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -90,175 +90,176 @@ msgstr "тражи неиндексиране фајлове" # >> @info command description -#: configcommand.cpp:46 +#: configcommand.cpp:58 #, kde-format msgid "Manipulate the Baloo configuration" msgstr "Измените поставу Балуа" -#: configcommand.cpp:69 +#: configcommand.cpp:81 #, kde-format msgid "The config command can be used to manipulate the Baloo Configuration" msgstr "Ова наредба служи за мењање поставе Балуа" # literal-segment: config -#: configcommand.cpp:70 +#: configcommand.cpp:82 #, kde-format msgid "Usage: balooctl config " msgstr "Употреба: balooctl config <наредба>" -#: configcommand.cpp:71 +#: configcommand.cpp:83 #, kde-format msgid "Possible Commands:" msgstr "Могуће наредбе:" -#: configcommand.cpp:74 +#: configcommand.cpp:86 #, kde-format msgid "Add a value to config parameter" msgstr "Додај вредност параметру поставе." -#: configcommand.cpp:75 +#: configcommand.cpp:87 #, kde-format msgid "Remove a value from a config parameter" msgstr "Уклони вредност из параметра поставе." -#: configcommand.cpp:76 +#: configcommand.cpp:88 #, kde-format msgid "Show the value of a config parameter" msgstr "Прикажи вредност параметра поставе." -#: configcommand.cpp:77 +#: configcommand.cpp:89 #, kde-format msgid "Set the value of a config parameter" msgstr "Постави вредност параметра поставе." -#: configcommand.cpp:78 +#: configcommand.cpp:90 #, kde-format msgid "Display this help menu" msgstr "Прикажи овај мени помоћи." -#: configcommand.cpp:84 +#: configcommand.cpp:96 #, kde-format msgid "The following configuration options may be listed:" msgstr "Могу се набројати следеће опције поставе:" -#: configcommand.cpp:86 configcommand.cpp:363 +#: configcommand.cpp:98 configcommand.cpp:377 #, kde-format msgid "Controls if Baloo indexes hidden files and folders" msgstr "Одређује да ли Балу индексира скривене фајлове и фасцикле." -#: configcommand.cpp:87 -#, kde-format -msgid "Controls if baloo indexes file content." +#: configcommand.cpp:99 configcommand.cpp:378 +#, fuzzy, kde-format +#| msgid "Controls if baloo indexes file content." +msgid "Controls if Baloo indexes file content" msgstr "Одређује да ли Балу индексира садржај фајлова." -#: configcommand.cpp:88 configcommand.cpp:151 configcommand.cpp:240 +#: configcommand.cpp:100 configcommand.cpp:163 configcommand.cpp:254 #, kde-format msgid "The list of folders which Baloo indexes" msgstr "Списак фасцикли које Балу индексира." -#: configcommand.cpp:89 configcommand.cpp:152 configcommand.cpp:241 +#: configcommand.cpp:101 configcommand.cpp:164 configcommand.cpp:255 #, kde-format msgid "The list of folders which Baloo will never index" msgstr "Списак фасцикли које Балу никад не индексира." -#: configcommand.cpp:90 configcommand.cpp:153 configcommand.cpp:242 +#: configcommand.cpp:102 configcommand.cpp:165 configcommand.cpp:256 #, kde-format msgid "The list of filters which are used to exclude files" msgstr "Списак филтера за искључивање фајлова." -#: configcommand.cpp:91 configcommand.cpp:154 configcommand.cpp:243 +#: configcommand.cpp:103 configcommand.cpp:166 configcommand.cpp:257 #, kde-format msgid "The list of mimetypes which are used to exclude files" msgstr "Списак МИМЕ типова за искључивање фајлова." -#: configcommand.cpp:143 configcommand.cpp:232 configcommand.cpp:355 -#: configcommand.cpp:424 +#: configcommand.cpp:155 configcommand.cpp:246 configcommand.cpp:369 +#: configcommand.cpp:439 #, kde-format msgid "Config parameter could not be found" msgstr "Параметар поставе није нађен." -#: configcommand.cpp:149 configcommand.cpp:238 configcommand.cpp:361 +#: configcommand.cpp:161 configcommand.cpp:252 configcommand.cpp:375 #, kde-format msgid "The following configuration options may be modified:" msgstr "Могуће је изменити следеће опције поставе:" -#: configcommand.cpp:162 configcommand.cpp:181 configcommand.cpp:251 -#: configcommand.cpp:286 +#: configcommand.cpp:174 configcommand.cpp:194 configcommand.cpp:265 +#: configcommand.cpp:300 #, kde-format msgid "A folder must be provided" msgstr "Мора да се зада фасцикла." -#: configcommand.cpp:169 +#: configcommand.cpp:182 #, kde-format msgid "%1 is not in the list of include folders" msgstr "%1 није на списку укључених фасцикли." -#: configcommand.cpp:188 +#: configcommand.cpp:202 #, kde-format msgid "%1 is not in the list of exclude folders" msgstr "%1 није на списку искључених фасцикли." -#: configcommand.cpp:200 configcommand.cpp:321 +#: configcommand.cpp:214 configcommand.cpp:335 #, kde-format msgid "A filter must be provided" msgstr "Мора да се зада филтер." -#: configcommand.cpp:206 +#: configcommand.cpp:220 #, kde-format msgid "%1 is not in list of exclude filters" msgstr "%1 није на списку искључних филтера." -#: configcommand.cpp:217 configcommand.cpp:339 +#: configcommand.cpp:231 configcommand.cpp:353 #, kde-format msgid "A mimetype must be provided" msgstr "Мора да се зада МИМЕ тип." -#: configcommand.cpp:223 +#: configcommand.cpp:237 #, kde-format msgid "%1 is not in list of exclude mimetypes" msgstr "%1 није на списку искључних МИМЕ типова." -#: configcommand.cpp:257 configcommand.cpp:292 +#: configcommand.cpp:271 configcommand.cpp:306 #, kde-format msgid "Path does not exist" msgstr "Путања не постоји." -#: configcommand.cpp:262 configcommand.cpp:297 +#: configcommand.cpp:276 configcommand.cpp:311 #, kde-format msgid "Path is not a directory" msgstr "Путања није фасцикла." -#: configcommand.cpp:269 +#: configcommand.cpp:283 #, kde-format msgid "%1 is already in the list of include folders" msgstr "%1 је већ на списку укључених фасцикли." -#: configcommand.cpp:274 configcommand.cpp:309 +#: configcommand.cpp:288 configcommand.cpp:323 #, kde-format msgid "%1 is in the list of exclude folders" msgstr "%1 је на списку искључених фасцикли." -#: configcommand.cpp:304 +#: configcommand.cpp:318 #, kde-format msgid "%1 is already in the list of exclude folders" msgstr "%1 је већ на списку искључених фасцикли." -#: configcommand.cpp:327 +#: configcommand.cpp:341 #, kde-format msgid "Exclude filter is already in the list" msgstr "Искључни филтер је већ на списку." -#: configcommand.cpp:345 +#: configcommand.cpp:359 #, kde-format msgid "Exclude mimetype is already in the list" msgstr "Искључни МИМЕ тип је већ на списку." -#: configcommand.cpp:372 configcommand.cpp:399 +#: configcommand.cpp:387 configcommand.cpp:414 #, kde-format msgid "A value must be provided" msgstr "Мора да се зада вредност." -#: configcommand.cpp:393 configcommand.cpp:420 +#: configcommand.cpp:408 configcommand.cpp:435 #, kde-format msgid "Invalid value" msgstr "Лоша вредност." @@ -353,14 +354,18 @@ msgid "Display the disk space used by index" msgstr "Прикажи простор на диску за индекс." -#: main.cpp:92 +#: main.cpp:93 #, kde-format +msgctxt "" +"Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " +"command" msgid "" "Output format <%1|%2|%3>.\n" +"The default format is \"%1\".\n" "Only applies to \"%4\"" msgstr "" -#: main.cpp:98 +#: main.cpp:99 #, kde-format msgid "format" msgstr "" diff -Nru baloo-kf5-5.57.0/po/sr/baloo_file5.po baloo-kf5-5.58.0/po/sr/baloo_file5.po --- baloo-kf5-5.57.0/po/sr/baloo_file5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr/baloo_file5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: baloo_file\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-09 03:54+0200\n" +"POT-Creation-Date: 2019-03-14 03:05+0100\n" "PO-Revision-Date: 2015-05-16 03:21+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -78,17 +78,17 @@ msgid "Checking for stale index entries" msgstr "" -#: main.cpp:47 +#: main.cpp:46 #, kde-format msgid "Baloo File Indexing Daemon" msgstr "Балуов демон за индексирање фајлова" -#: main.cpp:48 +#: main.cpp:47 #, kde-format msgid "Vishesh Handa" msgstr "Вишеш Ханда" -#: main.cpp:48 +#: main.cpp:47 #, kde-format msgid "Maintainer" msgstr "Одржавалац" diff -Nru baloo-kf5-5.57.0/po/sr/baloo_file_extractor5.po baloo-kf5-5.58.0/po/sr/baloo_file_extractor5.po --- baloo-kf5-5.57.0/po/sr/baloo_file_extractor5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr/baloo_file_extractor5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: baloo_file_extractor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-21 03:04+0100\n" +"POT-Creation-Date: 2019-01-22 03:01+0100\n" "PO-Revision-Date: 2014-07-12 09:15+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -28,17 +28,17 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net" -#: main.cpp:41 +#: main.cpp:44 #, kde-format msgid "Baloo File Extractor" msgstr "Издвајач фајлова Балу" -#: main.cpp:42 +#: main.cpp:45 #, kde-format msgid "Vishesh Handa" msgstr "Вишеш Ханда" -#: main.cpp:42 +#: main.cpp:45 #, kde-format msgid "Maintainer" msgstr "Одржавалац" diff -Nru baloo-kf5-5.57.0/po/sr/balooshow5.po baloo-kf5-5.58.0/po/sr/balooshow5.po --- baloo-kf5-5.57.0/po/sr/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: balooshow\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-31 03:52+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2015-09-27 19:15+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -28,52 +28,57 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net" -#: main.cpp:63 +#: main.cpp:64 #, kde-format msgid "Baloo Show" msgstr "Балуов приказ" -#: main.cpp:65 +#: main.cpp:66 #, kde-format msgid "The Baloo data Viewer - A debugging tool" msgstr "Балуов приказивач података — алатка за исправљање" -#: main.cpp:67 +#: main.cpp:68 #, kde-format msgid "(c) 2012, Vishesh Handa" msgstr "© 2012, Вишеш Ханда" -#: main.cpp:68 +#: main.cpp:69 #, kde-format msgid "Vishesh Handa" msgstr "Вишеш Ханда" -#: main.cpp:68 +#: main.cpp:69 #, kde-format msgid "Maintainer" msgstr "Одржавалац" -#: main.cpp:73 +#: main.cpp:74 #, kde-format -msgid "The file urls" +msgid "Urls, document ids or inodes of the files" msgstr "" -#: main.cpp:75 +#: main.cpp:76 #, kde-format msgid "Print internal info" msgstr "" -#: main.cpp:77 +#: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" -#: main.cpp:79 +#: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "" -#: main.cpp:111 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, fuzzy, kde-format #| msgid "" #| "The Baloo index could not be opened. Please run \"balooctl status\" to " @@ -85,42 +90,48 @@ "Индекс Балуа не може да се отвори. Извршите balooctl status да проверите да " "ли је Балу активиран и у погону." -#: main.cpp:127 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "ИД фајла није једнак стварном ИД‑а у Балуу." +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:128 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Ово је дефект." +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:156 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Подаци индекса нису нађени." -#: main.cpp:195 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:196 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:197 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:198 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:201 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/sr/kio5_tags.po baloo-kf5-5.58.0/po/sr/kio5_tags.po --- baloo-kf5-5.57.0/po/sr/kio5_tags.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr/kio5_tags.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kio5_tags\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 03:45+0200\n" +"POT-Creation-Date: 2019-01-23 03:06+0100\n" "PO-Revision-Date: 2017-12-15 12:37+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -24,19 +24,19 @@ msgstr "Фајл %1 већ има ознаку %2" # >> @item -#: kio_tags.cpp:311 +#: kio_tags.cpp:316 #, kde-format msgid "Tag" msgstr "ознака" # >> @item -#: kio_tags.cpp:313 +#: kio_tags.cpp:318 #, kde-format msgid "Tag Fragment" msgstr "потез ознака" # >> @item -#: kio_tags.cpp:315 kio_tags.cpp:320 +#: kio_tags.cpp:320 kio_tags.cpp:325 #, kde-format msgid "All Tags" msgstr "све ознаке" diff -Nru baloo-kf5-5.57.0/po/sr/kio5_timeline.po baloo-kf5-5.58.0/po/sr/kio5_timeline.po --- baloo-kf5-5.57.0/po/sr/kio5_timeline.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr/kio5_timeline.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kio_timeline\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-08 03:44+0200\n" +"POT-Creation-Date: 2019-03-31 04:15+0200\n" "PO-Revision-Date: 2015-09-13 14:07+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -19,7 +19,7 @@ "X-Environment: kde\n" # >! + (qtdt-format) -#: kio_timeline.cpp:64 +#: kio_timeline.cpp:76 #, kde-format msgctxt "" "Month and year used in a tree above the actual days. Have a look at http://" @@ -29,12 +29,12 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" -#: kio_timeline.cpp:124 +#: kio_timeline.cpp:144 #, kde-format msgid "Today" msgstr "данас" -#: kio_timeline.cpp:125 kio_timeline.cpp:195 +#: kio_timeline.cpp:145 kio_timeline.cpp:233 #, kde-format msgid "Calendar" msgstr "календар" diff -Nru baloo-kf5-5.57.0/po/sr@ijekavian/balooctl5.po baloo-kf5-5.58.0/po/sr@ijekavian/balooctl5.po --- baloo-kf5-5.57.0/po/sr@ijekavian/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@ijekavian/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-09 03:54+0200\n" +"POT-Creation-Date: 2019-03-27 03:14+0100\n" "PO-Revision-Date: 2017-04-07 00:51+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -90,175 +90,176 @@ msgstr "тражи неиндексиране фајлове" # >> @info command description -#: configcommand.cpp:46 +#: configcommand.cpp:58 #, kde-format msgid "Manipulate the Baloo configuration" msgstr "Измените поставу Балуа" -#: configcommand.cpp:69 +#: configcommand.cpp:81 #, kde-format msgid "The config command can be used to manipulate the Baloo Configuration" msgstr "Ова наредба служи за мењање поставе Балуа" # literal-segment: config -#: configcommand.cpp:70 +#: configcommand.cpp:82 #, kde-format msgid "Usage: balooctl config " msgstr "Употреба: balooctl config <наредба>" -#: configcommand.cpp:71 +#: configcommand.cpp:83 #, kde-format msgid "Possible Commands:" msgstr "Могуће наредбе:" -#: configcommand.cpp:74 +#: configcommand.cpp:86 #, kde-format msgid "Add a value to config parameter" msgstr "Додај вредност параметру поставе." -#: configcommand.cpp:75 +#: configcommand.cpp:87 #, kde-format msgid "Remove a value from a config parameter" msgstr "Уклони вредност из параметра поставе." -#: configcommand.cpp:76 +#: configcommand.cpp:88 #, kde-format msgid "Show the value of a config parameter" msgstr "Прикажи вредност параметра поставе." -#: configcommand.cpp:77 +#: configcommand.cpp:89 #, kde-format msgid "Set the value of a config parameter" msgstr "Постави вредност параметра поставе." -#: configcommand.cpp:78 +#: configcommand.cpp:90 #, kde-format msgid "Display this help menu" msgstr "Прикажи овај мени помоћи." -#: configcommand.cpp:84 +#: configcommand.cpp:96 #, kde-format msgid "The following configuration options may be listed:" msgstr "Могу се набројати следеће опције поставе:" -#: configcommand.cpp:86 configcommand.cpp:363 +#: configcommand.cpp:98 configcommand.cpp:377 #, kde-format msgid "Controls if Baloo indexes hidden files and folders" msgstr "Одређује да ли Балу индексира скривене фајлове и фасцикле." -#: configcommand.cpp:87 -#, kde-format -msgid "Controls if baloo indexes file content." +#: configcommand.cpp:99 configcommand.cpp:378 +#, fuzzy, kde-format +#| msgid "Controls if baloo indexes file content." +msgid "Controls if Baloo indexes file content" msgstr "Одређује да ли Балу индексира садржај фајлова." -#: configcommand.cpp:88 configcommand.cpp:151 configcommand.cpp:240 +#: configcommand.cpp:100 configcommand.cpp:163 configcommand.cpp:254 #, kde-format msgid "The list of folders which Baloo indexes" msgstr "Списак фасцикли које Балу индексира." -#: configcommand.cpp:89 configcommand.cpp:152 configcommand.cpp:241 +#: configcommand.cpp:101 configcommand.cpp:164 configcommand.cpp:255 #, kde-format msgid "The list of folders which Baloo will never index" msgstr "Списак фасцикли које Балу никад не индексира." -#: configcommand.cpp:90 configcommand.cpp:153 configcommand.cpp:242 +#: configcommand.cpp:102 configcommand.cpp:165 configcommand.cpp:256 #, kde-format msgid "The list of filters which are used to exclude files" msgstr "Списак филтера за искључивање фајлова." -#: configcommand.cpp:91 configcommand.cpp:154 configcommand.cpp:243 +#: configcommand.cpp:103 configcommand.cpp:166 configcommand.cpp:257 #, kde-format msgid "The list of mimetypes which are used to exclude files" msgstr "Списак МИМЕ типова за искључивање фајлова." -#: configcommand.cpp:143 configcommand.cpp:232 configcommand.cpp:355 -#: configcommand.cpp:424 +#: configcommand.cpp:155 configcommand.cpp:246 configcommand.cpp:369 +#: configcommand.cpp:439 #, kde-format msgid "Config parameter could not be found" msgstr "Параметар поставе није нађен." -#: configcommand.cpp:149 configcommand.cpp:238 configcommand.cpp:361 +#: configcommand.cpp:161 configcommand.cpp:252 configcommand.cpp:375 #, kde-format msgid "The following configuration options may be modified:" msgstr "Могуће је изменити следеће опције поставе:" -#: configcommand.cpp:162 configcommand.cpp:181 configcommand.cpp:251 -#: configcommand.cpp:286 +#: configcommand.cpp:174 configcommand.cpp:194 configcommand.cpp:265 +#: configcommand.cpp:300 #, kde-format msgid "A folder must be provided" msgstr "Мора да се зада фасцикла." -#: configcommand.cpp:169 +#: configcommand.cpp:182 #, kde-format msgid "%1 is not in the list of include folders" msgstr "%1 није на списку укључених фасцикли." -#: configcommand.cpp:188 +#: configcommand.cpp:202 #, kde-format msgid "%1 is not in the list of exclude folders" msgstr "%1 није на списку искључених фасцикли." -#: configcommand.cpp:200 configcommand.cpp:321 +#: configcommand.cpp:214 configcommand.cpp:335 #, kde-format msgid "A filter must be provided" msgstr "Мора да се зада филтер." -#: configcommand.cpp:206 +#: configcommand.cpp:220 #, kde-format msgid "%1 is not in list of exclude filters" msgstr "%1 није на списку искључних филтера." -#: configcommand.cpp:217 configcommand.cpp:339 +#: configcommand.cpp:231 configcommand.cpp:353 #, kde-format msgid "A mimetype must be provided" msgstr "Мора да се зада МИМЕ тип." -#: configcommand.cpp:223 +#: configcommand.cpp:237 #, kde-format msgid "%1 is not in list of exclude mimetypes" msgstr "%1 није на списку искључних МИМЕ типова." -#: configcommand.cpp:257 configcommand.cpp:292 +#: configcommand.cpp:271 configcommand.cpp:306 #, kde-format msgid "Path does not exist" msgstr "Путања не постоји." -#: configcommand.cpp:262 configcommand.cpp:297 +#: configcommand.cpp:276 configcommand.cpp:311 #, kde-format msgid "Path is not a directory" msgstr "Путања није фасцикла." -#: configcommand.cpp:269 +#: configcommand.cpp:283 #, kde-format msgid "%1 is already in the list of include folders" msgstr "%1 је већ на списку укључених фасцикли." -#: configcommand.cpp:274 configcommand.cpp:309 +#: configcommand.cpp:288 configcommand.cpp:323 #, kde-format msgid "%1 is in the list of exclude folders" msgstr "%1 је на списку искључених фасцикли." -#: configcommand.cpp:304 +#: configcommand.cpp:318 #, kde-format msgid "%1 is already in the list of exclude folders" msgstr "%1 је већ на списку искључених фасцикли." -#: configcommand.cpp:327 +#: configcommand.cpp:341 #, kde-format msgid "Exclude filter is already in the list" msgstr "Искључни филтер је већ на списку." -#: configcommand.cpp:345 +#: configcommand.cpp:359 #, kde-format msgid "Exclude mimetype is already in the list" msgstr "Искључни МИМЕ тип је већ на списку." -#: configcommand.cpp:372 configcommand.cpp:399 +#: configcommand.cpp:387 configcommand.cpp:414 #, kde-format msgid "A value must be provided" msgstr "Мора да се зада вредност." -#: configcommand.cpp:393 configcommand.cpp:420 +#: configcommand.cpp:408 configcommand.cpp:435 #, kde-format msgid "Invalid value" msgstr "Лоша вредност." @@ -353,14 +354,18 @@ msgid "Display the disk space used by index" msgstr "Прикажи простор на диску за индекс." -#: main.cpp:92 +#: main.cpp:93 #, kde-format +msgctxt "" +"Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " +"command" msgid "" "Output format <%1|%2|%3>.\n" +"The default format is \"%1\".\n" "Only applies to \"%4\"" msgstr "" -#: main.cpp:98 +#: main.cpp:99 #, kde-format msgid "format" msgstr "" diff -Nru baloo-kf5-5.57.0/po/sr@ijekavian/baloo_file5.po baloo-kf5-5.58.0/po/sr@ijekavian/baloo_file5.po --- baloo-kf5-5.57.0/po/sr@ijekavian/baloo_file5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@ijekavian/baloo_file5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: baloo_file\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-09 03:54+0200\n" +"POT-Creation-Date: 2019-03-14 03:05+0100\n" "PO-Revision-Date: 2015-05-16 03:21+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -78,17 +78,17 @@ msgid "Checking for stale index entries" msgstr "" -#: main.cpp:47 +#: main.cpp:46 #, kde-format msgid "Baloo File Indexing Daemon" msgstr "Балуов демон за индексирање фајлова" -#: main.cpp:48 +#: main.cpp:47 #, kde-format msgid "Vishesh Handa" msgstr "Вишеш Ханда" -#: main.cpp:48 +#: main.cpp:47 #, kde-format msgid "Maintainer" msgstr "Одржавалац" diff -Nru baloo-kf5-5.57.0/po/sr@ijekavian/baloo_file_extractor5.po baloo-kf5-5.58.0/po/sr@ijekavian/baloo_file_extractor5.po --- baloo-kf5-5.57.0/po/sr@ijekavian/baloo_file_extractor5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@ijekavian/baloo_file_extractor5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: baloo_file_extractor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-21 03:04+0100\n" +"POT-Creation-Date: 2019-01-22 03:01+0100\n" "PO-Revision-Date: 2014-07-12 09:15+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -28,17 +28,17 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net" -#: main.cpp:41 +#: main.cpp:44 #, kde-format msgid "Baloo File Extractor" msgstr "Издвајач фајлова Балу" -#: main.cpp:42 +#: main.cpp:45 #, kde-format msgid "Vishesh Handa" msgstr "Вишеш Ханда" -#: main.cpp:42 +#: main.cpp:45 #, kde-format msgid "Maintainer" msgstr "Одржавалац" diff -Nru baloo-kf5-5.57.0/po/sr@ijekavian/balooshow5.po baloo-kf5-5.58.0/po/sr@ijekavian/balooshow5.po --- baloo-kf5-5.57.0/po/sr@ijekavian/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@ijekavian/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: balooshow\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-31 03:52+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2015-09-27 19:15+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -28,52 +28,57 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net" -#: main.cpp:63 +#: main.cpp:64 #, kde-format msgid "Baloo Show" msgstr "Балуов приказ" -#: main.cpp:65 +#: main.cpp:66 #, kde-format msgid "The Baloo data Viewer - A debugging tool" msgstr "Балуов приказивач података — алатка за исправљање" -#: main.cpp:67 +#: main.cpp:68 #, kde-format msgid "(c) 2012, Vishesh Handa" msgstr "© 2012, Вишеш Ханда" -#: main.cpp:68 +#: main.cpp:69 #, kde-format msgid "Vishesh Handa" msgstr "Вишеш Ханда" -#: main.cpp:68 +#: main.cpp:69 #, kde-format msgid "Maintainer" msgstr "Одржавалац" -#: main.cpp:73 +#: main.cpp:74 #, kde-format -msgid "The file urls" +msgid "Urls, document ids or inodes of the files" msgstr "" -#: main.cpp:75 +#: main.cpp:76 #, kde-format msgid "Print internal info" msgstr "" -#: main.cpp:77 +#: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" -#: main.cpp:79 +#: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "" -#: main.cpp:111 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, fuzzy, kde-format #| msgid "" #| "The Baloo index could not be opened. Please run \"balooctl status\" to " @@ -85,42 +90,48 @@ "Индекс Балуа не може да се отвори. Извршите balooctl status да проверите да " "ли је Балу активиран и у погону." -#: main.cpp:127 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "ИД фајла није једнак стварном ИД‑а у Балуу." +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:128 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Ово је дефект." +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:156 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Подаци индекса нису нађени." -#: main.cpp:195 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:196 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:197 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:198 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:201 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/sr@ijekavian/kio5_tags.po baloo-kf5-5.58.0/po/sr@ijekavian/kio5_tags.po --- baloo-kf5-5.57.0/po/sr@ijekavian/kio5_tags.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@ijekavian/kio5_tags.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kio5_tags\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 03:45+0200\n" +"POT-Creation-Date: 2019-01-23 03:06+0100\n" "PO-Revision-Date: 2017-12-15 12:37+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -24,19 +24,19 @@ msgstr "Фајл %1 већ има ознаку %2" # >> @item -#: kio_tags.cpp:311 +#: kio_tags.cpp:316 #, kde-format msgid "Tag" msgstr "ознака" # >> @item -#: kio_tags.cpp:313 +#: kio_tags.cpp:318 #, kde-format msgid "Tag Fragment" msgstr "потез ознака" # >> @item -#: kio_tags.cpp:315 kio_tags.cpp:320 +#: kio_tags.cpp:320 kio_tags.cpp:325 #, kde-format msgid "All Tags" msgstr "све ознаке" diff -Nru baloo-kf5-5.57.0/po/sr@ijekavian/kio5_timeline.po baloo-kf5-5.58.0/po/sr@ijekavian/kio5_timeline.po --- baloo-kf5-5.57.0/po/sr@ijekavian/kio5_timeline.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@ijekavian/kio5_timeline.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kio_timeline\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-08 03:44+0200\n" +"POT-Creation-Date: 2019-03-31 04:15+0200\n" "PO-Revision-Date: 2015-09-13 14:07+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -19,7 +19,7 @@ "X-Environment: kde\n" # >! + (qtdt-format) -#: kio_timeline.cpp:64 +#: kio_timeline.cpp:76 #, kde-format msgctxt "" "Month and year used in a tree above the actual days. Have a look at http://" @@ -29,12 +29,12 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" -#: kio_timeline.cpp:124 +#: kio_timeline.cpp:144 #, kde-format msgid "Today" msgstr "данас" -#: kio_timeline.cpp:125 kio_timeline.cpp:195 +#: kio_timeline.cpp:145 kio_timeline.cpp:233 #, kde-format msgid "Calendar" msgstr "календар" diff -Nru baloo-kf5-5.57.0/po/sr@ijekavianlatin/balooctl5.po baloo-kf5-5.58.0/po/sr@ijekavianlatin/balooctl5.po --- baloo-kf5-5.57.0/po/sr@ijekavianlatin/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@ijekavianlatin/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-09 03:54+0200\n" +"POT-Creation-Date: 2019-03-27 03:14+0100\n" "PO-Revision-Date: 2017-04-07 00:51+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -90,175 +90,176 @@ msgstr "traži neindeksirane fajlove" # >> @info command description -#: configcommand.cpp:46 +#: configcommand.cpp:58 #, kde-format msgid "Manipulate the Baloo configuration" msgstr "Izmenite postavu Balooa" -#: configcommand.cpp:69 +#: configcommand.cpp:81 #, kde-format msgid "The config command can be used to manipulate the Baloo Configuration" msgstr "Ova naredba služi za menjanje postave Balooa" # literal-segment: config -#: configcommand.cpp:70 +#: configcommand.cpp:82 #, kde-format msgid "Usage: balooctl config " msgstr "Upotreba: balooctl config " -#: configcommand.cpp:71 +#: configcommand.cpp:83 #, kde-format msgid "Possible Commands:" msgstr "Moguće naredbe:" -#: configcommand.cpp:74 +#: configcommand.cpp:86 #, kde-format msgid "Add a value to config parameter" msgstr "Dodaj vrednost parametru postave." -#: configcommand.cpp:75 +#: configcommand.cpp:87 #, kde-format msgid "Remove a value from a config parameter" msgstr "Ukloni vrednost iz parametra postave." -#: configcommand.cpp:76 +#: configcommand.cpp:88 #, kde-format msgid "Show the value of a config parameter" msgstr "Prikaži vrednost parametra postave." -#: configcommand.cpp:77 +#: configcommand.cpp:89 #, kde-format msgid "Set the value of a config parameter" msgstr "Postavi vrednost parametra postave." -#: configcommand.cpp:78 +#: configcommand.cpp:90 #, kde-format msgid "Display this help menu" msgstr "Prikaži ovaj meni pomoći." -#: configcommand.cpp:84 +#: configcommand.cpp:96 #, kde-format msgid "The following configuration options may be listed:" msgstr "Mogu se nabrojati sledeće opcije postave:" -#: configcommand.cpp:86 configcommand.cpp:363 +#: configcommand.cpp:98 configcommand.cpp:377 #, kde-format msgid "Controls if Baloo indexes hidden files and folders" msgstr "Određuje da li Baloo indeksira skrivene fajlove i fascikle." -#: configcommand.cpp:87 -#, kde-format -msgid "Controls if baloo indexes file content." +#: configcommand.cpp:99 configcommand.cpp:378 +#, fuzzy, kde-format +#| msgid "Controls if baloo indexes file content." +msgid "Controls if Baloo indexes file content" msgstr "Određuje da li Baloo indeksira sadržaj fajlova." -#: configcommand.cpp:88 configcommand.cpp:151 configcommand.cpp:240 +#: configcommand.cpp:100 configcommand.cpp:163 configcommand.cpp:254 #, kde-format msgid "The list of folders which Baloo indexes" msgstr "Spisak fascikli koje Baloo indeksira." -#: configcommand.cpp:89 configcommand.cpp:152 configcommand.cpp:241 +#: configcommand.cpp:101 configcommand.cpp:164 configcommand.cpp:255 #, kde-format msgid "The list of folders which Baloo will never index" msgstr "Spisak fascikli koje Baloo nikad ne indeksira." -#: configcommand.cpp:90 configcommand.cpp:153 configcommand.cpp:242 +#: configcommand.cpp:102 configcommand.cpp:165 configcommand.cpp:256 #, kde-format msgid "The list of filters which are used to exclude files" msgstr "Spisak filtera za isključivanje fajlova." -#: configcommand.cpp:91 configcommand.cpp:154 configcommand.cpp:243 +#: configcommand.cpp:103 configcommand.cpp:166 configcommand.cpp:257 #, kde-format msgid "The list of mimetypes which are used to exclude files" msgstr "Spisak MIME tipova za isključivanje fajlova." -#: configcommand.cpp:143 configcommand.cpp:232 configcommand.cpp:355 -#: configcommand.cpp:424 +#: configcommand.cpp:155 configcommand.cpp:246 configcommand.cpp:369 +#: configcommand.cpp:439 #, kde-format msgid "Config parameter could not be found" msgstr "Parametar postave nije nađen." -#: configcommand.cpp:149 configcommand.cpp:238 configcommand.cpp:361 +#: configcommand.cpp:161 configcommand.cpp:252 configcommand.cpp:375 #, kde-format msgid "The following configuration options may be modified:" msgstr "Moguće je izmeniti sledeće opcije postave:" -#: configcommand.cpp:162 configcommand.cpp:181 configcommand.cpp:251 -#: configcommand.cpp:286 +#: configcommand.cpp:174 configcommand.cpp:194 configcommand.cpp:265 +#: configcommand.cpp:300 #, kde-format msgid "A folder must be provided" msgstr "Mora da se zada fascikla." -#: configcommand.cpp:169 +#: configcommand.cpp:182 #, kde-format msgid "%1 is not in the list of include folders" msgstr "%1 nije na spisku uključenih fascikli." -#: configcommand.cpp:188 +#: configcommand.cpp:202 #, kde-format msgid "%1 is not in the list of exclude folders" msgstr "%1 nije na spisku isključenih fascikli." -#: configcommand.cpp:200 configcommand.cpp:321 +#: configcommand.cpp:214 configcommand.cpp:335 #, kde-format msgid "A filter must be provided" msgstr "Mora da se zada filter." -#: configcommand.cpp:206 +#: configcommand.cpp:220 #, kde-format msgid "%1 is not in list of exclude filters" msgstr "%1 nije na spisku isključnih filtera." -#: configcommand.cpp:217 configcommand.cpp:339 +#: configcommand.cpp:231 configcommand.cpp:353 #, kde-format msgid "A mimetype must be provided" msgstr "Mora da se zada MIME tip." -#: configcommand.cpp:223 +#: configcommand.cpp:237 #, kde-format msgid "%1 is not in list of exclude mimetypes" msgstr "%1 nije na spisku isključnih MIME tipova." -#: configcommand.cpp:257 configcommand.cpp:292 +#: configcommand.cpp:271 configcommand.cpp:306 #, kde-format msgid "Path does not exist" msgstr "Putanja ne postoji." -#: configcommand.cpp:262 configcommand.cpp:297 +#: configcommand.cpp:276 configcommand.cpp:311 #, kde-format msgid "Path is not a directory" msgstr "Putanja nije fascikla." -#: configcommand.cpp:269 +#: configcommand.cpp:283 #, kde-format msgid "%1 is already in the list of include folders" msgstr "%1 je već na spisku uključenih fascikli." -#: configcommand.cpp:274 configcommand.cpp:309 +#: configcommand.cpp:288 configcommand.cpp:323 #, kde-format msgid "%1 is in the list of exclude folders" msgstr "%1 je na spisku isključenih fascikli." -#: configcommand.cpp:304 +#: configcommand.cpp:318 #, kde-format msgid "%1 is already in the list of exclude folders" msgstr "%1 je već na spisku isključenih fascikli." -#: configcommand.cpp:327 +#: configcommand.cpp:341 #, kde-format msgid "Exclude filter is already in the list" msgstr "Isključni filter je već na spisku." -#: configcommand.cpp:345 +#: configcommand.cpp:359 #, kde-format msgid "Exclude mimetype is already in the list" msgstr "Isključni MIME tip je već na spisku." -#: configcommand.cpp:372 configcommand.cpp:399 +#: configcommand.cpp:387 configcommand.cpp:414 #, kde-format msgid "A value must be provided" msgstr "Mora da se zada vrednost." -#: configcommand.cpp:393 configcommand.cpp:420 +#: configcommand.cpp:408 configcommand.cpp:435 #, kde-format msgid "Invalid value" msgstr "Loša vrednost." @@ -353,14 +354,18 @@ msgid "Display the disk space used by index" msgstr "Prikaži prostor na disku za indeks." -#: main.cpp:92 +#: main.cpp:93 #, kde-format +msgctxt "" +"Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " +"command" msgid "" "Output format <%1|%2|%3>.\n" +"The default format is \"%1\".\n" "Only applies to \"%4\"" msgstr "" -#: main.cpp:98 +#: main.cpp:99 #, kde-format msgid "format" msgstr "" diff -Nru baloo-kf5-5.57.0/po/sr@ijekavianlatin/baloo_file5.po baloo-kf5-5.58.0/po/sr@ijekavianlatin/baloo_file5.po --- baloo-kf5-5.57.0/po/sr@ijekavianlatin/baloo_file5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@ijekavianlatin/baloo_file5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: baloo_file\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-09 03:54+0200\n" +"POT-Creation-Date: 2019-03-14 03:05+0100\n" "PO-Revision-Date: 2015-05-16 03:21+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -78,17 +78,17 @@ msgid "Checking for stale index entries" msgstr "" -#: main.cpp:47 +#: main.cpp:46 #, kde-format msgid "Baloo File Indexing Daemon" msgstr "Balooov demon za indeksiranje fajlova" -#: main.cpp:48 +#: main.cpp:47 #, kde-format msgid "Vishesh Handa" msgstr "Višeš Handa" -#: main.cpp:48 +#: main.cpp:47 #, kde-format msgid "Maintainer" msgstr "Održavalac" diff -Nru baloo-kf5-5.57.0/po/sr@ijekavianlatin/baloo_file_extractor5.po baloo-kf5-5.58.0/po/sr@ijekavianlatin/baloo_file_extractor5.po --- baloo-kf5-5.57.0/po/sr@ijekavianlatin/baloo_file_extractor5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@ijekavianlatin/baloo_file_extractor5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: baloo_file_extractor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-21 03:04+0100\n" +"POT-Creation-Date: 2019-01-22 03:01+0100\n" "PO-Revision-Date: 2014-07-12 09:15+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -28,17 +28,17 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net" -#: main.cpp:41 +#: main.cpp:44 #, kde-format msgid "Baloo File Extractor" msgstr "Izdvajač fajlova Baloo" -#: main.cpp:42 +#: main.cpp:45 #, kde-format msgid "Vishesh Handa" msgstr "Višeš Handa" -#: main.cpp:42 +#: main.cpp:45 #, kde-format msgid "Maintainer" msgstr "Održavalac" diff -Nru baloo-kf5-5.57.0/po/sr@ijekavianlatin/balooshow5.po baloo-kf5-5.58.0/po/sr@ijekavianlatin/balooshow5.po --- baloo-kf5-5.57.0/po/sr@ijekavianlatin/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@ijekavianlatin/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: balooshow\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-31 03:52+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2015-09-27 19:15+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -28,52 +28,57 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net" -#: main.cpp:63 +#: main.cpp:64 #, kde-format msgid "Baloo Show" msgstr "Balooov prikaz" -#: main.cpp:65 +#: main.cpp:66 #, kde-format msgid "The Baloo data Viewer - A debugging tool" msgstr "Balooov prikazivač podataka — alatka za ispravljanje" -#: main.cpp:67 +#: main.cpp:68 #, kde-format msgid "(c) 2012, Vishesh Handa" msgstr "© 2012, Višeš Handa" -#: main.cpp:68 +#: main.cpp:69 #, kde-format msgid "Vishesh Handa" msgstr "Višeš Handa" -#: main.cpp:68 +#: main.cpp:69 #, kde-format msgid "Maintainer" msgstr "Održavalac" -#: main.cpp:73 +#: main.cpp:74 #, kde-format -msgid "The file urls" +msgid "Urls, document ids or inodes of the files" msgstr "" -#: main.cpp:75 +#: main.cpp:76 #, kde-format msgid "Print internal info" msgstr "" -#: main.cpp:77 +#: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" -#: main.cpp:79 +#: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "" -#: main.cpp:111 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, fuzzy, kde-format #| msgid "" #| "The Baloo index could not be opened. Please run \"balooctl status\" to " @@ -85,42 +90,48 @@ "Indeks Balooa ne može da se otvori. Izvršite balooctl status da proverite da " "li je Baloo aktiviran i u pogonu." -#: main.cpp:127 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "ID fajla nije jednak stvarnom ID‑a u Baloou." +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:128 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Ovo je defekt." +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:156 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Podaci indeksa nisu nađeni." -#: main.cpp:195 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:196 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:197 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:198 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:201 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/sr@ijekavianlatin/kio5_tags.po baloo-kf5-5.58.0/po/sr@ijekavianlatin/kio5_tags.po --- baloo-kf5-5.57.0/po/sr@ijekavianlatin/kio5_tags.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@ijekavianlatin/kio5_tags.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kio5_tags\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 03:45+0200\n" +"POT-Creation-Date: 2019-01-23 03:06+0100\n" "PO-Revision-Date: 2017-12-15 12:37+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -24,19 +24,19 @@ msgstr "Fajl %1 već ima oznaku %2" # >> @item -#: kio_tags.cpp:311 +#: kio_tags.cpp:316 #, kde-format msgid "Tag" msgstr "oznaka" # >> @item -#: kio_tags.cpp:313 +#: kio_tags.cpp:318 #, kde-format msgid "Tag Fragment" msgstr "potez oznaka" # >> @item -#: kio_tags.cpp:315 kio_tags.cpp:320 +#: kio_tags.cpp:320 kio_tags.cpp:325 #, kde-format msgid "All Tags" msgstr "sve oznake" diff -Nru baloo-kf5-5.57.0/po/sr@ijekavianlatin/kio5_timeline.po baloo-kf5-5.58.0/po/sr@ijekavianlatin/kio5_timeline.po --- baloo-kf5-5.57.0/po/sr@ijekavianlatin/kio5_timeline.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@ijekavianlatin/kio5_timeline.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kio_timeline\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-08 03:44+0200\n" +"POT-Creation-Date: 2019-03-31 04:15+0200\n" "PO-Revision-Date: 2015-09-13 14:07+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -19,7 +19,7 @@ "X-Environment: kde\n" # >! + (qtdt-format) -#: kio_timeline.cpp:64 +#: kio_timeline.cpp:76 #, kde-format msgctxt "" "Month and year used in a tree above the actual days. Have a look at http://" @@ -29,12 +29,12 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" -#: kio_timeline.cpp:124 +#: kio_timeline.cpp:144 #, kde-format msgid "Today" msgstr "danas" -#: kio_timeline.cpp:125 kio_timeline.cpp:195 +#: kio_timeline.cpp:145 kio_timeline.cpp:233 #, kde-format msgid "Calendar" msgstr "kalendar" diff -Nru baloo-kf5-5.57.0/po/sr@latin/balooctl5.po baloo-kf5-5.58.0/po/sr@latin/balooctl5.po --- baloo-kf5-5.57.0/po/sr@latin/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@latin/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: balooctl\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-09 03:54+0200\n" +"POT-Creation-Date: 2019-03-27 03:14+0100\n" "PO-Revision-Date: 2017-04-07 00:51+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -90,175 +90,176 @@ msgstr "traži neindeksirane fajlove" # >> @info command description -#: configcommand.cpp:46 +#: configcommand.cpp:58 #, kde-format msgid "Manipulate the Baloo configuration" msgstr "Izmenite postavu Balooa" -#: configcommand.cpp:69 +#: configcommand.cpp:81 #, kde-format msgid "The config command can be used to manipulate the Baloo Configuration" msgstr "Ova naredba služi za menjanje postave Balooa" # literal-segment: config -#: configcommand.cpp:70 +#: configcommand.cpp:82 #, kde-format msgid "Usage: balooctl config " msgstr "Upotreba: balooctl config " -#: configcommand.cpp:71 +#: configcommand.cpp:83 #, kde-format msgid "Possible Commands:" msgstr "Moguće naredbe:" -#: configcommand.cpp:74 +#: configcommand.cpp:86 #, kde-format msgid "Add a value to config parameter" msgstr "Dodaj vrednost parametru postave." -#: configcommand.cpp:75 +#: configcommand.cpp:87 #, kde-format msgid "Remove a value from a config parameter" msgstr "Ukloni vrednost iz parametra postave." -#: configcommand.cpp:76 +#: configcommand.cpp:88 #, kde-format msgid "Show the value of a config parameter" msgstr "Prikaži vrednost parametra postave." -#: configcommand.cpp:77 +#: configcommand.cpp:89 #, kde-format msgid "Set the value of a config parameter" msgstr "Postavi vrednost parametra postave." -#: configcommand.cpp:78 +#: configcommand.cpp:90 #, kde-format msgid "Display this help menu" msgstr "Prikaži ovaj meni pomoći." -#: configcommand.cpp:84 +#: configcommand.cpp:96 #, kde-format msgid "The following configuration options may be listed:" msgstr "Mogu se nabrojati sledeće opcije postave:" -#: configcommand.cpp:86 configcommand.cpp:363 +#: configcommand.cpp:98 configcommand.cpp:377 #, kde-format msgid "Controls if Baloo indexes hidden files and folders" msgstr "Određuje da li Baloo indeksira skrivene fajlove i fascikle." -#: configcommand.cpp:87 -#, kde-format -msgid "Controls if baloo indexes file content." +#: configcommand.cpp:99 configcommand.cpp:378 +#, fuzzy, kde-format +#| msgid "Controls if baloo indexes file content." +msgid "Controls if Baloo indexes file content" msgstr "Određuje da li Baloo indeksira sadržaj fajlova." -#: configcommand.cpp:88 configcommand.cpp:151 configcommand.cpp:240 +#: configcommand.cpp:100 configcommand.cpp:163 configcommand.cpp:254 #, kde-format msgid "The list of folders which Baloo indexes" msgstr "Spisak fascikli koje Baloo indeksira." -#: configcommand.cpp:89 configcommand.cpp:152 configcommand.cpp:241 +#: configcommand.cpp:101 configcommand.cpp:164 configcommand.cpp:255 #, kde-format msgid "The list of folders which Baloo will never index" msgstr "Spisak fascikli koje Baloo nikad ne indeksira." -#: configcommand.cpp:90 configcommand.cpp:153 configcommand.cpp:242 +#: configcommand.cpp:102 configcommand.cpp:165 configcommand.cpp:256 #, kde-format msgid "The list of filters which are used to exclude files" msgstr "Spisak filtera za isključivanje fajlova." -#: configcommand.cpp:91 configcommand.cpp:154 configcommand.cpp:243 +#: configcommand.cpp:103 configcommand.cpp:166 configcommand.cpp:257 #, kde-format msgid "The list of mimetypes which are used to exclude files" msgstr "Spisak MIME tipova za isključivanje fajlova." -#: configcommand.cpp:143 configcommand.cpp:232 configcommand.cpp:355 -#: configcommand.cpp:424 +#: configcommand.cpp:155 configcommand.cpp:246 configcommand.cpp:369 +#: configcommand.cpp:439 #, kde-format msgid "Config parameter could not be found" msgstr "Parametar postave nije nađen." -#: configcommand.cpp:149 configcommand.cpp:238 configcommand.cpp:361 +#: configcommand.cpp:161 configcommand.cpp:252 configcommand.cpp:375 #, kde-format msgid "The following configuration options may be modified:" msgstr "Moguće je izmeniti sledeće opcije postave:" -#: configcommand.cpp:162 configcommand.cpp:181 configcommand.cpp:251 -#: configcommand.cpp:286 +#: configcommand.cpp:174 configcommand.cpp:194 configcommand.cpp:265 +#: configcommand.cpp:300 #, kde-format msgid "A folder must be provided" msgstr "Mora da se zada fascikla." -#: configcommand.cpp:169 +#: configcommand.cpp:182 #, kde-format msgid "%1 is not in the list of include folders" msgstr "%1 nije na spisku uključenih fascikli." -#: configcommand.cpp:188 +#: configcommand.cpp:202 #, kde-format msgid "%1 is not in the list of exclude folders" msgstr "%1 nije na spisku isključenih fascikli." -#: configcommand.cpp:200 configcommand.cpp:321 +#: configcommand.cpp:214 configcommand.cpp:335 #, kde-format msgid "A filter must be provided" msgstr "Mora da se zada filter." -#: configcommand.cpp:206 +#: configcommand.cpp:220 #, kde-format msgid "%1 is not in list of exclude filters" msgstr "%1 nije na spisku isključnih filtera." -#: configcommand.cpp:217 configcommand.cpp:339 +#: configcommand.cpp:231 configcommand.cpp:353 #, kde-format msgid "A mimetype must be provided" msgstr "Mora da se zada MIME tip." -#: configcommand.cpp:223 +#: configcommand.cpp:237 #, kde-format msgid "%1 is not in list of exclude mimetypes" msgstr "%1 nije na spisku isključnih MIME tipova." -#: configcommand.cpp:257 configcommand.cpp:292 +#: configcommand.cpp:271 configcommand.cpp:306 #, kde-format msgid "Path does not exist" msgstr "Putanja ne postoji." -#: configcommand.cpp:262 configcommand.cpp:297 +#: configcommand.cpp:276 configcommand.cpp:311 #, kde-format msgid "Path is not a directory" msgstr "Putanja nije fascikla." -#: configcommand.cpp:269 +#: configcommand.cpp:283 #, kde-format msgid "%1 is already in the list of include folders" msgstr "%1 je već na spisku uključenih fascikli." -#: configcommand.cpp:274 configcommand.cpp:309 +#: configcommand.cpp:288 configcommand.cpp:323 #, kde-format msgid "%1 is in the list of exclude folders" msgstr "%1 je na spisku isključenih fascikli." -#: configcommand.cpp:304 +#: configcommand.cpp:318 #, kde-format msgid "%1 is already in the list of exclude folders" msgstr "%1 je već na spisku isključenih fascikli." -#: configcommand.cpp:327 +#: configcommand.cpp:341 #, kde-format msgid "Exclude filter is already in the list" msgstr "Isključni filter je već na spisku." -#: configcommand.cpp:345 +#: configcommand.cpp:359 #, kde-format msgid "Exclude mimetype is already in the list" msgstr "Isključni MIME tip je već na spisku." -#: configcommand.cpp:372 configcommand.cpp:399 +#: configcommand.cpp:387 configcommand.cpp:414 #, kde-format msgid "A value must be provided" msgstr "Mora da se zada vrednost." -#: configcommand.cpp:393 configcommand.cpp:420 +#: configcommand.cpp:408 configcommand.cpp:435 #, kde-format msgid "Invalid value" msgstr "Loša vrednost." @@ -353,14 +354,18 @@ msgid "Display the disk space used by index" msgstr "Prikaži prostor na disku za indeks." -#: main.cpp:92 +#: main.cpp:93 #, kde-format +msgctxt "" +"Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " +"command" msgid "" "Output format <%1|%2|%3>.\n" +"The default format is \"%1\".\n" "Only applies to \"%4\"" msgstr "" -#: main.cpp:98 +#: main.cpp:99 #, kde-format msgid "format" msgstr "" diff -Nru baloo-kf5-5.57.0/po/sr@latin/baloo_file5.po baloo-kf5-5.58.0/po/sr@latin/baloo_file5.po --- baloo-kf5-5.57.0/po/sr@latin/baloo_file5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@latin/baloo_file5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: baloo_file\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-09 03:54+0200\n" +"POT-Creation-Date: 2019-03-14 03:05+0100\n" "PO-Revision-Date: 2015-05-16 03:21+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -78,17 +78,17 @@ msgid "Checking for stale index entries" msgstr "" -#: main.cpp:47 +#: main.cpp:46 #, kde-format msgid "Baloo File Indexing Daemon" msgstr "Balooov demon za indeksiranje fajlova" -#: main.cpp:48 +#: main.cpp:47 #, kde-format msgid "Vishesh Handa" msgstr "Višeš Handa" -#: main.cpp:48 +#: main.cpp:47 #, kde-format msgid "Maintainer" msgstr "Održavalac" diff -Nru baloo-kf5-5.57.0/po/sr@latin/baloo_file_extractor5.po baloo-kf5-5.58.0/po/sr@latin/baloo_file_extractor5.po --- baloo-kf5-5.57.0/po/sr@latin/baloo_file_extractor5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@latin/baloo_file_extractor5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: baloo_file_extractor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-11-21 03:04+0100\n" +"POT-Creation-Date: 2019-01-22 03:01+0100\n" "PO-Revision-Date: 2014-07-12 09:15+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -28,17 +28,17 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net" -#: main.cpp:41 +#: main.cpp:44 #, kde-format msgid "Baloo File Extractor" msgstr "Izdvajač fajlova Baloo" -#: main.cpp:42 +#: main.cpp:45 #, kde-format msgid "Vishesh Handa" msgstr "Višeš Handa" -#: main.cpp:42 +#: main.cpp:45 #, kde-format msgid "Maintainer" msgstr "Održavalac" diff -Nru baloo-kf5-5.57.0/po/sr@latin/balooshow5.po baloo-kf5-5.58.0/po/sr@latin/balooshow5.po --- baloo-kf5-5.57.0/po/sr@latin/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@latin/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: balooshow\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-31 03:52+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2015-09-27 19:15+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -28,52 +28,57 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net" -#: main.cpp:63 +#: main.cpp:64 #, kde-format msgid "Baloo Show" msgstr "Balooov prikaz" -#: main.cpp:65 +#: main.cpp:66 #, kde-format msgid "The Baloo data Viewer - A debugging tool" msgstr "Balooov prikazivač podataka — alatka za ispravljanje" -#: main.cpp:67 +#: main.cpp:68 #, kde-format msgid "(c) 2012, Vishesh Handa" msgstr "© 2012, Višeš Handa" -#: main.cpp:68 +#: main.cpp:69 #, kde-format msgid "Vishesh Handa" msgstr "Višeš Handa" -#: main.cpp:68 +#: main.cpp:69 #, kde-format msgid "Maintainer" msgstr "Održavalac" -#: main.cpp:73 +#: main.cpp:74 #, kde-format -msgid "The file urls" +msgid "Urls, document ids or inodes of the files" msgstr "" -#: main.cpp:75 +#: main.cpp:76 #, kde-format msgid "Print internal info" msgstr "" -#: main.cpp:77 +#: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" -#: main.cpp:79 +#: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "" -#: main.cpp:111 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, fuzzy, kde-format #| msgid "" #| "The Baloo index could not be opened. Please run \"balooctl status\" to " @@ -85,42 +90,48 @@ "Indeks Balooa ne može da se otvori. Izvršite balooctl status da proverite da " "li je Baloo aktiviran i u pogonu." -#: main.cpp:127 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "ID fajla nije jednak stvarnom ID‑a u Baloou." +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:128 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Ovo je defekt." +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:156 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "Podaci indeksa nisu nađeni." -#: main.cpp:195 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:196 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:197 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:198 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:201 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/sr@latin/kio5_tags.po baloo-kf5-5.58.0/po/sr@latin/kio5_tags.po --- baloo-kf5-5.57.0/po/sr@latin/kio5_tags.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@latin/kio5_tags.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kio5_tags\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 03:45+0200\n" +"POT-Creation-Date: 2019-01-23 03:06+0100\n" "PO-Revision-Date: 2017-12-15 12:37+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -24,19 +24,19 @@ msgstr "Fajl %1 već ima oznaku %2" # >> @item -#: kio_tags.cpp:311 +#: kio_tags.cpp:316 #, kde-format msgid "Tag" msgstr "oznaka" # >> @item -#: kio_tags.cpp:313 +#: kio_tags.cpp:318 #, kde-format msgid "Tag Fragment" msgstr "potez oznaka" # >> @item -#: kio_tags.cpp:315 kio_tags.cpp:320 +#: kio_tags.cpp:320 kio_tags.cpp:325 #, kde-format msgid "All Tags" msgstr "sve oznake" diff -Nru baloo-kf5-5.57.0/po/sr@latin/kio5_timeline.po baloo-kf5-5.58.0/po/sr@latin/kio5_timeline.po --- baloo-kf5-5.57.0/po/sr@latin/kio5_timeline.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sr@latin/kio5_timeline.po 2019-05-07 11:17:44.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kio_timeline\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-08 03:44+0200\n" +"POT-Creation-Date: 2019-03-31 04:15+0200\n" "PO-Revision-Date: 2015-09-13 14:07+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -19,7 +19,7 @@ "X-Environment: kde\n" # >! + (qtdt-format) -#: kio_timeline.cpp:64 +#: kio_timeline.cpp:76 #, kde-format msgctxt "" "Month and year used in a tree above the actual days. Have a look at http://" @@ -29,12 +29,12 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" -#: kio_timeline.cpp:124 +#: kio_timeline.cpp:144 #, kde-format msgid "Today" msgstr "danas" -#: kio_timeline.cpp:125 kio_timeline.cpp:195 +#: kio_timeline.cpp:145 kio_timeline.cpp:233 #, kde-format msgid "Calendar" msgstr "kalendar" diff -Nru baloo-kf5-5.57.0/po/sv/balooctl5.po baloo-kf5-5.58.0/po/sv/balooctl5.po --- baloo-kf5-5.57.0/po/sv/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sv/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-03-30 16:35+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-05-01 09:37+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -339,7 +339,12 @@ msgid "Display the disk space used by index" msgstr "Visa diskutrymme använt av indexet" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "Visa filer som inte kunde indexeras" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -353,7 +358,7 @@ "Standardformatet är \"%1\".\n" "Gäller bara \"%4\"" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "format" @@ -389,87 +394,98 @@ msgid "Print the status of the Indexer" msgstr "Skriv ut indexeringens status" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Ignorera filen %1 som inte finns" +msgid "File ignored" +msgstr "Fil ignorerad" -#: statuscommand.cpp:60 +#: statuscommand.cpp:130 #, kde-format -msgid "File: %1" -msgstr "Fil: %1" - -#: statuscommand.cpp:62 -#, kde-format -msgid "Basic Indexing: Done" -msgstr "Grundindexering: Klar" +msgid "Basic Indexing: Disabled" +msgstr "Grundindexering: Inaktiverad" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Grundindexering: Schemalagd" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Grundindexering: Inaktiverad" +msgid "Basic Indexing: Done" +msgstr "Grundindexering: Klar" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Innehållsindexering: Schemalagd" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Innehållsindexering: Misslyckades" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Innehållsindexering: Klar" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Ignorera filen %1 som inte finns" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "Ignorera symbolisk länk eller specialfil %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Fil: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Utdataformatet \"%1\" är ogiltigt" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo är för närvarande inaktiverat. Kör %1 för att aktivera det." -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Baloo-index kunde inte öppnas" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Baloo filindexering kör" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Indexeringstillstånd: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Baloo filindexering kör inte" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Indexerar %1/%2 filer" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Indexets nuvarande storlek är %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Indexet finns inte ännu" diff -Nru baloo-kf5-5.57.0/po/sv/balooshow5.po baloo-kf5-5.58.0/po/sv/balooshow5.po --- baloo-kf5-5.57.0/po/sv/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/sv/balooshow5.po 2019-05-07 11:17:44.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, 2018. +# Stefan Asserhäll , 2013, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2018-10-31 21:39+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-13 20:50+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -54,8 +54,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "Filens webbadresser" +msgid "Urls, document ids or inodes of the files" +msgstr "Webbadresser, dokument-id eller filernas inoder" #: main.cpp:76 #, kde-format @@ -64,15 +64,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "I-nodnummer för filen att visa" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "Argumenten tolkas som inod-nummer (kräver -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Enhets-id för filerna" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "Fel: -i kräver att en enhet anges (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -81,42 +86,47 @@ "Baloo-indexet kunde inte öppnas. Kör \"%1\" för att se om Baloo är aktiverat " "och fungerade." -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "Dokument-id i Baloos databas och filsystemet är olika:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "Fil-id är inte lika med verkligt fil-id i Baloo" +msgid "%1: Not a valid url or document id" +msgstr "%1: Inte en giltig webbadress eller dokument-id" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Det är ett fel" +msgid "%1: No index information found" +msgstr "%1: Ingen indexinformation hittades" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "Ingen indexinformation hittades" +msgid "%1: Failed to parse inode number" +msgstr "%1: Misslyckades tolka inod-nummer" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Intern information" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Termer: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Filnamnstermer: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 termer: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/tr/balooctl5.po baloo-kf5-5.58.0/po/tr/balooctl5.po --- baloo-kf5-5.57.0/po/tr/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/tr/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: balooctl5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" "PO-Revision-Date: 2017-10-04 11:59+0000\n" "Last-Translator: Kaan \n" "Language-Team: Turkish \n" @@ -342,7 +342,13 @@ msgid "Display the disk space used by index" msgstr "İndeks tarafından kullanılan disk alanını göster" -#: main.cpp:93 +#: main.cpp:91 +#, fuzzy, kde-format +#| msgid "Display the disk space used by index" +msgid "Display files which could not be indexed" +msgstr "İndeks tarafından kullanılan disk alanını göster" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -353,7 +359,7 @@ "Only applies to \"%4\"" msgstr "" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "" @@ -391,52 +397,63 @@ msgid "Print the status of the Indexer" msgstr "İndeksleyicinin durumunu yazdır" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" +msgid "File ignored" msgstr "" -#: statuscommand.cpp:60 -#, kde-format -msgid "File: %1" -msgstr "Dosya: %1" - -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" +msgid "Basic Indexing: Disabled" msgstr "" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" +msgid "Basic Indexing: Done" msgstr "" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Dosya: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, fuzzy, kde-format #| msgid "" #| "Baloo is currently disabled. To enable, please run \"balooctl enable\"" @@ -445,37 +462,37 @@ "Baloo şu anda kapalı, Etkinleştirmek için, lütfen \"balooctl enable\" " "komutunu çalıştırın" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Baloo İndeksi açılamadı" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Baloo Dosya İndeksleyicisi çalışıyor" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "İndeksleyici durumu: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Baloo Dosya İndeksleyicisi çalışmıyor" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "İndekslenmiş %1 / %2 dosya" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, fuzzy, kde-format #| msgid "Path does not exist" msgid "Index does not exist yet" diff -Nru baloo-kf5-5.57.0/po/tr/balooshow5.po baloo-kf5-5.58.0/po/tr/balooshow5.po --- baloo-kf5-5.57.0/po/tr/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/tr/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" "PO-Revision-Date: 2017-05-08 14:37+0000\n" "Last-Translator: Kaan \n" "Language-Team: Turkish \n" @@ -54,7 +54,7 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" +msgid "Urls, document ids or inodes of the files" msgstr "" #: main.cpp:76 @@ -64,7 +64,7 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" +msgid "Arguments are interpreted as inode numbers (requires -d)" msgstr "" #: main.cpp:80 @@ -72,7 +72,12 @@ msgid "Device id for the files" msgstr "" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "" + +#: main.cpp:109 #, fuzzy, kde-format #| msgid "" #| "The Baloo index could not be opened. Please run \"balooctl status\" to " @@ -84,42 +89,48 @@ "Baloo indeksi açılamadı. Lütfen Baloo'nun etkin ve çalışır olup olmadığını " "görmek için \"balooctl status\" çalıştırın." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "fileID güncel Baloo fileID ile eşit değil" +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "" -#: main.cpp:130 +#: main.cpp:142 #, kde-format -msgid "This is a bug" -msgstr "Bu bir hata" +msgid "%1: Not a valid url or document id" +msgstr "" -#: main.cpp:164 -#, kde-format -msgid "No index information found" +#: main.cpp:146 main.cpp:183 +#, fuzzy, kde-format +#| msgid "No index information found" +msgid "%1: No index information found" msgstr "İndeks bilgisi bulunamadı" -#: main.cpp:213 +#: main.cpp:157 +#, kde-format +msgid "%1: Failed to parse inode number" +msgstr "" + +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/uk/balooctl5.po baloo-kf5-5.58.0/po/uk/balooctl5.po --- baloo-kf5-5.57.0/po/uk/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/uk/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: balooctl5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-03-27 07:55+0200\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-05-01 10:53+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -344,7 +344,12 @@ msgid "Display the disk space used by index" msgstr "Показати дані щодо місця на диску, яке займає покажчик" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "Показати файли, які не вдалося індексувати" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -358,7 +363,7 @@ "Типовий формат — «%1».\n" "Застосовується лише до «%4»" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "формат" @@ -394,87 +399,98 @@ msgid "Print the status of the Indexer" msgstr "Вивести дані щодо стану засобу індексування" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" -msgstr "Ігноруємо файл, якого не існує %1" +msgid "File ignored" +msgstr "Файл проігноровано" -#: statuscommand.cpp:60 +#: statuscommand.cpp:130 #, kde-format -msgid "File: %1" -msgstr "Файл: %1" - -#: statuscommand.cpp:62 -#, kde-format -msgid "Basic Indexing: Done" -msgstr "Базове індексування: виконано" +msgid "Basic Indexing: Disabled" +msgstr "Базове індексування: вимкнено" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "Базове індексування: заплановано" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "Базове індексування: вимкнено" +msgid "Basic Indexing: Done" +msgstr "Базове індексування: виконано" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "Індексування вмісту: заплановано" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "Індексування вмісту: помилка" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "Індексування вмісту: виконано" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "Ігноруємо файл, якого не існує %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "Ігноруємо символічне посилання або спеціальний файл %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "Файл: %1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "Формат виведення «%1» є некоректним" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo вимкнено. Щоб увімкнути систему, будь ласка, віддайте команду %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Не вдалося відкрити покажчик Baloo" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Засіб індексування файлів Baloo працює" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "Стан засобу індексування: %1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Засіб індексування файлів Baloo не працює" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "Проіндексовано %1 / %2 файлів" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "Поточний розмір покажчика — %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "Покажчика ще не існує" diff -Nru baloo-kf5-5.57.0/po/uk/balooshow5.po baloo-kf5-5.58.0/po/uk/balooshow5.po --- baloo-kf5-5.57.0/po/uk/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/uk/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -1,15 +1,15 @@ # Translation of balooshow5.po to Ukrainian -# Copyright (C) 2018 This_file_is_part_of_KDE +# Copyright (C) 2018-2019 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Yuri Chornoivan , 2013, 2015, 2018. +# Yuri Chornoivan , 2013, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: balooshow5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2018-10-31 07:14+0200\n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-12 07:11+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\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 2.0\n" +"X-Generator: Lokalize 19.03.70\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -57,8 +57,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "Адреси файлів" +msgid "Urls, document ids or inodes of the files" +msgstr "Адреси, ідентифікатори документів або inode файлів" #: main.cpp:76 #, kde-format @@ -67,15 +67,20 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "Номер inode файла, який слід показати" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "Аргументи буде оброблено як номери inode (потребує параметра -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "Ідентифікатор пристрою для файлів" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "Помилка: -i потребує зазначення пристрою (-d <ідентифікатор пристрою>)" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " @@ -84,44 +89,48 @@ "Не вдалося відкрити покажчик Baloo. Будь ласка, віддайте команду «%1», щоб " "дізнатися, чи увімкнено Baloo і чи працює система." -#: main.cpp:129 +#: main.cpp:126 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" +msgid "The document IDs of the Baloo DB and the filesystem are different:" msgstr "" -"Значення ідентифікатора файла не дорівнює дійсному значенню ідентифікатора " -"файла Baloo" +"Ідентифікатори документів у базі даних Baloo і у файловій системі є різними:" + +#: main.cpp:142 +#, kde-format +msgid "%1: Not a valid url or document id" +msgstr "%1: не є коректною адресою або ідентифікатором документа" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "Це вада у програмі" +msgid "%1: No index information found" +msgstr "%1: не знайдено даних індексування" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "Не знайдено даних індексування" +msgid "%1: Failed to parse inode number" +msgstr "%1: не вдалося обробити номер inode" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "Внутрішні дані" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "Терміни: %1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "Терміни назв файлів: %1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "Терміни %1: %2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/zh_CN/balooctl5.po baloo-kf5-5.58.0/po/zh_CN/balooctl5.po --- baloo-kf5-5.57.0/po/zh_CN/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/zh_CN/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,9 +8,9 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-03-07 09:22\n" -"Last-Translator: guoyunhe \n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-05-05 22:21\n" +"Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -344,11 +344,13 @@ msgid "Display the disk space used by index" msgstr "显示索引占用的磁盘空间" -#: main.cpp:93 -#, fuzzy, kde-format -#| msgid "" -#| "Output format <%1|%2|%3>.\n" -#| "Only applies to \"%4\"" +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "显示无法索引的文件" + +#: main.cpp:94 +#, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " "command" @@ -358,9 +360,10 @@ "Only applies to \"%4\"" msgstr "" "输出格式 <%1|%2|%3>。\n" -"只适用于 \"%4\"" +"默认格式为 \"%1\"。\n" +"仅适用于 \"%4\"" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "格式" @@ -396,87 +399,98 @@ msgid "Print the status of the Indexer" msgstr "显示索引器状态" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 -#, kde-format -msgid "Ignoring non-existent file %1" -msgstr "忽略不存在的文件 %1" - -#: statuscommand.cpp:60 +#: statuscommand.cpp:129 #, kde-format -msgid "File: %1" -msgstr "文件:%1" +msgid "File ignored" +msgstr "忽略的文件" -#: statuscommand.cpp:62 +#: statuscommand.cpp:130 #, kde-format -msgid "Basic Indexing: Done" -msgstr "基本索引: 完成" +msgid "Basic Indexing: Disabled" +msgstr "基本索引:已禁用" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "基本索引:已计划" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "基本索引:已禁用" +msgid "Basic Indexing: Done" +msgstr "基本索引: 完成" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "内容索引:已计划" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "内容索引:已失败" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "内容索引:已完成" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "忽略不存在的文件 %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "忽略链接/特殊文件 %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "文件:%1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "输出格式 \"%1\" 无效" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo 当前处于禁用状态。要启用,请运行 %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "Baloo 索引无法打开" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Baloo 文件索引器正在运行" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "索引器状态:%1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Baloo 文件索引器没有运行" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "已索引 %1 / %2 文件" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "索引的当前大小为 %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "索引尚不存在" diff -Nru baloo-kf5-5.57.0/po/zh_CN/baloodb5.po baloo-kf5-5.58.0/po/zh_CN/baloodb5.po --- baloo-kf5-5.57.0/po/zh_CN/baloodb5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/zh_CN/baloodb5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,8 +8,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-08-16 09:04+0200\n" -"PO-Revision-Date: 2019-03-07 09:22\n" -"Last-Translator: guoyunhe \n" +"PO-Revision-Date: 2019-05-05 22:21\n" +"Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -Nru baloo-kf5-5.57.0/po/zh_CN/balooengine5.po baloo-kf5-5.58.0/po/zh_CN/balooengine5.po --- baloo-kf5-5.57.0/po/zh_CN/balooengine5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/zh_CN/balooengine5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,8 +8,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-08-16 09:04+0200\n" -"PO-Revision-Date: 2019-03-07 09:22\n" -"Last-Translator: guoyunhe \n" +"PO-Revision-Date: 2019-05-05 22:21\n" +"Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -Nru baloo-kf5-5.57.0/po/zh_CN/baloo_file5.po baloo-kf5-5.58.0/po/zh_CN/baloo_file5.po --- baloo-kf5-5.57.0/po/zh_CN/baloo_file5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/zh_CN/baloo_file5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,8 +8,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2019-03-14 03:05+0100\n" -"PO-Revision-Date: 2019-03-07 09:22\n" -"Last-Translator: guoyunhe \n" +"PO-Revision-Date: 2019-05-05 22:21\n" +"Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -Nru baloo-kf5-5.57.0/po/zh_CN/baloo_file_extractor5.po baloo-kf5-5.58.0/po/zh_CN/baloo_file_extractor5.po --- baloo-kf5-5.57.0/po/zh_CN/baloo_file_extractor5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/zh_CN/baloo_file_extractor5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,8 +7,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2019-01-22 03:01+0100\n" -"PO-Revision-Date: 2019-03-07 09:22\n" -"Last-Translator: guoyunhe \n" +"PO-Revision-Date: 2019-05-05 22:21\n" +"Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -Nru baloo-kf5-5.57.0/po/zh_CN/baloomonitorplugin.po baloo-kf5-5.58.0/po/zh_CN/baloomonitorplugin.po --- baloo-kf5-5.57.0/po/zh_CN/baloomonitorplugin.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/zh_CN/baloomonitorplugin.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,8 +7,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-10-09 03:54+0200\n" -"PO-Revision-Date: 2019-03-07 09:22\n" -"Last-Translator: guoyunhe \n" +"PO-Revision-Date: 2019-05-05 22:21\n" +"Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -Nru baloo-kf5-5.57.0/po/zh_CN/baloosearch5.po baloo-kf5-5.58.0/po/zh_CN/baloosearch5.po --- baloo-kf5-5.57.0/po/zh_CN/baloosearch5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/zh_CN/baloosearch5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,8 +8,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-08-16 09:04+0200\n" -"PO-Revision-Date: 2019-03-07 09:22\n" -"Last-Translator: guoyunhe \n" +"PO-Revision-Date: 2019-05-05 22:21\n" +"Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -Nru baloo-kf5-5.57.0/po/zh_CN/balooshow5.po baloo-kf5-5.58.0/po/zh_CN/balooshow5.po --- baloo-kf5-5.57.0/po/zh_CN/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/zh_CN/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,9 +7,9 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2019-03-07 09:22\n" -"Last-Translator: guoyunhe \n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-05-05 22:21\n" +"Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -58,8 +58,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "文件 URL" +msgid "Urls, document ids or inodes of the files" +msgstr "文件 URL,文档 ID 或 inodes" #: main.cpp:76 #, kde-format @@ -68,57 +68,67 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "要显示的文件的 Inode 号" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "参数被解释为 inode 数字 (需要 -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "文件的设备 id" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "错误:-i 需要指定设备 (-d )" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " "enabled and working." msgstr "无法打开 Baloo 索引。请运行 \"%1\" 以查看 Baloo 是否已启用且工作正常。" -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "Baloo 数据库和文件系统的文档 ID 不同:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "fileID 不等于实际 Baloo 文件 fileID。" +msgid "%1: Not a valid url or document id" +msgstr "%1:不是有效的 URL 或文档 ID" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "这是一个错误" +msgid "%1: No index information found" +msgstr "%1:未找到索引信息" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "未找到索引信息" +msgid "%1: Failed to parse inode number" +msgstr "%1:解析 inode 数字失败" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "内部信息" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "术语:%1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "文件名术语:%1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 个术语:%2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/po/zh_CN/kio5_baloosearch.po baloo-kf5-5.58.0/po/zh_CN/kio5_baloosearch.po --- baloo-kf5-5.57.0/po/zh_CN/kio5_baloosearch.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/zh_CN/kio5_baloosearch.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,8 +8,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-09-26 03:54+0200\n" -"PO-Revision-Date: 2019-03-07 09:22\n" -"Last-Translator: guoyunhe \n" +"PO-Revision-Date: 2019-05-05 22:21\n" +"Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -Nru baloo-kf5-5.57.0/po/zh_CN/kio5_tags.po baloo-kf5-5.58.0/po/zh_CN/kio5_tags.po --- baloo-kf5-5.57.0/po/zh_CN/kio5_tags.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/zh_CN/kio5_tags.po 2019-05-07 11:17:44.000000000 +0000 @@ -7,8 +7,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2019-01-23 03:06+0100\n" -"PO-Revision-Date: 2019-03-07 09:22\n" -"Last-Translator: guoyunhe \n" +"PO-Revision-Date: 2019-05-05 22:21\n" +"Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -Nru baloo-kf5-5.57.0/po/zh_CN/kio5_timeline.po baloo-kf5-5.58.0/po/zh_CN/kio5_timeline.po --- baloo-kf5-5.57.0/po/zh_CN/kio5_timeline.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/zh_CN/kio5_timeline.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,8 +8,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2019-03-31 04:15+0200\n" -"PO-Revision-Date: 2019-03-07 09:22\n" -"Last-Translator: guoyunhe \n" +"PO-Revision-Date: 2019-05-05 22:21\n" +"Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -Nru baloo-kf5-5.57.0/po/zh_TW/balooctl5.po baloo-kf5-5.58.0/po/zh_TW/balooctl5.po --- baloo-kf5-5.57.0/po/zh_TW/balooctl5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/zh_TW/balooctl5.po 2019-05-07 11:17:44.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-27 03:14+0100\n" -"PO-Revision-Date: 2019-03-27 23:54+0800\n" +"POT-Creation-Date: 2019-05-01 03:14+0200\n" +"PO-Revision-Date: 2019-05-01 20:50+0800\n" "Last-Translator: pan93412 \n" "Language-Team: Chinese \n" "Language: zh_TW\n" @@ -17,7 +17,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 19.03.80\n" +"X-Generator: Lokalize 19.04.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -341,7 +341,12 @@ msgid "Display the disk space used by index" msgstr "顯示被索引使用的磁碟空間" -#: main.cpp:93 +#: main.cpp:91 +#, kde-format +msgid "Display files which could not be indexed" +msgstr "顯示無法索引的檔案" + +#: main.cpp:94 #, kde-format msgctxt "" "Format to use for status command, %1|%2|%3 are option values, %4 is a CLI " @@ -355,7 +360,7 @@ "預設格式為「%1」。\n" "僅套用至「%4」" -#: main.cpp:99 +#: main.cpp:100 #, kde-format msgid "format" msgstr "格式" @@ -391,87 +396,98 @@ msgid "Print the status of the Indexer" msgstr "印出索引器狀態" -#: statuscommand.cpp:55 statuscommand.cpp:93 statuscommand.cpp:135 +#: statuscommand.cpp:129 #, kde-format -msgid "Ignoring non-existent file %1" -msgstr "忽略不存在的檔案 %1" +msgid "File ignored" +msgstr "已忽略檔案" -#: statuscommand.cpp:60 +#: statuscommand.cpp:130 #, kde-format -msgid "File: %1" -msgstr "檔案:%1" - -#: statuscommand.cpp:62 -#, kde-format -msgid "Basic Indexing: Done" -msgstr "基礎索引:完成" +msgid "Basic Indexing: Disabled" +msgstr "基礎索引:已停用" -#: statuscommand.cpp:64 +#: statuscommand.cpp:131 statuscommand.cpp:132 #, kde-format msgid "Basic Indexing: Scheduled" msgstr "基礎索引:已規劃" -#: statuscommand.cpp:68 +#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135 +#: statuscommand.cpp:136 #, kde-format -msgid "Basic Indexing: Disabled" -msgstr "基礎索引:已停用" +msgid "Basic Indexing: Done" +msgstr "基礎索引:完成" -#: statuscommand.cpp:77 +#: statuscommand.cpp:142 statuscommand.cpp:145 #, kde-format msgid "Content Indexing: Scheduled" msgstr "內容索引:已規劃" -#: statuscommand.cpp:79 +#: statuscommand.cpp:146 #, kde-format msgid "Content Indexing: Failed" msgstr "內容索引:失敗" -#: statuscommand.cpp:81 +#: statuscommand.cpp:147 #, kde-format msgid "Content Indexing: Done" msgstr "內容索引:完成" -#: statuscommand.cpp:181 +#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243 +#, kde-format +msgid "Ignoring non-existent file %1" +msgstr "忽略不存在的檔案 %1" + +#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248 +#, kde-format +msgid "Ignoring symlink/special file %1" +msgstr "忽略符號連結 / 特殊檔案 %1" + +#: statuscommand.cpp:163 +#, kde-format +msgid "File: %1" +msgstr "檔案:%1" + +#: statuscommand.cpp:275 #, kde-format msgid "Output format \"%1\" is invalid" msgstr "輸出格式「%1」無效" -#: statuscommand.cpp:187 +#: statuscommand.cpp:281 #, kde-format msgid "Baloo is currently disabled. To enable, please run %1" msgstr "Baloo 目前已停用。要啟用,請執行 %1" -#: statuscommand.cpp:193 +#: statuscommand.cpp:287 #, kde-format msgid "Baloo Index could not be opened" msgstr "無法開啟 Baloo 索引" -#: statuscommand.cpp:214 +#: statuscommand.cpp:308 #, kde-format msgid "Baloo File Indexer is running" msgstr "Baloo 檔案索引器正在執行中" -#: statuscommand.cpp:215 +#: statuscommand.cpp:309 #, kde-format msgid "Indexer state: %1" msgstr "索引器狀態:%1" -#: statuscommand.cpp:218 +#: statuscommand.cpp:312 #, kde-format msgid "Baloo File Indexer is not running" msgstr "Baloo 檔案索引器未執行" -#: statuscommand.cpp:224 +#: statuscommand.cpp:318 #, kde-format msgid "Indexed %1 / %2 files" msgstr "已索引 %1/%2 個檔案" -#: statuscommand.cpp:232 +#: statuscommand.cpp:326 #, kde-format msgid "Current size of index is %1" msgstr "目前索引大小為 %1" -#: statuscommand.cpp:234 +#: statuscommand.cpp:328 #, kde-format msgid "Index does not exist yet" msgstr "索引不存在" diff -Nru baloo-kf5-5.57.0/po/zh_TW/balooshow5.po baloo-kf5-5.58.0/po/zh_TW/balooshow5.po --- baloo-kf5-5.57.0/po/zh_TW/balooshow5.po 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/po/zh_TW/balooshow5.po 2019-05-07 11:17:44.000000000 +0000 @@ -3,20 +3,21 @@ # # Franklin Weng , 2014. # Jeff Huang , 2016, 2018. +# pan93412 , 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2019-03-30 03:14+0100\n" -"PO-Revision-Date: 2018-10-31 15:00+0800\n" -"Last-Translator: Jeff Huang \n" +"POT-Creation-Date: 2019-04-15 03:08+0200\n" +"PO-Revision-Date: 2019-04-13 12:30+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.03.90\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -55,8 +56,8 @@ #: main.cpp:74 #, kde-format -msgid "The file urls" -msgstr "檔案 URL" +msgid "Urls, document ids or inodes of the files" +msgstr "網址、文件 ID 或檔案 Inode" #: main.cpp:76 #, kde-format @@ -65,57 +66,67 @@ #: main.cpp:78 #, kde-format -msgid "Inode number of the file to show" -msgstr "要顯示的檔案 Inode 編號" +msgid "Arguments are interpreted as inode numbers (requires -d)" +msgstr "將參數解釋成 Inode 編號(需要 -d)" #: main.cpp:80 #, kde-format msgid "Device id for the files" msgstr "檔案的裝置 ID" -#: main.cpp:112 +#: main.cpp:103 +#, kde-format +msgid "Error: -i requires specifying a device (-d )" +msgstr "錯誤:-i 需要指定裝置 (-d <裝置 ID>)" + +#: main.cpp:109 #, kde-format msgid "" "The Baloo index could not be opened. Please run \"%1\" to see if Baloo is " "enabled and working." msgstr "Baloo 索引無法開啟。請執行「%1」來檢視 Baloo 是否已啟用並正在運行中。" -#: main.cpp:129 +#: main.cpp:126 +#, kde-format +msgid "The document IDs of the Baloo DB and the filesystem are different:" +msgstr "Baloo 資料庫和檔案系統中的文件 ID 不一致:" + +#: main.cpp:142 #, kde-format -msgid "The fileID is not equal to the actual Baloo fileID" -msgstr "fileID 不等於實際上的 Baloo fileID" +msgid "%1: Not a valid url or document id" +msgstr "%1:無效的網址或文件 ID" -#: main.cpp:130 +#: main.cpp:146 main.cpp:183 #, kde-format -msgid "This is a bug" -msgstr "這是臭蟲" +msgid "%1: No index information found" +msgstr "%1:找不到索引資訊" -#: main.cpp:164 +#: main.cpp:157 #, kde-format -msgid "No index information found" -msgstr "找不到索引資訊" +msgid "%1: Failed to parse inode number" +msgstr "%1:無法解析 Inode 編號" -#: main.cpp:213 +#: main.cpp:232 #, kde-format msgid "Internal Info" msgstr "內部資訊" -#: main.cpp:214 +#: main.cpp:233 #, kde-format msgid "Terms: %1" msgstr "詞:%1" -#: main.cpp:215 +#: main.cpp:234 #, kde-format msgid "File Name Terms: %1" msgstr "檔案名稱:%1" -#: main.cpp:216 +#: main.cpp:235 #, kde-format msgid "%1 Terms: %2" msgstr "%1 詞:%2" -#: main.cpp:219 +#: main.cpp:238 #, kde-format msgctxt "Prefix string for internal errors" msgid "Internal Error - %1" diff -Nru baloo-kf5-5.57.0/src/engine/documentoperations.h baloo-kf5-5.58.0/src/engine/documentoperations.h --- baloo-kf5-5.57.0/src/engine/documentoperations.h 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/engine/documentoperations.h 2019-05-07 11:17:44.000000000 +0000 @@ -26,12 +26,12 @@ namespace Baloo { enum DocumentOperation { - DocumentTerms = 1, - FileNameTerms = 2, - XAttrTerms = 4, - DocumentData = 8, - DocumentTime = 16, - DocumentUrl = 32, + DocumentTerms = 0x1, + FileNameTerms = 0x2, + XAttrTerms = 0x4, + DocumentData = 0x8, + DocumentTime = 0x10, + DocumentUrl = 0x20, Everything = DocumentTerms | FileNameTerms | XAttrTerms | DocumentData | DocumentTime | DocumentUrl }; Q_DECLARE_FLAGS(DocumentOperations, DocumentOperation) diff -Nru baloo-kf5-5.57.0/src/engine/mtimedb.cpp baloo-kf5-5.58.0/src/engine/mtimedb.cpp --- baloo-kf5-5.57.0/src/engine/mtimedb.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/engine/mtimedb.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -94,7 +94,7 @@ mdb_cursor_open(m_txn, m_dbi, &cursor); MDB_val val{0, nullptr}; - int rc = mdb_cursor_get(cursor, &key, &val, MDB_SET_RANGE); + int rc = mdb_cursor_get(cursor, &key, &val, MDB_SET); if (rc) { if (rc != MDB_NOTFOUND) { qCWarning(ENGINE) << "MTimeDB::get" << mtime << mdb_strerror(rc); @@ -158,6 +158,9 @@ MDB_val val{0, nullptr}; // Set cursor at first element greater or equal key int rc = mdb_cursor_get(cursor, &key, &val, MDB_SET_RANGE); + if (com == LessEqual && rc == MDB_NOTFOUND) { + rc = mdb_cursor_get(cursor, &key, &val, MDB_LAST); + } if (rc) { if (rc != MDB_NOTFOUND) { qCWarning(ENGINE) << "MTimeDB::iter" << mtime << mdb_strerror(rc); @@ -183,7 +186,7 @@ } } else { quint32 time = *static_cast(key.mv_data); - if (time == mtime) { + if (time <= mtime) { // set cursor to last element equal key rc = mdb_cursor_get(cursor, &key, &val, MDB_LAST_DUP); } else { diff -Nru baloo-kf5-5.57.0/src/engine/orpostingiterator.cpp baloo-kf5-5.58.0/src/engine/orpostingiterator.cpp --- baloo-kf5-5.57.0/src/engine/orpostingiterator.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/engine/orpostingiterator.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -25,7 +25,26 @@ OrPostingIterator::OrPostingIterator(const QVector& iterators) : m_iterators(iterators) , m_docId(0) + , m_nextId(0) { + for (auto it = m_iterators.begin(), end = m_iterators.end(); it != end;) { + /* + * Check for null iterators + * Preferably, these are not pushed to the list at all, but better be safe + */ + if (!(*it)) { + it = m_iterators.erase(it); + continue; + } + + auto docId = (*it)->next(); + // find smallest docId + if (docId && (docId < m_nextId || m_nextId == 0)) { + m_nextId = docId; + } + + it++; + } } OrPostingIterator::~OrPostingIterator() @@ -40,34 +59,35 @@ quint64 OrPostingIterator::next() { - m_docId = 0; - if (m_iterators.isEmpty()) { + m_docId = m_nextId; + m_nextId = 0; + + if (!m_docId) { return 0; } - for (auto it = m_iterators.begin(), end = m_iterators.end(); it != end; it++) { + // advance all iterators which point to the lowest docId + for (auto it = m_iterators.begin(); it != m_iterators.end(); ) { PostingIterator* iter = *it; - if (!iter) { - continue; - } - // First or last element - if (iter->docId() == 0 && iter->next() == 0) { - delete iter; - *it = nullptr; - continue; + auto docId = iter->docId(); + if (docId <= m_docId) { + docId = iter->next(); + // remove element if iterator has reached the end + if (docId == 0) { + delete iter; + *it = nullptr; + it = m_iterators.erase(it); + continue; + } } - if (iter->docId() < m_docId || m_docId == 0) { - m_docId = iter->docId(); + // check if the docId is the new lowest docId + if ((docId < m_nextId) || (m_nextId == 0)) { + m_nextId = docId; } - } - for (auto it = m_iterators.cbegin(), end = m_iterators.cend(); it != end; it++) { - PostingIterator* iter = *it; - if (iter && iter->docId() <= m_docId) { - iter->next(); - } + it++; } return m_docId; diff -Nru baloo-kf5-5.57.0/src/engine/orpostingiterator.h baloo-kf5-5.58.0/src/engine/orpostingiterator.h --- baloo-kf5-5.57.0/src/engine/orpostingiterator.h 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/engine/orpostingiterator.h 2019-05-07 11:17:44.000000000 +0000 @@ -38,6 +38,7 @@ private: QVector m_iterators; quint64 m_docId; + quint64 m_nextId; }; } diff -Nru baloo-kf5-5.57.0/src/engine/transaction.cpp baloo-kf5-5.58.0/src/engine/transaction.cpp --- baloo-kf5-5.57.0/src/engine/transaction.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/engine/transaction.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -101,6 +101,12 @@ return failedIdDb.contains(id); } +QVector Transaction::failedIds(quint64 limit) const +{ + DocumentIdDB failedIdDb(m_dbis.failedIdDbi, m_txn); + return failedIdDb.fetchItems(limit); +} + QByteArray Transaction::documentUrl(quint64 id) const { Q_ASSERT(m_txn); @@ -337,15 +343,15 @@ } } - if (query.subQueries().isEmpty()) { + const auto subQueries = query.subQueries(); + if (subQueries.isEmpty()) { return nullptr; } QVector vec; - vec.reserve(query.subQueries().size()); + vec.reserve(subQueries.size()); if (query.op() == EngineQuery::Phrase) { - const auto subQueries = query.subQueries(); for (const EngineQuery& q : subQueries) { if (!q.leaf()) { qCDebug(ENGINE) << "Transaction::toPostingIterator" << "Phrase queries must contain leaf queries"; @@ -357,7 +363,6 @@ return new PhraseAndIterator(vec); } - const auto subQueries = query.subQueries(); for (const EngineQuery& q : subQueries) { auto iterator = postingIterator(q); if (iterator) { @@ -484,7 +489,7 @@ dbSize.mtimeDb = dbiSize(m_txn, m_dbis.mtimeDbi); - dbSize.expectedSize = dbSize.positionDb + dbSize.positionDb + dbSize.docTerms + dbSize.docFilenameTerms + dbSize.expectedSize = dbSize.postingDb + dbSize.positionDb + dbSize.docTerms + dbSize.docFilenameTerms + dbSize.docXattrTerms + dbSize.idTree + dbSize.idFilename + dbSize.docTime + dbSize.docData + dbSize.contentIndexingIds + dbSize.failedIds + dbSize.mtimeDb; diff -Nru baloo-kf5-5.57.0/src/engine/transaction.h baloo-kf5-5.58.0/src/engine/transaction.h --- baloo-kf5-5.57.0/src/engine/transaction.h 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/engine/transaction.h 2019-05-07 11:17:44.000000000 +0000 @@ -56,6 +56,7 @@ bool hasDocument(quint64 id) const; bool inPhaseOne(quint64 id) const; bool hasFailed(quint64 id) const; + QVector failedIds(quint64 limit) const; QByteArray documentUrl(quint64 id) const; /** diff -Nru baloo-kf5-5.57.0/src/file/extractor/result.cpp baloo-kf5-5.58.0/src/file/extractor/result.cpp --- baloo-kf5-5.57.0/src/file/extractor/result.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/file/extractor/result.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -121,6 +121,10 @@ void Result::finish() { + if (m_map.isEmpty()) { + m_doc.setData(QByteArray()); + return; + } QJsonObject jo = QJsonObject::fromVariantMap(m_map); QJsonDocument jdoc; jdoc.setObject(jo); diff -Nru baloo-kf5-5.57.0/src/file/extractorprocess.cpp baloo-kf5-5.58.0/src/file/extractorprocess.cpp --- baloo-kf5-5.57.0/src/file/extractorprocess.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/file/extractorprocess.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -60,7 +60,6 @@ void ExtractorProcess::index(const QVector& fileIds) { - Q_ASSERT(m_extractorProcess.state() == QProcess::Running); Q_ASSERT(!fileIds.isEmpty()); QDataStream batch(&m_extractorProcess); diff -Nru baloo-kf5-5.57.0/src/file/fileexcludefilters.cpp baloo-kf5-5.58.0/src/file/fileexcludefilters.cpp --- baloo-kf5-5.57.0/src/file/fileexcludefilters.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/file/fileexcludefilters.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -154,6 +154,7 @@ "text/x-haskell", "text/x-copying", // COPYING files "text/x-readme", // README files + "text/x-qml", "text/asp", "text/jsx", "text/csx", @@ -182,7 +183,7 @@ // end of list nullptr }; -const int s_sourceCodeMimeTypesVersion = 2; +const int s_sourceCodeMimeTypesVersion = 3; } diff -Nru baloo-kf5-5.57.0/src/file/filtereddiriterator.cpp baloo-kf5-5.58.0/src/file/filtereddiriterator.cpp --- baloo-kf5-5.57.0/src/file/filtereddiriterator.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/file/filtereddiriterator.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -52,11 +52,13 @@ if (m_firstItem) { m_firstItem = false; m_filePath = m_currentIter->path(); + m_fileInfo = QFileInfo(m_filePath); return m_filePath; } m_filePath.clear(); if (!m_currentIter) { + m_fileInfo = QFileInfo(); return QString(); } @@ -68,14 +70,15 @@ const QString path = m_paths.pop(); m_currentIter = new QDirIterator(path, m_filters); } else { + m_fileInfo = QFileInfo(); return QString(); } } m_filePath = m_currentIter->next(); - const QFileInfo info = m_currentIter->fileInfo(); + m_fileInfo = m_currentIter->fileInfo(); - if (info.isDir()) { + if (m_fileInfo.isDir()) { if (shouldIndexFolder(m_filePath)) { m_paths.push(m_filePath); return m_filePath; @@ -83,13 +86,13 @@ return next(); } } - else if (info.isFile()) { + else if (m_fileInfo.isFile()) { bool shouldIndexHidden = false; if (m_config) shouldIndexHidden = m_config->indexHiddenFilesAndFolders(); - bool shouldIndexFile = (!info.isHidden() || shouldIndexHidden) - && (!m_config || m_config->shouldFileBeIndexed(info.fileName())); + bool shouldIndexFile = (!m_fileInfo.isHidden() || shouldIndexHidden) + && (!m_config || m_config->shouldFileBeIndexed(m_fileInfo.fileName())); if (shouldIndexFile) { return m_filePath; } else { @@ -108,7 +111,7 @@ QFileInfo FilteredDirIterator::fileInfo() const { - return m_currentIter ? m_currentIter->fileInfo() : QFileInfo(); + return m_fileInfo; } bool FilteredDirIterator::shouldIndexFolder(const QString& path) const diff -Nru baloo-kf5-5.57.0/src/file/filtereddiriterator.h baloo-kf5-5.58.0/src/file/filtereddiriterator.h --- baloo-kf5-5.57.0/src/file/filtereddiriterator.h 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/file/filtereddiriterator.h 2019-05-07 11:17:44.000000000 +0000 @@ -59,6 +59,7 @@ QDir::Filters m_filters; QString m_filePath; + QFileInfo m_fileInfo; bool m_firstItem; }; diff -Nru baloo-kf5-5.57.0/src/kioslaves/search/kio_search.cpp baloo-kf5-5.58.0/src/kioslaves/search/kio_search.cpp --- baloo-kf5-5.57.0/src/kioslaves/search/kio_search.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/kioslaves/search/kio_search.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -156,6 +156,15 @@ listEntry(uds); } + KIO::UDSEntry uds; + uds.reserve(5); + uds.fastInsert(KIO::UDSEntry::UDS_NAME, QStringLiteral(".")); + uds.fastInsert(KIO::UDSEntry::UDS_FILE_TYPE, S_IFDIR); + uds.fastInsert(KIO::UDSEntry::UDS_MIME_TYPE, QStringLiteral("inode/directory")); + uds.fastInsert(KIO::UDSEntry::UDS_ACCESS, 0700); + uds.fastInsert(KIO::UDSEntry::UDS_USER, KUser().loginName()); + listEntry(uds); + finished(); } diff -Nru baloo-kf5-5.57.0/src/lib/file.cpp baloo-kf5-5.58.0/src/lib/file.cpp --- baloo-kf5-5.57.0/src/lib/file.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/lib/file.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -112,7 +112,8 @@ Transaction tr(db, Transaction::ReadOnly); arr = tr.documentData(id); } - if (arr.isEmpty()) { + // Ignore empty JSON documents, i.e. "" or "{}" + if (arr.isEmpty() || arr.size() <= 2) { return false; } diff -Nru baloo-kf5-5.57.0/src/lib/query.cpp baloo-kf5-5.58.0/src/lib/query.cpp --- baloo-kf5-5.57.0/src/lib/query.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/lib/query.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -24,6 +24,7 @@ #include "term.h" #include "advancedqueryparser.h" #include "searchstore.h" +#include "baloodebug.h" #include #include @@ -115,8 +116,7 @@ { d->m_searchString = str; - AdvancedQueryParser parser; - d->m_term = parser.parse(str); + d->m_term = Term(); } uint Query::limit() const @@ -183,6 +183,14 @@ ResultIterator Query::exec() { + if (!d->m_searchString.isEmpty()) { + if (d->m_term.isValid()) { + qCDebug(BALOO) << "Term already set"; + } + AdvancedQueryParser parser; + d->m_term = parser.parse(d->m_searchString); + } + Term term(d->m_term); if (!d->m_types.isEmpty()) { for (const QString& type : qAsConst(d->m_types)) { @@ -230,11 +238,11 @@ if (d->m_term.isValid()) map[QStringLiteral("term")] = QVariant(d->m_term.toVariantMap()); - if (d->m_yearFilter >= 0) + if (d->m_yearFilter > 0) map[QStringLiteral("yearFilter")] = d->m_yearFilter; - if (d->m_monthFilter >= 0) + if (d->m_monthFilter > 0) map[QStringLiteral("monthFilter")] = d->m_monthFilter; - if (d->m_dayFilter >= 0) + if (d->m_dayFilter > 0) map[QStringLiteral("dayFilter")] = d->m_dayFilter; if (d->m_sortingOption != SortAuto) @@ -246,7 +254,7 @@ QJsonObject jo = QJsonObject::fromVariantMap(map); QJsonDocument jdoc; jdoc.setObject(jo); - return jdoc.toJson(); + return jdoc.toJson(QJsonDocument::JsonFormat::Compact); } // static @@ -284,6 +292,9 @@ query.d->m_includeFolder = map.value(QStringLiteral("includeFolder")).toString(); } + if (!query.d->m_searchString.isEmpty() && query.d->m_term.isValid()) { + qCWarning(BALOO) << "Only one of 'searchString' and 'term' should be set:" << arr; + } return query; } diff -Nru baloo-kf5-5.57.0/src/tools/balooctl/main.cpp baloo-kf5-5.58.0/src/tools/balooctl/main.cpp --- baloo-kf5-5.57.0/src/tools/balooctl/main.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/tools/balooctl/main.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -88,6 +88,7 @@ parser.addPositionalArgument(QStringLiteral("config"), i18n("Modify the Baloo configuration")); parser.addPositionalArgument(QStringLiteral("monitor"), i18n("Monitor the file indexer")); parser.addPositionalArgument(QStringLiteral("indexSize"), i18n("Display the disk space used by index")); + parser.addPositionalArgument(QStringLiteral("failed"), i18n("Display files which could not be indexed")); QString statusFormatDescription = i18nc("Format to use for status command, %1|%2|%3 are option values, %4 is a CLI command", "Output format <%1|%2|%3>.\nThe default format is \"%1\".\nOnly applies to \"%4\"", @@ -257,11 +258,6 @@ out << "Could not stat file: " << url << endl; continue; } - if (tr.documentData(id).isEmpty()) { - out << "Skipping: " << url << " Reason: Not yet indexed\n"; - continue; - } - Indexer indexer(url, &tr); out << "Clearing " << url << endl; tr.removeDocument(id); } @@ -271,6 +267,32 @@ return 0; } + if (command == QStringLiteral("failed")) { + Database *db = globalDatabaseInstance(); + if (!db->open(Database::ReadOnlyDatabase)) { + out << "Baloo Index could not be opened\n"; + return 1; + } + + Transaction tr(db, Transaction::ReadOnly); + + const quint64 limit = 128; + const QVector failedIds = tr.failedIds(limit); + if (failedIds.isEmpty()) { + out << "All Files were indexed successfully\n"; + return 0; + } + + out << "The folling files could not be indexed:\n"; + for (auto id : failedIds) { + out << tr.documentUrl(id) << '\n'; + } + if (failedIds.size() == limit) { + out << "... list truncated\n"; + } + return 0; + } + if (command == QStringLiteral("indexSize")) { Database *db = globalDatabaseInstance(); if (!db->open(Database::ReadOnlyDatabase)) { @@ -283,9 +305,10 @@ Transaction tr(db, Transaction::ReadOnly); size = tr.dbSize(); } + uint totalDataSize = size.expectedSize; KFormat format(QLocale::system()); - auto prFunc = [&](const QString& name, uint size, uint totalSize) { + auto prFunc = [&](const QString& name, uint size) { out.setFieldWidth(20); out << name; out.setFieldWidth(0); @@ -293,26 +316,25 @@ out.setFieldWidth(15); out << format.formatByteSize(size, 2); out.setFieldWidth(10); - out << QString::number((100.0 * size / totalSize), 'f', 3); + out << QString::number((100.0 * size / totalDataSize), 'f', 3); out.setFieldWidth(0); out << " %\n"; }; - uint ts = size.expectedSize; - out << "Actual Size: " << format.formatByteSize(size.actualSize, 2) << "\n"; - out << "Expected Size: " << format.formatByteSize(size.expectedSize, 2) << "\n\n"; - prFunc(QStringLiteral("PostingDB"), size.postingDb, ts); - prFunc(QStringLiteral("PositionDB"), size.positionDb, ts); - prFunc(QStringLiteral("DocTerms"), size.docTerms, ts); - prFunc(QStringLiteral("DocFilenameTerms"), size.docFilenameTerms, ts); - prFunc(QStringLiteral("DocXattrTerms"), size.docXattrTerms, ts); - prFunc(QStringLiteral("IdTree"), size.idTree, ts); - prFunc(QStringLiteral("IdFileName"), size.idFilename, ts); - prFunc(QStringLiteral("DocTime"), size.docTime, ts); - prFunc(QStringLiteral("DocData"), size.docData, ts); - prFunc(QStringLiteral("ContentIndexingDB"), size.contentIndexingIds, ts); - prFunc(QStringLiteral("FailedIdsDB"), size.failedIds, ts); - prFunc(QStringLiteral("MTimeDB"), size.mtimeDb, ts); + out << "File Size: " << format.formatByteSize(size.actualSize, 2) << "\n"; + out << "Used: " << format.formatByteSize(totalDataSize, 2) << "\n\n"; + prFunc(QStringLiteral("PostingDB"), size.postingDb); + prFunc(QStringLiteral("PositionDB"), size.positionDb); + prFunc(QStringLiteral("DocTerms"), size.docTerms); + prFunc(QStringLiteral("DocFilenameTerms"), size.docFilenameTerms); + prFunc(QStringLiteral("DocXattrTerms"), size.docXattrTerms); + prFunc(QStringLiteral("IdTree"), size.idTree); + prFunc(QStringLiteral("IdFileName"), size.idFilename); + prFunc(QStringLiteral("DocTime"), size.docTime); + prFunc(QStringLiteral("DocData"), size.docData); + prFunc(QStringLiteral("ContentIndexingDB"), size.contentIndexingIds); + prFunc(QStringLiteral("FailedIdsDB"), size.failedIds); + prFunc(QStringLiteral("MTimeDB"), size.mtimeDb); return 0; } diff -Nru baloo-kf5-5.57.0/src/tools/balooctl/statuscommand.cpp baloo-kf5-5.58.0/src/tools/balooctl/statuscommand.cpp --- baloo-kf5-5.57.0/src/tools/balooctl/statuscommand.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/tools/balooctl/statuscommand.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -45,128 +45,222 @@ return i18n("Print the status of the Indexer"); } +class FileIndexStatus +{ +public: + enum class FileStatus : uint8_t { + NonExisting, + Directory, + RegularFile, + SymLink, + Other, + }; + enum class IndexStateReason : uint8_t { + NoFileOrDirectory, + ExcludedByPath, // FIXME - be more specific, requires changes to shouldBeIndexed(path) + WaitingForIndexingBoth, + WaitingForBasicIndexing, + BasicIndexingDone, + WaitingForContentIndexing, + FailedToIndex, + Done, + }; + QString m_filePath; + FileStatus m_fileStatus; + IndexStateReason m_indexState; + uint32_t m_dataSize; +}; + +FileIndexStatus collectFileStatus(Transaction& tr, IndexerConfig& cfg, const QString& file) +{ + using FileStatus = FileIndexStatus::FileStatus; + using IndexStateReason = FileIndexStatus::IndexStateReason; + + bool onlyBasicIndexing = cfg.onlyBasicIndexing(); + + QFileInfo fileInfo = QFileInfo(file); + QString filePath = fileInfo.absoluteFilePath(); + quint64 id = filePathToId(QFile::encodeName(filePath)); + if (id == 0) { + return FileIndexStatus{filePath, FileStatus::NonExisting, IndexStateReason::NoFileOrDirectory, 0}; + } + + FileStatus fileStatus = fileInfo.isSymLink() ? FileStatus::SymLink : + fileInfo.isFile() ? FileStatus::RegularFile : + fileInfo.isDir() ? FileStatus::Directory : FileStatus::Other; + + if (fileStatus == FileStatus::Other || fileStatus == FileStatus::SymLink) { + return FileIndexStatus{filePath, fileStatus, IndexStateReason::NoFileOrDirectory, 0}; + } + + if (!cfg.shouldBeIndexed(filePath)) { + return FileIndexStatus{filePath, fileStatus, IndexStateReason::ExcludedByPath, 0}; + } + + if (onlyBasicIndexing || fileStatus == FileStatus::Directory) { + if (!tr.hasDocument(id)) { + return FileIndexStatus{filePath, fileStatus, IndexStateReason::WaitingForBasicIndexing, 0}; + } else { + return FileIndexStatus{filePath, fileStatus, IndexStateReason::BasicIndexingDone, 0}; + } + } + + // File && shouldBeIndexed && contentIndexing + if (!tr.hasDocument(id)) { + return FileIndexStatus{filePath, fileStatus, IndexStateReason::WaitingForIndexingBoth, 0}; + } else if (tr.inPhaseOne(id)) { + return FileIndexStatus{filePath, fileStatus, IndexStateReason::WaitingForContentIndexing, 0}; + } else if (tr.hasFailed(id)) { + return FileIndexStatus{filePath, fileStatus, IndexStateReason::FailedToIndex, 0}; + } else { + uint32_t size = tr.documentData(id).size(); + return FileIndexStatus{filePath, fileStatus, IndexStateReason::Done, size}; + } +} + void printMultiLine(Transaction& tr, IndexerConfig& cfg, const QStringList& args) { + using FileStatus = FileIndexStatus::FileStatus; + using IndexStateReason = FileIndexStatus::IndexStateReason; + QTextStream out(stdout); QTextStream err(stderr); - for (const QString& arg : args) { - QString filePath = QFileInfo(arg).absoluteFilePath(); - quint64 id = filePathToId(QFile::encodeName(filePath)); - if (id == 0) { - err << i18n("Ignoring non-existent file %1", filePath) << endl; - continue; - } - - - out << i18n("File: %1", filePath) << endl; - if (tr.hasDocument(id)) { - out << i18n("Basic Indexing: Done") << endl; - } else if (cfg.shouldBeIndexed(filePath)) { - out << i18n("Basic Indexing: Scheduled") << endl; - continue; - } else { - // FIXME: Add why it is not being indexed! - out << i18n("Basic Indexing: Disabled") << endl; - continue; - } - - if (QFileInfo(arg).isDir()) { - continue; - } - - if (tr.inPhaseOne(id)) { - out << i18n("Content Indexing: Scheduled") << endl; - } else if (tr.hasFailed(id)) { - out << i18n("Content Indexing: Failed") << endl; - } else { - out << i18n("Content Indexing: Done") << endl; - } - } + + const QMap basicIndexStateValue = { + { IndexStateReason::NoFileOrDirectory, i18n("File ignored") }, + { IndexStateReason::ExcludedByPath, i18n("Basic Indexing: Disabled") }, + { IndexStateReason::WaitingForIndexingBoth, i18n("Basic Indexing: Scheduled") }, + { IndexStateReason::WaitingForBasicIndexing, i18n("Basic Indexing: Scheduled") }, + { IndexStateReason::BasicIndexingDone, i18n("Basic Indexing: Done") }, + { IndexStateReason::WaitingForContentIndexing, i18n("Basic Indexing: Done") }, + { IndexStateReason::FailedToIndex, i18n("Basic Indexing: Done") }, + { IndexStateReason::Done, i18n("Basic Indexing: Done") }, + }; + + const QMap contentIndexStateValue = { + { IndexStateReason::NoFileOrDirectory, QString() }, + { IndexStateReason::ExcludedByPath, QString() }, + { IndexStateReason::WaitingForIndexingBoth, i18n("Content Indexing: Scheduled") }, + { IndexStateReason::WaitingForBasicIndexing, QString() }, + { IndexStateReason::BasicIndexingDone, QString() }, + { IndexStateReason::WaitingForContentIndexing, i18n("Content Indexing: Scheduled") }, + { IndexStateReason::FailedToIndex, i18n("Content Indexing: Failed") }, + { IndexStateReason::Done, i18n("Content Indexing: Done") }, + }; + + for (const auto& fileName : args) { + const auto file = collectFileStatus(tr, cfg, fileName); + + if (file.m_fileStatus == FileStatus::NonExisting) { + err << i18n("Ignoring non-existent file %1", file.m_filePath) << endl; + continue; + } + + if (file.m_fileStatus == FileStatus::SymLink || file.m_fileStatus == FileStatus::Other) { + err << i18n("Ignoring symlink/special file %1", file.m_filePath) << endl; + continue; + } + + out << i18n("File: %1", file.m_filePath) << endl; + out << basicIndexStateValue[file.m_indexState] << endl; + const QString contentState = contentIndexStateValue[file.m_indexState]; + if (!contentState.isEmpty()) { + out << contentState << endl; + } + } } void printSimpleFormat(Transaction& tr, IndexerConfig& cfg, const QStringList& args) { + using FileStatus = FileIndexStatus::FileStatus; + using IndexStateReason = FileIndexStatus::IndexStateReason; + QTextStream out(stdout); QTextStream err(stderr); - for (const QString& arg : args) { - QString filePath = QFileInfo(arg).absoluteFilePath(); - quint64 id = filePathToId(QFile::encodeName(filePath)); - if (id == 0) { - err << i18n("Ignoring non-existent file %1", filePath) << endl; - continue; - } - - if (QFileInfo(arg).isDir()) { - if (tr.hasDocument(id)) { - out << QLatin1String("Basic indexing done"); - } else if (cfg.shouldBeIndexed(filePath)) { - out << QLatin1String("Basic indexing scheduled"); - } else { - out << QLatin1String("Indexing disabled"); + const QMap simpleIndexStateValue = { + { IndexStateReason::NoFileOrDirectory, QStringLiteral("No regular file or directory") }, + { IndexStateReason::ExcludedByPath, QStringLiteral("Indexing disabled") }, + { IndexStateReason::WaitingForIndexingBoth, QStringLiteral("Basic and Content indexing scheduled") }, + { IndexStateReason::WaitingForBasicIndexing, QStringLiteral("Basic indexing scheduled") }, + { IndexStateReason::BasicIndexingDone, QStringLiteral("Basic indexing done") }, + { IndexStateReason::WaitingForContentIndexing, QStringLiteral("Content indexing scheduled") }, + { IndexStateReason::FailedToIndex, QStringLiteral("Content indexing failed") }, + { IndexStateReason::Done, QStringLiteral("Content indexing done") }, + }; + + for (const auto& fileName : args) { + const auto file = collectFileStatus(tr, cfg, fileName); + + if (file.m_fileStatus == FileStatus::NonExisting) { + err << i18n("Ignoring non-existent file %1", file.m_filePath) << endl; + continue; } - } else if (tr.hasDocument(id)) { - if (tr.inPhaseOne(id)) { - out << QLatin1String("Content indexing scheduled"); - } else if (tr.hasFailed(id)) { - out << QLatin1String("Content indexing failed"); - } else { - out << QLatin1String("Content indexing done"); + if (file.m_fileStatus == FileStatus::SymLink || file.m_fileStatus == FileStatus::Other) { + err << i18n("Ignoring symlink/special file %1", file.m_filePath) << endl; + continue; } - } else if (cfg.shouldBeIndexed(filePath)) { - out << QLatin1String("Basic indexing scheduled"); - } else { - out << QLatin1String("Indexing disabled"); - } - - out << ":" << filePath << endl; - } + out << simpleIndexStateValue[file.m_indexState]; + out << ": " << file.m_filePath << endl; + } } -void printJSON(Transaction& tr, IndexerConfig& cfg, const QStringList& args) { +void printJSON(Transaction& tr, IndexerConfig& cfg, const QStringList& args) +{ + + using FileStatus = FileIndexStatus::FileStatus; + using IndexStateReason = FileIndexStatus::IndexStateReason; - QJsonArray filesInfo; - for (const QString& arg : args) { - QString filePath = QFileInfo(arg).absoluteFilePath(); - quint64 id = filePathToId(QFile::encodeName(filePath)); - - if (id == 0) { - QTextStream err(stderr); - err << i18n("Ignoring non-existent file %1", filePath) << endl; - continue; - } - QJsonObject fileInfo; - fileInfo["file"] = filePath; - if (!tr.hasDocument(id)) { - fileInfo["indexing"] = "basic"; - if (cfg.shouldBeIndexed(filePath)) { - fileInfo["status"] = "scheduled"; - } else { - fileInfo["status"] = "disabled"; - } - - } else if (QFileInfo(arg).isDir()) { - fileInfo["indexing"] = "basic"; - fileInfo["status"] = "done"; - - } else { - fileInfo["indexing"] = "content"; - if (tr.inPhaseOne(id)) { - fileInfo["status"] = "scheduled"; - } else if (tr.hasFailed(id)) { - fileInfo["status"] = "failed"; - } else { - fileInfo["status"] = "done"; - } - } - - filesInfo.append(fileInfo); - } - - QJsonDocument json; - json.setArray(filesInfo); - QTextStream out(stdout); - out << json.toJson(QJsonDocument::Indented); + QJsonArray filesInfo; + QTextStream err(stderr); + + const QMap jsonIndexStateValue = { + { IndexStateReason::NoFileOrDirectory, QStringLiteral("nofile") }, + { IndexStateReason::ExcludedByPath, QStringLiteral("disabled") }, + { IndexStateReason::WaitingForIndexingBoth, QStringLiteral("scheduled") }, + { IndexStateReason::WaitingForBasicIndexing, QStringLiteral("scheduled") }, + { IndexStateReason::BasicIndexingDone, QStringLiteral("done") }, + { IndexStateReason::WaitingForContentIndexing, QStringLiteral("scheduled") }, + { IndexStateReason::FailedToIndex, QStringLiteral("failed") }, + { IndexStateReason::Done, QStringLiteral("done") }, + }; + + const QMap jsonIndexLevelValue = { + { IndexStateReason::NoFileOrDirectory, QStringLiteral("nofile") }, + { IndexStateReason::ExcludedByPath, QStringLiteral("none") }, + { IndexStateReason::WaitingForIndexingBoth, QStringLiteral("content") }, + { IndexStateReason::WaitingForBasicIndexing, QStringLiteral("basic") }, + { IndexStateReason::BasicIndexingDone, QStringLiteral("basic") }, + { IndexStateReason::WaitingForContentIndexing, QStringLiteral("content") }, + { IndexStateReason::FailedToIndex, QStringLiteral("content") }, + { IndexStateReason::Done, QStringLiteral("content") }, + }; + + for (const auto& fileName : args) { + const auto file = collectFileStatus(tr, cfg, fileName); + + if (file.m_fileStatus == FileStatus::NonExisting) { + err << i18n("Ignoring non-existent file %1", file.m_filePath) << endl; + continue; + } + + if (file.m_fileStatus == FileStatus::SymLink || file.m_fileStatus == FileStatus::Other) { + err << i18n("Ignoring symlink/special file %1", file.m_filePath) << endl; + continue; + } + + QJsonObject fileInfo; + fileInfo["file"] = file.m_filePath; + fileInfo["indexing"] = jsonIndexLevelValue[file.m_indexState]; + fileInfo["status"] = jsonIndexStateValue[file.m_indexState]; + + filesInfo.append(fileInfo); + } + + QJsonDocument json; + json.setArray(filesInfo); + QTextStream out(stdout); + out << json.toJson(QJsonDocument::Indented); } int StatusCommand::exec(const QCommandLineParser& parser) diff -Nru baloo-kf5-5.57.0/src/tools/balooshow/main.cpp baloo-kf5-5.58.0/src/tools/balooshow/main.cpp --- baloo-kf5-5.57.0/src/tools/balooshow/main.cpp 2019-04-07 07:23:57.000000000 +0000 +++ baloo-kf5-5.58.0/src/tools/balooshow/main.cpp 2019-05-07 11:17:44.000000000 +0000 @@ -71,11 +71,11 @@ KAboutData::setApplicationData(aboutData); QCommandLineParser parser; - parser.addPositionalArgument(QStringLiteral("files"), i18n("The file urls")); + parser.addPositionalArgument(QStringLiteral("files"), i18n("Urls, document ids or inodes of the files"), QStringLiteral("[file|id|inode...]")); parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("x"), i18n("Print internal info"))); parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("i"), - i18n("Inode number of the file to show"))); + i18n("Arguments are interpreted as inode numbers (requires -d)"))); parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("d"), i18n("Device id for the files"), QStringLiteral("deviceId"), QString())); parser.addHelpOption(); @@ -87,25 +87,22 @@ parser.showHelp(1); } - // - // File Urls - // - QStringList urls; - for (const QString& arg : args) { - const QString url = QFileInfo(arg).absoluteFilePath(); - if (QFile::exists(url)) { - urls.append(url); - } else { - if (parser.isSet(QStringLiteral("i"))) { - urls.append(QLatin1String("inode:") + arg); - } else { - urls.append(QLatin1String("file:") + arg); - } + QTextStream stream(stdout); + + bool useInodes = parser.isSet(QStringLiteral("i")); + quint32 devId; + if (useInodes) { + bool ok; + devId = parser.value(QStringLiteral("d")).toULong(&ok, 10); + if (!ok) { + devId = parser.value(QStringLiteral("d")).toULong(&ok, 0); } } - QTextStream stream(stdout); - QString text; + if (useInodes && devId == 0) { + stream << i18n("Error: -i requires specifying a device (-d )") << endl; + parser.showHelp(1); + } Baloo::Database *db = Baloo::globalDatabaseInstance(); if (!db->open(Baloo::Database::ReadOnlyDatabase)) { @@ -116,32 +113,54 @@ Baloo::Transaction tr(db, Baloo::Transaction::ReadOnly); - for (QString url : urls) { + for (QString url : args) { quint64 fid = 0; QString internalUrl; - if (url.startsWith(QLatin1String("file:"))) { - fid = url.midRef(5).toULongLong(); - url = QFile::decodeName(tr.documentUrl(fid)); + if (!useInodes) { + if (QFile::exists(url)) { + quint64 fsFid = Baloo::filePathToId(QFile::encodeName(url)); + fid = tr.documentId(QFile::encodeName(url)); + 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"; + auto dbInode = Baloo::idToInode(fid); + auto fsInode = Baloo::idToInode(fsFid); + auto dbDevId = Baloo::idToDeviceId(fid); + auto fsDevId = Baloo::idToDeviceId(fsFid); + + 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)" << endl; + } + fid = fsFid; + } else { + bool ok; + fid = url.toULongLong(&ok); + if (!ok) { + stream << i18n("%1: Not a valid url or document id", url) << endl; + continue; + } + if (!tr.hasDocument(fid)) { + stream << i18n("%1: No index information found", url) << endl; + continue; + } + url = QFile::decodeName(tr.documentUrl(fid)); + internalUrl = url; + } - // Debugging aid - quint64 actualFid = Baloo::filePathToId(QFile::encodeName(url)); - if (fid != actualFid) { - stream << i18n("The fileID is not equal to the actual Baloo fileID") << "\n"; - stream << i18n("This is a bug") << "\n"; - - stream << "GivenID: " << fid << " ActualID: " << actualFid << "\n"; - stream << "GivenINode: " << Baloo::idToInode(fid) << " ActualINode: " << Baloo::idToInode(actualFid) << "\n"; - stream << "GivenDeviceID: " << Baloo::idToDeviceId(fid) << " ActualDeviceID: " << Baloo::idToDeviceId(actualFid) << endl; + } else { + bool ok; + quint32 inode = url.toULong(&ok); + if (!ok) { + stream << i18n("%1: Failed to parse inode number", url) << endl; + continue; } - } else if (url.startsWith(QStringLiteral("inode:"))) { - quint32 inode = url.midRef(6).toULong(); - quint32 devId = parser.value(QStringLiteral("d")).toULong(); fid = Baloo::devIdAndInodeToId(devId, inode); url = QFile::decodeName(tr.documentUrl(fid)); - } else { - fid = Baloo::filePathToId(QFile::encodeName(url)); - internalUrl = QFile::decodeName(tr.documentUrl(fid)); + internalUrl = url; } bool hasFile = tr.hasDocument(fid); @@ -161,7 +180,7 @@ stream << endl; } else { - stream << i18n("No index information found") << endl; + stream << i18n("%1: No index information found", url) << endl; continue; }