Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdepim-runtime for openSUSE:Factory 
checked in at 2023-03-03 22:25:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdepim-runtime (Old)
 and      /work/SRC/openSUSE:Factory/.kdepim-runtime.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdepim-runtime"

Fri Mar  3 22:25:17 2023 rev:102 rq:1068798 version:22.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdepim-runtime/kdepim-runtime.changes    
2023-02-04 14:17:46.498328948 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim-runtime.new.31432/kdepim-runtime.changes 
2023-03-03 22:25:56.850845062 +0100
@@ -1,0 +2,8 @@
+Tue Feb 28 09:45:53 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 22.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.3/
+
+-------------------------------------------------------------------

Old:
----
  kdepim-runtime-22.12.2.tar.xz
  kdepim-runtime-22.12.2.tar.xz.sig

New:
----
  kdepim-runtime-22.12.3.tar.xz
  kdepim-runtime-22.12.3.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdepim-runtime.spec ++++++
--- /var/tmp/diff_new_pack.anA3rk/_old  2023-03-03 22:25:57.606847473 +0100
+++ /var/tmp/diff_new_pack.anA3rk/_new  2023-03-03 22:25:57.610847486 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdepim-runtime
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kdepim-runtime
-Version:        22.12.2
+Version:        22.12.3
 Release:        0
 Summary:        Akonadi resources for PIM applications
 License:        GPL-2.0-or-later AND GPL-3.0-or-later
