Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kbruch"

Fri Apr 17 21:49:45 2026 rev:187 rq:1347400 version:26.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbruch/kbruch.changes    2026-03-07 
20:08:18.439822037 +0100
+++ /work/SRC/openSUSE:Factory/.kbruch.new.11940/kbruch.changes 2026-04-17 
21:52:25.344852891 +0200
@@ -1,0 +2,24 @@
+Sat Apr 11 16:13:40 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:11 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:19 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
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kbruch.spec ++++++
--- /var/tmp/diff_new_pack.mFgAel/_old  2026-04-17 21:52:26.160886516 +0200
+++ /var/tmp/diff_new_pack.mFgAel/_new  2026-04-17 21:52:26.164886681 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kbruch
 #
-# 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:           kbruch
-Version:        25.12.3
+Version:        26.04.0
 Release:        0
 Summary:        Application to excercise fractions
 License:        GPL-2.0-or-later


++++++ kbruch-25.12.3.tar.xz -> kbruch-26.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/.flatpak-manifest.json 
new/kbruch-26.04.0/.flatpak-manifest.json
--- old/kbruch-25.12.3/.flatpak-manifest.json   2026-02-28 12:24:32.000000000 
+0100
+++ new/kbruch-26.04.0/.flatpak-manifest.json   2026-04-08 14:47:02.000000000 
+0200
@@ -1,7 +1,7 @@
 {
     "id": "org.kde.kbruch",
     "runtime": "org.kde.Platform",
-    "runtime-version": "6.9",
+    "runtime-version": "6.10",
     "sdk": "org.kde.Sdk",
     "command": "kbruch",
     "rename-icon": "kbruch",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/.gitlab-ci.yml 
new/kbruch-26.04.0/.gitlab-ci.yml
--- old/kbruch-25.12.3/.gitlab-ci.yml   2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/.gitlab-ci.yml   2026-04-08 14:47:02.000000000 +0200
@@ -14,3 +14,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/kbruch-25.12.3/CMakeLists.txt 
new/kbruch-26.04.0/CMakeLists.txt
--- old/kbruch-25.12.3/CMakeLists.txt   2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/CMakeLists.txt   2026-04-08 14:47:02.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16)
 
 # 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(kbruch VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/org.kde.kbruch.appdata.xml 
new/kbruch-26.04.0/org.kde.kbruch.appdata.xml
--- old/kbruch-25.12.3/org.kde.kbruch.appdata.xml       2026-02-28 
12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/org.kde.kbruch.appdata.xml       2026-04-08 
14:47:02.000000000 +0200
@@ -97,6 +97,7 @@
     <p xml:lang="ar">الكسور هو برنامج صغير لممارسة الحساب باستخدام الكسور 
والنسب المئوية. توجد تمارين مختلفة لهذا الغرض ويمكنك استخدام وضع التعلم للتدرب 
على الكسور. يتحقق البرنامج مدخلات المستخدم ويعطي التغذية الراجعة.</p>
     <p xml:lang="ca">El KBruch és un programa senzill per a practicar càlcul 
amb fraccions i percentatges. Es proposen diversos exercicis i podeu utilitzar 
el mode d'aprenentatge per a practicar amb fraccions. El programa comprova 
l'entrada de l'usuari i proporciona una resposta.</p>
     <p xml:lang="ca-valencia">KBruch és un programa senzill per a practicar 
càlcul amb fraccions i percentatges. Es proposen diversos exercicis i podeu 
utilitzar el mode d'aprenentatge per a practicar amb fraccions. El programa 
comprova l'entrada de l'usuari i proporciona una resposta.</p>
+    <p xml:lang="cs">KBruch je malý program určený k procvičování počítání se 
zlomky a procenty. K tomuto účelu jsou k dispozici různá cvičení a k 
procvičování zlomků můžete využít výukový režim. Program kontroluje zadání 
uživatele a poskytuje zpětnou vazbu.</p>
     <p xml:lang="de">KBruch ist ein kleines Programm, um das Rechnen mit 
Brüchen und Prozenten zu üben. Für diesen Zweck werden verschiedene Übungen 
angeboten. Außerdem gibt es einen Modus für das Lernen von Brüchen. Das 
Programm überprüft die Eingaben des Benutzers und gibt entsprechende 
Rückmeldungen.</p>
     <p xml:lang="el">Το KBruch είναι ένα μικρό πρόγραμμα εξάσκησης στους 
υπολογισμούς με κλάσματα και ποσοστά. Διαφορετικές ασκήσεις παρέχονται γι' 
αυτόν το σκοπό και μπορείτε να χρησιμοποιήσετε τη λειτουργία μάθησης για να 
εξασκηθείτε στα κλάσματα. Το πρόγραμμα ελέγχει τα δεδομένα του χρήστη και δίνει 
αναφορά.</p>
     <p xml:lang="en-GB">KBruch is a small program to practice calculating with 
fractions and percentages. Different exercises are provided for this purpose 
and you can use the learning mode to practice with fractions. The program 
checks the user's input and gives feedback.</p>
@@ -176,6 +177,7 @@
       <li xml:lang="bs">Aritmetička vježba - u ovoj vježbi morate riješiti 
dati razlomak . Morate ući u brojnik i nazivnik. Ovo je glavna vježba.</li>
       <li xml:lang="ca">Exercici aritmètic: En aquest exercici heu de resoldre 
un càlcul de fracció. Cal que escrigueu el resultat, és a dir, el numerador i 
el denominador. Aquest és l'exercici principal.</li>
       <li xml:lang="ca-valencia">Exercici aritmètic: En este exercici heu de 
resoldre un càlcul de fracció. Cal que escrigueu el resultat, és a dir, el 
numerador i el denominador. Este és l'exercici principal.</li>
+      <li xml:lang="cs">Aritmetické cvičení – v tomto cvičení musíte vyřešit 
zadaný úkol se zlomky. Musíte zadat čitatele a jmenovatele. Toto je hlavní 
cvičení.</li>
       <li xml:lang="de">Arithmetik - in dieser Übung muss eine gegebene 
Bruchaufgabe gelöst werden. Sie müssen den ganzzahligen Anteil des Bruchs und 
Zähler und Nenner eingeben. Dies ist die Hauptübung.</li>
       <li xml:lang="el">Ασκήσεις αριθμητικής - σε αυτήν την άσκηση επιλύετε 
