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-09-15 22:01:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdepim-addons (Old)
 and      /work/SRC/openSUSE:Factory/.kdepim-addons.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdepim-addons"

Fri Sep 15 22:01:59 2023 rev:94 rq:1111154 version:23.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdepim-addons/kdepim-addons.changes      
2023-08-31 13:44:24.869427873 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim-addons.new.1766/kdepim-addons.changes    
2023-09-15 22:02:41.867177067 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 11:55:47 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.1/
+- Changes since 23.08.0:
+  * Correctly size constrain Apple Wallet generic pass thumbnail images
+
+-------------------------------------------------------------------

Old:
----
  kdepim-addons-23.08.0.tar.xz
  kdepim-addons-23.08.0.tar.xz.sig

New:
----
  kdepim-addons-23.08.1.tar.xz
  kdepim-addons-23.08.1.tar.xz.sig

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

Other differences:
------------------
++++++ kdepim-addons.spec ++++++
--- /var/tmp/diff_new_pack.8x11jP/_old  2023-09-15 22:02:43.295228126 +0200
+++ /var/tmp/diff_new_pack.8x11jP/_new  2023-09-15 22:02:43.299228269 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           kdepim-addons
-Version:        23.08.0
+Version:        23.08.1
 Release:        0
 Summary:        Addons for KDE PIM applications
 License:        GPL-2.0-only


++++++ kdepim-addons-23.08.0.tar.xz -> kdepim-addons-23.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-addons-23.08.0/CMakeLists.txt 
new/kdepim-addons-23.08.1/CMakeLists.txt
--- old/kdepim-addons-23.08.0/CMakeLists.txt    2023-08-13 09:04:35.000000000 
+0200
+++ new/kdepim-addons-23.08.1/CMakeLists.txt    2023-09-11 05:13: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.24.0")
+set(PIM_VERSION "5.24.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.24.0")
-set(GRAVATAR_LIB_VERSION "5.24.0")
-set(PIMCOMMON_LIB_VERSION "5.24.0")
-set(GRANTLEETHEME_LIB_VERSION "5.24.0")
-set(CALENDARSUPPORT_LIB_VERSION "5.24.0")
-set(EVENTVIEW_LIB_VERSION "5.24.0")
-set(LIBKDEPIM_LIB_VERSION "5.24.0")
-set(KADDRESSBOOK_IMPORTEXPORT_LIB_VERSION "5.24.0")
-set(LIBKLEO_LIB_VERSION "5.24.0")
-set(AKONADI_LIB_VERSION "5.24.0")
-set(INCIDENCEEDITOR_LIB_VERSION "5.24.0")
-set(KTNEF_LIB_VERSION "5.24.0")
-set(MESSAGELIB_LIB_VERSION "5.24.0")
-set(AKONADICALENDAR_LIB_VERSION "5.24.0")
-set(CALENDAR_UTILS_VERSION "5.24.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.24.0")
-set(KIMAP_LIB_VERSION "5.24.0")
-set(LIBKSIEVE_LIB_VERSION "5.24.0")
-set(KMAILTRANSPORT_LIB_VERSION "5.24.0")
-set(AKONADICONTACT_LIB_VERSION "5.24.0")
-set(IMPORTWIZARD_LIB_VERSION "5.24.0")
-set(MAILIMPORTER_LIB_VERSION "5.24.0")
-set(KPIMPKPASS_LIB_VERSION "5.24.0")
-set(KPIMITINERARY_LIB_VERSION "5.24.0")
-set(AKONADINOTES_LIB_VERSION "5.24.0")
-set(KPIM_MIME_VERSION "5.24.0")
+set(MAILCOMMON_LIB_VERSION "5.24.1")
+set(GRAVATAR_LIB_VERSION "5.24.1")
+set(PIMCOMMON_LIB_VERSION "5.24.1")
+set(GRANTLEETHEME_LIB_VERSION "5.24.1")
+set(CALENDARSUPPORT_LIB_VERSION "5.24.1")
+set(EVENTVIEW_LIB_VERSION "5.24.1")
+set(LIBKDEPIM_LIB_VERSION "5.24.1")
+set(KADDRESSBOOK_IMPORTEXPORT_LIB_VERSION "5.24.1")
+set(LIBKLEO_LIB_VERSION "5.24.1")
+set(AKONADI_LIB_VERSION "5.24.1")
+set(INCIDENCEEDITOR_LIB_VERSION "5.24.1")
+set(KTNEF_LIB_VERSION "5.24.1")
+set(MESSAGELIB_LIB_VERSION "5.24.1")
+set(AKONADICALENDAR_LIB_VERSION "5.24.1")
+set(CALENDAR_UTILS_VERSION "5.24.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.24.1")
+set(KIMAP_LIB_VERSION "5.24.1")
+set(LIBKSIEVE_LIB_VERSION "5.24.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.24.1")
+set(AKONADICONTACT_LIB_VERSION "5.24.1")
+set(IMPORTWIZARD_LIB_VERSION "5.24.1")
+set(MAILIMPORTER_LIB_VERSION "5.24.1")
+set(KPIMPKPASS_LIB_VERSION "5.24.1")
+set(KPIMITINERARY_LIB_VERSION "5.24.1")
+set(AKONADINOTES_LIB_VERSION "5.24.1")
+set(KPIM_MIME_VERSION "5.24.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.08.0/plugins/messageviewer/bodypartformatter/pkpass/templates/generic.html
 
new/kdepim-addons-23.08.1/plugins/messageviewer/bodypartformatter/pkpass/templates/generic.html
--- 
old/kdepim-addons-23.08.0/plugins/messageviewer/bodypartformatter/pkpass/templates/generic.html
     2023-08-13 09:04:35.000000000 +0200
+++ 
new/kdepim-addons-23.08.1/plugins/messageviewer/bodypartformatter/pkpass/templates/generic.html
     2023-09-11 05:13:21.000000000 +0200
@@ -37,14 +37,14 @@
     <table style="width:100%; border-collapse: collapse;">
         <tr>
         {% for field in pass.primaryFields%}
-            <td style="white-space: nowrap; color: {{ pass.labelColorName }}; 
padding-bottom:0px;">{{ field.label }}</td>
+            <td style="white-space: nowrap; color: {{ pass.labelColorName }}; 
padding-bottom:0px; {% if field.textAlignment == 2 %}text-align:right;{% endif 
%}">{{ field.label }}</td>
         {% endfor %}
         {% if pass.thumbnailUrl %}
-            <td rowspan="2"><img src="{{ pass.thumbnailUrl }}"/></td>
+            <td rowspan="2" style="text-align:right; 
vertical-align:center;"><img src="{{ pass.thumbnailUrl }}" style="max-width: 
90px; max-height:90px;"/></td>
         {% endif %}
         </tr><tr style="font-size: 120%;">
         {% for field in pass.primaryFields %}
-            <td style="vertical-align:top; padding-top:0px;">{{ field.value 
}}</td>
+            <td style="vertical-align:top; padding-top:0px; {% if 
field.textAlignment == 2 %}text-align:right;{% endif %}">{{ field.value }}</td>
         {% endfor %}
         </tr>
     </table>
