Hello community,

here is the log from the commit of package kdepim-runtime for openSUSE:Factory 
checked in at 2019-03-11 11:10:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdepim-runtime (Old)
 and      /work/SRC/openSUSE:Factory/.kdepim-runtime.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdepim-runtime"

Mon Mar 11 11:10:04 2019 rev:49 rq:683175 version:18.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdepim-runtime/kdepim-runtime.changes    
2019-02-14 14:17:08.608110160 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim-runtime.new.28833/kdepim-runtime.changes 
2019-03-11 11:10:05.577433546 +0100
@@ -1,0 +2,10 @@
+Sat Mar 09 08:03:16 UTC 2019 - [email protected]
+
+- Update to 18.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.3.php
+- Changes since 18.12.2:
+  * No code changes since 18.12.2
+
+-------------------------------------------------------------------

Old:
----
  kdepim-runtime-18.12.2.tar.xz

New:
----
  kdepim-runtime-18.12.3.tar.xz

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

Other differences:
------------------
++++++ kdepim-runtime.spec ++++++
--- /var/tmp/diff_new_pack.qHV4dE/_old  2019-03-11 11:10:06.189433417 +0100
+++ /var/tmp/diff_new_pack.qHV4dE/_new  2019-03-11 11:10:06.189433417 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kdepim-runtime
-Version:        18.12.2
+Version:        18.12.3
 Release:        0
 Summary:        Akonadi resources for PIM applications
 License:        GPL-2.0-or-later AND GPL-3.0-or-later

++++++ kdepim-runtime-18.12.2.tar.xz -> kdepim-runtime-18.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-18.12.2/CMakeLists.txt 
new/kdepim-runtime-18.12.3/CMakeLists.txt
--- old/kdepim-runtime-18.12.2/CMakeLists.txt   2019-02-05 01:49:01.000000000 
+0100
+++ new/kdepim-runtime-18.12.3/CMakeLists.txt   2019-03-05 01:25:45.000000000 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.10.2")
+set(PIM_VERSION "5.10.3")
 set(KDEPIM_RUNTIME_VERSION_NUMBER ${PIM_VERSION})
 project(kdepim-runtime VERSION ${KDEPIM_RUNTIME_VERSION_NUMBER})
 
@@ -67,27 +67,27 @@
 
 set(KDEPIMRUNTIME_LIB_VERSION "${KDEPIM_RUNTIME_VERSION_NUMBER}")
 set(KDEPIMRUNTIME_LIB_SOVERSION "5")
-set(AKONADI_VERSION "5.10.2")
+set(AKONADI_VERSION "5.10.3")
 