ένα δοσμένο πρόβλημα με κλάσματα. Δίνετε τον αριθμητή και τον παρονομαστή. Αυτή 
είναι η κύρια άσκηση.</li>
       <li xml:lang="en-GB">Arithmetic exercise - in this exercise you have to 
solve a given fraction task. You have to enter the numerator and the 
denominator. This is the main exercise.</li>
@@ -212,6 +214,7 @@
       <li xml:lang="ar">تمرين المقارنة - في هذا التمرين عليك أن تقارن حجم 
كسرين معينين باستخدام رموز &gt; أو &lt; أو =.</li>
       <li xml:lang="ca">Exercici de comparació: En aquest exercici heu de 
comparar el valor numèric de 2 fraccions, usant els símbols &gt;, &lt; o =.</li>
       <li xml:lang="ca-valencia">Exercici de comparació: En este exercici heu 
de comparar el valor numèric de 2 fraccions, utilitzant els símbols &gt;, &lt; 
o =.</li>
+      <li xml:lang="cs">Cvičení na porovnávání – v tomto cvičení musíte 
porovnat velikost dvou zadaných zlomků pomocí symbolů &gt;, &lt; nebo =.</li>
       <li xml:lang="de">Vergleich - In dieser Übung müssen 2 gegebene Brüche 
der Größe nach mithilfe der Symbole  „&gt;“, „&lt; “ oder „=“ verglichen 
werden.</li>
       <li xml:lang="el">Ασκήσεις σύγκρισης - σε αυτήν την άσκηση συγκρίνετε το 
μέγεθος 2 δοσμένων κλασμάτων, με χρήση των συμβόλων &gt;, &lt; ή =.</li>
       <li xml:lang="en-GB">Comparison exercise - in this exercise you have to 
compare the size of 2 given fractions, using the symbols &gt;, &lt; or =.</li>
@@ -249,6 +252,7 @@
       <li xml:lang="bs">Konverzija vježbe - u ovoj vježbi morate pretvoriti 
dati broj u razlomak.</li>
       <li xml:lang="ca">Exercici de conversió: En aquest exercici heu de 
convertir un nombre en una fracció.</li>
       <li xml:lang="ca-valencia">Exercici de conversió: En este exercici heu 
de convertir un nombre en una fracció.</li>
+      <li xml:lang="cs">Cvičení na převádění – v tomto cvičení musíte převést 
zadané číslo na zlomek.</li>
       <li xml:lang="de">Umwandeln - in dieser Übung muss eine gegebene Zahl in 
einen Bruch umgewandelt werden.</li>
       <li xml:lang="el">Ασκήσεις μετατροπής - σε αυτήν την άσκηση μετατρέπετε 
έναν δοσμένο αριθμό σε κλάσμα.</li>
       <li xml:lang="en-GB">Conversion exercise - in this exercise you have to 
convert a given number into a fraction.</li>
@@ -286,6 +290,7 @@
       <li xml:lang="bs">Faktorizacijska vježba - u ovoj vježbi morate 
razložiti dati broj na proste faktore.</li>
       <li xml:lang="ca">Exercici de factorització: En aquest exercici heu de 
descompondre un nombre en factors primers.</li>
       <li xml:lang="ca-valencia">Exercici de factorització: En este exercici 
heu de descompondre un nombre en factors primers.</li>
+      <li xml:lang="cs">Cvičení na rozklad na prvočísla – v tomto cvičení máte 
za úkol rozložit dané číslo na prvočísla.</li>
       <li xml:lang="de">Faktorisieren - in dieser Übung muss eine gegebene 
Zahl in ihre Primfaktoren zerlegt werden.</li>
       <li xml:lang="el">Ασκήσεις παραγοντοποίησης - σε αυτήν την άσκηση 
παραγοντοποιείτε έναν δοσμένο αριθμό σε πρώτους παράγοντες.</li>
       <li xml:lang="en-GB">Factorisation exercise - in this exercise you have 
to factorise a given number into its prime factors.</li>
@@ -323,6 +328,7 @@
       <li xml:lang="bs">Procenat vježbe - u ovoj vježbi morate izračunati 
postotke.</li>
       <li xml:lang="ca">Exercici de percentatge: En aquest exercici heu de 
calcular els percentatges.</li>
       <li xml:lang="ca-valencia">Exercici de percentatge: En este exercici heu 
de calcular els percentatges.</li>
+      <li xml:lang="cs">Cvičení na procenta – v tomto cvičení musíte počítat 
procenta.</li>
       <li xml:lang="de">Prozentaufgaben - in dieser Übung müssen Prozente 
berechnet werden.</li>
       <li xml:lang="el">Ασκήσεις ποσοστών - σε αυτήν την άσκηση υπολογίζετε 
ποσοστά.</li>
       <li xml:lang="en-GB">Percentage exercise - in this exercise you have to 
calculate percentages.</li>
@@ -409,6 +415,7 @@
     <binary>kbruch</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/kbruch-25.12.3/po/ar/kbruch.po 
new/kbruch-26.04.0/po/ar/kbruch.po
--- old/kbruch-25.12.3/po/ar/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ar/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-08-05 21:33+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/kbruch-25.12.3/po/ast/kbruch.po 
new/kbruch-26.04.0/po/ast/kbruch.po
--- old/kbruch-25.12.3/po/ast/kbruch.po 2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ast/kbruch.po 2026-04-08 14:47:02.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2023-10-25 12:34+0200\n"
 "Last-Translator: Enol P. <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/be/kbruch.po 
new/kbruch-26.04.0/po/be/kbruch.po
--- old/kbruch-25.12.3/po/be/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/be/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2007-06-25 11:10+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/kbruch-25.12.3/po/bg/kbruch.po 
new/kbruch-26.04.0/po/bg/kbruch.po
--- old/kbruch-25.12.3/po/bg/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/bg/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2006-10-04 16:21+0300\n"
 "Last-Translator: Zlatko Popov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/bn/kbruch.po 
new/kbruch-26.04.0/po/bn/kbruch.po
--- old/kbruch-25.12.3/po/bn/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/bn/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch (KDE 3.5)\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2006-03-29 08:30+0600\n"
 "Last-Translator: Progga <[email protected]>\n"
 "Language-Team: Bangla <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/br/kbruch.po 
