Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2020-01-12 23:21:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kolourpaint (Old)
 and      /work/SRC/openSUSE:Factory/.kolourpaint.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kolourpaint"

Sun Jan 12 23:21:39 2020 rev:111 rq:762395 version:19.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2019-12-14 
12:16:58.979262359 +0100
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new.6675/kolourpaint.changes        
2020-01-12 23:22:48.334781098 +0100
@@ -1,0 +2,11 @@
+Tue Jan  7 10:00:55 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- 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:
+  * Update Appstream for new release
+  * Fix warning about help and version already being added
+
+-------------------------------------------------------------------
@@ -7 +18 @@
-  * https://www.kde.org/announcements/releases/19.12.0
+  * https://www.kde.org/announcements/releases/19.12

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

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

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

Other differences:
------------------
++++++ kolourpaint.spec ++++++
--- /var/tmp/diff_new_pack.1WXQnt/_old  2020-01-12 23:22:49.170781407 +0100
+++ /var/tmp/diff_new_pack.1WXQnt/_new  2020-01-12 23:22:49.174781409 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kolourpaint
-Version:        19.12.0
+Version:        19.12.1
 Release:        0
 # See bnc#717722 for license details
 Summary:        Paint Program


++++++ kolourpaint-19.12.0.tar.xz -> kolourpaint-19.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/CMakeLists.txt 
new/kolourpaint-19.12.1/CMakeLists.txt
--- old/kolourpaint-19.12.0/CMakeLists.txt      2019-12-06 01:26:00.000000000 
+0100
+++ new/kolourpaint-19.12.1/CMakeLists.txt      2020-01-07 01:54:56.000000000 
+0100
@@ -1,7 +1,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "19")
 set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "0")
+set(KDE_APPLICATIONS_VERSION_MICRO "1")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 3.10.0 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/kolourpaint.cpp 
new/kolourpaint-19.12.1/kolourpaint.cpp
--- old/kolourpaint-19.12.0/kolourpaint.cpp     2019-12-05 22:04:01.000000000 
+0100
+++ new/kolourpaint-19.12.1/kolourpaint.cpp     2020-01-06 14:53:52.000000000 
+0100
@@ -86,8 +86,6 @@
   QCommandLineParser cmdLine;
   KAboutData::setApplicationData(aboutData);
   QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("kolourpaint"), 