@@ -54,11 +54,11 @@
     <table style="width:100%; border-collapse: collapse;">
         <tr>
         {% for field in pass.secondaryFields %}
-            <td style="white-space: nowrap; color: {{ pass.labelColorName }}; 
padding-bottom:0px;">{{ field.label }}</td>
+            <td style="white-space: nowrap; color: {{ pass.labelColorName }}; 
padding-bottom:0px; {% if field.textAlignment == 2 %}text-align:right;{% endif 
%}">{{ field.label }}</td>
         {% endfor %}
         </tr><tr style="font-size: 120%;">
         {% for field in pass.secondaryFields %}
-            <td style="vertical-align:top; padding-top:0px;">{{ field.value 
}}</td>
+            <td style="vertical-align:top; padding-top:0px; {% if 
field.textAlignment == 2 %}text-align:right;{% endif %}">{{ field.value }}</td>
         {% endfor %}
         </tr>
     </table>
@@ -68,11 +68,11 @@
     <table style="width:100%; border-collapse: collapse;">
         <tr>
         {% for field in pass.auxiliaryFields %}
-            <td style="white-space: nowrap; color: {{ pass.labelColorName }}; 
padding-bottom:0px;">{{ field.label }}</td>
+            <td style="white-space: nowrap; color: {{ pass.labelColorName }}; 
padding-bottom:0px; {% if field.textAlignment == 2 %}text-align:right;{% endif 
%}">{{ field.label }}</td>
         {% endfor %}
         </tr><tr style="font-size: 120%;">
         {% for field in pass.auxiliaryFields %}