@@ -112,8 +112,7 @@
 %find_lang %{name} --with-man --all-name
 %{kf5_find_htmldocs}
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets
 
 %files
 %license LICENSES/*


++++++ kdepim-runtime-22.12.2.tar.xz -> kdepim-runtime-22.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-22.12.2/CMakeLists.txt 
new/kdepim-runtime-22.12.3/CMakeLists.txt
--- old/kdepim-runtime-22.12.2/CMakeLists.txt   2023-01-29 04:38:37.000000000 
+0100
+++ new/kdepim-runtime-22.12.3/CMakeLists.txt   2023-02-25 06:01:16.000000000 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.22.2")
+set(PIM_VERSION "5.22.3")
 set(KDEPIM_RUNTIME_VERSION_NUMBER ${PIM_VERSION})
 project(kdepim-runtime VERSION ${KDEPIM_RUNTIME_VERSION_NUMBER})
 
@@ -33,7 +33,7 @@
 #    3.2 
 
 set(KDEPIM_DEV_VERSION )
-set(RELEASE_SERVICE_VERSION "22.12.2")
+set(RELEASE_SERVICE_VERSION "22.12.3")
 
 # add an extra space
 if(DEFINED KDEPIM_DEV_VERSION)
@@ -71,22 +71,22 @@
 
 set(KDEPIMRUNTIME_LIB_VERSION "${KDEPIM_RUNTIME_VERSION_NUMBER}")
 set(KDEPIMRUNTIME_LIB_SOVERSION "5")
-set(AKONADI_VERSION "5.22.2")
+set(AKONADI_VERSION "5.22.3")
 
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.22.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.22.2")
-set(CALENDARUTILS_LIB_VERSION "5.22.2")
-set(KIMAP_LIB_VERSION "5.22.2")
-set(KMBOX_LIB_VERSION "5.22.2")
-set(AKONADICALENDAR_LIB_VERSION "5.22.2")
-set(KONTACTINTERFACE_LIB_VERSION "5.22.2")
-set(KMIME_LIB_VERSION "5.22.2")
-set(AKONADIMIME_LIB_VERSION "5.22.2")
-set(AKONADICONTACT_LIB_VERSION "5.22.2")
-set(AKONADINOTE_LIB_VERSION "5.22.2")
-set(KGAPI_LIB_VERSION "5.22.2")
-set(LIBKDEPIM_LIB_VERSION "5.22.2")
-set(KLDAP_LIB_VERSION "5.22.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.22.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.22.3")
+set(CALENDARUTILS_LIB_VERSION "5.22.3")
+set(KIMAP_LIB_VERSION "5.22.3")
+set(KMBOX_LIB_VERSION "5.22.3")
+set(AKONADICALENDAR_LIB_VERSION "5.22.3")
+set(KONTACTINTERFACE_LIB_VERSION "5.22.3")
+set(KMIME_LIB_VERSION "5.22.3")
+set(AKONADIMIME_LIB_VERSION "5.22.3")
+set(AKONADICONTACT_LIB_VERSION "5.22.3")
+set(AKONADINOTE_LIB_VERSION "5.22.3")
+set(KGAPI_LIB_VERSION "5.22.3")
+set(LIBKDEPIM_LIB_VERSION "5.22.3")
+set(KLDAP_LIB_VERSION "5.22.3")
 
 set( SharedMimeInfo_MINIMUM_VERSION "1.3" )
 find_package(SharedMimeInfo ${SharedMimeInfo_MINIMUM_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-22.12.2/po/cs/akonadi_ews_resource.po 
new/kdepim-runtime-22.12.3/po/cs/akonadi_ews_resource.po
--- old/kdepim-runtime-22.12.2/po/cs/akonadi_ews_resource.po    2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/cs/akonadi_ews_resource.po    2023-02-25 
06:01:16.000000000 +0100
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vit Pelcak <v...@pelcak.org>, 2017, 2019, 2020, 2021.
+# Vit Pelcak <v...@pelcak.org>, 2017, 2019, 2020, 2021, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-16 00:47+0000\n"
-"PO-Revision-Date: 2021-08-26 12:54+0200\n"
-"Last-Translator: Vit Pelcak <vpel...@suse.cz>\n"
+"PO-Revision-Date: 2023-02-24 11:09+0100\n"
+"Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 21.08.0\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: ewsautodiscoveryjob.cpp:44 ewsautodiscoveryjob.cpp:51
 #, kde-format
@@ -79,7 +79,7 @@
 #, kde-format
 msgctxt "@info"
 msgid "Copyright (c) Krzysztof Nowicki 2015-2020"
-msgstr "Copyright (c) Krzysztof Nowicki 2015-2020"
+msgstr "Autorská práva (c) Krzysztof Nowicki 2015-2020"
 
 #: ewsconfigdialog.cpp:152
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/po/cs/akonadi_newmailnotifier_agent.po 
new/kdepim-runtime-22.12.3/po/cs/akonadi_newmailnotifier_agent.po
--- old/kdepim-runtime-22.12.2/po/cs/akonadi_newmailnotifier_agent.po   
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/cs/akonadi_newmailnotifier_agent.po   
2023-02-25 06:01:16.000000000 +0100
@@ -1,22 +1,22 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Vít Pelčák <v...@pelcak.org>, 2011, 2013, 2014, 2015, 2016, 2017, 2018, 
2019, 2020.
-# Vit Pelcak <v...@pelcak.org>, 2021, 2022.
+# Vit Pelcak <v...@pelcak.org>, 2021, 2022, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-13 00:46+0000\n"
-"PO-Revision-Date: 2022-02-08 14:56+0100\n"
-"Last-Translator: Vit Pelcak <vpel...@suse.cz>\n"
+"PO-Revision-Date: 2023-02-22 14:27+0100\n"
+"Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 21.12.2\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: newmailnotifieragent.cpp:339
 #, kde-format
@@ -175,7 +175,7 @@
 #: newmailnotifiersettingswidget.cpp:152
 #, kde-format
 msgid "Copyright (C) 2013-%1 Laurent Montel"
-msgstr "Copyright (C) 2013-%1 Laurent Montel"
+msgstr "Autorská práva (C) 2013-%1 Laurent Montel"
 
 #: newmailnotifiersettingswidget.cpp:155
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/po/de/akonadi_davgroupware_resource.po 
new/kdepim-runtime-22.12.3/po/de/akonadi_davgroupware_resource.po
--- old/kdepim-runtime-22.12.2/po/de/akonadi_davgroupware_resource.po   
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/de/akonadi_davgroupware_resource.po   
2023-02-25 06:01:16.000000000 +0100
@@ -1,5 +1,5 @@
 # Burkhard Lück <lu...@hube-lueck.de>, 2009, 2011, 2013, 2014, 2015, 2017, 
2018, 2020, 2021.
-# Frederik Schwarzer <schwar...@kde.org>, 2010, 2011, 2016, 2020, 2022.
+# Frederik Schwarzer <schwar...@kde.org>, 2010, 2011, 2016, 2020, 2022, 2023.
 # Panagiotis Papadopoulos <pano...@gmx.net>, 2010.
 # Peter Rüthemann <peter.ruethem...@gmx.ch>, 2010.
 # Torbjörn Klatt <opensou...@torbjoern-klatt.de>, 2011.
@@ -9,7 +9,7 @@
 "Project-Id-Version: akonadi_davgroupware_resource\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-08 00:48+0000\n"
-"PO-Revision-Date: 2022-04-15 04:26+0200\n"
+"PO-Revision-Date: 2023-02-09 01:15+0100\n"
 "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
 "Language: de\n"
@@ -17,15 +17,13 @@
 "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 22.12.1\n"
 
 #: configdialog.cpp:33
-#, fuzzy, kde-format
-#| msgctxt "@title:window"
-#| msgid "DAV groupware configuration wizard"
+#, kde-format
 msgctxt "@title:window"
 msgid "DAV Resource Configuration"
-msgstr "Einrichtungsassistent für DAV-Groupware"
+msgstr "Einrichtung der DAV-Ressource"
 
 #: configdialog.cpp:46
 #, kde-format
@@ -702,7 +700,7 @@
 #: urlconfigurationdialog.ui:35
 #, kde-format
 msgid "Access protocol:"
-msgstr ""
+msgstr "Zugriffsprotokoll:"
 
 #. i18n: ectx: property (text), widget (QRadioButton, caldav)
 #: urlconfigurationdialog.ui:42
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/po/de/akonadi_google_resource.po 
new/kdepim-runtime-22.12.3/po/de/akonadi_google_resource.po
--- old/kdepim-runtime-22.12.2/po/de/akonadi_google_resource.po 2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/de/akonadi_google_resource.po 2023-02-25 
06:01:16.000000000 +0100
@@ -1,18 +1,19 @@
-# Frederik Schwarzer <schwar...@kde.org>, 2012.
+# Frederik Schwarzer <schwar...@kde.org>, 2012, 2023.
 # Burkhard Lück <lu...@hube-lueck.de>, 2012, 2013, 2014, 2017, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-09 00:48+0000\n"
-"PO-Revision-Date: 2021-05-31 15:52+0200\n"
-"Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
+"PO-Revision-Date: 2023-02-09 01:17+0100\n"
+"Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 22.12.1\n"
 
 #: calendarhandler.cpp:90
 #, kde-format
@@ -345,10 +346,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, calendarsLabel)
 #: googlesettingsdialog.ui:92
-#, fuzzy, kde-format
-#| msgid "Calendars"
+#, kde-format
 msgid "Enabled Calendars:"
-msgstr "Kalender"
+msgstr "Kalender aktivieren:"
 
 #. i18n: ectx: property (text), widget (QPushButton, reloadCalendarsBtn)
 #. i18n: ectx: property (text), widget (QPushButton, reloadTaskListsBtn)
@@ -397,14 +397,12 @@
 msgstr ""
 
 #: taskhandler.cpp:215
-#, fuzzy, kde-format
-#| msgctxt "@info:status"
-#| msgid "Removing contact"
+#, kde-format
 msgctxt "@info:status"
 msgid "Removing %1 task"
 msgid_plural "Removing %1 tasks"
-msgstr[0] "Kontakt wird entfernt"
-msgstr[1] "Kontakt wird entfernt"
+msgstr[0] "Eine Aufgabe wird entfernt"
+msgstr[1] "%1 Aufgaben werden entfernt"
 
 #: taskhandler.cpp:225
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/po/de/akonadi_pop3_resource.po 
new/kdepim-runtime-22.12.3/po/de/akonadi_pop3_resource.po
--- old/kdepim-runtime-22.12.2/po/de/akonadi_pop3_resource.po   2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/de/akonadi_pop3_resource.po   2023-02-25 
06:01:16.000000000 +0100
@@ -1,6 +1,6 @@
 # Burkhard Lück <lu...@hube-lueck.de>, 2009, 2011, 2012, 2013, 2019, 2020, 
2021.
 # Thomas Reitelbach <t...@erdfunkstelle.de>, 2009.
-# Frederik Schwarzer <schwar...@kde.org>, 2010, 2016, 2018.
+# Frederik Schwarzer <schwar...@kde.org>, 2010, 2016, 2018, 2023.
 # Panagiotis Papadopoulos <pano...@gmx.net>, 2010.
 # Torbjörn Klatt <opensou...@torbjoern-klatt.de>, 2011.
 msgid ""
@@ -8,14 +8,15 @@
 "Project-Id-Version: akonadi_pop3_resource\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-08 00:48+0000\n"
-"PO-Revision-Date: 2021-03-08 06:30+0100\n"
-"Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
+"PO-Revision-Date: 2023-02-09 01:20+0100\n"
+"Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 22.12.1\n"
 
 #: accountwidget.cpp:89
 #, kde-format
@@ -217,12 +218,12 @@
 #: pop3protocol.cpp:564
 #, kde-format
 msgid "SSL/TLS error: %1"
-msgstr ""
+msgstr "SSL/TLS-Fehler: %1"
 
 #: pop3protocol.cpp:595
 #, kde-format
 msgid "%1: %2"
-msgstr ""
+msgstr "%1: %2"
 
 #: pop3protocol.cpp:614
 #, kde-format
@@ -788,30 +789,7 @@
 
 #. i18n: ectx: property (text), widget (QLabel, imapInfo)
 #: popsettings.ui:465
-#, fuzzy, kde-format
-#| msgid ""
-#| "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/";
-#| "REC-html40/strict.dtd\">\n"
-#| "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/"
-#| "css\">\n"
-#| "p, li { white-space: pre-wrap; }\n"
-#| "</style></head><body style=\" font-family:'HandelGotDLig'; font-"
-#| "size:10pt; font-weight:400; font-style:normal;\">\n"
-#| "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
-#| "right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-"
-#| "family:'Sans Serif'; font-weight:600;\">SSL/TLS</span><span style=\" font-"
-#| "family:'Sans Serif';\"> is safe IMAP over port 993;</span></p>\n"
-#| "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
-#| "right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-"
-#| "family:'Sans Serif'; font-weight:600;\">STARTTLS</span><span style=\" "
-#| "font-family:'Sans Serif';\"> will operate on port 143 and switch to a "
-#| "secure connection directly after connecting;</span></p>\n"
-#| "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
-#| "right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-"
-#| "family:'Sans Serif'; font-weight:600;\">None</span><span style=\" font-"
-#| "family:'Sans Serif';\"> will connect to port 143 but not switch to a "
-#| "secure connection. This setting is not recommended.</span></p></body></"
-#| "html>"
+#, kde-format
 msgid ""
 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/";
 "REC-html40/strict.dtd\">\n"
@@ -840,21 +818,21 @@
 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css"
 "\">\n"
 "p, li { white-space: pre-wrap; }\n"
-"</style></head><body style=\" font-family:'HandelGotDLig'; font-size:10pt; "
-"font-weight:400; font-style:normal;\">\n"
+"</style></head><body style=\" font-family:'Noto Sans'; font-size:10pt; font-"
+"weight:400; font-style:normal;\">\n"
 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
 "right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-"
 "family:'Sans Serif'; font-weight:600;\">SSL/TLS</span><span style=\" font-"
-"family:'Sans Serif';\"> ist sicheres IMAP über Port 993;</span></p>\n"
+"family:'Sans Serif';\"> ist sicheres POP über Port 995;</span></p>\n"
 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
 "right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-"
 "family:'Sans Serif'; font-weight:600;\">STARTTLS</span><span style=\" font-"
-"family:'Sans Serif';\"> läuft über Port 143 und wechselt direkt nach der "
+"family:'Sans Serif';\"> läuft über Port 110 und wechselt direkt nach der "
 "Anmeldung zu einer verschlüsselten Verbindung.</span></p>\n"
 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
 "right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-"
 "family:'Sans Serif'; font-weight:600;\">Keine</span><span style=\" font-"
-"family:'Sans Serif';\"> läuft über Port 143, wechselt aber nicht zu einer "
+"family:'Sans Serif';\"> läuft über Port 110, wechselt aber nicht zu einer "
 "verschlüsselten Verbindung; diese Einstellung ist nicht empfehlenswert.</"
 "span></p></body></html>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-22.12.2/po/de/gid-migrator.po 
new/kdepim-runtime-22.12.3/po/de/gid-migrator.po
--- old/kdepim-runtime-22.12.2/po/de/gid-migrator.po    2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/de/gid-migrator.po    2023-02-25 
06:01:16.000000000 +0100
@@ -1,11 +1,11 @@
 # Burkhard Lück <lu...@hube-lueck.de>, 2013, 2014, 2015.
-# Frederik Schwarzer <schwar...@kde.org>, 2016, 2020.
+# Frederik Schwarzer <schwar...@kde.org>, 2016, 2020, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-15 00:45+0000\n"
-"PO-Revision-Date: 2020-09-06 12:35+0200\n"
+"PO-Revision-Date: 2023-02-09 01:20+0100\n"
 "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
 "Language: de\n"
@@ -13,6 +13,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 22.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -144,10 +145,9 @@
 msgstr "Migration von Akonadi-Einträge zur Unterstützung von GID"
 
 #: main.cpp:30
-#, fuzzy, kde-format
-#| msgid "(c) 2013-2020 the Akonadi developers"
+#, kde-format
 msgid "(c) 2013-2022 the Akonadi developers"
-msgstr "Copyright 2013-2020 Die Akonadi-Entwickler"
+msgstr "Copyright 2013-2022 Die Akonadi-Entwickler"
 
 #: main.cpp:33
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/po/ka/akonadi_davgroupware_resource.po 
new/kdepim-runtime-22.12.3/po/ka/akonadi_davgroupware_resource.po
--- old/kdepim-runtime-22.12.2/po/ka/akonadi_davgroupware_resource.po   
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/ka/akonadi_davgroupware_resource.po   
2023-02-25 06:01:16.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdepim-runtime\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-08 00:48+0000\n"
-"PO-Revision-Date: 2022-06-24 18:02+0200\n"
+"PO-Revision-Date: 2023-02-08 11:50+0100\n"
 "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
 "Language-Team: Georgian <kde-i18n-...@kde.org>\n"
 "Language: ka\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 3.1\n"
+"X-Generator: Poedit 3.2.2\n"
 
 #: configdialog.cpp:33
 #, kde-format
@@ -393,7 +393,7 @@
 #: davgroupwareresource.kcfg:22
 #, kde-format
 msgid "Remote URLs"
-msgstr "დაშორებული URL_ები"
+msgstr "დაშორებული URL-ები"
 
 #. i18n: ectx: label, entry (defaultUsername), group (General)
 #: davgroupwareresource.kcfg:26
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/po/ka/akonadi_imap_resource.po 
new/kdepim-runtime-22.12.3/po/ka/akonadi_imap_resource.po
--- old/kdepim-runtime-22.12.2/po/ka/akonadi_imap_resource.po   2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/ka/akonadi_imap_resource.po   2023-02-25 
06:01:16.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdepim-runtime\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-14 00:47+0000\n"
-"PO-Revision-Date: 2023-01-28 11:23+0100\n"
+"PO-Revision-Date: 2023-02-08 11:51+0100\n"
 "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
 "Language-Team: Georgian <kde-i18n-...@kde.org>\n"
 "Language: ka\n"
@@ -241,7 +241,7 @@
 #: imapresource.kcfg:104
 #, kde-format
 msgid "Define alternate URL"
-msgstr "ალტერნატიული URL_ის აღწერა"
+msgstr "ალტერნატიული URL-ის აღწერა"
 
 #. i18n: ectx: label, entry (AlternateAuthentication), group (siever)
 #: imapresource.kcfg:107
@@ -1010,7 +1010,7 @@
 #: setupserverview_desktop.ui:461
 #, kde-format
 msgid "None"
-msgstr "არც_ერთი"
+msgstr "არაფერი"
 
 #. i18n: ectx: property (text), widget (QLabel, imapInfo)
 #: setupserverview_desktop.ui:482
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-22.12.2/po/nl/akonadi_ews_resource.po 
new/kdepim-runtime-22.12.3/po/nl/akonadi_ews_resource.po
--- old/kdepim-runtime-22.12.2/po/nl/akonadi_ews_resource.po    2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/nl/akonadi_ews_resource.po    2023-02-25 
06:01:16.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Freek de Kruijf <freekdekru...@kde.nl>, 2017, 2018, 2019, 2020, 2021.
+# Freek de Kruijf <freekdekru...@kde.nl>, 2017, 2018, 2019, 2020, 2021, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-16 00:47+0000\n"
-"PO-Revision-Date: 2021-08-25 13:19+0200\n"
+"PO-Revision-Date: 2023-02-17 10:29+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: \n"
 "Language: nl\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 21.08.0\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: ewsautodiscoveryjob.cpp:44 ewsautodiscoveryjob.cpp:51
 #, kde-format
@@ -786,7 +786,7 @@
 #, kde-format
 msgctxt "@info:status"
 msgid "Retrieving collection tree"
-msgstr "Bezig met ophalen van verzamelingboomstructuur"
+msgstr "Bezig met ophalen van verzamelingsboomstructuur"
 
 #: ewsresource.cpp:406
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/po/tr/akonadi_etesync_resource.po 
new/kdepim-runtime-22.12.3/po/tr/akonadi_etesync_resource.po
--- old/kdepim-runtime-22.12.2/po/tr/akonadi_etesync_resource.po        
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/tr/akonadi_etesync_resource.po        
2023-02-25 06:01:16.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the kdepim-runtime 
package.
 #
-# Emir SARI <emir_s...@icloud.com>, 2022.
+# Emir SARI <emir_s...@icloud.com>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdepim-runtime\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-08 00:48+0000\n"
-"PO-Revision-Date: 2022-04-06 14:18+0300\n"
+"PO-Revision-Date: 2023-02-08 19:15+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\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 22.12.2\n"
 
 #: etesyncresource.cpp:49
 #, kde-format
@@ -119,7 +119,7 @@
 #: etesyncresource.kcfg:16 etesyncresource.kcfg:17
 #, kde-format
 msgid "The username that is used to log into the EteSync server"
-msgstr "EteSync sunucusuna giriş yapmak için kullanılan kullanıcı adı"
+msgstr "EteSync sunucusuna oturum açmak için kullanılan kullanıcı adı"
 
 #. i18n: ectx: label, entry (BasePath), group (General)
 #: etesyncresource.kcfg:20
@@ -136,12 +136,12 @@
 #: setupwizard.cpp:66
 #, kde-format
 msgid "Login Credentials"
-msgstr "Giriş Yapma Bilgileri"
+msgstr "Oturum Açma Bilgileri"
 
 #: setupwizard.cpp:67
 #, kde-format
 msgid "Enter your credentials to login to the EteSync server"
-msgstr "EteSync sunucusuna giriş yapmak için kimlik bilgilerinizi girin"
+msgstr "EteSync sunucusuna oturum açmak için kimlik bilgilerinizi girin"
 
 #: setupwizard.cpp:76
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-22.12.2/po/tr/akonadi_ews_resource.po 
new/kdepim-runtime-22.12.3/po/tr/akonadi_ews_resource.po
--- old/kdepim-runtime-22.12.2/po/tr/akonadi_ews_resource.po    2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/tr/akonadi_ews_resource.po    2023-02-25 
06:01:16.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the kdepim-runtime 
package.
 #
-# Emir SARI <emir_s...@icloud.com>, 2022.
+# Emir SARI <emir_s...@icloud.com>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdepim-runtime\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-16 00:47+0000\n"
-"PO-Revision-Date: 2022-04-07 12:01+0300\n"
+"PO-Revision-Date: 2023-02-08 19:15+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\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 22.12.2\n"
 
 #: ewsautodiscoveryjob.cpp:44 ewsautodiscoveryjob.cpp:51
 #, kde-format
@@ -1088,7 +1088,7 @@
 #, kde-format
 msgid "The username that is used to log into the Microsoft Exchange server"
 msgstr ""
-"Microsoft Exchange sunucusuna giriş yapmak için kullanılan kullanıcı 
adı"
+"Microsoft Exchange sunucusuna oturum açmak için kullanılan kullanıcı 
adı"
 
 #. i18n: ectx: label, entry (Domain), group (General)
 #: ewsresource.kcfg:20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/po/tr/akonadi_facebook_resource.po 
new/kdepim-runtime-22.12.3/po/tr/akonadi_facebook_resource.po
--- old/kdepim-runtime-22.12.2/po/tr/akonadi_facebook_resource.po       
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/tr/akonadi_facebook_resource.po       
2023-02-25 06:01:16.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: akonadi_facebook_resource\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:07+0100\n"
-"PO-Revision-Date: 2023-01-21 15:25+0300\n"
+"PO-Revision-Date: 2023-02-08 20:54+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-i18n-...@kde.org>\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 22.12.1\n"
+"X-Generator: Lokalize 22.12.2\n"
 "X-POOTLE-MTIME: 1502203652.000000\n"
 
 #: birthdaylistjob.cpp:78 birthdaylistjob.cpp:84
@@ -50,13 +50,13 @@
 #: facebookagentsettingswidget.ui:39
 #, kde-format
 msgid "Login with Facebook"
-msgstr "Facebook ile Giriş"
+msgstr "Facebook ile Oturum Aç"
 
 #. i18n: ectx: property (text), widget (QPushButton, logoutBtn)
 #: facebookagentsettingswidget.ui:46
 #, kde-format
 msgid "Logout"
-msgstr "Çıkış"
+msgstr "Oturumu Kapat"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
 #: facebookagentsettingswidget.ui:62
@@ -121,7 +121,7 @@
 #: facebooksettingswidget.cpp:48
 #, kde-format
 msgid "Checking login status..."
-msgstr "Oturum durumu kontrol ediliyor..."
+msgstr "Oturum açma durumu denetleniyor..."
 
 #: facebooksettingswidget.cpp:57
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/po/tr/akonadi_google_resource.po 
new/kdepim-runtime-22.12.3/po/tr/akonadi_google_resource.po
--- old/kdepim-runtime-22.12.2/po/tr/akonadi_google_resource.po 2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/tr/akonadi_google_resource.po 2023-02-25 
06:01:16.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdepim-runtime-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-09 00:48+0000\n"
-"PO-Revision-Date: 2023-01-21 15:25+0300\n"
+"PO-Revision-Date: 2023-02-08 21:19+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.12.1\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: calendarhandler.cpp:90
 #, kde-format
@@ -251,7 +251,7 @@
 #: googleresource.cpp:234
 #, kde-format
 msgid "Account has been logged out."
-msgstr "Hesap çıkış yaptı."
+msgstr "Hesap oturumu kapattı."
 
 #: googleresource.cpp:237
 #, kde-format
@@ -259,8 +259,8 @@
 "Google Groupware has been logged out from your account. Please log in to "
 "enable Google Contacts and Calendar sync again."
 msgstr ""
-"Google Groupware hesabınızdan çıkış yaptı. Google Kişiler ve Takvim "
-"eşzamanlamasını etkinleştirmek için giriş yapın."
+"Google Groupware hesabınızın oturumunu kapattı. Google Kişiler ve Takvim 
"
+"eşzamanlamasını etkinleştirmek için oturum açın."
 
 #: googleresource.cpp:238
 #, kde-format
@@ -268,8 +268,8 @@
 "Google Groupware has been logged out from account %1. Please log in to "
 "enable Google Contacts and Calendar sync again."
 msgstr ""
-"Google Groupware, %1 hesabından çıkış yaptı. Google Kişiler ve Takvim "
-"eşzamanlamasını etkinleştirmek için giriş yapın."
+"Google Groupware, %1 hesabınızın oturumunu kapattı. Google Kişiler ve 
Takvim "
+"eşzamanlamasını etkinleştirmek için oturum açın."
 
 #: googleresource.cpp:242
 #, kde-format
@@ -281,18 +281,18 @@
 #, kde-format
 msgctxt "@action"
 msgid "Log in"
-msgstr "Giriş Yap"
+msgstr "Oturum Aç"
 
 #: googleresource.cpp:261 googleresource.cpp:262
 #, kde-format
 msgctxt "@info:status"
 msgid "Resource is not configured"
-msgstr "Kaynak yapılandırılmamış"
+msgstr "Özkaynak yapılandırılmamış"
 
 #: googleresource.cpp:277
 #, kde-format
 msgid "Failed to refresh tokens"
-msgstr "Andaç yenileme başarısız"
+msgstr "Jetonlar yenilemedi"
 
 #: googleresource.cpp:432 googleresource.cpp:446 googleresource.cpp:460
 #: googleresource.cpp:475 googleresource.cpp:489 googleresource.cpp:503
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/po/tr/akonadi_imap_resource.po 
new/kdepim-runtime-22.12.3/po/tr/akonadi_imap_resource.po
--- old/kdepim-runtime-22.12.2/po/tr/akonadi_imap_resource.po   2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/tr/akonadi_imap_resource.po   2023-02-25 
06:01:16.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: akonadi_imap_resource\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-14 00:47+0000\n"
-"PO-Revision-Date: 2023-01-21 15:26+0300\n"
+"PO-Revision-Date: 2023-02-08 19:16+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.12.1\n"
+"X-Generator: Lokalize 22.12.2\n"
 "X-POOTLE-MTIME: 1413102275.000000\n"
 
 #: addcollectiontask.cpp:33
@@ -933,7 +933,7 @@
 #, kde-format
 msgctxt "Authentication method"
 msgid "LOGIN"
-msgstr "GIRIŞ"
+msgstr "LOGIN"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, 
authenticationAlternateCombo)
 #. i18n: ectx: property (text), item, widget (QComboBox, authenticationCombo)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/po/tr/akonadi_pop3_resource.po 
new/kdepim-runtime-22.12.3/po/tr/akonadi_pop3_resource.po
--- old/kdepim-runtime-22.12.2/po/tr/akonadi_pop3_resource.po   2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/tr/akonadi_pop3_resource.po   2023-02-25 
06:01:16.000000000 +0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdepim-runtime-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-08 00:48+0000\n"
-"PO-Revision-Date: 2023-01-10 21:20+0300\n"
+"PO-Revision-Date: 2023-02-08 19:24+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -21,7 +21,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.12.0\n"
+"X-Generator: Lokalize 22.12.2\n"
 "X-POOTLE-MTIME: 1413104452.000000\n"
 
 #: accountwidget.cpp:89
@@ -172,7 +172,7 @@
 "\n"
 "%2"
 msgstr ""
-"APOP ile giriş yapma başarısız. %1 sunucusu, desteklediğini iddia 
ettiği "
+"APOP ile oturum açma başarısız. %1 sunucusu, desteklediğini iddia 
ettiği "
 "halde APOP desteklemeyebilir veya parola yanlış olabilir.\n"
 "\n"
 "%2"
@@ -190,7 +190,7 @@
 "\n"
 "%3"
 msgstr ""
-"SASL (%1) ile giriş yapma başarısız. Sunucu %2 desteklemiyor olabilir 
veya "
+"SASL (%1) ile oturum açma başarısız. Sunucu %2 desteklemiyor olabilir 
veya "
 "parola yanlış olabilir.\n"
 "\n"
 "%3"
@@ -210,7 +210,7 @@
 "Could not login to %1.\n"
 "\n"
 msgstr ""
-"%1 girişi yapılamadı.\n"
+"%1 oturumu açılamadı.\n"
 "\n"
 
 #: pop3protocol.cpp:532
@@ -220,7 +220,7 @@
 "\n"
 "%2"
 msgstr ""
-"%1 girişi yapılamadı. Parola yanlış olabilir.\n"
+"%1 oturumu açılamadı. Parola yanlış olabilir.\n"
 "\n"
 "%2"
 
@@ -406,7 +406,7 @@
 #: pop3resource.cpp:460
 #, kde-format
 msgid "Unable to login to the server \"%1\"."
-msgstr "\"%1\" sunucusuna giriş yapılamadı."
+msgstr "\"%1\" sunucusuna oturum açılamadı."
 
 #: pop3resource.cpp:469
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/po/zh_CN/accountwizard_contacts.po 
new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_contacts.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/accountwizard_contacts.po       
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_contacts.po       
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-15 02:21+0200\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/accountwizard_ews.po 
new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_ews.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/accountwizard_ews.po    2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_ews.po    2023-02-25 
06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-15 02:21+0200\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/accountwizard_ical.po 
new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_ical.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/accountwizard_ical.po   2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_ical.po   2023-02-25 
06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-15 02:21+0200\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/accountwizard_imap.po 
new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_imap.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/accountwizard_imap.po   2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_imap.po   2023-02-25 
06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-15 02:21+0200\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/accountwizard_kolab.po 
new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_kolab.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/accountwizard_kolab.po  2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_kolab.po  2023-02-25 
06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-15 02:21+0200\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/accountwizard_mailbox.po 
new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_mailbox.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/accountwizard_mailbox.po        
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_mailbox.po        
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-15 02:21+0200\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/accountwizard_maildir.po 
new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_maildir.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/accountwizard_maildir.po        
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_maildir.po        
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-15 02:21+0200\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/accountwizard_pop3.po 
new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_pop3.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/accountwizard_pop3.po   2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_pop3.po   2023-02-25 
06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-15 02:21+0200\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/accountwizard_vcard.po 
new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_vcard.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/accountwizard_vcard.po  2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_vcard.po  2023-02-25 
06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-15 02:21+0200\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/accountwizard_vcarddir.po 
new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_vcarddir.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/accountwizard_vcarddir.po       
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/accountwizard_vcarddir.po       
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-15 02:21+0200\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi-filestore.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi-filestore.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi-filestore.po    2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi-filestore.po    2023-02-25 
06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-03 00:20+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_birthdays_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_birthdays_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_birthdays_resource.po   
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_birthdays_resource.po   
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-14 00:46+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_contacts_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_contacts_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_contacts_resource.po    
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_contacts_resource.po    
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-18 00:17+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_davgroupware_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_davgroupware_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_davgroupware_resource.po        
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_davgroupware_resource.po        
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-08 00:48+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -37,7 +37,7 @@
 #: configdialog.cpp:59
 #, kde-format
 msgid "Days"
-msgstr "天"
+msgstr "日"
 
 #: configdialog.cpp:60
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_etesync_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_etesync_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_etesync_resource.po     
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_etesync_resource.po     
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-08 00:48+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_ews_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_ews_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_ews_resource.po 2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_ews_resource.po 2023-02-25 
06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-16 00:47+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_facebook_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_facebook_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_facebook_resource.po    
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_facebook_resource.po    
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:07+0100\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_google_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_google_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_google_resource.po      
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_google_resource.po      
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-09 00:48+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_ical_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_ical_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_ical_resource.po        
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_ical_resource.po        
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-08 00:48+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_icaldir_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_icaldir_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_icaldir_resource.po     
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_icaldir_resource.po     
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-25 00:29+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_imap_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_imap_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_imap_resource.po        
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_imap_resource.po        
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-14 00:47+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_maildir_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_maildir_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_maildir_resource.po     
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_maildir_resource.po     
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-14 00:46+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_maildispatcher_agent.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_maildispatcher_agent.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_maildispatcher_agent.po 
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_maildispatcher_agent.po 
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-13 00:46+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_mbox_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_mbox_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_mbox_resource.po        
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_mbox_resource.po        
2023-02-25 06:01:16.000000000 +0100
@@ -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-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_migration_agent.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_migration_agent.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_migration_agent.po      
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_migration_agent.po      
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:07+0100\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_mixedmaildir_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_mixedmaildir_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_mixedmaildir_resource.po        
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_mixedmaildir_resource.po        
2023-02-25 06:01:16.000000000 +0100
@@ -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-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_newmailnotifier_agent.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_newmailnotifier_agent.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_newmailnotifier_agent.po        
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_newmailnotifier_agent.po        
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-13 00:46+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_openxchange_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_openxchange_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_openxchange_resource.po 
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_openxchange_resource.po 
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-03-24 00:45+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_pop3_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_pop3_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_pop3_resource.po        
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_pop3_resource.po        
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-08 00:48+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_singlefile_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_singlefile_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_singlefile_resource.po  
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_singlefile_resource.po  
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-08 00:48+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_tomboynotes_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_tomboynotes_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_tomboynotes_resource.po 
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_tomboynotes_resource.po 
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-25 00:29+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_vcard_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_vcard_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_vcard_resource.po       
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_vcard_resource.po       
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-18 00:17+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/akonadi_vcarddir_resource.po 
new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_vcarddir_resource.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/akonadi_vcarddir_resource.po    
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/akonadi_vcarddir_resource.po    
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-15 00:45+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/gid-migrator.po 
new/kdepim-runtime-22.12.3/po/zh_CN/gid-migrator.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/gid-migrator.po 2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/gid-migrator.po 2023-02-25 
06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-15 00:45+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/kio_akonadi.po 
new/kdepim-runtime-22.12.3/po/zh_CN/kio_akonadi.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/kio_akonadi.po  2023-01-29 
04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/kio_akonadi.po  2023-02-25 
06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-07 00:47+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/po/zh_CN/libfolderarchivesettings.po 
new/kdepim-runtime-22.12.3/po/zh_CN/libfolderarchivesettings.po
--- old/kdepim-runtime-22.12.2/po/zh_CN/libfolderarchivesettings.po     
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/po/zh_CN/libfolderarchivesettings.po     
2023-02-25 06:01:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-10 00:46+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\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-runtime-22.12.2/resources/google-groupware/akonadi_google_resource.notifyrc
 
new/kdepim-runtime-22.12.3/resources/google-groupware/akonadi_google_resource.notifyrc
--- 
old/kdepim-runtime-22.12.2/resources/google-groupware/akonadi_google_resource.notifyrc
      2023-01-29 04:38:37.000000000 +0100
+++ 
new/kdepim-runtime-22.12.3/resources/google-groupware/akonadi_google_resource.notifyrc
      2023-02-25 06:01:16.000000000 +0100
@@ -108,7 +108,7 @@
 Comment[ru]=Был выполнен выход из Google Groupware, 
необходима повторная аутентификация
 Comment[sl]=Google Groupware je bil odjavljen se mora ponovno overiti
 Comment[sv]=Google grupprogram har loggats ut och behöver ny 
behörighetskontroll
-Comment[tr]=Google Groupware çıkış yaptı ve yeniden kimlik doğrulaması 
gerekiyor
+Comment[tr]=Google Groupware oturumu kapattı ve yeniden kimlik doğrulaması 
gerekiyor
 Comment[uk]=Було здійснено вихід із Google Groupware — 
потрібне повторне розпізнавання
 Comment[x-test]=xxGoogle Groupware has been logged off and needs to be 
reauthenticatedxx
 Comment[zh_CN]=Google 协作套件已退出,需要重新授权
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/resources/google-groupware/googleresource.cpp 
new/kdepim-runtime-22.12.3/resources/google-groupware/googleresource.cpp
--- old/kdepim-runtime-22.12.2/resources/google-groupware/googleresource.cpp    
2023-01-29 04:38:37.000000000 +0100
+++ new/kdepim-runtime-22.12.3/resources/google-groupware/googleresource.cpp    
2023-02-25 06:01:16.000000000 +0100
@@ -453,7 +453,7 @@
         return;
     }
     auto handler = fetchHandlerByMimetype(items.first().mimeType());
-    if (handler && handler->canPerformTask(items)) {
+    if (handler) {
         handler->itemsRemoved(items);
     } else {
         qCWarning(GOOGLE_LOG) << "Could not remove item" << 
items.first().mimeType();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/resources/imap/org.kde.akonadi_imap_resource.desktop 
new/kdepim-runtime-22.12.3/resources/imap/org.kde.akonadi_imap_resource.desktop
--- 
old/kdepim-runtime-22.12.2/resources/imap/org.kde.akonadi_imap_resource.desktop 
    2023-01-29 04:38:37.000000000 +0100
+++ 
new/kdepim-runtime-22.12.3/resources/imap/org.kde.akonadi_imap_resource.desktop 
    2023-02-25 06:01:16.000000000 +0100
@@ -6,6 +6,7 @@
 Name[ca]=Correus electrònics
 Name[ca@valencia]=Correus electrònics
 Name[cs]=E-maily
+Name[de]=E-Mails
 Name[en_GB]=Emails
 Name[es]=Correos
 Name[eu]=E-postak
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-22.12.2/resources/kolab/org.kde.akonadi_kolab_resource.desktop
 
new/kdepim-runtime-22.12.3/resources/kolab/org.kde.akonadi_kolab_resource.desktop
--- 
old/kdepim-runtime-22.12.2/resources/kolab/org.kde.akonadi_kolab_resource.desktop
   2023-01-29 04:38:37.000000000 +0100
+++ 
new/kdepim-runtime-22.12.3/resources/kolab/org.kde.akonadi_kolab_resource.desktop
   2023-02-25 06:01:16.000000000 +0100
@@ -6,6 +6,7 @@
 Name[ca]=Treball en grup Kolab
 Name[ca@valencia]=Treball en grup Kolab
 Name[cs]=Kolab Groupware
+Name[de]=Kolab Groupware
 Name[en_GB]=Kolab Groupware
 Name[es]=Software colaborativo Kolab
 Name[eu]=Kolab talde-laneko aplikazioak

Reply via email to