Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kcachegrind"

Fri Apr 17 21:49:46 2026 rev:156 rq:1347401 version:26.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcachegrind/kcachegrind.changes  2026-03-07 
20:08:25.712123677 +0100
+++ /work/SRC/openSUSE:Factory/.kcachegrind.new.11940/kcachegrind.changes       
2026-04-17 21:52:27.864956732 +0200
@@ -1,0 +2,25 @@
+Sat Apr 11 16:13:41 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
+  * Use QDir::NoDotAndDotDot instead of manual removal from the dir list result
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kcachegrind.spec ++++++
--- /var/tmp/diff_new_pack.an9aYq/_old  2026-04-17 21:52:28.480982115 +0200
+++ /var/tmp/diff_new_pack.an9aYq/_new  2026-04-17 21:52:28.484982281 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kcachegrind
 #
-# 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:           kcachegrind
-Version:        25.12.3
+Version:        26.04.0
 Release:        0
 Summary:        Frontend for Cachegrind
 License:        GPL-2.0-only AND BSD-4-Clause AND GFDL-1.2-only


++++++ kcachegrind-25.12.3.tar.xz -> kcachegrind-26.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/.flatpak-manifest.json 
new/kcachegrind-26.04.0/.flatpak-manifest.json
--- old/kcachegrind-25.12.3/.flatpak-manifest.json      2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/.flatpak-manifest.json      2026-04-09 
05:35:46.000000000 +0200
@@ -1,7 +1,7 @@
 {
     "id": "org.kde.kcachegrind",
     "runtime": "org.kde.Platform",
-    "runtime-version": "6.9",
+    "runtime-version": "6.10",
     "sdk": "org.kde.Sdk",
     "command": "kcachegrind",
     "rename-icon": "kcachegrind",
@@ -19,8 +19,8 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": 
"https://gitlab.com/graphviz/graphviz/-/archive/9.0.0/graphviz-9.0.0.tar.bz2";,
-                    "sha256": 
"5c0a6e60761e2e0f6cbb8baca958b643a06b9bb74ed5a2e4937ee7dbb49dead3",
+                    "url": 
"https://gitlab.com/graphviz/graphviz/-/archive/14.1.0/graphviz-14.1.0.tar.bz2";,
+                    "sha256": 
"64d7bf08b5d48c05ad1e35fb87f42fe632d8775b42b31e7b8ee9e1e4a7c9fb76",
                     "x-checker-data": {
                         "type": "anitya",
                         "project-id": 1249,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/CMakeLists.txt 
new/kcachegrind-26.04.0/CMakeLists.txt
--- old/kcachegrind-25.12.3/CMakeLists.txt      2026-02-28 12:54:11.000000000 
+0100
+++ new/kcachegrind-26.04.0/CMakeLists.txt      2026-04-09 05:35:46.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(KCACHEGRIND_VERSION 
${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO})
 
 project(kcachegrind VERSION ${KCACHEGRIND_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcachegrind-25.12.3/kcachegrind/org.kde.kcachegrind.appdata.xml 
new/kcachegrind-26.04.0/kcachegrind/org.kde.kcachegrind.appdata.xml
--- old/kcachegrind-25.12.3/kcachegrind/org.kde.kcachegrind.appdata.xml 
2026-02-28 12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/kcachegrind/org.kde.kcachegrind.appdata.xml 
2026-04-09 05:35:46.000000000 +0200
@@ -173,6 +173,7 @@
       <li xml:lang="pt-BR">O KCachegrind visualiza perfis (por exemplo 
características de tempo de execução) dos aplicativos de diversas formas, 
incluindo visualizações de gráficos de chamadas e anotação da decodificação 
para código-fonte/Assembly.</li>
       <li xml:lang="ru">Визуализация профилей (параметров выполнения) 
приложений различными способами, включая визуализацию графа вызовов и аннотацию 
исходного кода и кода дизассемблера.</li>
       <li xml:lang="sa">KCachegrind अनुप्रयोगानाम् प्रोफाइलं (अर्थात् रनटाइम् 
विशेषताः) विविधरीत्या दृश्यमानं करोति, यत्र कॉलग्राफ् विजुअलाइजेशनं तथा 
स्रोत/डिसैम्बलर एनोटेशनं च समाविष्टम् अस्ति ।</li>
+      <li xml:lang="sk">KCachegrind vizualizuje profily (teda behovú 
charakteristiku) aplikácií rôznymi spôsobmi, vrátane vizualizácií grafov volaní 
a anotácií zdrojov/disassemblera.</li>
       <li xml:lang="sl">KCachegrind vizualizira profile (tj. značilnosti 
izvajanja) aplikacij na različne načine, vključno z vizualizacijo grafov klicev 
in pripisom izvorne/razpoznane strojne programske kode.</li>
       <li xml:lang="sv">Kcachegrind åskådliggör profiler (dvs. 
körtidskarakteristik) för program på olika sätt, inklusive åskådliggörande av 
anropsdiagram och annotering med källkod och disassembler.</li>
       <li xml:lang="tr">KCachegrind, başvuruların profillerini (diğer bir 
deyişle, çalışma zamanı özelliklerini) çeşitli şekillerde, çağrı grafiklerinin 
hazırlanması ve kaynak/ayrıştırıcı açıklaması içerilmek üzere 
görselleştirir.</li>
@@ -394,6 +395,7 @@
   </provides>
   <launchable type="desktop-id">org.kde.kcachegrind.desktop</launchable>
   <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/kcachegrind-25.12.3/libviews/sourceview.cpp 
new/kcachegrind-26.04.0/libviews/sourceview.cpp
--- old/kcachegrind-25.12.3/libviews/sourceview.cpp     2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/libviews/sourceview.cpp     2026-04-09 
05:35:46.000000000 +0200
@@ -370,12 +370,12 @@
 
     // check in subdirectories
     QDir d(dir);
-    d.setFilter( QDir::Dirs | QDir::NoSymLinks );
+    d.setFilter( QDir::Dirs | QDir::NoDotAndDotDot | QDir::NoSymLinks );
     d.setSorting( QDir::Unsorted );
     QStringList subdirs = d.entryList();
     QStringList::const_iterator it =subdirs.constBegin();
     for(; it != subdirs.constEnd(); ++it ) {
-        if (*it == QLatin1Char('.') || *it == QLatin1String("..") || *it == 
QLatin1String("CVS")) continue;
+        if (*it == QLatin1String("CVS")) continue;
 
         dir = d.filePath(*it);
         if (searchFileRecursive(dir, name)) return true;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/ar/kcachegrind.po 
new/kcachegrind-26.04.0/po/ar/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ar/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ar/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2025-09-27 11:31+0400\n"
 "Last-Translator: Zayed Al-Saidi <[email protected]>\n"
 "Language-Team: ar\n"
@@ -1051,7 +1051,7 @@
 #: kcachegrind/toplevel.cpp:697
 #, kde-format
 msgid "Change Split Orientation when main window is split."
-msgstr "غيّر اتجاه التقسيم عندما تكون النافذة الرئيسية مقسومة."
+msgstr "غيّر اتجاه التقسيم عندما تكون النافذة الرئيسة مقسومة."
 
 #: kcachegrind/toplevel.cpp:891
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/ast/kcachegrind.po 
new/kcachegrind-26.04.0/po/ast/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ast/kcachegrind.po       2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ast/kcachegrind.po       2026-04-09 
05:35:46.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-11-07 21:26+0100\n"
 "Last-Translator: Enol P. <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/be/kcachegrind.po 
new/kcachegrind-26.04.0/po/be/kcachegrind.po
--- old/kcachegrind-25.12.3/po/be/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/be/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2007-06-25 11:21+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/kcachegrind-25.12.3/po/bg/kcachegrind.po 
new/kcachegrind-26.04.0/po/bg/kcachegrind.po
--- old/kcachegrind-25.12.3/po/bg/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/bg/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2020-12-29 02:36+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/br/kcachegrind.po 
new/kcachegrind-26.04.0/po/br/kcachegrind.po
--- old/kcachegrind-25.12.3/po/br/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/br/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kdesdk/kcachegrind.pot\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+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/kcachegrind-25.12.3/po/bs/kcachegrind.po 
new/kcachegrind-26.04.0/po/bs/kcachegrind.po
--- old/kcachegrind-25.12.3/po/bs/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/bs/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2013-10-18 19:25+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/ca/kcachegrind.po 
new/kcachegrind-26.04.0/po/ca/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ca/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ca/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-07-31 11:56+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/kcachegrind-25.12.3/po/ca@valencia/kcachegrind.po 
new/kcachegrind-26.04.0/po/ca@valencia/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ca@valencia/kcachegrind.po       2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ca@valencia/kcachegrind.po       2026-04-09 
05:35:46.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-07-31 11:56+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/kcachegrind-25.12.3/po/cs/kcachegrind.po 
new/kcachegrind-26.04.0/po/cs/kcachegrind.po
--- old/kcachegrind-25.12.3/po/cs/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/cs/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-08-20 15:29+0200\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/cy/kcachegrind.po 
new/kcachegrind-26.04.0/po/cy/kcachegrind.po
--- old/kcachegrind-25.12.3/po/cy/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/cy/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: ../cy/messages//kdesdk/kcachegrind.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+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/kcachegrind-25.12.3/po/da/kcachegrind.po 
new/kcachegrind-26.04.0/po/da/kcachegrind.po
--- old/kcachegrind-25.12.3/po/da/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/da/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2011-12-22 21:43+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/kcachegrind-25.12.3/po/de/kcachegrind.po 
new/kcachegrind-26.04.0/po/de/kcachegrind.po
--- old/kcachegrind-25.12.3/po/de/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/de/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2017-03-20 15:25+0100\n"
 "Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/el/kcachegrind.po 
new/kcachegrind-26.04.0/po/el/kcachegrind.po
--- old/kcachegrind-25.12.3/po/el/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/el/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-09-20 13:34+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/kcachegrind-25.12.3/po/en_GB/kcachegrind.po 
new/kcachegrind-26.04.0/po/en_GB/kcachegrind.po
--- old/kcachegrind-25.12.3/po/en_GB/kcachegrind.po     2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/en_GB/kcachegrind.po     2026-04-09 
05:35:46.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2016-12-02 21:06+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/eo/kcachegrind.po 
new/kcachegrind-26.04.0/po/eo/kcachegrind.po
--- old/kcachegrind-25.12.3/po/eo/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/eo/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-05-10 11:33+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/kcachegrind-25.12.3/po/es/kcachegrind.po 
new/kcachegrind-26.04.0/po/es/kcachegrind.po
--- old/kcachegrind-25.12.3/po/es/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/es/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2025-05-12 13:11+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/kcachegrind-25.12.3/po/et/kcachegrind.po 
new/kcachegrind-26.04.0/po/et/kcachegrind.po
--- old/kcachegrind-25.12.3/po/et/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/et/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2019-11-15 18:57+0200\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/kcachegrind-25.12.3/po/eu/kcachegrind.po 
new/kcachegrind-26.04.0/po/eu/kcachegrind.po
--- old/kcachegrind-25.12.3/po/eu/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/eu/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-10-27 22:21+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/kcachegrind-25.12.3/po/fa/kcachegrind.po 
new/kcachegrind-26.04.0/po/fa/kcachegrind.po
--- old/kcachegrind-25.12.3/po/fa/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/fa/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2012-01-16 23:10+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/kcachegrind-25.12.3/po/fi/kcachegrind.po 
new/kcachegrind-26.04.0/po/fi/kcachegrind.po
--- old/kcachegrind-25.12.3/po/fi/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/fi/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2025-03-04 09:42+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/kcachegrind-25.12.3/po/fr/kcachegrind.po 
new/kcachegrind-26.04.0/po/fr/kcachegrind.po
--- old/kcachegrind-25.12.3/po/fr/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/fr/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -18,7 +18,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-02-17 17:36+0100\n"
 "Last-Translator: Xavier Besnard <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/ga/kcachegrind.po 
new/kcachegrind-26.04.0/po/ga/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ga/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ga/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdesdk/kcachegrind.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+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/kcachegrind-25.12.3/po/gl/kcachegrind.po 
new/kcachegrind-26.04.0/po/gl/kcachegrind.po
--- old/kcachegrind-25.12.3/po/gl/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/gl/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-12-15 23:46+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/kcachegrind-25.12.3/po/he/kcachegrind.po 
new/kcachegrind-26.04.0/po/he/kcachegrind.po
--- old/kcachegrind-25.12.3/po/he/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/he/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
-"PO-Revision-Date: 2025-12-14 21:15+0200\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
+"PO-Revision-Date: 2025-12-06 20:42+0200\n"
 "Last-Translator: Yaron Shahrabani <[email protected]>\n"
 "Language-Team: צוות התרגום של KDE ישראל\n"
 "Language: he\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
 "n % 10 == 0) ? 2 : 3));\n"
-"X-Generator: Lokalize 25.12.0\n"
+"X-Generator: Lokalize 25.08.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/hi/kcachegrind.po 
new/kcachegrind-26.04.0/po/hi/kcachegrind.po
--- old/kcachegrind-25.12.3/po/hi/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/hi/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+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/kcachegrind-25.12.3/po/hne/kcachegrind.po 
new/kcachegrind-26.04.0/po/hne/kcachegrind.po
--- old/kcachegrind-25.12.3/po/hne/kcachegrind.po       2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/hne/kcachegrind.po       2026-04-09 
05:35:46.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2009-03-01 11:05+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/kcachegrind-25.12.3/po/hr/kcachegrind.po 
new/kcachegrind-26.04.0/po/hr/kcachegrind.po
--- old/kcachegrind-25.12.3/po/hr/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/hr/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2010-04-29 10:21+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/kcachegrind-25.12.3/po/hu/kcachegrind.po 
new/kcachegrind-26.04.0/po/hu/kcachegrind.po
--- old/kcachegrind-25.12.3/po/hu/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/hu/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.2\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2012-06-12 21:42+0200\n"
 "Last-Translator: Balázs Úr <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/ia/kcachegrind.po 
new/kcachegrind-26.04.0/po/ia/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ia/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ia/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-10-26 10:09+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/kcachegrind-25.12.3/po/it/kcachegrind.po 
new/kcachegrind-26.04.0/po/it/kcachegrind.po
--- old/kcachegrind-25.12.3/po/it/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/it/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2016-12-23 18:09+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/kcachegrind-25.12.3/po/ja/kcachegrind.po 
new/kcachegrind-26.04.0/po/ja/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ja/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ja/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2008-11-30 00:26+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/kcachegrind-25.12.3/po/ka/kcachegrind.po 
new/kcachegrind-26.04.0/po/ka/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ka/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ka/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-10-28 07:36+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/kcachegrind-25.12.3/po/kk/kcachegrind.po 
new/kcachegrind-26.04.0/po/kk/kcachegrind.po
--- old/kcachegrind-25.12.3/po/kk/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/kk/kcachegrind.po        2026-04-09 
05:35:46.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:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2013-08-16 03:46+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/kcachegrind-25.12.3/po/km/kcachegrind.po 
new/kcachegrind-26.04.0/po/km/kcachegrind.po
--- old/kcachegrind-25.12.3/po/km/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/km/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2010-12-03 03:03+0700\n"
 "Last-Translator:  Seng Sutha <[email protected]>\n"
 "Language-Team: Khmer [km] <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/ko/kcachegrind.po 
new/kcachegrind-26.04.0/po/ko/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ko/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ko/kcachegrind.po        2026-04-09 
05:35:46.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:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2020-04-21 00:35+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/kcachegrind-25.12.3/po/lt/kcachegrind.po 
new/kcachegrind-26.04.0/po/lt/kcachegrind.po
--- old/kcachegrind-25.12.3/po/lt/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/lt/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2011-09-29 09:15+0300\n"
 "Last-Translator: Remigijus Jarmalavičius <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/mai/kcachegrind.po 
new/kcachegrind-26.04.0/po/mai/kcachegrind.po
--- old/kcachegrind-25.12.3/po/mai/kcachegrind.po       2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/mai/kcachegrind.po       2026-04-09 
05:35:46.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2010-09-24 20:23+0530\n"
 "Last-Translator: Rajesh Ranjan <[email protected]>\n"
 "Language-Team: Maithili <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/mr/kcachegrind.po 
new/kcachegrind-26.04.0/po/mr/kcachegrind.po
--- old/kcachegrind-25.12.3/po/mr/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/mr/kcachegrind.po        2026-04-09 
05:35:46.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:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2013-03-06 17:49+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/kcachegrind-25.12.3/po/ms/kcachegrind.po 
new/kcachegrind-26.04.0/po/ms/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ms/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ms/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2007-01-11 15:38+0730\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/kcachegrind-25.12.3/po/nb/kcachegrind.po 
new/kcachegrind-26.04.0/po/nb/kcachegrind.po
--- old/kcachegrind-25.12.3/po/nb/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/nb/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2012-01-03 21:56+0100\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/kcachegrind-25.12.3/po/nds/kcachegrind.po 
new/kcachegrind-26.04.0/po/nds/kcachegrind.po
--- old/kcachegrind-25.12.3/po/nds/kcachegrind.po       2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/nds/kcachegrind.po       2026-04-09 
05:35:46.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2011-10-03 12:48+0200\n"
 "Last-Translator: Manfred Wiese <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/ne/kcachegrind.po 
new/kcachegrind-26.04.0/po/ne/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ne/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ne/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2007-08-20 13:09+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/kcachegrind-25.12.3/po/nl/kcachegrind.po 
new/kcachegrind-26.04.0/po/nl/kcachegrind.po
--- old/kcachegrind-25.12.3/po/nl/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/nl/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2016-11-20 14:15+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/nn/kcachegrind.po 
new/kcachegrind-26.04.0/po/nn/kcachegrind.po
--- old/kcachegrind-25.12.3/po/nn/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/nn/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2021-01-13 17:59+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/kcachegrind-25.12.3/po/oc/kcachegrind.po 
new/kcachegrind-26.04.0/po/oc/kcachegrind.po
--- old/kcachegrind-25.12.3/po/oc/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/oc/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2008-08-06 00:12+0200\n"
 "Last-Translator: \n"
 "Language-Team: Occitan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/pa/kcachegrind.po 
new/kcachegrind-26.04.0/po/pa/kcachegrind.po
--- old/kcachegrind-25.12.3/po/pa/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/pa/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2010-02-03 08:44+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/kcachegrind-25.12.3/po/pl/kcachegrind.po 
new/kcachegrind-26.04.0/po/pl/kcachegrind.po
--- old/kcachegrind-25.12.3/po/pl/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/pl/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2022-09-28 20:34+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/kcachegrind-25.12.3/po/pt/kcachegrind.po 
new/kcachegrind-26.04.0/po/pt/kcachegrind.po
--- old/kcachegrind-25.12.3/po/pt/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/pt/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2016-11-19 18:19+0000\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/kcachegrind-25.12.3/po/pt_BR/kcachegrind.po 
new/kcachegrind-26.04.0/po/pt_BR/kcachegrind.po
--- old/kcachegrind-25.12.3/po/pt_BR/kcachegrind.po     2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/pt_BR/kcachegrind.po     2026-04-09 
05:35:46.000000000 +0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2020-09-25 06:15-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/ro/kcachegrind.po 
new/kcachegrind-26.04.0/po/ro/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ro/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ro/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2012-12-22 11:52+0200\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/kcachegrind-25.12.3/po/ru/kcachegrind.po 
new/kcachegrind-26.04.0/po/ru/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ru/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ru/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2021-01-12 18:25+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/kcachegrind-25.12.3/po/sa/kcachegrind.po 
new/kcachegrind-26.04.0/po/sa/kcachegrind.po
--- old/kcachegrind-25.12.3/po/sa/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/sa/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+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/kcachegrind-25.12.3/po/se/kcachegrind.po 
new/kcachegrind-26.04.0/po/se/kcachegrind.po
--- old/kcachegrind-25.12.3/po/se/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/se/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+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/kcachegrind-25.12.3/po/sk/kcachegrind.po 
new/kcachegrind-26.04.0/po/sk/kcachegrind.po
--- old/kcachegrind-25.12.3/po/sk/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/sk/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2016-11-18 11:03+0100\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/sl/kcachegrind.po 
new/kcachegrind-26.04.0/po/sl/kcachegrind.po
--- old/kcachegrind-25.12.3/po/sl/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/sl/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2022-01-09 12:10+0100\n"
 "Last-Translator: Martin Srebotnjak <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/sq/kcachegrind.po 
new/kcachegrind-26.04.0/po/sq/kcachegrind.po
--- old/kcachegrind-25.12.3/po/sq/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/sq/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdesdk\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2009-05-20 17:34+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/kcachegrind-25.12.3/po/sv/kcachegrind.po 
new/kcachegrind-26.04.0/po/sv/kcachegrind.po
--- old/kcachegrind-25.12.3/po/sv/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/sv/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2016-11-18 18:57+0100\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/kcachegrind-25.12.3/po/ta/kcachegrind.po 
new/kcachegrind-26.04.0/po/ta/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ta/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ta/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2004-08-06 04:49-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/kcachegrind-25.12.3/po/tg/kcachegrind.po 
new/kcachegrind-26.04.0/po/tg/kcachegrind.po
--- old/kcachegrind-25.12.3/po/tg/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/tg/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2005-09-16 16:22+0500\n"
 "Last-Translator: Victor Ibragimov <[email protected]>\n"
 "Language-Team: Tajik\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/tr/kcachegrind.po 
new/kcachegrind-26.04.0/po/tr/kcachegrind.po
--- old/kcachegrind-25.12.3/po/tr/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/tr/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdesdk-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2025-10-03 10:10+0300\n"
 "Last-Translator: Emir SARI <emir_sari@îcloud.com>\n"
 "Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/po/ug/kcachegrind.po 
new/kcachegrind-26.04.0/po/ug/kcachegrind.po
--- old/kcachegrind-25.12.3/po/ug/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/ug/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+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/kcachegrind-25.12.3/po/uk/kcachegrind.po 
new/kcachegrind-26.04.0/po/uk/kcachegrind.po
--- old/kcachegrind-25.12.3/po/uk/kcachegrind.po        2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/uk/kcachegrind.po        2026-04-09 
05:35:46.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2016-11-19 10:32+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/kcachegrind-25.12.3/po/zh_CN/kcachegrind.po 
new/kcachegrind-26.04.0/po/zh_CN/kcachegrind.po
--- old/kcachegrind-25.12.3/po/zh_CN/kcachegrind.po     2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/zh_CN/kcachegrind.po     2026-04-09 
05:35:46.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:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+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/kcachegrind-25.12.3/po/zh_TW/kcachegrind.po 
new/kcachegrind-26.04.0/po/zh_TW/kcachegrind.po
--- old/kcachegrind-25.12.3/po/zh_TW/kcachegrind.po     2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/po/zh_TW/kcachegrind.po     2026-04-09 
05:35:46.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2018-03-24 22:13+0800\n"
 "Last-Translator: pan93412 <[email protected]>\n"
 "Language-Team: Chinese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/poqm/ar/kcachegrind_qt.po 
new/kcachegrind-26.04.0/poqm/ar/kcachegrind_qt.po
--- old/kcachegrind-25.12.3/poqm/ar/kcachegrind_qt.po   2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/poqm/ar/kcachegrind_qt.po   2026-04-09 
05:35:46.000000000 +0200
@@ -1,8 +1,8 @@
-# SPDX-FileCopyrightText: 2025 Zayed Al-Saidi <[email protected]>
+# SPDX-FileCopyrightText: 2025, 2026 Zayed Al-Saidi <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2025-10-15 20:10+0400\n"
+"PO-Revision-Date: 2026-03-24 11:15+0400\n"
 "Last-Translator: Zayed Al-Saidi <[email protected]>\n"
 "Language-Team: ar\n"
 "Language: ar\n"
@@ -2465,4 +2465,4 @@
 #: libviews/treemap.cpp:2868
 msgctxt "TreeMapWidget|"
 msgid "Vertical"
-msgstr "رأسي"
+msgstr "عمودي"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/poqm/ia/kcachegrind_qt.po 
new/kcachegrind-26.04.0/poqm/ia/kcachegrind_qt.po
--- old/kcachegrind-25.12.3/poqm/ia/kcachegrind_qt.po   2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/poqm/ia/kcachegrind_qt.po   2026-04-09 
05:35:46.000000000 +0200
@@ -1,8 +1,8 @@
-# giovanni <[email protected]>, 2023, 2024.
+# SPDX-FileCopyrightText: 2023, 2024, 2026 giovanni <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2024-10-29 10:12+0100\n"
+"PO-Revision-Date: 2026-01-22 11:35+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
@@ -11,7 +11,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 21.12.1\n"
+"X-Generator: Lokalize 23.08.5\n"
 
 #: libcore/cachegrindloader.cpp:135
 msgctxt "QObject|"
@@ -36,7 +36,7 @@
 #: libcore/context.cpp:63
 msgctxt "ProfileContext|"
 msgid "Source Line"
-msgstr ""
+msgstr "Rango de fonte"
 
 #: libcore/context.cpp:64
 msgctxt "ProfileContext|"
@@ -66,7 +66,7 @@
 #: libcore/context.cpp:69
 msgctxt "ProfileContext|"
 msgid "Instruction"
-msgstr ""
+msgstr "Instruction"
 
 #: libcore/context.cpp:70
 msgctxt "ProfileContext|"
@@ -621,7 +621,7 @@
 #: libviews/callgraphview.cpp:3065
 msgctxt "CallGraphView|"
 msgid "As Image..."
-msgstr ""
+msgstr "Como imagine ..."
 
 #: libviews/callgraphview.cpp:3068
 msgctxt "CallGraphView|"
@@ -957,7 +957,7 @@
 #: libviews/callview.cpp:42
 msgctxt "CallView|"
 msgid "Caller"
-msgstr ""
+msgstr " Appellante"
 
 #: libviews/callview.cpp:42
 msgctxt "CallView|"
@@ -1135,7 +1135,7 @@
 #: libviews/controlflowgraphview.cpp:2451
 msgctxt "QObject|"
 msgid "As Image..."
-msgstr ""
+msgstr "Como imagine ..."
 
 #: libviews/controlflowgraphview.cpp:2562
 msgctxt "QObject|"
@@ -1267,7 +1267,7 @@
 #: libviews/coverageview.cpp:42
 msgctxt "CoverageView|"
 msgid "Caller"
-msgstr ""
+msgstr " Appellante"
 
 #: libviews/coverageview.cpp:46
 msgctxt "CoverageView|"
@@ -1338,7 +1338,7 @@
 #: libviews/eventtypeview.cpp:37
 msgctxt "EventTypeView|"
 msgid "Event Type"
-msgstr ""
+msgstr "Typo de Evento"
 
 #: libviews/eventtypeview.cpp:38
 msgctxt "EventTypeView|"
@@ -1604,7 +1604,7 @@
 #: libviews/instrview.cpp:290
 msgctxt "InstrView|"
 msgid "Intel Syntax"
-msgstr ""
+msgstr "Syntaxe de Intel"
 
 #: libviews/instrview.cpp:585
 msgctxt "InstrView|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.12.3/poqm/sk/kcachegrind_qt.po 
new/kcachegrind-26.04.0/poqm/sk/kcachegrind_qt.po
--- old/kcachegrind-25.12.3/poqm/sk/kcachegrind_qt.po   2026-02-28 
12:54:11.000000000 +0100
+++ new/kcachegrind-26.04.0/poqm/sk/kcachegrind_qt.po   2026-04-09 
05:35:46.000000000 +0200
@@ -13,8 +13,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"
 "X-Qt-Contexts: true\n"
 
 #: libcore/cachegrindloader.cpp:135
@@ -166,7 +166,7 @@
 #: libcore/context.cpp:88
 msgctxt "ProfileContext|"
 msgid "BasicBlock"
-msgstr ""
+msgstr "Základný blok"
 
 #: libcore/costitem.cpp:48
 #, qt-format
@@ -1061,22 +1061,21 @@
 msgid ""
 "Control-flow graph requires running callgrind with option --dump-instr=yes"
 msgstr ""
+"Graf riadenia toku vyžaduje spustenie callgrind s voľbou --dump-instr=yes"
 
 #: libviews/controlflowgraphview.cpp:932
-#, fuzzy, qt-format
-#| msgctxt "InstrView|"
-#| msgid "For annotated machine code, the following object file is needed:"
+#, qt-format
 msgctxt "QObject|"
 msgid ""
 "For annotated machine code, the following object file is needed\n"
 "    '%1'\n"
 "This file cannot be found.\n"
-msgstr "Pre komentovaný strojový kód je potrebný nasledujúci súbor objektu:"
+msgstr ""
+"For annotated machine code, nasledujúce object file is needed\n"
+"    '%1'\n"
+"This file cannot be found.\n"
 
 #: libviews/controlflowgraphview.cpp:936
-#, fuzzy
-#| msgctxt "InstrView|"
-#| msgid "If cross-compiled, set SYSROOT variable."
 msgctxt "QObject|"
 msgid "If cross-compiled, set SYSROOT variable."
 msgstr "Ak cross-compiled, nastaviť premennú SYSROOT."
@@ -1090,6 +1089,11 @@
 "Check that you have installed 'objdump'.\n"
 "This utility can be found in the 'binutils' package"
 msgstr ""
+"Pri pokuse o vykonanie príkazu\n"
+"    '%1'\n"
+"sa vyskytla chyba.\n"
+"Skontrolujte, či máte nainštalovaný 'objdump'.\n"
+"Tento nástroj sa nachádza v balíku 'binutils'"
 
 #: libviews/controlflowgraphview.cpp:1041
 #, qt-format
@@ -1101,6 +1105,10 @@
 "Are you using an old profile data file or is the abovementioned\n"
 "ELF object from an updated installation/another machine?"
 msgstr ""
+"Existuje %1 riadkov nákladov bez strojového kódu.\n"
+"To sa stáva, pretože kód %2 zrejme nezodpovedá súboru s profilovými údajmi.\n"
+"Používate starý súbor s profilovými údajmi alebo je vyššie uvedený\n"
+"objekt ELF z aktualizovanej inštalácie/iného počítača?"
 
 #: libviews/controlflowgraphview.cpp:1051
 #, qt-format
@@ -1111,18 +1119,17 @@
 "Check that you have installed 'objdump'.\n"
 "This utility can be found in the 'binutils' package."
 msgstr ""
+"Zdá sa, že pri pokuse o vykonanie príkazu '%1' sa vyskytla chyba.\n"
+"Skontrolujte, či objekt ELF použitý v príkaze existuje.\n"
+"Skontrolujte, či máte nainštalovaný 'objdump'.\n"
+"Tento nástroj sa nachádza v balíku 'binutils'."
 
 #: libviews/controlflowgraphview.cpp:1772
 msgctxt "QObject|"
 msgid "This is Control Flow Graph by KetchuppOfficial"
-msgstr ""
+msgstr "Toto je graf riadenia toku od KetchuppOfficial"
 
 #: libviews/controlflowgraphview.cpp:1828
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid ""
-#| "Warning: a long lasting graph layouting is in progress.\n"
-#| "Reduce node/edge limits for speedup.\n"
 msgctxt "QObject|"
 msgid ""
 "Warning: a long lasting graph layouting is in progress.\n"
@@ -1132,35 +1139,23 @@
 "Znížte medze uzlov/okrajov pre zrýchlenie.\n"
 
 #: libviews/controlflowgraphview.cpp:1831
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Layouting stopped.\n"
 msgctxt "QObject|"
 msgid "Layouting stopped.\n"
 msgstr "Rozmiestňovanie zastavené.\n"
 
 #: libviews/controlflowgraphview.cpp:1833
-#, fuzzy, qt-format
-#| msgctxt "CallGraphView|"
-#| msgid "The call graph has %1 nodes and %2 edges.\n"
+#, qt-format
 msgctxt "QObject|"
 msgid "The call graph has %1 nodes and %2 edges.\n"
 msgstr "Graf volaní má %1 uzlov a %2 okrajov.\n"
 
 #: libviews/controlflowgraphview.cpp:1841
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "No graph available because the layouting process failed.\n"
 msgctxt "QObject|"
 msgid "No graph available because the layouting process failed.\n"
 msgstr "Žiadny graf k dispozícii, pretože proces rozmiestňovania zlyhal.\n"
 
 #: libviews/controlflowgraphview.cpp:1843
-#, fuzzy, qt-format
-#| msgctxt "CallGraphView|"
-#| msgid ""
-#| "Trying to run the following command did not work:\n"
-#| "'%1'\n"
+#, qt-format
 msgctxt "QObject|"
 msgid ""
 "Trying to run the following command did not work:\n"
@@ -1170,17 +1165,11 @@
 "'%1'\n"
 
 #: libviews/controlflowgraphview.cpp:1845
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Please check that 'dot' is installed (package GraphViz)."
 msgctxt "QObject|"
 msgid "Please check that 'dot' is installed (package GraphViz)."
 msgstr "Prosím, skontrolovať, či 'dot' je nainštalované (balík GraphViz)."
 
 #: libviews/controlflowgraphview.cpp:2209
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Please check that 'dot' is installed (package GraphViz)."
 msgctxt "QObject|"
 msgid ""
 "Error running the graph layouting tool.\n"
@@ -1190,28 +1179,22 @@
 #: libviews/controlflowgraphview.cpp:2399
 msgctxt "QObject|"
 msgid "This basic block"
-msgstr ""
+msgstr "Tento základný blok"
 
 #: libviews/controlflowgraphview.cpp:2401
 #: libviews/controlflowgraphview.cpp:2432
 msgctxt "QObject|"
 msgid "PC only"
-msgstr ""
+msgstr "Iba PC"
 
 #: libviews/controlflowgraphview.cpp:2405
 #: libviews/controlflowgraphview.cpp:2436
-#, fuzzy
-#| msgctxt "ProfileContext|"
-#| msgid "Instruction Call"
 msgctxt "QObject|"
 msgid "Show instructions' PC"
 msgstr "Volanie inštrukcie"
 
 #: libviews/controlflowgraphview.cpp:2409
 #: libviews/controlflowgraphview.cpp:2440
-#, fuzzy
-#| msgctxt "InstrView|"
-#| msgid "(No Instruction)"
 msgctxt "QObject|"
 msgid "Show instructions' cost"
 msgstr "(Žiadna inštrukcia)"
@@ -1219,156 +1202,99 @@
 #: libviews/controlflowgraphview.cpp:2426
 msgctxt "QObject|"
 msgid "Intel ASM Syntax"
-msgstr ""
+msgstr "Syntax Intel ASM"
 
 #: libviews/controlflowgraphview.cpp:2450
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "As DOT file..."
 msgctxt "QObject|"
 msgid "As DOT file..."
 msgstr "Ako DOT súbor..."
 
 #: libviews/controlflowgraphview.cpp:2451
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "As Image..."
 msgctxt "QObject|"
 msgid "As Image..."
 msgstr "Ako obrázok..."
 
 #: libviews/controlflowgraphview.cpp:2562
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Export Graph As Image"
 msgctxt "QObject|"
 msgid "Export Graph as Image"
 msgstr "Exportovať graf ako obrázok"
 
 #: libviews/controlflowgraphview.cpp:2564
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Images (*.png *.jpg)"
 msgctxt "QObject|"
 msgid "Images (*.png *.jpg)"
 msgstr "Obrázky (*.png *.jpg)"
 
 #: libviews/controlflowgraphview.cpp:2997
-#, fuzzy
-#| msgctxt "PartSelection|"
-#| msgid "(no trace parts)"
 msgctxt "QObject|"
 msgid "No trace data"
 msgstr "(žiadne časti trasovania)"
 
 #: libviews/controlflowgraphview.cpp:3002
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "No item activated for which to draw the call graph."
 msgctxt "QObject|"
 msgid "No item activated for which to draw the control-flow graph."
 msgstr "Žiadna aktivovaná položka, pre ktorú sa vykreslí graf volaní."
 
 #: libviews/controlflowgraphview.cpp:3014
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "No call graph can be drawn for the active item."
 msgctxt "QObject|"
 msgid "No control-flow graph can be drawn for the active item."
 msgstr "Žiadne graf volaní nemožno vykresliť pre aktívnu položku."
 
 #: libviews/controlflowgraphview.cpp:3109
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Stop Layouting"
 msgctxt "QObject|"
 msgid "Stop Layouting"
 msgstr "Zastaviť rozmiestňovanie"
 
 #: libviews/controlflowgraphview.cpp:3172
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Birds-eye View"
 msgctxt "QObject|"
 msgid "Birds-eye View"
 msgstr "Vtáčí pohľad"
 
 #: libviews/controlflowgraphview.cpp:3174
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Top Left"
 msgctxt "QObject|"
 msgid "Top Left"
 msgstr "Vľavo hore"
 
 #: libviews/controlflowgraphview.cpp:3175
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Top Right"
 msgctxt "QObject|"
 msgid "Top Right"
 msgstr "Vpravo hore"
 
 #: libviews/controlflowgraphview.cpp:3176
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Bottom Left"
 msgctxt "QObject|"
 msgid "Bottom Left"
 msgstr "Vľavo dole"
 
 #: libviews/controlflowgraphview.cpp:3177
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Bottom Right"
 msgctxt "QObject|"
 msgid "Bottom Right"
 msgstr "Vpravo dole"
 
 #: libviews/controlflowgraphview.cpp:3178
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Automatic"
 msgctxt "QObject|"
 msgid "Automatic"
 msgstr "Automatické"
 
 #: libviews/controlflowgraphview.cpp:3179
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Hide"
 msgctxt "QObject|"
 msgid "Hide"
 msgstr "Skryť"
 
 #: libviews/controlflowgraphview.cpp:3189
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Layout"
 msgctxt "QObject|"
 msgid "Layout"
 msgstr "Rozloženie"
 
 #: libviews/controlflowgraphview.cpp:3191
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Top to Down"
 msgctxt "QObject|"
 msgid "Top to Down"
 msgstr "Zdola nahor"
 
 #: libviews/controlflowgraphview.cpp:3192
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Left to Right"
 msgctxt "QObject|"
 msgid "Left to Right"
 msgstr "Zľava doprava"
 
 #: libviews/controlflowgraphview.cpp:3202
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Min. Call Cost"
 msgctxt "QObject|"
 msgid "Min. basic block cost"
 msgstr "Min. nákladov volania"
@@ -1376,15 +1302,13 @@
 #: libviews/controlflowgraphview.cpp:3204
 msgctxt "QObject|"
 msgid "Undefined"
-msgstr ""
+msgstr "Nedefinované"
 
 #: libviews/controlflowgraphview.cpp:3207
-#, fuzzy, qt-format
-#| msgctxt "CallGraphView|"
-#| msgid "1 %"
+#, qt-format
 msgctxt "QObject|"
 msgid "%1%"
-msgstr "1 %"
+msgstr "%1%"
 
 #: libviews/costlistitem.cpp:53
 #, qt-format
@@ -1810,7 +1734,7 @@
 #: libviews/instrview.cpp:290
 msgctxt "InstrView|"
 msgid "Intel Syntax"
-msgstr ""
+msgstr "Syntax Intel"
 
 #: libviews/instrview.cpp:585
 msgctxt "InstrView|"
@@ -2421,9 +2345,6 @@
 msgstr "Zdrojový kód"
 
 #: libviews/tabview.cpp:380
-#, fuzzy
-#| msgctxt "TabView|"
-#| msgid "Call Graph"
 msgctxt "TabView|"
 msgid "Control Flow Graph"
 msgstr "Graf hovorov"

Reply via email to