-            <td style="vertical-align:top; padding-top:0px;">{{ field.value 
}}</td>
+            <td style="vertical-align:top; padding-top:0px; {% if 
field.textAlignment == 2 %}text-align:right;{% endif %}">{{ field.value }}</td>
         {% endfor %}
         </tr>
     </table>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-23.08.0/po/fr/kmail_editorgrammar_plugins.po 
new/kdepim-addons-23.08.1/po/fr/kmail_editorgrammar_plugins.po
--- old/kdepim-addons-23.08.0/po/fr/kmail_editorgrammar_plugins.po      
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/fr/kmail_editorgrammar_plugins.po      
2023-09-11 05:13:21.000000000 +0200
@@ -1,19 +1,19 @@
+# SPDX-FileCopyrightText: 2021, 2022, 2023 Xavier Besnard 
<[email protected]>
 # Simon Depiets <[email protected]>, 2019.
-# Xavier Besnard <[email protected]>, 2021, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdepim-addons\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-06-26 00:51+0000\n"
-"PO-Revision-Date: 2022-09-17 20:26+0200\n"
-"Last-Translator: Xavier Besnard <[email protected]>\n"
-"Language-Team: French <[email protected]>\n"
+"PO-Revision-Date: 2023-09-09 14:23+0200\n"
+"Last-Translator: Xavier BESNARD <[email protected]>\n"
+"Language-Team: fr\n"
 "Language: fr\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.08.1\n"
+"X-Generator: Lokalize 23.08.0\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -34,18 +34,14 @@
 msgstr "&Vérifier la grammaire (LanguageTool)"
 
 #: languagetool/languagetoolinterface.cpp:94
-#, fuzzy, kde-format
-#| msgid ""
-#| "You do not use local instance.\n"
-#| "Your text will send on a external web site (https://languagetool.org/).\n"
-#| "Do you want to continue?"
+#, kde-format
 msgid ""
 "You do not use local instance.\n"
 "Your text will be sent to an external web site (https://languagetool.org/).\n"
 "Do you want to continue?"
 msgstr ""
 "Vous n'utilisez pas d'instance locale.\n"
-"Votre texte sera envoyé sur un site web externe (https://languagetool.";
+"Votre texte sera envoyé vers un site Internet externe (https://languagetool.";
 "org/).\n"
 "Voulez-vous continuer ?"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-addons-23.08.0/po/gl/kaddressbook_plugins.po 
new/kdepim-addons-23.08.1/po/gl/kaddressbook_plugins.po
--- old/kdepim-addons-23.08.0/po/gl/kaddressbook_plugins.po     2023-08-13 
09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/gl/kaddressbook_plugins.po     2023-09-11 
05:13:21.000000000 +0200
@@ -8,7 +8,7 @@
 "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: 2023-06-21 08:46+0200\n"
+"PO-Revision-Date: 2023-09-03 11:51+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 23.04.2\n"
+"X-Generator: Lokalize 23.04.3\n"
 
 #: checkgravatar/checkgravatarplugininterface.cpp:37
 #, kde-format
@@ -244,7 +244,7 @@
 #: mergelib/widgets/mergecontactselectlistwidget.cpp:96
 #, kde-format
 msgid "Assistant"
-msgstr "Axudante"
+msgstr "Asistente"
 
 #: mergelib/widgets/mergecontactselectlistwidget.cpp:105
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-addons-23.08.0/po/gl/messageviewerplugins.po 
new/kdepim-addons-23.08.1/po/gl/messageviewerplugins.po
--- old/kdepim-addons-23.08.0/po/gl/messageviewerplugins.po     2023-08-13 
09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/gl/messageviewerplugins.po     2023-09-11 
05:13:21.000000000 +0200
@@ -1,21 +1,22 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-#
 # Adrián Chaves Fernández (Gallaecio) <[email protected]>, 2015, 2016.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2023.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-02-02 00:59+0000\n"
