Hello community,

here is the log from the commit of package ktp-kded-module for openSUSE:Factory 
checked in at 2019-08-19 20:56:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-kded-module (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-kded-module.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-kded-module"

Mon Aug 19 20:56:35 2019 rev:5 rq:723726 version:19.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktp-kded-module/ktp-kded-module.changes  
2019-06-13 22:59:56.715652699 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-kded-module.new.22127/ktp-kded-module.changes   
    2019-08-19 20:56:48.568977323 +0200
@@ -1,0 +2,18 @@
+Fri Aug  9 08:31:56 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 19.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.0.php
+- No code change since 19.04.3
+
+-------------------------------------------------------------------
+Fri Jul 12 07:31:30 UTC 2019 - Wolfgang Bauer <wba...@tmo.at>
+
+- Update to 19.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.3.php
+- No code changes since 19.04.2
+
+-------------------------------------------------------------------

Old:
----
  ktp-kded-module-19.04.2.tar.xz

New:
----
  applications.keyring
  ktp-kded-module-19.08.0.tar.xz
  ktp-kded-module-19.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktp-kded-module.spec ++++++
--- /var/tmp/diff_new_pack.Sf4lhk/_old  2019-08-19 20:56:51.264976744 +0200
+++ /var/tmp/diff_new_pack.Sf4lhk/_new  2019-08-19 20:56:51.268976744 +0200
@@ -21,13 +21,17 @@
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ktp-kded-module
-Version:        19.04.2
+Version:        19.08.0
 Release:        0
 Summary:        KDED module that manages the telepathy interactions with the 
KDE Desktop
 License:        LGPL-2.1-or-later
 Group:          Productivity/Networking/Instant Messenger
 URL:            
https://community.kde.org/Real-Time_Communication_and_Collaboration
 Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  kactivities5-devel

++++++ ktp-kded-module-19.04.2.tar.xz -> ktp-kded-module-19.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-kded-module-19.04.2/CMakeLists.txt 
new/ktp-kded-module-19.08.0/CMakeLists.txt
--- old/ktp-kded-module-19.04.2/CMakeLists.txt  2019-06-04 02:14:43.000000000 
+0200
+++ new/ktp-kded-module-19.08.0/CMakeLists.txt  2019-08-09 02:48:33.000000000 
+0200
@@ -4,8 +4,8 @@
 
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "19")
-set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "2")
+set(KDE_APPLICATIONS_VERSION_MINOR "08")
+set(KDE_APPLICATIONS_VERSION_MICRO "0")
 set(KTP_KDED_MODULE_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_policy(SET CMP0002 OLD)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/config/kcm_ktp_integration_module.desktop 
new/ktp-kded-module-19.08.0/config/kcm_ktp_integration_module.desktop
--- old/ktp-kded-module-19.04.2/config/kcm_ktp_integration_module.desktop       
2019-05-31 12:34:52.000000000 +0200
+++ new/ktp-kded-module-19.08.0/config/kcm_ktp_integration_module.desktop       
2019-08-09 02:08:57.000000000 +0200
@@ -25,6 +25,7 @@
 Name[en_GB]=General
 Name[es]=General
 Name[et]=Üldine
+Name[eu]=Orokorra
 Name[fi]=Yleistä
 Name[fr]=Général
 Name[ga]=Ginearálta
@@ -72,6 +73,7 @@
 Comment[en_GB]=General settings for Instant Messaging and VoIP
 Comment[es]=Preferencias generales para mensajería instantánea y VoIP
 Comment[et]=Kiirsuhtluse ja VoIP üldised seadistused
+Comment[eu]=Ezarpen orokorrak bat-bateko mezularitzarako eta VoIP-rako
 Comment[fi]=Pikaviestinnän ja VoIPin yleisasetukset
 Comment[fr]=Paramètres généraux de messagerie instantanée et de VoIP
 Comment[ga]=Socruithe ginearálta le haghaidh Teachtaireachtaí Meandaracha agus 
VoIP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/ktp_integration_module.desktop 
new/ktp-kded-module-19.08.0/ktp_integration_module.desktop
--- old/ktp-kded-module-19.04.2/ktp_integration_module.desktop  2019-05-31 
12:34:52.000000000 +0200
+++ new/ktp-kded-module-19.08.0/ktp_integration_module.desktop  2019-08-09 
02:08:57.000000000 +0200
@@ -16,6 +16,7 @@
 Name[en_GB]=Telepathy Integration Module
 Name[es]=Módulo de integración con Telepathy
 Name[et]=Telepathy lõimimismoodul
+Name[eu]=Telepathy integratzeko modulua
 Name[fi]=Telepathy-integrointimoduuli
 Name[fr]=Module d'intégration Telepathy
 Name[ga]=Modúl Comhtháthaithe Telepathy
@@ -62,6 +63,7 @@
 Comment[en_GB]=Module providing deeper integration of Instant Messaging with 
KDE.
 Comment[es]=Módulo que provee de integración más profunda de la mensajería 
instantánea con KDE.
 Comment[et]=Moodul kiirsuhtluse tihedamaks lõimimiseks KDE-ga.
+Comment[eu]=KDEn bat-bateko mezularitza integrazio sakonagoa eskaintzen duen 
modulua.
 Comment[fi]=KDE:lle kiinteämmän integroinnin pikaviestintään tarjoava moduuli
 Comment[fr]=Module fournissant une intégration approfondie de la messagerie 
instantanée avec KDE.
 Comment[ga]=Modúl a dhéanann comhtháthú níos doimhne de Theachtaireachtaí 
Meandaracha in KDE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/ar/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/ar/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/ar/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/ar/kded_ktp_integration_module.po    
2019-08-09 02:48:30.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: ٢٠١٥-٠٤-٠٥ ١٨:١١+0300\n"
 "Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n"
 "Language-Team: Arabic <d...@arabeyes.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/bs/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/bs/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/bs/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/bs/kded_ktp_integration_module.po    
2019-08-09 02:48:30.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: bosnianuniversetranslation\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2014-10-23 23:11+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian <b...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/ca/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/ca/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/ca/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/ca/kded_ktp_integration_module.po    
2019-08-09 02:48:30.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kded_ktp_integration_module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-01-15 19:10+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/ca@valencia/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/ca@valencia/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/ca@valencia/kded_ktp_integration_module.po   
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/ca@valencia/kded_ktp_integration_module.po   
2019-08-09 02:48:30.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kded_ktp_integration_module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-01-15 19:10+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/cs/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/cs/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/cs/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/cs/kded_ktp_integration_module.po    
2019-08-09 02:48:30.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-04-13 15:58+0100\n"
 "Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/da/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/da/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/da/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/da/kded_ktp_integration_module.po    
2019-08-09 02:48:30.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2013-10-14 21:14+0200\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/de/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/de/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/de/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/de/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kded_ktp_integration_module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-12-02 21:14+0100\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/el/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/el/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/el/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/el/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kded_ktp_integration_module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2015-03-06 12:06+0200\n"
 "Last-Translator: Dimitris Kardarakos <dimk...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/en_GB/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/en_GB/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/en_GB/kded_ktp_integration_module.po 
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/en_GB/kded_ktp_integration_module.po 
2019-08-09 02:48:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-02-18 17:22+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/es/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/es/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/es/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/es/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-04-24 10:14+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/et/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/et/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/et/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/et/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2014-06-13 14:01+0300\n"
 "Last-Translator: Marek Laane <b...@smail.ee>\n"
 "Language-Team: Estonian <kde...@linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/eu/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/eu/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/eu/kded_ktp_integration_module.po    
1970-01-01 01:00:00.000000000 +0100
+++ new/ktp-kded-module-19.08.0/po/eu/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -0,0 +1,436 @@
+# Translation of kded_ktp_integration_module.po to Euskara/Basque (eu).
+# Copyright (C) 2018, This file is copyright:
+# This file is distributed under the same license as the ktp-kded-module 
package.
+# KDE euskaratzeko proiektuaren arduraduna <xa...@euskalnet.net>.
+#
+# Translators:
+# Gontzal M. Pujana <juc...@gmail.com>, 2018.
+# Iñigo Salvador Azurmendi <xa...@euskalnet.net>, 2019.
+msgid ""
+msgstr ""
+"Project-Id-Version: ktp-kded-module\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
+"PO-Revision-Date: 2019-07-12 22:34+0200\n"
+"Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n"
+"Language-Team: Basque <kde-i18n...@kde.org>\n"
+"Language: eu\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 19.04.3\n"
+
+#: config/telepathy-kded-config.cpp:39
+#, kde-format
+msgid ""
+"<p>Tokens can be used wherever a status message can be set to create a "
+"dynamic status message.</p>"
+msgstr ""
+"<p>Tokenak egoera mezu bat ezarri daitekeen edozein lekutan erabil daitezke "
+"egoera mezu dinamikoak sortzeko.</p>"
+
+#: config/telepathy-kded-config.cpp:40
+#, kde-format
+msgid ""
+"<p><strong>%tr+&lt;val&gt;</strong>: Countdown to 0 from <strong>&lt;val&gt;"
+"</strong> minutes. e.g. %tr+30</p>"
+msgstr ""
+"<p><strong>%tr+&lt;val&gt;</strong>: Atzekoz aurrera 0 arte zenbatu "
+"<strong>&lt;val&gt;</strong> minutuko baliotik. adib. %tr+30</p>"
+
+#: config/telepathy-kded-config.cpp:41
+#, kde-format
+msgid ""
+"<p><strong>%time+[&lt;val&gt;]</strong>: The current local time, or if a "
+"value is specified, the local time <strong>&lt;val&gt;</strong> minutes in "
+"the future. e.g. %time+10</p>"
+msgstr ""
+"<p><strong>%time+[&lt;val&gt;]</strong>: Uneko ordu lokala, edo balio bat "
+"zehaztuz gero, ordu lokala <strong>&lt;val&gt;</strong> minutu etorkizunean. "
+"adib. %time+10</p>"
+
+#: config/telepathy-kded-config.cpp:42
+#, kde-format
+msgid ""
+"<p><strong>%utc+[&lt;val&gt;]</strong>: The current UTC time, or if a value "
+"is specified, the UTC time <strong>&lt;val&gt;</strong> minutes into the "
+"future. e.g. %utc</p>"
+msgstr ""
+"<p><strong>%utc+[&lt;val&gt;]</strong>: Uneko UTC ordua, edo balio bat "
+"zehaztuz gero, UTC ordua <strong>&lt;val&gt;</strong> minutu etorkizunean. "
+"adib. %utc</p>"
+
+#: config/telepathy-kded-config.cpp:43
+#, kde-format
+msgid ""
+"<p><strong>%te+[&lt;val&gt;]</strong>: Time elapsed from message activation. "
+"Append an initial elapsed time &quot;&lt;val&gt;&quot; in minutes. e.g. %te"
+"+5</p>"
+msgstr ""
+"<p><strong>%te+[&lt;val&gt;]</strong>: Mezuaren aktibaziotik iragan den "
+"denbora. Erantsi hasierako iragandako denbora bat &quot;&lt;val&gt;&quot; "
+"minututan. adib. %te +5</p>"
+
+#: config/telepathy-kded-config.cpp:44
+#, kde-format
+msgid "<p><strong>%title</strong>: Now Playing track title.</p>"
+msgstr "<p><strong>%title</strong>: Orain jotzen ari den pistaren izena.</p>"
+
+#: config/telepathy-kded-config.cpp:45
+#, kde-format
+msgid "<p><strong>%artist</strong>: Now Playing track or album artist.</p>"
+msgstr ""
+"<p><strong>%artist</strong>: Orain jotzen ari den pistaren edo albumeko "
+"artista.</p>"
+
+#: config/telepathy-kded-config.cpp:46
+#, kde-format
+msgid "<p><strong>%album</strong>: Now Playing album.</p>"
+msgstr "<p><strong>%album:</strong>: Orain jotzen ari den albuma.</p>"
+
+#: config/telepathy-kded-config.cpp:47
+#, kde-format
+msgid "<p><strong>%track</strong>: Now Playing track number.</p>"
+msgstr "<p><strong>%track</strong>: Orain jotzen ari den pista zenbakia.</p>"
+
+#: config/telepathy-kded-config.cpp:48
+#, kde-format
+msgid ""
+"<p><strong>%um+[&lt;val&gt;]</strong>: When specified globally or in an "
+"account presence status message, overrides all automatic presence messages. "
+"When specified in an automatic presence status message, is substituted for "
+"the global or account presence status message (if specified). When "
+"<strong>val = g</strong> in an account presence status message or an "
+"automatic presence status message, overrides the account presence status "
+"message or automatic presence status message with the global presence status "
+"message. e.g. %um, %um+g</p>"
+msgstr ""
+"<p><strong>%um+[&lt;val&gt;]</strong>: Modu globalean edo kontuko presentzia "
+"egoera mezu batean zehazten denean, presentzia mezu automatiko guztiei "
+"gainezartzen zaie. Presentzia egoera mezu automatiko batean zehazten denean, "
+"modu globaleko edo kontuko presentzia egoera mezuagatik ordezkatzen da "
+"(zehaztua badago). Kontuko presentzia egoera mezu batean edo presentzia "
+"egoera mezu automatiko batean <strong>val  = g</strong> denean, kontuko "
+"presentzia egoera mezua edo presentzia egoera mezua automatikoa gainezartzen "
+"du modu globaleko presentzia egoera mezuarekin. adib. %um, %um+g</p>"
+
+#: config/telepathy-kded-config.cpp:49
+#, kde-format
+msgid ""
+"<p><strong>%tu+&lt;val&gt;</strong>: Refresh the status message every "
+"<strong>&lt;val&gt;</strong> minutes. e.g. %tu+2</p>"
+msgstr ""
+"<p><strong>%tu+&lt;val&gt;</strong>: Eguneratu egoera mezua <strong>&lt;"
+"val&gt;</strong> minuturo. adib. %tu+2</p>"
+
+#: config/telepathy-kded-config.cpp:50
+#, kde-format
+msgid ""
+"<p><strong>%tx+&lt;val&gt;</strong>: Expire the status message after "
+"<strong>&lt;val&gt;</strong> minutes, or when the Now Playing active player "
+"stops (<strong>val = np</strong>). e.g. %tx+20, %tx+np</p>"
+msgstr ""
+"<p><strong>%tx+&lt;val&gt;</strong>: Iraungi egoera mezua <strong>&lt;val&gt;"
+"</strong> minutu ostean, edo orain jotzen ari den jotzaile aktiboa gelditzen "
+"denean (<strong>val = np</strong>). adib. %tx+20, %tx+np</p>"
+
+#: config/telepathy-kded-config.cpp:51
+#, kde-format
+msgid ""
+"<p><strong>%xm+&quot;&lt;val&gt;&quot;</strong>: Specify a message to follow "
+"%tr, %time, %utc, and %tx token expiry. e.g. %xm+&quot;Back %time. %tx+3 %xm"
+"+&quot;Running late&quot;&quot;</p>"
+msgstr ""
+"<p><strong>%xm+&quot;&lt;val&gt;&quot;</strong>: Zehaztu mezu bat %tr, "
+"%time, %utc, eta %tx tokenen iraungitzea jarraitzeko. adib. %xm+&quot;Atzera "
+"%time. %tx+3 %xm+&quot;Berandutzen ari da&quot;&quot;</p>"
+
+#: config/telepathy-kded-config.cpp:52
+#, kde-format
+msgid ""
+"<p><strong>%tf+&quot;&lt;val&gt;&quot;</strong>: Specify the format for "
+"local time using QDateTime::toString() expressions. e.g. %tf+&quot;h:mm AP "
+"t&quot;</p>"
+msgstr ""
+"<p><strong>%tf+&quot;&lt;val&gt;&quot;</strong>: Zehaztu ordu lokalerako "
+"formatua QDateTime::toString() adierazpenak erabiliz. adib. %tf+&quot;h:mm "
+"AP t&quot;</p>"
+
+#: config/telepathy-kded-config.cpp:53
+#, kde-format
+msgid ""
+"<p><strong>%uf+&quot;&lt;val&gt;&quot;</strong>: Specify the format for UTC "
+"time using QDateTime::toString() expressions. e.g. %uf+&quot;hh:mm t&quot;</"
+"p>"
+msgstr ""
+"<p><strong>%uf+&quot;&lt;val&gt;&quot;</strong>: Zehaztu UTC ordurako "
+"formatua QDateTime::toString() adierazpenak erabiliz. adib. %uf+&quot;hh:mm "
+"t&quot;</p>"
+
+#: config/telepathy-kded-config.cpp:54
+#, kde-format
+msgid ""
+"<p><strong>%sp+&quot;&lt;val&gt;&quot;</strong>: Change the separator for "
+"empty fields. e.g. %sp+&quot;-&quot;</p>"
+msgstr ""
+"<p><strong>%sp+&quot;&lt;val&gt;&quot;</strong>: Aldatu eremu hutsetarako "
+"bereizlea. adib. %sp+&quot;-&quot;</p>"
+
+#: config/telepathy-kded-config.cpp:55
+#, kde-format
+msgid ""
+"<p>Using tokens requires the Telepathy KDED module to be loaded. Tokens can "
+"be escaped by prepending a backslash character, e.g. &#92;%sp</p>"
+msgstr ""
+"<p>Tokenen erabilerak Telepathy KDED modulua kargatuta egotea behar du. "
+"Tokenak ihestuak izan daitezke aurretik alderantzizko barra zeihar bat "
+"erantsita, adib. &#92;%sp</p>"
+
+#: config/telepathy-kded-config.cpp:74 config/telepathy-kded-config.cpp:77
+#, kde-format
+msgctxt ""
+"Unit after number in spinbox, denotes time unit 'minutes', keep the leading "
+"whitespace!"
+msgid " minutes"
+msgstr " minutu"
+
+#: config/telepathy-kded-config.cpp:79 config/telepathy-kded-config.cpp:80
+#: config/telepathy-kded-config.cpp:82
+#, kde-format
+msgid "Leave empty for no message"
+msgstr "Utzi hustik mezurik gabe uzteko"
+
+#: config/telepathy-kded-config.cpp:135
+#, kde-format
+msgctxt "This is the download directory in user's home"
+msgid "Downloads"
+msgstr "Deskargak"
+
+#. i18n: ectx: property (text), widget (QCheckBox, m_autoConnectCheckBox)
+#: config/telepathy-kded-config.ui:44
+#, kde-format
+msgid "Restore last presence on login"
+msgstr "Lehengoratu azkeneko presentzia saio-hastean"
+
+#. i18n: ectx: property (text), widget (QCheckBox, m_autoOfflineCheckBox)
+#: config/telepathy-kded-config.ui:51
+#, kde-format
+msgid "Go offline when closing the contact list"
+msgstr "Joan lineaz kanpo kontaktu zerrenda ixtean"
+
+#. i18n: ectx: property (title), widget (QGroupBox, autoAwayGroupBox)
+#: config/telepathy-kded-config.ui:61
+#, kde-format
+msgid "Auto away"
+msgstr "Automatikoki kanpoan"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: config/telepathy-kded-config.ui:70
+#, kde-format
+msgid "Set my status to:"
+msgstr "Ezarri nire egoera honetara:"
+
+#. i18n: ectx: property (text), widget (QCheckBox, m_awayCheckBox)
+#: config/telepathy-kded-config.ui:81
+#, kde-format
+msgid "Away"
+msgstr "Kanpoan"
+
+#. i18n: ectx: property (text), widget (QLabel, m_awayMinsLabel)
+#: config/telepathy-kded-config.ui:110
+#, kde-format
+msgid "After:"
+msgstr "Hau iraganda:"
+
+#. i18n: ectx: property (text), widget (QLabel, m_awayInactivityLabel)
+#. i18n: ectx: property (text), widget (QLabel, m_xaInactivityLabel)
+#: config/telepathy-kded-config.ui:142 config/telepathy-kded-config.ui:244
+#, kde-format
+msgid "of inactivity"
+msgstr "jarduerarik gabe"
+
+#. i18n: ectx: property (text), widget (QLabel, m_awayMessageLabel)
+#. i18n: ectx: property (text), widget (QLabel, m_screenSaverAwayLabel)
+#: config/telepathy-kded-config.ui:153 config/telepathy-kded-config.ui:313
+#, kde-format
+msgid "With &message:"
+msgstr "&Mezu honekin:"
+
+#. i18n: ectx: property (text), widget (QCheckBox, m_xaCheckBox)
+#: config/telepathy-kded-config.ui:180
+#, kde-format
+msgid "Not available"
+msgstr "Ez erabilgarri"
+
+#. i18n: ectx: property (text), widget (QLabel, m_xaMinsLabel)
+#: config/telepathy-kded-config.ui:212
+#, kde-format
+msgid "Aft&er:"
+msgstr "Hau i&garota:"
+
+#. i18n: ectx: property (text), widget (QLabel, m_xaMessageLabel)
+#: config/telepathy-kded-config.ui:255
+#, kde-format
+msgid "With messa&ge:"
+msgstr "Me&zu honekin:"
+
+#. i18n: ectx: property (text), widget (QCheckBox, m_screenSaverAwayCheckBox)
+#: config/telepathy-kded-config.ui:286
+#, kde-format
+msgid "Set my status to Away when the screen saver is activated"
+msgstr "Ezarri nire egoera Kanpoan gisa pantaila-babeslea aktibatzen denean"
+
+#. i18n: ectx: property (title), widget (QGroupBox, incomingFilesGroupBox)
+#: config/telepathy-kded-config.ui:336
+#, kde-format
+msgid "Incoming files"
+msgstr "Sarrerako fitxategiak"
+
+#. i18n: ectx: property (text), widget (QLabel, m_downloadUrlLabel)
+#: config/telepathy-kded-config.ui:347
+#, kde-format
+msgid "Download folder:"
+msgstr "Deskarga karpeta:"
+
+#. i18n: ectx: property (text), widget (QCheckBox, m_downloadUrlCheckBox)
+#: config/telepathy-kded-config.ui:360
+#, kde-format
+msgid "Always Ask"
+msgstr "Galdetu beti"
+
+#. i18n: ectx: property (toolTip), widget (KUrlRequester, 
m_downloadUrlRequester)
+#. i18n: ectx: property (whatsThis), widget (KUrlRequester, 
m_downloadUrlRequester)
+#: config/telepathy-kded-config.ui:367 config/telepathy-kded-config.ui:370
+#, kde-format
+msgid "This is the folder where received files will be saved."
+msgstr "Hau da jasotako fitxategiak gordeko dituen karpeta."
+
+#. i18n: ectx: property (text), widget (QCheckBox, m_autoAcceptCheckBox)
+#: config/telepathy-kded-config.ui:379
+#, kde-format
+msgid "Automatically accept file transfers"
+msgstr "Automatikoki onartu fitxategi transferentziak"
+
+#: contact-request-handler.cpp:180
+#, kde-format
+msgid "New contact request"
+msgstr "Kontaktu eskaera berria"
+
+#: contact-request-handler.cpp:181
+#, kde-format
+msgid "The contact %1 wants to be able to chat with you."
+msgstr "%1 kontaktuak zurekin berriketan aritzeko gai izan nahi du."
+
+#: contact-request-handler.cpp:198
+#, kde-format
+msgid "Error adding contact"
+msgstr "Errorea kontaktua gehitzerakoan"
+
+#: contact-request-handler.cpp:199
+#, kde-format
+msgid ""
+"%1 has been added successfully to your contact list, but might be unable to "
+"see when you are online. Error details: %2"
+msgstr ""
+"%1 zure kontaktu zerrendara ondo gehitu da, baina badaiteke linean noiz "
+"zauden ezin ikustea. Errorearen xehetasunak: %2"
+
+#: contact-request-handler.cpp:285
+#, kde-format
+msgid "Error granting contact authorization"
+msgstr "Errorea kontaktuari baimen-ematean"
+
+#: contact-request-handler.cpp:286
+#, kde-format
+msgid "There was an error while accepting the request: %1"
+msgstr "Errore bat gertatu da eskaera onartzerakoan: %1"
+
+#: contact-request-handler.cpp:296
+#, kde-format
+msgid "Contact request accepted"
+msgstr "Kontaktu eskaera onartu da"
+
+#: contact-request-handler.cpp:297
+#, kde-format
+msgid "%1 will now be able to see when you are online"
+msgstr "%1 orain linean noiz zauden ikusteko gai izango da"
+
+#: contact-request-handler.cpp:364
+#, kde-format
+msgid "Error denying contact request"
+msgstr "Errorea kontaktu eskaera ukatzean"
+
+#: contact-request-handler.cpp:365
+#, kde-format
+msgid "There was an error while denying the request: %1"
+msgstr "Errore bat gertatu da eskaera ukatzean: %1"
+
+#: contact-request-handler.cpp:374
+#, kde-format
+msgid "Contact request denied"
+msgstr "Kontaktu eskaera ukatu da"
+
+#: contact-request-handler.cpp:375
+#, kde-format
+msgid "%1 will not be able to see when you are online"
+msgstr "%1-ek ezingo du ikusi linean noiz zauden"
+
+#: contact-request-handler.cpp:392
+#, kde-format
+msgctxt "Menu title"
+msgid "Pending contact requests"
+msgstr "Onartzeko zain dauden kontaktu eskaerak"
+
+#: contact-request-handler.cpp:396
+#, kde-format
+msgctxt "Context menu title"
+msgid "Received contact requests"
+msgstr "Kontaktu eskaerak jaso dira"
+
+#: contact-request-handler.cpp:417
+#, kde-format
+msgid "Request from %1"
+msgstr "Eskaera %1-(r)engandik"
+
+#: contact-request-handler.cpp:422
+#, kde-format
+msgid "Contact Details"
+msgstr "Kontaktu xehetasunak"
+
+#: contact-request-handler.cpp:436
+#, kde-format
+msgid "Approve"
+msgstr "Onartu"
+
+#: contact-request-handler.cpp:442
+#, kde-format
+msgid "Deny"
+msgstr "Ukatu"
+
+#: contact-request-handler.cpp:469
+#, kde-format
+msgid "You have 1 contact wanting to chat with you"
+msgid_plural "You have %1 contacts wanting to chat with you"
+msgstr[0] "Kontaktu 1 daukazu zurekin berriketa egin nahian"
+msgstr[1] "%1 kontaktu dituzu zurekin berriketa egin nahian"
+
+#: contactnotify.cpp:65
+#, kde-format
+msgctxt "%1 is the contact name, %2 is the presence name"
+msgid "%1 is now %2"
+msgstr "%1 orain %2 dago"
+
+#: error-handler.cpp:141
+#, kde-format
+msgctxt "%1 is the account name"
+msgid "Could not connect %1. There was a network error, check your connection"
+msgstr ""
+"Ezin izan da %1 konektatu. Sare errore bat gertatu da, egiaztatu zure "
+"konexioa"
+
+#: error-handler.cpp:148 error-handler.cpp:150
+#, kde-format
+msgctxt "%1 is the account name, %2 the error message"
+msgid "There was a problem while trying to connect %1 - %2"
+msgstr "Arazo bat gertatu da %1 konektatzen saiatzerakoan - %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/fi/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/fi/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/fi/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/fi/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kded_ktp_integration_module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-02-26 10:48+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/fr/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/fr/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/fr/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/fr/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kded_ktp_integration_module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-06-08 16:05+0800\n"
 "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/ga/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/ga/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/ga/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/ga/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kded_ktp_integration_module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2011-12-28 12:28-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/gl/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/gl/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/gl/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/gl/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2019-03-03 20:10+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
