Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkeduvocdocument for 
openSUSE:Factory checked in at 2021-04-25 21:27:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkeduvocdocument (Old)
 and      /work/SRC/openSUSE:Factory/.libkeduvocdocument.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkeduvocdocument"

Sun Apr 25 21:27:09 2021 rev:75 rq:887763 version:21.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkeduvocdocument/libkeduvocdocument.changes    
2021-03-10 08:55:38.750789308 +0100
+++ 
/work/SRC/openSUSE:Factory/.libkeduvocdocument.new.12324/libkeduvocdocument.changes
 2021-04-25 21:28:35.592514946 +0200
@@ -1,0 +2,24 @@
+Fri Apr 16 16:13:05 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04
+- No code change since 21.03.90
+
+-------------------------------------------------------------------
+Fri Apr  9 17:41:31 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.03.90
+  * New feature release
+- No code change since 21.03.80
+
+-------------------------------------------------------------------
+Sun Mar 21 13:29:31 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.03.80
+  * New feature release
+- Changes since 20.12.3:
+  * Don't include QtTest as it includes all QtCore includes
+
+-------------------------------------------------------------------

Old:
----
  libkeduvocdocument-20.12.3.tar.xz
  libkeduvocdocument-20.12.3.tar.xz.sig

New:
----
  libkeduvocdocument-21.04.0.tar.xz
  libkeduvocdocument-21.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ libkeduvocdocument.spec ++++++
--- /var/tmp/diff_new_pack.iwkKyk/_old  2021-04-25 21:28:36.092515548 +0200
+++ /var/tmp/diff_new_pack.iwkKyk/_new  2021-04-25 21:28:36.096515552 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkeduvocdocument
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,17 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           libkeduvocdocument
-Version:        20.12.3
+Version:        21.04.0
 Release:        0
 Summary:        Library for KDE Education Applications
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
 URL:            https://edu.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -40,10 +44,6 @@
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5Xml)
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 
 %description
 This package contains the library which is required by the KDE education
@@ -69,12 +69,10 @@
 This package contains all necessary files and libraries needed to
 develop KDE education applications.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %cmake_kf5 -d build -- -DKDE4_USE_COMMON_CMAKE_PACKAGE_CONFIG_DIR=ON
@@ -85,6 +83,7 @@
 %if %{with lang}
   %find_lang %{name} --with-man --all-name
 %endif
+
 %fdupes -s %{buildroot}
 
 %post -n libKEduVocDocument5 -p /sbin/ldconfig


++++++ libkeduvocdocument-20.12.3.tar.xz -> libkeduvocdocument-21.04.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkeduvocdocument-20.12.3/CMakeLists.txt 
new/libkeduvocdocument-21.04.0/CMakeLists.txt
--- old/libkeduvocdocument-20.12.3/CMakeLists.txt       2020-10-23 
13:41:09.000000000 +0200
+++ new/libkeduvocdocument-21.04.0/CMakeLists.txt       2021-02-07 
19:48:42.000000000 +0100
@@ -31,7 +31,7 @@
 
 configure_file( 
"${LibKEduVocDocument_SOURCE_DIR}/LibKEduVocDocumentConfig.cmake.in" 
"${LibKEduVocDocument_BINARY_DIR}/LibKEduVocDocumentConfig.cmake" @ONLY )
 
-set(_LibKEduVocDocument_CONFIG_DEST 
"${LIB_INSTALL_DIR}/cmake/libkeduvocdocument")
+set(_LibKEduVocDocument_CONFIG_DEST 
"${KDE_INSTALL_LIBDIR}/cmake/libkeduvocdocument")
 
 ki18n_install(po)
 install( FILES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/keduvocdocument/CMakeLists.txt 
new/libkeduvocdocument-21.04.0/keduvocdocument/CMakeLists.txt
--- old/libkeduvocdocument-20.12.3/keduvocdocument/CMakeLists.txt       
2020-10-23 13:41:09.000000000 +0200
+++ new/libkeduvocdocument-21.04.0/keduvocdocument/CMakeLists.txt       
2021-02-07 19:48:42.000000000 +0100
@@ -88,7 +88,7 @@
     PROPERTIES VERSION   ${KDEEDU_VERSION_STRING}
                SOVERSION ${KDEEDU_SOVERSION}
 )