-set(KCONTACTS_LIB_VERSION "5.10.2")
-set(KCALENDARCORE_LIB_VERSION "5.10.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.10.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.10.2")
-set(CALENDARUTILS_LIB_VERSION "5.10.2")
-set(KDAV_LIB_VERSION "5.10.2")
-set(KIMAP_LIB_VERSION "5.10.2")
-set(KMBOX_LIB_VERSION "5.10.2")
-set(AKONADICALENDAR_LIB_VERSION "5.10.2")
-set(KONTACTINTERFACE_LIB_VERSION "5.10.2")
-set(AKONADIKALARM_LIB_VERSION "5.10.2")
-set(KMIME_LIB_VERSION "5.10.2")
-set(XMLRPCCLIENT_LIB_VERSION "5.10.2")
-set(KCONTACTS_LIB_VERSION "5.10.2")
-set(AKONADIMIME_LIB_VERSION "5.10.2")
-set(AKONADICONTACT_LIB_VERSION "5.10.2")
-set(AKONADINOTE_LIB_VERSION "5.10.2")
-set(PIMCOMMON_LIB_VERSION "5.10.2")
-set(KGAPI_LIB_VERSION "5.10.2")
+set(KCONTACTS_LIB_VERSION "5.10.3")
+set(KCALENDARCORE_LIB_VERSION "5.10.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.10.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.10.3")
+set(CALENDARUTILS_LIB_VERSION "5.10.3")
+set(KDAV_LIB_VERSION "5.10.3")
+set(KIMAP_LIB_VERSION "5.10.3")
+set(KMBOX_LIB_VERSION "5.10.3")
+set(AKONADICALENDAR_LIB_VERSION "5.10.3")
+set(KONTACTINTERFACE_LIB_VERSION "5.10.3")
+set(AKONADIKALARM_LIB_VERSION "5.10.3")
+set(KMIME_LIB_VERSION "5.10.3")
+set(XMLRPCCLIENT_LIB_VERSION "5.10.3")
+set(KCONTACTS_LIB_VERSION "5.10.3")
+set(AKONADIMIME_LIB_VERSION "5.10.3")
+set(AKONADICONTACT_LIB_VERSION "5.10.3")
+set(AKONADINOTE_LIB_VERSION "5.10.3")
+set(PIMCOMMON_LIB_VERSION "5.10.3")
+set(KGAPI_LIB_VERSION "5.10.3")
 
 set( SharedMimeInfo_MINIMUM_VERSION "1.3" )
 find_package(SharedMimeInfo ${SharedMimeInfo_MINIMUM_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/fi/akonadi_newmailnotifier_agent.po 
new/kdepim-runtime-18.12.3/po/fi/akonadi_newmailnotifier_agent.po
--- old/kdepim-runtime-18.12.2/po/fi/akonadi_newmailnotifier_agent.po   
2019-02-05 01:48:40.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/fi/akonadi_newmailnotifier_agent.po   
2019-03-05 01:25:34.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.
 # Lasse Liehu <[email protected]>, 2013, 2014, 2015, 2016.
-# Tommi Nieminen <[email protected]>, 2015, 2016, 2017, 2018.
+# Tommi Nieminen <[email protected]>, 2015, 2016, 2017, 2018, 2019.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/fi/akonadi_vcarddir_resource.po 
new/kdepim-runtime-18.12.3/po/fi/akonadi_vcarddir_resource.po
--- old/kdepim-runtime-18.12.2/po/fi/akonadi_vcarddir_resource.po       
2019-02-05 01:48:39.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/fi/akonadi_vcarddir_resource.po       
2019-03-05 01:25:34.000000000 +0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Tommi Nieminen <[email protected]>, 2010, 2011, 2013.
+# Tommi Nieminen <[email protected]>, 2010, 2011, 2013, 2019.
 # Lasse Liehu <[email protected]>, 2012, 2014.
 #
 # KDE Finnish translation sprint participants:
@@ -11,14 +11,14 @@
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
 "PO-Revision-Date: 2014-04-02 10:58+0300\n"
 "Last-Translator: Lasse Liehu <[email protected]>\n"
-"Language-Team: Finnish <[email protected]>\n"
+"Language-Team: Finnish <[email protected]>\n"
 "Language: fi\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-POT-Import-Date: 2012-12-01 22:24:49+0000\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: dirsettingsdialog.cpp:65
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/gl/akonadi_davgroupware_resource.po 
new/kdepim-runtime-18.12.3/po/gl/akonadi_davgroupware_resource.po
--- old/kdepim-runtime-18.12.2/po/gl/akonadi_davgroupware_resource.po   
2019-02-05 01:48:41.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/gl/akonadi_davgroupware_resource.po   
2019-03-05 01:25:35.000000000 +0100
@@ -4,20 +4,20 @@
 # Xosé <[email protected]>, 2009, 2010, 2013.
 # Adrian Chaves Fernandez <[email protected]>, 2013, 2015, 2017.
 # Marce Villarino <[email protected]>, 2014.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2018-10-21 18:38+0100\n"
+"PO-Revision-Date: 2019-03-03 20:00+0100\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"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -143,7 +143,7 @@
 "Select this if your calendars contain a lot of events and the server cannot "
 "fulfill the requests"
 msgstr ""
-"Marca esta opción se os seus calendarios conteñen unha morea de eventos e o "
+"Seleccione isto se os seus calendarios conteñen unha morea de eventos e o "
 "servidor non pode completar as solicitudes."
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_limitSyncRange)
@@ -669,7 +669,7 @@
 #: setupwizard.cpp:553
 #, kde-format
 msgid "Connected successfully"
-msgstr "A conexión é correcta"
+msgstr "Conectouse"
 
 #: urlconfigurationdialog.cpp:274
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-18.12.2/po/gl/akonadi_ews_resource.po 
new/kdepim-runtime-18.12.3/po/gl/akonadi_ews_resource.po
--- old/kdepim-runtime-18.12.2/po/gl/akonadi_ews_resource.po    2019-02-05 
01:48:42.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/gl/akonadi_ews_resource.po    2019-03-05 
01:25:35.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.
 #
-# Adrian Chaves <[email protected]>, 2018.
+# Adrian Chaves <[email protected]>, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2018-11-01 09:57+0100\n"
+"PO-Revision-Date: 2019-03-03 13:42+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\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 2.0\n"
+"X-Generator: Lokalize 18.12.2\n"
 
 #: ewsautodiscoveryjob.cpp:51 ewsautodiscoveryjob.cpp:58
 #, kde-format
@@ -202,7 +202,7 @@
 #, kde-format
 msgctxt "Exchange account e-mail address"
 msgid "Email:"
-msgstr "Enderezo:"
+msgstr "Correo electrónico:"
 
 #. i18n: ectx: property (whatsThis), widget (KLineEdit, kcfg_Email)
 #: ewsconfigdialog.ui:69
@@ -484,7 +484,7 @@
 #: ewsconfigdialog.ui:409
 #, kde-format
 msgid "Po&ll for new messages"
-msgstr "Comprobar se hai mensaxes &novas"
+msgstr "Sonda en busca de mensaxes &novas"
 
 #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, kcfg_PollInterval)
 #: ewsconfigdialog.ui:434
@@ -1132,7 +1132,7 @@
 #: ewsresource.kcfg:39
 #, kde-format
 msgid "Poll Interval"
-msgstr "Intervalo de comprobación"
+msgstr "Intervalo de sondaxe"
 
 #. i18n: ectx: tooltip, entry (PollInterval), group (General)
 #: ewsresource.kcfg:40
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/gl/akonadi_ical_resource.po 
new/kdepim-runtime-18.12.3/po/gl/akonadi_ical_resource.po
--- old/kdepim-runtime-18.12.2/po/gl/akonadi_ical_resource.po   2019-02-05 
01:48:42.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/gl/akonadi_ical_resource.po   2019-03-05 
01:25:35.000000000 +0100
@@ -3,20 +3,20 @@
 #
 # Xosé <[email protected]>, 2009, 2010.
 # Adrian Chaves Fernandez <[email protected]>, 2013, 2017.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: akonadi_ical_resource\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2018-10-21 18:55+0100\n"
+"PO-Revision-Date: 2019-02-14 16:20+0100\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"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -44,7 +44,7 @@
 #: icalresource.kcfg:22 notes/notesresource.kcfg:26
 #, kde-format
 msgid "Monitor file for changes."
-msgstr "Vixiar o ficheiro por se houber cambios."
+msgstr "Monitorizar o ficheiro por se houber cambios."
 
 #. i18n: ectx: label, entry (AutosaveInterval), group (General)
 #: notes/notesresource.kcfg:22
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/gl/akonadi_kalarm_resource.po 
new/kdepim-runtime-18.12.3/po/gl/akonadi_kalarm_resource.po
--- old/kdepim-runtime-18.12.2/po/gl/akonadi_kalarm_resource.po 2019-02-05 
01:48:42.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/gl/akonadi_kalarm_resource.po 2019-03-05 
01:25:35.000000000 +0100
@@ -4,20 +4,20 @@
 # Xosé <[email protected]>, 2011.
 # Adrian Chaves Fernandez <[email protected]>, 2013, 2015, 2016, 2017.
 # Marce Villarino <[email protected]>, 2014.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2018-04-22 10:53+0100\n"
-"Last-Translator: Adrian Chaves <[email protected]>\n"
+"PO-Revision-Date: 2019-02-14 16:20+0100\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"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
@@ -67,7 +67,7 @@
 #: kalarm/kalarmresource.kcfg:22
 #, kde-format
 msgid "Monitor file for changes."
-msgstr "Vixiar o ficheiro por se hai cambios."
+msgstr "Monitorizar o ficheiro por se hai cambios."
 
 #. i18n: ectx: label, entry (AlarmTypes), group (General)
 #: kalarm/kalarmresource.kcfg:26 kalarmdir/kalarmdirresource.kcfg:25
@@ -103,7 +103,7 @@
 #: kalarmdir/kalarmdirresource.kcfg:21
 #, kde-format
 msgid "Monitor directory for changes."
-msgstr "Vixiar o ficheiro por se hai cambios."
+msgstr "Monitorizar o ficheiro por se hai cambios."
 
 #: kalarmdir/settingsdialog.cpp:54
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/gl/akonadi_maildispatcher_agent.po 
new/kdepim-runtime-18.12.3/po/gl/akonadi_maildispatcher_agent.po
--- old/kdepim-runtime-18.12.2/po/gl/akonadi_maildispatcher_agent.po    
2019-02-05 01:48:42.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/gl/akonadi_maildispatcher_agent.po    
2019-03-05 01:25:35.000000000 +0100
@@ -5,21 +5,21 @@
 # Xosé <[email protected]>, 2009, 2010.
 # Adrian Chaves Fernandez <[email protected]>, 2013.
 # Marce Villarino <[email protected]>, 2014.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2018-04-24 20:30+0100\n"
-"Last-Translator: Adrian Chaves <[email protected]>\n"
+"PO-Revision-Date: 2019-02-14 19:14+0100\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 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -105,7 +105,7 @@
 #: sendjob.cpp:62 sendjob.cpp:63
 #, kde-format
 msgid "Message sending aborted."
-msgstr "Cancelouse o envío de mensaxes."
+msgstr "Interrompeuse o envío de mensaxes."
 
 #: sendjob.cpp:71
 #, kde-format
@@ -139,7 +139,7 @@
 #: sendjob.cpp:257
 #, kde-format
 msgid "Message transport aborted."
-msgstr "Cancelouse o transporte das mensaxes."
+msgstr "Interrompeuse o transporte das mensaxes."
 
 #: sendjob.cpp:258
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/gl/akonadi_mbox_resource.po 
new/kdepim-runtime-18.12.3/po/gl/akonadi_mbox_resource.po
--- old/kdepim-runtime-18.12.2/po/gl/akonadi_mbox_resource.po   2019-02-05 
01:48:42.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/gl/akonadi_mbox_resource.po   2019-03-05 
01:25:35.000000000 +0100
@@ -10,14 +10,14 @@
 "Project-Id-Version: akonadi_mbox_resource\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-01 14:01+0100\n"
+"PO-Revision-Date: 2019-02-14 16:20+0100\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"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -316,7 +316,7 @@
 #: mboxresource.kcfg:22
 #, kde-format
 msgid "Monitor file for changes."
-msgstr "Vixiar os cambios que se fagan no ficheiro."
+msgstr "Monitorizar os cambios que se fagan no ficheiro."
 
 #. i18n: ectx: label, entry (Lockfile), group (Locking)
 #: mboxresource.kcfg:37
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/gl/akonadi_newmailnotifier_agent.po 
new/kdepim-runtime-18.12.3/po/gl/akonadi_newmailnotifier_agent.po
--- old/kdepim-runtime-18.12.2/po/gl/akonadi_newmailnotifier_agent.po   
2019-02-05 01:48:42.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/gl/akonadi_newmailnotifier_agent.po   
2019-03-05 01:25:35.000000000 +0100
@@ -3,20 +3,21 @@
 #
 # Adrian Chaves Fernandez <[email protected]>, 2013, 2015, 2016, 2017, 
2018.
 # Marce Villarino <[email protected]>, 2013, 2014.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-12-12 07:58+0100\n"
-"PO-Revision-Date: 2018-04-22 11:11+0100\n"
-"Last-Translator: Adrian Chaves <[email protected]>\n"
+"PO-Revision-Date: 2019-02-14 16:20+0100\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 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -46,7 +47,8 @@
 #, kde-format
 msgid "Select which folders to monitor for new message notifications:"
 msgstr ""
-"Escoller os cartafoles que se han vixiar para notificar as mensaxes novas:"
+"Escoller os cartafoles que se han monitorizar para notificar das mensaxes "
+"novas:"
 
 #: newmailnotifierselectcollectionwidget.cpp:145
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/gl/akonadi_pop3_resource.po 
new/kdepim-runtime-18.12.3/po/gl/akonadi_pop3_resource.po
--- old/kdepim-runtime-18.12.2/po/gl/akonadi_pop3_resource.po   2019-02-05 
01:48:42.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/gl/akonadi_pop3_resource.po   2019-03-05 
01:25:35.000000000 +0100
@@ -4,21 +4,21 @@
 # Xosé <[email protected]>, 2009, 2010.
 # Marce Villarino <[email protected]>, 2012, 2013, 2014.
 # Adrian Chaves Fernandez <[email protected]>, 2013, 2016.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2018-04-22 10:46+0100\n"
-"Last-Translator: Adrian Chaves <[email protected]>\n"
+"PO-Revision-Date: 2019-02-17 13:04+0100\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 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -189,12 +189,12 @@
 #, kde-format
 msgid "Unable to create POP3 slave, aborting mail check."
 msgstr ""
-"Non se pode crear o escravo de POP3; cancélase a comprobación do correo."
+"Non se pode crear o escravo de POP3; interrómpese a comprobación do correo."
 
 #: pop3resource.cpp:109
 #, kde-format
 msgid "Mail check aborted."
-msgstr "Cancelouse a comprobación do correo."
+msgstr "Interrompeuse a comprobación do correo."
 
 #: pop3resource.cpp:116
 #, kde-format
@@ -268,8 +268,8 @@
 #, kde-format
 msgid "Error while trying to get the local inbox folder, aborting mail check."
 msgstr ""
-"Produciuse un erro ao intentar obter o cartafol de entrada local; cancélase "
-"a comprobación do correo."
+"Erro ao intentar obter o cartafol de entrada local; interrómpese a "
+"comprobación do correo."
 
 #: pop3resource.cpp:456
 #, kde-format
@@ -287,15 +287,15 @@
 msgid ""
 "Error while trying to get the folder for incoming mail, aborting mail check."
 msgstr ""
-"Produciuse un erro ao intentar obter o cartafol do correo entrante; "
-"cancélase a comprobación do correo."
+"Erro ao intentar obter o cartafol do correo entrante; interrómpese a "
+"comprobación do correo."
 
 #: pop3resource.cpp:489
 #, kde-format
 msgid "Could not find folder for incoming mail, aborting mail check."
 msgstr ""
-"Non se puido atopar o cartafol do corrreo entrante; cancélase a comprobación "
-"do correo."
+"Non se puido atopar o cartafol do correo entrante; interrómpese a "
+"comprobación do correo."
 
 #: pop3resource.cpp:500
 #, kde-format
@@ -453,10 +453,9 @@
 "to authenticate you with their servers. It usually is the first part of your "
 "email address (the part before <em>@</em>)."
 msgstr ""
-"O seu fornecedor de internet tívolle que asignar un <em>nome de usuario</"
-"em>, que é preciso para a autenticación nos servidores. Xeralmente adoita "
-"ser a primeira parte do seu enderezo de correo (a parte que precede a <em>@</"
-"em>)."
+"O seu fornecedor de internet deulle un <em>nome de usuario</em>, que é "
+"preciso para a autenticación nos servidores. Xeralmente adoita ser a "
+"primeira parte do seu enderezo de correo (a parte que precede a <em>@</em>)."
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: popsettings.ui:132
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/gl/akonadi_singlefile_resource.po 
new/kdepim-runtime-18.12.3/po/gl/akonadi_singlefile_resource.po
--- old/kdepim-runtime-18.12.2/po/gl/akonadi_singlefile_resource.po     
2019-02-05 01:48:41.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/gl/akonadi_singlefile_resource.po     
2019-03-05 01:25:35.000000000 +0100
@@ -4,20 +4,20 @@
 # Xosé <[email protected]>, 2009, 2010.
 # Adrian Chaves Fernandez <[email protected]>, 2013, 2015, 2016, 2017.
 # Marce Villarino <[email protected]>, 2014.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: akonadi_singlefile_resource\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2018-10-21 18:56+0100\n"
+"PO-Revision-Date: 2019-02-14 16:20+0100\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"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -274,8 +274,8 @@
 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
 "right:0px; -qt-block-indent:0; text-indent:0px;\">Seleccione o ficheiro cuxo "
 "contido debe representar este recurso. O ficheiro crearase se non existe. "
-"Tamén pode indicarse o URL dun recurso remoto, pero nese caso o seguemento "
-"de cambios no ficheiro non funcionará.</p></body></html>"
+"Tamén pode indicarse o URL dun recurso remoto, pero nese caso a "
+"monitorización de cambios no ficheiro non funcionará.</p></body></html>"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
 #: singlefileresourceconfigdialog_desktop.ui:82
@@ -353,13 +353,13 @@
 #: singlefileresourceconfigdialog_desktop.ui:152
 #, kde-format
 msgid "Monitoring"
-msgstr "Vixilancia"
+msgstr "Monitorización"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_MonitorFile)
 #: singlefileresourceconfigdialog_desktop.ui:158
 #, kde-format
 msgid "Enable file &monitoring"