new/kbruch-26.04.0/po/br/kbruch.po
--- old/kbruch-25.12.3/po/br/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/br/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kdeedu/kbruch.pot\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+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/kbruch-25.12.3/po/bs/kbruch.po 
new/kbruch-26.04.0/po/bs/kbruch.po
--- old/kbruch-25.12.3/po/bs/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/bs/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2013-10-18 20:18+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/ca/kbruch.po 
new/kbruch-26.04.0/po/ca/kbruch.po
--- old/kbruch-25.12.3/po/ca/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ca/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-05-24 17:11+0200\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/kbruch-25.12.3/po/ca@valencia/kbruch.po 
new/kbruch-26.04.0/po/ca@valencia/kbruch.po
--- old/kbruch-25.12.3/po/ca@valencia/kbruch.po 2026-02-28 12:24:32.000000000 
+0100
+++ new/kbruch-26.04.0/po/ca@valencia/kbruch.po 2026-04-08 14:47:02.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-05-24 17:11+0200\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/kbruch-25.12.3/po/cs/kbruch.po 
new/kbruch-26.04.0/po/cs/kbruch.po
--- old/kbruch-25.12.3/po/cs/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/cs/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -3,31 +3,34 @@
 # SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2014, 2017, 2020, 2024 Vít 
Pelčák <[email protected]>
 # Tomáš Chvátal <[email protected]>, 2012.
 # SPDX-FileCopyrightText: 2022, 2023, 2024 Vit Pelcak <[email protected]>
+# SPDX-FileCopyrightText: 2026 Libor Filípek <[email protected]>
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
-"PO-Revision-Date: 2024-06-11 09:33+0200\n"
-"Last-Translator: Vit Pelcak <[email protected]>\n"
-"Language-Team: Czech <[email protected]>\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
+"PO-Revision-Date: 2026-04-03 22:38+0200\n"
+"Last-Translator: Libor Filípek <[email protected]>\n"
+"Language-Team: \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 24.05.1\n"
+"X-Generator: Lokalize 25.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Martina Blahová,Lukáš Tinkl,Klára Cihlářová,Pavel Fric"
+msgstr "Martina Blahová,Lukáš Tinkl,Klára Cihlářová,Pavel Fric,Libor Filípek"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected],[email protected],[email protected], [email protected]"
+msgstr ""
+"[email protected],[email protected],[email protected],[email protected],libor."
+"[email protected]"
 
 #: AppMenuWidget.cpp:95
 #, kde-format
@@ -332,6 +335,12 @@
 "repeats several times. Click the 'Backspace' button to remove the last "
 "entered prime factor."
 msgstr ""
+"V tomto cvičení máte za úkol rozložit dané číslo na prvočísla. Musíte zadat "
+"všechna prvočísla, na která se číslo dělí. Prvočíslo můžete přidat kliknutím "
+"na příslušné tlačítko. Zvolená prvočísla se zobrazí ve vstupním poli. "
+"Nezapomeňte zadat všechna prvočísla, i když se některé z nich opakuje "
+"několikrát. Kliknutím na tlačítko \"Zpět\" odstraníte poslední zadané "
+"prvočíslo."
 
 #: ExerciseMixedNumbers.cpp:96 TaskView.cpp:96
 #, kde-format
@@ -365,6 +374,8 @@
 "In this exercise you have to convert a mixed number into a ratio and vice "
 "versa. Do not forget to reduce the result."
 msgstr ""
+"V tomto cvičení musíte převést smíšené číslo do poměru a obráceně. "
+"Nezapomeňte výsledek zkrátit."
 
 #: ExerciseMixedNumbers.cpp:245 TaskView.cpp:144 TaskView.cpp:383
 #, kde-format
@@ -388,8 +399,8 @@
 "You entered 0 as the denominator. This means division by zero, which is not "
 "allowed. This question will be counted as not correctly solved."
 msgstr ""
-"Zadali jste 0 jako jmenovatel. Dělení nulou však není povoleno. Tato úloha "
-"bude započítána jako vyřešená nesprávně."
+"Zadali jste 0 jako jmenovatel. Dělení nulou však není povoleno. Tato otázka "
+"bude vyhodnocena jako nesprávně vyřešená."
 
 #: ExerciseMixedNumbers.cpp:347 TaskView.cpp:366
 #, kde-format
@@ -397,6 +408,8 @@
 "You entered the correct result, but not in the mixed number notation. This "
 "question will be counted as not correctly solved."
 msgstr ""
+"Zadali jste správný výsledek, ale ne ve formátu smíšeného čísla. Tato otázka "
+"bude vyhodnocena jako nesprávně vyřešená."
 
 #: ExerciseMixedNumbers.cpp:350 TaskView.cpp:363
 #, kde-format
@@ -404,8 +417,8 @@
 "You entered the correct result, but not reduced. This question will be "
 "counted as not correctly solved."
 msgstr ""
-"Zadali jste správný výsledek, ale ne v základním tvaru. Tato úloha nebude "
-"brána jako nesprávně vyřešená."
+"Zadali jste správný výsledek, ale ne v základním tvaru. Tato otázka bude "
+"vyhodnocena jako nesprávně vyřešená"
 
 #: ExercisePercentage.cpp:84 ExercisePercentage.cpp:368
 #, kde-format
@@ -537,6 +550,12 @@
 "The 'Expand' spinboxes expand each fraction. Try to change one of the "
 "spinbox values!"
 msgstr ""
+"Vnější kruh představuje levou část zlomku. %1\n"
+"\n"
+"Vnitřní kruh představuje pravou část zlomku. %2\n"
+"\n"
+"Pomocí rolovacích políček „Rozbalit“ lze jednotlivé části zlomku rozbalit. "
+"Zkuste změnit jednu z hodnot v číselníku!"
 
 #: KBruch.cpp:36
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/cy/kbruch.po 
new/kbruch-26.04.0/po/cy/kbruch.po
--- old/kbruch-25.12.3/po/cy/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/cy/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2005-11-02 21:59+0000\n"
 "Last-Translator: Kevin Donnelly <[email protected]>\n"
 "Language-Team: Cymraeg <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/da/kbruch.po 