-target_include_directories(KEduVocDocument INTERFACE 
"$<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}/libkeduvocdocument>")
+target_include_directories(KEduVocDocument INTERFACE 
"$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR}/libkeduvocdocument>")
 
 
 #Library for non-api unittests
@@ -114,7 +114,7 @@
 #    SOVERSION ${LIB_KEDUVOCDOCUMENT_SOVERSION}
 #)
 
-install(TARGETS KEduVocDocument EXPORT LibKEduVocDocumentTargets 
${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS KEduVocDocument EXPORT LibKEduVocDocumentTargets 
${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
 
 
 ########### install files ###############
@@ -122,5 +122,5 @@
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/keduvocdocument_export.h
   ${KdeEdu_HEADERS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/libkeduvocdocument COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR}/libkeduvocdocument COMPONENT Devel
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/keduvocdocument/autotests/readerTestHelpers.h 
new/libkeduvocdocument-21.04.0/keduvocdocument/autotests/readerTestHelpers.h
--- 
old/libkeduvocdocument-20.12.3/keduvocdocument/autotests/readerTestHelpers.h    
    2020-10-23 13:41:09.000000000 +0200
+++ 
new/libkeduvocdocument-21.04.0/keduvocdocument/autotests/readerTestHelpers.h    
    2021-02-07 19:48:42.000000000 +0100
@@ -22,6 +22,7 @@
 
 #include "keduvocdocument.h"
 #include <QTemporaryFile>
+#include <QBuffer>
 
 /** These are macros and functions common to all of the file reader tests*/
 namespace ReaderTestHelpersUnitTest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/keduvocdocument/autotests/readerkvtml2test.cpp 
new/libkeduvocdocument-21.04.0/keduvocdocument/autotests/readerkvtml2test.cpp
--- 
old/libkeduvocdocument-20.12.3/keduvocdocument/autotests/readerkvtml2test.cpp   
    2020-10-23 13:41:09.000000000 +0200
+++ 
new/libkeduvocdocument-21.04.0/keduvocdocument/autotests/readerkvtml2test.cpp   
    2021-02-07 19:48:42.000000000 +0100
@@ -24,7 +24,7 @@
 #include "readerTestHelpers.h"
 
 #include <QDebug>
-#include <QtTest>
+#include <QTest>
 
 namespace Kvtml2ReaderUnitTests
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/keduvocdocument/autotests/readerpaukertest.cpp 
new/libkeduvocdocument-21.04.0/keduvocdocument/autotests/readerpaukertest.cpp
--- 
old/libkeduvocdocument-20.12.3/keduvocdocument/autotests/readerpaukertest.cpp   
    2020-10-23 13:41:09.000000000 +0200
+++ 
new/libkeduvocdocument-21.04.0/keduvocdocument/autotests/readerpaukertest.cpp   
    2021-02-07 19:48:42.000000000 +0100
@@ -24,7 +24,7 @@
 #include "readerTestHelpers.h"
 
 #include <QDebug>
-#include <QtTest>
+#include <QTest>
 
 namespace PaukerReaderUnitTests
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/keduvocdocument/autotests/readervokabelntest.cpp 
new/libkeduvocdocument-21.04.0/keduvocdocument/autotests/readervokabelntest.cpp
--- 
old/libkeduvocdocument-20.12.3/keduvocdocument/autotests/readervokabelntest.cpp 
    2020-10-23 13:41:09.000000000 +0200
+++ 
new/libkeduvocdocument-21.04.0/keduvocdocument/autotests/readervokabelntest.cpp 
    2021-02-07 19:48:42.000000000 +0100
@@ -24,7 +24,7 @@
 #include "readerTestHelpers.h"
 
 #include <QDebug>
-#include <QtTest>
+#include <QTest>
 
 namespace VokabelnReaderUnitTests
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/keduvocdocument/autotests/readerwordquiztest.cpp 
new/libkeduvocdocument-21.04.0/keduvocdocument/autotests/readerwordquiztest.cpp
--- 
old/libkeduvocdocument-20.12.3/keduvocdocument/autotests/readerwordquiztest.cpp 
    2020-10-23 13:41:09.000000000 +0200
+++ 
new/libkeduvocdocument-21.04.0/keduvocdocument/autotests/readerwordquiztest.cpp 
    2021-02-07 19:48:42.000000000 +0100
@@ -25,7 +25,7 @@
 
 #include <QObject>
 #include <QDebug>
-#include <QtTest>
+#include <QTest>
 
 namespace WordQuizReaderTests {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/keduvocdocument/autotests/readerxdxftest.cpp 
new/libkeduvocdocument-21.04.0/keduvocdocument/autotests/readerxdxftest.cpp
--- old/libkeduvocdocument-20.12.3/keduvocdocument/autotests/readerxdxftest.cpp 
2020-10-23 13:41:09.000000000 +0200
+++ new/libkeduvocdocument-21.04.0/keduvocdocument/autotests/readerxdxftest.cpp 
2021-02-07 19:48:42.000000000 +0100
@@ -24,7 +24,7 @@
 #include "readerTestHelpers.h"
 
 #include <QDebug>
-#include <QtTest>
+#include <QTest>
 
 namespace XdxfReaderUnitTests
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/keduvocdocument/keduvoccsvwriter.cpp 
new/libkeduvocdocument-21.04.0/keduvocdocument/keduvoccsvwriter.cpp
--- old/libkeduvocdocument-20.12.3/keduvocdocument/keduvoccsvwriter.cpp 
2020-10-23 13:41:09.000000000 +0200
+++ new/libkeduvocdocument-21.04.0/keduvocdocument/keduvoccsvwriter.cpp 
2021-02-07 19:48:42.000000000 +0100
@@ -38,11 +38,12 @@
     m_doc = doc;
 
     QString separator = m_doc->csvDelimiter();
-    ;
 
     QTextStream outputStream;
     outputStream.setDevice( m_outputFile );
+#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
     outputStream.setCodec( "UTF-8" );
+#endif
 
     outputStream << i18nc( "@item:intable the title of the document will be 
written here", "Title:" )  << separator << m_doc->title() << "\n";
     outputStream << i18nc( "@item:intable the author will be written here", 
"Author:" ) << separator << m_doc->author() << "\n";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/keduvocdocument/readerwriters/keduvoccsvreader.cpp
 
new/libkeduvocdocument-21.04.0/keduvocdocument/readerwriters/keduvoccsvreader.cpp
--- 
old/libkeduvocdocument-20.12.3/keduvocdocument/readerwriters/keduvoccsvreader.cpp
   2020-10-23 13:41:09.000000000 +0200
+++ 
new/libkeduvocdocument-21.04.0/keduvocdocument/readerwriters/keduvoccsvreader.cpp
   2021-02-07 19:48:42.000000000 +0100
@@ -52,7 +52,9 @@
     QString separator = m_doc->csvDelimiter();
 
     QTextStream inputStream( m_inputFile );
+#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
     inputStream.setCodec( "UTF-8" );
+#endif
     inputStream.setAutoDetectUnicode( true );
     inputStream.seek( 0 );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/ar/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/ar/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/ar/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/ar/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2007-10-14 15:44+0000\n"
 "Last-Translator: Youssef Chahibi <chah...@gmail.com>\n"
 "Language-Team: <e...@li.org>\n"
@@ -19,13 +19,13 @@
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
 "X-Generator: KBabel 1.11.4\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, fuzzy, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "??????????????:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, fuzzy, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/bg/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/bg/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/bg/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/bg/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2011-07-19 20:48+0300\n"
 "Last-Translator: Yasen Pramatarov <ya...@lindeas.com>\n"
 "Language-Team: Bulgarian <d...@fsa-bg.org>\n"
@@ -18,13 +18,13 @@
 "X-Generator: Lokalize 1.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "????????????????:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/bs/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/bs/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/bs/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/bs/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2013-01-14 19:18+0000\n"
 "Last-Translator: Samir Ribi?? <Unknown>\n"
 "Language-Team: Bosnian <b...@li.org>\n"
@@ -20,13 +20,13 @@
 "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Naslov:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/ca/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/ca/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/ca/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/ca/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkeduvocdocument\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2020-08-06 15:06+0200\n"
 "Last-Translator: Antoni Bella P??rez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -22,13 +22,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "T??tol:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/ca@valencia/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/ca@valencia/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/ca@valencia/libkeduvocdocument.po 
2021-03-02 01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/ca@valencia/libkeduvocdocument.po 
2021-04-16 10:37:57.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkeduvocdocument\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2020-08-06 15:06+0200\n"
 "Last-Translator: Antoni Bella P??rez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -22,13 +22,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "T??tol:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/cs/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/cs/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/cs/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/cs/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-02-05 13:10+0100\n"
 "Last-Translator: V??t Pel????k <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "N??zev:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/da/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/da/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/da/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/da/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2020-07-21 17:21+0200\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
@@ -18,13 +18,13 @@
 "X-Generator: Lokalize 20.04.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Titel:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/de/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/de/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/de/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/de/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-01-17 09:26+0100\n"
 "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
@@ -20,13 +20,13 @@
 "X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Titel:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/el/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/el/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/el/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/el/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2017-10-21 17:56+0200\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
@@ -22,13 +22,13 @@
 "X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "????????????:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/en_GB/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/en_GB/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/en_GB/libkeduvocdocument.po       
2021-03-02 01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/en_GB/libkeduvocdocument.po       
2021-04-16 10:37:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-01-24 12:21+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
@@ -18,13 +18,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Title:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/eo/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/eo/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/eo/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/eo/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libkeduvocdocument\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2007-10-21 10:25-0400\n"
 "Last-Translator: Pierre-Marie P??drot <pedrot...@wanadoo.fr>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
@@ -17,13 +17,13 @@
 "X-Generator: Zanata 3.5.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Titolo:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/es/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/es/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/es/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/es/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkeduvocdocument\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-01-19 21:13+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
@@ -19,13 +19,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "T??tulo:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/et/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/et/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/et/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/et/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-07-28 00:44+0300\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@linux.ee>\n"
@@ -17,13 +17,13 @@
 "X-Generator: Lokalize 1.5\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Nimi:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/eu/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/eu/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/eu/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/eu/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2009-05-29 14:47+0200\n"
 "Last-Translator: I??aki Larra??aga Murgoitio <doo...@euskalgnu.org>\n"
 "Language-Team: Basque <itzulp...@euskalgnu.org>\n"
@@ -18,13 +18,13 @@
 "X-Generator: KBabel 1.11.4\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Izenburua:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/fa/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/fa/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/fa/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/fa/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2007-09-06 13:35+0330\n"
 "Last-Translator: Nazanin Kazemi <kaz...@itland.ir>\n"
 "Language-Team: Persian <kde-i18n...@kde.org>\n"
@@ -17,13 +17,13 @@
 "X-Generator: KBabel 1.11.4\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, fuzzy, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "! ??????????:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, fuzzy, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/fi/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/fi/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/fi/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/fi/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-01-15 16:53+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
@@ -21,13 +21,13 @@
 "X-POT-Import-Date: 2012-12-01 22:23:48+0000\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Otsikko:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/fr/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/fr/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/fr/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/fr/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2018-01-08 17:18+0800\n"
 "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
@@ -29,13 +29,13 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Titre??:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/ga/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/ga/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/ga/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/ga/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdeedu/libkdeedu.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2005-07-05 23:03-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? "
 "3 : 4\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Teideal:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/gl/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/gl/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/gl/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/gl/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2019-03-28 13:28+0100\n"
 "Last-Translator: Adri??n Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
@@ -20,13 +20,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "T??tulo:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/he/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/he/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/he/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/he/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libkeduvocdocument\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2017-05-16 06:59-0400\n"
 "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n"
 "Language-Team: hebrew <kde-l10n...@kde.org>\n"
@@ -17,13 +17,13 @@
 "X-Generator: Zanata 3.9.6\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr ""
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/hi/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/hi/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/hi/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/hi/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2007-12-21 17:52+0530\n"
 "Last-Translator: Ravishankar Shrivastava <raviratl...@yahoo.com>\n"
 "Language-Team: Hindi <indlinux-hi...@lists.sourceforge.net>\n"
@@ -18,13 +18,13 @@
 "X-Generator: KBabel 1.11.4\n"
 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "??????????????????:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/hr/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/hr/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/hr/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/hr/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2010-06-21 19:39+0200\n"
 "Last-Translator: Oliver Mucafir <oliver.untw...@gmail.com>\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
@@ -20,13 +20,13 @@
 "X-Text-Markup: kde4\n"
 "X-Generator: Lokalize 1.0\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr ""
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/hu/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/hu/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/hu/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/hu/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2020-11-25 22:04+0100\n"
 "Last-Translator: Krist??f Kiszel <kiszel.kris...@gmail.com>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 21.03.70\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "C??m:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/is/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/is/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/is/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/is/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2005-12-14 10:57+0000\n"
 "Last-Translator: Bj??rgvin Ragnarsson <nifgr...@gmail.com>\n"
 "Language-Team: Icelandic <kde-...@molar.is>\n"
@@ -18,13 +18,13 @@
 "\n"
 "\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr ""
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/it/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/it/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/it/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/it/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-07-24 09:43+0200\n"
 "Last-Translator: Pino Toscano <toscano.p...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
@@ -15,13 +15,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Titolo:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/ja/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/ja/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/ja/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/ja/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2008-12-23 01:14+0900\n"
 "Last-Translator: Yukiko Bando <yba...@k6.dion.ne.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
@@ -26,13 +26,13 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "????????????:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/kk/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/kk/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/kk/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/kk/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2012-02-25 05:01+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
@@ -17,13 +17,13 @@
 "X-Generator: Lokalize 1.2\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "??????????:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/km/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/km/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/km/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/km/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2012-07-16 17:06+0700\n"
 "Last-Translator: Sok Sophea <sop...@khmeros.info>\n"
 "Language-Team: Khmer <>\n"
@@ -19,13 +19,13 @@
 "X-Generator: WordForge 0.8 RC1\n"
 "X-Language: km-KH\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "??????????????????????????"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/lt/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/lt/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/lt/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/lt/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2010-06-02 12:14+0100\n"
 "Last-Translator: Andrius ??tikonas <andr...@stikonas.eu>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n"
 "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Pavadinimas:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/lv/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/lv/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/lv/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/lv/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2009-07-07 20:59+0300\n"
 "Last-Translator: Viesturs Zari???? <viesturs.zar...@mii.lu.lv>\n"
 "Language-Team: Latvian <loc...@laka.lv>\n"
@@ -22,13 +22,13 @@
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
 "2);\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Virsraksts:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/ml/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/ml/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/ml/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/ml/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2008-07-22 22:48+0530\n"
 "Last-Translator: ANI PETER|????????? ???????????????????????? 
<peter....@gmail.com>\n"
 "Language-Team: Swathanthra|??????????????????????????? 
Malayalam|?????????????????? 
Computing|????????????????????????????????????????????? <smc-"
@@ -18,13 +18,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "?????????????????????????????????:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/mr/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/mr/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/mr/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/mr/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2013-03-05 17:10+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "?????????????????? :"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/nb/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/nb/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/nb/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/nb/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2010-08-14 20:38+0200\n"
 "Last-Translator: Bj??rn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokm??l <l10n...@lister.huftis.org>\n"
@@ -21,13 +21,13 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Tittel:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/nds/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/nds/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/nds/libkeduvocdocument.po 2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/nds/libkeduvocdocument.po 2021-04-16 
10:37:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2014-08-11 13:02+0200\n"
 "Last-Translator: S??nke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
@@ -18,13 +18,13 @@
 "X-Generator: Lokalize 1.4\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Titel:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/nl/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/nl/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/nl/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/nl/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-01-14 13:49+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Titel:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/nn/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/nn/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/nn/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/nn/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2017-09-04 20:34+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
@@ -20,13 +20,13 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Tittel:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/pa/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/pa/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/pa/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/pa/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2011-01-01 20:41+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <punjabi-us...@lists.sf.net>\n"
@@ -16,13 +16,13 @@
 "X-Generator: Lokalize 1.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr ""
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/pl/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/pl/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/pl/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/pl/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-01-23 07:00+0100\n"
 "Last-Translator: ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
@@ -18,13 +18,13 @@
 "|| n%100>=20) ? 1 : 2);\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Tytu??:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/pt/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/pt/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/pt/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/pt/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkeduvocdocument\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-01-14 10:07+0000\n"
 "Last-Translator: Jos?? Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
@@ -18,13 +18,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-POFile-SpellExtra: KWordQuiz Leitner Pauker\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "T??tulo:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/pt_BR/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/pt_BR/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/pt_BR/libkeduvocdocument.po       
2021-03-02 01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/pt_BR/libkeduvocdocument.po       
2021-04-16 10:37:57.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libeduvocdocument\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-01-14 21:44-0200\n"
 "Last-Translator: Andr?? Marcelo Alvarenga <alvare...@kde.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
@@ -20,13 +20,13 @@
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "T??tulo:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/ro/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/ro/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/ro/libkeduvocdocument.po  2021-03-02 
01:37:46.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/ro/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2010-12-24 22:42+0200\n"
 "Last-Translator: Victor C??rbune <victor.carb...@kdemail.net>\n"
 "Language-Team: Rom??n?? <kde-i18n...@kde.org>\n"
@@ -23,13 +23,13 @@
 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Titlu:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/ru/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/ru/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/ru/libkeduvocdocument.po  2021-03-02 
01:37:47.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/ru/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2018-05-17 20:26+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
@@ -24,13 +24,13 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "??????????????????:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/sk/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/sk/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/sk/libkeduvocdocument.po  2021-03-02 
01:37:47.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/sk/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: libkeduvocdocument\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-02-23 18:29+0100\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
@@ -15,13 +15,13 @@
 "X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "N??zov:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/sl/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/sl/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/sl/libkeduvocdocument.po  2021-03-02 
01:37:47.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/sl/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-01-16 08:35+0100\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
@@ -18,13 +18,13 @@
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Naslov:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/sv/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/sv/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/sv/libkeduvocdocument.po  2021-03-02 
01:37:47.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/sv/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-02-07 12:05+0100\n"
 "Last-Translator: Stefan Asserh??ll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
@@ -16,13 +16,13 @@
 "X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Rubrik:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/tr/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/tr/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/tr/libkeduvocdocument.po  2021-03-02 
01:37:47.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/tr/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2017-05-16 09:32+0000\n"
 "Last-Translator: Kaan <kaanozdin...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
@@ -21,13 +21,13 @@
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.4\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "Ba??l??k:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/ug/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/ug/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/ug/libkeduvocdocument.po  2021-03-02 
01:37:47.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/ug/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\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"
@@ -17,13 +17,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "??????????:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/uk/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/uk/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/uk/libkeduvocdocument.po  2021-03-02 
01:37:47.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/uk/libkeduvocdocument.po  2021-04-16 
10:37:57.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkeduvocdocument\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2019-01-25 14:43+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
@@ -20,13 +20,13 @@
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "??????????????????:"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/zh_CN/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/zh_CN/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/zh_CN/libkeduvocdocument.po       
2021-03-02 01:37:47.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/zh_CN/libkeduvocdocument.po       
2021-04-16 10:37:57.000000000 +0200
@@ -10,8 +10,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
+"PO-Revision-Date: 2021-03-27 17:31\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -26,13 +26,13 @@
 "pot\n"
 "X-Crowdin-File-ID: 4328\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "?????????"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-20.12.3/po/zh_TW/libkeduvocdocument.po 
new/libkeduvocdocument-21.04.0/po/zh_TW/libkeduvocdocument.po
--- old/libkeduvocdocument-20.12.3/po/zh_TW/libkeduvocdocument.po       
2021-03-02 01:37:47.000000000 +0100
+++ new/libkeduvocdocument-21.04.0/po/zh_TW/libkeduvocdocument.po       
2021-04-16 10:37:57.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-09-19 02:02+0200\n"
+"POT-Creation-Date: 2021-02-02 02:25+0100\n"
 "PO-Revision-Date: 2016-11-16 21:39+0800\n"
 "Last-Translator: Jeff Huang <s8321...@gmail.com>\n"
 "Language-Team: Chinese <kde-i18n-...@kde.org>\n"
@@ -21,13 +21,13 @@
 "X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:47
+#: keduvocdocument/keduvoccsvwriter.cpp:48
 #, kde-format
 msgctxt "@item:intable the title of the document will be written here"
 msgid "Title:"
 msgstr "?????????"
 
-#: keduvocdocument/keduvoccsvwriter.cpp:48
+#: keduvocdocument/keduvoccsvwriter.cpp:49
 #, kde-format
 msgctxt "@item:intable the author will be written here"
 msgid "Author:"

Reply via email to