-msgstr "Activar a vi&xilancia do ficheiro"
+msgstr "Activar a &monitorización do ficheiro"
 
 #. i18n: ectx: property (html), widget (QTextEdit, textEdit_4)
 #: singlefileresourceconfigdialog_desktop.ui:172
@@ -386,7 +386,7 @@
 "</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;\">Se a vixilancia do "
+"right:0px; -qt-block-indent:0; text-indent:0px;\">Se a monitorización do "
 "ficheiro está activada, o recurso actualizará o ficheiro cando outros "
 "programas fagan cambios nel, e creará unha copia de seguranza sempre que "
 "sexa posíbel por se houber conflitos.</p></body></html>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/gl/akonadi_vcard_resource.po 
new/kdepim-runtime-18.12.3/po/gl/akonadi_vcard_resource.po
--- old/kdepim-runtime-18.12.2/po/gl/akonadi_vcard_resource.po  2019-02-05 
01:48:42.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/gl/akonadi_vcard_resource.po  2019-03-05 
01:25:35.000000000 +0100
@@ -3,20 +3,20 @@
 #
 # Xosé <[email protected]>, 2009, 2010.
 # Adrián Chaves Fernández <[email protected]>, 2015, 2017.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2017.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: akonadi_vcard_resource\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2017-10-03 18:17+0100\n"