new/kbruch-26.04.0/po/da/kbruch.po
--- old/kbruch-25.12.3/po/da/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/da/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2015-12-08 19:55+0100\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/kbruch-25.12.3/po/de/kbruch.po 
new/kbruch-26.04.0/po/de/kbruch.po
--- old/kbruch-25.12.3/po/de/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/de/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-08-27 08:06+0200\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/kbruch-25.12.3/po/el/kbruch.po 
new/kbruch-26.04.0/po/el/kbruch.po
--- old/kbruch-25.12.3/po/el/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/el/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2020-09-07 09:47+0300\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/en_GB/kbruch.po 
new/kbruch-26.04.0/po/en_GB/kbruch.po
--- old/kbruch-25.12.3/po/en_GB/kbruch.po       2026-02-28 12:24:32.000000000 
+0100
+++ new/kbruch-26.04.0/po/en_GB/kbruch.po       2026-04-08 14:47:02.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-05-24 16:12+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/kbruch-25.12.3/po/eo/kbruch.po 
new/kbruch-26.04.0/po/eo/kbruch.po
--- old/kbruch-25.12.3/po/eo/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/eo/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-05-25 06:34+0200\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/kbruch-25.12.3/po/es/kbruch.po 
new/kbruch-26.04.0/po/es/kbruch.po
--- old/kbruch-25.12.3/po/es/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/es/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-09-23 15:18+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/kbruch-25.12.3/po/et/kbruch.po 
new/kbruch-26.04.0/po/et/kbruch.po
--- old/kbruch-25.12.3/po/et/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/et/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2020-06-13 19:29+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/kbruch-25.12.3/po/eu/kbruch.po 
new/kbruch-26.04.0/po/eu/kbruch.po
--- old/kbruch-25.12.3/po/eu/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/eu/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-12-26 18:52+0100\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/kbruch-25.12.3/po/fa/kbruch.po 
new/kbruch-26.04.0/po/fa/kbruch.po
--- old/kbruch-25.12.3/po/fa/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/fa/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2007-08-14 19:46+0330\n"
 "Last-Translator: Nazanin Kazemi <[email protected]>\n"
 "Language-Team: Persian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/fi/kbruch.po 
new/kbruch-26.04.0/po/fi/kbruch.po
--- old/kbruch-25.12.3/po/fi/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/fi/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-11-07 16:39+0200\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/kbruch-25.12.3/po/fr/kbruch.po 
new/kbruch-26.04.0/po/fr/kbruch.po
--- old/kbruch-25.12.3/po/fr/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/fr/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -21,7 +21,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-06-09 20:52+0200\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/kbruch-25.12.3/po/ga/kbruch.po 
new/kbruch-26.04.0/po/ga/kbruch.po
--- old/kbruch-25.12.3/po/ga/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ga/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdeedu/kbruch.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+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/kbruch-25.12.3/po/gl/kbruch.po 
new/kbruch-26.04.0/po/gl/kbruch.po
--- old/kbruch-25.12.3/po/gl/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/gl/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-12-16 00:37+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/kbruch-25.12.3/po/he/kbruch.po 
new/kbruch-26.04.0/po/he/kbruch.po
--- old/kbruch-25.12.3/po/he/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/he/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-12-16 07:58+0200\n"
 "Last-Translator: Yaron Shahrabani <[email protected]>\n"
 "Language-Team: צוות התרגום של KDE ישראל\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/hi/kbruch.po 
new/kbruch-26.04.0/po/hi/kbruch.po
--- old/kbruch-25.12.3/po/hi/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/hi/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2007-12-21 17:39+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/kbruch-25.12.3/po/hne/kbruch.po 
new/kbruch-26.04.0/po/hne/kbruch.po
--- old/kbruch-25.12.3/po/hne/kbruch.po 2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/hne/kbruch.po 2026-04-08 14:47:02.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2009-02-22 12:07+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/kbruch-25.12.3/po/hr/kbruch.po 
new/kbruch-26.04.0/po/hr/kbruch.po
--- old/kbruch-25.12.3/po/hr/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/hr/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kbruch 0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2006-12-10 02:58+0100\n"
 "Last-Translator: Renato Pavicic <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/hu/kbruch.po 
new/kbruch-26.04.0/po/hu/kbruch.po
--- old/kbruch-25.12.3/po/hu/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/hu/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-08-06 21:54+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/kbruch-25.12.3/po/ia/kbruch.po 
new/kbruch-26.04.0/po/ia/kbruch.po
--- old/kbruch-25.12.3/po/ia/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ia/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-05-24 12:11+0200\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/is/kbruch.po 
new/kbruch-26.04.0/po/is/kbruch.po
--- old/kbruch-25.12.3/po/is/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/is/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2004-04-07 03:18+0000\n"
 "Last-Translator: Björgvin Ragnarsson <[email protected]>\n"
 "Language-Team: Icelandic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/it/kbruch.po 
new/kbruch-26.04.0/po/it/kbruch.po
--- old/kbruch-25.12.3/po/it/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/it/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-08-02 15:35+0200\n"
 "Last-Translator: Paolo Zamponi <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/ja/kbruch.po 
new/kbruch-26.04.0/po/ja/kbruch.po
--- old/kbruch-25.12.3/po/ja/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ja/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2009-11-26 20:45+0900\n"
 "Last-Translator: Yukiko Bando <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/ka/kbruch.po 
new/kbruch-26.04.0/po/ka/kbruch.po
--- old/kbruch-25.12.3/po/ka/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ka/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-05-24 16:26+0200\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/kbruch-25.12.3/po/kk/kbruch.po 
new/kbruch-26.04.0/po/kk/kbruch.po
--- old/kbruch-25.12.3/po/kk/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/kk/kbruch.po  2026-04-08 14:47:02.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2013-01-17 02:50+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/kbruch-25.12.3/po/km/kbruch.po 
new/kbruch-26.04.0/po/km/kbruch.po
--- old/kbruch-25.12.3/po/km/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/km/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2009-06-09 10:16+0700\n"
 "Last-Translator: Khoem Sokhem <[email protected]>\n"
 "Language-Team: Khmer <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/ko/kbruch.po 
new/kbruch-26.04.0/po/ko/kbruch.po
--- old/kbruch-25.12.3/po/ko/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ko/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-08-19 22:36+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/kbruch-25.12.3/po/lt/kbruch.po 
new/kbruch-26.04.0/po/lt/kbruch.po
--- old/kbruch-25.12.3/po/lt/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/lt/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2014-11-11 06:59+0200\n"
 "Last-Translator: Liudas Ališauskas <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/lv/kbruch.po 
