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 2022-02-04 21:46:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdepim-runtime (Old)
 and      /work/SRC/openSUSE:Factory/.kdepim-runtime.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdepim-runtime"

Fri Feb  4 21:46:52 2022 rev:88 rq:951016 version:21.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdepim-runtime/kdepim-runtime.changes    
2022-01-11 21:15:44.936810248 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim-runtime.new.1898/kdepim-runtime.changes  
2022-02-04 21:47:22.293214756 +0100
@@ -1,0 +2,9 @@
+Tue Feb  1 13:02:51 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.2/
+- No code change since 21.12.1
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kdepim-runtime.spec ++++++
--- /var/tmp/diff_new_pack.Z5JSN8/_old  2022-02-04 21:47:23.029209731 +0100
+++ /var/tmp/diff_new_pack.Z5JSN8/_new  2022-02-04 21:47:23.033209704 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kdepim-runtime
-Version:        21.12.1
+Version:        21.12.2
 Release:        0
 Summary:        Akonadi resources for PIM applications
 License:        GPL-2.0-or-later AND GPL-3.0-or-later


++++++ kdepim-runtime-21.12.1.tar.xz -> kdepim-runtime-21.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-21.12.1/CMakeLists.txt 
new/kdepim-runtime-21.12.2/CMakeLists.txt
--- old/kdepim-runtime-21.12.1/CMakeLists.txt   2021-12-16 06:41:51.000000000 
+0100
+++ new/kdepim-runtime-21.12.2/CMakeLists.txt   2022-01-08 16:00:18.000000000 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.19.1")
+set(PIM_VERSION "5.19.2")
 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 "21.12.1")
+set(RELEASE_SERVICE_VERSION "21.12.2")
 
 # add an extra space
 if(DEFINED KDEPIM_DEV_VERSION)
@@ -67,23 +67,23 @@
 
 set(KDEPIMRUNTIME_LIB_VERSION "${KDEPIM_RUNTIME_VERSION_NUMBER}")
 set(KDEPIMRUNTIME_LIB_SOVERSION "5")
-set(AKONADI_VERSION "5.19.1")
+set(AKONADI_VERSION "5.19.2")
 
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.19.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.19.1")
-set(CALENDARUTILS_LIB_VERSION "5.19.1")
-set(KIMAP_LIB_VERSION "5.19.1")
-set(KMBOX_LIB_VERSION "5.19.1")
-set(AKONADICALENDAR_LIB_VERSION "5.19.1")
-set(KONTACTINTERFACE_LIB_VERSION "5.19.1")
-set(AKONADIKALARM_LIB_VERSION "5.19.1")
-set(KMIME_LIB_VERSION "5.19.1")
-set(AKONADIMIME_LIB_VERSION "5.19.1")
-set(AKONADICONTACT_LIB_VERSION "5.19.1")
-set(AKONADINOTE_LIB_VERSION "5.19.1")
-set(KGAPI_LIB_VERSION "5.19.1")
-set(LIBKDEPIM_LIB_VERSION "5.19.1")
-set(KLDAP_LIB_VERSION "5.19.1")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.19.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.19.2")
+set(CALENDARUTILS_LIB_VERSION "5.19.2")
+set(KIMAP_LIB_VERSION "5.19.2")
+set(KMBOX_LIB_VERSION "5.19.2")
+set(AKONADICALENDAR_LIB_VERSION "5.19.2")
+set(KONTACTINTERFACE_LIB_VERSION "5.19.2")
+set(AKONADIKALARM_LIB_VERSION "5.19.2")
+set(KMIME_LIB_VERSION "5.19.2")
+set(AKONADIMIME_LIB_VERSION "5.19.2")
+set(AKONADICONTACT_LIB_VERSION "5.19.2")
+set(AKONADINOTE_LIB_VERSION "5.19.2")
+set(KGAPI_LIB_VERSION "5.19.2")
+set(LIBKDEPIM_LIB_VERSION "5.19.2")
+set(KLDAP_LIB_VERSION "5.19.2")
 
 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-21.12.1/po/ca/akonadi_davgroupware_resource.po 
new/kdepim-runtime-21.12.2/po/ca/akonadi_davgroupware_resource.po
--- old/kdepim-runtime-21.12.1/po/ca/akonadi_davgroupware_resource.po   
2022-01-04 01:24:27.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/ca/akonadi_davgroupware_resource.po   
2022-02-01 01:15:26.000000000 +0100
@@ -762,15 +762,3 @@
 #, kde-format
 msgid "GroupDav"
 msgstr "GroupDav"
-
-#~ msgid "General Configuration"
-#~ msgstr "Configuraci?? general"
-
-#~ msgid "Synchronization"
-#~ msgstr "Sincronitzaci??"
-
-#~ msgid "Remote calendar access protocol"
-#~ msgstr "Protocol d'acc??s al calendari remot"
-
-#~ msgid "Remote calendar access"
-#~ msgstr "Acc??s al calendari remot"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/ca/akonadi_etesync_resource.po 
new/kdepim-runtime-21.12.2/po/ca/akonadi_etesync_resource.po
--- old/kdepim-runtime-21.12.1/po/ca/akonadi_etesync_resource.po        
2022-01-04 01:24:27.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/ca/akonadi_etesync_resource.po        
2022-02-01 01:15:26.000000000 +0100
@@ -201,80 +201,3 @@
 msgstr ""
 "No s'ha trobat el servidor EteSync. Assegureu-vos que l'URL del servidor "
 "sigui correcte."