+"PO-Revision-Date: 2019-02-14 16:19+0100\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"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -65,7 +65,7 @@
 #: vcardresource.kcfg:22
 #, kde-format
 msgid "Monitor file for changes."
-msgstr "Vixiar o ficheiro por se hai cambios."
+msgstr "Monitorizar o ficheiro por se hai cambios."
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: wizard/vcardwizard.ui:19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-18.12.2/po/gl/kio_pop3.po 
new/kdepim-runtime-18.12.3/po/gl/kio_pop3.po
--- old/kdepim-runtime-18.12.2/po/gl/kio_pop3.po        2019-02-05 
01:48:42.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/gl/kio_pop3.po        2019-03-05 
01:25:35.000000000 +0100
@@ -7,20 +7,20 @@
 # marce villarino <[email protected]>, 2009.
 # Marce Villarino <[email protected]>, 2009, 2014.
 # Xosé <[email protected]>, 2009, 2010.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio_pop3\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2018-02-01 20:48+0100\n"
+"PO-Revision-Date: 2019-02-14 20:08+0100\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"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -146,7 +146,7 @@
 "You can disable TLS in the POP account settings dialog."
 msgstr ""
 "O seu servidor de POP3 di admitir TLS pero a negociación non tivo éxito.\n"
-"Pode desactivar o TLS en KDE utilizando o módulo de configuración de cifrado."
+"Pode desactivar o TLS en KDE utilizando o módulo de configuración da conta."
 
 #: pop3.cpp:709
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/pt_BR/akonadi_facebook_resource.po 
new/kdepim-runtime-18.12.3/po/pt_BR/akonadi_facebook_resource.po
--- old/kdepim-runtime-18.12.2/po/pt_BR/akonadi_facebook_resource.po    
2019-02-05 01:48:52.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/pt_BR/akonadi_facebook_resource.po    
2019-03-05 01:25:40.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.
 #
