Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdepim-addons for openSUSE:Factory checked in at 2023-05-12 20:33:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdepim-addons (Old) and /work/SRC/openSUSE:Factory/.kdepim-addons.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdepim-addons" Fri May 12 20:33:15 2023 rev:90 rq:1086302 version:23.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kdepim-addons/kdepim-addons.changes 2023-04-23 22:45:21.705998917 +0200 +++ /work/SRC/openSUSE:Factory/.kdepim-addons.new.1533/kdepim-addons.changes 2023-05-12 20:33:40.792813816 +0200 @@ -1,0 +2,10 @@ +Tue May 9 10:46:52 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.1/ +- Changes since 23.04.0: + * Fix autotest (we can't test it now as there is kmessagebox) + +------------------------------------------------------------------- Old: ---- kdepim-addons-23.04.0.tar.xz kdepim-addons-23.04.0.tar.xz.sig New: ---- kdepim-addons-23.04.1.tar.xz kdepim-addons-23.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdepim-addons.spec ++++++ --- /var/tmp/diff_new_pack.s4LK8E/_old 2023-05-12 20:33:42.024817934 +0200 +++ /var/tmp/diff_new_pack.s4LK8E/_new 2023-05-12 20:33:42.028817947 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: kdepim-addons -Version: 23.04.0 +Version: 23.04.1 Release: 0 Summary: Addons for KDE PIM applications License: GPL-2.0-only ++++++ kdepim-addons-23.04.0.tar.xz -> kdepim-addons-23.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/CMakeLists.txt new/kdepim-addons-23.04.1/CMakeLists.txt --- old/kdepim-addons-23.04.0/CMakeLists.txt 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/CMakeLists.txt 2023-05-09 05:37:21.000000000 +0200 @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: none # SPDX-License-Identifier: BSD-3-Clause cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.23.0") +set(PIM_VERSION "5.23.1") project(kdepim-addons VERSION ${PIM_VERSION}) @@ -81,32 +81,32 @@ find_package(KF${KF_MAJOR_VERSION}Holidays ${KF_MIN_VERSION} CONFIG REQUIRED) find_package(KF${KF_MAJOR_VERSION}GuiAddons ${KF_MIN_VERSION} CONFIG REQUIRED) -set(MAILCOMMON_LIB_VERSION "5.23.0") -set(GRAVATAR_LIB_VERSION "5.23.0") -set(PIMCOMMON_LIB_VERSION "5.23.0") -set(GRANTLEETHEME_LIB_VERSION "5.23.0") -set(CALENDARSUPPORT_LIB_VERSION "5.23.0") -set(EVENTVIEW_LIB_VERSION "5.23.0") -set(LIBKDEPIM_LIB_VERSION "5.23.0") -set(KADDRESSBOOK_IMPORTEXPORT_LIB_VERSION "5.23.0") -set(LIBKLEO_LIB_VERSION "5.23.0") -set(AKONADI_LIB_VERSION "5.23.0") -set(INCIDENCEEDITOR_LIB_VERSION "5.23.0") -set(KTNEF_LIB_VERSION "5.23.0") -set(MESSAGELIB_LIB_VERSION "5.23.0") -set(AKONADICALENDAR_LIB_VERSION "5.23.0") -set(CALENDAR_UTILS_VERSION "5.23.0") -set(KPIMTEXTEDIT_LIB_VERSION "5.23.0") -set(KIMAP_LIB_VERSION "5.23.0") -set(LIBKSIEVE_LIB_VERSION "5.23.0") -set(KMAILTRANSPORT_LIB_VERSION "5.23.0") -set(AKONADICONTACT_LIB_VERSION "5.23.0") -set(IMPORTWIZARD_LIB_VERSION "5.23.0") -set(MAILIMPORTER_LIB_VERSION "5.23.0") -set(KPIMPKPASS_LIB_VERSION "5.23.0") -set(KPIMITINERARY_LIB_VERSION "5.23.0") -set(AKONADINOTES_LIB_VERSION "5.23.0") -set(KPIM_MIME_VERSION "5.23.0") +set(MAILCOMMON_LIB_VERSION "5.23.1") +set(GRAVATAR_LIB_VERSION "5.23.1") +set(PIMCOMMON_LIB_VERSION "5.23.1") +set(GRANTLEETHEME_LIB_VERSION "5.23.1") +set(CALENDARSUPPORT_LIB_VERSION "5.23.1") +set(EVENTVIEW_LIB_VERSION "5.23.1") +set(LIBKDEPIM_LIB_VERSION "5.23.1") +set(KADDRESSBOOK_IMPORTEXPORT_LIB_VERSION "5.23.1") +set(LIBKLEO_LIB_VERSION "5.23.1") +set(AKONADI_LIB_VERSION "5.23.1") +set(INCIDENCEEDITOR_LIB_VERSION "5.23.1") +set(KTNEF_LIB_VERSION "5.23.1") +set(MESSAGELIB_LIB_VERSION "5.23.1") +set(AKONADICALENDAR_LIB_VERSION "5.23.1") +set(CALENDAR_UTILS_VERSION "5.23.1") +set(KPIMTEXTEDIT_LIB_VERSION "5.23.1") +set(KIMAP_LIB_VERSION "5.23.1") +set(LIBKSIEVE_LIB_VERSION "5.23.1") +set(KMAILTRANSPORT_LIB_VERSION "5.23.1") +set(AKONADICONTACT_LIB_VERSION "5.23.1") +set(IMPORTWIZARD_LIB_VERSION "5.23.1") +set(MAILIMPORTER_LIB_VERSION "5.23.1") +set(KPIMPKPASS_LIB_VERSION "5.23.1") +set(KPIMITINERARY_LIB_VERSION "5.23.1") +set(AKONADINOTES_LIB_VERSION "5.23.1") +set(KPIM_MIME_VERSION "5.23.1") find_package(KPim${KF_MAJOR_VERSION}Mime ${KPIM_MIME_VERSION} CONFIG REQUIRED) find_package(KPim${KF_MAJOR_VERSION}AkonadiNotes ${AKONADINOTES_LIB_VERSION} CONFIG REQUIRED) find_package(KF${KF_MAJOR_VERSION}CalendarCore ${KF_MIN_VERSION} CONFIG REQUIRED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/kmail/plugins/akonadidatabasetools/autotests/akonadidatabasetoolsplugininterfacetest.cpp new/kdepim-addons-23.04.1/kmail/plugins/akonadidatabasetools/autotests/akonadidatabasetoolsplugininterfacetest.cpp --- old/kdepim-addons-23.04.0/kmail/plugins/akonadidatabasetools/autotests/akonadidatabasetoolsplugininterfacetest.cpp 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/kmail/plugins/akonadidatabasetools/autotests/akonadidatabasetoolsplugininterfacetest.cpp 2023-05-09 05:37:21.000000000 +0200 @@ -29,10 +29,12 @@ { AkonadiDatabaseToolsPluginInterface interface; interface.createAction(new KActionCollection(this)); - QCOMPARE(interface.actionTypes().count(), 1); + QCOMPARE(interface.actionTypes().count(), 2); QVERIFY(interface.actionTypes().at(0).action()); + QVERIFY(interface.actionTypes().at(1).action()); } +#if 0 // We have some kmessagebox void AkonadiDatabaseToolsPluginInterfaceTest::shouldEmitActivatedSignal() { AkonadiDatabaseToolsPluginInterface interface; @@ -42,3 +44,4 @@ interface.actionTypes().at(0).action()->trigger(); QCOMPARE(spy1.count(), 1); } +#endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/kmail/plugins/akonadidatabasetools/autotests/akonadidatabasetoolsplugininterfacetest.h new/kdepim-addons-23.04.1/kmail/plugins/akonadidatabasetools/autotests/akonadidatabasetoolsplugininterfacetest.h --- old/kdepim-addons-23.04.0/kmail/plugins/akonadidatabasetools/autotests/akonadidatabasetoolsplugininterfacetest.h 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/kmail/plugins/akonadidatabasetools/autotests/akonadidatabasetoolsplugininterfacetest.h 2023-05-09 05:37:21.000000000 +0200 @@ -17,5 +17,5 @@ private Q_SLOTS: void shouldHaveDefaultValue(); void shouldCreateAction(); - void shouldEmitActivatedSignal(); + // void shouldEmitActivatedSignal(); }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/cryptopageplugin.po new/kdepim-addons-23.04.1/po/de/cryptopageplugin.po --- old/kdepim-addons-23.04.0/po/de/cryptopageplugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/cryptopageplugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -11,7 +11,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: cryptopageplugin.cpp:37 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/customtoolsplugin.po new/kdepim-addons-23.04.1/po/de/customtoolsplugin.po --- old/kdepim-addons-23.04.0/po/de/customtoolsplugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/customtoolsplugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -15,7 +15,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: translatorplugin/translatorplugin.cpp:33 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/importwizard_plugins.po new/kdepim-addons-23.04.1/po/de/importwizard_plugins.po --- old/kdepim-addons-23.04.0/po/de/importwizard_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/importwizard_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -14,7 +14,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: evolutionv1/evolutionv1importdata.cpp:44 #: evolutionv2/evolutionv2importdata.cpp:44 mailapp/mailappimportdata.cpp:48 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/kaddressbook_importexportplugins.po new/kdepim-addons-23.04.1/po/de/kaddressbook_importexportplugins.po --- old/kdepim-addons-23.04.0/po/de/kaddressbook_importexportplugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/kaddressbook_importexportplugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -16,7 +16,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 22.07.70\n" #: csv/csvimportexportplugininterface.cpp:36 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/kaddressbook_plugins.po new/kdepim-addons-23.04.1/po/de/kaddressbook_plugins.po --- old/kdepim-addons-23.04.0/po/de/kaddressbook_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/kaddressbook_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -15,7 +15,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 22.12.1\n" #: checkgravatar/checkgravatarplugininterface.cpp:37 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/kmail_checkbeforedeleting_plugins.po new/kdepim-addons-23.04.1/po/de/kmail_checkbeforedeleting_plugins.po --- old/kdepim-addons-23.04.0/po/de/kmail_checkbeforedeleting_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/kmail_checkbeforedeleting_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -17,7 +17,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 22.12.3\n" #: confirmbeforedeleting/confirmbeforedeletingcreateruledialog.cpp:17 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/kmail_editor_plugins.po new/kdepim-addons-23.04.1/po/de/kmail_editor_plugins.po --- old/kdepim-addons-23.04.0/po/de/kmail_editor_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/kmail_editor_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -15,7 +15,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: autocorrection/autocorrectionplugineditorinterface.cpp:23 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/kmail_editorconvertertext_plugins.po new/kdepim-addons-23.04.1/po/de/kmail_editorconvertertext_plugins.po --- old/kdepim-addons-23.04.0/po/de/kmail_editorconvertertext_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/kmail_editorconvertertext_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -15,7 +15,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: markdown/markdownlib/markdownconfiguredialog.cpp:16 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/kmail_editorgrammar_plugins.po new/kdepim-addons-23.04.1/po/de/kmail_editorgrammar_plugins.po --- old/kdepim-addons-23.04.0/po/de/kmail_editorgrammar_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/kmail_editorgrammar_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -15,7 +15,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 22.12.1\n" #: grammalecte/grammalecteinterface.cpp:78 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/kmail_editorinit_plugins.po new/kdepim-addons-23.04.1/po/de/kmail_editorinit_plugins.po --- old/kdepim-addons-23.04.0/po/de/kmail_editorinit_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/kmail_editorinit_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -14,7 +14,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: externalcomposer/externalcomposerconfiguredialog.cpp:14 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/kmail_editorsendcheck_plugins.po new/kdepim-addons-23.04.1/po/de/kmail_editorsendcheck_plugins.po --- old/kdepim-addons-23.04.0/po/de/kmail_editorsendcheck_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/kmail_editorsendcheck_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -15,7 +15,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 22.12.1\n" #: automaticaddcontacts/automaticaddcontactsconfiguredialog.cpp:14 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/kmail_plugins.po new/kdepim-addons-23.04.1/po/de/kmail_plugins.po --- old/kdepim-addons-23.04.0/po/de/kmail_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/kmail_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -15,7 +15,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 22.12.1\n" #: akonadidatabasetools/akonadidatabasetoolsdialog.cpp:26 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/kmailtransport_plugins.po new/kdepim-addons-23.04.1/po/de/kmailtransport_plugins.po --- old/kdepim-addons-23.04.0/po/de/kmailtransport_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/kmailtransport_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -14,7 +14,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: sendmail/sendmailjob.cpp:44 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/korganizer_plugins.po new/kdepim-addons-23.04.1/po/de/korganizer_plugins.po --- old/kdepim-addons-23.04.0/po/de/korganizer_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/korganizer_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -22,7 +22,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: emailaddressselectionldapdialog/emailaddressselectionldapdialog.cpp:35 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/messageviewer_application_gnupgwks_plugin.po new/kdepim-addons-23.04.1/po/de/messageviewer_application_gnupgwks_plugin.po --- old/kdepim-addons-23.04.0/po/de/messageviewer_application_gnupgwks_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/messageviewer_application_gnupgwks_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -1,8 +1,8 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# -# Frederik Schwarzer <[email protected]>, 2016. +# Frederik Schwarzer <[email protected]>, 2016, 2023. # Burkhard Lück <[email protected]>, 2017. +# msgid "" msgstr "" "Project-Id-Version: \n" @@ -15,7 +15,8 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 22.07.70\n" #: gnupgwksurlhandler.cpp:85 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/messageviewer_application_mstnef_plugin.po new/kdepim-addons-23.04.1/po/de/messageviewer_application_mstnef_plugin.po --- old/kdepim-addons-23.04.0/po/de/messageviewer_application_mstnef_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/messageviewer_application_mstnef_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -11,7 +11,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: application_ms-tnef.cpp:99 application_ms-tnef.cpp:142 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/messageviewer_bodypartformatter_pkpass.po new/kdepim-addons-23.04.1/po/de/messageviewer_bodypartformatter_pkpass.po --- old/kdepim-addons-23.04.0/po/de/messageviewer_bodypartformatter_pkpass.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/messageviewer_bodypartformatter_pkpass.po 2023-05-09 05:37:21.000000000 +0200 @@ -14,7 +14,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/barcode.html:7 msgid "Unsupported barcode format." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/messageviewer_semantic_plugin.po new/kdepim-addons-23.04.1/po/de/messageviewer_semantic_plugin.po --- old/kdepim-addons-23.04.0/po/de/messageviewer_semantic_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/messageviewer_semantic_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -15,8 +15,8 @@ "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 22.12.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 22.07.70\n" #: itineraryurlhandler.cpp:112 templates/itinerary.html:76 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/messageviewer_text_calendar_plugin.po new/kdepim-addons-23.04.1/po/de/messageviewer_text_calendar_plugin.po --- old/kdepim-addons-23.04.0/po/de/messageviewer_text_calendar_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/messageviewer_text_calendar_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -17,7 +17,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 22.12.1\n" #: attendeeselector.cpp:21 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/messageviewer_text_vcard_plugin.po new/kdepim-addons-23.04.1/po/de/messageviewer_text_vcard_plugin.po --- old/kdepim-addons-23.04.0/po/de/messageviewer_text_vcard_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/messageviewer_text_vcard_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -14,7 +14,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: text_vcard.cpp:87 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/messageviewerconfiguresettingsplugins.po new/kdepim-addons-23.04.1/po/de/messageviewerconfiguresettingsplugins.po --- old/kdepim-addons-23.04.0/po/de/messageviewerconfiguresettingsplugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/messageviewerconfiguresettingsplugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -15,7 +15,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 22.12.1\n" #: dkim-verify/dkimadvancedwidget.cpp:21 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/messageviewerheaderplugins.po new/kdepim-addons-23.04.1/po/de/messageviewerheaderplugins.po --- old/kdepim-addons-23.04.0/po/de/messageviewerheaderplugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/messageviewerheaderplugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -15,7 +15,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: briefheaderstyleplugin/briefheaderstyle.cpp:67 #: enterpriseheaderstyleplugin/enterpriseheaderstyle.cpp:126 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/messageviewerplugins.po new/kdepim-addons-23.04.1/po/de/messageviewerplugins.po --- old/kdepim-addons-23.04.0/po/de/messageviewerplugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/messageviewerplugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -15,7 +15,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 21.12.3\n" #: common/expandurlplugin/viewerpluginexpandurlinterface.cpp:41 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/pimeventsplugin.po new/kdepim-addons-23.04.1/po/de/pimeventsplugin.po --- old/kdepim-addons-23.04.0/po/de/pimeventsplugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/pimeventsplugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -14,7 +14,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: PimEventsConfig.qml:48 msgid "Select Calendars" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/sieveeditor_plugins.po new/kdepim-addons-23.04.1/po/de/sieveeditor_plugins.po --- old/kdepim-addons-23.04.0/po/de/sieveeditor_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/sieveeditor_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -15,7 +15,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: emaillineedit/emaillineedit.cpp:34 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/de/webengineurlinterceptor.po new/kdepim-addons-23.04.1/po/de/webengineurlinterceptor.po --- old/kdepim-addons-23.04.0/po/de/webengineurlinterceptor.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/de/webengineurlinterceptor.po 2023-05-09 05:37:21.000000000 +0200 @@ -15,7 +15,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: adblock/adblockinterceptorinterface.cpp:49 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/ia/kaddressbook_importexportplugins.po new/kdepim-addons-23.04.1/po/ia/kaddressbook_importexportplugins.po --- old/kdepim-addons-23.04.0/po/ia/kaddressbook_importexportplugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/ia/kaddressbook_importexportplugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -1434,7 +1434,7 @@ #~ msgctxt "@label" #~ msgid "(No preview available.)" -#~ msgstr "(Nulle vista preliminari disponibile.)" +#~ msgstr "(Nulle vista preliminar disponibile.)" #~ msgctxt "@title:window" #~ msgid "Choose Printing Style" @@ -1505,7 +1505,7 @@ #~ "Choose your desired printing style. See the preview image to help you " #~ "decide." #~ msgstr "" -#~ "Selige tu desirate stilo de imprimer. Vide le image preliminari pro " +#~ "Selige tu desirate stilo de imprimer. Vide le image preliminar pro " #~ "adjutar te decider." #~ msgctxt "@info:tooltip" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/ia/kmail_editorconvertertext_plugins.po new/kdepim-addons-23.04.1/po/ia/kmail_editorconvertertext_plugins.po --- old/kdepim-addons-23.04.0/po/ia/kmail_editorconvertertext_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/ia/kmail_editorconvertertext_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -97,7 +97,7 @@ #, kde-format msgctxt "@title:window" msgid "Markdown Rendering Preview" -msgstr "Vista preliminari de rendition de Markdown" +msgstr "Vista preliminar de rendition de Markdown" #: markdown/markdownlib/markdownpreviewwidget.cpp:75 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/ia/korganizer_plugins.po new/kdepim-addons-23.04.1/po/ia/korganizer_plugins.po --- old/kdepim-addons-23.04.0/po/ia/korganizer_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/ia/korganizer_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -2222,7 +2222,7 @@ #~ msgstr "Paginas disponibile" #~ msgid "Preview of Selected Page" -#~ msgstr "Vista preliminari de pagina selectionate" +#~ msgstr "Vista preliminar de pagina selectionate" #~ msgid "" #~ "<qt><p>This section allows you to add your own GUI Elements ('<i>Widgets</" @@ -2305,7 +2305,7 @@ #~ msgstr "Im&prime..." #~ msgid "Print Previe&w..." -#~ msgstr "Imprime &vista preliminari..." +#~ msgstr "Imprime &vista preliminar..." #~ msgctxt "cut this event" #~ msgid "C&ut" @@ -6865,7 +6865,7 @@ #~ msgctxt "@action:inmenu print preview the to-do" #~ msgid "Print Previe&w..." -#~ msgstr "Imprime &vista preliminari..." +#~ msgstr "Imprime &vista preliminar..." #~ msgctxt "@action:inmenu delete the to-do" #~ msgid "&Delete" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/it/messageviewer_application_gnupgwks_plugin.po new/kdepim-addons-23.04.1/po/it/messageviewer_application_gnupgwks_plugin.po --- old/kdepim-addons-23.04.0/po/it/messageviewer_application_gnupgwks_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/it/messageviewer_application_gnupgwks_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the kdepim-addons package. -# Luigi Toscano <[email protected]>, 2016, 2017. +# Luigi Toscano <[email protected]>, 2016, 2017, 2023. # msgid "" msgstr "" @@ -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 22.12.3\n" #: gnupgwksurlhandler.cpp:85 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/it/messageviewer_semantic_plugin.po new/kdepim-addons-23.04.1/po/it/messageviewer_semantic_plugin.po --- old/kdepim-addons-23.04.0/po/it/messageviewer_semantic_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/it/messageviewer_semantic_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the messageviewer_bodypartformatter_semantic package. -# Luigi Toscano <[email protected]>, 2017, 2018, 2019, 2020, 2021. +# Luigi Toscano <[email protected]>, 2017, 2018, 2019, 2020, 2021, 2023. # msgid "" msgstr "" @@ -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 21.08.0\n" +"X-Generator: Lokalize 22.12.3\n" #: itineraryurlhandler.cpp:112 templates/itinerary.html:76 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/ko/kaddressbook_plugins.po new/kdepim-addons-23.04.1/po/ko/kaddressbook_plugins.po --- old/kdepim-addons-23.04.0/po/ko/kaddressbook_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/ko/kaddressbook_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the kdepim-addons package. -# Shinjo Park <[email protected]>, 2019, 2020. +# Shinjo Park <[email protected]>, 2019, 2020, 2023. # msgid "" msgstr "" "Project-Id-Version: kdepim-addons\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-18 00:45+0000\n" -"PO-Revision-Date: 2020-04-04 14:16+0200\n" +"PO-Revision-Date: 2023-04-22 00:49+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 19.04.3\n" +"X-Generator: Lokalize 22.12.3\n" #: checkgravatar/checkgravatarplugininterface.cpp:37 #, kde-format @@ -109,13 +109,13 @@ #: mergelib/searchduplicate/searchduplicateresultwidget.cpp:101 #, kde-format msgid "Select All" -msgstr "" +msgstr "모ë ì í" #: mergelib/manualmerge/mergecontactwidgetlist.cpp:39 #: mergelib/searchduplicate/searchduplicateresultwidget.cpp:102 #, kde-format msgid "Deselect All" -msgstr "" +msgstr "모ë ì í í´ì " #: mergelib/searchduplicate/mergecontactselectinformationtabwidget.cpp:35 #, kde-format @@ -128,10 +128,9 @@ msgstr "ì°ë½ì²" #: mergelib/searchduplicate/resultduplicatetreewidget.cpp:80 -#, fuzzy, kde-format -#| msgid "Duplicate contact %1" +#, kde-format msgid "Duplicate contact \"%1\" (%2 times)" -msgstr "ì¤ë³µë ì°ë½ì² %1" +msgstr "ì¤ë³µë ì°ë½ì² \"%1\"(%2í)" #: mergelib/searchduplicate/searchandmergecontactduplicatecontactdialog.cpp:41 #, kde-format @@ -140,10 +139,9 @@ msgstr "ì¤ë³µë ì°ë½ì²ë¥¼ ê²ìíê³ ì íí´ì í©ì¹ê¸°" #: mergelib/searchduplicate/searchduplicateresultwidget.cpp:48 -#, fuzzy, kde-format -#| msgid "Search is impossible." +#, kde-format msgid "Search in result..." -msgstr "ê²ìí ì ììµëë¤." +msgstr "ê²°ê³¼ìì ê²ì..." #: mergelib/searchduplicate/searchduplicateresultwidget.cpp:72 #, kde-format @@ -159,12 +157,12 @@ #: mergelib/searchduplicate/searchduplicateresultwidget.cpp:98 #, kde-format msgid "Expand All" -msgstr "" +msgstr "모ë í´ê¸°" #: mergelib/searchduplicate/searchduplicateresultwidget.cpp:99 #, kde-format msgid "Collapse All" -msgstr "" +msgstr "모ë ì 기" #: mergelib/widgets/mergecontacterrorlabel.cpp:18 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/ko/kmail_plugins.po new/kdepim-addons-23.04.1/po/ko/kmail_plugins.po --- old/kdepim-addons-23.04.0/po/ko/kmail_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/ko/kmail_plugins.po 2023-05-09 05:37:21.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. -# Shinjo Park <[email protected]>, 2016, 2017, 2020, 2021, 2022. +# Shinjo Park <[email protected]>, 2016, 2017, 2020, 2021, 2022, 2023. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-18 00:45+0000\n" -"PO-Revision-Date: 2022-07-13 14:07+0200\n" +"PO-Revision-Date: 2023-04-22 00:50+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 21.12.3\n" +"X-Generator: Lokalize 22.12.3\n" #: akonadidatabasetools/akonadidatabasetoolsdialog.cpp:26 #, kde-format @@ -31,19 +31,17 @@ #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:30 #, kde-format msgid "Do you want to vacuum akonadi database?" -msgstr "" +msgstr "Akonadi ë°ì´í°ë² ì´ì¤ë¥¼ ì²ìíìê² ìµëê¹?" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:31 -#, fuzzy, kde-format -#| msgid "&Akonadi Vacuum..." +#, kde-format msgid "Akonadi Vacuum" -msgstr "Akonadi ì²ì(&A)..." +msgstr "Akonadi ì²ì" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:32 -#, fuzzy, kde-format -#| msgid "&Akonadi Vacuum..." +#, kde-format msgid "Vacuum" -msgstr "Akonadi ì²ì(&A)..." +msgstr "ì²ì" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:44 #, kde-format @@ -53,32 +51,29 @@ #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:50 #, kde-format msgid "Do you want to fsck akonadi database?" -msgstr "" +msgstr "Akonadi ë°ì´í°ë² ì´ì¤ë¥¼ ê²ì¬íìê² ìµëê¹?" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:51 -#, fuzzy, kde-format -#| msgid "&Akonadi Fsck..." +#, kde-format msgid "Akonadi Fsck" -msgstr "Akonadi ê²ì¬(&A)..." +msgstr "Akonadi ê²ì¬" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:52 #, kde-format msgid "Fsck" -msgstr "" +msgstr "ê²ì¬" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:75 -#, fuzzy, kde-format -#| msgid "&Akonadi Fsck..." +#, kde-format msgctxt "@title:window" msgid "Akonadi Fsck" -msgstr "Akonadi ê²ì¬(&A)..." +msgstr "Akonadi ê²ì¬" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:78 -#, fuzzy, kde-format -#| msgid "&Akonadi Vacuum..." +#, kde-format msgctxt "@title:window" msgid "Akonadi Vacuum" -msgstr "Akonadi ì²ì(&A)..." +msgstr "Akonadi ì²ì" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:92 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/ru/kaddressbook_plugins.po new/kdepim-addons-23.04.1/po/ru/kaddressbook_plugins.po --- old/kdepim-addons-23.04.0/po/ru/kaddressbook_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/ru/kaddressbook_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -11,21 +11,22 @@ # Julia Dronova <[email protected]>, 2012. # Alexander Lakhin <[email protected]>, 2013. # Alexander Yavorsky <[email protected]>, 2020. +# Olesya Gerasimenko <[email protected]>, 2023. msgid "" msgstr "" "Project-Id-Version: kcontactmanager\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-18 00:45+0000\n" -"PO-Revision-Date: 2020-04-22 18:04+0300\n" -"Last-Translator: Alexander Yavorsky <[email protected]>\n" -"Language-Team: Russian <[email protected]>\n" +"PO-Revision-Date: 2023-04-24 09:14+0300\n" +"Last-Translator: Olesya Gerasimenko <[email protected]>\n" +"Language-Team: Basealt Translation Team\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Lokalize 19.12.3\n" +"X-Generator: Lokalize 22.12.3\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -126,10 +127,9 @@ #: mergelib/manualmerge/mergecontactwidgetlist.cpp:39 #: mergelib/searchduplicate/searchduplicateresultwidget.cpp:102 -#, fuzzy, kde-format -#| msgid "Unselect All" +#, kde-format msgid "Deselect All" -msgstr "СнÑÑÑ Ð²ÑбоÑ" +msgstr "ÐÑмениÑÑ Ð²ÑбоÑ" #: mergelib/searchduplicate/mergecontactselectinformationtabwidget.cpp:35 #, kde-format @@ -142,10 +142,9 @@ msgstr "ÐонÑакÑÑ" #: mergelib/searchduplicate/resultduplicatetreewidget.cpp:80 -#, fuzzy, kde-format -#| msgid "Duplicate contact %1" +#, kde-format msgid "Duplicate contact \"%1\" (%2 times)" -msgstr "ÐовÑоÑнÑй конÑÐ°ÐºÑ %1" +msgstr "ÐовÑоÑнÑй конÑÐ°ÐºÑ Â«%1» (колиÑеÑÑво повÑоÑов: %2)" #: mergelib/searchduplicate/searchandmergecontactduplicatecontactdialog.cpp:41 #, kde-format @@ -154,10 +153,9 @@ msgstr "ÐоиÑк и вÑÐ±Ð¾Ñ Ð¿Ð¾Ð²ÑоÑнÑÑ ÐºÐ¾Ð½ÑакÑов Ð´Ð»Ñ ÑлиÑниÑ" #: mergelib/searchduplicate/searchduplicateresultwidget.cpp:48 -#, fuzzy, kde-format -#| msgid "Search is impossible." +#, kde-format msgid "Search in result..." -msgstr "ÐоиÑк невозможен." +msgstr "ÐоиÑк в ÑезÑлÑÑаÑÐ°Ñ ..." #: mergelib/searchduplicate/searchduplicateresultwidget.cpp:72 #, kde-format @@ -173,12 +171,12 @@ #: mergelib/searchduplicate/searchduplicateresultwidget.cpp:98 #, kde-format msgid "Expand All" -msgstr "" +msgstr "РазвеÑнÑÑÑ Ð²Ñе" #: mergelib/searchduplicate/searchduplicateresultwidget.cpp:99 #, kde-format msgid "Collapse All" -msgstr "" +msgstr "СвеÑнÑÑÑ Ð²Ñе" #: mergelib/widgets/mergecontacterrorlabel.cpp:18 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/ru/kmail_plugins.po new/kdepim-addons-23.04.1/po/ru/kmail_plugins.po --- old/kdepim-addons-23.04.0/po/ru/kmail_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/ru/kmail_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -13,20 +13,20 @@ # Yuri Efremov <[email protected]>, 2013. # Alexander Lakhin <[email protected]>, 2013. # Alexander Yavorsky <[email protected]>, 2020. -# ÐаÑÐ¸Ñ Ð¨Ð¸ÐºÑнова <[email protected]>, 2022. +# ÐаÑÐ¸Ñ Ð¨Ð¸ÐºÑнова <[email protected]>, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: kmail\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-18 00:45+0000\n" -"PO-Revision-Date: 2022-10-10 16:43+0300\n" +"PO-Revision-Date: 2023-04-24 09:18+0300\n" "Last-Translator: Olesya Gerasimenko <[email protected]>\n" "Language-Team: Basealt Translation Team\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 22.04.3\n" +"X-Generator: Lokalize 22.12.3\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Environment: kde\n" @@ -47,17 +47,17 @@ #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:30 #, kde-format msgid "Do you want to vacuum akonadi database?" -msgstr "" +msgstr "ÐÑполниÑÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ vacuum Ð´Ð»Ñ Ð±Ð°Ð·Ñ Ð´Ð°Ð½Ð½ÑÑ Akonadi?" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:31 -#, fuzzy, kde-format +#, kde-format msgid "Akonadi Vacuum" -msgstr "&Akonadi Vacuum..." +msgstr "Akonadi Vacuum" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:32 -#, fuzzy, kde-format +#, kde-format msgid "Vacuum" -msgstr "&Akonadi Vacuum..." +msgstr "Vacuum" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:44 #, kde-format @@ -67,29 +67,29 @@ #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:50 #, kde-format msgid "Do you want to fsck akonadi database?" -msgstr "" +msgstr "ÐÑполниÑÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ fsck Ð´Ð»Ñ Ð±Ð°Ð·Ñ Ð´Ð°Ð½Ð½ÑÑ Akonadi?" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:51 -#, fuzzy, kde-format +#, kde-format msgid "Akonadi Fsck" -msgstr "&Akonadi Fsck..." +msgstr "Akonadi Fsck" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:52 #, kde-format msgid "Fsck" -msgstr "" +msgstr "Fsck" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:75 -#, fuzzy, kde-format +#, kde-format msgctxt "@title:window" msgid "Akonadi Fsck" -msgstr "&Akonadi Fsck..." +msgstr "Akonadi Fsck" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:78 -#, fuzzy, kde-format +#, kde-format msgctxt "@title:window" msgid "Akonadi Vacuum" -msgstr "&Akonadi Vacuum..." +msgstr "Akonadi Vacuum" #: akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp:92 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/se/messageviewer_text_vcard_plugin.po new/kdepim-addons-23.04.1/po/se/messageviewer_text_vcard_plugin.po --- old/kdepim-addons-23.04.0/po/se/messageviewer_text_vcard_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/se/messageviewer_text_vcard_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kmail_text_vcard_plugin\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-05-26 00:44+0000\n" +"POT-Creation-Date: 2023-03-31 02:50+0000\n" "PO-Revision-Date: 2004-11-19 02:12+0100\n" "Last-Translator: Børre Gaup <[email protected]>\n" "Language-Team: Northern Sami <[email protected]>\n" @@ -26,52 +26,52 @@ msgstr[0] "" msgstr[1] "" -#: text_vcard.cpp:129 +#: text_vcard.cpp:130 #, kde-format msgid "[Add this contact to the address book]" msgstr "" -#: text_vcard.cpp:135 +#: text_vcard.cpp:136 #, kde-format msgid "[Update this contact in the address book]" msgstr "" -#: text_vcard.cpp:140 +#: text_vcard.cpp:141 #, kde-format msgid "[This contact is already in addressbook]" msgstr "" -#: text_vcard.cpp:222 +#: text_vcard.cpp:223 #, kde-format msgid "View Business Card" msgstr "" -#: text_vcard.cpp:223 +#: text_vcard.cpp:224 #, kde-format msgid "Save Business Card As..." msgstr "" -#: text_vcard.cpp:240 +#: text_vcard.cpp:241 #, kde-format msgid "Add this contact to the address book." msgstr "Lasit dán oktavuoÄa Äujuhusgirjái" -#: text_vcard.cpp:240 +#: text_vcard.cpp:241 #, kde-format msgid "Update this contact to the address book." msgstr "" -#: text_vcard.cpp:242 +#: text_vcard.cpp:243 #, kde-format msgid "Add \"%1\" to the address book." msgstr "" -#: text_vcard.cpp:242 +#: text_vcard.cpp:243 #, kde-format msgid "Update \"%1\" to the address book." msgstr "" -#: text_vcard.cpp:266 +#: text_vcard.cpp:267 #, kde-format msgid "Save Business Card" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/sl/messageviewer_text_vcard_plugin.po new/kdepim-addons-23.04.1/po/sl/messageviewer_text_vcard_plugin.po --- old/kdepim-addons-23.04.0/po/sl/messageviewer_text_vcard_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/sl/messageviewer_text_vcard_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -10,15 +10,15 @@ "Project-Id-Version: kmail_text_vcard_plugin\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-03-31 02:50+0000\n" -"PO-Revision-Date: 2023-04-13 10:30+0200\n" +"PO-Revision-Date: 2023-04-16 08:51+0200\n" "Last-Translator: Matjaž Jeran <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n" -"%100<=4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" +"%100==4 ? 3 : 0);\n" "Translator: Andrej Mernik <[email protected]>\n" "X-Generator: Poedit 3.2.2\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/tr/messageviewer_application_gnupgwks_plugin.po new/kdepim-addons-23.04.1/po/tr/messageviewer_application_gnupgwks_plugin.po --- old/kdepim-addons-23.04.0/po/tr/messageviewer_application_gnupgwks_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/tr/messageviewer_application_gnupgwks_plugin.po 2023-05-09 05:37:21.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. # -# Emir SARI <[email protected]>, 2022. +# Emir SARI <[email protected]>, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: messageviewer_application_gnupgwks_plugin\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:44+0000\n" -"PO-Revision-Date: 2022-04-05 12:20+0300\n" +"PO-Revision-Date: 2023-05-06 10:51+0300\n" "Last-Translator: Emir SARI <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" "Language: tr\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 21.12.3\n" +"X-Generator: Lokalize 23.03.70\n" #: gnupgwksurlhandler.cpp:85 #, kde-format @@ -35,7 +35,7 @@ #: pgpkeyurlhandler.cpp:46 #, kde-format msgid "Import the key" -msgstr "Anahtarı içe aktar" +msgstr "Anahtar içe aktar" #: pgpkeyurlhandler.cpp:64 #, kde-format @@ -159,7 +159,7 @@ #: templates/pgpkeymessagepart.html:54 msgid "Import key" -msgstr "Anahtarı içe aktar" +msgstr "Anahtar içe aktar" #~ msgid "Unknown identity" #~ msgstr "Bilinmeyen kimlik" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/tr/messageviewer_semantic_plugin.po new/kdepim-addons-23.04.1/po/tr/messageviewer_semantic_plugin.po --- old/kdepim-addons-23.04.0/po/tr/messageviewer_semantic_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/tr/messageviewer_semantic_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdepim-addons\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-26 00:46+0000\n" -"PO-Revision-Date: 2023-02-01 21:20+0300\n" +"PO-Revision-Date: 2023-05-07 13:49+0300\n" "Last-Translator: Emir SARI <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" "Language: tr\n" @@ -15,12 +15,12 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 22.12.1\n" +"X-Generator: Lokalize 23.03.70\n" #: itineraryurlhandler.cpp:112 templates/itinerary.html:76 #, kde-format msgid "Send to %1" -msgstr "Åuraya Gönder: %1" +msgstr "Åuraya gönder: %1" #: itineraryurlhandler.cpp:126 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/cryptopageplugin.po new/kdepim-addons-23.04.1/po/zh_CN/cryptopageplugin.po --- old/kdepim-addons-23.04.0/po/zh_CN/cryptopageplugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/cryptopageplugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-12-23 00:47+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/customtoolsplugin.po new/kdepim-addons-23.04.1/po/zh_CN/customtoolsplugin.po --- old/kdepim-addons-23.04.0/po/zh_CN/customtoolsplugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/customtoolsplugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-02-02 00:59+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/importwizard_plugins.po new/kdepim-addons-23.04.1/po/zh_CN/importwizard_plugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/importwizard_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/importwizard_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-11-24 00:28+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/kaddressbook_importexportplugins.po new/kdepim-addons-23.04.1/po/zh_CN/kaddressbook_importexportplugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/kaddressbook_importexportplugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/kaddressbook_importexportplugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-18 00:45+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/kaddressbook_plugins.po new/kdepim-addons-23.04.1/po/zh_CN/kaddressbook_plugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/kaddressbook_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/kaddressbook_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-18 00:45+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/kmail_checkbeforedeleting_plugins.po new/kdepim-addons-23.04.1/po/zh_CN/kmail_checkbeforedeleting_plugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/kmail_checkbeforedeleting_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/kmail_checkbeforedeleting_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-18 00:45+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/kmail_editor_plugins.po new/kdepim-addons-23.04.1/po/zh_CN/kmail_editor_plugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/kmail_editor_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/kmail_editor_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-18 00:45+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/kmail_editorconvertertext_plugins.po new/kdepim-addons-23.04.1/po/zh_CN/kmail_editorconvertertext_plugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/kmail_editorconvertertext_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/kmail_editorconvertertext_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-02-20 00:58+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/kmail_editorgrammar_plugins.po new/kdepim-addons-23.04.1/po/zh_CN/kmail_editorgrammar_plugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/kmail_editorgrammar_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/kmail_editorgrammar_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-02-02 00:59+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/kmail_editorinit_plugins.po new/kdepim-addons-23.04.1/po/zh_CN/kmail_editorinit_plugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/kmail_editorinit_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/kmail_editorinit_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-12-23 00:47+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/kmail_editorsendcheck_plugins.po new/kdepim-addons-23.04.1/po/zh_CN/kmail_editorsendcheck_plugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/kmail_editorsendcheck_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/kmail_editorsendcheck_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-12-20 00:47+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/kmail_plugins.po new/kdepim-addons-23.04.1/po/zh_CN/kmail_plugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/kmail_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/kmail_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-18 00:45+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/kmailtransport_plugins.po new/kdepim-addons-23.04.1/po/zh_CN/kmailtransport_plugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/kmailtransport_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/kmailtransport_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-26 00:46+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/korganizer_plugins.po new/kdepim-addons-23.04.1/po/zh_CN/korganizer_plugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/korganizer_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/korganizer_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-04 00:45+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/messageviewer_application_gnupgwks_plugin.po new/kdepim-addons-23.04.1/po/zh_CN/messageviewer_application_gnupgwks_plugin.po --- old/kdepim-addons-23.04.0/po/zh_CN/messageviewer_application_gnupgwks_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/messageviewer_application_gnupgwks_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:44+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/messageviewer_application_mstnef_plugin.po new/kdepim-addons-23.04.1/po/zh_CN/messageviewer_application_mstnef_plugin.po --- old/kdepim-addons-23.04.0/po/zh_CN/messageviewer_application_mstnef_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/messageviewer_application_mstnef_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-01-29 00:58+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/messageviewer_bodypartformatter_pkpass.po new/kdepim-addons-23.04.1/po/zh_CN/messageviewer_bodypartformatter_pkpass.po --- old/kdepim-addons-23.04.0/po/zh_CN/messageviewer_bodypartformatter_pkpass.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/messageviewer_bodypartformatter_pkpass.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-07-06 03:13+0200\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/messageviewer_semantic_plugin.po new/kdepim-addons-23.04.1/po/zh_CN/messageviewer_semantic_plugin.po --- old/kdepim-addons-23.04.0/po/zh_CN/messageviewer_semantic_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/messageviewer_semantic_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-26 00:46+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/messageviewer_text_calendar_plugin.po new/kdepim-addons-23.04.1/po/zh_CN/messageviewer_text_calendar_plugin.po --- old/kdepim-addons-23.04.0/po/zh_CN/messageviewer_text_calendar_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/messageviewer_text_calendar_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-18 00:45+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/messageviewer_text_vcard_plugin.po new/kdepim-addons-23.04.1/po/zh_CN/messageviewer_text_vcard_plugin.po --- old/kdepim-addons-23.04.0/po/zh_CN/messageviewer_text_vcard_plugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/messageviewer_text_vcard_plugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-03-31 02:50+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/messageviewerconfiguresettingsplugins.po new/kdepim-addons-23.04.1/po/zh_CN/messageviewerconfiguresettingsplugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/messageviewerconfiguresettingsplugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/messageviewerconfiguresettingsplugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-18 00:45+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/messageviewerheaderplugins.po new/kdepim-addons-23.04.1/po/zh_CN/messageviewerheaderplugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/messageviewerheaderplugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/messageviewerheaderplugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-26 00:46+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/messageviewerplugins.po new/kdepim-addons-23.04.1/po/zh_CN/messageviewerplugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/messageviewerplugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/messageviewerplugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-02-02 00:59+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/pimeventsplugin.po new/kdepim-addons-23.04.1/po/zh_CN/pimeventsplugin.po --- old/kdepim-addons-23.04.0/po/zh_CN/pimeventsplugin.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/pimeventsplugin.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-08-17 02:18+0200\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/sieveeditor_plugins.po new/kdepim-addons-23.04.1/po/zh_CN/sieveeditor_plugins.po --- old/kdepim-addons-23.04.0/po/zh_CN/sieveeditor_plugins.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/sieveeditor_plugins.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-12-20 00:47+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-addons-23.04.0/po/zh_CN/webengineurlinterceptor.po new/kdepim-addons-23.04.1/po/zh_CN/webengineurlinterceptor.po --- old/kdepim-addons-23.04.0/po/zh_CN/webengineurlinterceptor.po 2023-04-14 05:16:35.000000000 +0200 +++ new/kdepim-addons-23.04.1/po/zh_CN/webengineurlinterceptor.po 2023-05-09 05:37:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-18 00:45+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