@@ -19,10 +19,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 18.12.2\n"
-"X-Environment: kde\n"
-"X-Accelerator-Marker: &\n"
-"X-Text-Markup: kde4\n"
 
 #: config/telepathy-kded-config.cpp:39
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/hu/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/hu/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/hu/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/hu/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2013-10-23 10:52+0200\n"
 "Last-Translator: Balázs Úr <urbal...@gmail.com>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/ia/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/ia/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/ia/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/ia/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2013-10-10 13:39+0200\n"
 "Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/it/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/it/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/it/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/it/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kded_ktp_integration_module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2013-10-09 09:33+0200\n"
 "Last-Translator: Pino Toscano <toscano.p...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/ja/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/ja/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/ja/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/ja/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: telepathy-kded-module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2011-12-04 13:34-0800\n"
 "Last-Translator: Japanese KDE translation team <kde...@kde.org>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/kk/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/kk/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/kk/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/kk/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2013-09-25 04:17+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/km/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/km/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/km/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/km/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kded_ktp_integration_module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2012-07-03 08:13+0700\n"
 "Last-Translator: Sophea <sop...@khmeros.info>\n"
 "Language-Team: Khmer <>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/ko/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/ko/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/ko/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/ko/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-08-17 15:44+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/lt/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/lt/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/lt/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/lt/kded_ktp_integration_module.po    