-# Luiz Fernando Ranghetti <[email protected]>, 2018.
+# Luiz Fernando Ranghetti <[email protected]>, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2018-11-13 18:11-0300\n"
+"PO-Revision-Date: 2019-02-06 16:01-0200\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
 "Language: pt_BR\n"
@@ -15,22 +15,22 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 
 #: birthdaylistjob.cpp:95 birthdaylistjob.cpp:101
 #, kde-format
 msgid "Failed to retrieve birthday calendar"
-msgstr ""
+msgstr "Não foi possível obter o calendário de aniversários"
 
 #: birthdaylistjob.cpp:146
 #, kde-format
 msgid "Failed to parse birthday calendar"
-msgstr ""
+msgstr "Não foi possível processar o calendário de aniversários"
 
 #: listjob.cpp:101
 #, kde-format
 msgid "Invalid response from server: JSON parsing error"
-msgstr ""
+msgstr "Resposta inválida do servidor: erro no processamento do JSON"
 
 #: resource.cpp:36 resource.cpp:95
 #, kde-format
@@ -40,42 +40,42 @@
 #: resource.cpp:100
 #, kde-format
 msgid "Events I'm Attending"
-msgstr ""
+msgstr "Eventos que estou participando"
 
 #: resource.cpp:101
 #, kde-format
 msgid "Events I'm not Attending"