-"PO-Revision-Date: 2018-04-27 16:28+0100\n"
-"Last-Translator: Adrian Chaves <[email protected]>\n"
-"Language-Team: Galician <[email protected]>\n"
+"PO-Revision-Date: 2023-09-03 11:24+0200\n"
+"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
+"Language-Team: Galician <[email protected]>\n"
 "Language: gl\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 23.04.3\n"
 
 #: common/expandurlplugin/viewerpluginexpandurlinterface.cpp:41
 #, kde-format
@@ -154,7 +155,7 @@
 #: createtodoplugin/todoedit.cpp:61
 #, kde-format
 msgid "To-do:"
-msgstr ""
+msgstr "Tarefa:"
 
 #: createtodoplugin/todoedit.cpp:80
 #, kde-format
@@ -222,11 +223,10 @@
 "tarefa como queira antes de a gardar no calendario."
 
 #: 
externalscriptplugin/configuredialog/viewerpluginexternalconfiguredialog.cpp:16
-#, fuzzy, kde-format
-#| msgid "Configure \"External Script\" Plugin"
+#, kde-format
 msgctxt "@title:window"
 msgid "Configure \"External Script\" Plugin"
-msgstr "Configurar o complemento «Script externo»"
+msgstr "Configurar o complemento «Guión externo»"
 
 #: 
externalscriptplugin/configuredialog/viewerpluginexternalconfigurewidget.cpp:59
 #, kde-format
@@ -246,7 +246,7 @@
 #: 
externalscriptplugin/configuredialog/viewerpluginexternalconfigurewidget.cpp:67
 #, kde-format
 msgid "External Script:"
-msgstr "Script externo:"
+msgstr "Guión externo:"
 
 #: 
externalscriptplugin/configuredialog/viewerpluginexternalconfigurewidget.cpp:106
 #, kde-format
@@ -259,11 +259,10 @@
 msgstr "Retirar o guión externo"
 
 #: externalscriptplugin/configuredialog/viewerpluginexternaleditdialog.cpp:25
-#, fuzzy, kde-format
-#| msgid "Add or Modify External Script"
+#, kde-format
 msgctxt "@title:window"
 msgid "Add or Modify External Script"
-msgstr "Engadir ou modificar un script externo"
+msgstr "Engadir ou modificar un guión externo"
 
 #: externalscriptplugin/configuredialog/viewerpluginexternaleditwidget.cpp:28
 #, kde-format
@@ -278,7 +277,7 @@
 #: externalscriptplugin/configuredialog/viewerpluginexternaleditwidget.cpp:37
 #, kde-format
 msgid "Add command arguments..."
-msgstr ""
+msgstr "Engadir argumentos de orde…"
 
 #: externalscriptplugin/configuredialog/viewerpluginexternaleditwidget.cpp:38
 #, kde-format
@@ -289,6 +288,8 @@
 #, kde-format
 msgid "<qt><a href=\"whatsthis1\">Argument format information...</a></qt>"
 msgstr ""
+"<qt><a href=\"whatsthis1\">Información sobre o formato dos 
argumentos…</a></"
+"qt>"
 
 #: externalscriptplugin/configuredialog/viewerpluginexternaleditwidget.cpp:47
 #, kde-format
@@ -300,6 +301,13 @@
 "- the reply email address</li><li>%akonadiUrl - the akonadi url (as akonadi:?"
 "item=187020)</li></ul></strong></p></qt>"
 msgstr ""
+"<qt><p><strong>Poden usarse as seguintes expresións para os argumentos:</"
+"strong></p><ul><li>%s: asunto</li><li>%from: enderezo de correo electrónico "
+"remitente</li><li>%cc: lista de enderezos de correo electrónico en copia</"
+"li><li>%bcc: lista de enderezos de correo electrónico en copia oculta</"
+"li><li>%body: mensaxe</li><li>%inreplyto: enderezo de correo electrónico ao "
+"que se responde</li><li>%akonadiUrl: URL de Akonadi (p. ex. «akonadi:?"
+"item=187020»)</li></ul></strong></p></qt>"
 
 #: externalscriptplugin/configuredialog/viewerpluginexternaleditwidget.cpp:70
 #, kde-format
@@ -322,15 +330,14 @@
 msgstr "Non foi posíbel iniciar o executábel"
 
 #: externalscriptplugin/viewerpluginexternalscriptinterface.cpp:104
-#, fuzzy, kde-format
-#| msgid "External Script:"
+#, kde-format
 msgid "External Script"