-
-#~ msgid "Could not get journal"
-#~ msgstr "No s'ha pogut recuperar el diari"
-
-#~ msgid "Received item with unknown payload %1"
-#~ msgstr "S'ha rebut un element amb contingut desconegut %1"
-
-#~ msgid "Received item of different type"
-#~ msgstr "S'ha rebut un element d'un tipus diferent"
-
-#~ msgid "Could not get local calendar"
-#~ msgstr "No s'ha pogut obtenir el calendari local"
-
-#~ msgid "Could not set journal info"
-#~ msgstr "No s'ha pogut establir la informaci?? del diari"
-
-#~ msgid "Could not create vcard from payload"
-#~ msgstr "No s'han pogut crear la vCard a partir de la c??rrega ??til"
-
-#~ msgid "Could not create vcard from content"
-#~ msgstr "No s'han pogut crear la vCard a partir del contingut"
-
-#~ msgid "Could not get local contact"
-#~ msgstr "No s'ha pogut obtenir el contacte local"
-
-#~ msgid "My Calendar"
-#~ msgstr "El meu calendari"
-
-#~ msgid "My Contacts"
-#~ msgstr "Els meus contactes"
-
-#~ msgid "My Tasks"
-#~ msgstr "Les meves tasques"
-
-#~ msgid "Invalid payload type"
-#~ msgstr "Tipus no v??lid de c??rrega ??til"
-
-#~ msgid "Unknown collection mimetype"
-#~ msgstr "Tipus MIME de la col??lecci?? desconegut"
-
-#~ msgid "Password"
-#~ msgstr "Contrasenya"
-
-#~ msgid "The password that is used to log into the EteSync server"
-#~ msgstr "La contrasenya que s'usa per accedir al servidor EteSync"
-
-#~ msgid "Encryption Password"
-#~ msgstr "Contrasenya d'encriptatge"
-
-#~ msgid "Encryption password for your EteSync account"
-#~ msgstr "Contrasenya d'encriptatge del compte EteSync"
-
-#~ msgid "Email:"
-#~ msgstr "Correu electr??nic:"
-
-#~ msgid "Incorrect login credentials. Please try again."
-#~ msgstr "Credencials incorrectes d'inici de sessi??. Torneu a provar-ho."
-
-#~ msgid "Encryption password"
-#~ msgstr "Contrasenya d'encriptatge"
-
-#~ msgid "Enter the encryption password for your EteSync account"
-#~ msgstr "Introdu??u la contrasenya d'encriptatge del compte EteSync"
-
-#~ msgid "Encryption Password:"
-#~ msgstr "Contrasenya d'encriptatge:"
-
-#~ msgid ""
-#~ "Welcome to EteSync! Please set your encryption password below, and make "
-#~ "sure you got it right, as it can't be recovered if lost!"
-#~ msgstr ""
-#~ "Us donem la benvinguda a l'EteSync! Establiu a sota la vostra contrasenya "
-#~ "d'encriptatge, i assegureu-vos que ??s correcta, ja que no es pot "
-#~ "recuperar si es perd!"
-
-#~ msgid "Incorrect encryption password. Please try again."
-#~ msgstr "Contrasenya incorrecta d'encriptatge. Torneu a provar-ho."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/ca/akonadi_google_resource.po 
new/kdepim-runtime-21.12.2/po/ca/akonadi_google_resource.po
--- old/kdepim-runtime-21.12.1/po/ca/akonadi_google_resource.po 2022-01-04 
01:24:27.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/ca/akonadi_google_resource.po 2022-02-01 
01:15:26.000000000 +0100
@@ -440,9 +440,3 @@
 msgctxt "@info:status"
 msgid "Removing task list '%1'"
 msgstr "S'est?? eliminant la llista de tasques ??%1??"
-
-#~ msgid "Refresh"
-#~ msgstr "Refresca"
-
-#~ msgid "<b>not confgured</b>"
-#~ msgstr "<b>sense configurar</b>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/ca/akonadi_icaldir_resource.po 
new/kdepim-runtime-21.12.2/po/ca/akonadi_icaldir_resource.po
--- old/kdepim-runtime-21.12.1/po/ca/akonadi_icaldir_resource.po        
2022-01-04 01:24:27.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/ca/akonadi_icaldir_resource.po        
2022-02-01 01:15:26.000000000 +0100
@@ -125,9 +125,3 @@
 msgid_plural " minutes"
 msgstr[0] " minut"
 msgstr[1] " minuts"
-
-#~ msgid "Directory Name"
-#~ msgstr "Nom del directori"
-
-#~ msgid "Access Rights"
-#~ msgstr "Drets d'acc??s"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/ca/akonadi_openxchange_resource.po 
new/kdepim-runtime-21.12.2/po/ca/akonadi_openxchange_resource.po
--- old/kdepim-runtime-21.12.1/po/ca/akonadi_openxchange_resource.po    
2022-01-04 01:24:27.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/ca/akonadi_openxchange_resource.po    
2022-02-01 01:15:26.000000000 +0100
@@ -234,6 +234,3 @@
 msgstr ""
 "Usa actualitzacions incrementals en lloc de recarregar totes les dades des "
 "del servidor cada vegada"
