Hello community,

here is the log from the commit of package akonadi-calendar-tools for 
openSUSE:Factory checked in at 2019-12-13 12:01:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-calendar-tools"

Fri Dec 13 12:01:36 2019 rev:38 rq:756136 version:19.12.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
    2019-11-12 11:33:18.645953417 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.4691/akonadi-calendar-tools.changes
  2019-12-13 12:01:39.241463847 +0100
@@ -1,0 +2,28 @@
+Tue Dec 10 06:38:01 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- No code change since 19.11.90
+
+-------------------------------------------------------------------
+Sat Nov 30 09:11:22 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+-------------------------------------------------------------------
+Sun Nov 24 15:53:12 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.80
+  * New feature release
+- Changes since 19.08.3:
+  * konsolekalendar.cpp - html export credit url
+  * Make it compile without kf5 deprecated methods
+  * Make it compile without deprecated methods
+
+-------------------------------------------------------------------

Old:
----
  akonadi-calendar-tools-19.08.3.tar.xz
  akonadi-calendar-tools-19.08.3.tar.xz.sig

New:
----
  akonadi-calendar-tools-19.12.0.tar.xz
  akonadi-calendar-tools-19.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ akonadi-calendar-tools.spec ++++++
--- /var/tmp/diff_new_pack.oXF6u3/_old  2019-12-13 12:01:40.729463285 +0100
+++ /var/tmp/diff_new_pack.oXF6u3/_new  2019-12-13 12:01:40.733463284 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akonadi-calendar-tools
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,39 +16,38 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           akonadi-calendar-tools
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        Console applications and utilities for managing calendars
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
-BuildRequires:  akonadi-calendar-devel
-BuildRequires:  akonadi-contact-devel
-BuildRequires:  akonadi-server-devel >= %{_kapp_version}
-BuildRequires:  calendarsupport-devel
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kdoctools-devel
-BuildRequires:  libkdepim-devel
-BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(KF5Akonadi)
+BuildRequires:  cmake(KF5AkonadiCalendar)
+BuildRequires:  cmake(KF5AkonadiContact)
+BuildRequires:  cmake(KF5CalendarCore)
+BuildRequires:  cmake(KF5CalendarSupport)
+BuildRequires:  cmake(KF5CalendarUtils)
+BuildRequires:  cmake(KF5Contacts)
+BuildRequires:  cmake(KF5DocTools)
+BuildRequires:  cmake(KF5Libkdepim)
+BuildRequires:  cmake(Qt5Gui) >= 5.2.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.2.0
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 %if %{with lang}

++++++ akonadi-calendar-tools-19.08.3.tar.xz -> 
akonadi-calendar-tools-19.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-19.08.3/CMakeLists.txt 
new/akonadi-calendar-tools-19.12.0/CMakeLists.txt
--- old/akonadi-calendar-tools-19.08.3/CMakeLists.txt   2019-11-05 
05:15:53.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/CMakeLists.txt   2019-12-06 
02:50:13.000000000 +0100
@@ -1,8 +1,8 @@
 cmake_minimum_required(VERSION 3.5)
-set(KDEPIM_VERSION_NUMBER "5.12.3")
+set(KDEPIM_VERSION_NUMBER "5.13.0")
 project(akonadi-calendar-tools VERSION ${KDEPIM_VERSION_NUMBER})
 