2019-08-09 02:48:31.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: l 10n\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2013-04-11 20:26+0300\n"
 "Last-Translator: Liudas Ališauskas <liudas.alisaus...@gmail.com>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/mr/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/mr/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/mr/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/mr/kded_ktp_integration_module.po    
2019-08-09 02:48:32.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2013-03-11 17:27+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/nb/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/nb/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/nb/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/nb/kded_ktp_integration_module.po    
2019-08-09 02:48:32.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2014-01-12 14:21+0100\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/nds/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/nds/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/nds/kded_ktp_integration_module.po   
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/nds/kded_ktp_integration_module.po   
2019-08-09 02:48:32.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: telepathy-kded-module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2014-06-29 22:22+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/nl/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/nl/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/nl/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/nl/kded_ktp_integration_module.po    
2019-08-09 02:48:32.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-01-16 00:13+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/nn/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/nn/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/nn/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/nn/kded_ktp_integration_module.po    
2019-08-09 02:48:32.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-07-03 09:54+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/pa/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/pa/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/pa/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/pa/kded_ktp_integration_module.po    
2019-08-09 02:48:32.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2013-05-04 22:17+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <punjabi-us...@lists.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/pl/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/pl/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/pl/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/pl/kded_ktp_integration_module.po    
2019-08-09 02:48:32.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-01-28 07:06+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/pt/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/pt/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/pt/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/pt/kded_ktp_integration_module.po    
2019-08-09 02:48:32.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: telepathy-kded-module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-01-14 11:42+0000\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/pt_BR/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/pt_BR/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/pt_BR/kded_ktp_integration_module.po 
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/pt_BR/kded_ktp_integration_module.po 
2019-08-09 02:48:32.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kded_ktp_integration_module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-07-28 00:39-0300\n"
 "Last-Translator: André Marcelo Alvarenga <alvare...@kde.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/ro/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/ro/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/ro/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/ro/kded_ktp_integration_module.po    