-
-#~ msgid "Connection"
-#~ msgstr "Connexi??"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/ca/akonadi_singlefile_resource.po 
new/kdepim-runtime-21.12.2/po/ca/akonadi_singlefile_resource.po
--- old/kdepim-runtime-21.12.1/po/ca/akonadi_singlefile_resource.po     
2022-01-04 01:24:27.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/ca/akonadi_singlefile_resource.po     
2022-02-01 01:15:26.000000000 +0100
@@ -285,154 +285,3 @@
 msgctxt "@info:status"
 msgid "Checking file information..."
 msgstr "S'est?? comprovant la informaci?? del fitxer..."
-
-#~ msgid "Filename"
-#~ msgstr "Nom del fitxer"
-
-#~ msgid "Status:"
-#~ msgstr "Estat:"
-
-#~ msgid ""
-#~ "Select the file whose contents should be represented by this resource. If "
-#~ "the file does not exist, it will be created. A URL of a remote file can "
-#~ "also be specified, but note that monitoring for file changes will not "
-#~ "work in this case."
-#~ msgstr ""
-#~ "Seleccioneu el fitxer el contingut del qual s'ha de representar amb "
-#~ "aquest recurs. Si el fitxer no existeix, es crear??. Tamb?? es pot "
-#~ "especificar l'URL d'un fitxer remot, per?? cal tenir en compte que en "
-#~ "aquest cas, la supervisi?? dels canvis en el fitxer no funcionar??."
-
-#~ msgid "&Name:"
-#~ msgstr "&Nom:"
-
-#~ msgid ""
-#~ "Enter the name used to identify this resource in displays. If not "
-#~ "specified, the filename will be used."
-#~ msgstr ""
-#~ "Introdu??u el nom usat per a identificar aquest recurs a les pantalles. Si 
"
-#~ "no s'especifica, s'usar?? el nom del fitxer."
-
-#~ msgid "Monitoring"
-#~ msgstr "Control de canvis"
-
-#~ msgid ""
-#~ "If file monitoring is enabled the resource will reload the file when "
-#~ "changes are made by other programs. It also tries to create a backup in "
-#~ "case of conflicts whenever possible."
-#~ msgstr ""
-#~ "Si s'ha activat el seguiment dels canvis, el recurs tornar?? a carregar el 
"
-#~ "fitxer quan hi realitzin canvis altres programes. Tanmateix, mirar?? de "
-#~ "crear una c??pia de seguretat en cas de conflictes sempre que sigui "
-#~ "possible."
-
-#~ 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:'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;\">Select the file whose "
-#~ "contents should be represented by this resource. If the file does not "
-#~ "exist, it will be created. A URL of a remote file can also be specified, "
-#~ "but note that monitoring for file changes will not work in this case.</"
-#~ "p></body></html>"
-#~ msgstr ""
-#~ "<!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:'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;\">Seleccioneu el fitxer "
-#~ "el contingut del qual ha de ser representat per aquest recurs. Si no hi "
-#~ "ha cap fitxer, es crear??. Tamb?? es pot especificar un URL de fitxer "
-#~ "remot, per?? teniu en compte que el seguiment dels canvis al fitxer no "
-#~ "funcionar?? en aquest cas.</p></body></html>"
-
-#~ 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:'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;\">Enter the name used to "
-#~ "identify this resource in displays. If not specified, the filename will "
-#~ "be used.</p></body></html>"
-#~ msgstr ""
-#~ "<!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:'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;\">Introdu??u el nom usat "
-#~ "per a identificar aquest recurs a les pantalles. Si no s'especifica, "
-#~ "s'usar?? el nom del fitxer.</p></body></html>"
-
-#~ 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:'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;\">If read-only mode is "
-#~ "enabled, no changes will be written to the file selected above. Read-only "
-#~ "mode will be automatically enabled if you do not have write access to the "
-#~ "file or the file is on a remote server that does not support write access."
-#~ "</p></body></html>"
-#~ msgstr ""
-#~ "<!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:'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;\">Si s'ha activat el mode "
-#~ "de nom??s lectura, no s'escriur?? cap canvi al fitxer seleccionat "
-#~ "anteriorment. El mode de nom??s lectura s'activar?? autom??ticament si no "
-#~ "teniu acc??s d'escriptura al fitxer, o si aquest es troba en un servidor "
-#~ "remot que no ??s compatible amb l'acc??s d'escriptura.</p></body></html>"
-
-#~ 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:'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;\">If file monitoring is "
-#~ "enabled the resource will reload the file when changes are made by other "
-#~ "programs. It also tries to create a backup in case of conflicts whenever "
-#~ "possible.</p></body></html>"
-#~ msgstr ""
-#~ "<!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:'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;\">Si s'ha activat el "
-#~ "seguiment dels canvis, el recurs tornar?? a carregar el fitxer quan hi "
-#~ "realitzin canvis altres programes. Tanmateix, mirar?? de crear una c??pia "
-#~ "de seguretat en cas de conflictes sempre que sigui possible.</p></body></"
-#~ "html>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/ca@valencia/akonadi_davgroupware_resource.po 
new/kdepim-runtime-21.12.2/po/ca@valencia/akonadi_davgroupware_resource.po
--- old/kdepim-runtime-21.12.1/po/ca@valencia/akonadi_davgroupware_resource.po  
2022-01-04 01:24:27.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/ca@valencia/akonadi_davgroupware_resource.po  
2022-02-01 01:15:26.000000000 +0100
@@ -762,15 +762,3 @@
 #, kde-format
 msgid "GroupDav"
 msgstr "GroupDav"