new/kbruch-26.04.0/po/lv/kbruch.po
--- old/kbruch-25.12.3/po/lv/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/lv/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-10-02 09:42+0300\n"
 "Last-Translator: Toms Trasūns <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/mk/kbruch.po 
new/kbruch-26.04.0/po/mk/kbruch.po
--- old/kbruch-25.12.3/po/mk/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/mk/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2006-06-25 20:51+0200\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/kbruch-25.12.3/po/ml/kbruch.po 
new/kbruch-26.04.0/po/ml/kbruch.po
--- old/kbruch-25.12.3/po/ml/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ml/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2019-12-12 21:31+0000\n"
 "Last-Translator: Vivek KJ Pazhedath <[email protected]>\n"
 "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം 
Computing|കമ്പ്യൂട്ടിങ്ങ് <smc-"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/mr/kbruch.po 
new/kbruch-26.04.0/po/mr/kbruch.po
--- old/kbruch-25.12.3/po/mr/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/mr/kbruch.po  2026-04-08 14:47:02.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2013-03-05 17:07+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/kbruch-25.12.3/po/ms/kbruch.po 
new/kbruch-26.04.0/po/ms/kbruch.po
--- old/kbruch-25.12.3/po/ms/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ms/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2007-03-01 21:44+0800\n"
 "Last-Translator: Sharuzzaman Ahmat Raslan <[email protected]>\n"
 "Language-Team: Malay <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/nb/kbruch.po 
new/kbruch-26.04.0/po/nb/kbruch.po
--- old/kbruch-25.12.3/po/nb/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/nb/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2012-10-15 15:08+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/kbruch-25.12.3/po/nds/kbruch.po 
new/kbruch-26.04.0/po/nds/kbruch.po
--- old/kbruch-25.12.3/po/nds/kbruch.po 2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/nds/kbruch.po 2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2014-04-24 00:47+0200\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/kbruch-25.12.3/po/ne/kbruch.po 
new/kbruch-26.04.0/po/ne/kbruch.po
--- old/kbruch-25.12.3/po/ne/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ne/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2007-08-29 14:14+0545\n"
 "Last-Translator: Shyam Krishna Bal <[email protected]>\n"
 "Language-Team: Nepali <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/nl/kbruch.po 
new/kbruch-26.04.0/po/nl/kbruch.po
--- old/kbruch-25.12.3/po/nl/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/nl/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-05-24 11:06+0200\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/nn/kbruch.po 
new/kbruch-26.04.0/po/nn/kbruch.po
--- old/kbruch-25.12.3/po/nn/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/nn/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2020-06-14 13:20+0200\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/kbruch-25.12.3/po/oc/kbruch.po 
new/kbruch-26.04.0/po/oc/kbruch.po
--- old/kbruch-25.12.3/po/oc/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/oc/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2008-08-05 22:26+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/kbruch-25.12.3/po/pa/kbruch.po 
new/kbruch-26.04.0/po/pa/kbruch.po
--- old/kbruch-25.12.3/po/pa/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/pa/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2011-06-30 07:28+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/kbruch-25.12.3/po/pl/kbruch.po 
new/kbruch-26.04.0/po/pl/kbruch.po
--- old/kbruch-25.12.3/po/pl/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/pl/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-06-01 08:54+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/kbruch-25.12.3/po/pt/kbruch.po 
new/kbruch-26.04.0/po/pt/kbruch.po
--- old/kbruch-25.12.3/po/pt/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/pt/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2020-06-08 15:47+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/kbruch-25.12.3/po/pt_BR/kbruch.po 
new/kbruch-26.04.0/po/pt_BR/kbruch.po
--- old/kbruch-25.12.3/po/pt_BR/kbruch.po       2026-02-28 12:24:32.000000000 
+0100
+++ new/kbruch-26.04.0/po/pt_BR/kbruch.po       2026-04-08 14:47:02.000000000 
+0200
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-08-06 07:56-0300\n"
 "Last-Translator: Marcus Gama <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/ro/kbruch.po 
new/kbruch-26.04.0/po/ro/kbruch.po
--- old/kbruch-25.12.3/po/ro/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ro/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2020-09-19 01:26+0100\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/ru/kbruch.po 
new/kbruch-26.04.0/po/ru/kbruch.po
--- old/kbruch-25.12.3/po/ru/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ru/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-09-30 17:22+0300\n"
 "Last-Translator: Olesya Gerasimenko <[email protected]>\n"
 "Language-Team: Basealt Translation Team\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/sa/kbruch.po 
new/kbruch-26.04.0/po/sa/kbruch.po
--- old/kbruch-25.12.3/po/sa/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/sa/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+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/kbruch-25.12.3/po/se/kbruch.po 
new/kbruch-26.04.0/po/se/kbruch.po
--- old/kbruch-25.12.3/po/se/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/se/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2007-09-11 22:44+0200\n"
 "Last-Translator: Northern Sami translation team <[email protected]."
 "no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/si/kbruch.po 
new/kbruch-26.04.0/po/si/kbruch.po
--- old/kbruch-25.12.3/po/si/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/si/kbruch.po  2026-04-08 14:47:02.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2009-11-08 18:22+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/kbruch-25.12.3/po/sk/kbruch.po 
new/kbruch-26.04.0/po/sk/kbruch.po
--- old/kbruch-25.12.3/po/sk/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/sk/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2020-07-25 13:40+0200\n"
 "Last-Translator: Matej Mrenica <[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 20.07.80\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Lokalize 20.07.80\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -34,8 +34,7 @@
 msgstr "Režimy KBruch:"
 
 #: AppMenuWidget.cpp:102
-#, fuzzy, kde-format
-#| msgid "Open standard KBruch"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Open standard KBruch"
 msgstr "Otvoriť štandardný KBruch"
@@ -46,8 +45,7 @@
 msgstr "Cvičenie"
 
 #: AppMenuWidget.cpp:117
-#, fuzzy, kde-format
-#| msgid "Open learning KBruch"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Open learning KBruch"
 msgstr "Otvoriť učenie s KBruch"
@@ -69,8 +67,7 @@
 msgstr ">"
 
 #: ExerciseCompare.cpp:88