-msgstr "Script externo:"
+msgstr "Guión externo"
 
 #: externalscriptplugin/viewerpluginexternalscriptinterface.cpp:129
 #, kde-format
 msgid "Configure"
-msgstr ""
+msgstr "Configurar"
 
 #~ msgid "Todo:"
 #~ msgstr "Tarefa pendente:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-23.08.0/po/tr/kmail_checkbeforedeleting_plugins.po 
new/kdepim-addons-23.08.1/po/tr/kmail_checkbeforedeleting_plugins.po
--- old/kdepim-addons-23.08.0/po/tr/kmail_checkbeforedeleting_plugins.po        
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/tr/kmail_checkbeforedeleting_plugins.po        
2023-09-11 05:13: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.
 #
-# Emir SARI <[email protected]>, 2022.
+# Emir SARI <[email protected]>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdepim-addons\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-06-20 00:53+0000\n"
-"PO-Revision-Date: 2022-05-16 15:47+0300\n"
+"PO-Revision-Date: 2023-09-03 21:17+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 22.04.0\n"
+"X-Generator: Lokalize 23.11.70\n"
 
 #: confirmbeforedeleting/confirmbeforedeletingcreateruledialog.cpp:17
 #, kde-format
@@ -62,7 +62,7 @@
 #: confirmbeforedeleting/confirmbeforedeletingrule.cpp:170
 #, kde-format
 msgid "Unread"
-msgstr "Okunmamış"
+msgstr "Okunmayan"
 
 #: confirmbeforedeleting/confirmbeforedeletingcreaterulewidget.cpp:80
 #: confirmbeforedeleting/confirmbeforedeletingrule.cpp:179
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-23.08.0/po/tr/messageviewer_text_calendar_plugin.po 
new/kdepim-addons-23.08.1/po/tr/messageviewer_text_calendar_plugin.po
--- old/kdepim-addons-23.08.0/po/tr/messageviewer_text_calendar_plugin.po       
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/tr/messageviewer_text_calendar_plugin.po       
2023-09-11 05:13:21.000000000 +0200
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdepim-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-07-09 01:03+0000\n"
-"PO-Revision-Date: 2023-05-15 21:29+0300\n"
+"PO-Revision-Date: 2023-09-03 21:46+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\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 23.03.70\n"
+"X-Generator: Lokalize 23.11.70\n"
 "(http: //www.transifex.com/projects/p/kdepim-k-tr/language/tr/)\n"
 
 #: attendeeselector.cpp:21
@@ -216,12 +216,12 @@
 #: text_calendar.cpp:787
 #, kde-format
 msgid "Do you still want to send conditional acceptance of the invitation?"
-msgstr "Hâlâ davetin şartlı kabulünü göndermek istiyor musunuz?"
+msgstr "Davetin şartlı kabulünü göndermeyi hâlâ istiyor musunuz?"
 
 #: text_calendar.cpp:789
 #, kde-format
 msgid "Do you still want to send conditional acceptance of the task?"
-msgstr "Hâlâ görevin şartlı kabulünü göndermek istiyor musunuz?"
+msgstr "Görevin şartlı kabulünü göndermeyi hâlâ istiyor musunuz?"
 
 #: text_calendar.cpp:791 text_calendar.cpp:799 text_calendar.cpp:803
 #, kde-format
@@ -242,7 +242,7 @@
 #: text_calendar.cpp:802
 #, kde-format
 msgid "Do you still want to send a decline response?"
-msgstr "Hâlâ red yanıtı göndermek istiyor musunuz?"
+msgstr "Red yanıtı göndermeyi hâlâ istiyor musunuz?"
 
 #: text_calendar.cpp:806
 #, kde-format
@@ -258,7 +258,7 @@
 #: text_calendar.cpp:809
 #, kde-format
 msgid "Do you still want to record this response in your calendar?"
-msgstr "Hâlâ bu yanıtı takviminize kaydetmek istiyor musunuz?"
+msgstr "Bu yanıtı takviminize kaydetmeyi hâlâ istiyor musunuz?"
 
 #: text_calendar.cpp:810 text_calendar.cpp:846
 #, kde-format
@@ -269,12 +269,12 @@
 #: text_calendar.cpp:813
 #, kde-format
 msgid "Do you still want to delegate this task?"
