Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mbox-importer for openSUSE:Factory checked in at 2026-08-24 12:09:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old) and /work/SRC/openSUSE:Factory/.mbox-importer.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mbox-importer" Mon Aug 24 12:09:10 2026 rev:116 rq:1372511 version:26.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes 2026-07-02 22:17:53.482271905 +0200 +++ /work/SRC/openSUSE:Factory/.mbox-importer.new.1258/mbox-importer.changes 2026-08-24 12:14:01.553122330 +0200 @@ -1,0 +2,29 @@ +Sun Aug 16 07:28:02 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/26.08.0/ +- No code change since 26.07.90 + +------------------------------------------------------------------- +Sat Aug 1 11:39:42 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.07.90 + * New feature release +- No code change since 26.07.80 + +------------------------------------------------------------------- +Sat Jul 18 11:12:24 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.07.80 + * New feature release +- Changes since 26.04.3: + * Add find_package(KF6I18n...) + * CMAKE_CXX_SCAN_FOR_MODULES is already defined in ecm + * USe QT_ENABLE_STRICT_MODE_UP_TO + * BUILD_QCH is not useful + * Remove unused variables + * Add prek support + +------------------------------------------------------------------- Old: ---- mbox-importer-26.04.3.tar.xz mbox-importer-26.04.3.tar.xz.sig New: ---- mbox-importer-26.08.0.tar.xz mbox-importer-26.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mbox-importer.spec ++++++ --- /var/tmp/diff_new_pack.LCQFt3/_old 2026-08-24 12:14:02.371151387 +0200 +++ /var/tmp/diff_new_pack.LCQFt3/_new 2026-08-24 12:14:02.373151458 +0200 @@ -16,13 +16,13 @@ # -%define kf6_version 6.19.0 +%define kf6_version 6.27.0 %define qt6_version 6.9.0 -%define kpim6_version 6.7.3 +%define kpim6_version 6.8.0 %bcond_without released Name: mbox-importer -Version: 26.04.3 +Version: 26.08.0 Release: 0 Summary: Tool for importing mbox archives into akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -35,8 +35,8 @@ BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: cmake(KF6Config) >= %{kf6_version} BuildRequires: cmake(KF6Crash) >= %{kf6_version} -BuildRequires: cmake(KF6KIO) >= %{kf6_version} BuildRequires: cmake(KF6IconThemes) >= %{kf6_version} +BuildRequires: cmake(KF6KIO) >= %{kf6_version} BuildRequires: cmake(KF6Service) >= %{kf6_version} BuildRequires: cmake(KPim6Akonadi) >= %{kpim6_version} BuildRequires: cmake(KPim6IdentityManagementCore) >= %{kpim6_version} ++++++ mbox-importer-26.04.3.tar.xz -> mbox-importer-26.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/.pre-commit-config.yaml new/mbox-importer-26.08.0/.pre-commit-config.yaml --- old/mbox-importer-26.04.3/.pre-commit-config.yaml 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/.pre-commit-config.yaml 2026-08-03 06:48:50.000000000 +0200 @@ -21,7 +21,7 @@ - id: destroyed-symlinks - id: check-executables-have-shebangs - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.0 + rev: v22.1.5 hooks: - id: clang-format # force using this project's configuration rather @@ -29,14 +29,14 @@ args: ["--style=file:.clang-format-pre-commit"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.12.12 + rev: v0.15.12 hooks: # Run the linter. - id: ruff # Run the formatter. - id: ruff-format - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell exclude: (textemoticons/core/data/emoji.json|textgrammarcheck/grammalecte/autotests/data/result1.json|texttranslator/translator/plugins/bergamot/autotests/data/modellanguages/models.json|textgrammarcheck/languagetool/autotests/data/test2.json|textautocorrection/core/autotests/data/custom-fr-ref.xml|textgrammarcheck/common/autotests/grammarresultutiltest.cpp|textautocorrection/core/autotests/data/custom-fr.xml) @@ -45,12 +45,12 @@ hooks: - id: gersemi - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.18.1 + rev: v0.22.1 hooks: - id: markdownlint-cli2 files: \.(md|mdown|markdown)$ - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.12.0-2 + rev: v3.13.1-1 hooks: - id: shfmt - repo: https://github.com/shellcheck-py/shellcheck-py diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/CMakeLists.txt new/mbox-importer-26.08.0/CMakeLists.txt --- old/mbox-importer-26.04.3/CMakeLists.txt 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/CMakeLists.txt 2026-08-03 06:48:50.000000000 +0200 @@ -1,12 +1,11 @@ -set(PIM_VERSION "6.7.3") -cmake_minimum_required(VERSION 3.27) +set(PIM_VERSION "6.8.0") +cmake_minimum_required(VERSION 3.29) project(mbox-importer VERSION ${PIM_VERSION}) -set(KF_MIN_VERSION "6.22.0") +set(KF_MIN_VERSION "6.25.0") set(QT_REQUIRED_VERSION "6.9.0") find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) -set(CMAKE_CXX_SCAN_FOR_MODULES OFF) include(ECMInstallIcons) include(ECMSetupVersion) @@ -26,6 +25,10 @@ if(GIT_SOURCE_TARBALL) set(PRE_COMMIT_INSTALLED FALSE) + include(KDEGitCommitHooks) + include(KDEClangFormat) + kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) + if(${CMAKE_SOURCE_DIR} STREQUAL ${PROJECT_SOURCE_DIR}) if(EXISTS "${PROJECT_SOURCE_DIR}/.git/hooks/pre-commit") file(READ "${PROJECT_SOURCE_DIR}/.git/hooks/pre-commit" FILE_CONTENTS) @@ -36,35 +39,38 @@ endif() endif() if(NOT ${PRE_COMMIT_INSTALLED}) - find_program(PRE_COMMIT_EXECUTABLE pre-commit) - if(PRE_COMMIT_EXECUTABLE) + function(install_hook executable hook_name) message( STATUS - "This module has pre-commit support. pre-commit binary was found. Installing pre-commit hook" + "This module has ${hook_name} support. ${hook_name} binary was found. Installing ${hook_name} hook" ) execute_process( COMMAND - "${PRE_COMMIT_EXECUTABLE}" install -f + "${executable}" install -f ERROR_QUIET RESULT_VARIABLE _precommitresult WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}" ) if(_precommitresult EQUAL 0) - message(STATUS "Pre-commit installed.") + message(STATUS "${hook_name} installed.") else() message( WARNING - "Error during installing pre-commit hook: ${PRE_COMMIT_EXECUTABLE} project source dir ${PROJECT_SOURCE_DIR}" + "Error during installing ${hook_name} hook: ${executable} project source dir ${PROJECT_SOURCE_DIR}" ) - include(KDEGitCommitHooks) - include(KDEClangFormat) - kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) endif() + endfunction() + + find_program(PREK_EXECUTABLE prek) + if(PREK_EXECUTABLE) + install_hook(${PREK_EXECUTABLE} "Prek") else() - message(WARNING "This module has pre-commit support. pre-commit binary was not found.") - include(KDEGitCommitHooks) - include(KDEClangFormat) - kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) + find_program(PRE_COMMIT_EXECUTABLE pre-commit) + if(PRE_COMMIT_EXECUTABLE) + install_hook(${PRE_COMMIT_EXECUTABLE} "pre-commit") + else() + message(WARNING "This module has pre-commit support. pre-commit binary was not found.") + endif() endif() endif() endif() @@ -88,7 +94,7 @@ # Do NOT add quote set(KDEPIM_DEV_VERSION) -set(RELEASE_SERVICE_VERSION "26.04.3") +set(RELEASE_SERVICE_VERSION "26.08.1") # add an extra space if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") @@ -96,10 +102,7 @@ set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} (${RELEASE_SERVICE_VERSION})") -set(AKONADI_VERSION "6.7.3") - -set(KDEPIM_LIB_VERSION "${PIM_VERSION}") -set(KDEPIM_LIB_SOVERSION "6") +set(AKONADI_VERSION "6.8.0") find_package( Qt6 @@ -109,14 +112,15 @@ Gui Widgets ) -set(LIBMAILIMPORTER_VERSION "6.7.3") -set(MAILCOMMON_LIB_VERSION "6.7.3") -set(IDENTITYMANAGEMENT_LIB_VERSION "6.7.3") +set(LIBMAILIMPORTER_VERSION "6.8.0") +set(MAILCOMMON_LIB_VERSION "6.8.0") +set(IDENTITYMANAGEMENT_LIB_VERSION "6.8.0") # Find KF6 package find_package(KF6Config ${KF_MIN_VERSION} CONFIG REQUIRED) find_package(KF6Service ${KF_MIN_VERSION} CONFIG REQUIRED) find_package(KF6Crash ${KF_MIN_VERSION} REQUIRED) +find_package(KF6I18n ${KF_MIN_VERSION} CONFIG REQUIRED) find_package(KF6IconThemes ${KF_MIN_VERSION} QUIET) # Find KdepimLibs Package @@ -137,7 +141,7 @@ # see e.g. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56556 or https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79328 string(APPEND CMAKE_CXX_FLAGS " -Wshadow") endif() -ecm_set_disabled_deprecation_versions(QT 6.11.0 KF 6.23.0 KMIME 6.7.0) +ecm_set_disabled_deprecation_versions(QT 6.12.0 KF 6.28.0 ) option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile time)" OFF) @@ -145,6 +149,8 @@ if(USE_UNITY_CMAKE_SUPPORT) set(COMPILE_WITH_UNITY_CMAKE_SUPPORT ON) endif() +add_compile_definitions(QT_ENABLE_STRICT_MODE_UP_TO=0x060B00) + add_subdirectory(src) if(GIT_SOURCE_TARBALL) if(DEFINED kde_configure_git_pre_commit_hook) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/CMakePresets.json new/mbox-importer-26.08.0/CMakePresets.json --- old/mbox-importer-26.04.3/CMakePresets.json 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/CMakePresets.json 2026-08-03 06:48:50.000000000 +0200 @@ -8,10 +8,7 @@ "generator": "Ninja", "binaryDir": "${sourceDir}/build-${presetName}", "installDir": "$env{KF6}", - "hidden": true, - "cacheVariables": { - "BUILD_QCH": "ON" - } + "hidden": true }, { "name": "dev-mold", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/ar/mboximporter.po new/mbox-importer-26.08.0/po/ar/mboximporter.po --- old/mbox-importer-26.04.3/po/ar/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/ar/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-16 12:20+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" "Language-Team: ar\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/ast/mboximporter.po new/mbox-importer-26.08.0/po/ast/mboximporter.po --- old/mbox-importer-26.04.3/po/ast/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/ast/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: mbox-importer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2023-10-25 09:55+0200\n" "Last-Translator: Enol P. <[email protected]>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/bg/mboximporter.po new/mbox-importer-26.08.0/po/bg/mboximporter.po --- old/mbox-importer-26.04.3/po/bg/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/bg/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-16 11:27+0200\n" "Last-Translator: Mincho Kondarev <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/bs/mboximporter.po new/mbox-importer-26.08.0/po/bs/mboximporter.po --- old/mbox-importer-26.04.3/po/bs/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/bs/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: mbox\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2013-11-15 14:01+0000\n" "Last-Translator: Samir Ribić <Unknown>\n" "Language-Team: bosanski <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/ca/mboximporter.po new/mbox-importer-26.08.0/po/ca/mboximporter.po --- old/mbox-importer-26.04.3/po/ca/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/ca/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: mbox-importer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-16 15:51+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/ca@valencia/mboximporter.po new/mbox-importer-26.08.0/po/ca@valencia/mboximporter.po --- old/mbox-importer-26.04.3/po/ca@valencia/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/ca@valencia/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: mbox-importer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-16 15:51+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/cs/mboximporter.po new/mbox-importer-26.08.0/po/cs/mboximporter.po --- old/mbox-importer-26.04.3/po/cs/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/cs/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2023-02-22 14:28+0100\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/da/mboximporter.po new/mbox-importer-26.08.0/po/da/mboximporter.po --- old/mbox-importer-26.04.3/po/da/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/da/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2022-08-08 17:21+0200\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/de/mboximporter.po new/mbox-importer-26.08.0/po/de/mboximporter.po --- old/mbox-importer-26.04.3/po/de/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/de/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -1,11 +1,11 @@ -# SPDX-FileCopyrightText: 2024 Johannes Obermayr <[email protected]> -# SPDX-FileCopyrightText: 2013, 2014, 2015, 2017, 2018, 2019, 2020, 2021 Burkhard Lück <[email protected]> +# SPDX-FileCopyrightText: 2013-2015, 2017-2021 Burkhard Lück <[email protected]> # SPDX-FileCopyrightText: 2016, 2022 Frederik Schwarzer <[email protected]> +# SPDX-FileCopyrightText: 2024 Johannes Obermayr <[email protected]> msgid "" msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-08-21 22:42+0200\n" "Last-Translator: Johannes Obermayr <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/el/mboximporter.po new/mbox-importer-26.08.0/po/el/mboximporter.po --- old/mbox-importer-26.04.3/po/el/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/el/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: mbox-importer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2023-01-03 09:32+0200\n" "Last-Translator: Stelios <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/en_GB/mboximporter.po new/mbox-importer-26.08.0/po/en_GB/mboximporter.po --- old/mbox-importer-26.04.3/po/en_GB/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/en_GB/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-17 19:32+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/eo/mboximporter.po new/mbox-importer-26.08.0/po/eo/mboximporter.po --- old/mbox-importer-26.04.3/po/eo/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/eo/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: mbox-importer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-17 06:24+0100\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: Esperanto <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/es/mboximporter.po new/mbox-importer-26.08.0/po/es/mboximporter.po --- old/mbox-importer-26.04.3/po/es/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/es/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-16 12:25+0200\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/et/mboximporter.po new/mbox-importer-26.08.0/po/et/mboximporter.po --- old/mbox-importer-26.04.3/po/et/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/et/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2020-01-02 11:44+0200\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/eu/mboximporter.po new/mbox-importer-26.08.0/po/eu/mboximporter.po --- old/mbox-importer-26.04.3/po/eu/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/eu/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: mbox-importer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-07-05 22:20+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/fi/mboximporter.po new/mbox-importer-26.08.0/po/fi/mboximporter.po --- old/mbox-importer-26.04.3/po/fi/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/fi/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-10-17 13:06+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/fr/mboximporter.po new/mbox-importer-26.08.0/po/fr/mboximporter.po --- old/mbox-importer-26.04.3/po/fr/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/fr/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-17 08:59+0200\n" "Last-Translator: Xavier Besnard <[email protected]>\n" "Language-Team: French <French <[email protected]>>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/ga/mboximporter.po new/mbox-importer-26.08.0/po/ga/mboximporter.po --- old/mbox-importer-26.04.3/po/ga/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/ga/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: mbox-importer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Irish Gaelic <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/gl/mboximporter.po new/mbox-importer-26.08.0/po/gl/mboximporter.po --- old/mbox-importer-26.04.3/po/gl/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/gl/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-17 20:59+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Proxecto Trasno ([email protected])\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/he/mboximporter.po new/mbox-importer-26.08.0/po/he/mboximporter.po --- old/mbox-importer-26.04.3/po/he/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/he/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: mbox-importer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-16 06:37+0300\n" "Last-Translator: Yaron Shahrabani <[email protected]>\n" "Language-Team: צוות התרגום של KDE ישראל\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/hi/mboximporter.po new/mbox-importer-26.08.0/po/hi/mboximporter.po --- old/mbox-importer-26.04.3/po/hi/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/hi/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: mbox-importer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2022-02-10 11:25+0530\n" "Last-Translator: Raghavendra Kamath <[email protected]>\n" "Language-Team: Hindi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/hu/mboximporter.po new/mbox-importer-26.08.0/po/hu/mboximporter.po --- old/mbox-importer-26.04.3/po/hu/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/hu/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-22 10:39+0200\n" "Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/ia/mboximporter.po new/mbox-importer-26.08.0/po/ia/mboximporter.po --- old/mbox-importer-26.04.3/po/ia/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/ia/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-16 10:40+0200\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/it/mboximporter.po new/mbox-importer-26.08.0/po/it/mboximporter.po --- old/mbox-importer-26.04.3/po/it/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/it/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-21 16:08+0200\n" "Last-Translator: Luigi Toscano <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/ja/mboximporter.po new/mbox-importer-26.08.0/po/ja/mboximporter.po --- old/mbox-importer-26.04.3/po/ja/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/ja/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2013-08-19 00:13-0700\n" "Last-Translator: Japanese KDE translation team <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/ka/mboximporter.po new/mbox-importer-26.08.0/po/ka/mboximporter.po --- old/mbox-importer-26.04.3/po/ka/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/ka/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: mbox-importer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-16 08:05+0200\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/kk/mboximporter.po new/mbox-importer-26.08.0/po/kk/mboximporter.po --- old/mbox-importer-26.04.3/po/kk/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/kk/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2013-09-24 04:50+0600\n" "Last-Translator: Sairan Kikkarin <[email protected]>\n" "Language-Team: Kazakh <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/ko/mboximporter.po new/mbox-importer-26.08.0/po/ko/mboximporter.po --- old/mbox-importer-26.04.3/po/ko/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/ko/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-08-20 00:33+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/lt/mboximporter.po new/mbox-importer-26.08.0/po/lt/mboximporter.po --- old/mbox-importer-26.04.3/po/lt/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/lt/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2026-01-10 20:59+0200\n" "Last-Translator: Liudas Ališauskas <[email protected]>\n" "Language-Team: Lithuanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/lv/mboximporter.po new/mbox-importer-26.08.0/po/lv/mboximporter.po --- old/mbox-importer-26.04.3/po/lv/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/lv/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: mbox-importer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-26 21:03+0300\n" "Last-Translator: Toms Trasuns <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/nb/mboximporter.po new/mbox-importer-26.08.0/po/nb/mboximporter.po --- old/mbox-importer-26.04.3/po/nb/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/nb/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2014-09-13 18:22+0200\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/nds/mboximporter.po new/mbox-importer-26.08.0/po/nds/mboximporter.po --- old/mbox-importer-26.04.3/po/nds/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/nds/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2014-08-13 23:52+0200\n" "Last-Translator: Sönke Dibbern <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/nl/mboximporter.po new/mbox-importer-26.08.0/po/nl/mboximporter.po --- old/mbox-importer-26.04.3/po/nl/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/nl/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-16 09:30+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/nn/mboximporter.po new/mbox-importer-26.08.0/po/nn/mboximporter.po --- old/mbox-importer-26.04.3/po/nn/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/nn/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -1,10 +1,11 @@ # Translation of mboximporter to Norwegian Nynorsk # +# Karl Ove Hufthammer <[email protected]>, 2020, 2021, 2022, 2024. msgid "" msgstr "" "Project-Id-Version: mbox-importer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-07-21 14:19+0200\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/pl/mboximporter.po new/mbox-importer-26.08.0/po/pl/mboximporter.po --- old/mbox-importer-26.04.3/po/pl/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/pl/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-26 12:26+0200\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/pt/mboximporter.po new/mbox-importer-26.08.0/po/pt/mboximporter.po --- old/mbox-importer-26.04.3/po/pt/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/pt/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2022-03-27 00:36+0000\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/pt_BR/mboximporter.po new/mbox-importer-26.08.0/po/pt_BR/mboximporter.po --- old/mbox-importer-26.04.3/po/pt_BR/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/pt_BR/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-07-29 10:32-0300\n" "Last-Translator: Geraldo Simiao <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/ro/mboximporter.po new/mbox-importer-26.08.0/po/ro/mboximporter.po --- old/mbox-importer-26.04.3/po/ro/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/ro/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2025-10-19 09:49+0100\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/ru/mboximporter.po new/mbox-importer-26.08.0/po/ru/mboximporter.po --- old/mbox-importer-26.04.3/po/ru/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/ru/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-12-03 09:51+0300\n" "Last-Translator: Olesya Gerasimenko <[email protected]>\n" "Language-Team: Basealt Translation Team\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/sa/mboximporter.po new/mbox-importer-26.08.0/po/sa/mboximporter.po --- old/mbox-importer-26.04.3/po/sa/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/sa/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: mbox-importer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-12-24 20:39+0530\n" "Last-Translator: kali <[email protected]>\n" "Language-Team: Sanskrit <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/sk/mboximporter.po new/mbox-importer-26.08.0/po/sk/mboximporter.po --- old/mbox-importer-26.04.3/po/sk/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/sk/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2022-04-09 19:31+0200\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/sl/mboximporter.po new/mbox-importer-26.08.0/po/sl/mboximporter.po --- old/mbox-importer-26.04.3/po/sl/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/sl/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-16 09:46+0200\n" "Last-Translator: Matjaž Jeran <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/sr/mboximporter.po new/mbox-importer-26.08.0/po/sr/mboximporter.po --- old/mbox-importer-26.04.3/po/sr/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/sr/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2018-01-06 09:21+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/sr@ijekavian/mboximporter.po new/mbox-importer-26.08.0/po/sr@ijekavian/mboximporter.po --- old/mbox-importer-26.04.3/po/sr@ijekavian/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/sr@ijekavian/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2018-01-06 09:21+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/sr@ijekavianlatin/mboximporter.po new/mbox-importer-26.08.0/po/sr@ijekavianlatin/mboximporter.po --- old/mbox-importer-26.04.3/po/sr@ijekavianlatin/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/sr@ijekavianlatin/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2018-01-06 09:21+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/sr@latin/mboximporter.po new/mbox-importer-26.08.0/po/sr@latin/mboximporter.po --- old/mbox-importer-26.04.3/po/sr@latin/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/sr@latin/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2018-01-06 09:21+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/sv/mboximporter.po new/mbox-importer-26.08.0/po/sv/mboximporter.po --- old/mbox-importer-26.04.3/po/sv/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/sv/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-06-18 00:32+0200\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/tr/mboximporter.po new/mbox-importer-26.08.0/po/tr/mboximporter.po --- old/mbox-importer-26.04.3/po/tr/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/tr/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: kdepim-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" -"PO-Revision-Date: 2026-03-09 21:11+0300\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" +"PO-Revision-Date: 2026-05-02 19:50+0300\n" "Last-Translator: Emir SARI <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" "Language: tr\n" @@ -18,14 +18,14 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 25.12.2\n" +"X-Generator: Lokalize 25.12.3\n" "(http: //www.transifex.com/projects/p/kdepim-k-tr/language/tr/)\n" "X-POOTLE-MTIME: 1413102203.000000\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Volkan Gezer" +msgstr "Volkan GEZER" #, kde-format msgctxt "EMAIL OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/ug/mboximporter.po new/mbox-importer-26.08.0/po/ug/mboximporter.po --- old/mbox-importer-26.04.3/po/ug/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/ug/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -7,25 +7,26 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" -"PO-Revision-Date: 2013-09-08 07:05+0900\n" -"Last-Translator: Gheyret Kenji <[email protected]>\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" +"PO-Revision-Date: 2026-06-01 16:18-0400\n" +"Last-Translator: Abduqadir Abliz <[email protected]>\n" "Language-Team: Uyghur <[email protected]>\n" "Language: ug\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: Poedit 3.9\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "ئابدۇقادىر ئابلىز, غەيرەت كەنجى" +msgstr "ئابدۇقادىر ئابلىز، غەيرەت كەنجى" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "[email protected], [email protected]" +msgstr "[email protected], [email protected]" #: main.cpp:33 #, kde-format @@ -43,8 +44,7 @@ msgstr "" #: main.cpp:38 -#, fuzzy, kde-format -#| msgid "Laurent Montel" +#, kde-format msgctxt "@info:credit" msgid "Laurent Montel" msgstr "Laurent Montel" @@ -52,7 +52,7 @@ #: main.cpp:38 #, kde-format msgid "Maintainer" -msgstr "مەسئۇل كىشى" +msgstr "ئاسرىغۇچى" #: main.cpp:50 #, kde-format @@ -60,21 +60,20 @@ msgstr "" #: mboxmainwindow.cpp:27 -#, fuzzy, kde-format -#| msgid "Import finished" +#, kde-format msgctxt "@title:window" msgid "Import mbox file" -msgstr "ئىمپورت قىلىش تاماملاندى" +msgstr "" #: mboxmainwindow.cpp:60 #, kde-format msgid "Import in progress" -msgstr "ئىمپورت قىلىۋاتىدۇ" +msgstr "ئەكىرىۋاتىدۇ" #: mboxmainwindow.cpp:66 #, kde-format msgid "Import finished" -msgstr "ئىمپورت قىلىش تاماملاندى" +msgstr "ئەكىرىش تاماملاندى" #. i18n: ectx: property (text), widget (QLabel, label) #: ui/mboximportwidget.ui:20 @@ -84,7 +83,6 @@ #. i18n: ectx: property (text), widget (QPushButton, importMails) #: ui/mboximportwidget.ui:48 -#, fuzzy, kde-format -#| msgid "Import finished" +#, kde-format msgid "Import Mails" -msgstr "ئىمپورت قىلىش تاماملاندى" +msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/uk/mboximporter.po new/mbox-importer-26.08.0/po/uk/mboximporter.po --- old/mbox-importer-26.04.3/po/uk/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/uk/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: mboximporter\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-16 09:10+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/zh_CN/mboximporter.po new/mbox-importer-26.08.0/po/zh_CN/mboximporter.po --- old/mbox-importer-26.04.3/po/zh_CN/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/zh_CN/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-04-22 15:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/po/zh_TW/mboximporter.po new/mbox-importer-26.08.0/po/zh_TW/mboximporter.po --- old/mbox-importer-26.04.3/po/zh_TW/mboximporter.po 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/po/zh_TW/mboximporter.po 2026-08-03 06:48:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2026-04-03 02:41+0000\n" +"POT-Creation-Date: 2026-04-03 00:44+0000\n" "PO-Revision-Date: 2024-05-18 17:44+0900\n" "Last-Translator: Kisaragi Hiu <[email protected]>\n" "Language-Team: Traditional Chinese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.3/src/org.kde.mboximporter.desktop new/mbox-importer-26.08.0/src/org.kde.mboximporter.desktop --- old/mbox-importer-26.04.3/src/org.kde.mboximporter.desktop 2026-06-10 07:07:36.000000000 +0200 +++ new/mbox-importer-26.08.0/src/org.kde.mboximporter.desktop 2026-08-03 06:48:50.000000000 +0200 @@ -49,6 +49,7 @@ Name[sv]=Import av brevlådor Name[tg]=Воридкунандаи «MBoxImporter» Name[tr]=MBox İçe Aktarıcısı +Name[ug]=MBox ئەكىرگۈچ Name[uk]=Засіб імпортування MBox Name[zh_CN]=MBox 导入器 Name[zh_TW]=信箱檔匯入器