-#, fuzzy, kde-format
-#| msgid "Click on this button to select the 'greater than' sign."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Click on this button to select the 'greater than' sign."
 msgstr "Kliknutím na tlačidlo vyberte znamienko 'väčší ako'."
@@ -81,8 +78,7 @@
 msgstr "<"
 
 #: ExerciseCompare.cpp:97
-#, fuzzy, kde-format
-#| msgid "Click on this button to select the 'less than' sign."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Click on this button to select the 'less than' sign."
 msgstr "Kliknutím na tlačidlo vyberte znamienko 'menší ako'."
@@ -93,8 +89,7 @@
 msgstr "="
 
 #: ExerciseCompare.cpp:106
-#, fuzzy, kde-format
-#| msgid "Click on this button to select the 'equals' sign."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Click on this button to select the 'equals' sign."
 msgstr "Kliknutím na tlačidlo vyberte znamienko 'rovná sa'."
@@ -108,15 +103,13 @@
 
 #: ExerciseCompare.cpp:119 ExerciseConvert.cpp:136 ExerciseFactorize.cpp:162
 #: ExerciseMixedNumbers.cpp:159 ExercisePercentage.cpp:118
-#, fuzzy, kde-format
-#| msgid "Click on this button to skip this question."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Click on this button to skip this question."
 msgstr "Na preskočenie úlohy kliknite na tlačidlo."
 
 #: ExerciseCompare.cpp:134 MainQtWidget.cpp:532
-#, fuzzy, kde-format
-#| msgid "In this exercise you have to compare two given fractions."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "In this exercise you have to compare two given fractions."
 msgstr "V tomto cvičení porovnávate dva zlomky."
@@ -130,8 +123,7 @@
 "V tomto cvičení porovnávate dva zlomky a vyberáte porovnávacie znamienko."
 
 #: ExerciseCompare.cpp:246 ExerciseCompare.cpp:247 ExerciseCompare.cpp:248
-#, fuzzy, kde-format
-#| msgid "Click on this button to check your result."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Click on this button to check your result."
 msgstr "Kliknutím na toto tlačidlo prekontrolujete výsledok."
@@ -142,15 +134,13 @@
 msgstr "&Nasledujúca"
 
 #: ExerciseConvert.cpp:91 TaskView.cpp:108
-#, fuzzy, kde-format
-#| msgid "Enter the numerator of your result"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Enter the numerator of your result"
 msgstr "Zadajte čitateľa výsledku"
 
 #: ExerciseConvert.cpp:108 TaskView.cpp:125
-#, fuzzy, kde-format
-#| msgid "Enter the denominator of your result"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Enter the denominator of your result"
 msgstr "Zadajte menovateľa výsledku"
@@ -169,10 +159,7 @@
 #: ExerciseConvert.cpp:127 ExerciseConvert.cpp:371 ExerciseFactorize.cpp:171
 #: ExerciseFactorize.cpp:400 ExerciseMixedNumbers.cpp:150
 #: ExercisePercentage.cpp:109 ExercisePercentage.cpp:351
-#, fuzzy, kde-format
-#| msgid ""
-#| "Click on this button to check your result. The button will not work if "
-#| "you have not entered a result yet."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid ""
 "Click on this button to check your result. The button will not work if you "
@@ -182,8 +169,7 @@
 "žiadne riešenie, tlačidlo nebude fungovať."
 
 #: ExerciseConvert.cpp:146 MainQtWidget.cpp:538
-#, fuzzy, kde-format
-#| msgid "In this exercise you have to convert a number into a fraction."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "In this exercise you have to convert a number into a fraction."
 msgstr "V tomto cvičení zapisujete číslo ako zlomok."
@@ -198,8 +184,7 @@
 "menovateľa. Nezabudnite zadať výsledok v základnom tvare."
 
 #: ExerciseConvert.cpp:309 ExerciseFactorize.cpp:349 ExercisePercentage.cpp:317
-#, fuzzy, kde-format
-#| msgid "Click on this button to get to the next question."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Click on this button to get to the next question."
 msgstr "Kliknutím na toto tlačidlo prejdete k nasledujúcej úlohe."
@@ -276,71 +261,61 @@
 msgstr "19"
 
 #: ExerciseFactorize.cpp:216
-#, fuzzy, kde-format
-#| msgid "Add prime factor 2."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Add prime factor 2."
 msgstr "Pridať prvočíslo 2."
 
 #: ExerciseFactorize.cpp:217
-#, fuzzy, kde-format
-#| msgid "Add prime factor 3."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Add prime factor 3."
 msgstr "Pridať prvočíslo 3."
 
 #: ExerciseFactorize.cpp:218
-#, fuzzy, kde-format
-#| msgid "Add prime factor 5."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Add prime factor 5."
 msgstr "Pridať prvočíslo 5."
 
 #: ExerciseFactorize.cpp:219
-#, fuzzy, kde-format
-#| msgid "Add prime factor 7."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Add prime factor 7."
 msgstr "Pridať prvočíslo 7."
 
 #: ExerciseFactorize.cpp:220
-#, fuzzy, kde-format
-#| msgid "Add prime factor 11."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Add prime factor 11."
 msgstr "Pridať prvočíslo 11."
 
 #: ExerciseFactorize.cpp:221
-#, fuzzy, kde-format
-#| msgid "Add prime factor 13."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Add prime factor 13."
 msgstr "Pridať prvočíslo 13."
 
 #: ExerciseFactorize.cpp:222
-#, fuzzy, kde-format
-#| msgid "Add prime factor 17."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Add prime factor 17."
 msgstr "Pridať prvočíslo 17."
 
 #: ExerciseFactorize.cpp:223
-#, fuzzy, kde-format
-#| msgid "Add prime factor 19."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Add prime factor 19."
 msgstr "Pridať prvočíslo 19."
 
 #: ExerciseFactorize.cpp:228
-#, fuzzy, kde-format
-#| msgid "Removes the last entered prime factor."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Removes the last entered prime factor."
 msgstr "Odstráni ostatné prvočíslo."
 
 #: ExerciseFactorize.cpp:245 MainQtWidget.cpp:550
-#, fuzzy, kde-format
-#| msgid "In this exercise you have to factorize a given number."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "In this exercise you have to factorize a given number."
 msgstr "V tomto cvičení rozkladáte číslo na prvočísla."
@@ -362,31 +337,25 @@
 "odstránenie posledného zadaného prvočísla."
 
 #: ExerciseMixedNumbers.cpp:96 TaskView.cpp:96