-set(KF5_MIN_VERSION "5.60.0")
+set(KF5_MIN_VERSION "5.63.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -37,11 +37,11 @@
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.12.3")
-set(AKONADI_VERSION "5.12.3")
-set(LIBKDEPIM_LIB_VERSION "5.12.3")
-set(CALENDARSUPPORT_LIB_VERSION "5.12.3")
-set(KCALENDARCORE_LIB_VERSION "5.12.3")
+set(AKONADICALENDAR_LIB_VERSION "5.13.0")
+set(AKONADI_VERSION "5.13.0")
+set(LIBKDEPIM_LIB_VERSION "5.13.0")
+set(CALENDARSUPPORT_LIB_VERSION "5.13.0")
+set(KCALENDARCORE_LIB_VERSION "5.13.0")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
@@ -66,8 +66,10 @@
 configure_file(console-version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/console-version.h @ONLY)
 
 
-
-#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054000)
+endif()
 
 add_subdirectory(calendarjanitor)
 add_subdirectory(konsolekalendar)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/konsolekalendar/konsolekalendar.cpp 
new/akonadi-calendar-tools-19.12.0/konsolekalendar/konsolekalendar.cpp
--- old/akonadi-calendar-tools-19.08.3/konsolekalendar/konsolekalendar.cpp      
2019-10-30 07:41:30.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/konsolekalendar/konsolekalendar.cpp      
2019-12-01 10:24:45.000000000 +0100
@@ -311,7 +311,7 @@
                 //TODO: get progname and url from the values set in main
                 htmlSettings.setCreditName(QStringLiteral("KonsoleKalendar"));
                 htmlSettings.setCreditURL(
-                    
QStringLiteral("http://pim.kde.org/components/konsolekalendar.php";));
+                    
QStringLiteral("https://userbase.kde.org/KonsoleKalendar";));
 
                 htmlSettings.setExcludePrivate(true);
                 htmlSettings.setExcludeConfidential(true);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/konsolekalendar/konsolekalendarepoch.cpp 
new/akonadi-calendar-tools-19.12.0/konsolekalendar/konsolekalendarepoch.cpp
--- old/akonadi-calendar-tools-19.08.3/konsolekalendar/konsolekalendarepoch.cpp 
2019-10-30 07:41:30.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/konsolekalendar/konsolekalendarepoch.cpp 
2019-12-01 10:24:45.000000000 +0100
@@ -52,7 +52,7 @@
 QDateTime KonsoleKalendarEpoch::epoch2QDateTime(uint epoch)
 {
     QDateTime dt;
-    dt.setTime_t(epoch);
+    dt.setSecsSinceEpoch(epoch);
     return dt;
 }
 
@@ -63,9 +63,9 @@
     // SORRY QT DOESN'T HANDLE DAYLIGHT SAVINGS TIME.
 
     // Compute #seconds to subtract for local timezone difference from UTC.
-    int offset = QDateTime::currentDateTime().toUTC().toTime_t()
-                 -QDateTime::currentDateTime().toTime_t();
-    return dt.toTime_t() - offset;
+    int offset = QDateTime::currentDateTime().toUTC().toSecsSinceEpoch()
+                 -QDateTime::currentDateTime().toSecsSinceEpoch();
+    return dt.toSecsSinceEpoch() - offset;
 }
 
 #if defined (TEST)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/ar/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/ar/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/ar/calendarjanitor.po 2019-11-05 
05:15:50.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ar/calendarjanitor.po 2019-12-06 
02:50:01.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-01-30 14:58+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/akonadi-calendar-tools-19.08.3/po/ar/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/ar/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/ar/konsolekalendar.po 2019-11-05 
05:15:50.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ar/konsolekalendar.po 2019-12-06 
02:50:01.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-01-31 11:15+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/akonadi-calendar-tools-19.08.3/po/bg/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/bg/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/bg/konsolekalendar.po 2019-11-05 
05:15:50.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/bg/konsolekalendar.po 2019-12-06 
02:50:01.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-08-05 13:45+0300\n"
 "Last-Translator: Yasen Pramatarov <ya...@lindeas.com>\n"
 "Language-Team: Bulgarian <d...@ludost.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/bs/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/bs/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/bs/calendarjanitor.po 2019-11-05 
05:15:50.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/bs/calendarjanitor.po 2019-12-06 
02:50:01.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: bosnianuniversetranslation\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2014-01-31 18:54+0100\n"
 "Last-Translator: Samir Ribić <megar...@epn.ba>\n"
 "Language-Team: Bosnian <b...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/bs/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/bs/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/bs/konsolekalendar.po 2019-11-05 
05:15:50.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/bs/konsolekalendar.po 2019-12-06 
02:50:01.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-12-13 10:00+0000\n"
 "Last-Translator: memsud <dedovic.memsu...@hotmail.com>\n"
 "Language-Team: Bosnian <b...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/ca/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/ca/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/ca/calendarjanitor.po 2019-11-05 
