Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2026-04-17 21:50:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kolourpaint (Old)
 and      /work/SRC/openSUSE:Factory/.kolourpaint.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kolourpaint"

Fri Apr 17 21:50:57 2026 rev:185 rq:1347483 version:26.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2026-03-07 
20:11:19.307324058 +0100
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new.11940/kolourpaint.changes       
2026-04-17 21:54:18.297511632 +0200
@@ -1,0 +2,25 @@
+Sat Apr 11 16:14:15 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.04.0/
+- No code change since 26.03.90
+
+-------------------------------------------------------------------
+Mon Mar 30 12:10:35 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.03.90
+  * New feature release
+- No code change since 26.03.80
+
+-------------------------------------------------------------------
+Sat Mar 14 09:09:43 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.03.80
+  * New feature release
+- Changes since 25.12.3:
+  * documentation.yml is no more needed
+  * Fix build error for Qt <= 6.8 (typo)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kolourpaint.spec ++++++
--- /var/tmp/diff_new_pack.lEFmtz/_old  2026-04-17 21:54:18.925537593 +0200
+++ /var/tmp/diff_new_pack.lEFmtz/_new  2026-04-17 21:54:18.925537593 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kolourpaint
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           kolourpaint
-Version:        25.12.3
+Version:        26.04.0
 Release:        0
 Summary:        Paint Program
 # See boo#717722 for license details


++++++ kolourpaint-25.12.3.tar.xz -> kolourpaint-26.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/.flatpak-manifest.json 
new/kolourpaint-26.04.0/.flatpak-manifest.json
--- old/kolourpaint-25.12.3/.flatpak-manifest.json      2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/.flatpak-manifest.json      2026-04-09 
05:27:58.000000000 +0200
@@ -2,7 +2,7 @@
     "id": "org.kde.kolourpaint",
     "branch": "master",
     "runtime": "org.kde.Platform",
-    "runtime-version": "6.9",
+    "runtime-version": "6.10",
     "sdk": "org.kde.Sdk",
     "command": "kolourpaint",
     "tags": [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/.gitlab-ci.yml 
new/kolourpaint-26.04.0/.gitlab-ci.yml
--- old/kolourpaint-25.12.3/.gitlab-ci.yml      2026-03-01 04:28:50.000000000 
+0100
+++ new/kolourpaint-26.04.0/.gitlab-ci.yml      2026-04-09 05:27:58.000000000 
+0200
@@ -13,3 +13,4 @@
       - /gitlab-templates/craft-macos-x86-64-qt6.yml
       - /gitlab-templates/xml-lint.yml
       - /gitlab-templates/yaml-lint.yml
+      - /gitlab-templates/snap-snapcraft-lxd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/CMakeLists.txt 
new/kolourpaint-26.04.0/CMakeLists.txt
--- old/kolourpaint-25.12.3/CMakeLists.txt      2026-03-01 04:28:50.000000000 
+0100
+++ new/kolourpaint-26.04.0/CMakeLists.txt      2026-04-09 05:27:58.000000000 
+0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR)
 
 # KDE Application Version, managed by release script
-set(RELEASE_SERVICE_VERSION_MAJOR "25")
-set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MAJOR "26")
+set(RELEASE_SERVICE_VERSION_MINOR "04")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kolourpaint VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/org.kde.kolourpaint.appdata.xml 
new/kolourpaint-26.04.0/org.kde.kolourpaint.appdata.xml
--- old/kolourpaint-25.12.3/org.kde.kolourpaint.appdata.xml     2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/org.kde.kolourpaint.appdata.xml     2026-04-09 
05:27:58.000000000 +0200
@@ -106,6 +106,7 @@
     <p xml:lang="bg">KolourPaint е проста програма за рисуване на растерни 
изображения. Тя е полезна като инструмент за ретуширане и при стандартни задачи 
за редактиране на изображения.</p>
     <p xml:lang="ca">El KolourPaint és un programa senzill de dibuix per a 
crear ràpidament imatges ràster. És útil com a eina de retoc i tasques 
senzilles d'edició d'imatges.</p>
     <p xml:lang="ca-valencia">KolourPaint és un programa senzill de dibuix per 
a crear ràpidament imatges ràster. És útil com a eina de retoc i tasques 
senzilles d'edició d'imatges.</p>
+    <p xml:lang="cs">KolourPaint je jednoduchý grafický program pro rychlé 
vytváření rastrových obrázků. Je užitečný jako nástroj pro retušování a pro 
jednoduché úpravy obrázků.</p>
     <p xml:lang="de">KolourPaint ist ein einfach zu verwendendes Mal- und 
Zeichenprogramm zur schnellen Erstellung von Rasterbildern. Es kann für 
Korrekturen und einfache Bildbearbeitungsaufgaben verwendet werden.</p>
     <p xml:lang="eo">KolourPaint estas simpla pentra programo por rapide krei 
rastrumajn bildojn. Ĝi estas utila kiel ilo por rafinado kaj simplaj 
bildredaktaj taskoj.</p>
     <p xml:lang="es">KolourPaint es un sencillo programa de dibujo que permite 
crear imágenes de mapas de bits de una forma rápida. Resulta útil como 
herramienta de retoque y para tareas de edición sencillas.</p>
@@ -124,6 +125,7 @@
     <p xml:lang="nl">KolourPaint is een eenvoudig tekenprogramma om snel 
rasterafbeeldingen te maken. Het is nuttig als een hulpmiddel voor bijwerken en 
eenvoudige taken voor bewerking van afbeeldingen.</p>
     <p xml:lang="pt-BR">KolourPaint é um programa de desenho simples, que cria 
rapidamente imagens rasterizadas. É útil como uma ferramenta de retoques e para 
tarefas simples de edição de imagens.</p>
     <p xml:lang="ru">KolourPaint — простая программа для рисования и создания 
растровых изображений. Может быть полезна для внесения небольших правок в 
изображения.</p>
+    <p xml:lang="sk">KolourPaint je jednoduchý kresliaci program na rýchlu 
tvorbu rastrových obrázkov. Je užitočný ako touch-up nástroj a na jednoduché 
úpravy obrázkov.</p>
     <p xml:lang="sl">KolourPaint je preprost program za slikanje za hitro 
ustvarjanje rastrskih slik. Uporaben je kot orodje za popravke in za preprosta 
opravila urejanja slik.</p>
     <p xml:lang="sv">KolourPaint är ett enkelt ritprogram för att snabbt skapa 
punktavbildningar. Det är användbart som förbättringsverktyg och för enkla 
bildredigeringsuppgifter.</p>
     <p xml:lang="tr">RenkliBoya, tez raster görseller oluşturabileceğiniz 
basit bir boyama programıdır. Bir rötuş aracı ve basit görsel düzenleme 
görevleri için kullanışlıdır.</p>
@@ -183,6 +185,7 @@
       <li xml:lang="bs">Podrška za crtanje raznih oblika - linija, 