-msgstr "Hâlâ bu görevi temsil etmek istiyor musunuz?"
+msgstr "Bu görevi temsil etmeyi hâlâ istiyor musunuz?"
 
 #: text_calendar.cpp:815
 #, kde-format
 msgid "Do you still want to delegate this invitation?"
-msgstr "Hâlâ bu daveti temsil etmek istiyor musunuz?"
+msgstr "Bu daveti temsil etmeyi hâlâ istiyor musunuz?"
 
 #: text_calendar.cpp:817
 #, kde-format
@@ -285,12 +285,12 @@
 #: text_calendar.cpp:820
 #, kde-format
 msgid "Do you still want to forward this task?"
-msgstr "Hâlâ bu görevi yönlendirmek istiyor musunuz?"
+msgstr "Bu görevi yönlendirmeyi hâlâ istiyor musunuz?"
 
 #: text_calendar.cpp:822
 #, kde-format
 msgid "Do you still want to forward this invitation?"
-msgstr "Hâlâ bu daveti yönlendirmek istiyor musunuz?"
+msgstr "Bu daveti yönlendirmeyi hâlâ istiyor musunuz?"
 
 #: text_calendar.cpp:824
 #, kde-format
@@ -301,7 +301,7 @@
 #: text_calendar.cpp:828
 #, kde-format
 msgid "Do you still want to cancel this task?"
-msgstr "Hâlâ bu görevi iptal etmek istiyor musunuz?"
+msgstr "Bu görevi iptal etmeyi hâlâ istiyor musunuz?"
 
 #: text_calendar.cpp:829 text_calendar.cpp:850
 #, kde-format
@@ -312,7 +312,7 @@
 #: text_calendar.cpp:831
 #, kde-format
 msgid "Do you still want to cancel this invitation?"
-msgstr "Hâlâ bu daveti iptal etmek istiyor musunuz?"
+msgstr "Bu daveti iptal etmeyi hâlâ istiyor musunuz?"
 
 #: text_calendar.cpp:832 text_calendar.cpp:853
 #, kde-format
@@ -329,7 +329,7 @@
 #: text_calendar.cpp:838
 #, kde-format
 msgid "Do you still want to check your calendar?"
-msgstr "Hâlâ takviminize bakmak istiyor musunuz?"
+msgstr "Takviminize bakmayı hâlâ istiyor musunuz?"
 
 #: text_calendar.cpp:839
 #, kde-format
@@ -340,12 +340,12 @@
 #: text_calendar.cpp:842
 #, kde-format
 msgid "Do you still want to record this task in your calendar?"
-msgstr "Hâlâ bu görevi takviminize kaydetmek istiyor musunuz?"
+msgstr "Bu görevi takviminize kaydetmeyi hâlâ istiyor musunuz?"
 
 #: text_calendar.cpp:844
 #, kde-format
 msgid "Do you still want to record this invitation in your calendar?"
-msgstr "Hâlâ bu daveti takviminize kaydetmek istiyor musunuz?"
+msgstr "Bu daveti takviminize kaydetmeyi hâlâ istiyor musunuz?"
 
 #: text_calendar.cpp:849
 #, kde-format
@@ -355,7 +355,7 @@
 #: text_calendar.cpp:852
 #, kde-format
 msgid "Do you really want to cancel this invitation?"
-msgstr "Gerçekten bu daveti iptal etmek istiyor musunuz?"
+msgstr "Bu daveti iptal etmeyi gerçekten istiyor musunuz?"
 
 #: text_calendar.cpp:861
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-23.08.0/po/tr/messageviewerheaderplugins.po 
new/kdepim-addons-23.08.1/po/tr/messageviewerheaderplugins.po
--- old/kdepim-addons-23.08.0/po/tr/messageviewerheaderplugins.po       
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/tr/messageviewerheaderplugins.po       
2023-09-11 05:13: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: messageviewerheaderplugins\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-26 00:46+0000\n"
-"PO-Revision-Date: 2022-04-05 11:58+0300\n"
+"PO-Revision-Date: 2023-09-07 14:33+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.11.70\n"
 
 #: briefheaderstyleplugin/briefheaderstyle.cpp:67
 #: enterpriseheaderstyleplugin/enterpriseheaderstyle.cpp:126
