Hello community,

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2017-07-25 11:27:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcalutils (Old)
 and      /work/SRC/openSUSE:Factory/.kcalutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcalutils"

Tue Jul 25 11:27:50 2017 rev:23 rq:510681 version:17.04.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes      2017-06-12 
15:17:23.115732288 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new/kcalutils.changes 2017-07-25 
11:27:53.066357075 +0200
@@ -1,0 +2,13 @@
+Sat Jul 15 22:59:26 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.3.php
+- Changes since 17.04.2:
+  * Don't show icon when it's not defined
+  * Fix href when we don"t have url.
+  * Fix problem in Bug 382007 - sent mail reply on invitation shows ics in 
plain text
+  * Fix build against windows
+
+-------------------------------------------------------------------

Old:
----
  kcalutils-17.04.2.tar.xz

New:
----
  kcalutils-17.04.3.tar.xz

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

Other differences:
------------------
++++++ kcalutils.spec ++++++
--- /var/tmp/diff_new_pack.ziwEFF/_old  2017-07-25 11:27:54.574144142 +0200
+++ /var/tmp/diff_new_pack.ziwEFF/_new  2017-07-25 11:27:54.578143578 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:           kcalutils
-Version:        17.04.2
+Version:        17.04.3
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++++++ kcalutils-17.04.2.tar.xz -> kcalutils-17.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/CMakeLists.txt 
new/kcalutils-17.04.3/CMakeLists.txt
--- old/kcalutils-17.04.2/CMakeLists.txt        2017-06-06 02:23:37.000000000 
+0200
+++ new/kcalutils-17.04.3/CMakeLists.txt        2017-07-11 02:25:58.000000000 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(PIM_VERSION "5.5.2")
+set(PIM_VERSION "5.5.3")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -22,8 +22,8 @@
 
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(CALENDARCORE_LIB_VERSION "5.5.2")
-set(IDENTITYMANAGER_LIB_VERSION "5.5.2")
+set(CALENDARCORE_LIB_VERSION "5.5.3")
+set(IDENTITYMANAGER_LIB_VERSION "5.5.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
@@ -43,6 +43,10 @@
 
 add_definitions(-DTRANSLATION_DOMAIN=\"libkcalutils5\")
 add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")
+if(BUILD_TESTING)
+   add_definitions(-DBUILD_TESTING)
+endif(BUILD_TESTING)
+
 
 ########### Targets ###########
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/autotests/CMakeLists.txt 
new/kcalutils-17.04.3/autotests/CMakeLists.txt
--- old/kcalutils-17.04.2/autotests/CMakeLists.txt      2017-05-24 
07:56:34.000000000 +0200
+++ new/kcalutils-17.04.3/autotests/CMakeLists.txt      2017-07-06 
08:52:47.000000000 +0200
@@ -17,15 +17,9 @@
 
 
 ecm_add_test(testincidenceformatter.cpp
-        ${CMAKE_SOURCE_DIR}/src/incidenceformatter.cpp
-        ${CMAKE_SOURCE_DIR}/src/grantleetemplatemanager.cpp
-        ${CMAKE_SOURCE_DIR}/src/qtresourcetemplateloader.cpp
-        ${CMAKE_SOURCE_DIR}/src/grantleeki18nlocalizer.cpp
-        ${CMAKE_SOURCE_DIR}/src/stringify.cpp
-        ${CMAKE_BINARY_DIR}/src/kcalutils_debug.cpp
     TEST_NAME "testincidenceformatter"
     NAME_PREFIX "kcalutils-"
-    LINK_LIBRARIES Qt5::Core Qt5::Test KF5::CalendarCore KF5::I18n 
KF5::IdentityManagement Grantlee5::Templates
+    LINK_LIBRARIES KF5CalendarUtils Qt5::Core Qt5::Test KF5::CalendarCore 
KF5::I18n KF5::IdentityManagement Grantlee5::Templates
     
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/ar/libkcalutils5.po 
new/kcalutils-17.04.3/po/ar/libkcalutils5.po
--- old/kcalutils-17.04.2/po/ar/libkcalutils5.po        2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/ar/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2007-10-14 15:58+0000\n"
 "Last-Translator: Youssef Chahibi <chah...@gmail.com>\n"
 "Language-Team: <e...@li.org>\n"
@@ -217,15 +217,15 @@
 msgid "Journal"
 msgstr ""
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr ""
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr ""
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr ""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/ast/libkcalutils5.po 
new/kcalutils-17.04.3/po/ast/libkcalutils5.po
--- old/kcalutils-17.04.2/po/ast/libkcalutils5.po       2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/ast/libkcalutils5.po       2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-12-19 03:03+0100\n"
 "Last-Translator: enolp <en...@softastur.org>\n"
 "Language-Team: Asturian <alministrado...@softastur.org>\n"
@@ -204,15 +204,15 @@
 msgid "Journal"
 msgstr ""
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr ""
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr ""
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr ""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/bs/libkcalutils5.po 
new/kcalutils-17.04.3/po/bs/libkcalutils5.po
--- old/kcalutils-17.04.2/po/bs/libkcalutils5.po        2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/bs/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2013-12-05 10:48+0000\n"
 "Last-Translator: Lejla Agic <lag...@etf.unsa.ba>\n"
 "Language-Team: bosanski <b...@li.org>\n"
@@ -231,17 +231,17 @@
 msgid "Journal"
 msgstr "Dnevnici"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "Komentari:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Komentari:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/ca/libkcalutils5.po 
new/kcalutils-17.04.3/po/ca/libkcalutils5.po
--- old/kcalutils-17.04.2/po/ca/libkcalutils5.po        2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/ca/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-10-11 20:53+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -208,15 +208,15 @@
 msgid "Journal"
 msgstr "Diari"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Comentari:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Comentaris:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Adjunts:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/ca@valencia/libkcalutils5.po 
new/kcalutils-17.04.3/po/ca@valencia/libkcalutils5.po
--- old/kcalutils-17.04.2/po/ca@valencia/libkcalutils5.po       2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/ca@valencia/libkcalutils5.po       2017-07-11 
02:25:58.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-10-11 20:53+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -208,15 +208,15 @@
 msgid "Journal"
 msgstr "Diari"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Comentari:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Comentaris:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Adjunts:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/cs/libkcalutils5.po 
new/kcalutils-17.04.3/po/cs/libkcalutils5.po
--- old/kcalutils-17.04.2/po/cs/libkcalutils5.po        2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/cs/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2017-02-21 11:41+0100\n"
 "Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
@@ -209,15 +209,15 @@
 msgid "Journal"
 msgstr "Deník"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Komentář:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Komentáře:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Přílohy:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/da/libkcalutils5.po 
new/kcalutils-17.04.3/po/da/libkcalutils5.po
--- old/kcalutils-17.04.2/po/da/libkcalutils5.po        2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/da/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-08-11 22:04+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
@@ -204,15 +204,15 @@
 msgid "Journal"
 msgstr "journal"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Kommentar:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Kommentarer:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Bilag:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/de/libkcalutils5.po 
new/kcalutils-17.04.3/po/de/libkcalutils5.po
--- old/kcalutils-17.04.2/po/de/libkcalutils5.po        2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/de/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2017-01-20 20:35+0100\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
@@ -206,15 +206,15 @@
 msgid "Journal"
 msgstr "Journal"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Kommentar:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Kommentare:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Anhänge:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/el/libkcalutils5.po 
new/kcalutils-17.04.3/po/el/libkcalutils5.po
--- old/kcalutils-17.04.2/po/el/libkcalutils5.po        2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/el/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2014-04-26 11:18+0300\n"
 "Last-Translator: Dimitris Kardarakos <dimk...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
@@ -225,17 +225,17 @@
 msgid "Journal"
 msgstr "Χρονικά"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "Σχόλια:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Σχόλια:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/en_GB/libkcalutils5.po 
new/kcalutils-17.04.3/po/en_GB/libkcalutils5.po
--- old/kcalutils-17.04.2/po/en_GB/libkcalutils5.po     2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/en_GB/libkcalutils5.po     2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-09-18 15:45+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: English <kde-l10n-en...@kde.org>\n"
@@ -204,15 +204,15 @@
 msgid "Journal"
 msgstr "Journal"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Comment:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Comments:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Attachments:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/es/libkcalutils5.po 
new/kcalutils-17.04.3/po/es/libkcalutils5.po
--- old/kcalutils-17.04.2/po/es/libkcalutils5.po        2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/es/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-07-10 21:32+0100\n"
 "Last-Translator: Javier Vinal <fjvi...@gmail.com>\n"
 "Language-Team: Spanish <l10n-kde...@kde.org>\n"
@@ -207,15 +207,15 @@
 msgid "Journal"
 msgstr "Diario"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Comentario:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Comentarios:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Adjuntos:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/et/libkcalutils5.po 
new/kcalutils-17.04.3/po/et/libkcalutils5.po
--- old/kcalutils-17.04.2/po/et/libkcalutils5.po        2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/et/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-07-30 20:37+0300\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@linux.ee>\n"
@@ -204,15 +204,15 @@
 msgid "Journal"
 msgstr "Päevik"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Kommentaar:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Kommentaarid:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Manused:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/fi/libkcalutils5.po 
new/kcalutils-17.04.3/po/fi/libkcalutils5.po
--- old/kcalutils-17.04.2/po/fi/libkcalutils5.po        2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/fi/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-11-19 16:25+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
@@ -209,15 +209,15 @@
 msgid "Journal"
 msgstr "Päiväkirja"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Huomautus:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Huomautukset:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Liitteet:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/fr/libkcalutils5.po 
new/kcalutils-17.04.3/po/fr/libkcalutils5.po
--- old/kcalutils-17.04.2/po/fr/libkcalutils5.po        2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/fr/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -21,7 +21,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2017-05-05 09:15+0100\n"
 "Last-Translator: Vincent Pinon <vpi...@kde.org>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
@@ -222,15 +222,15 @@
 msgid "Journal"
 msgstr "Journal"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Commentaire :"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Commentaires :"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Pièces jointes :"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/ga/libkcalutils5.po 
new/kcalutils-17.04.3/po/ga/libkcalutils5.po
--- old/kcalutils-17.04.2/po/ga/libkcalutils5.po        2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/ga/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2011-12-28 12:28-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
@@ -230,17 +230,17 @@
 msgid "Journal"
 msgstr "Dialanna"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "Nótaí:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Nótaí:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/gl/libkcalutils5.po 
new/kcalutils-17.04.3/po/gl/libkcalutils5.po
--- old/kcalutils-17.04.2/po/gl/libkcalutils5.po        2017-06-06 
02:23:36.000000000 +0200
+++ new/kcalutils-17.04.3/po/gl/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-04-21 06:14+0100\n"
 "Last-Translator: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail."
 "com>\n"
@@ -210,15 +210,15 @@
 msgid "Journal"
 msgstr "Diario"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Comentario:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Comentarios:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Anexos:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/hr/libkcalutils5.po 
new/kcalutils-17.04.3/po/hr/libkcalutils5.po
--- old/kcalutils-17.04.2/po/hr/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/hr/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libkcal 0\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2004-04-20 13:29+CEST\n"
 "Last-Translator: auto\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
@@ -208,15 +208,15 @@
 msgid "Journal"
 msgstr ""
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr ""
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr ""
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr ""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/hu/libkcalutils5.po 
new/kcalutils-17.04.3/po/hu/libkcalutils5.po
--- old/kcalutils-17.04.2/po/hu/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/hu/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2015-09-08 10:03+0200\n"
 "Last-Translator: Kristóf Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
@@ -224,17 +224,17 @@
 msgid "Journal"
 msgstr "Naplók"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "Megjegyzések:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Megjegyzések:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/ia/libkcalutils5.po 
new/kcalutils-17.04.3/po/ia/libkcalutils5.po
--- old/kcalutils-17.04.2/po/ia/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/ia/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2013-10-10 14:04+0200\n"
 "Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n...@kde.org>\n"
@@ -223,17 +223,17 @@
 msgid "Journal"
 msgstr "Jornales"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "Commentos:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Commentos:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/it/libkcalutils5.po 
new/kcalutils-17.04.3/po/it/libkcalutils5.po
--- old/kcalutils-17.04.2/po/it/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/it/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-07-10 01:18+0100\n"
 "Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
@@ -208,15 +208,15 @@
 msgid "Journal"
 msgstr "Diario"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Commenti:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Commenti:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Allegati:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/ja/libkcalutils5.po 
new/kcalutils-17.04.3/po/ja/libkcalutils5.po
--- old/kcalutils-17.04.2/po/ja/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/ja/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2014-09-25 01:12-0700\n"
 "Last-Translator: Fumiaki Okushi <oku...@kde.gr.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
@@ -228,17 +228,17 @@
 msgid "Journal"
 msgstr "日記"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "コメント:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "コメント:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/kk/libkcalutils5.po 
new/kcalutils-17.04.3/po/kk/libkcalutils5.po
--- old/kcalutils-17.04.2/po/kk/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/kk/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2013-08-28 04:37+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
@@ -220,17 +220,17 @@
 msgid "Journal"
 msgstr "Күнделіктер"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "Түсініктемелері:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Түсініктемелері:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/km/libkcalutils5.po 
new/kcalutils-17.04.3/po/km/libkcalutils5.po
--- old/kcalutils-17.04.2/po/km/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/km/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2012-07-11 10:24+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer\n"
@@ -220,17 +220,17 @@
 msgid "Journal"
 msgstr "ទិនានុប្បវត្តិ"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "សេចក្ដី​អធិប្បាយ ៖"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "សេចក្ដី​អធិប្បាយ ៖"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/ko/libkcalutils5.po 
new/kcalutils-17.04.3/po/ko/libkcalutils5.po
--- old/kcalutils-17.04.2/po/ko/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/ko/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-12-11 23:18+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <k...@peremen.name>\n"
@@ -201,15 +201,15 @@
 msgid "Journal"
 msgstr "저널"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "설명:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "설명:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "첨부:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/lt/libkcalutils5.po 
new/kcalutils-17.04.3/po/lt/libkcalutils5.po
--- old/kcalutils-17.04.2/po/lt/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/lt/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2015-12-29 23:01+0200\n"
 "Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.ka...@gmail.com>\n"
 "Language-Team: lt <kde-i18n...@kde.org>\n"
@@ -241,17 +241,17 @@
 msgid "Journal"
 msgstr "dienynas"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "Komentarai:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Komentarai:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/mr/libkcalutils5.po 
new/kcalutils-17.04.3/po/mr/libkcalutils5.po
--- old/kcalutils-17.04.2/po/mr/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/mr/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2013-03-18 13:31+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
@@ -215,17 +215,17 @@
 msgid "Journal"
 msgstr "जर्नल"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 msgid "Comment:"
 msgstr "टिपण्णी"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 #, fuzzy
 msgid "Comments:"
 msgstr "टिपण्णी"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr ""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/nds/libkcalutils5.po 
new/kcalutils-17.04.3/po/nds/libkcalutils5.po
--- old/kcalutils-17.04.2/po/nds/libkcalutils5.po       2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/nds/libkcalutils5.po       2017-07-11 
02:25:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2014-09-18 22:56+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
@@ -226,17 +226,17 @@
 msgid "Journal"
 msgstr "Daagbook"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "Kommentaren:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Kommentaren:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/nl/libkcalutils5.po 
new/kcalutils-17.04.3/po/nl/libkcalutils5.po
--- old/kcalutils-17.04.2/po/nl/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/nl/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-11-20 14:23+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
@@ -204,15 +204,15 @@
 msgid "Journal"
 msgstr "Journaal"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Toelichting:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Commentaar:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Bijlagen:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/pa/libkcalutils5.po 
new/kcalutils-17.04.3/po/pa/libkcalutils5.po
--- old/kcalutils-17.04.2/po/pa/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/pa/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2011-06-29 23:19+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <punjabi-us...@lists.sf.net>\n"
@@ -222,17 +222,17 @@
 msgid "Journal"
 msgstr "ਰੋਜ਼ਨਾਮਚਾ"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 msgid "Comment:"
 msgstr "ਟਿੱਪਣੀਆਂ"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 #, fuzzy
 msgid "Comments:"
 msgstr "ਟਿੱਪਣੀਆਂ"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 msgid "Attachments:"
 msgstr "ਅਟੈਚਮੈਂਟ"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/pl/libkcalutils5.po 
new/kcalutils-17.04.3/po/pl/libkcalutils5.po
--- old/kcalutils-17.04.2/po/pl/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/pl/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-07-16 07:59+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
@@ -208,15 +208,15 @@
 msgid "Journal"
 msgstr "Dziennik"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Komentarz:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Komentarze:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Załączniki:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/pt/libkcalutils5.po 
new/kcalutils-17.04.3/po/pt/libkcalutils5.po
--- old/kcalutils-17.04.2/po/pt/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/pt/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-07-07 10:58+0100\n"
 "Last-Translator: José Nuno Pires <zepi...@gmail.com>\n"
 "Language-Team: pt <kde-i18n...@kde.org>\n"
@@ -204,15 +204,15 @@
 msgid "Journal"
 msgstr "Diário"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Comentário:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Comentários:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Anexos:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/pt_BR/libkcalutils5.po 
new/kcalutils-17.04.3/po/pt_BR/libkcalutils5.po
--- old/kcalutils-17.04.2/po/pt_BR/libkcalutils5.po     2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/pt_BR/libkcalutils5.po     2017-07-11 
02:25:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-04-13 21:48-0300\n"
 "Last-Translator: André Marcelo Alvarenga <alvare...@kde.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
@@ -205,15 +205,15 @@
 msgid "Journal"
 msgstr "Diário"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Comentário:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Comentários:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Anexos:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/ro/libkcalutils5.po 
new/kcalutils-17.04.3/po/ro/libkcalutils5.po
--- old/kcalutils-17.04.2/po/ro/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/ro/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2013-01-12 05:59+0200\n"
 "Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
@@ -224,17 +224,17 @@
 msgid "Journal"
 msgstr "Jurnale"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "Comentarii:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Comentarii:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/ru/libkcalutils5.po 
new/kcalutils-17.04.3/po/ru/libkcalutils5.po
--- old/kcalutils-17.04.2/po/ru/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/ru/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-10-02 01:39+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
@@ -218,17 +218,17 @@
 msgid "Journal"
 msgstr "Запись в дневнике"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "Комментарии:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Комментарии:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Вложения:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/sk/libkcalutils5.po 
new/kcalutils-17.04.3/po/sk/libkcalutils5.po
--- old/kcalutils-17.04.2/po/sk/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/sk/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-08-31 22:38+0100\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
@@ -205,15 +205,15 @@
 msgid "Journal"
 msgstr "Denník"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Komentár:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Komentáre:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Prílohy:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/sl/libkcalutils5.po 
new/kcalutils-17.04.3/po/sl/libkcalutils5.po
--- old/kcalutils-17.04.2/po/sl/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/sl/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-07-21 18:50+0200\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
@@ -211,15 +211,15 @@
 msgid "Journal"
 msgstr "Dnevnik"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Opomba:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Opombe:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Priloge:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/sr/libkcalutils5.po 
new/kcalutils-17.04.3/po/sr/libkcalutils5.po
--- old/kcalutils-17.04.2/po/sr/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/sr/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-07-18 00:34+0200\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
@@ -216,15 +216,15 @@
 msgid "Journal"
 msgstr "Дневник"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Коментар:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Коментари:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Прилози:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/sv/libkcalutils5.po 
new/kcalutils-17.04.3/po/sv/libkcalutils5.po
--- old/kcalutils-17.04.2/po/sv/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/sv/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-07-07 17:26+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
@@ -205,15 +205,15 @@
 msgid "Journal"
 msgstr "Journal"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Kommentar:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Kommentarer:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Bilagor:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/tr/libkcalutils5.po 
new/kcalutils-17.04.3/po/tr/libkcalutils5.po
--- old/kcalutils-17.04.2/po/tr/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/tr/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdepimlibs-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2017-04-12 16:36+0100\n"
 "Last-Translator: Volkan Gezer <volkange...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
@@ -208,15 +208,15 @@
 msgid "Journal"
 msgstr "Günlük"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Yorum:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Yorumlar:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Eklentiler:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/ug/libkcalutils5.po 
new/kcalutils-17.04.3/po/ug/libkcalutils5.po
--- old/kcalutils-17.04.2/po/ug/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/ug/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+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"
@@ -214,17 +214,17 @@
 msgid "Journal"
 msgstr ""
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "ئىزاھات:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "ئىزاھات:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/uk/libkcalutils5.po 
new/kcalutils-17.04.3/po/uk/libkcalutils5.po
--- old/kcalutils-17.04.2/po/uk/libkcalutils5.po        2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/uk/libkcalutils5.po        2017-07-11 
02:25:58.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-07-07 19:51+0300\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
@@ -216,15 +216,15 @@
 msgid "Journal"
 msgstr "Журнал"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 msgid "Comment:"
 msgstr "Коментар:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "Коментарі:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 msgid "Attachments:"
 msgstr "Долучення:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/zh_CN/libkcalutils5.po 
new/kcalutils-17.04.3/po/zh_CN/libkcalutils5.po
--- old/kcalutils-17.04.2/po/zh_CN/libkcalutils5.po     2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/zh_CN/libkcalutils5.po     2017-07-11 
02:25:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2016-03-11 20:50-0800\n"
 "Last-Translator: Weng Xuetian <wen...@gmail.com>\n"
 "Language-Team: Chinese <kde-ch...@kde.org>\n"
@@ -202,17 +202,17 @@
 msgid "Journal"
 msgstr "日记"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "注释:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "注释:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/po/zh_TW/libkcalutils5.po 
new/kcalutils-17.04.3/po/zh_TW/libkcalutils5.po
--- old/kcalutils-17.04.2/po/zh_TW/libkcalutils5.po     2017-06-06 
02:23:37.000000000 +0200
+++ new/kcalutils-17.04.3/po/zh_TW/libkcalutils5.po     2017-07-11 
02:25:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-04-15 04:32+0200\n"
+"POT-Creation-Date: 2017-07-07 05:12+0200\n"
 "PO-Revision-Date: 2015-05-21 00:12+0800\n"
 "Last-Translator: Franklin\n"
 "Language-Team: Chinese Traditional <kde-i18n-...@kde.org>\n"
@@ -222,17 +222,17 @@
 msgid "Journal"
 msgstr "日誌"
 
-#: html.cpp:92 src/templates/itip.html:78
+#: html.cpp:92 src/templates/itip.html:87
 #, fuzzy
 #| msgid "Comments:"
 msgid "Comment:"
 msgstr "註解:"
 
-#: html.cpp:94 src/templates/itip.html:81
+#: html.cpp:94 src/templates/itip.html:90
 msgid "Comments:"
 msgstr "註解:"
 
-#: html.cpp:96 src/templates/itip.html:119
+#: html.cpp:96 src/templates/itip.html:133
 #, fuzzy
 #| msgid "Attachment:"
 #| msgid_plural "Attachments:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/src/grantleetemplatemanager_p.h 
new/kcalutils-17.04.3/src/grantleetemplatemanager_p.h
--- old/kcalutils-17.04.2/src/grantleetemplatemanager_p.h       2017-05-24 
07:56:34.000000000 +0200
+++ new/kcalutils-17.04.3/src/grantleetemplatemanager_p.h       2017-07-06 
08:52:47.000000000 +0200
@@ -21,6 +21,7 @@
 #define GRANTLEETEMPLATEMANAGER_H_P
 
 #include <QSharedPointer>
+#include "kcalutils_private_export.h"
 
 namespace Grantlee
 {
@@ -34,7 +35,7 @@
 class QString;
 class GrantleeKi18nLocalizer;
 
-class GrantleeTemplateManager
+class KCALUTILS_TESTS_EXPORT GrantleeTemplateManager
 {
 public:
     ~GrantleeTemplateManager();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/src/kcalutils_private_export.h 
new/kcalutils-17.04.3/src/kcalutils_private_export.h
--- old/kcalutils-17.04.2/src/kcalutils_private_export.h        1970-01-01 
01:00:00.000000000 +0100
+++ new/kcalutils-17.04.3/src/kcalutils_private_export.h        2017-07-06 
08:52:47.000000000 +0200
@@ -0,0 +1,34 @@
+/*  This file is part of the KDE project
+    Copyright (C) 2007 David Faure <fa...@kde.org>
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
+
+#ifndef KCALUTILSPRIVATE_EXPORT_H
+#define KCALUTILSPRIVATE_EXPORT_H
+
+#include "kcalutils_export.h"
+
+/* Classes which are exported only for unit tests */
+#ifdef BUILD_TESTING
+# ifndef KCALUTILS_TESTS_EXPORT
+#  define KCALUTILS_TESTS_EXPORT KCALUTILS_EXPORT
+# endif
+#else /* not compiling tests */
+# define KCALUTILS_TESTS_EXPORT
+#endif
+
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-17.04.2/src/templates/itip.html 
new/kcalutils-17.04.3/src/templates/itip.html
--- old/kcalutils-17.04.2/src/templates/itip.html       2017-05-24 
07:56:34.000000000 +0200
+++ new/kcalutils-17.04.3/src/templates/itip.html       2017-07-06 
08:52:47.000000000 +0200
@@ -62,12 +62,21 @@
 <p><i>{{ incidence.eventInfo|safe }}</i></p>
 
 {% if incidence.myStatus %}
-<p><i>{{ incidence.myStatus }}</i></p>
+<p><i>{{ incidence.myStatus|safe }}</i></p>
 {% endif %}
 
 <!-- Response buttons/groupware links -->
 {% for button in incidence.buttons %}
-    <a class="button" href="{{ button.uri }}">{% icon button.icon %}{{ 
button.label }}</a>
+    <a class="button" 
+    {% if button.uri %}
+       href="{{ button.uri }}"
+
+    {% endif %}
+    >
+    {% if button.icon %}
+       {% icon button.icon %}
+    {% endif %}
+    {{ button.label|safe }}</a>
 {% endfor %}
 
 <!-- Comments -->
@@ -93,7 +102,12 @@
 
 <div dir="{{ incidence.ltr }}">
 
-<h2 class="summary">{% icon incidence.iconName desktop %} {{ 
incidence.summary|safe }}</h2>
+<h2 class="summary">
+{% if incidence.iconName %}
+
+{% icon incidence.iconName desktop %} 
+{% endif %}
+{{ incidence.summary|safe }}</h2>
 
 <table border="0">
 


Reply via email to