pravougaonika, zaobljenih pravougaonika, ovala i poligona</li>
       <li xml:lang="ca">Permet dibuixar diverses formes: línies, rectangles, 
rectangles arrodonits, ovals i polígons</li>
       <li xml:lang="ca-valencia">Permet dibuixar diverses formes: línies, 
rectangles, rectangles arredonits, ovals i polígons</li>
+      <li xml:lang="cs">Podpora kreslení různých tvarů – čar, obdélníků, 
zaoblených obdélníků, oválů a mnohoúhelníků</li>
       <li xml:lang="da">Understøtter at tegne diverse former - linjer, 
firkanter, afrundede firkanter, ovaler og polygoner</li>
       <li xml:lang="de">Das Zeichnen verschiedener Objekte wie Linien, 
Rechtecke, abgerundete Rechtecke, Ellipsen und Polygone wird unterstützt.</li>
       <li xml:lang="el">Υποστήριξη για σχεδίαση διαφόρων σχημάτων - ευθείες, 
ορθογώνια παραλληλόγραμμα, στρογγυλεμένα ορθογώνια, ελλείψεις και πολύγωνα</li>
@@ -293,6 +296,7 @@
       <li xml:lang="pt-BR">Seletor de cores</li>
       <li xml:lang="ru">Выбор цвета</li>
       <li xml:lang="sa">रङ्ग पिकर</li>
+      <li xml:lang="sk">Výber farieb</li>
       <li xml:lang="sl">Pobiralnik barv</li>
       <li xml:lang="sv">Färgväljare</li>
       <li xml:lang="tr">Renk seçicisi</li>
@@ -350,6 +354,7 @@
       <li xml:lang="bs">Rotacija, monohrom i drugi napredni efekti</li>
       <li xml:lang="ca">Gir, monocrom i altres efectes avançats</li>
       <li xml:lang="ca-valencia">Gir, monocrom i altres efectes avançats</li>
+      <li xml:lang="cs">Otočení, monochromatické a další pokročilé efekty</li>
       <li xml:lang="da">Rotation, monokrom og andre avancerede effekter</li>
       <li xml:lang="de">Drehung, Umwandlung in Schwarzweiß und weitere Effekte 
können angewendet werden</li>
       <li xml:lang="el">Περιστροφή, μονοχρωμία και άλλα προηγμένα εφέ</li>
@@ -444,6 +449,7 @@
     <binary>kolourpaint</binary>
   </provides>
   <releases>
+    <release version="26.04.0" date="2026-04-16"/>
     <release version="25.12.3" date="2026-03-05"/>
     <release version="25.12.2" date="2026-02-05"/>
     <release version="25.12.1" date="2026-01-08"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ar/kolourpaint.po 
new/kolourpaint-26.04.0/po/ar/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ar/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ar/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-08-13 19:51+0400\n"
 "Last-Translator: Zayed Al-Saidi <[email protected]>\n"
 "Language-Team: ar\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/be/kolourpaint.po 
new/kolourpaint-26.04.0/po/be/kolourpaint.po
--- old/kolourpaint-25.12.3/po/be/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/be/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/bg/kolourpaint.po 
new/kolourpaint-26.04.0/po/bg/kolourpaint.po
--- old/kolourpaint-25.12.3/po/bg/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/bg/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-22 16:56+0100\n"
 "Last-Translator: Mincho Kondarev <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/br/kolourpaint.po 
new/kolourpaint-26.04.0/po/br/kolourpaint.po
--- old/kolourpaint-25.12.3/po/br/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/br/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics/kolourpaint.pot\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2004-09-20 15:44+0200\n"
 "Last-Translator: Thierry Vignaud <[email protected]>\n"
 "Language-Team: br <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/bs/kolourpaint.po 
new/kolourpaint-26.04.0/po/bs/kolourpaint.po
--- old/kolourpaint-25.12.3/po/bs/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/bs/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ca/kolourpaint.po 
new/kolourpaint-26.04.0/po/ca/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ca/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ca/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-18 09:47+0100\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ca@valencia/kolourpaint.po 
new/kolourpaint-26.04.0/po/ca@valencia/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ca@valencia/kolourpaint.po       2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ca@valencia/kolourpaint.po       2026-04-09 
05:27:58.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-18 09:47+0100\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/cs/kolourpaint.po 
new/kolourpaint-26.04.0/po/cs/kolourpaint.po
--- old/kolourpaint-25.12.3/po/cs/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/cs/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2020, 
2024, 2025 Vít Pelčák <[email protected]>
+# SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2020, 
2024, 2025, 2026 Vít Pelčák <[email protected]>
 # Tomáš Chvátal <[email protected]>, 2013.
 # Vit Pelcak <[email protected]>, 2021, 2023.
 #
@@ -8,26 +8,26 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
-"PO-Revision-Date: 2025-12-05 10:39+0100\n"
-"Last-Translator: Vit Pelcak <[email protected]>\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
+"PO-Revision-Date: 2026-03-17 10:31+0100\n"
+"Last-Translator:  Vít Pelčák <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 25.08.3\n"
+"X-Generator: Lokalize 25.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Jakub Friedl, Tomáš Chvátal"
+msgstr "Jakub Friedl,Tomáš Chvátal,Libor Filípek"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected], [email protected]"
+msgstr "[email protected],[email protected],[email protected]"
 
 #: commands/imagelib/effects/kpEffectBalanceCommand.cpp:17
 #: dialogs/imagelib/effects/kpEffectsDialog.cpp:80
@@ -1191,7 +1191,7 @@
 #: kolourpaint.cpp:72
 #, kde-format
 msgid "Start with new image using given size"
-msgstr ""
+msgstr "Začněte s novým obrázkem o dané velikosti"
 
 #: kolourpaint.cpp:72
 #, kde-format
@@ -1466,6 +1466,7 @@
 "<qt>KolourPaint cannot paste the contents of the clipboard as it has an "
 "unknown format.</qt>"
 msgstr ""
+"<qt>KolourPaint nemůže vložit obsah schránky, protože má neznámý formát.</qt>"
 
 #: mainWindow/kpMainWindow_Edit.cpp:502
 #, kde-format
@@ -1525,6 +1526,10 @@
 "can keep the last-used save folder independent from the folder of the "
 "current document."
 msgstr ""
+"Tím se dokument uloží pod jiným názvem, podobně jako <interface>Uložit jako "
+"</interface>, ale aktuální dokument se nezmění.<nl/>Tímto způsobem můžete "
+"udržet poslední použitou složku pro ukládání nezávislou na složce aktuálního "
+"dokumentu."
 
 #: mainWindow/kpMainWindow_File.cpp:94
 #, kde-format