05:15:50.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ca/calendarjanitor.po 2019-12-06 
02:50:01.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: calendarjanitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-12-29 14:17+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/akonadi-calendar-tools-19.08.3/po/ca/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/ca/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/ca/konsolekalendar.po 2019-11-05 
05:15:50.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ca/konsolekalendar.po 2019-12-06 
02:50:01.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-12-13 08:46+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/ca@valencia/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/ca@valencia/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/ca@valencia/calendarjanitor.po        
2019-11-05 05:15:50.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ca@valencia/calendarjanitor.po        
2019-12-06 02:50:01.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: calendarjanitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-12-29 14:17+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/akonadi-calendar-tools-19.08.3/po/ca@valencia/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/ca@valencia/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/ca@valencia/konsolekalendar.po        
2019-11-05 05:15:50.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ca@valencia/konsolekalendar.po        
2019-12-06 02:50:01.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-12-13 08:46+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/cs/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/cs/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/cs/calendarjanitor.po 2019-11-05 
05:15:50.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/cs/calendarjanitor.po 2019-12-06 
02:50:01.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-11-14 17:21+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/akonadi-calendar-tools-19.08.3/po/cs/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/cs/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/cs/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/cs/konsolekalendar.po 2019-12-06 
02:50:01.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-08-23 10:38+0200\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/akonadi-calendar-tools-19.08.3/po/da/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/da/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/da/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/da/calendarjanitor.po 2019-12-06 
02:50:02.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2015-12-08 19:07+0100\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/akonadi-calendar-tools-19.08.3/po/da/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/da/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/da/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/da/konsolekalendar.po 2019-12-06 
02:50:02.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-08-11 21:23+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/de/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/de/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/de/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/de/calendarjanitor.po 2019-12-06 
02:50:02.000000000 +0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-11-21 12:52+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/akonadi-calendar-tools-19.08.3/po/de/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/de/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/de/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/de/konsolekalendar.po 2019-12-06 
02:50:02.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-01-24 11:11+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/akonadi-calendar-tools-19.08.3/po/el/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/el/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/el/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/el/konsolekalendar.po 2019-12-06 
02:50:02.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-01-30 19:25+0100\n"
 "Last-Translator: Giorgos Katsikatsos <giorgos.katsikat...@gmail.com>\n"
 "Language-Team: American English <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/en_GB/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/en_GB/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/en_GB/calendarjanitor.po      
2019-11-05 05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/en_GB/calendarjanitor.po      
2019-12-06 02:50:03.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-11-26 13:46+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/akonadi-calendar-tools-19.08.3/po/en_GB/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/en_GB/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/en_GB/konsolekalendar.po      
2019-11-05 05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/en_GB/konsolekalendar.po      
2019-12-06 02:50:03.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-03-24 20:14+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/akonadi-calendar-tools-19.08.3/po/eo/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/eo/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/eo/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/eo/konsolekalendar.po 2019-12-06 
02:50:03.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2009-11-15 12:06+0100\n"
 "Last-Translator: Axel Rousseau <a...@esperanto-jeunes.org>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/es/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/es/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/es/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/es/calendarjanitor.po 2019-12-06 
02:50:03.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-10-01 22:30+0100\n"
 "Last-Translator: Javier Vinal <fjvi...@gmail.com>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/es/docs/konsolekalendar/index.docbook 
new/akonadi-calendar-tools-19.12.0/po/es/docs/konsolekalendar/index.docbook
--- old/akonadi-calendar-tools-19.08.3/po/es/docs/konsolekalendar/index.docbook 
2019-11-05 05:15:53.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/es/docs/konsolekalendar/index.docbook 
2019-12-06 02:50:12.000000000 +0100
@@ -1459,7 +1459,8 @@
 > y Javier Viñal <email
 >fjvi...@gmail.com</email
 ></para
-> &underFDL; &underGPL; </chapter>
+> 
+&underFDL; &underGPL; </chapter>
 
 &documentation.index;
 </book>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/es/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/es/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/es/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/es/konsolekalendar.po 2019-12-06 