-
-#~ msgid "General Configuration"
-#~ msgstr "Configuraci?? general"
-
-#~ msgid "Synchronization"
-#~ msgstr "Sincronitzaci??"
-
-#~ msgid "Remote calendar access protocol"
-#~ msgstr "Protocol d'acc??s al calendari remot"
-
-#~ msgid "Remote calendar access"
-#~ msgstr "Acc??s al calendari remot"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/ca@valencia/akonadi_etesync_resource.po 
new/kdepim-runtime-21.12.2/po/ca@valencia/akonadi_etesync_resource.po
--- old/kdepim-runtime-21.12.1/po/ca@valencia/akonadi_etesync_resource.po       
2022-01-04 01:24:27.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/ca@valencia/akonadi_etesync_resource.po       
2022-02-01 01:15:26.000000000 +0100
@@ -201,80 +201,3 @@
 msgstr ""
 "No s'ha trobat el servidor EteSync. Assegureu-vos que l'URL del servidor "
 "siga correcte."
-
-#~ msgid "Could not get journal"
-#~ msgstr "No s'ha pogut recuperar el diari"
-
-#~ msgid "Received item with unknown payload %1"
-#~ msgstr "S'ha rebut un element amb contingut desconegut %1"
-
-#~ msgid "Received item of different type"
-#~ msgstr "S'ha rebut un element d'un tipus diferent"
-
-#~ msgid "Could not get local calendar"
-#~ msgstr "No s'ha pogut obtenir el calendari local"
-
-#~ msgid "Could not set journal info"
-#~ msgstr "No s'ha pogut establir la informaci?? del diari"
-
-#~ msgid "Could not create vcard from payload"
-#~ msgstr "No s'han pogut crear la vCard a partir de la c??rrega ??til"
-
-#~ msgid "Could not create vcard from content"
-#~ msgstr "No s'han pogut crear la vCard a partir del contingut"
-
-#~ msgid "Could not get local contact"
-#~ msgstr "No s'ha pogut obtenir el contacte local"
-
-#~ msgid "My Calendar"
-#~ msgstr "El meu calendari"
-
-#~ msgid "My Contacts"
-#~ msgstr "Els meus contactes"
-
-#~ msgid "My Tasks"
-#~ msgstr "Les meves tasques"
-
-#~ msgid "Invalid payload type"
-#~ msgstr "Tipus no v??lid de c??rrega ??til"
-
-#~ msgid "Unknown collection mimetype"
-#~ msgstr "Tipus MIME de la col??lecci?? desconegut"
-
-#~ msgid "Password"
-#~ msgstr "Contrasenya"
-
-#~ msgid "The password that is used to log into the EteSync server"
-#~ msgstr "La contrasenya que s'usa per accedir al servidor EteSync"
-
-#~ msgid "Encryption Password"
-#~ msgstr "Contrasenya d'encriptatge"
-
-#~ msgid "Encryption password for your EteSync account"
-#~ msgstr "Contrasenya d'encriptatge del compte EteSync"
-
-#~ msgid "Email:"
-#~ msgstr "Correu electr??nic:"
-
-#~ msgid "Incorrect login credentials. Please try again."
-#~ msgstr "Credencials incorrectes d'inici de sessi??. Torneu a provar-ho."
-
-#~ msgid "Encryption password"
-#~ msgstr "Contrasenya d'encriptatge"
-
-#~ msgid "Enter the encryption password for your EteSync account"
-#~ msgstr "Introdu??u la contrasenya d'encriptatge del compte EteSync"
-
-#~ msgid "Encryption Password:"
-#~ msgstr "Contrasenya d'encriptatge:"
-
-#~ msgid ""
-#~ "Welcome to EteSync! Please set your encryption password below, and make "
-#~ "sure you got it right, as it can't be recovered if lost!"
-#~ msgstr ""
-#~ "Us donem la benvinguda a l'EteSync! Establiu a sota la vostra contrasenya "
-#~ "d'encriptatge, i assegureu-vos que ??s correcta, ja que no es pot "
-#~ "recuperar si es perd!"
-
-#~ msgid "Incorrect encryption password. Please try again."
-#~ msgstr "Contrasenya incorrecta d'encriptatge. Torneu a provar-ho."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/ca@valencia/akonadi_google_resource.po 
new/kdepim-runtime-21.12.2/po/ca@valencia/akonadi_google_resource.po
--- old/kdepim-runtime-21.12.1/po/ca@valencia/akonadi_google_resource.po        
2022-01-04 01:24:27.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/ca@valencia/akonadi_google_resource.po        
2022-02-01 01:15:26.000000000 +0100
@@ -440,9 +440,3 @@
 msgctxt "@info:status"
 msgid "Removing task list '%1'"
 msgstr "S'est?? eliminant la llista de tasques ??%1??"