@@ -1560,7 +1565,7 @@
 #: mainWindow/kpMainWindow_File.cpp:496
 #, kde-format
 msgid "Failed to open scanning dialog."
-msgstr ""
+msgstr "Nepodařilo se otevřít dialogové okno skenování."
 
 #: mainWindow/kpMainWindow_File.cpp:496
 #, kde-format
@@ -1717,7 +1722,7 @@
 #: mainWindow/kpMainWindow_Image.cpp:161
 #, kde-format
 msgid "Make Confidential"
-msgstr ""
+msgstr "Udělat důvěrné"
 
 #: mainWindow/kpMainWindow_Image.cpp:165
 #, kde-format
@@ -2010,6 +2015,8 @@
 msgid ""
 "Click to zoom in. Right-click to zoom out. Drag to zoom into a specific area."
 msgstr ""
+"Kliknutím přiblížíte. Kliknutím pravým tlačítkem oddálíte. Přetažením "
+"přiblížíte konkrétní oblast."
 
 #: tools/polygonal/kpToolCurve.cpp:74
 #, kde-format
@@ -2348,6 +2355,27 @@
 "similar (e.g. if <b>Flood Fill</b> is changing too many pixels), you should "
 "decrease this setting.</p><p>To configure it, click on the cube.</p></qt>"
 msgstr ""
+"<qt><p><b>Podobnost barev</b> udává, jak <i>podobné</i> musí být barvy "
+"různých  pixelů, aby je operace považovaly za stejné</p><p>Pokud nastavíte "
+"jinou hodnotu než <b>přesnou shodu</b>, můžete efektivněji pracovat s "
+"rozmazanými obrázky a fotografiemi, srovnatelně s funkcí „Kouzelná hůlka“ v "
+"jiných programech pro malování.</p><p>Tato funkce se vztahuje na:</"
+"p><ul><li><b>Výběry</b>: V režimu <b>Průhlednost</b> se jakákoli barva ve "
+"výběru, která je <i>podobná</i> barvě pozadí, stane průhlednou.</"
+"li><li><b>Plechovka s barvou</b>: U oblastí s <i>podobnými</i> - ale ne "
+"identickými - barevnými pixely vyšší nastavení pravděpodobně vyplní více "
+"pixelů.</li><li><b>Barevná guma</b>: Jakýkoli pixel, jehož barva je "
+"<i>podobná</i> barvě popředí bude nahrazena barvou pozadí.</"
+"li><li><b>Automatické ořezávání</b> a <b>odstranění vnitřního okraje</b>: U "
+"okrajů s <i>podobnými</i> - ale ne identickými - barevnými pixely je při "
+"vyšším nastavení pravděpodobnější oříznutí celého okraje.</li></ul><p>Vyšší "
+"nastavení znamená, že operace považují větší rozsahy barev za dostatečně "
+"<i>podobné</i>, aby byly stejné. Proto byste měli nastavení zvýšit, pokud "
+"výše uvedené operace neovlivňují pixely, jejichž barvy považujete za "
+"dostatečně podobné.</p><p>Pokud však mají příliš velký vliv a mění pixely, "
+"jejichž barvy nepovažujete za podobné (např. pokud <b>Výplň barvou</b> mění "
+"příliš mnoho pixelů), měli byste toto nastavení snížit.</p><p>Chcete-li jej "
+"nastavit, klikněte na kostku.</p></qt>"
 
 #: widgets/colorSimilarity/kpColorSimilarityHolder.cpp:93
 #, kde-format
@@ -2374,6 +2402,26 @@
 "similar (e.g. if <b>Flood Fill</b> is changing too many pixels), you should "
 "decrease this setting.</p></qt>"
 msgstr ""
+"<qt><p><b>Podobnost barev</b> udává, jak <i>podobné</i> musí být barvy "
+"různých  pixelů, aby je operace považovaly za stejné</p><p>Pokud nastavíte "
+"jinou hodnotu než <b>přesnou shodu</b>, můžete efektivněji pracovat s "
+"rozmazanými obrázky a fotografiemi, srovnatelně s funkcí „Kouzelná hůlka“ v "
+"jiných programech pro malování.</p><p>Tato funkce se vztahuje na:</"
+"p><ul><li><b>Výběry</b>: V režimu <b>Průhlednost</b> se jakákoli barva ve "
+"výběru, která je <i>podobná</i> barvě pozadí, stane průhlednou.</"
+"li><li><b>Plechovka s barvou</b>: U oblastí s <i>podobnými</i> - ale ne "
+"identickými - barevnými pixely vyšší nastavení pravděpodobně vyplní více "
+"pixelů.</li><li><b>Barevná guma</b>: Jakýkoli pixel, jehož barva je "
+"<i>podobná</i> barvě popředí bude nahrazena barvou pozadí.</"
+"li><li><b>Automatické ořezávání</b> a <b>odstranění vnitřního okraje</b>: U "
+"okrajů s <i>podobnými</i> - ale ne identickými - barevnými pixely je při "
+"vyšším nastavení pravděpodobnější oříznutí celého okraje.</li></ul><p>Vyšší "
+"nastavení znamená, že operace považují větší rozsahy barev za dostatečně "
+"<i>podobné</i>, aby byly stejné. Proto byste měli nastavení zvýšit, pokud "
+"výše uvedené operace neovlivňují pixely, jejichž barvy považujete za "
+"dostatečně podobné.</p><p>Pokud však mají příliš velký vliv a mění pixely, "
+"jejichž barvy nepovažujete za podobné (např. pokud <b>Výplň barvou</b> mění "
+"příliš mnoho pixelů), měli byste toto nastavení snížit.</p></qt>"
 
 #: widgets/colorSimilarity/kpColorSimilarityToolBarItem.cpp:199
 #, kde-format
@@ -2554,6 +2602,13 @@
 "destination cell's color will be overwritten, instead of being swapped with "
 "the color of the source cell.</p></qt>"
 msgstr ""
+"<qt><p>Chcete-li vybrat barvu popředí, kterou nástroje používají k kreslení, "
+"klikněte levým tlačítkem myši na barevnou buňku. Chcete-li vybrat barvu "
+"pozadí, klikněte místo toho pravým tlačítkem myši.</p><p>Chcete-li změnit "
+"barvu samotné barevné buňky, dvakrát na ni klikněte.</p><p>Barvu vyplněné "
+"buňky můžete také zaměnit s jakoukoli jinou buňkou pomocí drag and drop. "
+"Pokud navíc podržíte klávesu <b>Ctrl</b>, barva cílové buňky bude přepsána, "
+"místo aby byla zaměněna s barvou zdrojové buňky.</p></qt>"
 
 #: widgets/kpDocumentSaveOptionsWidget.cpp:62
 #, kde-format
@@ -2638,6 +2693,9 @@
 "other side of the window and have a close button.<nl/>Locked panels are "
 "embedded more cleanly."
 msgstr ""