02:50:03.000000000 +0100
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-01-04 23:03+0100\n"
 "Last-Translator: Javier Vinal <fjvi...@gmail.com>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/et/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/et/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/et/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/et/calendarjanitor.po 2019-12-06 
02:50:03.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-01-15 13:44+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/et/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/et/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/et/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/et/konsolekalendar.po 2019-12-06 
02:50:03.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-01-16 00:12+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/eu/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/eu/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/eu/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/eu/konsolekalendar.po 2019-12-06 
02:50:04.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2005-11-19 20:23-0700\n"
 "Last-Translator: Ion Gaztañaga <igaztan...@gmail.com>\n"
 "Language-Team: Basque <kdeuska...@euskalgnu.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/fa/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/fa/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/fa/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/fa/konsolekalendar.po 2019-12-06 
02:50:04.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2012-01-13 10:29+0330\n"
 "Last-Translator: Mohammad Reza Mirdamadi <m...@ubuntu.ir>\n"
 "Language-Team: Farsi (Persian) <>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/fi/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/fi/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/fi/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/fi/calendarjanitor.po 2019-12-06 
02:50:04.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-12-25 19:33+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/akonadi-calendar-tools-19.08.3/po/fi/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/fi/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/fi/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/fi/konsolekalendar.po 2019-12-06 
02:50:04.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-02-19 11:18+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/akonadi-calendar-tools-19.08.3/po/fr/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/fr/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/fr/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/fr/calendarjanitor.po 2019-12-06 
02:50:04.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: calendarjanitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-01-05 08:33+0100\n"
 "Last-Translator: Vincent Pinon <vpi...@kde.org>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/fr/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/fr/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/fr/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/fr/konsolekalendar.po 2019-12-06 
02:50:04.000000000 +0100
@@ -19,7 +19,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-12-29 23:25+0100\n"
 "Last-Translator: Vincent Pinon <vpi...@kde.org>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/ga/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/ga/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/ga/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ga/konsolekalendar.po 2019-12-06 
02:50:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdepim/konsolekalendar.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2004-12-03 14:52-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/akonadi-calendar-tools-19.08.3/po/gl/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/gl/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/gl/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/gl/calendarjanitor.po 2019-12-06 
02:50:05.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-04-22 11:04+0100\n"
 "Last-Translator: Adrian Chaves <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/gl/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/gl/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/gl/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/gl/konsolekalendar.po 2019-12-06 
02:50:05.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-12-13 16:44+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/he/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/he/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/he/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/he/konsolekalendar.po 2019-12-06 
02:50:05.000000000 +0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-05-16 06:41-0400\n"
 "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n"
 "Language-Team: Hebrew <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/hi/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/hi/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/hi/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/hi/konsolekalendar.po 2019-12-06 
02:50:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2008-01-22 17:56+0530\n"
 "Last-Translator: Ravishankar Shrivastava <aviratl...@aol.in>\n"
 "Language-Team: Hindi <indlinux-hi...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/hr/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/hr/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/hr/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/hr/konsolekalendar.po 2019-12-06 
02:50:05.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar 0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2004-04-20 13:26+CEST\n"
 "Last-Translator: auto\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/hu/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/hu/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/hu/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/hu/calendarjanitor.po 2019-12-06 
02:50:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2014-02-21 22:42+0100\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/akonadi-calendar-tools-19.08.3/po/hu/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/hu/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/hu/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/hu/konsolekalendar.po 2019-12-06 
02:50:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.3\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2014-09-09 09:48+0200\n"
 "Last-Translator: Kristóf Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/ia/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/ia/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/ia/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ia/calendarjanitor.po 2019-12-06 
02:50:06.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-12-06 14:47+0100\n"
 "Last-Translator: G.Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/ia/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/ia/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/ia/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ia/konsolekalendar.po 2019-12-06 
02:50:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-10-24 13:32+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/akonadi-calendar-tools-19.08.3/po/is/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/is/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/is/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/is/konsolekalendar.po 2019-12-06 
02:50:06.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2006-03-07 21:07+0100\n"
 "Last-Translator: Arnar Leósson <leos...@frisurf.no>\n"
 "Language-Team: Icelandic <kde-...@molar.is>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/it/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/it/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/it/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/it/calendarjanitor.po 2019-12-06 