-msgstr ""
+msgstr "Eventos que não estou participando"
 
 #: resource.cpp:102
 #, kde-format
 msgid "Events I May Be Attending"
-msgstr ""
+msgstr "Eventos que eu posso estar assistindo"
 
 #: resource.cpp:103
 #, kde-format
 msgid "Events I have not Responded To"
-msgstr ""
+msgstr "Eventos que não respondi"
 
 #: resource.cpp:104
 #, kde-format
 msgid "Friends' Birthdays"
-msgstr ""
+msgstr "Aniversários dos amigos"
 
 #: settingsdialog.cpp:83
 #, kde-format
 msgid "Checking login status..."
-msgstr ""
+msgstr "Verificando o status da autenticação..."
 
 #: settingsdialog.cpp:93
 #, kde-format
 msgid "Not logged in"
-msgstr ""
+msgstr "Não autenticado"
 
 #: settingsdialog.cpp:97
 #, kde-format
 msgid "Logged in as <b>%1</b>"
-msgstr ""
+msgstr "Autenticado como <b>%1</b>"
 
 #. i18n: ectx: property (windowTitle), widget (QDialog, SettingsDialog)
 #: settingsdialog.ui:14
@@ -93,86 +93,86 @@
 #: settingsdialog.ui:32
 #, kde-format
 msgid "Login status: unknown"
-msgstr ""
+msgstr "Status da autenticação: desconhecido"
 
 #. i18n: ectx: property (text), widget (QPushButton, loginBtn)
 #: settingsdialog.ui:39
 #, kde-format
 msgid "Login with Facebook"
-msgstr ""
+msgstr "Autenticar-se com o Facebook"
 
 #. i18n: ectx: property (text), widget (QPushButton, logoutBtn)
 #: settingsdialog.ui:46
 #, kde-format
 msgid "Logout"
-msgstr ""
+msgstr "Encerrar sessão"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
 #: settingsdialog.ui:62
 #, kde-format
 msgid "Reminders"
-msgstr ""
+msgstr "Lembretes"
 
 #. i18n: ectx: property (text), widget (QCheckBox, attendingReminderChkBox)
 #: settingsdialog.ui:68
 #, kde-format
 msgid "Show reminders for events I'm attending"
-msgstr ""
+msgstr "Mostrar lembretes para eventos que estou participando"
 
 #. i18n: ectx: property (text), widget (QCheckBox, 
maybeAttendingReminderChkBox)
 #: settingsdialog.ui:78
 #, kde-format
 msgid "Show reminders for events I may be attending"
-msgstr ""
+msgstr "Mostrar lembretes para eventos que eu possa estar participando"
 
 #. i18n: ectx: property (text), widget (QCheckBox, notAttendingReminderChkBox)
 #: settingsdialog.ui:88
 #, kde-format
 msgid "Show reminders for events I'm not attending"
-msgstr ""
+msgstr "Mostrar lembretes para eventos que não estou participando"
 
 #. i18n: ectx: property (text), widget (QCheckBox, notRespondedReminderChkBox)
 #: settingsdialog.ui:98
 #, kde-format
 msgid "Show reminders for events I have not responded to"