+"Toto přepíná mezi <emphasis>uzamčenými</emphasis> a <emphasis>odemčenými</"
+"emphasis> panely.<nl/>Odemčené panely lze přetáhnout na druhou stranu okna a "
+"mají tlačítko pro zavření.<nl/>Uzamčené panely jsou vloženy čistěji."
 
 #: widgets/toolbars/kpColorToolBar.cpp:263
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/cy/kolourpaint.po 
new/kolourpaint-26.04.0/po/cy/kolourpaint.po
--- old/kolourpaint-25.12.3/po/cy/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/cy/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: ../cy/messages//kdegraphics/kolourpaint.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2004-09-20 15:44+0200\n"
 "Last-Translator: Thierry Vignaud <[email protected]>\n"
 "Language-Team: cy <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/da/kolourpaint.po 
new/kolourpaint-26.04.0/po/da/kolourpaint.po
--- old/kolourpaint-25.12.3/po/da/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/da/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2021-09-09 21:47+0200\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/de/kolourpaint.po 
new/kolourpaint-26.04.0/po/de/kolourpaint.po
--- old/kolourpaint-25.12.3/po/de/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/de/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-12-08 16:29+0100\n"
 "Last-Translator: Alois Spitzbart <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/el/kolourpaint.po 
new/kolourpaint-26.04.0/po/el/kolourpaint.po
--- old/kolourpaint-25.12.3/po/el/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/el/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-09-19 22:20+0300\n"
 "Last-Translator: Antonis Geralis <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/en_GB/kolourpaint.po 
new/kolourpaint-26.04.0/po/en_GB/kolourpaint.po
--- old/kolourpaint-25.12.3/po/en_GB/kolourpaint.po     2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/en_GB/kolourpaint.po     2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-10-18 17:18+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/eo/kolourpaint.po 
new/kolourpaint-26.04.0/po/eo/kolourpaint.po
--- old/kolourpaint-25.12.3/po/eo/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/eo/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-12-27 10:42+0100\n"
 "Last-Translator: Oliver Kellogg <[email protected]>\n"
 "Language-Team: esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/es/kolourpaint.po 
new/kolourpaint-26.04.0/po/es/kolourpaint.po
--- old/kolourpaint-25.12.3/po/es/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/es/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-05-18 13:06+0100\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/et/kolourpaint.po 
new/kolourpaint-26.04.0/po/et/kolourpaint.po
--- old/kolourpaint-25.12.3/po/et/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/et/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/eu/kolourpaint.po 
new/kolourpaint-26.04.0/po/eu/kolourpaint.po
--- old/kolourpaint-25.12.3/po/eu/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/eu/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-05-26 17:33+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/fa/kolourpaint.po 
new/kolourpaint-26.04.0/po/fa/kolourpaint.po
--- old/kolourpaint-25.12.3/po/fa/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/fa/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/fi/kolourpaint.po 
new/kolourpaint-26.04.0/po/fi/kolourpaint.po
--- old/kolourpaint-25.12.3/po/fi/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/fi/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-04-07 18:29+0300\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/fr/kolourpaint.po 
new/kolourpaint-26.04.0/po/fr/kolourpaint.po
--- old/kolourpaint-25.12.3/po/fr/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/fr/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -19,7 +19,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-19 11:46+0100\n"
 "Last-Translator: Xavier Besnard <[email protected]>\n"
 "Language-Team: French <French <[email protected]>>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/fy/kolourpaint.po 
new/kolourpaint-26.04.0/po/fy/kolourpaint.po
--- old/kolourpaint-25.12.3/po/fy/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/fy/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2007-02-19 23:14+0100\n"
 "Last-Translator: Bram Schoenmakers <[email protected]>\n"
 "Language-Team: Nederlands <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ga/kolourpaint.po 
new/kolourpaint-26.04.0/po/ga/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ga/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ga/kolourpaint.po        2026-04-09 
05:27:58.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: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/gl/kolourpaint.po 
new/kolourpaint-26.04.0/po/gl/kolourpaint.po
--- old/kolourpaint-25.12.3/po/gl/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/gl/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-20 07:54+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Proxecto Trasno ([email protected])\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/he/kolourpaint.po 
new/kolourpaint-26.04.0/po/he/kolourpaint.po
--- old/kolourpaint-25.12.3/po/he/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/he/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-18 08:08+0200\n"
 "Last-Translator: Yaron Shahrabani <[email protected]>\n"
 "Language-Team: צוות התרגום של KDE ישראל\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/hi/kolourpaint.po 
new/kolourpaint-26.04.0/po/hi/kolourpaint.po
--- old/kolourpaint-25.12.3/po/hi/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/hi/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2021-08-21 16:25+0530\n"
 "Last-Translator: Raghavendra Kamath <[email protected]>\n"
 "Language-Team: kde-hindi\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/hne/kolourpaint.po 
new/kolourpaint-26.04.0/po/hne/kolourpaint.po
--- old/kolourpaint-25.12.3/po/hne/kolourpaint.po       2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/hne/kolourpaint.po       2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2009-02-26 15:35+0530\n"
 "Last-Translator: Ravishankar Shrivastava <[email protected]>\n"
 "Language-Team: Hindi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/hr/kolourpaint.po 
new/kolourpaint-26.04.0/po/hr/kolourpaint.po
--- old/kolourpaint-25.12.3/po/hr/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/hr/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/hu/kolourpaint.po 
new/kolourpaint-26.04.0/po/hu/kolourpaint.po
--- old/kolourpaint-25.12.3/po/hu/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/hu/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.3\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-07-09 22:41+0200\n"
 "Last-Translator: Kristof Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ia/kolourpaint.po 
new/kolourpaint-26.04.0/po/ia/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ia/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ia/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-20 18:38+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/id/kolourpaint.po 
new/kolourpaint-26.04.0/po/id/kolourpaint.po
--- old/kolourpaint-25.12.3/po/id/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/id/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2022-06-24 14:13+0700\n"
 "Last-Translator: Aziz Adam Adrian <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/is/kolourpaint.po 
new/kolourpaint-26.04.0/po/is/kolourpaint.po
--- old/kolourpaint-25.12.3/po/is/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/is/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-10-08 09:51+0000\n"
 "Last-Translator: Sveinn í Felli <[email protected]>\n"
 "Language-Team: Icelandic\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/it/kolourpaint.po 
new/kolourpaint-26.04.0/po/it/kolourpaint.po
--- old/kolourpaint-25.12.3/po/it/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/it/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-19 01:16+0100\n"
 "Last-Translator: Luigi Toscano <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ja/kolourpaint.po 
new/kolourpaint-26.04.0/po/ja/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ja/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ja/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ka/kolourpaint.po 
new/kolourpaint-26.04.0/po/ka/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ka/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ka/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-18 05:23+0100\n"
 "Last-Translator: Temuri Doghonadze <[email protected]>\n"
 "Language-Team: Georgian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/kk/kolourpaint.po 