-
-#~ msgid "Refresh"
-#~ msgstr "Refresca"
-
-#~ msgid "<b>not confgured</b>"
-#~ msgstr "<b>sense configurar</b>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/ca@valencia/akonadi_icaldir_resource.po 
new/kdepim-runtime-21.12.2/po/ca@valencia/akonadi_icaldir_resource.po
--- old/kdepim-runtime-21.12.1/po/ca@valencia/akonadi_icaldir_resource.po       
2022-01-04 01:24:27.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/ca@valencia/akonadi_icaldir_resource.po       
2022-02-01 01:15:26.000000000 +0100
@@ -125,9 +125,3 @@
 msgid_plural " minutes"
 msgstr[0] " minut"
 msgstr[1] " minuts"
-
-#~ msgid "Directory Name"
-#~ msgstr "Nom del directori"
-
-#~ msgid "Access Rights"
-#~ msgstr "Drets d'acc??s"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/ca@valencia/akonadi_openxchange_resource.po 
new/kdepim-runtime-21.12.2/po/ca@valencia/akonadi_openxchange_resource.po
--- old/kdepim-runtime-21.12.1/po/ca@valencia/akonadi_openxchange_resource.po   
2022-01-04 01:24:27.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/ca@valencia/akonadi_openxchange_resource.po   
2022-02-01 01:15:26.000000000 +0100
@@ -234,6 +234,3 @@
 msgstr ""
 "Usa actualitzacions incrementals en lloc de recarregar totes les dades des "
 "del servidor cada vegada"
-
-#~ msgid "Connection"
-#~ msgstr "Connexi??"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/ca@valencia/akonadi_singlefile_resource.po 
new/kdepim-runtime-21.12.2/po/ca@valencia/akonadi_singlefile_resource.po
--- old/kdepim-runtime-21.12.1/po/ca@valencia/akonadi_singlefile_resource.po    
2022-01-04 01:24:27.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/ca@valencia/akonadi_singlefile_resource.po    
2022-02-01 01:15:26.000000000 +0100
@@ -285,154 +285,3 @@
 msgctxt "@info:status"
 msgid "Checking file information..."
 msgstr "S'est?? comprovant la informaci?? del fitxer..."