@@ -29,14 +29,14 @@
 #: fancyheaderstyleplugin/fancyheaderstyle.cpp:144
 #, kde-format
 msgid "CC: "
-msgstr "CC: "
+msgstr "Kopya: "
 
 #: briefheaderstyleplugin/briefheaderstyle.cpp:82
 #: enterpriseheaderstyleplugin/enterpriseheaderstyle.cpp:179
 #: fancyheaderstyleplugin/fancyheaderstyle.cpp:154
 #, kde-format
 msgid "BCC: "
-msgstr "BCC: "
+msgstr "Gizli kopya: "
 
 #: briefheaderstyleplugin/briefheaderstyleinterface.cpp:22
 #, kde-format
@@ -105,7 +105,7 @@
 #: fancyheaderstyleplugin/fancyheaderstyle.cpp:200
 #, kde-format
 msgid "Spam Status:"
-msgstr "İstenmeyen Durumu:"
+msgstr "İstenmeyen durumu:"
 
 #: fancyheaderstyleplugin/fancyheaderstyleinterface.cpp:22
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-addons-23.08.0/po/zh_CN/cryptopageplugin.po 
new/kdepim-addons-23.08.1/po/zh_CN/cryptopageplugin.po
--- old/kdepim-addons-23.08.0/po/zh_CN/cryptopageplugin.po      2023-08-13 
09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/cryptopageplugin.po      2023-09-11 
05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/customtoolsplugin.po 
new/kdepim-addons-23.08.1/po/zh_CN/customtoolsplugin.po
--- old/kdepim-addons-23.08.0/po/zh_CN/customtoolsplugin.po     2023-08-13 
09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/customtoolsplugin.po     2023-09-11 
05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/importwizard_plugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/importwizard_plugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/importwizard_plugins.po  2023-08-13 
09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/importwizard_plugins.po  2023-09-11 
05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/kaddressbook_importexportplugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/kaddressbook_importexportplugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/kaddressbook_importexportplugins.po      
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/kaddressbook_importexportplugins.po      
2023-09-11 05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/kaddressbook_plugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/kaddressbook_plugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/kaddressbook_plugins.po  2023-08-13 
09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/kaddressbook_plugins.po  2023-09-11 
05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/kmail_checkbeforedeleting_plugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/kmail_checkbeforedeleting_plugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/kmail_checkbeforedeleting_plugins.po     
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/kmail_checkbeforedeleting_plugins.po     
2023-09-11 05:13: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-06-20 00:53+0000\n"
-"PO-Revision-Date: 2023-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/kmail_editor_plugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/kmail_editor_plugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/kmail_editor_plugins.po  2023-08-13 
09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/kmail_editor_plugins.po  2023-09-11 
05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/kmail_editorconvertertext_plugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/kmail_editorconvertertext_plugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/kmail_editorconvertertext_plugins.po     
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/kmail_editorconvertertext_plugins.po     
2023-09-11 05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/kmail_editorgrammar_plugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/kmail_editorgrammar_plugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/kmail_editorgrammar_plugins.po   
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/kmail_editorgrammar_plugins.po   
2023-09-11 05:13: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-06-26 00:51+0000\n"
-"PO-Revision-Date: 2023-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/kmail_editorinit_plugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/kmail_editorinit_plugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/kmail_editorinit_plugins.po      
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/kmail_editorinit_plugins.po      
2023-09-11 05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/kmail_editorsendcheck_plugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/kmail_editorsendcheck_plugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/kmail_editorsendcheck_plugins.po 
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/kmail_editorsendcheck_plugins.po 
2023-09-11 05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/kmail_plugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/kmail_plugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/kmail_plugins.po 2023-08-13 
09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/kmail_plugins.po 2023-09-11 
05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/kmailtransport_plugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/kmailtransport_plugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/kmailtransport_plugins.po        
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/kmailtransport_plugins.po        
2023-09-11 05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/korganizer_plugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/korganizer_plugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/korganizer_plugins.po    2023-08-13 
09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/korganizer_plugins.po    2023-09-11 
05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/messageviewer_application_gnupgwks_plugin.po 
new/kdepim-addons-23.08.1/po/zh_CN/messageviewer_application_gnupgwks_plugin.po
--- 
old/kdepim-addons-23.08.0/po/zh_CN/messageviewer_application_gnupgwks_plugin.po 
    2023-08-13 09:04:35.000000000 +0200