new/kolourpaint-26.04.0/po/kk/kolourpaint.po
--- old/kolourpaint-25.12.3/po/kk/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/kk/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/km/kolourpaint.po 
new/kolourpaint-26.04.0/po/km/kolourpaint.po
--- old/kolourpaint-25.12.3/po/km/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/km/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2012-06-11 14:07+0700\n"
 "Last-Translator: Khoem Sokhem <[email protected]>\n"
 "Language-Team: Khmer\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ko/kolourpaint.po 
new/kolourpaint-26.04.0/po/ko/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ko/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ko/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-04-06 23:18+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/lt/kolourpaint.po 
new/kolourpaint-26.04.0/po/lt/kolourpaint.po
--- old/kolourpaint-25.12.3/po/lt/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/lt/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2015-07-06 18:07+0300\n"
 "Last-Translator: Danutė <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/lv/kolourpaint.po 
new/kolourpaint-26.04.0/po/lv/kolourpaint.po
--- old/kolourpaint-25.12.3/po/lv/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/lv/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-22 09:24+0200\n"
 "Last-Translator: Toms Trasuns <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/mk/kolourpaint.po 
new/kolourpaint-26.04.0/po/mk/kolourpaint.po
--- old/kolourpaint-25.12.3/po/mk/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/mk/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2007-02-26 21:56+0100\n"
 "Last-Translator: Bozidar Proevski <[email protected]>\n"
 "Language-Team: Macedonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ml/kolourpaint.po 
new/kolourpaint-26.04.0/po/ml/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ml/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ml/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/mr/kolourpaint.po 
new/kolourpaint-26.04.0/po/mr/kolourpaint.po
--- old/kolourpaint-25.12.3/po/mr/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/mr/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ms/kolourpaint.po 
new/kolourpaint-26.04.0/po/ms/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ms/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ms/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: Mimos\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2005-11-06 05:51+0800\n"
 "Last-Translator: MIMOS <[email protected]>\n"
 "Language-Team: Malay <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/nb/kolourpaint.po 
new/kolourpaint-26.04.0/po/nb/kolourpaint.po
--- old/kolourpaint-25.12.3/po/nb/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/nb/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2012-09-03 14:23+0200\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/nds/kolourpaint.po 
new/kolourpaint-26.04.0/po/nds/kolourpaint.po
--- old/kolourpaint-25.12.3/po/nds/kolourpaint.po       2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/nds/kolourpaint.po       2026-04-09 
05:27:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ne/kolourpaint.po 
new/kolourpaint-26.04.0/po/ne/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ne/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ne/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2007-08-20 12:26+0545\n"
 "Last-Translator: Nabin Gautam <[email protected]>\n"
 "Language-Team: Nepali <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/nl/kolourpaint.po 
new/kolourpaint-26.04.0/po/nl/kolourpaint.po
--- old/kolourpaint-25.12.3/po/nl/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/nl/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-18 23:17+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/nn/kolourpaint.po 
new/kolourpaint-26.04.0/po/nn/kolourpaint.po
--- old/kolourpaint-25.12.3/po/nn/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/nn/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-10-27 14:47+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/oc/kolourpaint.po 
new/kolourpaint-26.04.0/po/oc/kolourpaint.po
--- old/kolourpaint-25.12.3/po/oc/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/oc/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2008-08-05 22:27+0200\n"
 "Last-Translator: Yannig Marchegay (Kokoyaya) <[email protected]>\n"
 "Language-Team: Occitan (lengadocian) <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/pa/kolourpaint.po 
new/kolourpaint-26.04.0/po/pa/kolourpaint.po
--- old/kolourpaint-25.12.3/po/pa/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/pa/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/pl/kolourpaint.po 
new/kolourpaint-26.04.0/po/pl/kolourpaint.po
--- old/kolourpaint-25.12.3/po/pl/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/pl/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-10-12 10:21+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/pt/kolourpaint.po 
new/kolourpaint-26.04.0/po/pt/kolourpaint.po
--- old/kolourpaint-25.12.3/po/pt/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/pt/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2023-04-17 14:37+0100\n"
 "Last-Translator: Pedro Morais <[email protected]>\n"
 "Language-Team: pt <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/pt_BR/kolourpaint.po 
new/kolourpaint-26.04.0/po/pt_BR/kolourpaint.po
--- old/kolourpaint-25.12.3/po/pt_BR/kolourpaint.po     2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/pt_BR/kolourpaint.po     2026-04-09 
05:27:58.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-06-21 19:22-0300\n"
 "Last-Translator: Guilherme Marçal Silva <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ro/kolourpaint.po 
new/kolourpaint-26.04.0/po/ro/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ro/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ro/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -1,11 +1,11 @@
 # translation of kolourpaint.po to Romanian
-# SPDX-FileCopyrightText: 2008, 2009, 2010, 2012, 2020, 2021, 2026 Sergiu 
Bivol <[email protected]>
 # Claudiu Costin <[email protected]>, 2004, 2005.
+# SPDX-FileCopyrightText: 2008, 2009, 2010, 2012, 2020, 2021, 2026 Sergiu 
Bivol <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2026-02-16 22:42+0000\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ru/kolourpaint.po 
new/kolourpaint-26.04.0/po/ru/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ru/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ru/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-08-22 18:44+0300\n"
 "Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/sa/kolourpaint.po 
new/kolourpaint-26.04.0/po/sa/kolourpaint.po
--- old/kolourpaint-25.12.3/po/sa/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/sa/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-12-24 20:39+0530\n"
 "Last-Translator: kali <[email protected]>\n"
 "Language-Team: Sanskrit <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/se/kolourpaint.po 
new/kolourpaint-26.04.0/po/se/kolourpaint.po
--- old/kolourpaint-25.12.3/po/se/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/se/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2007-03-06 22:54+0100\n"
 "Last-Translator: Børre Gaup <[email protected]>\n"
 "Language-Team: Northern Sami <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/si/kolourpaint.po 
new/kolourpaint-26.04.0/po/si/kolourpaint.po
--- old/kolourpaint-25.12.3/po/si/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/si/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2011-08-19 07:37+0530\n"
 "Last-Translator: Danishka Navin <[email protected]>\n"
 "Language-Team: Sinhala <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/sk/kolourpaint.po 
new/kolourpaint-26.04.0/po/sk/kolourpaint.po
--- old/kolourpaint-25.12.3/po/sk/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/sk/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2023-12-06 18:31+0100\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
@@ -15,8 +15,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 23.08.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Lokalize 23.08.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -292,7 +292,7 @@
 #, kde-format
 msgctxt "Horizontal DPI 'x' Vertical DPI"
 msgid " × "
