Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2021-09-04 22:34:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kolourpaint (Old)
 and      /work/SRC/openSUSE:Factory/.kolourpaint.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kolourpaint"

Sat Sep  4 22:34:47 2021 rev:131 rq:915942 version:21.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2021-08-16 
10:15:55.722778636 +0200
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new.1899/kolourpaint.changes        
2021-09-04 22:37:19.696308522 +0200
@@ -1,0 +2,10 @@
+Wed Sep  1 12:38:46 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.1
+- Changes since 21.08.0:
+  * Use the QImageReader::read variant that gives you an image even if it 
thinks it failed (kde#441554)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kolourpaint.spec ++++++
--- /var/tmp/diff_new_pack.PQqrC8/_old  2021-09-04 22:37:20.160309138 +0200
+++ /var/tmp/diff_new_pack.PQqrC8/_new  2021-09-04 22:37:20.160309138 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kolourpaint
-Version:        21.08.0
+Version:        21.08.1
 Release:        0
 Summary:        Paint Program
 # See boo#717722 for license details


++++++ kolourpaint-21.08.0.tar.xz -> kolourpaint-21.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/CMakeLists.txt 
new/kolourpaint-21.08.1/CMakeLists.txt
--- old/kolourpaint-21.08.0/CMakeLists.txt      2021-08-06 02:14:23.000000000 
+0200
+++ new/kolourpaint-21.08.1/CMakeLists.txt      2021-08-31 02:27:50.000000000 
+0200
@@ -1,7 +1,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "21")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 3.10.0 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/document/kpDocument_Open.cpp 
new/kolourpaint-21.08.1/document/kpDocument_Open.cpp
--- old/kolourpaint-21.08.0/document/kpDocument_Open.cpp        2021-08-04 
23:53:18.000000000 +0200
+++ new/kolourpaint-21.08.1/document/kpDocument_Open.cpp        2021-08-29 
22:09:49.000000000 +0200
@@ -137,7 +137,12 @@
     reader.setAutoTransform(true);
     reader.setDecideFormatFromContent(true);
 