-
-#~ msgid "Filename"
-#~ msgstr "Nom del fitxer"
-
-#~ msgid "Status:"
-#~ msgstr "Estat:"
-
-#~ msgid ""
-#~ "Select the file whose contents should be represented by this resource. If "
-#~ "the file does not exist, it will be created. A URL of a remote file can "
-#~ "also be specified, but note that monitoring for file changes will not "
-#~ "work in this case."
-#~ msgstr ""
-#~ "Seleccioneu el fitxer el contingut del qual s'ha de representar amb "
-#~ "aquest recurs. Si el fitxer no existeix, es crear??. Tamb?? es pot "
-#~ "especificar l'URL d'un fitxer remot, per?? cal tenir en compte que en "
-#~ "aquest cas, la supervisi?? dels canvis en el fitxer no funcionar??."
-
-#~ msgid "&Name:"
-#~ msgstr "&Nom:"
-
-#~ msgid ""
-#~ "Enter the name used to identify this resource in displays. If not "
-#~ "specified, the filename will be used."
-#~ msgstr ""
-#~ "Introdu??u el nom usat per a identificar aquest recurs a les pantalles. Si 
"
-#~ "no s'especifica, s'usar?? el nom del fitxer."
-
-#~ msgid "Monitoring"
-#~ msgstr "Control de canvis"
-
-#~ msgid ""
-#~ "If file monitoring is enabled the resource will reload the file when "
-#~ "changes are made by other programs. It also tries to create a backup in "
-#~ "case of conflicts whenever possible."
-#~ msgstr ""
-#~ "Si s'ha activat el seguiment dels canvis, el recurs tornar?? a carregar el 
"
-#~ "fitxer quan hi realitzin canvis altres programes. Tanmateix, mirar?? de "
-#~ "crear una c??pia de seguretat en cas de conflictes sempre que sigui "
-#~ "possible."
-
-#~ 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:'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;\">Select the file whose "
-#~ "contents should be represented by this resource. If the file does not "
-#~ "exist, it will be created. A URL of a remote file can also be specified, "
-#~ "but note that monitoring for file changes will not work in this case.</"
-#~ "p></body></html>"
-#~ msgstr ""
-#~ "<!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:'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;\">Seleccioneu el fitxer "
-#~ "el contingut del qual ha de ser representat per aquest recurs. Si no hi "
-#~ "ha cap fitxer, es crear??. Tamb?? es pot especificar un URL de fitxer "
-#~ "remot, per?? teniu en compte que el seguiment dels canvis al fitxer no "
-#~ "funcionar?? en aquest cas.</p></body></html>"
-
-#~ 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:'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;\">Enter the name used to "
-#~ "identify this resource in displays. If not specified, the filename will "
-#~ "be used.</p></body></html>"
-#~ msgstr ""
-#~ "<!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:'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;\">Introdu??u el nom usat "
-#~ "per a identificar aquest recurs a les pantalles. Si no s'especifica, "
-#~ "s'usar?? el nom del fitxer.</p></body></html>"
-
-#~ 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:'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;\">If read-only mode is "
-#~ "enabled, no changes will be written to the file selected above. Read-only "
-#~ "mode will be automatically enabled if you do not have write access to the "
-#~ "file or the file is on a remote server that does not support write access."
-#~ "</p></body></html>"
-#~ msgstr ""
-#~ "<!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:'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;\">Si s'ha activat el mode "
-#~ "de nom??s lectura, no s'escriur?? cap canvi al fitxer seleccionat "
-#~ "anteriorment. El mode de nom??s lectura s'activar?? autom??ticament si no "
-#~ "teniu acc??s d'escriptura al fitxer, o si aquest es troba en un servidor "
-#~ "remot que no ??s compatible amb l'acc??s d'escriptura.</p></body></html>"
-
-#~ 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:'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;\">If file monitoring is "
-#~ "enabled the resource will reload the file when changes are made by other "
-#~ "programs. It also tries to create a backup in case of conflicts whenever "
-#~ "possible.</p></body></html>"
-#~ msgstr ""
-#~ "<!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:'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;\">Si s'ha activat el "
-#~ "seguiment dels canvis, el recurs tornar?? a carregar el fitxer quan hi "
-#~ "realitzin canvis altres programes. Tanmateix, mirar?? de crear una c??pia "
-#~ "de seguretat en cas de conflictes sempre que sigui possible.</p></body></"
-#~ "html>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/fr/akonadi_newmailnotifier_agent.po 
new/kdepim-runtime-21.12.2/po/fr/akonadi_newmailnotifier_agent.po
--- old/kdepim-runtime-21.12.1/po/fr/akonadi_newmailnotifier_agent.po   
2022-01-04 01:24:28.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/fr/akonadi_newmailnotifier_agent.po   
2022-02-01 01:15:27.000000000 +0100
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Jo??lle Cornavin <jcorna...@laposte.net>, 2011, 2013.
-# xavier <xavier.besn...@neuf.fr>, 2013, 2021.
+# xavier <xavier.besn...@neuf.fr>, 2013, 2021, 2022.
 # Vincent PINON <vincent.pi...@st.com>, 2013, 2014.
 # Maxime Corteel <mcort...@gmail.com>, 2014, 2015, 2016.
 # Vincent Pinon <vpi...@kde.org>, 2017, 2018.
@@ -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 21.04.2\n"
+"X-Generator: Lokalize 21.12.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/it/akonadi_newmailnotifier_agent.po 
new/kdepim-runtime-21.12.2/po/it/akonadi_newmailnotifier_agent.po
--- old/kdepim-runtime-21.12.1/po/it/akonadi_newmailnotifier_agent.po   
2022-01-04 01:24:28.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/it/akonadi_newmailnotifier_agent.po   
2022-02-01 01:15:27.000000000 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Federico Zenith <federico.zen...@member.fsf.org>, 2011, 2013.
-# Luigi Toscano <luigi.tosc...@tiscali.it>, 2013, 2014, 2015, 2016, 2017, 
2018, 2020, 2021.
+# Luigi Toscano <luigi.tosc...@tiscali.it>, 2013, 2014, 2015, 2016, 2017, 
2018, 2020, 2021, 2022.
 #
 msgid ""
 msgstr ""
@@ -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 20.12.0\n"
+"X-Generator: Lokalize 21.08.0\n"
 
 #: newmailnotifieragent.cpp:338
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-21.12.1/po/pl/akonadi_ews_resource.po 
new/kdepim-runtime-21.12.2/po/pl/akonadi_ews_resource.po
--- old/kdepim-runtime-21.12.1/po/pl/akonadi_ews_resource.po    2022-01-04 
01:24:29.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/pl/akonadi_ews_resource.po    2022-02-01 
01:15:28.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.
 #
-# ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>, 2017, 2018, 2019, 2020, 
2021.
+# ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>, 2017, 2018, 2019, 2020, 
2021, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-03 00:20+0000\n"
-"PO-Revision-Date: 2021-09-12 09:17+0200\n"
+"PO-Revision-Date: 2022-01-08 09:11+0100\n"
 "Last-Translator: ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
 "Language: pl\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 20.12.1\n"
+"X-Generator: Lokalize 22.03.70\n"
 
 #: ewsautodiscoveryjob.cpp:46 ewsautodiscoveryjob.cpp:53
 #, kde-format
@@ -463,7 +463,7 @@
 #, kde-format
 msgctxt "Advanced settings tab"
 msgid "Advanced"
-msgstr "Zaawansowane"
+msgstr "Rozszerzone"
 
 #. i18n: ectx: property (title), widget (QGroupBox, retrievalMethodGroupBox)
 #. i18n: ectx: label, entry (RetrievalMethod), group (General)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/pl/akonadi_imap_resource.po 