2019-08-09 02:48:32.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2015-04-26 13:58+0300\n"
 "Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/ru/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/ru/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/ru/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/ru/kded_ktp_integration_module.po    
2019-08-09 02:48:32.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2015-04-27 05:58+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/sk/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/sk/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/sk/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/sk/kded_ktp_integration_module.po    
2019-08-09 02:48:32.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kded_ktp_integration_module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2014-03-13 20:45+0100\n"
 "Last-Translator: Roman Paholík <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/sl/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/sl/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/sl/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/sl/kded_ktp_integration_module.po    
2019-08-09 02:48:32.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-01-15 17:36+0100\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/sv/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/sv/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/sv/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/sv/kded_ktp_integration_module.po    
2019-08-09 02:48:32.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-01-15 20:20+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/tr/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/tr/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/tr/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/tr/kded_ktp_integration_module.po    
2019-08-09 02:48:33.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: extragear-network-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2014-06-08 13:51+0000\n"
 "Last-Translator: Volkan Gezer <volkange...@gmail.com>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/extragear-";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/ug/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/ug/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/ug/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/ug/kded_ktp_integration_module.po    
2019-08-09 02:48:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kded_ktp_integration_module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2013-09-08 07:04+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/uk/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/uk/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/uk/kded_ktp_integration_module.po    
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/uk/kded_ktp_integration_module.po    
2019-08-09 02:48:33.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kded_ktp_integration_module\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-01-14 11:33+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/zh_CN/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/zh_CN/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/zh_CN/kded_ktp_integration_module.po 
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/zh_CN/kded_ktp_integration_module.po 
2019-08-09 02:48:33.000000000 +0200
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
-"PO-Revision-Date: 2019-06-02 13:16\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
+"PO-Revision-Date: 2019-07-18 15:11\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-19.04.2/po/zh_TW/kded_ktp_integration_module.po 
new/ktp-kded-module-19.08.0/po/zh_TW/kded_ktp_integration_module.po
--- old/ktp-kded-module-19.04.2/po/zh_TW/kded_ktp_integration_module.po 
2019-06-04 02:14:43.000000000 +0200
+++ new/ktp-kded-module-19.08.0/po/zh_TW/kded_ktp_integration_module.po 
2019-08-09 02:48:33.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2018-04-18 11:22+0800\n"
 "Last-Translator: Jeff Huang <s8321...@gmail.com>\n"
 "Language-Team: Chinese <kde-i18n-...@kde.org>\n"


Reply via email to