Hello community,

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2020-01-11 14:40:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcalutils (Old)
 and      /work/SRC/openSUSE:Factory/.kcalutils.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcalutils"

Sat Jan 11 14:40:15 2020 rev:54 rq:762325 version:19.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes      2019-12-25 
10:54:42.233627468 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.6675/kcalutils.changes    
2020-01-11 14:41:53.985228928 +0100
@@ -1,0 +2,10 @@
+Tue Jan  7 10:00:19 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 19.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.1
+- Changes since 19.12.0:
+  * Fix kcalutils-testincidenceformatter color
+
+-------------------------------------------------------------------

Old:
----
  kcalutils-19.12.0.tar.xz
  kcalutils-19.12.0.tar.xz.sig

New:
----
  kcalutils-19.12.1.tar.xz
  kcalutils-19.12.1.tar.xz.sig

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

Other differences:
------------------
++++++ kcalutils.spec ++++++
--- /var/tmp/diff_new_pack.b3x2vW/_old  2020-01-11 14:41:55.577229557 +0100
+++ /var/tmp/diff_new_pack.b3x2vW/_new  2020-01-11 14:41:55.613229571 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcalutils
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kcalutils
-Version:        19.12.0
+Version:        19.12.1
 Release:        0
 Summary:        Library with utility functions for handling calendar data
 License:        LGPL-2.1-or-later


++++++ kcalutils-19.12.0.tar.xz -> kcalutils-19.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.12.0/CMakeLists.txt 
new/kcalutils-19.12.1/CMakeLists.txt
--- old/kcalutils-19.12.0/CMakeLists.txt        2019-12-06 02:48:33.000000000 
+0100
+++ new/kcalutils-19.12.1/CMakeLists.txt        2020-01-07 03:28:03.000000000 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(PIM_VERSION "5.13.0")
+set(PIM_VERSION "5.13.1")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -24,7 +24,7 @@
 include(KPIMGrantleeMacros)
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.13.0")
+set(IDENTITYMANAGER_LIB_VERSION "5.13.1")
 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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-event-accepted-reply.html 
new/kcalutils-19.12.1/autotests/data/itip-event-accepted-reply.html
--- old/kcalutils-19.12.0/autotests/data/itip-event-accepted-reply.html 
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-event-accepted-reply.html 
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-event-allday.html 
new/kcalutils-19.12.1/autotests/data/itip-event-allday.html
--- old/kcalutils-19.12.0/autotests/data/itip-event-allday.html 2019-12-01 
10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-event-allday.html 2019-12-29 
09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-event-counterproposal-declined.html 
new/kcalutils-19.12.1/autotests/data/itip-event-counterproposal-declined.html
--- 
old/kcalutils-19.12.0/autotests/data/itip-event-counterproposal-declined.html   
    2019-12-01 10:15:19.000000000 +0100
+++ 
new/kcalutils-19.12.1/autotests/data/itip-event-counterproposal-declined.html   
    2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-event-counterproposal.html 
new/kcalutils-19.12.1/autotests/data/itip-event-counterproposal.html
--- old/kcalutils-19.12.0/autotests/data/itip-event-counterproposal.html        
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-event-counterproposal.html        
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-event-delegation-reply.html 
new/kcalutils-19.12.1/autotests/data/itip-event-delegation-reply.html
--- old/kcalutils-19.12.0/autotests/data/itip-event-delegation-reply.html       
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-event-delegation-reply.html       
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-event-delegation-request.html 
new/kcalutils-19.12.1/autotests/data/itip-event-delegation-request.html
--- old/kcalutils-19.12.0/autotests/data/itip-event-delegation-request.html     
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-event-delegation-request.html     
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-event-multiday-allday.html 
new/kcalutils-19.12.1/autotests/data/itip-event-multiday-allday.html
--- old/kcalutils-19.12.0/autotests/data/itip-event-multiday-allday.html        
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-event-multiday-allday.html        
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-event-multiday.html 
new/kcalutils-19.12.1/autotests/data/itip-event-multiday.html
--- old/kcalutils-19.12.0/autotests/data/itip-event-multiday.html       
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-event-multiday.html       
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-event-request.html 
new/kcalutils-19.12.1/autotests/data/itip-event-request.html
--- old/kcalutils-19.12.0/autotests/data/itip-event-request.html        
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-event-request.html        
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-event-tentative-reply.html 
new/kcalutils-19.12.1/autotests/data/itip-event-tentative-reply.html
--- old/kcalutils-19.12.0/autotests/data/itip-event-tentative-reply.html        
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-event-tentative-reply.html        
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-event-with-html-description.html 
new/kcalutils-19.12.1/autotests/data/itip-event-with-html-description.html
--- old/kcalutils-19.12.0/autotests/data/itip-event-with-html-description.html  
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-event-with-html-description.html  
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-event-with-recurrence-attachment-reminder.html
 