-#, fuzzy, kde-format
-#| msgid "Enter the integer part of the fraction"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Enter the integer part of the fraction"
 msgstr "Zadajte časť zlomku, ktorá je predstavovaná celým číslom"
 
 #: ExerciseMixedNumbers.cpp:110
-#, fuzzy, kde-format
-#| msgid "Enter the numerator of the fraction"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Enter the numerator of the fraction"
 msgstr "Zadajte čitateľa zlomku"
 
 #: ExerciseMixedNumbers.cpp:127
-#, fuzzy, kde-format
-#| msgid "Enter the denominator of the fraction"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Enter the denominator of the fraction"
 msgstr "Zadajte menovateľa zlomku"
 
 #: ExerciseMixedNumbers.cpp:165 MainQtWidget.cpp:544
-#, fuzzy, kde-format
-#| msgid ""
-#| "In this exercise you have to convert a mixed number into a ratio and vice "
-#| "versa."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid ""
 "In this exercise you have to convert a mixed number into a ratio and vice "
@@ -403,10 +372,7 @@
 "Nezabudnite zadať výsledok v základnom tvare."
 
 #: ExerciseMixedNumbers.cpp:245 TaskView.cpp:144 TaskView.cpp:383
-#, fuzzy, kde-format
-#| msgid ""
-#| "Click this button to check your result. The button will not work if you "
-#| "have not entered a result yet."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid ""
 "Click this button to check your result. The button will not work if you have "
@@ -416,8 +382,7 @@
 "riešenie, tlačidlo nebude fungovať."
 
 #: ExerciseMixedNumbers.cpp:286 TaskView.cpp:267
-#, fuzzy, kde-format
-#| msgid "Click this button to get the next question."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Click this button to get the next question."
 msgstr "Kliknutím na toto tlačidlo prejdete k nasledujúcej úlohe."
@@ -456,15 +421,13 @@
 msgstr "%1% z %2 = "
 
 #: ExercisePercentage.cpp:91
-#, fuzzy, kde-format
-#| msgid "Enter the result of percentage question"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Enter the result of percentage question"
 msgstr "Zadajte výsledok úlohy na percentá"
 
 #: ExercisePercentage.cpp:132 MainQtWidget.cpp:556
-#, fuzzy, kde-format
-#| msgid "In this exercise you have to work with percentage questions."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "In this exercise you have to work with percentage questions."
 msgstr "V tomto cvičení riešite úlohy s percentami."
@@ -878,8 +841,7 @@
 msgstr "Možnosti:"
 
 #: MainQtWidget.cpp:157
-#, fuzzy, kde-format
-#| msgid "Set the options to solve the exercises."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Set the options to solve the exercises."
 msgstr "Nastavte voľby pre riešenie cvičení."
@@ -902,10 +864,7 @@
 msgstr "Zmiešané číslo:"
 
 #: MainQtWidget.cpp:163
-#, fuzzy, kde-format
-#| msgid ""
-#| "Set if the fractions will appear as mixed numbers or not in the question "
-#| "expression (mixed number example: 1 4/5 = 9/5 )."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid ""
 "Set if the fractions will appear as mixed numbers or not in the question "
@@ -915,10 +874,7 @@
 "zadaní úlohy (príklad zmiešaného čísla: 1 4/5 = 9/5)."
 
 #: MainQtWidget.cpp:180
-#, fuzzy, kde-format
-#| msgid ""
-#| "Set if the fractions will appear as mixed numbers or not in the answer "
-#| "(mixed number example: 1 4/5 = 9/5 )."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid ""
 "Set if the fractions will appear as mixed numbers or not in the answer "
@@ -933,8 +889,7 @@
 msgstr "Súčet:"
 
 #: MainQtWidget.cpp:191
-#, fuzzy, kde-format
-#| msgid "Check this to use addition operator."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Check this to use addition operator."
 msgstr "Zaškrtnite, ak chcete použiť sčítací operátor."
@@ -945,8 +900,7 @@
 msgstr "Rozdiel:"
 
 #: MainQtWidget.cpp:207
-#, fuzzy, kde-format
-#| msgid "Check this to use subtraction operator."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Check this to use subtraction operator."
 msgstr "Zaškrtnite, ak chcete použiť odčítací operátor."
@@ -957,8 +911,7 @@
 msgstr "Násobenie:"
 
 #: MainQtWidget.cpp:223
-#, fuzzy, kde-format
-#| msgid "Check this to use multiplication operator."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Check this to use multiplication operator."
 msgstr "Zaškrtnite, ak chcete použiť operátor násobenia."
@@ -969,8 +922,7 @@
 msgstr "Delenie:"
 
 #: MainQtWidget.cpp:239
-#, fuzzy, kde-format
-#| msgid "Check this to use division operator."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Check this to use division operator."
 msgstr "Zaškrtnite, ak chcete použiť operátor delenia."
@@ -981,8 +933,7 @@
 msgstr "Podoba v základnom tvare:"
 
 #: MainQtWidget.cpp:255
-#, fuzzy, kde-format
-#| msgid "Check this to force the use of the reduced form."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Check this to force the use of the reduced form."
 msgstr ""
@@ -994,10 +945,7 @@
 msgstr "Počet členov:"
 
 #: MainQtWidget.cpp:266 MainQtWidget.cpp:276
-#, fuzzy, kde-format
-#| msgid ""
-#| "The number of \n"
-#| "terms you want"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid ""
 "The number of \n"
@@ -1021,8 +969,7 @@
 msgstr "Najväčší deliteľ:"
 
 #: MainQtWidget.cpp:290
-#, fuzzy, kde-format
-#| msgid "The maximum number you can have as main denominator"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "The maximum number you can have as main denominator"
 msgstr "Najväčšie číslo, ktoré chcete ako hlavný menovateľ"
@@ -1036,8 +983,7 @@
 "Zvoľte číslo, ktoré bude najväčší hlavný menovateľ: 10, 20, 30, 40 alebo 50."
 
 #: MainQtWidget.cpp:513
-#, fuzzy, kde-format
-#| msgid "Reset statistics and set a new task."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Reset statistics and set a new task."
 msgstr "Vynulovať štatistiky a nastaviť novú úlohu."
@@ -1048,8 +994,7 @@
 msgstr "Späť"
 
 #: MainQtWidget.cpp:520
