Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kfilemetadata5 for openSUSE:Factory checked in at 2023-08-20 00:10:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kfilemetadata5 (Old) and /work/SRC/openSUSE:Factory/.kfilemetadata5.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kfilemetadata5" Sun Aug 20 00:10:46 2023 rev:124 rq:1104573 version:5.109.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kfilemetadata5/kfilemetadata5.changes 2023-07-09 20:41:37.077591352 +0200 +++ /work/SRC/openSUSE:Factory/.kfilemetadata5.new.1766/kfilemetadata5.changes 2023-08-20 00:13:29.383149400 +0200 @@ -1,0 +2,11 @@ +Tue Aug 8 17:42:53 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 5.109.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.109.0 +- Changes since 5.108.0: + * Remove awkward warning message also from Exiv2 autotests + * Add explicit moc includes to sources for moc-covered headers + +------------------------------------------------------------------- Old: ---- kfilemetadata-5.108.0.tar.xz kfilemetadata-5.108.0.tar.xz.sig New: ---- kfilemetadata-5.109.0.tar.xz kfilemetadata-5.109.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kfilemetadata5.spec ++++++ --- /var/tmp/diff_new_pack.LEccT4/_old 2023-08-20 00:13:30.055150722 +0200 +++ /var/tmp/diff_new_pack.LEccT4/_new 2023-08-20 00:13:30.063150738 +0200 @@ -24,7 +24,7 @@ %bcond_without ffmpeg %bcond_without released Name: kfilemetadata5 -Version: 5.108.0 +Version: 5.109.0 Release: 0 Summary: Library for extracting Metadata License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only ++++++ kfilemetadata-5.108.0.tar.xz -> kfilemetadata-5.109.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/CMakeLists.txt new/kfilemetadata-5.109.0/CMakeLists.txt --- old/kfilemetadata-5.108.0/CMakeLists.txt 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/CMakeLists.txt 2023-08-05 14:36:42.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.108.0") # handled by release scripts -set(KF_DEP_VERSION "5.108.0") # handled by release scripts +set(KF_VERSION "5.109.0") # handled by release scripts +set(KF_DEP_VERSION "5.109.0") # handled by release scripts project(KFileMetaData VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.108.0 NO_MODULE) +find_package(ECM 5.109.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/CMakeLists.txt new/kfilemetadata-5.109.0/autotests/CMakeLists.txt --- old/kfilemetadata-5.108.0/autotests/CMakeLists.txt 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/CMakeLists.txt 2023-08-05 14:36:42.000000000 +0200 @@ -136,11 +136,10 @@ TEST_NAME "exiv2extractortest" LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test KF5::FileMetaData LibExiv2::LibExiv2 ) - if (${LibExiv2_VERSION} VERSION_GREATER 0.27.4) - # exiv2 doesn't build [yet] with C++17 so force C++14 - message(AUTHOR_WARNING "hello developer of the future, please check if with > 0.27.4 we can stop forcing CXX_STANDARD 14") + if (${LibExiv2_VERSION} VERSION_LESS 0.28.0) + # exiv2 0.27.x still uses std::auto_ptr, which is incompatible with C++17 + set_target_properties(kfilemetadata_exiv2extractor PROPERTIES CXX_STANDARD 14) endif() - set_target_properties(exiv2extractortest PROPERTIES CXX_STANDARD 14) target_include_directories(exiv2extractortest PRIVATE ${CMAKE_BINARY_DIR}/src/extractors) endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/appimageextractortest.cpp new/kfilemetadata-5.109.0/autotests/appimageextractortest.cpp --- old/kfilemetadata-5.108.0/autotests/appimageextractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/appimageextractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -53,3 +53,5 @@ } QTEST_GUILESS_MAIN(AppImageExtractorTest) + +#include "moc_appimageextractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/epubextractortest.cpp new/kfilemetadata-5.109.0/autotests/epubextractortest.cpp --- old/kfilemetadata-5.108.0/autotests/epubextractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/epubextractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -114,3 +114,5 @@ QTEST_GUILESS_MAIN(EPubExtractorTest) + +#include "moc_epubextractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/exiv2extractortest.cpp new/kfilemetadata-5.109.0/autotests/exiv2extractortest.cpp --- old/kfilemetadata-5.108.0/autotests/exiv2extractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/exiv2extractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -216,3 +216,5 @@ } QTEST_GUILESS_MAIN(Exiv2ExtractorTest) + +#include "moc_exiv2extractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/externalextractortest.cpp new/kfilemetadata-5.109.0/autotests/externalextractortest.cpp --- old/kfilemetadata-5.108.0/autotests/externalextractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/externalextractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -35,3 +35,5 @@ } QTEST_GUILESS_MAIN(ExternalExtractorTest) + +#include "moc_externalextractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/externalwritertest.cpp new/kfilemetadata-5.109.0/autotests/externalwritertest.cpp --- old/kfilemetadata-5.108.0/autotests/externalwritertest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/externalwritertest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -45,3 +45,5 @@ } QTEST_GUILESS_MAIN(ExternalWriterTest) + +#include "moc_externalwritertest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/fb2extractortest.cpp new/kfilemetadata-5.109.0/autotests/fb2extractortest.cpp --- old/kfilemetadata-5.108.0/autotests/fb2extractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/fb2extractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -114,3 +114,5 @@ } QTEST_GUILESS_MAIN(Fb2ExtractorTest) + +#include "moc_fb2extractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/ffmpegextractortest.cpp new/kfilemetadata-5.109.0/autotests/ffmpegextractortest.cpp --- old/kfilemetadata-5.108.0/autotests/ffmpegextractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/ffmpegextractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -115,3 +115,5 @@ QCOMPARE(result.properties().value(Property::ReleaseYear).toInt(), 2019); } QTEST_GUILESS_MAIN(ffmpegExtractorTest) + +#include "moc_ffmpegextractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/indexerextractortests.cpp new/kfilemetadata-5.109.0/autotests/indexerextractortests.cpp --- old/kfilemetadata-5.108.0/autotests/indexerextractortests.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/indexerextractortests.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -107,3 +107,4 @@ QTEST_GUILESS_MAIN(IndexerExtractorTests) +#include "moc_indexerextractortests.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/mobiextractortest.cpp new/kfilemetadata-5.109.0/autotests/mobiextractortest.cpp --- old/kfilemetadata-5.108.0/autotests/mobiextractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/mobiextractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -46,3 +46,5 @@ } QTEST_GUILESS_MAIN(MobiExtractorTest) + +#include "moc_mobiextractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/odfextractortest.cpp new/kfilemetadata-5.109.0/autotests/odfextractortest.cpp --- old/kfilemetadata-5.108.0/autotests/odfextractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/odfextractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -189,3 +189,5 @@ } QTEST_GUILESS_MAIN(OdfExtractorTest) + +#include "moc_odfextractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/office2007extractortest.cpp new/kfilemetadata-5.109.0/autotests/office2007extractortest.cpp --- old/kfilemetadata-5.108.0/autotests/office2007extractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/office2007extractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -86,3 +86,5 @@ } QTEST_GUILESS_MAIN(Office2007ExtractorTest) + +#include "moc_office2007extractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/pngextractortest.cpp new/kfilemetadata-5.109.0/autotests/pngextractortest.cpp --- old/kfilemetadata-5.108.0/autotests/pngextractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/pngextractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -60,3 +60,5 @@ } QTEST_GUILESS_MAIN(PngExtractorTest) + +#include "moc_pngextractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/popplerextractortest.cpp new/kfilemetadata-5.109.0/autotests/popplerextractortest.cpp --- old/kfilemetadata-5.108.0/autotests/popplerextractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/popplerextractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -79,3 +79,5 @@ } QTEST_GUILESS_MAIN(PopplerExtractorTest) + +#include "moc_popplerextractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/postscriptdscextractortest.cpp new/kfilemetadata-5.109.0/autotests/postscriptdscextractortest.cpp --- old/kfilemetadata-5.108.0/autotests/postscriptdscextractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/postscriptdscextractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -83,3 +83,5 @@ } QTEST_GUILESS_MAIN(PostscriptDscExtractorTest) + +#include "moc_postscriptdscextractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/propertyinfotest.cpp new/kfilemetadata-5.109.0/autotests/propertyinfotest.cpp --- old/kfilemetadata-5.108.0/autotests/propertyinfotest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/propertyinfotest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -208,3 +208,5 @@ { benchmarkTestData(); } + +#include "moc_propertyinfotest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/taglibextractortest.cpp new/kfilemetadata-5.109.0/autotests/taglibextractortest.cpp --- old/kfilemetadata-5.108.0/autotests/taglibextractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/taglibextractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -741,3 +741,5 @@ } QTEST_GUILESS_MAIN(TagLibExtractorTest) + +#include "moc_taglibextractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/taglibwritertest.cpp new/kfilemetadata-5.109.0/autotests/taglibwritertest.cpp --- old/kfilemetadata-5.108.0/autotests/taglibwritertest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/taglibwritertest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -847,3 +847,5 @@ } QTEST_GUILESS_MAIN(TagLibWriterTest) + +#include "moc_taglibwritertest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/usermetadatawritertest.cpp new/kfilemetadata-5.109.0/autotests/usermetadatawritertest.cpp --- old/kfilemetadata-5.108.0/autotests/usermetadatawritertest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/usermetadatawritertest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -123,3 +123,5 @@ } QTEST_GUILESS_MAIN(UserMetaDataWriterTest) + +#include "moc_usermetadatawritertest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/autotests/xmlextractortest.cpp new/kfilemetadata-5.109.0/autotests/xmlextractortest.cpp --- old/kfilemetadata-5.108.0/autotests/xmlextractortest.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/autotests/xmlextractortest.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -195,3 +195,4 @@ QTEST_GUILESS_MAIN(XmlExtractorTests) +#include "moc_xmlextractortest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/po/eo/kfilemetadata5.po new/kfilemetadata-5.109.0/po/eo/kfilemetadata5.po --- old/kfilemetadata-5.108.0/po/eo/kfilemetadata5.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kfilemetadata-5.109.0/po/eo/kfilemetadata5.po 2023-08-05 14:36:42.000000000 +0200 @@ -0,0 +1,749 @@ +# translation of kfilemetadata5.pot to esperanto +# Copyright (C) 2023 Free Software Foundation, Inc. +# This file is distributed under the same license as the kfilemetadata package. +# Oliver Kellogg <[email protected], 2023. +# +msgid "" +msgstr "" +"Project-Id-Version: kfilemetadata\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2023-06-04 00:42+0000\n" +"PO-Revision-Date: 2023-07-29 12:25+0100\n" +"Last-Translator: Oliver Kellogg <[email protected]>\n" +"Language-Team: Esperanto <[email protected]>\n" +"Language: eo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: translate-po (https://github.com/zcribe/translate-po)\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: src/formatstrings.cpp:64 +#, kde-format +msgctxt "@label bitrate (per second)" +msgid "%1/s" +msgstr "%1/s" + +#: src/formatstrings.cpp:78 +#, kde-format +msgctxt "Description of image orientation" +msgid "Unchanged" +msgstr "NeÅanÄita" + +#: src/formatstrings.cpp:79 +#, kde-format +msgctxt "Description of image orientation" +msgid "Horizontally flipped" +msgstr "Horizontale renversita" + +#: src/formatstrings.cpp:80 +#, kde-format +msgctxt "Description of image orientation" +msgid "180° rotated" +msgstr "180° turnita" + +#: src/formatstrings.cpp:81 +#, kde-format +msgctxt "Description of image orientation" +msgid "Vertically flipped" +msgstr "Vertikale renversita" + +#: src/formatstrings.cpp:82 +#, kde-format +msgctxt "Description of image orientation" +msgid "Transposed" +msgstr "Transmetita" + +#: src/formatstrings.cpp:83 +#, kde-format +msgctxt "Description of image orientation, counter clock-wise rotated" +msgid "90° rotated CCW " +msgstr "90° turnita CCW" + +#: src/formatstrings.cpp:84 +#, kde-format +msgctxt "Description of image orientation" +msgid "Transversed" +msgstr "Transversa" + +#: src/formatstrings.cpp:85 +#, kde-format +msgctxt "Description of image orientation, counter clock-wise rotated" +msgid "270° rotated CCW" +msgstr "270° turnita CCW" + +#: src/formatstrings.cpp:96 +#, kde-format +msgctxt "Description of photo flash" +msgid "No flash" +msgstr "Neniu ekbrilo" + +#: src/formatstrings.cpp:97 +#, kde-format +msgctxt "Description of photo flash" +msgid "Fired" +msgstr "Pafite" + +#: src/formatstrings.cpp:98 +#, kde-format +msgctxt "Description of photo flash" +msgid "Fired, return light not detected" +msgstr "Pafis, revena lumo ne detektita" + +#: src/formatstrings.cpp:99 +#, kde-format +msgctxt "Description of photo flash" +msgid "Fired, return light detected" +msgstr "Pafita, revena lumo detektita" + +#: src/formatstrings.cpp:100 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, did not fire" +msgstr "Jes, ne pafis" + +#: src/formatstrings.cpp:101 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, compulsory" +msgstr "Jes, deviga" + +#: src/formatstrings.cpp:102 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, compulsory, return light not detected" +msgstr "Jes, deviga, revena lumo ne detektita" + +#: src/formatstrings.cpp:103 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, compulsory, return light detected" +msgstr "Jes, deviga, revena lumo detektita" + +#: src/formatstrings.cpp:104 +#, kde-format +msgctxt "Description of photo flash" +msgid "No, compulsory" +msgstr "Ne, deviga" + +#: src/formatstrings.cpp:105 +#, kde-format +msgctxt "Description of photo flash" +msgid "No, did not fire, return light not detected" +msgstr "Ne, ne pafis, revenis lumo ne detektita" + +#: src/formatstrings.cpp:106 +#, kde-format +msgctxt "Description of photo flash" +msgid "No, auto" +msgstr "Ne, aÅtomate" + +#: src/formatstrings.cpp:107 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, auto" +msgstr "Jes, aÅtomate" + +#: src/formatstrings.cpp:108 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, auto, return light not detected" +msgstr "Jes, aÅtomate, revena lumo ne detektita" + +#: src/formatstrings.cpp:109 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, auto, return light detected" +msgstr "Jes, aÅtomate, revena lumo detektita" + +#: src/formatstrings.cpp:110 +#, kde-format +msgctxt "Description of photo flash" +msgid "No flash function" +msgstr "Neniu ekbrila funkcio" + +#: src/formatstrings.cpp:111 +#, kde-format +msgctxt "Description of photo flash" +msgid "No, no flash function" +msgstr "Ne, neniu fulmfunkcio" + +#: src/formatstrings.cpp:112 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, red-eye reduction" +msgstr "Jes, ruÄ-okula redukto" + +#: src/formatstrings.cpp:113 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, red-eye reduction, return light not detected" +msgstr "Jes, ruÄ-okula redukto, revena lumo ne detektita" + +#: src/formatstrings.cpp:114 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, red-eye reduction, return light detected" +msgstr "Jes, ruÄ-okula redukto, revena lumo detektita" + +#: src/formatstrings.cpp:115 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, compulsory, red-eye reduction" +msgstr "Jes, deviga, ruÄ-okula redukto" + +#: src/formatstrings.cpp:116 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, compulsory, red-eye reduction, return light not detected" +msgstr "Jes, deviga, ruÄ-okula redukto, revena lumo ne detektita" + +#: src/formatstrings.cpp:117 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, compulsory, red-eye reduction, return light detected" +msgstr "Jes, deviga, ruÄ-okula redukto, revena lumo detektita" + +#: src/formatstrings.cpp:118 +#, kde-format +msgctxt "Description of photo flash" +msgid "No, red-eye reduction" +msgstr "Ne, ruÄ-okula redukto" + +#: src/formatstrings.cpp:119 +#, kde-format +msgctxt "Description of photo flash" +msgid "No, auto, red-eye reduction" +msgstr "Ne, aÅtomata, ruÄ-okula redukto" + +#: src/formatstrings.cpp:120 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, auto, red-eye reduction" +msgstr "Jes, aÅtomata, ruÄ-okula redukto" + +#: src/formatstrings.cpp:121 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, auto, red-eye reduction, return light not detected" +msgstr "Jes, aÅtomata, ruÄ-okula redukto, revena lumo ne detektita" + +#: src/formatstrings.cpp:122 +#, kde-format +msgctxt "Description of photo flash" +msgid "Yes, auto, red-eye reduction, return light detected" +msgstr "Jes, aÅtomata, ruÄ-okula redukto, revena lumo detektita" + +#: src/formatstrings.cpp:127 +#, kde-format +msgid "Unknown" +msgstr "Nekonata" + +#: src/formatstrings.cpp:134 +#, kde-format +msgctxt "Symbol of degree, no space" +msgid "%1°" +msgstr "%1°" + +#: src/formatstrings.cpp:145 +#, kde-format +msgctxt "Focal length given in mm" +msgid "%1 mm" +msgstr "%1 mm" + +#: src/formatstrings.cpp:150 +#, kde-format +msgctxt "Symbol of frames per second, with space" +msgid "%1 fps" +msgstr "%1 fps" + +#: src/formatstrings.cpp:160 +#, kde-format +msgctxt "Time period given in seconds as rational number, denominator is given" +msgid "1/%1 s" +msgstr "1/%1 s" + +#: src/formatstrings.cpp:163 +#, kde-format +msgctxt "Time period given in seconds" +msgid "%1 s" +msgstr "%1 s" + +#: src/formatstrings.cpp:179 +#, kde-format +msgctxt "Exposure bias/compensation in exposure value (EV)" +msgid "%1 EV" +msgstr "%1 EV" + +#: src/formatstrings.cpp:193 +#, kde-format +msgctxt "" +"Exposure compensation given as integral with fraction, in exposure value (EV)" +msgid "%1 %2/%3 EV" +msgstr "%1 %2/%3 EV" + +#: src/formatstrings.cpp:196 +#, kde-format +msgctxt "Exposure compensation given as rational, in exposure value (EV)" +msgid "%1/%2 EV" +msgstr "%1/%2 EV" + +#: src/formatstrings.cpp:201 +#, kde-format +msgctxt "Aspect ratio, normalized to one" +msgid "%1:1" +msgstr "%1:1" + +#: src/formatstrings.cpp:206 +#, kde-format +msgctxt "F number for photographs" +msgid "f/%1" +msgstr "f/%1" + +#: src/propertyinfo.cpp:34 +msgid "Empty" +msgstr "Malplena" + +#: src/propertyinfo.cpp:38 +msgctxt "@label music album" +msgid "Album" +msgstr "Albumo" + +#: src/propertyinfo.cpp:39 +msgctxt "@label" +msgid "Album Artist" +msgstr "Albumartisto" + +#: src/propertyinfo.cpp:40 +msgctxt "@label" +msgid "Artist" +msgstr "Artisto" + +#: src/propertyinfo.cpp:41 +msgctxt "@label" +msgid "Aspect Ratio" +msgstr "Bildformato" + +#: src/propertyinfo.cpp:42 +msgctxt "@label" +msgid "Author" +msgstr "AÅtoro" + +#: src/propertyinfo.cpp:43 +msgctxt "@label" +msgid "Bitrate" +msgstr "Bitrate" + +#: src/propertyinfo.cpp:44 +msgctxt "@label" +msgid "Channels" +msgstr "Kanaloj" + +#: src/propertyinfo.cpp:45 +msgctxt "@label" +msgid "Comment" +msgstr "Komento" + +#: src/propertyinfo.cpp:46 +msgctxt "@label" +msgid "Description" +msgstr "Priskribo" + +#: src/propertyinfo.cpp:47 +msgctxt "@label" +msgid "Composer" +msgstr "Komponisto" + +#: src/propertyinfo.cpp:48 +msgctxt "@label" +msgid "Copyright" +msgstr "Kopirajto" + +#: src/propertyinfo.cpp:49 +msgctxt "@label" +msgid "Creation Date" +msgstr "Dato de Kreo" + +#: src/propertyinfo.cpp:50 +msgctxt "@label" +msgid "Duration" +msgstr "DaÅro" + +#: src/propertyinfo.cpp:51 +msgctxt "@label" +msgid "Frame Rate" +msgstr "Framfrekvenco" + +#: src/propertyinfo.cpp:52 +msgctxt "@label" +msgid "Document Generated By" +msgstr "Dokumento Generita De" + +#: src/propertyinfo.cpp:53 +msgctxt "@label music genre" +msgid "Genre" +msgstr "Äenro" + +#: src/propertyinfo.cpp:54 +msgctxt "@label" +msgid "Height" +msgstr "Alteco" + +#: src/propertyinfo.cpp:55 +msgctxt "@label EXIF" +msgid "Image Date Time" +msgstr "Bildo Dato Tempo" + +#: src/propertyinfo.cpp:56 +msgctxt "@label EXIF" +msgid "Manufacturer" +msgstr "Fabrikisto" + +#: src/propertyinfo.cpp:57 +msgctxt "@label EXIF" +msgid "Model" +msgstr "Modelo" + +#: src/propertyinfo.cpp:58 +msgctxt "@label EXIF" +msgid "Image Orientation" +msgstr "Bilda OrientiÄo" + +#: src/propertyinfo.cpp:59 +msgctxt "@label" +msgid "Keywords" +msgstr "Ålosilvortoj" + +#: src/propertyinfo.cpp:60 +msgctxt "@label" +msgid "Language" +msgstr "Lingvo" + +#: src/propertyinfo.cpp:61 +msgctxt "@label number of lines" +msgid "Line Count" +msgstr "Liniokalkulo" + +#: src/propertyinfo.cpp:62 +msgctxt "@label" +msgid "Lyricist" +msgstr "Lirikisto" + +#: src/propertyinfo.cpp:63 +msgctxt "@label" +msgid "Page Count" +msgstr "PaÄkalkulo" + +#: src/propertyinfo.cpp:64 +msgctxt "@label EXIF" +msgid "Aperture Value" +msgstr "Apertura Valoro" + +#: src/propertyinfo.cpp:65 +msgctxt "@label EXIF" +msgid "Original Date Time" +msgstr "Originala Dato Tempo" + +#: src/propertyinfo.cpp:66 +msgctxt "@label EXIF" +msgid "Exposure Bias" +msgstr "Ekspona Biaso" + +#: src/propertyinfo.cpp:67 +msgctxt "@label EXIF" +msgid "Exposure Time" +msgstr "ElmetiÄo-tempo" + +#: src/propertyinfo.cpp:68 +msgctxt "@label EXIF" +msgid "Flash" +msgstr "Ekbrilo" + +#: src/propertyinfo.cpp:69 +msgctxt "@label EXIF" +msgid "F Number" +msgstr "F Nombro" + +#: src/propertyinfo.cpp:70 +msgctxt "@label EXIF" +msgid "Focal Length" +msgstr "Foksa Longo" + +#: src/propertyinfo.cpp:71 +msgctxt "@label EXIF" +msgid "Focal Length 35mm" +msgstr "Foka Longo 35mm" + +#: src/propertyinfo.cpp:72 +msgctxt "@label EXIF" +msgid "GPS Latitude" +msgstr "GPS Latitudo" + +#: src/propertyinfo.cpp:73 +msgctxt "@label EXIF" +msgid "GPS Longitude" +msgstr "GPS Longitudo" + +#: src/propertyinfo.cpp:74 +msgctxt "@label EXIF" +msgid "GPS Altitude" +msgstr "GPS-Alteco" + +#: src/propertyinfo.cpp:75 +msgctxt "@label EXIF" +msgid "ISO Speed Rating" +msgstr "ISO Rapida Taksado" + +#: src/propertyinfo.cpp:76 +msgctxt "@label EXIF" +msgid "Metering Mode" +msgstr "Mezura ReÄimo" + +#: src/propertyinfo.cpp:77 +msgctxt "@label EXIF" +msgid "X Dimension" +msgstr "X Dimensio" + +#: src/propertyinfo.cpp:78 +msgctxt "@label EXIF" +msgid "Y Dimension" +msgstr "Y Dimensio" + +#: src/propertyinfo.cpp:79 +msgctxt "@label EXIF" +msgid "Saturation" +msgstr "SaturiÄo" + +#: src/propertyinfo.cpp:80 +msgctxt "@label EXIF" +msgid "Sharpness" +msgstr "Akreco" + +#: src/propertyinfo.cpp:81 +msgctxt "@label EXIF" +msgid "White Balance" +msgstr "Blanka Ekvilibro" + +#: src/propertyinfo.cpp:82 +msgctxt "@label" +msgid "Publisher" +msgstr "Eldonisto" + +#: src/propertyinfo.cpp:83 +msgctxt "@label" +msgid "Label" +msgstr "Etikedo" + +#: src/propertyinfo.cpp:84 +msgctxt "@label" +msgid "Release Year" +msgstr "Eldonjaro" + +#: src/propertyinfo.cpp:85 +msgctxt "@label" +msgid "Sample Rate" +msgstr "Ekzempla indico" + +#: src/propertyinfo.cpp:86 +msgctxt "@label" +msgid "Subject" +msgstr "Subjekto" + +#: src/propertyinfo.cpp:87 +msgctxt "@label" +msgid "Title" +msgstr "Titolo" + +#: src/propertyinfo.cpp:88 +msgctxt "@label music track number" +msgid "Track Number" +msgstr "Voja Nombro" + +#: src/propertyinfo.cpp:89 +msgctxt "@label music disc number" +msgid "Disc Number" +msgstr "Disko-Numero" + +#: src/propertyinfo.cpp:90 +msgctxt "@label" +msgid "Location" +msgstr "Loko" + +#: src/propertyinfo.cpp:91 +msgctxt "@label" +msgid "Performer" +msgstr "Prezentisto" + +#: src/propertyinfo.cpp:92 +msgctxt "@label" +msgid "Ensemble" +msgstr "Ensemblo" + +#: src/propertyinfo.cpp:93 +msgctxt "@label" +msgid "Arranger" +msgstr "AranÄanto" + +#: src/propertyinfo.cpp:94 +msgctxt "@label" +msgid "Conductor" +msgstr "Direktoro" + +#: src/propertyinfo.cpp:95 +msgctxt "@label" +msgid "Compilation" +msgstr "Kompilo" + +#: src/propertyinfo.cpp:96 +msgctxt "@label" +msgid "License" +msgstr "Permesilo" + +#: src/propertyinfo.cpp:97 +msgctxt "@label" +msgid "Lyrics" +msgstr "Kantotekstoj" + +#: src/propertyinfo.cpp:98 +msgctxt "@label" +msgid "Opus" +msgstr "Verko" + +#: src/propertyinfo.cpp:99 +msgctxt "@label" +msgid "Rating" +msgstr "Taksado" + +#: src/propertyinfo.cpp:100 +msgctxt "@label ReplayGain is the name of a standard" +msgid "ReplayGain Album Peak" +msgstr "ReplayGain Album-Pinto" + +#: src/propertyinfo.cpp:101 +msgctxt "@label ReplayGain is the name of a standard" +msgid "ReplayGain Album Gain" +msgstr "ReplayGain Album-Gajno" + +#: src/propertyinfo.cpp:102 +msgctxt "@label ReplayGain is the name of a standard" +msgid "ReplayGain Track Peak" +msgstr "ReplayGain Trak-Pinto" + +#: src/propertyinfo.cpp:103 +msgctxt "@label ReplayGain is the name of a standard" +msgid "ReplayGain Track Gain" +msgstr "ReplayGain Trakgajno" + +#: src/propertyinfo.cpp:104 +msgctxt "@label" +msgid "Width" +msgstr "LarÄo" + +#: src/propertyinfo.cpp:105 +msgctxt "@label number of words" +msgid "Word Count" +msgstr "Sumo da vortoj" + +#: src/propertyinfo.cpp:106 +msgctxt "@label number of translatable strings" +msgid "Translatable Units" +msgstr "Tradukeblaj Unuoj" + +#: src/propertyinfo.cpp:107 +msgctxt "@label number of translated strings" +msgid "Translations" +msgstr "Tradukoj" + +#: src/propertyinfo.cpp:108 +msgctxt "@label number of fuzzy translated strings" +msgid "Draft Translations" +msgstr "Malnetaj Tradukoj" + +#: src/propertyinfo.cpp:109 +msgctxt "@label translation author" +msgid "Author" +msgstr "AÅtoro" + +#: src/propertyinfo.cpp:110 +msgctxt "@label translations last update" +msgid "Last Update" +msgstr "Lasta Äisdatigo" + +#: src/propertyinfo.cpp:111 +msgctxt "@label date of template creation8" +msgid "Template Creation" +msgstr "Kreado de Åablonoj" + +#: src/propertyinfo.cpp:112 +msgctxt "@label the URL a file was originally downloaded from" +msgid "Downloaded From" +msgstr "ElÅutite de" + +#: src/propertyinfo.cpp:113 +msgctxt "@label the subject of an email this file was attached to" +msgid "E-Mail Attachment Subject" +msgstr "Temo de RetpoÅta Aldonaĵo" + +#: src/propertyinfo.cpp:114 +msgctxt "@label the sender of an email this file was attached to" +msgid "E-Mail Attachment Sender" +msgstr "Sendanto de RetpoÅta Aldonaĵo" + +#: src/propertyinfo.cpp:115 +msgctxt "@label the message ID of an email this file was attached to" +msgid "E-Mail Attachment Message ID" +msgstr "MesaÄ-ID de RetpoÅta Aldonaĵo" + +#: src/typeinfo.cpp:34 +#, kde-format +msgctxt "@label" +msgid "Archive" +msgstr "Arkivo" + +#: src/typeinfo.cpp:39 +#, kde-format +msgctxt "@label" +msgid "Audio" +msgstr "AÅdio" + +#: src/typeinfo.cpp:44 +#, kde-format +msgctxt "@label" +msgid "Document" +msgstr "Dokumento" + +#: src/typeinfo.cpp:49 +#, kde-format +msgctxt "@label" +msgid "Image" +msgstr "Bildo" + +#: src/typeinfo.cpp:54 +#, kde-format +msgctxt "@label" +msgid "Presentation" +msgstr "Prezento" + +#: src/typeinfo.cpp:59 +#, kde-format +msgctxt "@label" +msgid "Spreadsheet" +msgstr "Tabelfolio" + +#: src/typeinfo.cpp:64 +#, kde-format +msgctxt "@label" +msgid "Text" +msgstr "Teksto" + +#: src/typeinfo.cpp:69 +#, kde-format +msgctxt "@label" +msgid "Video" +msgstr "Video" + +#: src/typeinfo.cpp:74 +#, kde-format +msgctxt "@label" +msgid "Folder" +msgstr "Dosierujo" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/po/eu/kfilemetadata5.po new/kfilemetadata-5.109.0/po/eu/kfilemetadata5.po --- old/kfilemetadata-5.108.0/po/eu/kfilemetadata5.po 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/po/eu/kfilemetadata5.po 2023-08-05 14:36:42.000000000 +0200 @@ -1,26 +1,25 @@ # Translation of kfilemetadata5.po to Euskara/Basque (eu). -# Copyright (C) 2017-2018, Free Software Foundation. -# Copyright (C) 2019, this file is copyright: +# Copyright (C) 2017-2023 This file is copyright: # This file is distributed under the same license as the kfilemetadata package. -# KDE Euskaratzeko proiektuaren arduraduna <[email protected]>. +# KDE euskaratzeko proiektuaren arduraduna <[email protected]>. # # Translators: # Osoitz <[email protected]>, 2017. -# Iñigo Salvador Azurmendi <[email protected]>, 2017, 2018, 2019. +# Iñigo Salvador Azurmendi <[email protected]>, 2017, 2018, 2019, 2023. msgid "" msgstr "" "Project-Id-Version: kfilemetadata\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-06-04 00:42+0000\n" -"PO-Revision-Date: 2019-06-23 21:50+0200\n" -"Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" +"PO-Revision-Date: 2023-07-22 15:45+0200\n" +"Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 19.04.2\n" +"X-Generator: Lokalize 23.04.3\n" #: src/formatstrings.cpp:64 #, kde-format @@ -310,7 +309,7 @@ #: src/propertyinfo.cpp:34 msgid "Empty" -msgstr "" +msgstr "Hutsik" #: src/propertyinfo.cpp:38 msgctxt "@label music album" @@ -565,7 +564,7 @@ #: src/propertyinfo.cpp:88 msgctxt "@label music track number" msgid "Track Number" -msgstr "Aztarna zenbakia" +msgstr "Pistaren zenbakia" #: src/propertyinfo.cpp:89 msgctxt "@label music disc number" @@ -624,36 +623,24 @@ msgstr "Puntuazioa" #: src/propertyinfo.cpp:100 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Album Peak" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Album Peak" -msgstr "Berriz-jotze irabazia (RG) albumaren gailurra" +msgstr "«ReplayGain» albumaren gailurra" #: src/propertyinfo.cpp:101 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Album Gain" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Album Gain" -msgstr "Berriz-jotze irabazia (RG) albumaren irabazia" +msgstr "«ReplayGain» albumaren irabazia" #: src/propertyinfo.cpp:102 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Track Peak" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Track Peak" -msgstr "Berriz-jotze irabazia (RG) aztarnaren gailurra" +msgstr "ReplayGain«ReplayGain» pistaren gailurra" #: src/propertyinfo.cpp:103 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Track Gain" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Track Gain" -msgstr "Berriz-jotze irabazia (RG) aztarnaren irabazia" +msgstr "«ReplayGain» pistaren irabazia" #: src/propertyinfo.cpp:104 msgctxt "@label" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/po/fi/kfilemetadata5.po new/kfilemetadata-5.109.0/po/fi/kfilemetadata5.po --- old/kfilemetadata-5.108.0/po/fi/kfilemetadata5.po 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/po/fi/kfilemetadata5.po 2023-08-05 14:36:42.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-06-04 00:42+0000\n" -"PO-Revision-Date: 2022-07-02 17:21+0300\n" +"PO-Revision-Date: 2023-07-04 21:30+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" "Language: fi\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 20.12.0\n" +"X-Generator: Lokalize 22.12.3\n" #: src/formatstrings.cpp:64 #, kde-format @@ -305,7 +305,7 @@ #: src/propertyinfo.cpp:34 msgid "Empty" -msgstr "" +msgstr "tyhjä" #: src/propertyinfo.cpp:38 msgctxt "@label music album" @@ -619,36 +619,24 @@ msgstr "Arvostelu" #: src/propertyinfo.cpp:100 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Album Peak" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Album Peak" msgstr "ReplayGain: albumin huippu" #: src/propertyinfo.cpp:101 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Album Gain" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Album Gain" -msgstr "Albumin äänenvoimakkuudentasaus" +msgstr "ReplayGain: albumin äänenvoimakkuudentasaus" #: src/propertyinfo.cpp:102 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Track Peak" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Track Peak" msgstr "ReplayGain: kappaleen huippu" #: src/propertyinfo.cpp:103 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Track Gain" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Track Gain" -msgstr "Raidan äänenvoimakkuudentasaus" +msgstr "ReplayGain: raidan äänenvoimakkuudentasaus" #: src/propertyinfo.cpp:104 msgctxt "@label" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/po/ko/kfilemetadata5.po new/kfilemetadata-5.109.0/po/ko/kfilemetadata5.po --- old/kfilemetadata-5.108.0/po/ko/kfilemetadata5.po 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/po/ko/kfilemetadata5.po 2023-08-05 14:36:42.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-06-04 00:42+0000\n" -"PO-Revision-Date: 2020-04-01 02:00+0200\n" +"PO-Revision-Date: 2023-07-23 00:51+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" @@ -301,7 +301,7 @@ #: src/propertyinfo.cpp:34 msgid "Empty" -msgstr "" +msgstr "ë¹ì´ ìì" #: src/propertyinfo.cpp:38 msgctxt "@label music album" @@ -614,33 +614,21 @@ msgstr "ë³ì " #: src/propertyinfo.cpp:100 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Album Peak" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Album Peak" msgstr "리íë ì´ê²ì¸ ì¨ë² í¼í¬" #: src/propertyinfo.cpp:101 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Album Gain" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Album Gain" msgstr "리íë ì´ê²ì¸ ì¨ë² ê²ì¸" #: src/propertyinfo.cpp:102 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Track Peak" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Track Peak" msgstr "리íë ì´ê²ì¸ í¸ë í¼í¬" #: src/propertyinfo.cpp:103 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Track Gain" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Track Gain" msgstr "리íë ì´ê²ì¸ í¸ë ê²ì¸" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/po/nn/kfilemetadata5.po new/kfilemetadata-5.109.0/po/nn/kfilemetadata5.po --- old/kfilemetadata-5.108.0/po/nn/kfilemetadata5.po 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/po/nn/kfilemetadata5.po 2023-08-05 14:36:42.000000000 +0200 @@ -6,7 +6,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-06-04 00:42+0000\n" -"PO-Revision-Date: 2019-06-26 22:02+0200\n" +"PO-Revision-Date: 2023-07-29 12:27+0200\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\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 22.12.3\n" +"X-Generator: Lokalize 23.04.3\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -303,7 +303,7 @@ #: src/propertyinfo.cpp:34 msgid "Empty" -msgstr "" +msgstr "Tom" #: src/propertyinfo.cpp:38 msgctxt "@label music album" @@ -618,22 +618,22 @@ #: src/propertyinfo.cpp:100 msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Album Peak" -msgstr "" +msgstr "ReplayGain â album-lydtopp" #: src/propertyinfo.cpp:101 msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Album Gain" -msgstr "" +msgstr "ReplayGain â album-forsterking" #: src/propertyinfo.cpp:102 msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Track Peak" -msgstr "" +msgstr "ReplayGai â spor-lydtopp" #: src/propertyinfo.cpp:103 msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Track Gain" -msgstr "" +msgstr "ReplayGain â spor-forsterking" #: src/propertyinfo.cpp:104 msgctxt "@label" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/po/sv/kfilemetadata5.po new/kfilemetadata-5.109.0/po/sv/kfilemetadata5.po --- old/kfilemetadata-5.108.0/po/sv/kfilemetadata5.po 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/po/sv/kfilemetadata5.po 2023-08-05 14:36:42.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Stefan Asserhäll <[email protected]>, 2014, 2015, 2016, 2017, 2018, 2019. +# Stefan Asserhäll <[email protected]>, 2014, 2015, 2016, 2017, 2018, 2019, 2023. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-06-04 00:42+0000\n" -"PO-Revision-Date: 2019-06-22 09:11+0100\n" +"PO-Revision-Date: 2023-07-31 08:50+0200\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" "Language: sv\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 20.08.1\n" #: src/formatstrings.cpp:64 #, kde-format @@ -302,7 +302,7 @@ #: src/propertyinfo.cpp:34 msgid "Empty" -msgstr "" +msgstr "Tomt" #: src/propertyinfo.cpp:38 msgctxt "@label music album" @@ -615,36 +615,24 @@ msgstr "Betyg" #: src/propertyinfo.cpp:100 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Album Peak" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Album Peak" msgstr "Högsta uppspelningsnivÃ¥ i album" #: src/propertyinfo.cpp:101 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Album Gain" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Album Gain" -msgstr "UppspelningsnivÃ¥ album" +msgstr "UppspelningsnivÃ¥ albumförstärkning" #: src/propertyinfo.cpp:102 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Track Peak" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Track Peak" msgstr "Högsta uppspelningsnivÃ¥ i spÃ¥r" #: src/propertyinfo.cpp:103 -#, fuzzy -#| msgctxt "@label" -#| msgid "Replay Gain Track Gain" msgctxt "@label ReplayGain is the name of a standard" msgid "ReplayGain Track Gain" -msgstr "UppspelningsnivÃ¥ spÃ¥r" +msgstr "UppspelningsnivÃ¥ spÃ¥rförstärkning" #: src/propertyinfo.cpp:104 msgctxt "@label" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/po/zh_CN/kfilemetadata5.po new/kfilemetadata-5.109.0/po/zh_CN/kfilemetadata5.po --- old/kfilemetadata-5.108.0/po/zh_CN/kfilemetadata5.po 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/po/zh_CN/kfilemetadata5.po 2023-08-05 14:36:42.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-06-04 00:42+0000\n" -"PO-Revision-Date: 2023-06-17 04:11\n" +"PO-Revision-Date: 2023-08-02 12:40\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/externalextractor.cpp new/kfilemetadata-5.109.0/src/externalextractor.cpp --- old/kfilemetadata-5.108.0/src/externalextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/externalextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -156,3 +156,5 @@ qCDebug(KFILEMETADATA_LOG) << rootObject[QStringLiteral("error")].toString(); } } + +#include "moc_externalextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/externalwriter.cpp new/kfilemetadata-5.109.0/src/externalwriter.cpp --- old/kfilemetadata-5.108.0/src/externalwriter.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/externalwriter.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -126,3 +126,5 @@ } } + +#include "moc_externalwriter.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractorplugin.cpp new/kfilemetadata-5.109.0/src/extractorplugin.cpp --- old/kfilemetadata-5.108.0/src/extractorplugin.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractorplugin.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -150,3 +150,5 @@ return QString(); } + +#include "moc_extractorplugin.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/appimageextractor.cpp new/kfilemetadata-5.109.0/src/extractors/appimageextractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/appimageextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/appimageextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -287,3 +287,5 @@ result->add(Property::Author, appData.developerName()); } } + +#include "moc_appimageextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/epubextractor.cpp new/kfilemetadata-5.109.0/src/extractors/epubextractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/epubextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/epubextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -186,3 +186,5 @@ // close epub file again epub_close(ePubDoc); } + +#include "moc_epubextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/exiv2extractor.cpp new/kfilemetadata-5.109.0/src/extractors/exiv2extractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/exiv2extractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/exiv2extractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -339,3 +339,5 @@ return QByteArray(); } + +#include "moc_exiv2extractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/fb2extractor.cpp new/kfilemetadata-5.109.0/src/extractors/fb2extractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/fb2extractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/fb2extractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -216,3 +216,5 @@ } } } + +#include "moc_fb2extractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/ffmpegextractor.cpp new/kfilemetadata-5.109.0/src/extractors/ffmpegextractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/ffmpegextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/ffmpegextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -180,3 +180,5 @@ avformat_close_input(&fmt_ctx); } + +#include "moc_ffmpegextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/mobiextractor.cpp new/kfilemetadata-5.109.0/src/extractors/mobiextractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/mobiextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/mobiextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -99,3 +99,5 @@ } } + +#include "moc_mobiextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/odfextractor.cpp new/kfilemetadata-5.109.0/src/extractors/odfextractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/odfextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/odfextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -233,3 +233,5 @@ } } } + +#include "moc_odfextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/office2007extractor.cpp new/kfilemetadata-5.109.0/src/extractors/office2007extractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/office2007extractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/office2007extractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -305,3 +305,5 @@ } } } + +#include "moc_office2007extractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/officeextractor.cpp new/kfilemetadata-5.109.0/src/extractors/officeextractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/officeextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/officeextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -110,3 +110,5 @@ return QString::fromUtf8(process.readAll()); } } + +#include "moc_officeextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/plaintextextractor.cpp new/kfilemetadata-5.109.0/src/extractors/plaintextextractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/plaintextextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/plaintextextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -125,3 +125,5 @@ result->add(Property::LineCount, lines); #endif } + +#include "moc_plaintextextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/pngextractor.cpp new/kfilemetadata-5.109.0/src/extractors/pngextractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/pngextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/pngextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -92,3 +92,5 @@ result->add(mapping.property, text); } } + +#include "moc_pngextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/poextractor.cpp new/kfilemetadata-5.109.0/src/extractors/poextractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/poextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/poextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -173,3 +173,5 @@ result->add(Property::LineCount, lines); //TODO WordCount } + +#include "moc_poextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/popplerextractor.cpp new/kfilemetadata-5.109.0/src/extractors/popplerextractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/popplerextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/popplerextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -85,3 +85,5 @@ result->append(page->text(QRectF())); } } + +#include "moc_popplerextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/postscriptdscextractor.cpp new/kfilemetadata-5.109.0/src/extractors/postscriptdscextractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/postscriptdscextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/postscriptdscextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -106,3 +106,5 @@ } } // namespace KFileMetaData + +#include "moc_postscriptdscextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/taglibextractor.cpp new/kfilemetadata-5.109.0/src/extractors/taglibextractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/taglibextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/taglibextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -696,3 +696,5 @@ // Disc number[/total dics]: TPOS // Track number[/total tracks]: TRCK // Genre: TCON + +#include "moc_taglibextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/extractors/xmlextractor.cpp new/kfilemetadata-5.109.0/src/extractors/xmlextractor.cpp --- old/kfilemetadata-5.108.0/src/extractors/xmlextractor.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/extractors/xmlextractor.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -134,3 +134,5 @@ } } // namespace KFileMetaData + +#include "moc_xmlextractor.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/writerplugin.cpp new/kfilemetadata-5.109.0/src/writerplugin.cpp --- old/kfilemetadata-5.108.0/src/writerplugin.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/writerplugin.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -18,3 +18,5 @@ WriterPlugin::~WriterPlugin() { } + +#include "moc_writerplugin.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-5.108.0/src/writers/taglibwriter.cpp new/kfilemetadata-5.109.0/src/writers/taglibwriter.cpp --- old/kfilemetadata-5.108.0/src/writers/taglibwriter.cpp 2023-07-01 11:57:07.000000000 +0200 +++ new/kfilemetadata-5.109.0/src/writers/taglibwriter.cpp 2023-08-05 14:36:42.000000000 +0200 @@ -663,3 +663,5 @@ } } } + +#include "moc_taglibwriter.cpp"