-msgstr ""
+msgstr " × "
 
 #: dialogs/imagelib/kpDocumentMetaInfoDialog.cpp:128
 #: dialogs/imagelib/kpDocumentMetaInfoDialog.cpp:175
@@ -528,7 +528,7 @@
 #: dialogs/imagelib/transforms/kpTransformResizeScaleDialog.cpp:269
 #, kde-format
 msgid "×"
-msgstr ""
+msgstr "×"
 
 #: dialogs/imagelib/transforms/kpTransformResizeScaleDialog.cpp:254
 #, kde-format
@@ -544,11 +544,10 @@
 #: dialogs/imagelib/transforms/kpTransformResizeScaleDialog.cpp:276
 #: widgets/imagelib/effects/kpNumInput.cpp:183
 #: widgets/kpDocumentSaveOptionsWidget.cpp:74
-#, fuzzy, kde-format
-#| msgid "%1%"
+#, kde-format
 msgctxt "@label:spinbox"
 msgid "%v%"
-msgstr "%1%"
+msgstr "%v%"
 
 #: dialogs/imagelib/transforms/kpTransformResizeScaleDialog.cpp:278
 #, kde-format
@@ -888,8 +887,7 @@
 msgstr "Vzdialenosť farebnej kocky RGB"
 
 #: dialogs/kpColorSimilarityDialog.cpp:53
-#, fuzzy, kde-format
-#| msgid "Exact Match"
+#, kde-format
 msgctxt "@label:spinbox"
 msgid "Exact match"
 msgstr "Presný výskyt"
@@ -909,7 +907,7 @@
 #, kde-format
 msgid "1 byte (approx. %2%)"
 msgid_plural "%1 bytes (approx. %2%)"
-msgstr[0] "%1 bajt (asi %2%)"
+msgstr[0] "1 bajt (asi %2%)"
 msgstr[1] "%1 bajtov (asi %2%)"
 msgstr[2] "%1 bajtov (asi %2%)"
 
@@ -1192,10 +1190,10 @@
 #: kolourpaint.cpp:72
 #, kde-format
 msgid "Start with new image using given size"
-msgstr ""
+msgstr "Start with new image using given size"
 
 #: kolourpaint.cpp:72
-#, fuzzy, kde-format
+#, kde-format
 msgid "[width]x[height]"
 msgstr "Šírka x výška"
 
@@ -1517,7 +1515,7 @@
 #, kde-format
 msgctxt "@info:tooltip"
 msgid "Export to another file"
-msgstr ""
+msgstr "Export to another file"
 
 #: mainWindow/kpMainWindow_File.cpp:88
 #, kde-kuit-format
@@ -1528,6 +1526,10 @@
 "can keep the last-used save folder independent from the folder of the "
 "current document."
 msgstr ""
+"This saves the document with a different name, podobne ako <interface>Save "
+"As</interface>, but aktuálny document is not changed.<nl/>This way môžete "
+"keep the last-used save folder independent from the folder of aktuálny "
+"document."
 
 #: mainWindow/kpMainWindow_File.cpp:94
 #, kde-format
@@ -1577,9 +1579,7 @@
 msgstr "Trvanie snímky"
 
 #: mainWindow/kpMainWindow_File.cpp:609
-#, fuzzy, kde-format
-#| msgid " second"
-#| msgid_plural " seconds"
+#, kde-format
 msgid "%v second"
 msgid_plural "%v seconds"
 msgstr[0] "sekunda"
@@ -1760,16 +1760,15 @@
 #: mainWindow/kpMainWindow_StatusBar.cpp:179
 #, kde-format
 msgid "%1 × %2"
-msgstr ""
+msgstr "%1 × %2"
 
 #: mainWindow/kpMainWindow_StatusBar.cpp:121
 #, kde-format
 msgid "%1, %2"
-msgstr ""
+msgstr "%1, %2"
 
 #: mainWindow/kpMainWindow_StatusBar.cpp:123
-#, fuzzy, kde-format
-#| msgid "%1,%2 - %3,%4"
+#, kde-format
 msgid "%1, %2 — %3, %4"
 msgstr "%1,%2 - %3,%4"
 
@@ -2011,8 +2010,7 @@
 msgstr "Priblíži a oddiali obrázok"
 
 #: tools/kpToolZoom.cpp:92
-#, fuzzy, kde-kuit-format
-#| msgid "Click to zoom in/out or left drag to zoom into a specific area."
+#, kde-kuit-format
 msgctxt "@info"
 msgid ""
 "Click to zoom in. Right-click to zoom out. Drag to zoom into a specific area."
@@ -2334,8 +2332,7 @@
 msgstr "Nepriblížený režim - miniatúra"
 
 #: views/kpZoomedThumbnailView.cpp:38
-#, fuzzy, kde-format
-#| msgid "%1% - Thumbnail"
+#, kde-format
 msgid "%1% — Thumbnail"
 msgstr "%1% - Miniatúra"
 
@@ -2431,18 +2428,13 @@
 "bodov), mali by ste znížiť toto nastavenie.</p></qt>"
 
 #: widgets/colorSimilarity/kpColorSimilarityToolBarItem.cpp:199
-#, fuzzy, kde-format
-#| msgid ""
-#| "<p>Color Similarity: %1%</p><p align=\"center\">Click to configure.</p>"
+#, kde-format
 msgid "<p>Color similarity: %1%</p><p align=\"center\">Click to configure.</p>"
 msgstr ""
 "<p>Podobnosť farieb: %1%</p><p align=\"center\">Kliknite na nastavenie.</p>"
 
 #: widgets/colorSimilarity/kpColorSimilarityToolBarItem.cpp:204
-#, fuzzy, kde-format
-#| msgid ""
-#| "<p>Color Similarity: Exact Match</p><p align=\"center\">Click to "
-#| "configure.</p>"
+#, kde-format
 msgid ""
 "<p>Color similarity: Exact match</p><p align=\"center\">Click to configure.</"
 "p>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/sl/kolourpaint.po 
new/kolourpaint-26.04.0/po/sl/kolourpaint.po
--- old/kolourpaint-25.12.3/po/sl/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/sl/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-18 07:38+0100\n"
 "Last-Translator: Matjaž Jeran <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/sq/kolourpaint.po 
new/kolourpaint-26.04.0/po/sq/kolourpaint.po
--- old/kolourpaint-25.12.3/po/sq/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/sq/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2021-02-26 21:38-0500\n"
 "Last-Translator: Agron Selimaj <[email protected]>\n"
 "Language-Team: kdeshqip\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/sv/kolourpaint.po 
new/kolourpaint-26.04.0/po/sv/kolourpaint.po
--- old/kolourpaint-25.12.3/po/sv/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/sv/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-04-05 14:14+0200\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ta/kolourpaint.po 
new/kolourpaint-26.04.0/po/ta/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ta/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ta/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2023-12-04 20:50+0530\n"
 "Last-Translator: Kishore G <[email protected]>\n"
 "Language-Team: Tamil <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/tg/kolourpaint.po 