new/kcalutils-19.12.1/autotests/data/itip-event-with-recurrence-attachment-reminder.html
--- 
old/kcalutils-19.12.0/autotests/data/itip-event-with-recurrence-attachment-reminder.html
    2019-12-01 10:15:19.000000000 +0100
+++ 
new/kcalutils-19.12.1/autotests/data/itip-event-with-recurrence-attachment-reminder.html
    2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.12.0/autotests/data/itip-event.html 
new/kcalutils-19.12.1/autotests/data/itip-event.html
--- old/kcalutils-19.12.0/autotests/data/itip-event.html        2019-12-01 
10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-event.html        2019-12-29 
09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-journal-accepted-reply.html 
new/kcalutils-19.12.1/autotests/data/itip-journal-accepted-reply.html
--- old/kcalutils-19.12.0/autotests/data/itip-journal-accepted-reply.html       
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-journal-accepted-reply.html       
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-journal-declined-reply.html 
new/kcalutils-19.12.1/autotests/data/itip-journal-declined-reply.html
--- old/kcalutils-19.12.0/autotests/data/itip-journal-declined-reply.html       
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-journal-declined-reply.html       
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-journal-delegation-reply.html 
new/kcalutils-19.12.1/autotests/data/itip-journal-delegation-reply.html
--- old/kcalutils-19.12.0/autotests/data/itip-journal-delegation-reply.html     
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-journal-delegation-reply.html     
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-journal-delegation-request.html 
new/kcalutils-19.12.1/autotests/data/itip-journal-delegation-request.html
--- old/kcalutils-19.12.0/autotests/data/itip-journal-delegation-request.html   
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-journal-delegation-request.html   
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-journal-tentative-reply.html 
new/kcalutils-19.12.1/autotests/data/itip-journal-tentative-reply.html
--- old/kcalutils-19.12.0/autotests/data/itip-journal-tentative-reply.html      
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-journal-tentative-reply.html      
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.12.0/autotests/data/itip-journal.html 
new/kcalutils-19.12.1/autotests/data/itip-journal.html
--- old/kcalutils-19.12.0/autotests/data/itip-journal.html      2019-12-01 
10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-journal.html      2019-12-29 
09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-todo-accepted-reply.html 
new/kcalutils-19.12.1/autotests/data/itip-todo-accepted-reply.html
--- old/kcalutils-19.12.0/autotests/data/itip-todo-accepted-reply.html  
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-todo-accepted-reply.html  
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-todo-declined-reply.html 
new/kcalutils-19.12.1/autotests/data/itip-todo-declined-reply.html
--- old/kcalutils-19.12.0/autotests/data/itip-todo-declined-reply.html  
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-todo-declined-reply.html  
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-todo-delegation-reply.html 
new/kcalutils-19.12.1/autotests/data/itip-todo-delegation-reply.html
--- old/kcalutils-19.12.0/autotests/data/itip-todo-delegation-reply.html        
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-todo-delegation-reply.html        
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-todo-delegation-request.html 
new/kcalutils-19.12.1/autotests/data/itip-todo-delegation-request.html
--- old/kcalutils-19.12.0/autotests/data/itip-todo-delegation-request.html      
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-todo-delegation-request.html      
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-todo-tentative-reply.html 
new/kcalutils-19.12.1/autotests/data/itip-todo-tentative-reply.html
--- old/kcalutils-19.12.0/autotests/data/itip-todo-tentative-reply.html 
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-todo-tentative-reply.html 
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.12.0/autotests/data/itip-todo-with-start.html 
new/kcalutils-19.12.1/autotests/data/itip-todo-with-start.html
--- old/kcalutils-19.12.0/autotests/data/itip-todo-with-start.html      
2019-12-01 10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-todo-with-start.html      
2019-12-29 09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.12.0/autotests/data/itip-todo.html 
new/kcalutils-19.12.1/autotests/data/itip-todo.html
--- old/kcalutils-19.12.0/autotests/data/itip-todo.html 2019-12-01 
10:15:19.000000000 +0100
+++ new/kcalutils-19.12.1/autotests/data/itip-todo.html 2019-12-29 
09:56:23.000000000 +0100
@@ -54,7 +54,7 @@
     border-color: #474a4c !important;
 }
 #invitation a.button {