QApplication::windowIcon()));
-  cmdLine.addVersionOption();
-  cmdLine.addHelpOption();
   cmdLine.addPositionalArgument(QStringLiteral("files"), i18n("Image files to 
open, optionally"), QStringLiteral("[files...]"));
 
   aboutData.setupCommandLine(&cmdLine);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/org.kde.kolourpaint.appdata.xml 
new/kolourpaint-19.12.1/org.kde.kolourpaint.appdata.xml
--- old/kolourpaint-19.12.0/org.kde.kolourpaint.appdata.xml     2019-12-05 
22:04:01.000000000 +0100
+++ new/kolourpaint-19.12.1/org.kde.kolourpaint.appdata.xml     2020-01-06 
14:53:52.000000000 +0100
@@ -372,6 +372,7 @@
     <binary>kolourpaint</binary>
   </provides>
   <releases>
+    <release version="19.12.1" date="2020-01-09"/>
     <release version="19.12.0" date="2019-12-12"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/ar/kolourpaint.po 
new/kolourpaint-19.12.1/po/ar/kolourpaint.po
--- old/kolourpaint-19.12.0/po/ar/kolourpaint.po        2019-12-06 
01:25:53.000000000 +0100
+++ new/kolourpaint-19.12.1/po/ar/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2008-12-21 20:31+0400\n"
 "Last-Translator: zayed <zayed.alsa...@gmail.com>\n"
 "Language-Team: Arabic <linuxac-kde-arabic-t...@googlegroups.com>\n"
@@ -1202,7 +1202,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "الشّكر إلى آخرين كثيرين الذين ساعدوا لجعل هذا البرنامج ممكنا."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/bg/kolourpaint.po 
new/kolourpaint-19.12.1/po/bg/kolourpaint.po
--- old/kolourpaint-19.12.0/po/bg/kolourpaint.po        2019-12-06 
01:25:53.000000000 +0100
+++ new/kolourpaint-19.12.1/po/bg/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2011-07-24 12:42+0300\n"
 "Last-Translator: Yasen Pramatarov <ya...@lindeas.com>\n"
 "Language-Team: Bulgarian <d...@fsa-bg.org>\n"
@@ -1228,7 +1228,7 @@
 msgstr ""
 "Благодарим на многото хора, които помогнаха тази програма да види бял свят."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/bs/kolourpaint.po 
new/kolourpaint-19.12.1/po/bs/kolourpaint.po
--- old/kolourpaint-19.12.0/po/bs/kolourpaint.po        2019-12-06 
01:25:53.000000000 +0100
+++ new/kolourpaint-19.12.1/po/bs/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2015-01-06 06:28+0000\n"
 "Last-Translator: Nejra Pašić <npas...@etf.unsa.ba>\n"
 "Language-Team: <e...@li.org>\n"
@@ -1201,7 +1201,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Hvala mnogim drugima koji su pomogli da je ovaj program moguć."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/ca/kolourpaint.po 
new/kolourpaint-19.12.1/po/ca/kolourpaint.po
--- old/kolourpaint-19.12.0/po/ca/kolourpaint.po        2019-12-06 
01:25:53.000000000 +0100
+++ new/kolourpaint-19.12.1/po/ca/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2018-08-04 20:17+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -1197,7 +1197,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Gràcies a molts altres que han ajudat a fer possible aquest programa."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Fitxers d'imatge a obrir, opcionalment"
@@ -2748,55 +2748,3 @@
 #, kde-format
 msgid "Opaque"
 msgstr "Opac"
-
-#~ msgid ""
-#~ "Setting the zoom level to a value that is not a multiple of 100% results "
-#~ "in imprecise editing and redraw glitches.\n"
-#~ "Do you really want to set to zoom level to %1%?"
-#~ msgstr ""
-#~ "Establir el nivell d'apropament a un valor que no és múltiple de 100% "
-#~ "resulta en edició imprecisa i problemes de redibuixat.\n"
-#~ "Realment voleu establir el nivell d'apropament a %1%?"
-
-#~ msgid "Set Zoom Level to %1%"
-#~ msgstr "Estableix el nivell de zoom a %1%"
-
-#~ msgid "None"
-#~ msgstr "Cap"
-
-#~ msgid ""
-#~ "<qt><p>Resizing the image to %1x%2 may take a substantial amount of "
-#~ "memory. This can reduce system responsiveness and cause other application "
-#~ "resource problems.</p><p>Are you sure want to resize the image?</p></qt>"
-#~ msgstr ""
-#~ "<qt><p>Canviar la mida de la imatge a %1x%2 pot necessitar una gran "
-#~ "quantitat de memòria. Això pot reduir la fluïdesa del sistema i causar "
-#~ "que d'altres aplicacions tinguin problemes de recursos.</p><p>Esteu segur "
-#~ "que voleu redimensionar la imatge?</p></qt>"
-
-#~ msgid "Overwrite"
-#~ msgstr "Sobreescriu"
-
-#~ msgid "Could not open \"%1\" - unknown mimetype."
-#~ msgstr "No s'ha pogut obrir «%1» -tipus MIME desconegut-."
-
-#~ msgid "Save Preview"
-#~ msgstr "Desa la vista prèvia"
-
-#~ msgid "To obtain support, please visit the website."
-#~ msgstr "Per a obtenir ajuda, si us plau, visiteu el lloc web."
-
-#~ msgid ""
-#~ "No plugin was found which provides the scanner dialog.\n"
-#~ "This usually means that the package providing the ksaneplugin is not "
-#~ "installed."
-#~ msgstr ""
-#~ "No s'ha trobat cap connector que proporcioni el diàleg de l'escàner.\n"
-#~ "Normalment això vol dir que no s'ha instal·lat el paquet que proporciona "
-#~ "el «ksaneplugin»."
-
-#~ msgid "No Scanning Support"
-#~ msgstr "Sense implementació per l'escàner"
-
-#~ msgid "Scanning support is not installed."
-#~ msgstr "No s'ha instal·lat el funcionament de l'escàner."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/ca@valencia/kolourpaint.po 
new/kolourpaint-19.12.1/po/ca@valencia/kolourpaint.po
--- old/kolourpaint-19.12.0/po/ca@valencia/kolourpaint.po       2019-12-06 
01:25:53.000000000 +0100
+++ new/kolourpaint-19.12.1/po/ca@valencia/kolourpaint.po       2020-01-07 
01:54:51.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2018-08-04 20:17+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -1197,7 +1197,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Gràcies a molts altres que han ajudat a fer possible aquest programa."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Fitxers d'imatge a obrir, opcionalment"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/cs/kolourpaint.po 
new/kolourpaint-19.12.1/po/cs/kolourpaint.po
--- old/kolourpaint-19.12.0/po/cs/kolourpaint.po        2019-12-06 
01:25:53.000000000 +0100
+++ new/kolourpaint-19.12.1/po/cs/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-09-12 12:24+0100\n"
 "Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
@@ -1180,7 +1180,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Děkuji všem, kteří pomohli tento program vytvořit."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Soubory s obrázkem k otevření, volitelně"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/da/kolourpaint.po 
new/kolourpaint-19.12.1/po/da/kolourpaint.po
--- old/kolourpaint-19.12.0/po/da/kolourpaint.po        2019-12-06 
01:25:53.000000000 +0100
+++ new/kolourpaint-19.12.1/po/da/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2018-01-10 19:19+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
@@ -1194,7 +1194,7 @@
 msgstr ""
 "Tak til de mange andre som har hjulpet med at gøre dette program muligt."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Billedfiler der skal åbnes, valgfrit"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/de/kolourpaint.po 
new/kolourpaint-19.12.1/po/de/kolourpaint.po
--- old/kolourpaint-19.12.0/po/de/kolourpaint.po        2019-12-06 
01:25:53.000000000 +0100
+++ new/kolourpaint-19.12.1/po/de/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2018-02-17 10:30+0100\n"
 "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
@@ -1205,7 +1205,7 @@
 "Vielen Dank an die vielen Helfer, die die Entwicklung dieses Programms erst "
 "möglich gemacht haben."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Zu öffnende Bilddatein (optional)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/el/kolourpaint.po 
new/kolourpaint-19.12.1/po/el/kolourpaint.po
--- old/kolourpaint-19.12.0/po/el/kolourpaint.po        2019-12-06 
01:25:53.000000000 +0100
+++ new/kolourpaint-19.12.1/po/el/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2019-08-09 09:07+0300\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
@@ -1202,7 +1202,7 @@
 "Ευχαριστήρια σε πολλά άτομα που βοήθησαν για να γίνει δυνατό αυτό το "
 "πρόγραμμα."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Αρχεία εικόνων προς άνοιγμα, κατ' επιλογήν"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/en_GB/kolourpaint.po 
new/kolourpaint-19.12.1/po/en_GB/kolourpaint.po
--- old/kolourpaint-19.12.0/po/en_GB/kolourpaint.po     2019-12-06 
01:25:53.000000000 +0100
+++ new/kolourpaint-19.12.1/po/en_GB/kolourpaint.po     2020-01-07 
01:54:51.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-12-29 17:43+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-i18n-...@kde.org>\n"
@@ -1190,7 +1190,7 @@
 msgstr ""
 "Thanks to the many others who have helped to make this program possible."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/eo/kolourpaint.po 
new/kolourpaint-19.12.1/po/eo/kolourpaint.po
--- old/kolourpaint-19.12.0/po/eo/kolourpaint.po        2019-12-06 
01:25:53.000000000 +0100
+++ new/kolourpaint-19.12.1/po/eo/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2007-12-06 18:56+0100\n"
 "Last-Translator: Pierre-Marie Pédrot <pedrot...@wanadoo.fr>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
@@ -1174,7 +1174,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Dankon al la multaj aliuloj kiuj helpis por ebligi ĉi tiun programon."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/es/kolourpaint.po 
new/kolourpaint-19.12.1/po/es/kolourpaint.po
--- old/kolourpaint-19.12.0/po/es/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/es/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-03-03 12:57+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
@@ -1200,7 +1200,7 @@
 msgstr ""
 "Gracias a todas las personas que han ayudado a hacer este programa posible."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Archivos de imagen a abrir, opcionalmente"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/et/kolourpaint.po 
new/kolourpaint-19.12.1/po/et/kolourpaint.po
--- old/kolourpaint-19.12.0/po/et/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/et/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2019-11-09 21:01+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@lists.linux.ee>\n"
@@ -1185,7 +1185,7 @@
 msgstr ""
 "Tänusõnad ka paljudele teistele, kes on rakenduse juures kaasa aidanud."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Avatavad pildifailid (lisavõimalus)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/eu/kolourpaint.po 
new/kolourpaint-19.12.1/po/eu/kolourpaint.po
--- old/kolourpaint-19.12.0/po/eu/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/eu/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2018-08-04 16:07+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n-...@kde.org>\n"
@@ -1199,7 +1199,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Mila esker beste hainbati programa hau posible izaten laguntzeagatik."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Ireki beharreko irudi fitxategiak, aukera gisa"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/fa/kolourpaint.po 
new/kolourpaint-19.12.1/po/fa/kolourpaint.po
--- old/kolourpaint-19.12.0/po/fa/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/fa/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2012-01-12 17:21+0330\n"
 "Last-Translator: Mohammad Reza Mirdamadi <m...@ubuntu.ir>\n"
 "Language-Team: Farsi (Persian) <>\n"
@@ -1213,7 +1213,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "با تشکر از افراد زیادی که در ایجاد این برنامه کمک کردند."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/fi/kolourpaint.po 
new/kolourpaint-19.12.1/po/fi/kolourpaint.po
--- old/kolourpaint-19.12.0/po/fi/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/fi/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2018-01-22 16:38+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
@@ -1195,7 +1195,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Kiitämme monia muitakin, jotka ovat tehneet tästä ohjelmasta totta!"
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Valinnaisesti avattavat kuvatiedostot"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/fr/kolourpaint.po 
new/kolourpaint-19.12.1/po/fr/kolourpaint.po
--- old/kolourpaint-19.12.0/po/fr/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/fr/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -12,20 +12,21 @@
 # xavier <ktranslato...@yahoo.fr>, 2013.
 # Sebastien Renard <ren...@kde.org>, 2015.
 # Yoann Laissus <yoann.lais...@gmail.com>, 2018.
+# Simon Depiets <sdepi...@gmail.com>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
-"PO-Revision-Date: 2018-02-08 23:11+0100\n"
-"Last-Translator: Yoann Laissus <yoann.lais...@gmail.com>\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
+"PO-Revision-Date: 2019-12-30 16:41+0800\n"
+"Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.03.70\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -1223,7 +1224,7 @@
 msgstr ""
 "Remerciement à tous ceux ayant contribué à rendre ce programme possible."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Fichiers d'image à ouvrir, optionnel"
@@ -2268,7 +2269,7 @@
 #: tools/selection/text/kpToolText_Commands.cpp:69
 #, kde-format
 msgid "Text: Backspace"
-msgstr "Texte : correction"
+msgstr "Texte : Retour arrière"
 
 #: tools/selection/text/kpToolText_Commands.cpp:86
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/ga/kolourpaint.po 
new/kolourpaint-19.12.1/po/ga/kolourpaint.po
--- old/kolourpaint-19.12.0/po/ga/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/ga/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics/kolourpaint.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2004-12-03 14:52-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
@@ -1117,7 +1117,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr ""
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/gl/kolourpaint.po 
new/kolourpaint-19.12.1/po/gl/kolourpaint.po
--- old/kolourpaint-19.12.0/po/gl/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/gl/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2019-11-17 09:22+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <proxe...@trasno.gal>\n"
@@ -1197,7 +1197,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Grazas a toda a xente que axudou a facer posíbel este programa."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Ficheiros de imaxe para abrir, opcionalmente."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/he/kolourpaint.po 
new/kolourpaint-19.12.1/po/he/kolourpaint.po
--- old/kolourpaint-19.12.0/po/he/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/he/kolourpaint.po        2020-01-07 
01:54:51.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-05-16 07:02-0400\n"
 "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n"
 "Language-Team: Hebrew <kde-i18n...@kde.org>\n"
@@ -1131,7 +1131,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr ""
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 msgid "Image files to open, optionally"
 msgstr "קובץ תמונה לפתיחה"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/hi/kolourpaint.po 
new/kolourpaint-19.12.1/po/hi/kolourpaint.po
--- old/kolourpaint-19.12.0/po/hi/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/hi/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2007-12-27 17:11+0530\n"
 "Last-Translator: Ravishankar Shrivastava <raviratl...@yahoo.com>\n"
 "Language-Team: Hindi <indlinux-hi...@lists.sourceforge.net>\n"
@@ -1187,7 +1187,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "बहुत से अन्यों को भी धन्यवाद जिन्होंने इस प्रोग्राम को संभव बनाने में 
मदद की."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/hr/kolourpaint.po 
new/kolourpaint-19.12.1/po/hr/kolourpaint.po
--- old/kolourpaint-19.12.0/po/hr/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/hr/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2010-04-16 11:33+0200\n"
 "Last-Translator: Andrej Dundovic <adund...@gmail.com>\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
@@ -1122,7 +1122,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr ""
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/hu/kolourpaint.po 
new/kolourpaint-19.12.1/po/hu/kolourpaint.po
--- old/kolourpaint-19.12.0/po/hu/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/hu/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.3\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2012-08-21 09:05+0200\n"
 "Last-Translator: Balázs Úr <urbal...@gmail.com>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
@@ -1209,7 +1209,7 @@
 "Köszönetet szeretnék mondani mindenkinek, akik segítettek, hogy ez a program "
 "létrejöjjön."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/ia/kolourpaint.po 
new/kolourpaint-19.12.1/po/ia/kolourpaint.po
--- old/kolourpaint-19.12.0/po/ia/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/ia/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-10-06 23:37+0100\n"
 "Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n...@kde.org>\n"
@@ -1195,7 +1195,7 @@
 msgstr ""
 "Gratias a multe alteres qui ha adjutate facer possibile iste programma."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "File de imagine de aperir, optionalmente"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/is/kolourpaint.po 
new/kolourpaint-19.12.1/po/is/kolourpaint.po
--- old/kolourpaint-19.12.0/po/is/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/is/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-05-10 08:34+0000\n"
 "Last-Translator: Sveinn í Felli <s...@fellsnet.is>\n"
 "Language-Team: Icelandic <translation-team...@lists.sourceforge.net>\n"
@@ -1194,7 +1194,7 @@
 msgstr ""
 "Bestu þakki til allra þeirra sem hafa gert þetta forrit að raunveruleika."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Myndskrár sem skal opna, valkvætt"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/it/kolourpaint.po 
new/kolourpaint-19.12.1/po/it/kolourpaint.po
--- old/kolourpaint-19.12.0/po/it/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/it/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-02-26 19:50+0100\n"
 "Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
@@ -1203,7 +1203,7 @@
 "Grazie ai tanti altri che hanno dato una mano per rendere possibile questo "
 "programma."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "File di immagine da aprire, opzionali"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/ja/kolourpaint.po 
new/kolourpaint-19.12.1/po/ja/kolourpaint.po
--- old/kolourpaint-19.12.0/po/ja/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/ja/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2014-09-28 22:50-0700\n"
 "Last-Translator: Fumiaki Okushi <fumiaki.oku...@gmail.com>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
@@ -1206,7 +1206,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "このプログラムの開発を助けてくれた他の多くの方々にも感謝します。"
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/kk/kolourpaint.po 
new/kolourpaint-19.12.1/po/kk/kolourpaint.po
--- old/kolourpaint-19.12.0/po/kk/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/kk/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2013-01-06 04:08+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
@@ -1200,7 +1200,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Көп басқаларға көмек үшін алғысымызды білдіреміз."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/km/kolourpaint.po 
new/kolourpaint-19.12.1/po/km/kolourpaint.po
--- old/kolourpaint-19.12.0/po/km/kolourpaint.po        2019-12-06 
01:25:54.000000000 +0100
+++ new/kolourpaint-19.12.1/po/km/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2012-06-11 14:07+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer\n"
@@ -1187,7 +1187,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "សូម​ថ្លែង​អំណរគុណ​ចំពោះ​អ្នក​ចូល​រួម​ផ្សេងទៀត 
ដែល​បាន​ជួយ​ធ្វើ​ឲ្យ​កម្មវិធី​នេះ​ដំណើរការ​បាន ។"
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/ko/kolourpaint.po 
new/kolourpaint-19.12.1/po/ko/kolourpaint.po
--- old/kolourpaint-19.12.0/po/ko/kolourpaint.po        2019-12-06 
01:25:55.000000000 +0100
+++ new/kolourpaint-19.12.1/po/ko/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-12-03 12:02+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
@@ -1169,7 +1169,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "이 프로그램을 만든 다른 사람들에게 감사드립니다."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "열 그림 파일, 선택 사항"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/lt/kolourpaint.po 
new/kolourpaint-19.12.1/po/lt/kolourpaint.po
--- old/kolourpaint-19.12.0/po/lt/kolourpaint.po        2019-12-06 
01:25:55.000000000 +0100
+++ new/kolourpaint-19.12.1/po/lt/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2015-07-06 18:07+0300\n"
 "Last-Translator: Danutė <d.informat...@gmail.com>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
@@ -1203,7 +1203,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Dėkojame daugeliui kitų, kurie prisidėjo prie šios programos kūrimo."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/lv/kolourpaint.po 
new/kolourpaint-19.12.1/po/lv/kolourpaint.po
--- old/kolourpaint-19.12.0/po/lv/kolourpaint.po        2019-12-06 
01:25:55.000000000 +0100
+++ new/kolourpaint-19.12.1/po/lv/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2011-07-27 19:42+0300\n"
 "Last-Translator: Einars Sprugis <eina...@gmail.com>\n"
 "Language-Team: Latvian <loc...@laka.lv>\n"
@@ -1226,7 +1226,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Paldies daudziem citiem, kas palīdzēja tapt šai programmai."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/ml/kolourpaint.po 
new/kolourpaint-19.12.1/po/ml/kolourpaint.po
--- old/kolourpaint-19.12.0/po/ml/kolourpaint.po        2019-12-06 
01:25:55.000000000 +0100
+++ new/kolourpaint-19.12.1/po/ml/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2019-05-22 01:57+0530\n"
 "Last-Translator: Subin Siby <subins2...@gmai.com>\n"
 "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം 
Computing|കമ്പ്യൂട്ടിങ്ങ് <smc."
@@ -1105,7 +1105,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr ""
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/mr/kolourpaint.po 
new/kolourpaint-19.12.1/po/mr/kolourpaint.po
--- old/kolourpaint-19.12.0/po/mr/kolourpaint.po        2019-12-06 
01:25:55.000000000 +0100
+++ new/kolourpaint-19.12.1/po/mr/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2013-03-04 11:29+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
@@ -1204,7 +1204,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "ही योजना यशस्वी करण्यासाठी मदत करणाऱ्या अनेक व्यक्तींना धन्यवाद."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/nds/kolourpaint.po 
new/kolourpaint-19.12.1/po/nds/kolourpaint.po
--- old/kolourpaint-19.12.0/po/nds/kolourpaint.po       2019-12-06 
01:25:55.000000000 +0100
+++ new/kolourpaint-19.12.1/po/nds/kolourpaint.po       2020-01-07 
01:54:52.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2014-02-21 15:59+0100\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
@@ -1204,7 +1204,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Dank ok an all anner Lüüd, de dit Programm mööglich maakt hebbt."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/nl/kolourpaint.po 
new/kolourpaint-19.12.1/po/nl/kolourpaint.po
--- old/kolourpaint-19.12.0/po/nl/kolourpaint.po        2019-12-06 
01:25:55.000000000 +0100
+++ new/kolourpaint-19.12.1/po/nl/kolourpaint.po        2020-01-07 
01:54:52.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-02-23 18:30+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
@@ -1203,7 +1203,7 @@
 "Bedankt aan de vele personen die meegeholpen hebben dit programma mogelijk "
 "te maken."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Te openen afbeeldingsbestanden, optioneel"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/pa/kolourpaint.po 
new/kolourpaint-19.12.1/po/pa/kolourpaint.po
--- old/kolourpaint-19.12.0/po/pa/kolourpaint.po        2019-12-06 
01:25:55.000000000 +0100
+++ new/kolourpaint-19.12.1/po/pa/kolourpaint.po        2020-01-07 
01:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2012-07-05 07:22+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <punjabi-us...@lists.sf.net>\n"
@@ -1118,7 +1118,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr ""
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/pl/kolourpaint.po 
new/kolourpaint-19.12.1/po/pl/kolourpaint.po
--- old/kolourpaint-19.12.0/po/pl/kolourpaint.po        2019-12-06 
01:25:55.000000000 +0100
+++ new/kolourpaint-19.12.1/po/pl/kolourpaint.po        2020-01-07 
01:54:53.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2019-01-20 07:18+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
@@ -1201,7 +1201,7 @@
 msgstr ""
 "Podziękowania dla wielu innych, którzy pomogli w powstaniu tego programu."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Plik obrazu do otwarcia, opcjonalne"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/pt/kolourpaint.po 
new/kolourpaint-19.12.1/po/pt/kolourpaint.po
--- old/kolourpaint-19.12.0/po/pt/kolourpaint.po        2019-12-06 
01:25:55.000000000 +0100
+++ new/kolourpaint-19.12.1/po/pt/kolourpaint.po        2020-01-07 
01:54:53.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2018-07-29 13:01+0100\n"
 "Last-Translator: Pedro Morais <mor...@kde.org>\n"
 "Language-Team: pt <kde-i18n...@kde.org>\n"
@@ -1201,7 +1201,7 @@
 "Muito obrigado às várias pessoas que ajudaram a tornar este programa "
 "possível."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Ficheiros de imagem a abrir (opcional)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/pt_BR/kolourpaint.po 
new/kolourpaint-19.12.1/po/pt_BR/kolourpaint.po
--- old/kolourpaint-19.12.0/po/pt_BR/kolourpaint.po     2019-12-06 
01:25:55.000000000 +0100
+++ new/kolourpaint-19.12.1/po/pt_BR/kolourpaint.po     2020-01-07 
01:54:53.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2018-06-02 00:16-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
@@ -1206,7 +1206,7 @@
 "Muito obrigado a todas as pessoas que ajudaram a fazer este programa "
 "possível."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Arquivos de imagem a abrir, opcionalmente"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/ro/kolourpaint.po 
new/kolourpaint-19.12.1/po/ro/kolourpaint.po
--- old/kolourpaint-19.12.0/po/ro/kolourpaint.po        2019-12-06 
01:25:55.000000000 +0100
+++ new/kolourpaint-19.12.1/po/ro/kolourpaint.po        2020-01-07 
01:54:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2012-12-22 11:47+0200\n"
 "Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
@@ -1136,7 +1136,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr ""
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, fuzzy, kde-format
 #| msgid "Image file to open"
 msgid "Image files to open, optionally"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/ru/kolourpaint.po 
new/kolourpaint-19.12.1/po/ru/kolourpaint.po
--- old/kolourpaint-19.12.0/po/ru/kolourpaint.po        2019-12-06 
01:25:56.000000000 +0100
+++ new/kolourpaint-19.12.1/po/ru/kolourpaint.po        2020-01-07 
01:54:53.000000000 +0100
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2019-07-14 22:09+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
@@ -1198,7 +1198,7 @@
 msgstr ""
 "Спасибо многим другим людям, благодаря которым появилась эта программа."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Открываемые файлы изображений (необязательный параметр)."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/sk/kolourpaint.po 
new/kolourpaint-19.12.1/po/sk/kolourpaint.po
--- old/kolourpaint-19.12.0/po/sk/kolourpaint.po        2019-12-06 
01:25:56.000000000 +0100
+++ new/kolourpaint-19.12.1/po/sk/kolourpaint.po        2020-01-07 
01:54:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-04-16 21:10+0100\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
@@ -1179,7 +1179,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Vďaka mnohým ďalším, ktorí pomohli tento program zrealizovať."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Obrázky na otvorenie, voliteľne"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/sl/kolourpaint.po 
new/kolourpaint-19.12.1/po/sl/kolourpaint.po
--- old/kolourpaint-19.12.0/po/sl/kolourpaint.po        2019-12-06 
01:25:56.000000000 +0100
+++ new/kolourpaint-19.12.1/po/sl/kolourpaint.po        2020-01-07 
01:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-02-26 12:04+0100\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
@@ -1185,7 +1185,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Hvala mnogim ostalim, ki so pomagali pri razvoju tega programa."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Slikovne datoteke za odprtje, izbirno"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kolourpaint-19.12.0/po/sv/docs/kolourpaint/index.docbook 
new/kolourpaint-19.12.1/po/sv/docs/kolourpaint/index.docbook
--- old/kolourpaint-19.12.0/po/sv/docs/kolourpaint/index.docbook        
2019-12-06 01:26:00.000000000 +0100
+++ new/kolourpaint-19.12.1/po/sv/docs/kolourpaint/index.docbook        
2020-01-07 01:54:56.000000000 +0100
@@ -1733,8 +1733,7 @@
 >Översättning Stefan Asserhäll <email
 >stefan.asserh...@bredband.net</email
 ></para
-> 
-&underFDL; <para
+> &underFDL; <para
 >Detta program licensieras enligt följande:</para>
 
 <para
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/sv/kolourpaint.po 
new/kolourpaint-19.12.1/po/sv/kolourpaint.po
--- old/kolourpaint-19.12.0/po/sv/kolourpaint.po        2019-12-06 
01:25:56.000000000 +0100
+++ new/kolourpaint-19.12.1/po/sv/kolourpaint.po        2020-01-07 
01:54:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-02-23 18:52+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
@@ -1185,7 +1185,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Tack till alla de som har hjälpt till att göra programmet möjligt."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Bildfiler att öppna, valfria"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/tr/kolourpaint.po 
new/kolourpaint-19.12.1/po/tr/kolourpaint.po
--- old/kolourpaint-19.12.0/po/tr/kolourpaint.po        2019-12-06 
01:25:56.000000000 +0100
+++ new/kolourpaint-19.12.1/po/tr/kolourpaint.po        2020-01-07 
01:54:53.000000000 +0100
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-08-10 09:11+0000\n"
 "Last-Translator: Kaan <kaanozdin...@gmail.com>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/kdegraphics-k-tr/";
@@ -1197,7 +1197,7 @@
 msgstr ""
 "Bu uygulamanın oluşturulmasında emeği geçen diğer kişilere teşekkürler."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Açılacak resim dosyaları, isteğe bağlı"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/ug/kolourpaint.po 
new/kolourpaint-19.12.1/po/ug/kolourpaint.po
--- old/kolourpaint-19.12.0/po/ug/kolourpaint.po        2019-12-06 
01:25:56.000000000 +0100
+++ new/kolourpaint-19.12.1/po/ug/kolourpaint.po        2020-01-07 
01:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+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"
@@ -1102,7 +1102,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr ""
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/uk/kolourpaint.po 
new/kolourpaint-19.12.1/po/uk/kolourpaint.po
--- old/kolourpaint-19.12.0/po/uk/kolourpaint.po        2019-12-06 
01:25:56.000000000 +0100
+++ new/kolourpaint-19.12.1/po/uk/kolourpaint.po        2020-01-07 
01:54:53.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2018-10-14 15:35+0300\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
@@ -1196,7 +1196,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "Подяка багатьом іншим, які допомогли зробити цю програму."
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "Файли зображень, які слід відкрити, вказувати не обов’язково"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/zh_CN/kolourpaint.po 
new/kolourpaint-19.12.1/po/zh_CN/kolourpaint.po
--- old/kolourpaint-19.12.0/po/zh_CN/kolourpaint.po     2019-12-06 
01:25:56.000000000 +0100
+++ new/kolourpaint-19.12.1/po/zh_CN/kolourpaint.po     2020-01-07 
01:54:53.000000000 +0100
@@ -12,16 +12,15 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
-"PO-Revision-Date: 2019-11-19 23:12\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
+"PO-Revision-Date: 2020-01-04 21:50\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/kdegraphics/kolourpaint.pot\n"
@@ -1165,7 +1164,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "感谢许许多多帮助这个程序进步的人。"
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "要打开的图像文件,可选"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.12.0/po/zh_TW/kolourpaint.po 
new/kolourpaint-19.12.1/po/zh_TW/kolourpaint.po
--- old/kolourpaint-19.12.0/po/zh_TW/kolourpaint.po     2019-12-06 
01:25:56.000000000 +0100
+++ new/kolourpaint-19.12.1/po/zh_TW/kolourpaint.po     2020-01-07 
01:54:53.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-14 02:59+0200\n"
+"POT-Creation-Date: 2020-01-06 08:35+0100\n"
 "PO-Revision-Date: 2017-03-12 20:41+0800\n"
 "Last-Translator: Jeff Huang <s8321...@gmail.com>\n"
 "Language-Team: Chinese <kde-i18n-...@kde.org>\n"
@@ -1158,7 +1158,7 @@
 "Thanks to the many others who have helped to make this program possible."
 msgstr "感謝許多人讓這個軟體成真。"
 
-#: kolourpaint.cpp:91
+#: kolourpaint.cpp:89
 #, kde-format
 msgid "Image files to open, optionally"
 msgstr "要開啟的影像檔,選擇性"


Reply via email to