new/kolourpaint-26.04.0/po/tg/kolourpaint.po
--- old/kolourpaint-25.12.3/po/tg/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/tg/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/th/kolourpaint.po 
new/kolourpaint-26.04.0/po/th/kolourpaint.po
--- old/kolourpaint-25.12.3/po/th/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/th/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2010-03-27 21:08+0700\n"
 "Last-Translator: Thanomsub Noppaburana <[email protected]>\n"
 "Language-Team: Thai <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/tok/kolourpaint.po 
new/kolourpaint-26.04.0/po/tok/kolourpaint.po
--- old/kolourpaint-25.12.3/po/tok/kolourpaint.po       2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/tok/kolourpaint.po       2026-04-09 
05:27:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2022-07-08 04:45+0000\n"
 "Last-Translator: Weblate Admin <[email protected]>\n"
 "Language-Team: Toki Pona <http://weblate.blackquill.cc/projects/ante-toki-pi-";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/tr/kolourpaint.po 
new/kolourpaint-26.04.0/po/tr/kolourpaint.po
--- old/kolourpaint-25.12.3/po/tr/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/tr/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -12,13 +12,13 @@
 # obsoleteman <[email protected]>, 2008-2009,2012.
 # Serhat Demirkol <[email protected]>, 2009.
 # Volkan Gezer <[email protected]>, 2013-2014.
-# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025 Emir SARI 
<[email protected]>
+# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025, 2026 Emir SARI 
<[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kdegraphics-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
-"PO-Revision-Date: 2025-12-30 13:37+0300\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
+"PO-Revision-Date: 2026-03-15 13:38+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
@@ -26,7 +26,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 25.12.0\n"
+"X-Generator: Lokalize 25.12.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -1452,7 +1452,7 @@
 #: mainWindow/kpMainWindow_Edit.cpp:72
 #, kde-format
 msgid "Paste in &New Window"
-msgstr "Ye&ni Pencere Yapıştır"
+msgstr "Ye&ni Pencerede Yapıştır"
 
 #: mainWindow/kpMainWindow_Edit.cpp:78
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/ug/kolourpaint.po 
new/kolourpaint-26.04.0/po/ug/kolourpaint.po
--- old/kolourpaint-25.12.3/po/ug/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/ug/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/uk/kolourpaint.po 
new/kolourpaint-26.04.0/po/uk/kolourpaint.po
--- old/kolourpaint-25.12.3/po/uk/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/uk/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-18 08:42+0200\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/uz/kolourpaint.po 
new/kolourpaint-26.04.0/po/uz/kolourpaint.po
--- old/kolourpaint-25.12.3/po/uz/kolourpaint.po        2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/uz/kolourpaint.po        2026-04-09 
05:27:58.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2007-02-11 00:24+0100\n"
 "Last-Translator: Mashrab Kuvatov <[email protected]>\n"
 "Language-Team: Uzbek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/uz@cyrillic/kolourpaint.po 
new/kolourpaint-26.04.0/po/uz@cyrillic/kolourpaint.po
--- old/kolourpaint-25.12.3/po/uz@cyrillic/kolourpaint.po       2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/uz@cyrillic/kolourpaint.po       2026-04-09 
05:27:58.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2007-02-11 00:24+0100\n"
 "Last-Translator: Mashrab Kuvatov <[email protected]>\n"
 "Language-Team: Uzbek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/zh_CN/kolourpaint.po 
new/kolourpaint-26.04.0/po/zh_CN/kolourpaint.po
--- old/kolourpaint-25.12.3/po/zh_CN/kolourpaint.po     2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/zh_CN/kolourpaint.po     2026-04-09 
05:27:58.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-04-22 15:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
@@ -141,7 +141,7 @@
 #: commands/tools/selection/kpToolSelectionResizeScaleCommand.cpp:29
 #, kde-format
 msgid "Text: Resize Box"
-msgstr "文字:更改文本框大小"
+msgstr "文本:更改文本框大小"
 
 #: commands/imagelib/transforms/kpTransformResizeScaleCommand.cpp:73
 #, kde-format
@@ -374,7 +374,7 @@
 "unlikely.</p><p>Not all image formats support <b>Text Fields</b>. If the "
 "format you save in does not support them, they will not be saved.</p></qt>"
 msgstr ""
-"<qt><p><b>文本字段</b>用于提供与此图像有关的额外信息,您可以在此填写任意文字"
+"<qt><p><b>文本字段</b>用于提供与此图像有关的额外信息,您可以在此填写任意文本"
 "用作图像的注释。</p><p>要注意的是,某些图像格式会在特定的字段记录一些供程序解"
 "读的信息,您不应更改这些信息。</p><p>不是所有图像类型都支持<b>文本字段</b>。"
 "如果您保存的图像格式不支持文本字段,它们将不会被保存。</p></qt>"
@@ -1204,7 +1204,7 @@
 #: kolourpaintui.rc:162
 #, kde-format
 msgid "Text Toolbar"
-msgstr "文字工具栏"
+msgstr "文本工具栏"
 
 #. i18n: ectx: Menu (selectionToolRMBMenu)
 #: kolourpaintui.rc:172
@@ -1244,7 +1244,7 @@
 #: tools/selection/text/kpToolText.cpp:34
 #, kde-format
 msgid "Text"
-msgstr "文字"
+msgstr "文本"
 
 #: lgpl/generic/kpColorCollection.cpp:109
 #, kde-format
@@ -1431,12 +1431,12 @@
 #: mainWindow/kpMainWindow_Image.cpp:284 tools/selection/text/kpToolText.cpp:60
 #, kde-format
 msgid "Text: Create Box"
-msgstr "文字:创建文本框"
+msgstr "文本:创建文本框"
 
 #: mainWindow/kpMainWindow_Edit.cpp:372
 #, kde-format
 msgid "Text: Paste"
-msgstr "文字:粘贴"
+msgstr "文本:粘贴"
 
 #: mainWindow/kpMainWindow_Edit.cpp:500
 #, kde-format
@@ -1453,7 +1453,7 @@
 #: mainWindow/kpMainWindow_Edit.cpp:576
 #, kde-format
 msgid "Text: Delete Box"
-msgstr "文字:删除文本框"
+msgstr "文本:删除文本框"
 
 #. i18n ("Text: Delete")
 #: mainWindow/kpMainWindow_Edit.cpp:578
@@ -1464,7 +1464,7 @@
 #: mainWindow/kpMainWindow_Edit.cpp:642
 #, kde-format
 msgid "Text: Finish"
-msgstr "文字:完成"
+msgstr "文本:完成"
 
 #: mainWindow/kpMainWindow_Edit.cpp:642
 #, kde-format
@@ -2070,12 +2070,12 @@
 #: tools/polygonal/kpToolPolyline.cpp:23
 #, kde-format
 msgid "Connected Lines"
-msgstr "折线"
+msgstr "多段线"
 
 #: tools/polygonal/kpToolPolyline.cpp:23
 #, kde-format
 msgid "Draws connected lines"
-msgstr "绘制首尾相连的直线"
+msgstr "绘制相连的多段直线"
 
 #: tools/rectangular/kpToolEllipse.cpp:21
 #, kde-format
@@ -2185,27 +2185,27 @@
 #: tools/selection/text/kpToolText.cpp:34
 #, kde-format
 msgid "Writes text"
-msgstr "插入文字"
+msgstr "插入文本"
 
 #: tools/selection/text/kpToolText_Commands.cpp:46
 #, kde-format
 msgid "Text: Backspace"
-msgstr "文字:退格"
+msgstr "文本:退格"
 
 #: tools/selection/text/kpToolText_Commands.cpp:63
 #, kde-format
 msgid "Text: Delete"
-msgstr "文字:删除"
+msgstr "文本:删除"
 
 #: tools/selection/text/kpToolText_Commands.cpp:80
 #, kde-format
 msgid "Text: New Line"
-msgstr "文字:新行"
+msgstr "文本:新行"
 
 #: tools/selection/text/kpToolText_Commands.cpp:97
 #, kde-format
 msgid "Text: Write"
-msgstr "文字:写入"
+msgstr "文本:写入"
 
 #: tools/selection/text/kpToolText_Create.cpp:26
 #, kde-format
@@ -2220,7 +2220,7 @@
 #: tools/selection/text/kpToolText_Move.cpp:37
 #, kde-format
 msgid "Text: Move Box"
-msgstr "文字:移动文本框"
+msgstr "文本:移动文本框"
 
 #: tools/selection/text/kpToolText_ResizeScale.cpp:20
 #, kde-format
@@ -2235,57 +2235,57 @@
 #: tools/selection/text/kpToolText_TextStyle.cpp:80
 #, kde-format
 msgid "Text: Opaque Background"
-msgstr "文字:文本框背景不透明"
+msgstr "文本:文本框背景不透明"
 
 #: tools/selection/text/kpToolText_TextStyle.cpp:80
 #, kde-format
 msgid "Text: Transparent Background"
-msgstr "文字:文本框背景透明"
+msgstr "文本:文本框背景透明"
 
 #: tools/selection/text/kpToolText_TextStyle.cpp:100
 #, kde-format
 msgid "Text: Swap Colors"
-msgstr "文字:对调前景/背景色"
+msgstr "文本:对调前景/背景色"
 
 #: tools/selection/text/kpToolText_TextStyle.cpp:119
 #, kde-format
 msgid "Text: Foreground Color"
-msgstr "文字:前景色"
+msgstr "文本:前景色"
 
 #: tools/selection/text/kpToolText_TextStyle.cpp:138
 #, kde-format
 msgid "Text: Background Color"
-msgstr "文字:背景色"
+msgstr "文本:背景色"
 
 #: tools/selection/text/kpToolText_TextStyle.cpp:167
 #, kde-format
 msgid "Text: Font"
-msgstr "文字:字体"
+msgstr "文本:字体"
 
 #: tools/selection/text/kpToolText_TextStyle.cpp:189
 #, kde-format
 msgid "Text: Font Size"
-msgstr "文字:字体大小"
+msgstr "文本:字体大小"
 
 #: tools/selection/text/kpToolText_TextStyle.cpp:209
 #, kde-format
 msgid "Text: Bold"
-msgstr "文字:粗体"
+msgstr "文本:粗体"
 
 #: tools/selection/text/kpToolText_TextStyle.cpp:229
 #, kde-format
 msgid "Text: Italic"
-msgstr "文字:斜体"
+msgstr "文本:斜体"
 
 #: tools/selection/text/kpToolText_TextStyle.cpp:249
 #, kde-format
 msgid "Text: Underline"
-msgstr "文字:下划线"
+msgstr "文本:下划线"
 
 #: tools/selection/text/kpToolText_TextStyle.cpp:269
 #, kde-format
 msgid "Text: Strike Through"
-msgstr "文字:删除线"
+msgstr "文本:删除线"
 
 #: views/kpUnzoomedThumbnailView.cpp:56
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/zh_HK/kolourpaint.po 
new/kolourpaint-26.04.0/po/zh_HK/kolourpaint.po
--- old/kolourpaint-25.12.3/po/zh_HK/kolourpaint.po     2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/zh_HK/kolourpaint.po     2026-04-09 
05:27:58.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2006-01-10 02:28+0800\n"
 "Last-Translator: Walter Cheuk <[email protected]>\n"
 "Language-Team: Chinese (Hong Kong) <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/po/zh_TW/kolourpaint.po 
new/kolourpaint-26.04.0/po/zh_TW/kolourpaint.po
--- old/kolourpaint-25.12.3/po/zh_TW/kolourpaint.po     2026-03-01 
04:28:50.000000000 +0100
+++ new/kolourpaint-26.04.0/po/zh_TW/kolourpaint.po     2026-04-09 
05:27:58.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-04-09 17:09+0900\n"
 "Last-Translator: Kisaragi Hiu <[email protected]>\n"
 "Language-Team: Traditional Chinese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-25.12.3/snapcraft.yaml 
new/kolourpaint-26.04.0/snapcraft.yaml
--- old/kolourpaint-25.12.3/snapcraft.yaml      2026-03-01 04:28:50.000000000 
+0100
+++ new/kolourpaint-26.04.0/snapcraft.yaml      2026-04-09 05:27:58.000000000 
+0200
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2024-2025 Scarlett Moore <[email protected]>
+# SPDX-FileCopyrightText: 2024-2026 Scarlett Moore <[email protected]>
 #
 # SPDX-License-Identifier: CC0-1.0
 ---
@@ -34,7 +34,17 @@
     plugin: cmake
     source: .
     source-type: local
+    build-snaps:
+      - kde-qt6-core24-sdk/latest/beta
+      - kf6-core24-sdk/latest/beta
     build-packages:
+      - libxml2-dev
+      - gettext
+      - doxygen
+      - graphviz
+      - libxml2-utils
+      - docbook-xml
+      - docbook-xsl
       - libpulse0
     stage-packages:
       - libpulse0
@@ -46,9 +56,6 @@
       - -DCMAKE_BUILD_TYPE=Release
       - -DQT_MAJOR_VERSION=6
       - -DBUILD_TESTING=OFF
-    build-environment:
-      - LD_LIBRARY_PATH: >
-         
"/snap/mesa-2404/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libproxy:$LD_LIBRARY_PATH"
     override-pull: |
         craftctl default
         while read -r PATCHFILE ; do

Reply via email to