-    color: #31363b !important;
+    color: #232627 !important;
 }
 #invitation .button img{
     vertical-align: middle !important;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.12.0/po/ca/libkcalutils5.po 
new/kcalutils-19.12.1/po/ca/libkcalutils5.po
--- old/kcalutils-19.12.0/po/ca/libkcalutils5.po        2019-12-06 
02:48:30.000000000 +0100
+++ new/kcalutils-19.12.1/po/ca/libkcalutils5.po        2020-01-07 
03:28:01.000000000 +0100
@@ -2307,623 +2307,3 @@
 #: src/templates/todo.html:174
 msgid "Percent done:"
 msgstr "Percentatge completat:"
-
-#~ msgctxt "@info"
-#~ msgid ""
-#~ "<para>You accepted an invitation update, but an earlier version of the "
-#~ "item could not be found in your calendar.</para><para>This may have "
-#~ "occurred because:<list><item>the organizer did not include you in the "
-#~ "original invitation</item><item>you did not accept the original "
-#~ "invitation yet</item><item>you deleted the original invitation from your "
-#~ "calendar</item><item>you no longer have access to the calendar containing "
-#~ "the invitation</item></list></para><para>This is not a problem, but we "
-#~ "thought you should know.</para>"
-#~ msgstr ""
-#~ "<para>Heu acceptat l'actualització d'una invitació, però no s'ha pogut "
-#~ "trobar cap versió prèvia de l'element en el calendari.</para><para>Això "
-#~ "pot haver passat perquè:<list><item>l'organitzador no us ha inclòs en la "
-#~ "invitació original</item><item>encara no heu acceptat la invitació "
-#~ "original</item> <item>heu eliminat la invitació original del calendari</"
-#~ "item> <item>no teniu accés al calendari que conté la invitació</item></"
-#~ "list></para> <para>Això no és cap problema, però hauríeu de conèixer-ho.</"
-#~ "para>"
-
-#~ msgctxt "@title"
-#~ msgid "Cannot find invitation to be updated"
-#~ msgstr "No s'ha pogut trobar cap invitació a actualitzar."
-
-#~ msgctxt "@info"
-#~ msgid ""
-#~ "The event or task could not be removed from your calendar. Maybe it has "
-#~ "already been deleted or is not owned by you. Or it might belong to a read-"
-#~ "only or disabled calendar."
-#~ msgstr ""
-#~ "L'esdeveniment o tasca no s'ha pogut eliminar del calendari. Potser ja "
-#~ "s'ha esborrat o no sou el propietari. O potser pertany a un calendari "
-#~ "desactivat o de només lectura."
-
-#~ msgctxt "@info"
-#~ msgid "%1 wants to attend %2 but was not invited."
-#~ msgstr "%1 vol assistir a %2 però no ha estat invitat."
-
-#~ msgctxt "@info"
-#~ msgid "%1 wants to attend %2 on behalf of %3."
-#~ msgstr "%1 vol assistir a %2 en lloc de %3."
-
-#~ msgctxt "@title"
-#~ msgid "Uninvited attendee"
-#~ msgstr "Assistent no invitat"
-
-#~ msgctxt "@option"
-#~ msgid "Accept Attendance"
-#~ msgstr "Accepta l'assistència"
-
-#~ msgctxt "@option"
-#~ msgid "Reject Attendance"
-#~ msgstr "Rebutja l'assistència"
-
-#~ msgctxt "@info"
-#~ msgid "The organizer rejected your attendance at this meeting."
-#~ msgstr "L'organitzador ha rebutjat la vostra assistència a aquesta reunió."
-
-#~ msgctxt "@info"
-#~ msgid ""
-#~ "An attendee was added to the incidence. Do you want to email the "
-#~ "attendees an update message?"
-#~ msgstr ""
-#~ "S'ha afegit un assistent a la incidència. Voleu enviar als assistents un "
-#~ "missatge d'actualització?"
-
-#~ msgctxt "@title"
-#~ msgid "Attendee Added"
-#~ msgstr "S'ha afegit l'assistent"
-
-#~ msgctxt "@option"
-#~ msgid "Send Messages"
-#~ msgstr "Envia els missatges"
-
-#~ msgctxt "@option"
-#~ msgid "Do Not Send"
-#~ msgstr "No els enviïs"
-
-#~ msgctxt "Accept invitation conditionally"
-#~ msgid "Provisorily"
-#~ msgstr "Provisori"
-
-#~ msgid "Needs action"
-#~ msgstr "Es necessita una acció"
-
-#~ msgid "Accepted"
-#~ msgstr "Acceptada"
-
-#~ msgid "Declined"
-#~ msgstr "Refusada"
-
-#~ msgid "Delegated"
-#~ msgstr "Delegada"
-
-#~ msgid "Completed"
-#~ msgstr "Completada"
-
-#~ msgid "In Process"
-#~ msgstr "En procés"
-
-#~ msgctxt "%1: Start Date, %2: Start Time"
-#~ msgid "%1 %2"
-#~ msgstr "%1 %2"
-
-#~ msgctxt "%1: Start Date"
-#~ msgid "%1 (all day)"
-#~ msgstr "%1 (tot el dia)"
-
-#~ msgctxt "%1: End Date, %2: End Time"
-#~ msgid "%1 %2"
-#~ msgstr "%1 %2"
-
-#~ msgctxt "%1: End Date"
-#~ msgid "%1 (all day)"
-#~ msgstr "%1 (tot el dia)"
-
-#~ msgctxt "name (comment)"
-#~ msgid "%1 (%2)"
-#~ msgstr "%1 (%2)"
-
-#~ msgid "What:"
-#~ msgstr "Què:"
-
-#~ msgctxt "starting date"
-#~ msgid "From:"
-#~ msgstr "Des de:"
-
-#~ msgctxt "starting time"
-#~ msgid "At:"
-#~ msgstr "A les:"
-
-#~ msgctxt "ending date"
-#~ msgid "To:"
-#~ msgstr "Fins:"
-
-#~ msgctxt "ending time"
-#~ msgid "At:"
-#~ msgstr "A les:"
-
-#~ msgid "no end date specified"
-#~ msgstr "no s'ha especificat la data d'acabament"
-
-#~ msgctxt "Starting date of an event"
-#~ msgid "From:"
-#~ msgstr "Des de:"
-
-#~ msgctxt "Starting time of an event"
-#~ msgid "At:"
-#~ msgstr "A les:"
-
-#~ msgctxt "Ending date of an event"
-#~ msgid "To:"
-#~ msgstr "Fins:"
-
-#~ msgid "Start Date:"
-#~ msgstr "Data d'inici:"
-
-#~ msgid "Start Time:"
-#~ msgstr "Hora d'inici:"
-
-#~ msgid "Due Date:"
-#~ msgstr "Data de venciment:"
-
-#~ msgid "Due Time:"
-#~ msgstr "Hora de venciment:"
-
-#~ msgctxt "Due Date: None"
-#~ msgid "None"
-#~ msgstr "Sense"
-
-#~ msgid "All day"
-#~ msgstr "Tot el dia"
-
-#~ msgid "Summary:"
-#~ msgstr "Resum:"
-
-#~ msgctxt "date, fromTime - toTime "
-#~ msgid "%1, %2 - %3"
-#~ msgstr "%1, %2 - %3"
-
-#~ msgctxt "fromDateTime - toDateTime"
-#~ msgid "%1 - %2"
-#~ msgstr "%1 - %2"
-
-#~ msgid "Invitation List"
-#~ msgstr "Llista d'invitats"
-
-#~ msgctxt "no attendees"
-#~ msgid "None"
-#~ msgstr "Cap"
-
-#~ msgid "Attached Documents:"
-#~ msgstr "Documents adjunts:"
-
-#~ msgid "The invitation starting time has been changed from %1 to %2"
-#~ msgstr "L'hora d'inici d'aquesta invitació s'ha canviat de %1 a %2"
-
-#~ msgid "The invitation ending time has been changed from %1 to %2"
-#~ msgstr "L'hora final d'aquesta invitació s'ha canviat de %1 a %2"
-
-#~ msgid "The to-do has been completed"
-#~ msgstr "La pendent s'ha completat"
-
-#~ msgid "The to-do is no longer completed"
-#~ msgstr "La pendent ha deixat d'estar completada"
-
-#~ msgid "The task completed percentage has changed from %1 to %2"
-#~ msgstr "El percentatge de compleció de la tasca s'ha canviat de %1 a %2"
-
-#~ msgid "A to-do starting time has been added"
-#~ msgstr "S'ha afegit una hora d'inici a una pendent"
-
-#~ msgid "The to-do starting time has been removed"
-#~ msgstr "S'ha eliminat l'hora d'inici a una pendent"
-
-#~ msgid "The to-do starting time has been changed from %1 to %2"
-#~ msgstr "L'hora d'inici d'aquesta pendent s'ha canviat de %1 a %2"
-
-#~ msgid "A to-do due time has been added"
-#~ msgstr "S'ha afegit una hora de venciment a una pendent"
-
-#~ msgid "The to-do due time has been removed"
-#~ msgstr "S'ha eliminat l'hora de venciment a una pendent"
-
-#~ msgid "The to-do due time has been changed from %1 to %2"
-#~ msgstr "L'hora de venciment de la pendent s'ha canviat de %1 a %2"
-
-#~ msgid "The summary has been changed to: \"%1\""
-#~ msgstr "El resum ha canviat a: «%1»"
-
-#~ msgid "The location has been changed to: \"%1\""
-#~ msgstr "La ubicació ha canviat a: «%1»"
-
-#~ msgid "The description has been changed to: \"%1\""
-#~ msgstr "La descripció ha canviat a: «%1»"
-
-#~ msgid "Attendee %1 has been added"
-#~ msgstr "S'ha afegit l'assistent %1"
-
-#~ msgid "The status of attendee %1 has been changed to: %2"
-#~ msgstr "L'estat de l'assistent %1 ha canviat a: %2"
-
-#~ msgid "Attendee %1 has been removed"
-#~ msgstr "S'ha eliminat l'assistent %1"
-
-#~ msgctxt "Accept invitation conditionally"
-#~ msgid "Accept cond."
-#~ msgstr "Accepta cond."
-
-#~ msgctxt "postpone invitation"
-#~ msgid "Postpone"
-#~ msgstr "Posposa"
-
-#~ msgctxt "forward request to another"
-#~ msgid "Forward"
-#~ msgstr "Reenvia"
-
-#~ msgctxt "look for scheduling conflicts"
-#~ msgid "Check my calendar"
-#~ msgstr "Comprova el meu calendari"
-
-#~ msgid "Check my to-do list"
-#~ msgstr "Comprova la meva llista de pendents"
-
-#~ msgid "The following changes have been made by the organizer:"
-#~ msgstr "L'organitzador ha efectuat els següents canvis:"
-
-#~ msgid "The following changes have been made by %1:"
-#~ msgstr "«%1» ha efectuat els següents canvis:"
-
-#~ msgid "The following changes have been made:"
-#~ msgstr "S'han efectuat els següents canvis:"
-
-#~ msgid "The following changes have been made by an attendee:"
-#~ msgstr "Un assistent ha efectuat els següents canvis:"
-
-#~ msgid "Full name of the calendar owner"
-#~ msgstr "Nom complet del propietari del calendari"
-
-#~ msgid "The full name of the calendar owner for the export"
-#~ msgstr "Nom complet del propietari del calendari per l'exportació"
-
-#~ msgid "Enter the full name to print for the owner of the calendar."
-#~ msgstr "Introduïu el nom complet a imprimir del propietari del calendari."
-
-#~ msgid "Email of the calendar owner"
-#~ msgstr "Correu electrònic del propietari del calendari"
-
-#~ msgid "The email address of the calendar owner for the export"
-#~ msgstr "L'adreça electrònica del propietari del calendari per l'exportació"
-
-#~ msgid "Enter the email address to print for the owner of the calendar."
-#~ msgstr ""
-#~ "Introduïu l'adreça electrònica a imprimir del propietari del calendari."
-
-#~ msgid "Creator application"
-#~ msgstr "Aplicació creadora"
-
-#~ msgid "Creator application of the calendar"
-#~ msgstr "Aplicació creadora del calendari"
-
-#~ msgid "Enter a creator application of the calendar, for example KOrganizer."
-#~ msgstr ""
-#~ "Introduïu l'aplicació creadora del calendari, per exemple KOrganizer."
-
-#~ msgid "Creator URL"
-#~ msgstr "URL del creador"
-
-#~ msgid "URL of the creator application of the calendar."
-#~ msgstr "URL de l'aplicació creadora del calendari."
-
-#~ msgid ""
-#~ "Enter the URL of the creator application of the calendar, for example "
-#~ "http://userbase.kde.org/KOrganizer";
-#~ msgstr ""
-#~ "Introduïu l'URL de l'aplicació creadora del calendari, per exemple http://";
-#~ "userbase.kde.org/KOrganizer/ca"
-
-#~ msgid "Page Title"
-#~ msgstr "Títol de la pàgina"
-
-#~ msgid "The title of the exported page"
-#~ msgstr "El títol de la pàgina exportada"
-
-#~ msgid "Enter a title for the HTML page."
-#~ msgstr "Introduïu un títol per a la pàgina HTML."
-
-#~ msgid "Date start"
-#~ msgstr "Data d'inici"
-
-#~ msgid "First day of the range to export"
-#~ msgstr "Primer dia de l'interval a exportar"
-
-#~ msgid "First day of the range that shall be exported to HTML."
-#~ msgstr "Primer dia de l'interval que s'ha d'exportar a HTML."
-
-#~ msgid "Date end"
-#~ msgstr "Data final"
-
-#~ msgid "Last day of the range to export"
-#~ msgstr "Últim dia de l'interval a exportar"
-
-#~ msgid "Last day of the range that shall be exported to HTML."
-#~ msgstr "Últim dia de l'interval que s'ha d'exportar a HTML."
-
-#~ msgid "Output filename"
-#~ msgstr "Nom pel fitxer de sortida"
-
-#~ msgid "The file name for the export"
-#~ msgstr "El nom del fitxer per l'exportació"
-
-#~ msgid "The output file name for the HTML export."
-#~ msgstr "El nom del fitxer de sortida on exportar l'HTML."
-
-#~ msgid "Style sheet"
-#~ msgstr "Full d'estil"
-
-#~ msgid "CSS style sheet to use by the final HTML page"
-#~ msgstr "Full d'estil CSS a utilitzar en la pàgina HTML final"
-
-#~ msgid ""
-#~ "CSS style sheet to be used by the final HTML page. This string contains "
-#~ "the actual contents of the CSS, not a path to the style sheet."
-#~ msgstr ""
-#~ "Full d'estil CSS que s'usarà a la pàgina HTML final. La cadena té el "
-#~ "contingut real del CSS, no el camí al full d'estil."
-
-#~ msgid "Exclude private incidences from the export"
-#~ msgstr "Exclou les incidències privades de l'exportació"
-
-#~ msgid "Exclude private items from the export"
-#~ msgstr "Exclou els elements privats de l'exportació"
-
-#~ msgid "Check this box if you do NOT want to export your private items."
-#~ msgstr "Activeu aquesta casella si no voleu exportar els elements privats."
-
-#~ msgid "Exclude confidential incidences from the export"
-#~ msgstr "Exclou les incidències confidencials de l'exportació"
-
-#~ msgid "Exclude confidential items from the export"
-#~ msgstr "Exclou els elements confidencials de l'exportació"
-
-#~ msgid "Check this box if you do NOT want to export your confidential items."
-#~ msgstr ""
-#~ "Activeu aquesta casella si no voleu exportar els elements confidencials."
-
-#~ msgid "Export events as list"
-#~ msgstr "Exporta els esdeveniments com una llista"
-
-#~ msgid "Export events as a list"
-#~ msgstr "Exporta els esdeveniments com una llista"
-
-#~ msgid "Check this box if you want your events shown as a list."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu que els esdeveniments es mostrin com una "
-#~ "llista."
-
-#~ msgid "Export in month view"
-#~ msgstr "Exporta a la vista mensual"
-
-#~ msgid "Export events in a month view"
-#~ msgstr "Exporta els esdeveniments en una vista mensual"
-
-#~ msgid "Check this box if you want your events shown in a month view."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu que els esdeveniments es mostrin en una "
-#~ "vista mensual."
-
-#~ msgid "Export in week view"
-#~ msgstr "Exporta a la vista setmanal"
-
-#~ msgid "Export events in a week view"
-#~ msgstr "Exporta els esdeveniments en una vista setmanal"
-
-#~ msgid "Check this box if you want your events shown in a week view."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu que els esdeveniments es mostrin en una "
-#~ "vista setmanal."
-
-#~ msgid "Title of the calendar"
-#~ msgstr "Títol del calendari"
-
-#~ msgid "Title for the event calendar"
-#~ msgstr "Títol pel calendari d'esdeveniments"
-
-#~ msgid "Enter a string to use for the title of the event calendar."
-#~ msgstr ""
-#~ "Introduïu un text per utilitzar-lo com a títol del calendari "
-#~ "d'esdeveniments."
-
-#~ msgid "Export location of the events"
-#~ msgstr "Exporta la ubicació dels esdeveniments"
-
-#~ msgid "Include the event locations"
-#~ msgstr "Inclou les ubicacions dels esdeveniments"
-
-#~ msgid ""
-#~ "Check this box if you want the event locations to be exported, only if "
-#~ "the event has a location."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu que s'exportin les ubicacions dels "
-#~ "esdeveniments, només si aquests tenien una ubicació."
-
-#~ msgid "Export categories of the events"
-#~ msgstr "Exporta les categories dels esdeveniments"
-
-#~ msgid "Include the event categories"
-#~ msgstr "Inclou les categories dels esdeveniments"
-
-#~ msgid "Check this box if you want the event categories to be exported."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu que s'exportin les categories dels "
-#~ "esdeveniments."
-
-#~ msgid "Export attendees of the events"
-#~ msgstr "Exporta els assistents als esdeveniments"
-
-#~ msgid "Include the event attendees"
-#~ msgstr "Inclou els assistents dels esdeveniments"
-
-#~ msgid "Check this box if you want the event attendees to be exported."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu que s'exportin els assistents dels "
-#~ "esdeveniments."
-
-#~ msgid "Export to-do list"
-#~ msgstr "Exporta la llista de pendents"
-
-#~ msgid "Export the to-do list"
-#~ msgstr "Exporta la llista de pendents"
-
-#~ msgid ""
-#~ "Check this box if you want your to-do list to also be exported to the "
-#~ "HTML."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu que la llista de pendents s'exporti a "
-#~ "HTML."
-
-#~ msgid "Title of the to-do list"
-#~ msgstr "Títol de la llista de pendents"
-
-#~ msgid "Title for the to-do list"
-#~ msgstr "Títol per a la llista de pendents"
-
-#~ msgid "Enter a string to use for the title of the to-do list."
-#~ msgstr ""
-#~ "Introduïu un text per utilitzar-lo com a títol de la llista de pendents."
-
-#~ msgid "Export due dates of the to-dos"
-#~ msgstr "Exporta les dates de venciment de les pendents"
-
-#~ msgid "Include to-do due dates"
-#~ msgstr "Inclou les dates de venciment de les pendents"
-
-#~ msgid ""
-#~ "Check this box if you want the to-do list due dates to be exported, if "
-#~ "the to-do does have a due date."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu que s'exportin les dates de venciment a "
-#~ "la llista de pendents, si aquestes tenen data de venciment."
-
-#~ msgid "Export location of the to-dos"
-#~ msgstr "Exporta la ubicació de les pendents"
-
-#~ msgid "Include the to-do locations"
-#~ msgstr "Inclou les ubicacions de les pendents"
-
-#~ msgid ""
-#~ "Check this box if you want the to-do locations to be exported, only if "
-#~ "the to-do has a location."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu que s'exportin les ubicacions de les "
-#~ "pendents, només si aquestes tenien una ubicació."
-
-#~ msgid "Export categories of the to-dos"
-#~ msgstr "Exporta les categories de les pendents"
-
-#~ msgid "Include the to-do categories"
-#~ msgstr "Inclou les categories de les pendents"
-
-#~ msgid "Check this box if you want the to-do categories to be exported."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu que s'exportin les categories de les "
-#~ "pendents."
-
-#~ msgid "Export attendees of the to-dos"
-#~ msgstr "Exporta els assistents de les pendents"
-
-#~ msgid "Include the to-do attendees"
-#~ msgstr "Inclou els assistents de les pendents"
-
-#~ msgid "Check this box if you want the to-do attendees to be exported."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu que s'exportin els assistents de les "
-#~ "pendents."
-
-#~ msgid "Export journals"
-#~ msgstr "Exporta els diaris"
-
-#~ msgid "Check this box if you want to export journals as well."
-#~ msgstr "Activeu aquesta casella si també voleu exportar els diaris."
-
-#~ msgid "Title of the journal list"
-#~ msgstr "Títol de la llista de diaris"
-
-#~ msgid "Title for the journal list"
-#~ msgstr "Títol per a la llista de diaris"
-
-#~ msgid "Enter a title for the Journal list, if Journals are exported."
-#~ msgstr ""
-#~ "Introduïu un títol per a la llista de diaris, si aquests s'exporten."
-
-#~ msgid "Export free/busy list"
-#~ msgstr "Exporta la llista de lliure/ocupat"
-
-#~ msgid "Check this box if you want to export free/busy information as well."
-#~ msgstr ""
-#~ "Activeu aquesta casella si també voleu exportar la informació de lliure/"
-#~ "ocupat."
-
-#~ msgid "Title of the free/busy list"
-#~ msgstr "Títol de la llista de lliure/ocupat"
-
-#~ msgid "Title for the free/busy list"
-#~ msgstr "Títol per a la llista de lliure/ocupat"
-
-#~ msgid ""
-#~ "Enter a title for the free/busy list, if free/busy times are exported."
-#~ msgstr ""
-#~ "Introduïu un títol per a la llista de lliure/ocupat, si s'exporten els "
-#~ "horaris de lliure/ocupat."
-
-#~ msgctxt "date as string"
-#~ msgid "%1"
-#~ msgstr "%1"
-
-#~ msgid "Select calendar items before the specified date"
-#~ msgstr ""
-#~ "Selecciona els elements de calendari que succeeixin abans de la data "
-#~ "especificada"
-
-#~ msgid ""
-#~ "Check this box if you want to select calendar items that occur before the "
-#~ "specified date."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu seleccionar elements de calendari que "
-#~ "succeeixin abans de la data especificada."
-
-#~ msgid "Choose the currently selected calendar item"
-#~ msgstr ""
-#~ "Selecciona els elements de calendari que succeeixin a la data especificada"
-
-#~ msgid ""
-#~ "Check this box if you want to select calendar items that occur on the "
-#~ "specified date."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu seleccionar els elements de calendari "
-#~ "que succeeixin a la data especificada."
-
-#~ msgid "Select calendar items after the specified date"
-#~ msgstr ""
-#~ "Selecciona els elements de calendari que succeeixin després de la data "
-#~ "especificada"
-
-#~ msgid ""
-#~ "Check this box if you want to select calendar items that occur after the "
-#~ "specified date."
-#~ msgstr ""
-#~ "Activeu aquesta casella si voleu seleccionar els elements de calendari "
-#~ "que succeeixin després de la data especificada."
-
-#~ msgid "Calendar"
-#~ msgstr "Calendari"
-
-#~ msgid "To-do List"
-#~ msgstr "Llista de pendents"
-
-#~ msgid "Busy times"
-#~ msgstr "Temps ocupat"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.12.0/po/zh_CN/libkcalutils5.po 
new/kcalutils-19.12.1/po/zh_CN/libkcalutils5.po
--- old/kcalutils-19.12.0/po/zh_CN/libkcalutils5.po     2019-12-06 
02:48:33.000000000 +0100
+++ new/kcalutils-19.12.1/po/zh_CN/libkcalutils5.po     2020-01-07 
03:28:03.000000000 +0100
@@ -8,15 +8,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-06 03:12+0200\n"
-"PO-Revision-Date: 2019-11-19 23:11\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:48\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/pim/libkcalutils5.pot\n"


Reply via email to