new/kdepim-runtime-21.12.2/po/pl/akonadi_imap_resource.po
--- old/kdepim-runtime-21.12.1/po/pl/akonadi_imap_resource.po   2022-01-04 
01:24:29.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/pl/akonadi_imap_resource.po   2022-02-01 
01:15:28.000000000 +0100
@@ -2,21 +2,21 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Maciej Wik??o <maciej.wi...@wp.pl>, 2009, 2010.
-# ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>, 2011, 2012, 2014, 2015, 
2016, 2017, 2018, 2019, 2020.
+# ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>, 2011, 2012, 2014, 2015, 
2016, 2017, 2018, 2019, 2020, 2022.
 # Marta Rybczy??ska <kde-i...@rybczynska.net>, 2012, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-25 00:17+0000\n"
-"PO-Revision-Date: 2020-10-17 05:37+0200\n"
+"PO-Revision-Date: 2022-01-08 09:11+0100\n"
 "Last-Translator: ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 20.08.1\n"
+"X-Generator: Lokalize 22.03.70\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 
@@ -987,7 +987,7 @@
 #: setupserverview_desktop.ui:356
 #, kde-format
 msgid "Advanced"
-msgstr "Zaawansowane"
+msgstr "Rozszerzone"
 
 #. i18n: ectx: property (text), widget (KTitleWidget)
 #: setupserverview_desktop.ui:362
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/pl/akonadi_pop3_resource.po 
new/kdepim-runtime-21.12.2/po/pl/akonadi_pop3_resource.po
--- old/kdepim-runtime-21.12.1/po/pl/akonadi_pop3_resource.po   2022-01-04 
01:24:29.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/pl/akonadi_pop3_resource.po   2022-02-01 
01:15:28.000000000 +0100
@@ -4,13 +4,13 @@
 #
 # Micha?? Konieczny <majk...@gmail.com>, 2009.
 # Marta Rybczynska <kde-i...@rybczynska.net>, 2009.
-# ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>, 2011, 2012, 2014, 2015, 
2016, 2018, 2019, 2020, 2021.
+# ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>, 2011, 2012, 2014, 2015, 
2016, 2018, 2019, 2020, 2021, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: akonadi_pop3_resource2\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-17 02:13+0000\n"
-"PO-Revision-Date: 2021-11-13 08:54+0100\n"
+"PO-Revision-Date: 2022-01-08 09:11+0100\n"
 "Last-Translator: ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
 "Language: pl\n"
@@ -19,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 20.12.1\n"
+"X-Generator: Lokalize 22.03.70\n"
 
 #: accountwidget.cpp:89
 #, kde-format
@@ -637,7 +637,7 @@
 #: popsettings.ui:211
 #, kde-format
 msgid "Advanced"