02:50:06.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: calendarjanitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-09-21 22:30+0100\n"
 "Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/it/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/it/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/it/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/it/konsolekalendar.po 2019-12-06 
02:50:06.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-12-22 01:22+0100\n"
 "Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/ja/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/ja/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/ja/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ja/calendarjanitor.po 2019-12-06 
02:50:06.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: calendarjanitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-08-19 00:13-0700\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/akonadi-calendar-tools-19.08.3/po/ja/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/ja/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/ja/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ja/konsolekalendar.po 2019-12-06 
02:50:06.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2011-08-14 14:21-0700\n"
 "Last-Translator: Fumiaki Okushi <oku...@kde.gr.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/kk/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/kk/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/kk/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/kk/calendarjanitor.po 2019-12-06 
02:50:07.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-09-18 04:48+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/akonadi-calendar-tools-19.08.3/po/kk/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/kk/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/kk/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/kk/konsolekalendar.po 2019-12-06 
02:50:07.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-09-16 04:33+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/akonadi-calendar-tools-19.08.3/po/km/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/km/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/km/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/km/konsolekalendar.po 2019-12-06 
02:50:07.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-02-02 14:22+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer <supp...@khmeros.info>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/ko/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/ko/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/ko/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ko/calendarjanitor.po 2019-12-06 
02:50:07.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-08-15 11:31+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/akonadi-calendar-tools-19.08.3/po/ko/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/ko/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/ko/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ko/konsolekalendar.po 2019-12-06 
02:50:07.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-04-22 01:08+0200\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/akonadi-calendar-tools-19.08.3/po/lt/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/lt/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/lt/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/lt/calendarjanitor.po 2019-12-06 
02:50:07.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: l 10n\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2015-01-26 13:33+0200\n"
 "Last-Translator: Liudas Ališauskas <liu...@akmc.lt>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/lt/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/lt/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/lt/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/lt/konsolekalendar.po 2019-12-06 
02:50:07.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2011-09-17 12:16+0300\n"
 "Last-Translator: Remigijus Jarmalavičius\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/mr/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/mr/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/mr/konsolekalendar.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/mr/konsolekalendar.po 2019-12-06 
02:50:07.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-03-06 13:08+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/akonadi-calendar-tools-19.08.3/po/nb/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/nb/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/nb/calendarjanitor.po 2019-11-05 
05:15:51.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/nb/calendarjanitor.po 2019-12-06 
02:50:08.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2014-01-11 16:52+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/akonadi-calendar-tools-19.08.3/po/nb/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/nb/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/nb/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/nb/konsolekalendar.po 2019-12-06 
02:50:08.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2015-02-07 22:16+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/akonadi-calendar-tools-19.08.3/po/nds/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/nds/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/nds/calendarjanitor.po        
2019-11-05 05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/nds/calendarjanitor.po        
2019-12-06 02:50:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2014-03-13 19:41+0100\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/akonadi-calendar-tools-19.08.3/po/nds/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/nds/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/nds/konsolekalendar.po        
2019-11-05 05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/nds/konsolekalendar.po        
2019-12-06 02:50:08.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2014-08-13 23:36+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/akonadi-calendar-tools-19.08.3/po/nl/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/nl/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/nl/calendarjanitor.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/nl/calendarjanitor.po 2019-12-06 
02:50:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-08-30 13:00+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/akonadi-calendar-tools-19.08.3/po/nl/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/nl/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/nl/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/nl/konsolekalendar.po 2019-12-06 
02:50:09.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-12-14 12:19+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/akonadi-calendar-tools-19.08.3/po/nn/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/nn/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/nn/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/nn/konsolekalendar.po 2019-12-06 
02:50:09.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-04-20 22:38+0200\n"
 "Last-Translator: Eirik U. Birkeland <eir...@gmail.com>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/pa/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/pa/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/pa/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/pa/konsolekalendar.po 2019-12-06 