+++ 
new/kdepim-addons-23.08.1/po/zh_CN/messageviewer_application_gnupgwks_plugin.po 
    2023-09-11 05:13: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-05-06 00:48+0000\n"
-"PO-Revision-Date: 2023-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/messageviewer_application_mstnef_plugin.po 
new/kdepim-addons-23.08.1/po/zh_CN/messageviewer_application_mstnef_plugin.po
--- 
old/kdepim-addons-23.08.0/po/zh_CN/messageviewer_application_mstnef_plugin.po   
    2023-08-13 09:04:35.000000000 +0200
+++ 
new/kdepim-addons-23.08.1/po/zh_CN/messageviewer_application_mstnef_plugin.po   
    2023-09-11 05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/messageviewer_bodypartformatter_pkpass.po 
new/kdepim-addons-23.08.1/po/zh_CN/messageviewer_bodypartformatter_pkpass.po
--- 
old/kdepim-addons-23.08.0/po/zh_CN/messageviewer_bodypartformatter_pkpass.po    
    2023-08-13 09:04:35.000000000 +0200
+++ 
new/kdepim-addons-23.08.1/po/zh_CN/messageviewer_bodypartformatter_pkpass.po    
    2023-09-11 05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/messageviewer_semantic_plugin.po 
new/kdepim-addons-23.08.1/po/zh_CN/messageviewer_semantic_plugin.po
--- old/kdepim-addons-23.08.0/po/zh_CN/messageviewer_semantic_plugin.po 
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/messageviewer_semantic_plugin.po 
2023-09-11 05:13: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-05-07 00:51+0000\n"
-"PO-Revision-Date: 2023-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/messageviewer_text_calendar_plugin.po 
new/kdepim-addons-23.08.1/po/zh_CN/messageviewer_text_calendar_plugin.po
--- old/kdepim-addons-23.08.0/po/zh_CN/messageviewer_text_calendar_plugin.po    
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/messageviewer_text_calendar_plugin.po    
2023-09-11 05:13: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-07-09 01:03+0000\n"
-"PO-Revision-Date: 2023-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/messageviewer_text_vcard_plugin.po 
new/kdepim-addons-23.08.1/po/zh_CN/messageviewer_text_vcard_plugin.po
--- old/kdepim-addons-23.08.0/po/zh_CN/messageviewer_text_vcard_plugin.po       
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/messageviewer_text_vcard_plugin.po       
2023-09-11 05:13: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 00:48+0000\n"
-"PO-Revision-Date: 2023-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/messageviewerconfiguresettingsplugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/messageviewerconfiguresettingsplugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/messageviewerconfiguresettingsplugins.po 
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/messageviewerconfiguresettingsplugins.po 
2023-09-11 05:13: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-04-25 00:52+0000\n"
-"PO-Revision-Date: 2023-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/messageviewerheaderplugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/messageviewerheaderplugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/messageviewerheaderplugins.po    
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/messageviewerheaderplugins.po    
2023-09-11 05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/messageviewerplugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/messageviewerplugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/messageviewerplugins.po  2023-08-13 
09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/messageviewerplugins.po  2023-09-11 
05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/pimeventsplugin.po 
new/kdepim-addons-23.08.1/po/zh_CN/pimeventsplugin.po
--- old/kdepim-addons-23.08.0/po/zh_CN/pimeventsplugin.po       2023-08-13 
09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/pimeventsplugin.po       2023-09-11 
05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/sieveeditor_plugins.po 
new/kdepim-addons-23.08.1/po/zh_CN/sieveeditor_plugins.po
--- old/kdepim-addons-23.08.0/po/zh_CN/sieveeditor_plugins.po   2023-08-13 
09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/sieveeditor_plugins.po   2023-09-11 
05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/webengineurlinterceptor.po 
new/kdepim-addons-23.08.1/po/zh_CN/webengineurlinterceptor.po
--- old/kdepim-addons-23.08.0/po/zh_CN/webengineurlinterceptor.po       
2023-08-13 09:04:35.000000000 +0200
+++ new/kdepim-addons-23.08.1/po/zh_CN/webengineurlinterceptor.po       
2023-09-11 05:13: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-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to