-msgstr "Zaawansowane"
+msgstr "Rozszerzone"
 
 #. i18n: ectx: property (text), widget (KTitleWidget, ktitlewidget)
 #: popsettings.ui:217
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-21.12.1/po/zh_CN/accountwizard_contacts.po 
new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_contacts.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/accountwizard_contacts.po       
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_contacts.po       
2022-02-01 01:15:29.000000000 +0100
@@ -7,7 +7,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/accountwizard_ews.po 
new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_ews.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/accountwizard_ews.po    2022-01-04 
01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_ews.po    2022-02-01 
01:15:29.000000000 +0100
@@ -8,7 +8,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/accountwizard_ical.po 
new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_ical.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/accountwizard_ical.po   2022-01-04 
01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_ical.po   2022-02-01 
01:15:29.000000000 +0100
@@ -8,7 +8,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/accountwizard_imap.po 
new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_imap.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/accountwizard_imap.po   2022-01-04 
01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_imap.po   2022-02-01 
01:15:29.000000000 +0100
@@ -7,7 +7,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/accountwizard_kolab.po 
new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_kolab.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/accountwizard_kolab.po  2022-01-04 
01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_kolab.po  2022-02-01 
01:15:29.000000000 +0100
@@ -7,7 +7,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/accountwizard_mailbox.po 
new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_mailbox.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/accountwizard_mailbox.po        
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_mailbox.po        
2022-02-01 01:15:29.000000000 +0100
@@ -6,7 +6,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/accountwizard_maildir.po 
new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_maildir.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/accountwizard_maildir.po        
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_maildir.po        
2022-02-01 01:15:29.000000000 +0100
@@ -6,7 +6,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/accountwizard_pop3.po 
new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_pop3.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/accountwizard_pop3.po   2022-01-04 
01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_pop3.po   2022-02-01 
01:15:29.000000000 +0100
@@ -7,7 +7,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/accountwizard_vcard.po 
new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_vcard.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/accountwizard_vcard.po  2022-01-04 
01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_vcard.po  2022-02-01 
01:15:29.000000000 +0100
@@ -7,7 +7,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/accountwizard_vcarddir.po 
new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_vcarddir.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/accountwizard_vcarddir.po       
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/accountwizard_vcarddir.po       
2022-02-01 01:15:29.000000000 +0100
@@ -7,7 +7,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi-filestore.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi-filestore.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi-filestore.po    2022-01-04 
01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi-filestore.po    2022-02-01 
01:15:29.000000000 +0100
@@ -5,7 +5,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_birthdays_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_birthdays_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_birthdays_resource.po   
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_birthdays_resource.po   
2022-02-01 01:15:29.000000000 +0100
@@ -9,7 +9,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_contacts_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_contacts_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_contacts_resource.po    
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_contacts_resource.po    
2022-02-01 01:15:29.000000000 +0100
@@ -11,7 +11,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_davgroupware_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_davgroupware_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_davgroupware_resource.po        
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_davgroupware_resource.po        
2022-02-01 01:15:29.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-23 00:17+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_etesync_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_etesync_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_etesync_resource.po     
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_etesync_resource.po     
2022-02-01 01:15:29.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-25 00:17+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_ews_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_ews_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_ews_resource.po 2022-01-04 
01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_ews_resource.po 2022-02-01 
01:15:29.000000000 +0100
@@ -8,7 +8,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_facebook_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_facebook_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_facebook_resource.po    
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_facebook_resource.po    
2022-02-01 01:15:29.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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_google_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_google_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_google_resource.po      
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_google_resource.po      
2022-02-01 01:15:29.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-09 00:17+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_ical_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_ical_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_ical_resource.po        
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_ical_resource.po        
2022-02-01 01:15:29.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-10-02 00:17+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_icaldir_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_icaldir_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_icaldir_resource.po     
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_icaldir_resource.po     
2022-02-01 01:15:29.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-07 00:18+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_imap_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_imap_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_imap_resource.po        
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_imap_resource.po        
2022-02-01 01:15:29.000000000 +0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-25 00:17+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_kalarm_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_kalarm_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_kalarm_resource.po      
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_kalarm_resource.po      
2022-02-01 01:15:29.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-28 16:11+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_maildir_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_maildir_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_maildir_resource.po     
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_maildir_resource.po     
2022-02-01 01:15:29.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-25 00:17+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_maildispatcher_agent.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_maildispatcher_agent.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_maildispatcher_agent.po 
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_maildispatcher_agent.po 
2022-02-01 01:15:29.000000000 +0100
@@ -9,7 +9,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_mbox_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_mbox_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_mbox_resource.po        
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_mbox_resource.po        
2022-02-01 01:15:29.000000000 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-16 00:18+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_migration_agent.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_migration_agent.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_migration_agent.po      
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_migration_agent.po      
2022-02-01 01:15:29.000000000 +0100
@@ -7,7 +7,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_mixedmaildir_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_mixedmaildir_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_mixedmaildir_resource.po        
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_mixedmaildir_resource.po        
2022-02-01 01:15:29.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-10-11 00:18+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_newmailnotifier_agent.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_newmailnotifier_agent.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_newmailnotifier_agent.po        
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_newmailnotifier_agent.po        
2022-02-01 01:15:29.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-04 00:18+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_openxchange_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_openxchange_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_openxchange_resource.po 
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_openxchange_resource.po 
2022-02-01 01:15:29.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-07 00:18+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_pop3_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_pop3_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_pop3_resource.po        
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_pop3_resource.po        
2022-02-01 01:15:29.000000000 +0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-17 02:13+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_singlefile_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_singlefile_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_singlefile_resource.po  
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_singlefile_resource.po  
2022-02-01 01:15:29.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-02 00:17+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_tomboynotes_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_tomboynotes_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_tomboynotes_resource.po 
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_tomboynotes_resource.po 
2022-02-01 01:15:29.000000000 +0100
@@ -8,7 +8,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_vcard_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_vcard_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_vcard_resource.po       
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_vcard_resource.po       
2022-02-01 01:15:29.000000000 +0100
@@ -9,7 +9,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/akonadi_vcarddir_resource.po 
new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_vcarddir_resource.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/akonadi_vcarddir_resource.po    
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/akonadi_vcarddir_resource.po    
2022-02-01 01:15:29.000000000 +0100
@@ -10,7 +10,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: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/gid-migrator.po 
new/kdepim-runtime-21.12.2/po/zh_CN/gid-migrator.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/gid-migrator.po 2022-01-04 
01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/gid-migrator.po 2022-02-01 
01:15:29.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-10-06 00:18+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -149,7 +149,7 @@
 #: main.cpp:30
 #, kde-format
 msgid "(c) 2013-2020 the Akonadi developers"
-msgstr "(c) 2013-2020 Akonadi ?????????"
+msgstr "(c) 2013-2020 the Akonadi developers"
 
 #: main.cpp:33
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-21.12.1/po/zh_CN/kio_akonadi.po 
new/kdepim-runtime-21.12.2/po/zh_CN/kio_akonadi.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/kio_akonadi.po  2022-01-04 
01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/kio_akonadi.po  2022-02-01 
01:15:29.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-06 00:19+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/libfolderarchivesettings.po 
new/kdepim-runtime-21.12.2/po/zh_CN/libfolderarchivesettings.po
--- old/kdepim-runtime-21.12.1/po/zh_CN/libfolderarchivesettings.po     
2022-01-04 01:24:30.000000000 +0100
+++ new/kdepim-runtime-21.12.2/po/zh_CN/libfolderarchivesettings.po     
2022-02-01 01:15:29.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-10-06 00:18+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to