Hello community,
here is the log from the commit of package kmail-account-wizard for
openSUSE:Factory checked in at 2019-06-13 22:49:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmail-account-wizard (Old)
and /work/SRC/openSUSE:Factory/.kmail-account-wizard.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmail-account-wizard"
Thu Jun 13 22:49:41 2019 rev:32 rq:708628 version:19.04.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/kmail-account-wizard/kmail-account-wizard.changes
2019-05-14 13:21:34.430074751 +0200
+++
/work/SRC/openSUSE:Factory/.kmail-account-wizard.new.4811/kmail-account-wizard.changes
2019-06-13 22:49:42.468034285 +0200
@@ -1,0 +2,9 @@
+Fri Jun 07 12:51:54 UTC 2019 - [email protected]
+
+- Update to 19.04.2
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-19.04.2.php
+- No code changes since 19.04.1
+
+-------------------------------------------------------------------
Old:
----
kmail-account-wizard-19.04.1.tar.xz
New:
----
kmail-account-wizard-19.04.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kmail-account-wizard.spec ++++++
--- /var/tmp/diff_new_pack.Rkoxg8/_old 2019-06-13 22:49:42.968034056 +0200
+++ /var/tmp/diff_new_pack.Rkoxg8/_new 2019-06-13 22:49:42.972034054 +0200
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: kmail-account-wizard
-Version: 19.04.1
+Version: 19.04.2
Release: 0
Summary: Account wizard for KMail
License: GPL-2.0-or-later AND LGPL-2.1-or-later
++++++ kmail-account-wizard-19.04.1.tar.xz ->
kmail-account-wizard-19.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/CMakeLists.txt
new/kmail-account-wizard-19.04.2/CMakeLists.txt
--- old/kmail-account-wizard-19.04.1/CMakeLists.txt 2019-05-07
02:42:32.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/CMakeLists.txt 2019-06-04
02:17:28.000000000 +0200
@@ -1,4 +1,4 @@
-set(KDEPIM_VERSION_NUMBER "5.11.1")
+set(KDEPIM_VERSION_NUMBER "5.11.2")
cmake_minimum_required(VERSION 3.5)
project(kmail-account-wizard VERSION ${KDEPIM_VERSION_NUMBER})
@@ -37,22 +37,22 @@
set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
-set(AKONADI_MIMELIB_VERSION "5.11.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.11.1")
-set(KLDAP_LIB_VERSION "5.11.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.11.1")
-set(AKONADI_VERSION "5.11.1")
-set(KIMAP_LIB_VERSION "5.11.1")
-set(AKONADI_MIMELIB_VERSION "5.11.1")
+set(AKONADI_MIMELIB_VERSION "5.11.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.11.2")
+set(KLDAP_LIB_VERSION "5.11.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.11.2")
+set(AKONADI_VERSION "5.11.2")
+set(KIMAP_LIB_VERSION "5.11.2")
+set(AKONADI_MIMELIB_VERSION "5.11.2")
set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
set(KDEPIM_LIB_SOVERSION "5")
set(QT_REQUIRED_VERSION "5.10.0")
find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Xml DBus Test)
-set(PIMCOMMON_LIB_VERSION_LIB "5.11.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.11.1")
-set(LIBKLEO_LIB_VERSION_LIB "5.11.1")
+set(PIMCOMMON_LIB_VERSION_LIB "5.11.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.11.2")
+set(LIBKLEO_LIB_VERSION_LIB "5.11.2")
# Find KF5 package
find_package(KF5Wallet ${KF5_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/ar/accountwizard.po
new/kmail-account-wizard-19.04.2/po/ar/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/ar/accountwizard.po 2019-05-07
02:41:35.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ar/accountwizard.po 2019-06-04
02:17:25.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2018-01-30 18:19+0300\n"
"Last-Translator: Safa Alfulaij <[email protected]>\n"
"Language-Team: Arabic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/ar/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/ar/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/ar/accountwizard_tine20.po
2019-05-07 02:41:35.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ar/accountwizard_tine20.po
2019-06-04 02:17:25.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2018-01-22 18:53+0300\n"
"Last-Translator: Safa Alfulaij <[email protected]>\n"
"Language-Team: Arabic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/bs/accountwizard.po
new/kmail-account-wizard-19.04.2/po/bs/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/bs/accountwizard.po 2019-05-07
02:41:37.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/bs/accountwizard.po 2019-06-04
02:17:25.000000000 +0200
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard.po\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-03 21:01+0000\n"
"Last-Translator: Adna Rakić <[email protected]>\n"
"Language-Team: bs <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/bs/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/bs/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/bs/accountwizard_tine20.po
2019-05-07 02:41:37.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/bs/accountwizard_tine20.po
2019-06-04 02:17:25.000000000 +0200
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: bosnianuniversetranslation\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2012-09-03 17:56+0000\n"
"Last-Translator: Samir Ribić <Unknown>\n"
"Language-Team: Bosnian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/ca/accountwizard.po
new/kmail-account-wizard-19.04.2/po/ca/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/ca/accountwizard.po 2019-05-07
02:41:39.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ca/accountwizard.po 2019-06-04
02:17:25.000000000 +0200
@@ -9,8 +9,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2018-12-31 12:58+0100\n"
"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/ca/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/ca/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/ca/accountwizard_tine20.po
2019-05-07 02:41:41.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ca/accountwizard_tine20.po
2019-06-04 02:17:25.000000000 +0200
@@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-17 22:31+0100\n"
"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/ca@valencia/accountwizard.po
new/kmail-account-wizard-19.04.2/po/ca@valencia/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/ca@valencia/accountwizard.po
2019-05-07 02:41:42.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ca@valencia/accountwizard.po
2019-06-04 02:17:25.000000000 +0200
@@ -9,8 +9,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2018-12-31 12:58+0100\n"
"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/ca@valencia/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/ca@valencia/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/ca@valencia/accountwizard_tine20.po
2019-05-07 02:41:43.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ca@valencia/accountwizard_tine20.po
2019-06-04 02:17:25.000000000 +0200
@@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-17 22:31+0100\n"
"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/cs/accountwizard.po
new/kmail-account-wizard-19.04.2/po/cs/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/cs/accountwizard.po 2019-05-07
02:41:44.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/cs/accountwizard.po 2019-06-04
02:17:25.000000000 +0200
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2018-06-15 15:05+0100\n"
"Last-Translator: Vit Pelcak <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/cs/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/cs/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/cs/accountwizard_tine20.po
2019-05-07 02:41:44.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/cs/accountwizard_tine20.po
2019-06-04 02:17:25.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-12-20 15:43+0100\n"
"Last-Translator: Vít Pelčák <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/da/accountwizard.po
new/kmail-account-wizard-19.04.2/po/da/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/da/accountwizard.po 2019-05-07
02:41:45.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/da/accountwizard.po 2019-06-04
02:17:25.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2017-03-22 17:42+0100\n"
"Last-Translator: Martin Schlander <[email protected]>\n"
"Language-Team: Danish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/da/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/da/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/da/accountwizard_tine20.po
2019-05-07 02:41:45.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/da/accountwizard_tine20.po
2019-06-04 02:17:25.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-27 19:49+0100\n"
"Last-Translator: Martin Schlander <[email protected]>\n"
"Language-Team: Danish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/de/accountwizard.po
new/kmail-account-wizard-19.04.2/po/de/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/de/accountwizard.po 2019-05-07
02:41:47.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/de/accountwizard.po 2019-06-04
02:17:25.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2019-01-07 06:55+0100\n"
"Last-Translator: Burkhard Lück <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/de/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/de/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/de/accountwizard_tine20.po
2019-05-07 02:41:47.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/de/accountwizard_tine20.po
2019-06-04 02:17:25.000000000 +0200
@@ -3,8 +3,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-14 05:32+0100\n"
"Last-Translator: Burkhard Lück <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/el/accountwizard.po
new/kmail-account-wizard-19.04.2/po/el/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/el/accountwizard.po 2019-05-07
02:41:48.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/el/accountwizard.po 2019-06-04
02:17:25.000000000 +0200
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-04-25 11:09+0300\n"
"Last-Translator: Dimitris Kardarakos <[email protected]>\n"
"Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/el/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/el/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/el/accountwizard_tine20.po
2019-05-07 02:41:48.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/el/accountwizard_tine20.po
2019-06-04 02:17:25.000000000 +0200
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-03-03 21:22+0200\n"
"Last-Translator: Dimitris Kardarakos <[email protected]>\n"
"Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/en_GB/accountwizard.po
new/kmail-account-wizard-19.04.2/po/en_GB/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/en_GB/accountwizard.po 2019-05-07
02:41:49.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/en_GB/accountwizard.po 2019-06-04
02:17:25.000000000 +0200
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2019-03-24 20:56+0000\n"
"Last-Translator: Steve Allewell <[email protected]>\n"
"Language-Team: British English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/en_GB/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/en_GB/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/en_GB/accountwizard_tine20.po
2019-05-07 02:41:49.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/en_GB/accountwizard_tine20.po
2019-06-04 02:17:26.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-06-18 23:01+0100\n"
"Last-Translator: Steve Allewell <[email protected]>\n"
"Language-Team: British English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/eo/accountwizard.po
new/kmail-account-wizard-19.04.2/po/eo/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/eo/accountwizard.po 2019-05-07
02:41:50.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/eo/accountwizard.po 2019-06-04
02:17:26.000000000 +0200
@@ -4,8 +4,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2010-06-20 20:01+0200\n"
"Last-Translator: Axel Rousseau <[email protected]>\n"
"Language-Team: esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/es/accountwizard.po
new/kmail-account-wizard-19.04.2/po/es/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/es/accountwizard.po 2019-05-07
02:41:51.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/es/accountwizard.po 2019-06-04
02:17:26.000000000 +0200
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2019-01-04 22:57+0100\n"
"Last-Translator: Javier Vinal <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/es/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/es/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/es/accountwizard_tine20.po
2019-05-07 02:41:51.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/es/accountwizard_tine20.po
2019-06-04 02:17:26.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-18 11:31+0100\n"
"Last-Translator: Javier Vinal <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/et/accountwizard.po
new/kmail-account-wizard-19.04.2/po/et/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/et/accountwizard.po 2019-05-07
02:41:52.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/et/accountwizard.po 2019-06-04
02:17:26.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2016-12-09 20:19+0200\n"
"Last-Translator: Marek Laane <[email protected]>\n"
"Language-Team: Estonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/et/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/et/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/et/accountwizard_tine20.po
2019-05-07 02:41:52.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/et/accountwizard_tine20.po
2019-06-04 02:17:26.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-06-04 02:29+0300\n"
"Last-Translator: Marek Laane <[email protected]>\n"
"Language-Team: Estonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/fi/accountwizard.po
new/kmail-account-wizard-19.04.2/po/fi/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/fi/accountwizard.po 2019-05-07
02:41:55.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/fi/accountwizard.po 2019-06-04
02:17:26.000000000 +0200
@@ -9,8 +9,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2019-02-19 11:25+0200\n"
"Last-Translator: Tommi Nieminen <[email protected]>\n"
"Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/fi/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/fi/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/fi/accountwizard_tine20.po
2019-05-07 02:41:55.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/fi/accountwizard_tine20.po
2019-06-04 02:17:26.000000000 +0200
@@ -4,8 +4,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-16 00:39+0200\n"
"Last-Translator: Lasse Liehu <[email protected]>\n"
"Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/fr/accountwizard.po
new/kmail-account-wizard-19.04.2/po/fr/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/fr/accountwizard.po 2019-05-07
02:41:56.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/fr/accountwizard.po 2019-06-04
02:17:26.000000000 +0200
@@ -10,8 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2019-01-27 23:30+0800\n"
"Last-Translator: Simon Depiets <[email protected]>\n"
"Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/fr/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/fr/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/fr/accountwizard_tine20.po
2019-05-07 02:41:56.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/fr/accountwizard_tine20.po
2019-06-04 02:17:26.000000000 +0200
@@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-16 22:31+0100\n"
"Last-Translator: Sebastien Renard <[email protected]>\n"
"Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/ga/accountwizard.po
new/kmail-account-wizard-19.04.2/po/ga/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/ga/accountwizard.po 2019-05-07
02:41:57.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ga/accountwizard.po 2019-06-04
02:17:26.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2010-03-18 00:57-0500\n"
"Last-Translator: Kevin Scannell <[email protected]>\n"
"Language-Team: Irish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/ga/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/ga/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/ga/accountwizard_tine20.po
2019-05-07 02:41:57.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ga/accountwizard_tine20.po
2019-06-04 02:17:26.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2012-07-31 09:30-0500\n"
"Last-Translator: Kevin Scannell <[email protected]>\n"
"Language-Team: Irish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/gl/accountwizard.po
new/kmail-account-wizard-19.04.2/po/gl/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/gl/accountwizard.po 2019-05-07
02:41:59.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/gl/accountwizard.po 2019-06-04
02:17:26.000000000 +0200
@@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2019-02-14 20:11+0100\n"
"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
"Language-Team: Galician <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/gl/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/gl/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/gl/accountwizard_tine20.po
2019-05-07 02:41:59.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/gl/accountwizard_tine20.po
2019-06-04 02:17:26.000000000 +0200
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-16 23:31+0100\n"
"Last-Translator: Marce Villarino <[email protected]>\n"
"Language-Team: Galician <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/he/accountwizard.po
new/kmail-account-wizard-19.04.2/po/he/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/he/accountwizard.po 2019-05-07
02:41:59.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/he/accountwizard.po 2019-06-04
02:17:26.000000000 +0200
@@ -2,8 +2,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2017-05-17 01:16-0400\n"
"Last-Translator: Elkana Bardugo <[email protected]>\n"
"Language-Team: Hebrew\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/hu/accountwizard.po
new/kmail-account-wizard-19.04.2/po/hu/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/hu/accountwizard.po 2019-05-07
02:42:01.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/hu/accountwizard.po 2019-06-04
02:17:26.000000000 +0200
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-01-20 22:02+0100\n"
"Last-Translator: Balázs Úr <[email protected]>\n"
"Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/hu/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/hu/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/hu/accountwizard_tine20.po
2019-05-07 02:42:01.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/hu/accountwizard_tine20.po
2019-06-04 02:17:26.000000000 +0200
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-01-20 22:03+0100\n"
"Last-Translator: Balázs Úr <[email protected]>\n"
"Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/ia/accountwizard.po
new/kmail-account-wizard-19.04.2/po/ia/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/ia/accountwizard.po 2019-05-07
02:42:02.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ia/accountwizard.po 2019-06-04
02:17:26.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-12-06 14:44+0100\n"
"Last-Translator: G.Sora <[email protected]>\n"
"Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/ia/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/ia/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/ia/accountwizard_tine20.po
2019-05-07 02:42:02.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ia/accountwizard_tine20.po
2019-06-04 02:17:26.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-14 12:33+0100\n"
"Last-Translator: G.Sora <[email protected]>\n"
"Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/it/accountwizard.po
new/kmail-account-wizard-19.04.2/po/it/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/it/accountwizard.po 2019-05-07
02:42:04.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/it/accountwizard.po 2019-06-04
02:17:26.000000000 +0200
@@ -1,13 +1,13 @@
# translation of accountwizard.po to Italian
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the accountwizard package.
-# Luigi Toscano <[email protected]>, 2010, 2012, 2013, 2014, 2015,
2016, 2017, 2018.
+# Luigi Toscano <[email protected]>, 2010, 2012, 2013, 2014, 2015,
2016, 2017, 2018, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2018-12-31 14:09+0100\n"
"Last-Translator: Luigi Toscano <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/it/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/it/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/it/accountwizard_tine20.po
2019-05-07 02:42:04.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/it/accountwizard_tine20.po
2019-06-04 02:17:26.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-17 16:45+0100\n"
"Last-Translator: Luigi Toscano <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/ja/accountwizard.po
new/kmail-account-wizard-19.04.2/po/ja/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/ja/accountwizard.po 2019-05-07
02:42:05.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ja/accountwizard.po 2019-06-04
02:17:27.000000000 +0200
@@ -2,8 +2,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2010-10-22 23:45-0700\n"
"Last-Translator: Fumiaki Okushi <[email protected]>\n"
"Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/ja/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/ja/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/ja/accountwizard_tine20.po
2019-05-07 02:42:05.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ja/accountwizard_tine20.po
2019-06-04 02:17:27.000000000 +0200
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2012-05-17 22:23-0700\n"
"Last-Translator: Japanese KDE translation team <[email protected]>\n"
"Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/kk/accountwizard.po
new/kmail-account-wizard-19.04.2/po/kk/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/kk/accountwizard.po 2019-05-07
02:42:06.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/kk/accountwizard.po 2019-06-04
02:17:27.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-09-22 04:25+0600\n"
"Last-Translator: Sairan Kikkarin <[email protected]>\n"
"Language-Team: Kazakh <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/kk/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/kk/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/kk/accountwizard_tine20.po
2019-05-07 02:42:06.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/kk/accountwizard_tine20.po
2019-06-04 02:17:27.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-18 04:29+0600\n"
"Last-Translator: Sairan Kikkarin <[email protected]>\n"
"Language-Team: Kazakh <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/km/accountwizard.po
new/kmail-account-wizard-19.04.2/po/km/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/km/accountwizard.po 2019-05-07
02:42:07.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/km/accountwizard.po 2019-06-04
02:17:27.000000000 +0200
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2012-07-09 11:22+0700\n"
"Last-Translator: Khoem Sokhem <[email protected]>\n"
"Language-Team: Khmer <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/km/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/km/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/km/accountwizard_tine20.po
2019-05-07 02:42:07.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/km/accountwizard_tine20.po
2019-06-04 02:17:27.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2012-06-11 14:48+0700\n"
"Last-Translator: Khoem Sokhem <[email protected]>\n"
"Language-Team: Khmer\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/ko/accountwizard.po
new/kmail-account-wizard-19.04.2/po/ko/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/ko/accountwizard.po 2019-05-07
02:42:08.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ko/accountwizard.po 2019-06-04
02:17:27.000000000 +0200
@@ -5,11 +5,11 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
-"PO-Revision-Date: 2019-04-22 01:30+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
+"PO-Revision-Date: 2019-05-07 22:54+0200\n"
"Last-Translator: Shinjo Park <[email protected]>\n"
-"Language-Team: Korean <[email protected]>\n"
+"Language-Team: Korean <[email protected]>\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +20,7 @@
#, kde-format
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
-msgstr "Shinjo Park"
+msgstr "박신조"
#, kde-format
msgctxt "EMAIL OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/ko/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/ko/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/ko/accountwizard_tine20.po
2019-05-07 02:42:08.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ko/accountwizard_tine20.po
2019-06-04 02:17:27.000000000 +0200
@@ -5,11 +5,11 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-03-01 01:35+0900\n"
"Last-Translator: Shinjo Park <[email protected]>\n"
-"Language-Team: Korean <[email protected]>\n"
+"Language-Team: Korean <[email protected]>\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/lt/accountwizard.po
new/kmail-account-wizard-19.04.2/po/lt/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/lt/accountwizard.po 2019-05-07
02:42:10.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/lt/accountwizard.po 2019-06-04
02:17:27.000000000 +0200
@@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2015-12-29 20:26+0200\n"
"Last-Translator: Mindaugas Baranauskas <[email protected]>\n"
"Language-Team: lt <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/lt/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/lt/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/lt/accountwizard_tine20.po
2019-05-07 02:42:10.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/lt/accountwizard_tine20.po
2019-06-04 02:17:27.000000000 +0200
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: l 10n\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-11-10 19:15+0200\n"
"Last-Translator: Liudas Ališauskas <[email protected]>\n"
"Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/lv/accountwizard.po
new/kmail-account-wizard-19.04.2/po/lv/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/lv/accountwizard.po 2019-05-07
02:42:11.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/lv/accountwizard.po 2019-06-04
02:17:27.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2011-07-13 01:26+0300\n"
"Last-Translator: Einars Sprugis <[email protected]>\n"
"Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/mr/accountwizard.po
new/kmail-account-wizard-19.04.2/po/mr/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/mr/accountwizard.po 2019-05-07
02:42:12.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/mr/accountwizard.po 2019-06-04
02:17:27.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-03-15 11:14+0530\n"
"Last-Translator: Chetan Khona <[email protected]>\n"
"Language-Team: Marathi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/mr/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/mr/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/mr/accountwizard_tine20.po
2019-05-07 02:42:12.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/mr/accountwizard_tine20.po
2019-06-04 02:17:27.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-03-20 14:22+0530\n"
"Last-Translator: Chetan Khona <[email protected]>\n"
"Language-Team: Marathi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/nb/accountwizard.po
new/kmail-account-wizard-19.04.2/po/nb/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/nb/accountwizard.po 2019-05-07
02:42:12.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/nb/accountwizard.po 2019-06-04
02:17:27.000000000 +0200
@@ -4,8 +4,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-01-12 10:27+0100\n"
"Last-Translator: Bjørn Steensrud <[email protected]>\n"
"Language-Team: Norwegian Bokmål <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/nb/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/nb/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/nb/accountwizard_tine20.po
2019-05-07 02:42:12.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/nb/accountwizard_tine20.po
2019-06-04 02:17:27.000000000 +0200
@@ -4,8 +4,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2012-08-19 18:38+0200\n"
"Last-Translator: Bjørn Steensrud <[email protected]>\n"
"Language-Team: Norwegian Bokmål <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/nds/accountwizard.po
new/kmail-account-wizard-19.04.2/po/nds/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/nds/accountwizard.po 2019-05-07
02:42:13.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/nds/accountwizard.po 2019-06-04
02:17:27.000000000 +0200
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-03-31 23:39+0200\n"
"Last-Translator: Sönke Dibbern <[email protected]>\n"
"Language-Team: Low Saxon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/nds/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/nds/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/nds/accountwizard_tine20.po
2019-05-07 02:42:13.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/nds/accountwizard_tine20.po
2019-06-04 02:17:27.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-03-11 23:26+0100\n"
"Last-Translator: Sönke Dibbern <[email protected]>\n"
"Language-Team: Low Saxon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/nl/accountwizard.po
new/kmail-account-wizard-19.04.2/po/nl/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/nl/accountwizard.po 2019-05-07
02:42:14.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/nl/accountwizard.po 2019-06-04
02:17:27.000000000 +0200
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2018-12-31 11:10+0100\n"
"Last-Translator: Freek de Kruijf <[email protected]>\n"
"Language-Team: Dutch <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/nl/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/nl/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/nl/accountwizard_tine20.po
2019-05-07 02:42:14.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/nl/accountwizard_tine20.po
2019-06-04 02:17:27.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-14 22:38+0100\n"
"Last-Translator: Freek de Kruijf <[email protected]>\n"
"Language-Team: Dutch <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/nn/accountwizard.po
new/kmail-account-wizard-19.04.2/po/nn/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/nn/accountwizard.po 2019-05-07
02:42:16.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/nn/accountwizard.po 2019-06-04
02:17:27.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2010-04-20 21:46+0200\n"
"Last-Translator: Eirik U. Birkeland <[email protected]>\n"
"Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/pa/accountwizard.po
new/kmail-account-wizard-19.04.2/po/pa/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/pa/accountwizard.po 2019-05-07
02:42:17.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/pa/accountwizard.po 2019-06-04
02:17:27.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2011-01-04 07:50+0530\n"
"Last-Translator: A S Alam <[email protected]>\n"
"Language-Team: Punjabi/Panjabi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/pl/accountwizard.po
new/kmail-account-wizard-19.04.2/po/pl/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/pl/accountwizard.po 2019-05-07
02:42:18.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/pl/accountwizard.po 2019-06-04
02:17:27.000000000 +0200
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2019-02-21 20:53+0100\n"
"Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
"Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/pl/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/pl/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/pl/accountwizard_tine20.po
2019-05-07 02:42:18.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/pl/accountwizard_tine20.po
2019-06-04 02:17:27.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-02-06 19:58+0100\n"
"Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
"Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/pt/accountwizard.po
new/kmail-account-wizard-19.04.2/po/pt/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/pt/accountwizard.po 2019-05-07
02:42:20.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/pt/accountwizard.po 2019-06-04
02:17:28.000000000 +0200
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2019-01-01 16:00+0000\n"
"Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
"Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/pt/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/pt/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/pt/accountwizard_tine20.po
2019-05-07 02:42:20.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/pt/accountwizard_tine20.po
2019-06-04 02:17:28.000000000 +0200
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2016-08-30 10:19+0000\n"
"Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
"Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/pt_BR/accountwizard.po
new/kmail-account-wizard-19.04.2/po/pt_BR/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/pt_BR/accountwizard.po 2019-05-07
02:42:20.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/pt_BR/accountwizard.po 2019-06-04
02:17:28.000000000 +0200
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2019-02-08 14:51-0200\n"
"Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
"Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/pt_BR/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/pt_BR/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/pt_BR/accountwizard_tine20.po
2019-05-07 02:42:21.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/pt_BR/accountwizard_tine20.po
2019-06-04 02:17:28.000000000 +0200
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-14 01:40-0200\n"
"Last-Translator: André Marcelo Alvarenga <[email protected]>\n"
"Language-Team: Brazilian Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/ro/accountwizard.po
new/kmail-account-wizard-19.04.2/po/ro/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/ro/accountwizard.po 2019-05-07
02:42:21.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ro/accountwizard.po 2019-06-04
02:17:28.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-02-04 18:08+0200\n"
"Last-Translator: Sergiu Bivol <[email protected]>\n"
"Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/ro/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/ro/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/ro/accountwizard_tine20.po
2019-05-07 02:42:21.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ro/accountwizard_tine20.po
2019-06-04 02:17:28.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-10-03 11:00+0300\n"
"Last-Translator: Sergiu Bivol <[email protected]>\n"
"Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/ru/accountwizard.po
new/kmail-account-wizard-19.04.2/po/ru/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/ru/accountwizard.po 2019-05-07
02:42:22.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ru/accountwizard.po 2019-06-04
02:17:28.000000000 +0200
@@ -9,8 +9,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2019-01-15 20:33+0300\n"
"Last-Translator: Alexander Yavorsky <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/ru/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/ru/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/ru/accountwizard_tine20.po
2019-05-07 02:42:22.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ru/accountwizard_tine20.po
2019-06-04 02:17:28.000000000 +0200
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-01-10 23:41+0200\n"
"Last-Translator: Alexander Potashev <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/sk/accountwizard.po
new/kmail-account-wizard-19.04.2/po/sk/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/sk/accountwizard.po 2019-05-07
02:42:23.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/sk/accountwizard.po 2019-06-04
02:17:28.000000000 +0200
@@ -4,8 +4,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2017-04-26 21:19+0100\n"
"Last-Translator: Roman Paholik <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/sk/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/sk/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/sk/accountwizard_tine20.po
2019-05-07 02:42:23.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/sk/accountwizard_tine20.po
2019-06-04 02:17:28.000000000 +0200
@@ -3,8 +3,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-17 14:01+0100\n"
"Last-Translator: Roman Paholík <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/sl/accountwizard.po
new/kmail-account-wizard-19.04.2/po/sl/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/sl/accountwizard.po 2019-05-07
02:42:25.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/sl/accountwizard.po 2019-06-04
02:17:28.000000000 +0200
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2018-01-16 17:17+0100\n"
"Last-Translator: Andrej Mernik <[email protected]>\n"
"Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/sl/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/sl/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/sl/accountwizard_tine20.po
2019-05-07 02:42:25.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/sl/accountwizard_tine20.po
2019-06-04 02:17:28.000000000 +0200
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-08-17 19:11+0200\n"
"Last-Translator: Andrej Mernik <[email protected]>\n"
"Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/sv/accountwizard.po
new/kmail-account-wizard-19.04.2/po/sv/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/sv/accountwizard.po 2019-05-07
02:42:26.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/sv/accountwizard.po 2019-06-04
02:17:28.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2018-12-31 07:44+0100\n"
"Last-Translator: Stefan Asserhäll <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/sv/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/sv/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/sv/accountwizard_tine20.po
2019-05-07 02:42:26.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/sv/accountwizard_tine20.po
2019-06-04 02:17:28.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-14 17:10+0100\n"
"Last-Translator: Stefan Asserhäll <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/tr/accountwizard.po
new/kmail-account-wizard-19.04.2/po/tr/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/tr/accountwizard.po 2019-05-07
02:42:27.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/tr/accountwizard.po 2019-06-04
02:17:28.000000000 +0200
@@ -9,8 +9,8 @@
msgid ""
msgstr ""
"Project-Id-Version: kdepim-runtime-kde4\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2017-06-08 09:16+0000\n"
"Last-Translator: Kaan <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/tr/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/tr/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/tr/accountwizard_tine20.po
2019-05-07 02:42:27.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/tr/accountwizard_tine20.po
2019-06-04 02:17:28.000000000 +0200
@@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: kdepim-runtime-kde4\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-11-12 00:44+0200\n"
"Last-Translator: Kaan Ozdincer <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/ug/accountwizard.po
new/kmail-account-wizard-19.04.2/po/ug/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/ug/accountwizard.po 2019-05-07
02:42:28.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ug/accountwizard.po 2019-06-04
02:17:28.000000000 +0200
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-09-08 07:05+0900\n"
"Last-Translator: Gheyret Kenji <[email protected]>\n"
"Language-Team: Uyghur Computer Science Association <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/ug/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/ug/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/ug/accountwizard_tine20.po
2019-05-07 02:42:28.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/ug/accountwizard_tine20.po
2019-06-04 02:17:28.000000000 +0200
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-09-08 07:05+0900\n"
"Last-Translator: Gheyret Kenji <[email protected]>\n"
"Language-Team: Uyghur <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kmail-account-wizard-19.04.1/po/uk/accountwizard.po
new/kmail-account-wizard-19.04.2/po/uk/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/uk/accountwizard.po 2019-05-07
02:42:28.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/uk/accountwizard.po 2019-06-04
02:17:28.000000000 +0200
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2018-12-31 08:24+0200\n"
"Last-Translator: Yuri Chornoivan <[email protected]>\n"
"Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/uk/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/uk/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/uk/accountwizard_tine20.po
2019-05-07 02:42:28.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/uk/accountwizard_tine20.po
2019-06-04 02:17:28.000000000 +0200
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: accountwizard_tine20\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2014-11-08 12:14+0200\n"
"Last-Translator: Yuri Chornoivan <[email protected]>\n"
"Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/zh_CN/accountwizard.po
new/kmail-account-wizard-19.04.2/po/zh_CN/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/zh_CN/accountwizard.po 2019-05-07
02:42:30.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/zh_CN/accountwizard.po 2019-06-04
02:17:28.000000000 +0200
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: kdeorg\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
-"PO-Revision-Date: 2019-05-05 22:30\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
+"PO-Revision-Date: 2019-06-02 13:15\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/kmail-account-wizard-19.04.1/po/zh_CN/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/zh_CN/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/zh_CN/accountwizard_tine20.po
2019-05-07 02:42:30.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/zh_CN/accountwizard_tine20.po
2019-06-04 02:17:28.000000000 +0200
@@ -5,9 +5,9 @@
msgid ""
msgstr ""
"Project-Id-Version: kdeorg\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
-"PO-Revision-Date: 2019-05-05 22:30\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
+"PO-Revision-Date: 2019-06-02 13:15\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/kmail-account-wizard-19.04.1/po/zh_TW/accountwizard.po
new/kmail-account-wizard-19.04.2/po/zh_TW/accountwizard.po
--- old/kmail-account-wizard-19.04.1/po/zh_TW/accountwizard.po 2019-05-07
02:42:31.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/zh_TW/accountwizard.po 2019-06-04
02:17:28.000000000 +0200
@@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2019-04-20 08:04+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2019-01-19 19:36+0800\n"
"Last-Translator: pan93412 <[email protected]>\n"
"Language-Team: Chinese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kmail-account-wizard-19.04.1/po/zh_TW/accountwizard_tine20.po
new/kmail-account-wizard-19.04.2/po/zh_TW/accountwizard_tine20.po
--- old/kmail-account-wizard-19.04.1/po/zh_TW/accountwizard_tine20.po
2019-05-07 02:42:32.000000000 +0200
+++ new/kmail-account-wizard-19.04.2/po/zh_TW/accountwizard_tine20.po
2019-06-04 02:17:28.000000000 +0200
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-16 09:12+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 07:43+0200\n"
"PO-Revision-Date: 2013-11-28 11:38+0800\n"
"Last-Translator: Franklin Weng <franklin at goodhorse dot idv dot tw>\n"
"Language-Team: Chinese Traditional <[email protected]>\n"