-#, fuzzy, kde-format
-#| msgid "Go back to Modes screen."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Go back to Modes screen."
 msgstr "Prejsť späť na obrazovku režimu."
@@ -1066,8 +1011,7 @@
 "Arithmetické"
 
 #: MainQtWidget.cpp:526 TaskView.cpp:162
-#, fuzzy, kde-format
-#| msgid "In this exercise you have to solve a given question with fractions."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "In this exercise you have to solve a given question with fractions."
 msgstr "V tomto cvičení máte vyriešiť zadané úlohy na zlomky."
@@ -1264,8 +1208,7 @@
 msgstr "Toto je aktuálny celkový počet doteraz preskočených úloh."
 
 #: StatisticsView.cpp:109
-#, fuzzy, kde-format
-#| msgid "This part of the window shows the statistics."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "This part of the window shows the statistics."
 msgstr "Časť okna zobrazujúca štatistiku."
@@ -1287,8 +1230,7 @@
 msgstr "Obno&viť"
 
 #: StatisticsView.cpp:122
-#, fuzzy, kde-format
-#| msgid "Click this button to reset the statistics."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Click this button to reset the statistics."
 msgstr "Kliknite na toto tlačidlo na vynulovanie štatistík."
@@ -1336,8 +1278,7 @@
 msgstr "Zmena písma čísel"
 
 #: TaskView.cpp:153
-#, fuzzy, kde-format
-#| msgid "Click this button to skip this question."
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Click this button to skip this question."
 msgstr "Na preskočenie tejto úlohy kliknite na toto tlačidlo."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/sl/kbruch.po 
new/kbruch-26.04.0/po/sl/kbruch.po
--- old/kbruch-25.12.3/po/sl/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/sl/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-05-24 09:32+0200\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/kbruch-25.12.3/po/sq/kbruch.po 
new/kbruch-26.04.0/po/sq/kbruch.po
--- old/kbruch-25.12.3/po/sq/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/sq/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdeedu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2009-05-19 18:51+0000\n"
 "Last-Translator: Vilson Gjeci <[email protected]>\n"
 "Language-Team: Albanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/sv/kbruch.po 
new/kbruch-26.04.0/po/sv/kbruch.po
--- old/kbruch-25.12.3/po/sv/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/sv/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-06-17 21:53+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/kbruch-25.12.3/po/ta/kbruch.po 
new/kbruch-26.04.0/po/ta/kbruch.po
--- old/kbruch-25.12.3/po/ta/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ta/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2005-03-28 02:38-0800\n"
 "Last-Translator: Tamil PC <[email protected]>\n"
 "Language-Team:  <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/tg/kbruch.po 
new/kbruch-26.04.0/po/tg/kbruch.po
--- old/kbruch-25.12.3/po/tg/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/tg/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2006-02-28 19:39+0500\n"
 "Last-Translator: Victor Ibragimov <[email protected]>\n"
 "Language-Team: Tajik Language\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/th/kbruch.po 
new/kbruch-26.04.0/po/th/kbruch.po
--- old/kbruch-25.12.3/po/th/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/th/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2009-02-20 20:44+0700\n"
 "Last-Translator: Narachai Sakorn <[email protected]>\n"
 "Language-Team: Thai <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/tr/kbruch.po 
new/kbruch-26.04.0/po/tr/kbruch.po
--- old/kbruch-25.12.3/po/tr/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/tr/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: kdeedu-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-03-07 23:30+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/ug/kbruch.po 
new/kbruch-26.04.0/po/ug/kbruch.po
--- old/kbruch-25.12.3/po/ug/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/ug/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+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/kbruch-25.12.3/po/uk/kbruch.po 
new/kbruch-26.04.0/po/uk/kbruch.po
--- old/kbruch-25.12.3/po/uk/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/uk/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-05-24 15:32+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/xh/kbruch.po 
new/kbruch-26.04.0/po/xh/kbruch.po
--- old/kbruch-25.12.3/po/xh/kbruch.po  2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/po/xh/kbruch.po  2026-04-08 14:47:02.000000000 +0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2002-11-13 17:04SAST\n"
 "Last-Translator: Lwandle Mgidlana <[email protected]>\n"
 "Language-Team: Xhosa <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/zh_CN/kbruch.po 
new/kbruch-26.04.0/po/zh_CN/kbruch.po
--- old/kbruch-25.12.3/po/zh_CN/kbruch.po       2026-02-28 12:24:32.000000000 
+0100
+++ new/kbruch-26.04.0/po/zh_CN/kbruch.po       2026-04-08 14:47:02.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-04-22 15:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-25.12.3/po/zh_TW/kbruch.po 
new/kbruch-26.04.0/po/zh_TW/kbruch.po
--- old/kbruch-25.12.3/po/zh_TW/kbruch.po       2026-02-28 12:24:32.000000000 
+0100
+++ new/kbruch-26.04.0/po/zh_TW/kbruch.po       2026-04-08 14:47:02.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-05-26 23:11+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/kbruch-25.12.3/snapcraft.yaml 
new/kbruch-26.04.0/snapcraft.yaml
--- old/kbruch-25.12.3/snapcraft.yaml   2026-02-28 12:24:32.000000000 +0100
+++ new/kbruch-26.04.0/snapcraft.yaml   2026-04-08 14:47:02.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
 ---
@@ -28,26 +28,23 @@
     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
     cmake-parameters:
       - -DCMAKE_INSTALL_PREFIX=/usr
       - -DCMAKE_BUILD_TYPE=Release
       - -DQT_MAJOR_VERSION=6
       - -DBUILD_WITH_QT6=ON
       - -DBUILD_TESTING=OFF
-      - -DCMAKE_INSTALL_SYSCONFDIR=/etc
-      - -DCMAKE_INSTALL_LOCALSTATEDIR=/var
-      - -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-      - -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
-      - -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
-      - -DCMAKE_INSTALL_RUNSTATEDIR=/run
-      - -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON
-      - -DCMAKE_VERBOSE_MAKEFILE=ON
-      - -DCMAKE_INSTALL_LIBDIR=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
-      - --log-level=STATUS
-      - -DCMAKE_LIBRARY_PATH=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
-    build-environment: &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"
     prime:
       - -usr/lib/*/cmake/*
       - -usr/include/*

Reply via email to