-    QImage image = reader.read();
+    // Do *NOT* convert to
+    // QImage image = reader.read();
+    // this variant is more lenient on errors and we may get something that we 
would not otherwise
+    // e.g. image from https://bugs.kde.org/show_bug.cgi?id=441554
+    QImage image;
+    reader.read(&image);
 
     if (image.isNull ())
     {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/org.kde.kolourpaint.appdata.xml 
new/kolourpaint-21.08.1/org.kde.kolourpaint.appdata.xml
--- old/kolourpaint-21.08.0/org.kde.kolourpaint.appdata.xml     2021-08-04 
23:53:18.000000000 +0200
+++ new/kolourpaint-21.08.1/org.kde.kolourpaint.appdata.xml     2021-08-29 
22:09:49.000000000 +0200
@@ -383,9 +383,9 @@
     <binary>kolourpaint</binary>
   </provides>
   <releases>
+    <release version="21.08.1" date="2021-09-02"/>
     <release version="21.08.0" date="2021-08-12"/>
     <release version="21.04.3" date="2021-07-08"/>
     <release version="21.04.2" date="2021-06-10"/>
-    <release version="21.04.1" date="2021-05-13"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/ar/kolourpaint.po 
new/kolourpaint-21.08.1/po/ar/kolourpaint.po
--- old/kolourpaint-21.08.0/po/ar/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/ar/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2008-12-21 20:31+0400\n"
 "Last-Translator: zayed <[email protected]>\n"
 "Language-Team: Arabic <[email protected]>\n"
@@ -938,7 +938,7 @@
 msgid "Could not open \"%1\"."
 msgstr "???? ?????????? ???? ?????? \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/be/kolourpaint.po 
new/kolourpaint-21.08.1/po/be/kolourpaint.po
--- old/kolourpaint-21.08.0/po/be/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/be/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2007-06-25 11:12+0300\n"
 "Last-Translator: Darafei Praliaskouski <[email protected]>\n"
 "Language-Team: Belarusian <[email protected]>\n"
@@ -873,7 +873,7 @@
 msgid "Could not open \"%1\"."
 msgstr ""
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/bg/kolourpaint.po 
new/kolourpaint-21.08.1/po/bg/kolourpaint.po
--- old/kolourpaint-21.08.0/po/bg/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/bg/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2011-07-24 12:42+0300\n"
 "Last-Translator: Yasen Pramatarov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
@@ -957,7 +957,7 @@
 msgid "Could not open \"%1\"."
 msgstr "???????????? ?????? ???????????????? ???? \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/bs/kolourpaint.po 
new/kolourpaint-21.08.1/po/bs/kolourpaint.po
--- old/kolourpaint-21.08.0/po/bs/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/bs/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2015-01-06 06:28+0000\n"
 "Last-Translator: Nejra Pa??i?? <[email protected]>\n"
 "Language-Team: <[email protected]>\n"
@@ -933,7 +933,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Nisam mogao otvoriti \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/ca/kolourpaint.po 
new/kolourpaint-21.08.1/po/ca/kolourpaint.po
--- old/kolourpaint-21.08.0/po/ca/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/ca/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-03 12:41+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
@@ -928,7 +928,7 @@
 msgid "Could not open \"%1\"."
 msgstr "No s'ha pogut obrir ??%1??."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/ca@valencia/kolourpaint.po 
new/kolourpaint-21.08.1/po/ca@valencia/kolourpaint.po
--- old/kolourpaint-21.08.0/po/ca@valencia/kolourpaint.po       2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/ca@valencia/kolourpaint.po       2021-08-31 
02:27:49.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-03 12:41+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
@@ -928,7 +928,7 @@
 msgid "Could not open \"%1\"."
 msgstr "No s'ha pogut obrir ??%1??."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/cs/kolourpaint.po 
new/kolourpaint-21.08.1/po/cs/kolourpaint.po
--- old/kolourpaint-21.08.0/po/cs/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/cs/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-08 12:15+0200\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
@@ -916,7 +916,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Nelze otev????t \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/da/kolourpaint.po 
new/kolourpaint-21.08.1/po/da/kolourpaint.po
--- old/kolourpaint-21.08.0/po/da/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/da/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2020-07-22 21:52+0200\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
@@ -927,7 +927,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Kunne ikke ??bne \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/de/kolourpaint.po 
new/kolourpaint-21.08.1/po/de/kolourpaint.po
--- old/kolourpaint-21.08.0/po/de/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/de/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-14 10:23+0200\n"
 "Last-Translator: Burkhard L??ck <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
@@ -17,7 +17,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -934,7 +933,7 @@
 msgid "Could not open \"%1\"."
 msgstr "???%1??? l??sst sich nicht ??ffnen."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/el/kolourpaint.po 
new/kolourpaint-21.08.1/po/el/kolourpaint.po
--- old/kolourpaint-21.08.0/po/el/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/el/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-06 10:36+0300\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
@@ -931,7 +931,7 @@
 msgid "Could not open \"%1\"."
 msgstr "???????????????? ???????????????????? ?????? \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/en_GB/kolourpaint.po 
new/kolourpaint-21.08.1/po/en_GB/kolourpaint.po
--- old/kolourpaint-21.08.0/po/en_GB/kolourpaint.po     2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/en_GB/kolourpaint.po     2021-08-31 
02:27:49.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-04 14:02+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
@@ -923,7 +923,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Could not open \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/eo/kolourpaint.po 
new/kolourpaint-21.08.1/po/eo/kolourpaint.po
--- old/kolourpaint-21.08.0/po/eo/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/eo/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2007-12-06 18:56+0100\n"
 "Last-Translator: Pierre-Marie P??drot <[email protected]>\n"
 "Language-Team: esperanto <[email protected]>\n"
@@ -917,7 +917,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Ne eblis malfermi \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/es/kolourpaint.po 
new/kolourpaint-21.08.1/po/es/kolourpaint.po
--- old/kolourpaint-21.08.0/po/es/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/es/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-03 18:21+0200\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
@@ -932,7 +932,7 @@
 msgid "Could not open \"%1\"."
 msgstr "No se puede abrir ??%1??."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/et/kolourpaint.po 
new/kolourpaint-21.08.1/po/et/kolourpaint.po
--- old/kolourpaint-21.08.0/po/et/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/et/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2020-06-03 20:33+0300\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
@@ -919,7 +919,7 @@
 msgid "Could not open \"%1\"."
 msgstr "\"%1\" avamine nurjus."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/eu/kolourpaint.po 
new/kolourpaint-21.08.1/po/eu/kolourpaint.po
--- old/kolourpaint-21.08.0/po/eu/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/eu/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-21 12:25+0200\n"
 "Last-Translator: I??igo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
@@ -935,7 +935,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Ezin izan da \"%1\" ireki."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/fa/kolourpaint.po 
new/kolourpaint-21.08.1/po/fa/kolourpaint.po
--- old/kolourpaint-21.08.0/po/fa/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/fa/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2012-01-12 17:21+0330\n"
 "Last-Translator: Mohammad Reza Mirdamadi <[email protected]>\n"
 "Language-Team: Farsi (Persian) <>\n"
@@ -943,7 +943,7 @@
 msgid "Could not open \"%1\"."
 msgstr "?????????????? ??%1?? ???? ?????? ??????."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/fi/kolourpaint.po 
new/kolourpaint-21.08.1/po/fi/kolourpaint.po
--- old/kolourpaint-21.08.0/po/fi/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/fi/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -7,13 +7,13 @@
 # Ilpo Kantonen <[email protected]>, 2004.
 # Mikko Piippo <[email protected]>, 2007.
 # Lasse Liehu <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015.
-# Tommi Nieminen <[email protected]>, 2011, 2016, 2018.
+# Tommi Nieminen <[email protected]>, 2011, 2016, 2018, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
-"PO-Revision-Date: 2018-01-22 16:38+0200\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
+"PO-Revision-Date: 2021-08-22 20:58+0300\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
 "Language: fi\n"
@@ -22,7 +22,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-POT-Import-Date: 2012-12-01 22:24:11+0000\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -928,7 +928,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Ei voi avata: ???%1???."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
@@ -1001,15 +1001,14 @@
 msgstr "Kuvaa ei voitu tallentaa ??? v??liaikaistiedostoa ei voitu luoda."
 
 #: document/kpDocument_Save.cpp:283
-#, fuzzy, kde-format
-#| msgid "Could not save as \"%1\"."
+#, kde-format
 msgid "Could not save as \"%1\": %2"
-msgstr "Ei voitu tallentaa nimelle ???%1???."
+msgstr "Ei voitu tallentaa nimelle ???%1???: %2"
 
 #: document/kpDocument_Save.cpp:355 document/kpDocument_Save.cpp:398
 #, kde-format
 msgid "Error saving image"
-msgstr ""
+msgstr "Virhe tallennettaessa kuvaa"
 
 #: document/kpDocument_Save.cpp:433
 #, kde-format
@@ -1200,7 +1199,7 @@
 #: kolourpaint.cpp:93
 #, kde-format
 msgid "List all readable image MIME types"
-msgstr ""
+msgstr "Luettele kaikki luettavissa olevat kuva-MIME-tyypit"
 
 #. i18n: ectx: Menu (view)
 #: kolourpaintui.rc:36
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/fr/kolourpaint.po 
new/kolourpaint-21.08.1/po/fr/kolourpaint.po
--- old/kolourpaint-21.08.0/po/fr/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/fr/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -18,7 +18,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-04 08:47+0200\n"
 "Last-Translator: Xavier Besnard <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
@@ -955,7 +955,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Impossible d'ouvrir ????%1????."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/ga/kolourpaint.po 
new/kolourpaint-21.08.1/po/ga/kolourpaint.po
--- old/kolourpaint-21.08.0/po/ga/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/ga/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics/kolourpaint.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2004-12-03 14:52-0500\n"
 "Last-Translator: Kevin Scannell <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
@@ -860,7 +860,7 @@
 msgid "Could not open \"%1\"."
 msgstr "N?? f??idir \"%1\" a oscailt."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/gl/kolourpaint.po 
new/kolourpaint-21.08.1/po/gl/kolourpaint.po
--- old/kolourpaint-21.08.0/po/gl/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/gl/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2019-11-17 09:22+0100\n"
 "Last-Translator: Adri??n Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
@@ -929,7 +929,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Non se puido abrir ??%1??."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/he/kolourpaint.po 
new/kolourpaint-21.08.1/po/he/kolourpaint.po
--- old/kolourpaint-21.08.0/po/he/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/he/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2017-05-16 07:02-0400\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Hebrew <[email protected]>\n"
@@ -871,7 +871,7 @@
 msgid "Could not open \"%1\"."
 msgstr "?????? ???????????? ?????????? ???? \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/hi/kolourpaint.po 
new/kolourpaint-21.08.1/po/hi/kolourpaint.po
--- old/kolourpaint-21.08.0/po/hi/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/hi/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
-"PO-Revision-Date: 2021-06-29 20:35+0530\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
+"PO-Revision-Date: 2021-08-21 17:43+0530\n"
 "Last-Translator: Raghavendra Kamath <[email protected]>\n"
 "Language-Team: kde-hindi\n"
 "Language: hi\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
-"X-Generator: Lokalize 21.04.2\n"
+"X-Generator: Lokalize 21.08.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -565,7 +565,7 @@
 "This can reduce system responsiveness and cause other application resource "
 "problems.</p><p>Are you sure you want to resize the image?</p></qt>"
 msgstr ""
-"<qt><p>????????? ?????? %1x%2  ????????? ???????????? ???????????? ?????? 
????????? ???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? "
+"<qt><p>????????? ?????? %1x%2 ????????? ???????????? ???????????? ?????? 
????????? ???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? "
 "?????????????????? ?????? ??????????????????????????????????????? ?????? 
?????? ?????? ???????????? ?????? ????????? ???????????? 
??????????????????????????? ??????????????????????????? ????????? 
???????????????????????? ???????????? ?????? "
 "???????????? ??????.</p><p>???????????? ?????? ??????????????????????????? 
????????? ?????? ?????? ????????? ?????? ????????? ???????????? ???????????? 
??????????????? ??????????</p></qt>"
 
@@ -590,7 +590,7 @@
 "This can reduce system responsiveness and cause other application resource "
 "problems.</p><p>Are you sure you want to scale the image?</p></qt>"
 msgstr ""
-"<qt><p>????????? ?????? %1x%2  ??????????????? ???????????? ?????? ????????? 
???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? ??????????????? ?????? "
+"<qt><p>????????? ?????? %1x%2 ??????????????? ???????????? ?????? ????????? 
???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? ??????????????? ?????? "
 "??????????????????????????????????????? ?????? ?????? ?????? ???????????? 
?????? ????????? ???????????? ??????????????????????????? 
??????????????????????????? ????????? ???????????????????????? ???????????? 
?????? ???????????? ??????.</"
 "p><p>???????????? ?????? ??????????????????????????? ????????? ?????? ?????? 
????????? ?????? ??????????????? ???????????? ??????????????? 
??????????</p></qt>"
 
@@ -614,7 +614,7 @@
 "resource problems.</p><p>Are you sure you want to scale the selection?</p></"
 "qt>"
 msgstr ""
-"<qt><p>??????????????? ?????? %1x%2  ??????????????? ???????????? ?????? 
????????? ???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? "
+"<qt><p>??????????????? ?????? %1x%2 ??????????????? ???????????? ?????? 
????????? ???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? "
 "?????????????????? ?????? ??????????????????????????????????????? ?????? 
?????? ?????? ???????????? ?????? ????????? ???????????? 
??????????????????????????? ??????????????????????????? ????????? 
???????????????????????? ???????????? ?????? "
 "???????????? ??????.</p><p>???????????? ?????? ??????????????????????????? 
????????? ?????? ?????? ??????????????? ?????? ??????????????? ???????????? 
??????????????? ??????????</p></qt>"
 
@@ -753,7 +753,7 @@
 "resource problems.</p><p>Are you sure you want to rotate the selection?</p></"
 "qt>"
 msgstr ""
-"<qt><p>??????????????? ?????? %1x%2  ?????????????????? ?????? ????????? 
???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? ??????????????? ?????? "
+"<qt><p>??????????????? ?????? %1x%2 ?????????????????? ?????? ????????? 
???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? ??????????????? ?????? "
 "??????????????????????????????????????? ?????? ?????? ?????? ???????????? 
?????? ????????? ???????????? ??????????????????????????? 
??????????????????????????? ????????? ???????????????????????? ???????????? 
?????? ???????????? ??????.</"
 "p><p>???????????? ?????? ??????????????????????????? ????????? ?????? ?????? 
??????????????? ?????? ?????????????????? ??????????????? ??????????</p></qt>"
 
@@ -780,7 +780,7 @@
 "This can reduce system responsiveness and cause other application resource "
 "problems.</p><p>Are you sure you want to rotate the image?</p></qt>"
 msgstr ""
-"<qt><p>????????? ?????? %1x%2  ?????????????????? ?????? ????????? 
???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? ??????????????? ?????? "
+"<qt><p>????????? ?????? %1x%2 ?????????????????? ?????? ????????? 
???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? ??????????????? ?????? "
 "??????????????????????????????????????? ?????? ?????? ?????? ???????????? 
?????? ????????? ???????????? ??????????????????????????? 
??????????????????????????? ????????? ???????????????????????? ???????????? 
?????? ???????????? ??????.</"
 "p><p>???????????? ?????? ??????????????????????????? ????????? ?????? ?????? 
????????? ?????? ?????????????????? ??????????????? ??????????</p></qt>"
 
@@ -838,7 +838,7 @@
 "resource problems.</p><p>Are you sure you want to skew the selection?</p></"
 "qt>"
 msgstr ""
-"<qt><p>??????????????? ?????? %1x%2  ?????????????????? ???????????? ?????? 
????????? ???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? "
+"<qt><p>??????????????? ?????? %1x%2 ?????????????????? ???????????? ?????? 
????????? ???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? "
 "?????????????????? ?????? ??????????????????????????????????????? ?????? 
?????? ?????? ???????????? ?????? ????????? ???????????? 
??????????????????????????? ??????????????????????????? ????????? 
???????????????????????? ???????????? ?????? "
 "???????????? ??????.</p><p>???????????? ?????? ??????????????????????????? 
????????? ?????? ?????? ??????????????? ?????? ?????????????????? ???????????? 
??????????????? ??????????</p></qt>"
 
@@ -865,7 +865,7 @@
 "This can reduce system responsiveness and cause other application resource "
 "problems.</p><p>Are you sure you want to skew the image?</p></qt>"
 msgstr ""
-"<qt><p>????????? ?????? %1x%2  ?????????????????? ???????????? ?????? 
????????? ???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? ??????????????? ?????? "
+"<qt><p>????????? ?????? %1x%2 ?????????????????? ???????????? ?????? 
????????? ???????????? ?????? ??????????????? ?????????????????? ?????? 
???????????????????????? ????????????. ?????? ??????????????? ?????? "
 "??????????????????????????????????????? ?????? ?????? ?????? ???????????? 
?????? ????????? ???????????? ??????????????????????????? 
??????????????????????????? ????????? ???????????????????????? ???????????? 
?????? ???????????? ??????.</"
 "p><p>???????????? ?????? ??????????????????????????? ????????? ?????? ?????? 
????????? ?????? ?????????????????? ???????????? ??????????????? 
??????????</p></qt>"
 
@@ -922,7 +922,7 @@
 msgid "Could not open \"%1\"."
 msgstr " \"%1\" ?????? ????????? ???????????? ????????????."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
@@ -1404,7 +1404,7 @@
 #: mainWindow/kpMainWindow_File.cpp:1087
 #, kde-format
 msgid "&Reload"
-msgstr "????????? ??????  ????????? ???????????? (&R)"
+msgstr "????????? ?????? ????????? ???????????? (&R)"
 
 #: mainWindow/kpMainWindow_Colors.cpp:382
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/hr/kolourpaint.po 
new/kolourpaint-21.08.1/po/hr/kolourpaint.po
--- old/kolourpaint-21.08.0/po/hr/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/hr/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2010-04-16 11:33+0200\n"
 "Last-Translator: Andrej Dundovic <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
@@ -872,7 +872,7 @@
 msgid "Could not open \"%1\"."
 msgstr ""
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/hu/kolourpaint.po 
new/kolourpaint-21.08.1/po/hu/kolourpaint.po
--- old/kolourpaint-21.08.0/po/hu/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/hu/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.3\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2012-08-21 09:05+0200\n"
 "Last-Translator: Bal??zs ??r <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
@@ -936,7 +936,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Nem siker??lt megnyitni ezt a f??jlt: \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/ia/kolourpaint.po 
new/kolourpaint-21.08.1/po/ia/kolourpaint.po
--- old/kolourpaint-21.08.0/po/ia/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/ia/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
-"PO-Revision-Date: 2021-07-18 23:08+0200\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
+"PO-Revision-Date: 2021-08-08 22:21+0200\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
@@ -325,10 +325,10 @@
 "es improibabile que tu imprimitor produca exitos de alte qualitate si tu "
 "augmenta iste valor a plus que 300 o 600 DPI, dependente de tu imprimitor.</"
 "p><p>Si tu volerea imprime imagine le mesme grandor que tu vide sur le "
-"schermo, fixa le DPI a le mesme valor del schermo.</p><p>Si le valor de DPI "
-"es <b>Non Specificate</b>, le imagine anque essera imprimite le mesme "
-"grandor que on ha sur le schermo.</p><p>Non omne formatos de images supporta "
-"valores de DPI. Si le formato con le qual tu ha salveguardate le imagine non "
+"schermo, fixa le DPI al mesme valor del schermo.</p><p>Si le valor de DPI es "
+"<b>Non Specificate</b>, le imagine anque essera imprimite le mesme grandor "
+"que on ha sur le schermo.</p><p>Non omne formatos de images supporta valores "
+"de DPI. Si le formato con le qual tu ha salveguardate le imagine non "
 "supporta los, illos non essera salveguardate.</p></qt>"
 
 #: dialogs/imagelib/kpDocumentMetaInfoDialog.cpp:205
@@ -927,7 +927,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Non pote aperir \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
@@ -2602,12 +2602,12 @@
 msgstr ""
 "<qt><p>Pro seliger le color de prime plano que instrumentos usa pro "
 "designar, pulsa a sinistra sur un cella reimplite de color. Pro seliger le "
-"color de fundo in loco pulsa dextere.</p><p>Pro cambiar le color de le mesme "
+"color de fundo in loco pulsa dextere.</p><p>Pro cambiar le color del mesme "
 "cella, duple pulas sur illo.</p> <p>Tu anque pote excambiar le color de un "
 "cella reimplite con qualcunque altere cella per usar le option de traher e "
 "deponer. Anque, si tu mantene premite le clave <b>Ctrl</b>, le color del "
 "cella de destination essera superscribite, in loco de esser excambiate con "
-"le color del eclla original.</p></qt>"
+"le color del cella original.</p></qt>"
 
 #: widgets/kpDocumentSaveOptionsWidget.cpp:89
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/is/kolourpaint.po 
new/kolourpaint-21.08.1/po/is/kolourpaint.po
--- old/kolourpaint-21.08.0/po/is/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/is/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2017-05-10 08:34+0000\n"
 "Last-Translator: Sveinn ?? Felli <[email protected]>\n"
 "Language-Team: Icelandic <[email protected]>\n"
@@ -928,7 +928,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Gat ekki opna?? \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/it/kolourpaint.po 
new/kolourpaint-21.08.1/po/it/kolourpaint.po
--- old/kolourpaint-21.08.0/po/it/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/it/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-10 00:21+0200\n"
 "Last-Translator: Luigi Toscano <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
@@ -933,7 +933,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Impossibile aprire ??%1??."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/ja/kolourpaint.po 
new/kolourpaint-21.08.1/po/ja/kolourpaint.po
--- old/kolourpaint-21.08.0/po/ja/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/ja/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2014-09-28 22:50-0700\n"
 "Last-Translator: Fumiaki Okushi <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
@@ -943,7 +943,7 @@
 msgid "Could not open \"%1\"."
 msgstr "???%1??? ??????????????????????????????"
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/kk/kolourpaint.po 
new/kolourpaint-21.08.1/po/kk/kolourpaint.po
--- old/kolourpaint-21.08.0/po/kk/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/kk/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2013-01-06 04:08+0600\n"
 "Last-Translator: Sairan Kikkarin <[email protected]>\n"
 "Language-Team: Kazakh <[email protected]>\n"
@@ -935,7 +935,7 @@
 msgid "Could not open \"%1\"."
 msgstr "\"%1\" ????????????????."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/km/kolourpaint.po 
new/kolourpaint-21.08.1/po/km/kolourpaint.po
--- old/kolourpaint-21.08.0/po/km/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/km/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2012-06-11 14:07+0700\n"
 "Last-Translator: Khoem Sokhem <[email protected]>\n"
 "Language-Team: Khmer\n"
@@ -924,7 +924,7 @@
 msgid "Could not open \"%1\"."
 msgstr "????????????????????????????????? \"%1\" ??????????????????????????"
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/ko/kolourpaint.po 
new/kolourpaint-21.08.1/po/ko/kolourpaint.po
--- old/kolourpaint-21.08.0/po/ko/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/ko/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-18 13:35+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
@@ -907,7 +907,7 @@
 msgid "Could not open \"%1\"."
 msgstr "\"%1\"???(???) ??? ??? ????????????."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/lt/kolourpaint.po 
new/kolourpaint-21.08.1/po/lt/kolourpaint.po
--- old/kolourpaint-21.08.0/po/lt/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/lt/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2015-07-06 18:07+0300\n"
 "Last-Translator: Danut?? <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
@@ -936,7 +936,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Nepavyksta atverti \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/lv/kolourpaint.po 
new/kolourpaint-21.08.1/po/lv/kolourpaint.po
--- old/kolourpaint-21.08.0/po/lv/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/lv/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2011-07-27 19:42+0300\n"
 "Last-Translator: Einars Sprugis <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
@@ -960,7 +960,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Neizdev??s atv??rt \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/ml/kolourpaint.po 
new/kolourpaint-21.08.1/po/ml/kolourpaint.po
--- old/kolourpaint-21.08.0/po/ml/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/ml/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2019-12-03 10:43+0000\n"
 "Last-Translator: Subin Siby <[email protected]>\n"
 "Language-Team: Swathanthra|??????????????????????????? 
Malayalam|?????????????????? 
Computing|????????????????????????????????????????????? <smc."
@@ -855,7 +855,7 @@
 msgid "Could not open \"%1\"."
 msgstr ""
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/mr/kolourpaint.po 
new/kolourpaint-21.08.1/po/mr/kolourpaint.po
--- old/kolourpaint-21.08.0/po/mr/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/mr/kolourpaint.po        2021-08-31 
02:27:49.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2013-03-04 11:29+0530\n"
 "Last-Translator: Chetan Khona <[email protected]>\n"
 "Language-Team: Marathi <[email protected]>\n"
@@ -938,7 +938,7 @@
 msgid "Could not open \"%1\"."
 msgstr "??????????????? ???????????? ???????????? ???????????? \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/nds/kolourpaint.po 
new/kolourpaint-21.08.1/po/nds/kolourpaint.po
--- old/kolourpaint-21.08.0/po/nds/kolourpaint.po       2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/nds/kolourpaint.po       2021-08-31 
02:27:50.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2014-02-21 15:59+0100\n"
 "Last-Translator: S??nke Dibbern <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
@@ -936,7 +936,7 @@
 msgid "Could not open \"%1\"."
 msgstr "\"%1\" lett sik nich opmaken."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/nl/kolourpaint.po 
new/kolourpaint-21.08.1/po/nl/kolourpaint.po
--- old/kolourpaint-21.08.0/po/nl/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/nl/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-03 18:31+0200\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
@@ -933,7 +933,7 @@
 msgid "Could not open \"%1\"."
 msgstr "\"%1\" kan niet worden geopend."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/pa/kolourpaint.po 
new/kolourpaint-21.08.1/po/pa/kolourpaint.po
--- old/kolourpaint-21.08.0/po/pa/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/pa/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2012-07-05 07:22+0530\n"
 "Last-Translator: A S Alam <[email protected]>\n"
 "Language-Team: Punjabi/Panjabi <[email protected]>\n"
@@ -860,7 +860,7 @@
 msgid "Could not open \"%1\"."
 msgstr "\"%1\" ????????? ??????????????? ???????????? ?????? ???????????? 
?????????"
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/pl/kolourpaint.po 
new/kolourpaint-21.08.1/po/pl/kolourpaint.po
--- old/kolourpaint-21.08.0/po/pl/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/pl/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-03 08:42+0200\n"
 "Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
@@ -935,7 +935,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Nie mo??na otworzy?? \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/pt/kolourpaint.po 
new/kolourpaint-21.08.1/po/pt/kolourpaint.po
--- old/kolourpaint-21.08.0/po/pt/kolourpaint.po        2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/pt/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-04 00:18+0100\n"
 "Last-Translator: Pedro Morais <[email protected]>\n"
 "Language-Team: pt <[email protected]>\n"
@@ -930,7 +930,7 @@
 msgid "Could not open \"%1\"."
 msgstr "N??o foi poss??vel abrir \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/pt_BR/kolourpaint.po 
new/kolourpaint-21.08.1/po/pt_BR/kolourpaint.po
--- old/kolourpaint-21.08.0/po/pt_BR/kolourpaint.po     2021-08-06 
02:14:22.000000000 +0200
+++ new/kolourpaint-21.08.1/po/pt_BR/kolourpaint.po     2021-08-31 
02:27:50.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-06 11:17-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
@@ -936,7 +936,7 @@
 msgid "Could not open \"%1\"."
 msgstr "N??o foi poss??vel abrir \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/ro/kolourpaint.po 
new/kolourpaint-21.08.1/po/ro/kolourpaint.po
--- old/kolourpaint-21.08.0/po/ro/kolourpaint.po        2021-08-06 
02:14:23.000000000 +0200
+++ new/kolourpaint-21.08.1/po/ro/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2020-09-24 22:34+0100\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian\n"
@@ -874,7 +874,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Nu am putut deschide ???%1???."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/ru/kolourpaint.po 
new/kolourpaint-21.08.1/po/ru/kolourpaint.po
--- old/kolourpaint-21.08.0/po/ru/kolourpaint.po        2021-08-06 
02:14:23.000000000 +0200
+++ new/kolourpaint-21.08.1/po/ru/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-01-17 12:16+0300\n"
 "Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
@@ -935,7 +935,7 @@
 msgid "Could not open \"%1\"."
 msgstr "???????????????????? ?????????????? ??%1??."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/sk/kolourpaint.po 
new/kolourpaint-21.08.1/po/sk/kolourpaint.po
--- old/kolourpaint-21.08.0/po/sk/kolourpaint.po        2021-08-06 
02:14:23.000000000 +0200
+++ new/kolourpaint-21.08.1/po/sk/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-17 11:14+0200\n"
 "Last-Translator: Matej Mrenica <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
@@ -915,7 +915,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Nepodarilo sa otvori?? \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/sl/kolourpaint.po 
new/kolourpaint-21.08.1/po/sl/kolourpaint.po
--- old/kolourpaint-21.08.0/po/sl/kolourpaint.po        2021-08-06 
02:14:23.000000000 +0200
+++ new/kolourpaint-21.08.1/po/sl/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-06 07:04+0200\n"
 "Last-Translator: Matja?? Jeran <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
@@ -924,7 +924,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Ni bilo mogo??e odpreti ??%1??."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/sq/kolourpaint.po 
new/kolourpaint-21.08.1/po/sq/kolourpaint.po
--- old/kolourpaint-21.08.0/po/sq/kolourpaint.po        2021-08-06 
02:14:23.000000000 +0200
+++ new/kolourpaint-21.08.1/po/sq/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-02-26 21:38-0500\n"
 "Last-Translator: Agron Selimaj <[email protected]>\n"
 "Language-Team: kdeshqip\n"
@@ -872,7 +872,7 @@
 msgid "Could not open \"%1\"."
 msgstr ""
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/sv/kolourpaint.po 
new/kolourpaint-21.08.1/po/sv/kolourpaint.po
--- old/kolourpaint-21.08.0/po/sv/kolourpaint.po        2021-08-06 
02:14:23.000000000 +0200
+++ new/kolourpaint-21.08.1/po/sv/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-04 09:38+0200\n"
 "Last-Translator: Stefan Asserh??ll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
@@ -919,7 +919,7 @@
 msgid "Could not open \"%1\"."
 msgstr "Kunde inte ??ppna \"%1\"."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/ta/kolourpaint.po 
new/kolourpaint-21.08.1/po/ta/kolourpaint.po
--- old/kolourpaint-21.08.0/po/ta/kolourpaint.po        2021-08-06 
02:14:23.000000000 +0200
+++ new/kolourpaint-21.08.1/po/ta/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-06-19 19:45+0530\n"
 "Last-Translator: Kishore G <[email protected]>\n"
 "Language-Team: Tamil <[email protected]>\n"
@@ -930,7 +930,7 @@
 msgid "Could not open \"%1\"."
 msgstr "\"%1\" ?????? ?????????????????? ?????????????????????????????????."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/tg/kolourpaint.po 
new/kolourpaint-21.08.1/po/tg/kolourpaint.po
--- old/kolourpaint-21.08.0/po/tg/kolourpaint.po        2021-08-06 
02:14:23.000000000 +0200
+++ new/kolourpaint-21.08.1/po/tg/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2019-09-29 12:28+0500\n"
 "Last-Translator: Victor Ibragimov <[email protected]>\n"
 "Language-Team: English <[email protected]>\n"
@@ -942,7 +942,7 @@
 msgid "Could not open \"%1\"."
 msgstr "???????????????????????? \"%1\"-???? ?????? ??????????. "
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/tr/kolourpaint.po 
new/kolourpaint-21.08.1/po/tr/kolourpaint.po
--- old/kolourpaint-21.08.0/po/tr/kolourpaint.po        2021-08-06 
02:14:23.000000000 +0200
+++ new/kolourpaint-21.08.1/po/tr/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2017-08-10 09:11+0000\n"
 "Last-Translator: Kaan <[email protected]>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/kdegraphics-k-tr/";
@@ -935,7 +935,7 @@
 msgid "Could not open \"%1\"."
 msgstr "\"%1\" a????lamad??."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/ug/kolourpaint.po 
new/kolourpaint-21.08.1/po/ug/kolourpaint.po
--- old/kolourpaint-21.08.0/po/ug/kolourpaint.po        2021-08-06 
02:14:23.000000000 +0200
+++ new/kolourpaint-21.08.1/po/ug/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
@@ -852,7 +852,7 @@
 msgid "Could not open \"%1\"."
 msgstr "??%1?? ???? ??????????????????."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/uk/kolourpaint.po 
new/kolourpaint-21.08.1/po/uk/kolourpaint.po
--- old/kolourpaint-21.08.0/po/uk/kolourpaint.po        2021-08-06 
02:14:23.000000000 +0200
+++ new/kolourpaint-21.08.1/po/uk/kolourpaint.po        2021-08-31 
02:27:50.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2021-07-03 08:47+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
@@ -931,7 +931,7 @@
 msgid "Could not open \"%1\"."
 msgstr "???? ?????????????? ???????????????? ??%1??."
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/zh_CN/kolourpaint.po 
new/kolourpaint-21.08.1/po/zh_CN/kolourpaint.po
--- old/kolourpaint-21.08.0/po/zh_CN/kolourpaint.po     2021-08-06 
02:14:23.000000000 +0200
+++ new/kolourpaint-21.08.1/po/zh_CN/kolourpaint.po     2021-08-31 
02:27:50.000000000 +0200
@@ -14,7 +14,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-03 00:15+0000\n"
-"PO-Revision-Date: 2021-07-26 13:49\n"
+"PO-Revision-Date: 2021-08-30 11:45\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-21.08.0/po/zh_TW/kolourpaint.po 
new/kolourpaint-21.08.1/po/zh_TW/kolourpaint.po
--- old/kolourpaint-21.08.0/po/zh_TW/kolourpaint.po     2021-08-06 
02:14:23.000000000 +0200
+++ new/kolourpaint-21.08.1/po/zh_TW/kolourpaint.po     2021-08-31 
02:27:50.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-07-03 00:15+0000\n"
+"POT-Creation-Date: 2021-08-30 01:40+0000\n"
 "PO-Revision-Date: 2017-03-12 20:41+0800\n"
 "Last-Translator: Jeff Huang <[email protected]>\n"
 "Language-Team: Chinese <[email protected]>\n"
@@ -898,7 +898,7 @@
 msgid "Could not open \"%1\"."
 msgstr "???????????? %1???"
 
-#: document/kpDocument_Open.cpp:145
+#: document/kpDocument_Open.cpp:150
 #, kde-format
 msgid ""
 "Could not open \"%1\" - unsupported image format.\n"

Reply via email to