02:50:09.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-01-19 07:46+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: ਪੰਜਾਬੀ <punjabi-us...@lists.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/pl/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/pl/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/pl/calendarjanitor.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/pl/calendarjanitor.po 2019-12-06 
02:50:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-10-22 06:19+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/akonadi-calendar-tools-19.08.3/po/pl/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/pl/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/pl/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/pl/konsolekalendar.po 2019-12-06 
02:50:09.000000000 +0100
@@ -1,6 +1,6 @@
 # translation of konsolekalendar.po to Polish
 # translation of konsolekalendar.po to
-# Version: $Revision: 1550639 $
+# Version: $Revision: 1542214 $
 #
 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software 
Foundation, Inc.
 # Krzysztof Lichota <lich...@mimuw.edu.pl>, 2002, 2006.
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-02-03 07:19+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/akonadi-calendar-tools-19.08.3/po/pt/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/pt/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/pt/calendarjanitor.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/pt/calendarjanitor.po 2019-12-06 
02:50:10.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: calendarjanitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-09-14 11:35+0100\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/akonadi-calendar-tools-19.08.3/po/pt/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/pt/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/pt/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/pt/konsolekalendar.po 2019-12-06 
02:50:09.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-12-13 13:50+0000\n"
 "Last-Translator: José Nuno Pires <zepi...@gmail.com>\n"
 "Language-Team: pt <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/pt_BR/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/pt_BR/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/pt_BR/calendarjanitor.po      
2019-11-05 05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/pt_BR/calendarjanitor.po      
2019-12-06 02:50:10.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: calendarjanitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-07-29 16:48-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/akonadi-calendar-tools-19.08.3/po/pt_BR/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/pt_BR/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/pt_BR/konsolekalendar.po      
2019-11-05 05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/pt_BR/konsolekalendar.po      
2019-12-06 02:50:10.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-01-18 15:06-0200\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/akonadi-calendar-tools-19.08.3/po/ro/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/ro/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/ro/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ro/konsolekalendar.po 2019-12-06 
02:50:10.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-01-27 16:03+0200\n"
 "Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/ru/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/ru/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/ru/calendarjanitor.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ru/calendarjanitor.po 2019-12-06 
02:50:10.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2015-07-20 16:48+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/akonadi-calendar-tools-19.08.3/po/ru/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/ru/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/ru/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ru/konsolekalendar.po 2019-12-06 
02:50:10.000000000 +0100
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-08-15 21:42+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/sk/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/sk/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/sk/calendarjanitor.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/sk/calendarjanitor.po 2019-12-06 
02:50:10.000000000 +0100
@@ -1,19 +1,19 @@
 # translation of calendarjanitor.po to Slovak
-# Roman Paholik <wizzar...@gmail.com>, 2013, 2015, 2019.
+# Roman Paholik <wizzar...@gmail.com>, 2013, 2015.
 # Matej Mrenica <matejm98m...@gmail.com>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: calendarjanitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2019-08-25 20:37+0200\n"
-"Last-Translator: Roman Paholík <wizzar...@gmail.com>\n"
-"Language-Team: Slovak <kde...@linux.sk>\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
+"PO-Revision-Date: 2019-08-04 10:36+0200\n"
+"Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n"
+"Language-Team: Slovak <kde-i18n-...@kde.org>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 18.12.3\n"
+"X-Generator: Lokalize 19.07.90\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -219,7 +219,9 @@
 msgstr "Celková veľkosť vložených príloh (KB)"
 
 #: calendarjanitor.cpp:534
-#, kde-format
+#, fuzzy, kde-format
+#| msgid ""
+#| "Checking for RECURRING-ID incidences with nonexistant master incidence..."
 msgid ""
 "Checking for RECURRING-ID incidences with nonexistent master incidence..."
 msgstr "Kontrolujem výskyty RECURRING-ID s neexistujúcim hlavným výskytom..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/sk/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/sk/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/sk/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/sk/konsolekalendar.po 2019-12-06 
02:50:10.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-07-12 18:16+0200\n"
 "Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n"
 "Language-Team: Slovak <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/sl/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/sl/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/sl/calendarjanitor.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/sl/calendarjanitor.po 2019-12-06 