-msgstr ""
+msgstr "Mostrar lembretes para eventos aos quais não respondi"
 
 #. i18n: ectx: property (text), widget (QCheckBox, birthdayReminderChkBox)
 #: settingsdialog.ui:108
 #, kde-format
 msgid "Show reminders for friends' birthdays"
-msgstr ""
+msgstr "Mostrar lembretes para os aniversários dos amigos"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: settingsdialog.ui:138
 #, kde-format
 msgid "Show event reminders"
-msgstr ""
+msgstr "Mostrar lembretes do evento"
 
 #. i18n: ectx: property (text), widget (QLabel, label_3)
 #: settingsdialog.ui:155
 #, kde-format
 msgid "hour(s) before"
-msgstr ""
+msgstr "hora(s) antes"
 
 #. i18n: ectx: property (text), widget (QLabel, label_5)
 #: settingsdialog.ui:162
 #, kde-format
 msgid "Show birthday reminders"
-msgstr ""
+msgstr "Mostrar lembretes de aniversários"
 
 #. i18n: ectx: property (text), widget (QLabel, label_6)
 #: settingsdialog.ui:172
 #, kde-format
 msgid "day(s) before"
-msgstr ""
+msgstr "dia(s) antes"
 
 #: tokenjobs.cpp:303 tokenjobs.cpp:316 tokenjobs.cpp:413 tokenjobs.cpp:466
 #, kde-format
 msgid "Failed to open KWallet"
-msgstr ""
+msgstr "Não foi possível abrir o KWallet"
 
 #: tokenjobs.cpp:361
 #, kde-format
 msgid "Failed to obtain access token from Facebook"
-msgstr ""
+msgstr "Não foi possível obter o código de acesso do Facebook"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_contacts.po 
new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_contacts.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_contacts.po       
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_contacts.po       
2019-03-05 01:25:44.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:28\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_ews.po 
new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_ews.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_ews.po    2019-02-05 
01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_ews.po    2019-03-05 
01:25:44.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_ical.po 
new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_ical.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_ical.po   2019-02-05 
01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_ical.po   2019-03-05 
01:25:44.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_imap.po 
new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_imap.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_imap.po   2019-02-05 
01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_imap.po   2019-03-05 
01:25:44.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_kolab.po 
new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_kolab.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_kolab.po  2019-02-05 
01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_kolab.po  2019-03-05 
01:25:44.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_mailbox.po 
new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_mailbox.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_mailbox.po        
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_mailbox.po        
2019-03-05 01:25:44.000000000 +0100
@@ -6,7 +6,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_maildir.po 
new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_maildir.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_maildir.po        
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_maildir.po        
2019-03-05 01:25:44.000000000 +0100
@@ -6,7 +6,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_pop3.po 
new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_pop3.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_pop3.po   2019-02-05 
01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_pop3.po   2019-03-05 
01:25:44.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_vcard.po 
new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_vcard.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_vcard.po  2019-02-05 
01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_vcard.po  2019-03-05 
01:25:44.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_vcarddir.po 
new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_vcarddir.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/accountwizard_vcarddir.po       
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/accountwizard_vcarddir.po       
2019-03-05 01:25:44.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-18.12.2/po/zh_CN/akonadi-filestore.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi-filestore.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi-filestore.po    2019-02-05 
01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi-filestore.po    2019-03-05 
01:25:44.000000000 +0100
@@ -5,7 +5,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_birthdays_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_birthdays_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_birthdays_resource.po   
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_birthdays_resource.po   
2019-03-05 01:25:44.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_contacts_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_contacts_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_contacts_resource.po    
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_contacts_resource.po    
2019-03-05 01:25:44.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_davgroupware_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_davgroupware_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_davgroupware_resource.po        
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_davgroupware_resource.po        
2019-03-05 01:25:44.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_ews_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_ews_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_ews_resource.po 2019-02-05 
01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_ews_resource.po 2019-03-05 
01:25:44.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_facebook_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_facebook_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_facebook_resource.po    
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_facebook_resource.po    
2019-03-05 01:25:44.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_gmail_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_gmail_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_gmail_resource.po       
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_gmail_resource.po       
2019-03-05 01:25:44.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_googlecalendar_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_googlecalendar_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_googlecalendar_resource.po      
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_googlecalendar_resource.po      
2019-03-05 01:25:44.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_googlecontacts_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_googlecontacts_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_googlecontacts_resource.po      
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_googlecontacts_resource.po      
2019-03-05 01:25:44.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_ical_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_ical_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_ical_resource.po        
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_ical_resource.po        
2019-03-05 01:25:44.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_icaldir_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_icaldir_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_icaldir_resource.po     
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_icaldir_resource.po     
2019-03-05 01:25:44.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_imap_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_imap_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_imap_resource.po        
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_imap_resource.po        
2019-03-05 01:25:44.000000000 +0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_invitations_agent.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_invitations_agent.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_invitations_agent.po    
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_invitations_agent.po    
2019-03-05 01:25:44.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_kalarm_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_kalarm_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_kalarm_resource.po      
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_kalarm_resource.po      
2019-03-05 01:25:44.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_maildir_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_maildir_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_maildir_resource.po     
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_maildir_resource.po     
2019-03-05 01:25:44.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_maildispatcher_agent.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_maildispatcher_agent.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_maildispatcher_agent.po 
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_maildispatcher_agent.po 
2019-03-05 01:25:44.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_mbox_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_mbox_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_mbox_resource.po        
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_mbox_resource.po        
2019-03-05 01:25:44.000000000 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_migration_agent.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_migration_agent.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_migration_agent.po      
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_migration_agent.po      
2019-03-05 01:25:44.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_mixedmaildir_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_mixedmaildir_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_mixedmaildir_resource.po        
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_mixedmaildir_resource.po        
2019-03-05 01:25:44.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_newmailnotifier_agent.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_newmailnotifier_agent.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_newmailnotifier_agent.po        
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_newmailnotifier_agent.po        
2019-03-05 01:25:44.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-12-12 07:58+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_openxchange_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_openxchange_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_openxchange_resource.po 
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_openxchange_resource.po 
2019-03-05 01:25:44.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_pop3_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_pop3_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_pop3_resource.po        
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_pop3_resource.po        
2019-03-05 01:25:44.000000000 +0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_singlefile_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_singlefile_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_singlefile_resource.po  
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_singlefile_resource.po  
2019-03-05 01:25:44.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_tomboynotes_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_tomboynotes_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_tomboynotes_resource.po 
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_tomboynotes_resource.po 
2019-03-05 01:25:44.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_vcard_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_vcard_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_vcard_resource.po       
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_vcard_resource.po       
2019-03-05 01:25:44.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_vcarddir_resource.po 
new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_vcarddir_resource.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/akonadi_vcarddir_resource.po    
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/akonadi_vcarddir_resource.po    
2019-03-05 01:25:44.000000000 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-18.12.2/po/zh_CN/gid-migrator.po 
new/kdepim-runtime-18.12.3/po/zh_CN/gid-migrator.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/gid-migrator.po 2019-02-05 
01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/gid-migrator.po 2019-03-05 
01:25:44.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-18.12.2/po/zh_CN/kio_akonadi.po 
new/kdepim-runtime-18.12.3/po/zh_CN/kio_akonadi.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/kio_akonadi.po  2019-02-05 
01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/kio_akonadi.po  2019-03-05 
01:25:44.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-18.12.2/po/zh_CN/kio_pop3.po 
new/kdepim-runtime-18.12.3/po/zh_CN/kio_pop3.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/kio_pop3.po     2019-02-05 
01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/kio_pop3.po     2019-03-05 
01:25:44.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:28\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/po/zh_CN/libfolderarchivesettings.po 
new/kdepim-runtime-18.12.3/po/zh_CN/libfolderarchivesettings.po
--- old/kdepim-runtime-18.12.2/po/zh_CN/libfolderarchivesettings.po     
2019-02-05 01:48:59.000000000 +0100
+++ new/kdepim-runtime-18.12.3/po/zh_CN/libfolderarchivesettings.po     
2019-03-05 01:25:44.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/resources/vcarddir/vcarddirresource.desktop 
new/kdepim-runtime-18.12.3/resources/vcarddir/vcarddirresource.desktop
--- old/kdepim-runtime-18.12.2/resources/vcarddir/vcarddirresource.desktop      
2019-01-30 08:34:37.000000000 +0100
+++ new/kdepim-runtime-18.12.3/resources/vcarddir/vcarddirresource.desktop      
2019-02-24 12:50:33.000000000 +0100
@@ -27,7 +27,7 @@
 Name[nl]=vCard-map
 Name[pl]=Katalog wizytówek
 Name[pt]=Pasta de vCard's
-Name[pt_BR]=Pasta de VCards
+Name[pt_BR]=Pasta de vCards
 Name[ru]=Каталог с файлами vCard
 Name[sk]=Adresár VCard
 Name[sl]=Mapa vCard
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-18.12.2/resources/vcarddir/wizard/vcarddirwizard.desktop 
new/kdepim-runtime-18.12.3/resources/vcarddir/wizard/vcarddirwizard.desktop
--- old/kdepim-runtime-18.12.2/resources/vcarddir/wizard/vcarddirwizard.desktop 
2019-01-30 08:34:37.000000000 +0100
+++ new/kdepim-runtime-18.12.3/resources/vcarddir/wizard/vcarddirwizard.desktop 
2019-02-24 12:50:33.000000000 +0100
@@ -27,7 +27,7 @@
 Name[nl]=vCard-map
 Name[pl]=Katalog wizytówek
 Name[pt]=Pasta de vCard's
-Name[pt_BR]=Pasta de VCards
+Name[pt_BR]=Pasta de vCards
 Name[ru]=Каталог с файлами vCard
 Name[sk]=Adresár VCard
 Name[sl]=Mapa vCard


Reply via email to