02:50:10.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-01-16 17:33+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/akonadi-calendar-tools-19.08.3/po/sl/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/sl/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/sl/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/sl/konsolekalendar.po 2019-12-06 
02:50:10.000000000 +0100
@@ -1,7 +1,7 @@
 # translation of konsolekalendar.po to Slovenian
 # Translation of konsolekalendar.po to Slovenian
 # Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
-# $Id: konsolekalendar.po 1550639 2019-08-30 07:08:12Z scripty $
+# $Id: konsolekalendar.po 1542222 2019-05-20 03:03:13Z scripty $
 # $Source$
 #
 # Gregor Rakar <gregor.ra...@kiss.si>, 2002, 2003, 2004, 2005.
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-03-25 07:45+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/akonadi-calendar-tools-19.08.3/po/sv/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/sv/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/sv/calendarjanitor.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/sv/calendarjanitor.po 2019-12-06 
02:50:11.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-09-14 18:02+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/akonadi-calendar-tools-19.08.3/po/sv/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/sv/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/sv/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/sv/konsolekalendar.po 2019-12-06 
02:50:11.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-12-18 21:29+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/akonadi-calendar-tools-19.08.3/po/tr/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/tr/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/tr/calendarjanitor.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/tr/calendarjanitor.po 2019-12-06 
02:50:11.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-10-03 14:37+0000\n"
 "Last-Translator: Kaan <kaanozdin...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/tr/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/tr/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/tr/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/tr/konsolekalendar.po 2019-12-06 
02:50:11.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdepim-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-03-14 15:26+0100\n"
 "Last-Translator: Volkan Gezer <volkange...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/ug/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/ug/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/ug/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/ug/konsolekalendar.po 2019-12-06 
02:50:11.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/uk/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/uk/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/uk/calendarjanitor.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/uk/calendarjanitor.po 2019-12-06 
02:50:11.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: calendarjanitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-09-14 09:03+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/akonadi-calendar-tools-19.08.3/po/uk/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/uk/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/uk/konsolekalendar.po 2019-11-05 
05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/uk/konsolekalendar.po 2019-12-06 
02:50:11.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-12-13 07:07+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/akonadi-calendar-tools-19.08.3/po/zh_CN/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/zh_CN/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/zh_CN/calendarjanitor.po      
2019-11-05 05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/zh_CN/calendarjanitor.po      
2019-12-06 02:50:11.000000000 +0100
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2019-10-09 10:05\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
+"PO-Revision-Date: 2019-11-19 23:10\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/akonadi-calendar-tools-19.08.3/po/zh_CN/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/zh_CN/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/zh_CN/konsolekalendar.po      
2019-11-05 05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/zh_CN/konsolekalendar.po      
2019-12-06 02:50:11.000000000 +0100
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2019-10-09 10:05\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
+"PO-Revision-Date: 2019-11-19 23:10\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/akonadi-calendar-tools-19.08.3/po/zh_TW/calendarjanitor.po 
new/akonadi-calendar-tools-19.12.0/po/zh_TW/calendarjanitor.po
--- old/akonadi-calendar-tools-19.08.3/po/zh_TW/calendarjanitor.po      
2019-11-05 05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/zh_TW/calendarjanitor.po      
2019-12-06 02:50:12.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-03-30 21:07+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
 "Language-Team: Chinese <zh-l...@linux.org.tw>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-19.08.3/po/zh_TW/konsolekalendar.po 
new/akonadi-calendar-tools-19.12.0/po/zh_TW/konsolekalendar.po
--- old/akonadi-calendar-tools-19.08.3/po/zh_TW/konsolekalendar.po      
2019-11-05 05:15:52.000000000 +0100
+++ new/akonadi-calendar-tools-19.12.0/po/zh_TW/konsolekalendar.po      
2019-12-06 02:50:11.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-04-05 20:24+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
 "Language-Team: Chinese <zh-l...@linux.org.tw>\n"

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.oXF6u3/_old and 
/var/tmp/diff_new_pack.oXF6u3/_new differ


Reply via email to