Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcachegrind for openSUSE:Factory 
checked in at 2025-12-15 11:52:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcachegrind (Old)
 and      /work/SRC/openSUSE:Factory/.kcachegrind.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcachegrind"

Mon Dec 15 11:52:33 2025 rev:152 rq:1322353 version:25.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcachegrind/kcachegrind.changes  2025-11-08 
16:32:10.670299118 +0100
+++ /work/SRC/openSUSE:Factory/.kcachegrind.new.1939/kcachegrind.changes        
2025-12-15 11:56:13.561869678 +0100
@@ -1,0 +2,17 @@
+Sat Dec  6 11:40:29 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 25.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.12.0/
+- No code change since 25.11.80
+
+-------------------------------------------------------------------
+Sat Nov 15 19:56:31 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 25.11.80
+  * New feature release
+- Changes since 25.08.3:
+  * Fix various typos Found via `codespell -S 
"*.appdata.xml,*.desktop,*.po,*.org.xml,./po" -L 
alle,alls,als,childs,doubleclick,goup,inbetween,probleme`
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kcachegrind.spec ++++++
--- /var/tmp/diff_new_pack.gCkydy/_old  2025-12-15 11:56:14.437906456 +0100
+++ /var/tmp/diff_new_pack.gCkydy/_new  2025-12-15 11:56:14.437906456 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define kf6_version 6.14.0
-%define qt6_version 6.8.0
+%define kf6_version 6.19.0
+%define qt6_version 6.9.0
 
 %bcond_without released
 Name:           kcachegrind
-Version:        25.08.3
+Version:        25.12.0
 Release:        0
 Summary:        Frontend for Cachegrind
 License:        GPL-2.0-only AND BSD-4-Clause AND GFDL-1.2-only


++++++ kcachegrind-25.08.3.tar.xz -> kcachegrind-25.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/CMakeLists.txt 
new/kcachegrind-25.12.0/CMakeLists.txt
--- old/kcachegrind-25.08.3/CMakeLists.txt      2025-11-03 04:16:28.000000000 
+0100
+++ new/kcachegrind-25.12.0/CMakeLists.txt      2025-12-03 23:54:53.000000000 
+0100
@@ -2,8 +2,8 @@
 
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "25")
-set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MINOR "12")
+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.08.3/README_DEVELOPER 
new/kcachegrind-25.12.0/README_DEVELOPER
--- old/kcachegrind-25.08.3/README_DEVELOPER    2025-11-03 04:16:28.000000000 
+0100
+++ new/kcachegrind-25.12.0/README_DEVELOPER    2025-12-03 23:54:53.000000000 
+0100
@@ -39,7 +39,7 @@
 
 At any time, every view visualizes some CostItem from loaded profile data.
 More concretely, the "visualization state" consists of e.g. the
-current CostItem to show, a curent EventType to show, from which
+current CostItem to show, a current EventType to show, from which
 part(s) to show, which sub-CostItem should be shown selected and so on.
 
 Every view is inherited from the TraceItemView class, which manages the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/cgview/README 
new/kcachegrind-25.12.0/cgview/README
--- old/kcachegrind-25.08.3/cgview/README       2025-11-03 04:16:28.000000000 
+0100
+++ new/kcachegrind-25.12.0/cgview/README       2025-12-03 23:54:53.000000000 
+0100
@@ -2,7 +2,7 @@
 KCachegrind's libcore for command line tools. It is not expected
 to be packaged with KCachegrind (therefore, nothing is installed).
 
-Eventually, it will grow into a convertion/merge/filter tool for
+Eventually, it will grow into a conversion/merge/filter tool for
 profile data, and a replacement for the callgrind_annotate
 script from the Valgrind package (which is broken as it does not
 handle profile data with instruction granularity, as well as
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/converters/dprof2calltree 
new/kcachegrind-25.12.0/converters/dprof2calltree
--- old/kcachegrind-25.08.3/converters/dprof2calltree   2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/converters/dprof2calltree   2025-12-03 
23:54:53.000000000 +0100
@@ -51,7 +51,7 @@
 #    > dprof2calltree -f tmon.out -o cachegrind.out.foo
 #
 #    This creates a cachegrind-style file called cachgrind.out.tmon.out or
-#    cachegrind.out.foo, respecitvely.
+#    cachegrind.out.foo, respectively.
 #
 # 3) Run kcachegrind cachegrind.out.foo
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/kcachegrind/Doxyfile 
new/kcachegrind-25.12.0/kcachegrind/Doxyfile
--- old/kcachegrind-25.08.3/kcachegrind/Doxyfile        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/kcachegrind/Doxyfile        2025-12-03 
23:54:53.000000000 +0100
@@ -125,7 +125,7 @@
 PREDEFINED             = 
 EXPAND_AS_DEFINED      = 
 #---------------------------------------------------------------------------
-# Configuration::addtions related to external references   
+# Configuration::additions related to external references   
 #---------------------------------------------------------------------------
 TAGFILES               = 
 GENERATE_TAGFILE       = 
@@ -144,7 +144,7 @@
 GENERATE_LEGEND        = 
 DOT_CLEANUP            = 
 #---------------------------------------------------------------------------
-# Configuration::addtions related to the search engine   
+# Configuration::additions related to the search engine   
 #---------------------------------------------------------------------------
 SEARCHENGINE           = 
 CGI_NAME               = search.cgi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcachegrind-25.08.3/kcachegrind/org.kde.kcachegrind.appdata.xml 
new/kcachegrind-25.12.0/kcachegrind/org.kde.kcachegrind.appdata.xml
--- old/kcachegrind-25.08.3/kcachegrind/org.kde.kcachegrind.appdata.xml 
2025-11-03 04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/kcachegrind/org.kde.kcachegrind.appdata.xml 
2025-12-03 23:54:53.000000000 +0100
@@ -394,6 +394,7 @@
   </provides>
   <launchable type="desktop-id">org.kde.kcachegrind.desktop</launchable>
   <releases>
+    <release version="25.12.0" date="2025-12-11"/>
     <release version="25.08.3" date="2025-11-06"/>
     <release version="25.08.2" date="2025-10-09"/>
     <release version="25.08.1" date="2025-09-11"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/kcachegrind/tips 
new/kcachegrind-25.12.0/kcachegrind/tips
--- old/kcachegrind-25.08.3/kcachegrind/tips    2025-11-03 04:16:28.000000000 
+0100
+++ new/kcachegrind-25.12.0/kcachegrind/tips    2025-12-03 23:54:53.000000000 
+0100
@@ -133,7 +133,7 @@
 
 <tip category="KCachegrind|Explanation">
 <p>...that by splitting the view to show information of 
-two functions simultaniously, selecting a function in
+two functions simultaneously, selecting a function in
 one panel shows the information for that function
 in the other panel?</p>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/libcore/fixcost.h 
new/kcachegrind-25.12.0/libcore/fixcost.h
--- old/kcachegrind-25.08.3/libcore/fixcost.h   2025-11-03 04:16:28.000000000 
+0100
+++ new/kcachegrind-25.12.0/libcore/fixcost.h   2025-12-03 23:54:53.000000000 
+0100
@@ -35,7 +35,7 @@
 };
 
 /**
- * A class holding an unchangable cost item of an input file.
+ * A class holding an unchangeable cost item of an input file.
  *
  * As there can be a lot of such cost items, we use our own
  * allocator which uses FixPool
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/libviews/callgraphview.h 
new/kcachegrind-25.12.0/libviews/callgraphview.h
--- old/kcachegrind-25.08.3/libviews/callgraphview.h    2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/libviews/callgraphview.h    2025-12-03 
23:54:53.000000000 +0100
@@ -323,7 +323,7 @@
     // calls createGraph before dumping of not already created
     bool writeDot(QIODevice* = nullptr);
 
-    // ephemereal save dialog and exporter
+    // ephemeral save dialog and exporter
     static bool savePrompt(QWidget *, TraceData*, TraceFunction*,
                            EventType*, ProfileContext::Type,
                            CallGraphView*);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/libviews/functionselection.cpp 
new/kcachegrind-25.12.0/libviews/functionselection.cpp
--- old/kcachegrind-25.08.3/libviews/functionselection.cpp      2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/libviews/functionselection.cpp      2025-12-03 
23:54:53.000000000 +0100
@@ -723,7 +723,7 @@
     selectFunction(dynamic_cast<TraceFunction*>(_activeItem));
     setCostColumnWidths();
 
-    // Do not emit signal if cost item was changed programatically
+    // Do not emit signal if cost item was changed programmatically
     if (!_inSetGroup) {
         if (_topLevel)
             _topLevel->setGroupDelayed(g);
@@ -859,7 +859,7 @@
     QModelIndex i = functionListModel->index(0,0);
     TraceFunction* f = functionListModel->function(i);
 
-    // pre-select before activation to not trigger a refresh of this view
+    // preselect before activation to not trigger a refresh of this view
     _activeItem = f;
     selectFunction(f);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/libviews/instrview.cpp 
new/kcachegrind-25.12.0/libviews/instrview.cpp
--- old/kcachegrind-25.08.3/libviews/instrview.cpp      2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/libviews/instrview.cpp      2025-12-03 
23:54:53.000000000 +0100
@@ -315,7 +315,7 @@
 void InstrView::selectedSlot(QTreeWidgetItem *i, QTreeWidgetItem *)
 {
     if (!i) return;
-    // programatically selected items are not signalled
+    // programmatically selected items are not signalled
     if (_inSelectionUpdate) return;
 
     TraceInstrCall* ic = ((InstrItem*) i)->instrCall();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/libviews/sourceview.cpp 
new/kcachegrind-25.12.0/libviews/sourceview.cpp
--- old/kcachegrind-25.08.3/libviews/sourceview.cpp     2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/libviews/sourceview.cpp     2025-12-03 
23:54:53.000000000 +0100
@@ -134,7 +134,7 @@
 void SourceView::selectedSlot(QTreeWidgetItem *i, QTreeWidgetItem *)
 {
     if (!i) return;
-    // programatically selected items are not signalled
+    // programmatically selected items are not signalled
     if (_inSelectionUpdate) return;
 
     TraceLineCall* lc = ((SourceItem*) i)->lineCall();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/po/ar/kcachegrind.po 
new/kcachegrind-25.12.0/po/ar/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ar/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ar/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+0000\n"
 "PO-Revision-Date: 2025-09-27 11:31+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/kcachegrind-25.08.3/po/ast/kcachegrind.po 
new/kcachegrind-25.12.0/po/ast/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ast/kcachegrind.po       2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ast/kcachegrind.po       2025-12-03 
23:54:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/be/kcachegrind.po 
new/kcachegrind-25.12.0/po/be/kcachegrind.po
--- old/kcachegrind-25.08.3/po/be/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/be/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/bg/kcachegrind.po 
new/kcachegrind-25.12.0/po/bg/kcachegrind.po
--- old/kcachegrind-25.08.3/po/bg/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/bg/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/br/kcachegrind.po 
new/kcachegrind-25.12.0/po/br/kcachegrind.po
--- old/kcachegrind-25.08.3/po/br/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/br/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kdesdk/kcachegrind.pot\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/bs/kcachegrind.po 
new/kcachegrind-25.12.0/po/bs/kcachegrind.po
--- old/kcachegrind-25.08.3/po/bs/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/bs/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/ca/kcachegrind.po 
new/kcachegrind-25.12.0/po/ca/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ca/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ca/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/ca@valencia/kcachegrind.po 
new/kcachegrind-25.12.0/po/ca@valencia/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ca@valencia/kcachegrind.po       2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ca@valencia/kcachegrind.po       2025-12-03 
23:54:53.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/cs/kcachegrind.po 
new/kcachegrind-25.12.0/po/cs/kcachegrind.po
--- old/kcachegrind-25.08.3/po/cs/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/cs/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/cy/kcachegrind.po 
new/kcachegrind-25.12.0/po/cy/kcachegrind.po
--- old/kcachegrind-25.08.3/po/cy/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/cy/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -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: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/da/kcachegrind.po 
new/kcachegrind-25.12.0/po/da/kcachegrind.po
--- old/kcachegrind-25.08.3/po/da/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/da/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/de/kcachegrind.po 
new/kcachegrind-25.12.0/po/de/kcachegrind.po
--- old/kcachegrind-25.08.3/po/de/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/de/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/el/kcachegrind.po 
new/kcachegrind-25.12.0/po/el/kcachegrind.po
--- old/kcachegrind-25.08.3/po/el/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/el/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/en_GB/kcachegrind.po 
new/kcachegrind-25.12.0/po/en_GB/kcachegrind.po
--- old/kcachegrind-25.08.3/po/en_GB/kcachegrind.po     2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/en_GB/kcachegrind.po     2025-12-03 
23:54:53.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/eo/kcachegrind.po 
new/kcachegrind-25.12.0/po/eo/kcachegrind.po
--- old/kcachegrind-25.08.3/po/eo/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/eo/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/es/kcachegrind.po 
new/kcachegrind-25.12.0/po/es/kcachegrind.po
--- old/kcachegrind-25.08.3/po/es/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/es/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/et/kcachegrind.po 
new/kcachegrind-25.12.0/po/et/kcachegrind.po
--- old/kcachegrind-25.08.3/po/et/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/et/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/eu/kcachegrind.po 
new/kcachegrind-25.12.0/po/eu/kcachegrind.po
--- old/kcachegrind-25.08.3/po/eu/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/eu/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/fa/kcachegrind.po 
new/kcachegrind-25.12.0/po/fa/kcachegrind.po
--- old/kcachegrind-25.08.3/po/fa/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/fa/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/fi/kcachegrind.po 
new/kcachegrind-25.12.0/po/fi/kcachegrind.po
--- old/kcachegrind-25.08.3/po/fi/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/fi/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/fr/docs/kcachegrind/index.docbook 
new/kcachegrind-25.12.0/po/fr/docs/kcachegrind/index.docbook
--- old/kcachegrind-25.08.3/po/fr/docs/kcachegrind/index.docbook        
2025-11-03 04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/fr/docs/kcachegrind/index.docbook        
2025-12-03 23:54:53.000000000 +0100
@@ -188,7 +188,7 @@
 > (zones de mémoire petites et rapides, et qui permettent d'accélérer les 
 > accès répétés aux mêmes emplacements mémoire). &cachegrind; fait cette 
 > simulation du cache en interceptant les accès mémoires. Les données 
 > produites incluent le nombre d'accès sur la mémoire des instructions / des 
 > données, les échecs des caches de niveau L1 / L2, et elle met en relation 
 > les lignes du code source avec les fonctions du programme exécuté. En 
 > combinant ces compteurs d'échecs et en utilisant des temps de latence de 
 > processeurs connus, on peut faire une estimation du temps passé. </para>
 
 <para
->&callgrind; est une extension de &cachegrind; qui construit l'arbre d'appels 
d'un programme à la volée, &cad; comment les fonctions s'appellent entre elles 
et combien d'évènements se produisent lors de l'exécution d'une fonction. De 
plus, les données de profilage devant être collectées peuvent être divisées en 
threads ou en contextes de chaînes d'appels. Il peut aussi fournir des données 
de profilage au niveau instruction afin de permettre l'annotation d'un code 
désassemblé. </para>
+>&callgrind; est une extension de &cachegrind; qui construit l'arbre d'appels 
d'un programme à la volée, &cad; comment les fonctions s'appellent entre elles 
et combien d'évènements se produisent lors de l'exécution d'une fonction. De 
plus, les données de profilage devant être collectées peuvent être divisées en 
threads ou en contextes de chaines d'appels. Il peut aussi fournir des données 
de profilage au niveau instruction afin de permettre l'annotation d'un code 
désassemblé. </para>
 </sect1>
 
 <sect1 id="introduction-visualization">
@@ -391,7 +391,7 @@
 <para
 >Le type d'évènement actif est important pour l'affichage : pour &callgrind;, 
 >c'est par exemple le nombre d'échecs du cache ou l'estimation du cycle ; pour 
 >&oprofile;, c'est le <quote
 >temps</quote
-> dans le plus simple cas. Vous pouvez changer le type d'évènement grâce à une 
boîte de dialogue dans la barre d'outils ou dans la vue du<guilabel
+> dans le plus simple cas. Vous pouvez changer le type d'évènement grâce à une 
boite de dialogue dans la barre d'outils ou dans la vue du<guilabel
 >type d'évènement</guilabel
 >. Un premier aperçu des caractéristiques de l'exécution devrait être donné 
 >quand vous sélectionnez la fonction <function
 >main</function
@@ -441,7 +441,7 @@
 > Ligne dans le source d'une fonction</term
 > <listitem
 ><para
->. Toutes les instructions que le compilateur (par l'intermédiaire des 
informations de débogage) associe à une ligne donnée spécifiée par le nom du 
fichier source et le numéro de la ligne, et qui sont exécutées dans le contexte 
de quelques fonctions. Le dernier est nécessaire parce qu'une ligne source à 
l'intérieur d'une fonction inline peut apparaître dans le contexte de fonctions 
multiples. Les instructions sans association avec une ligne du code source 
courant sont associées à la ligne numéro 0 du fichier « ??? ».<filename
+>. Toutes les instructions que le compilateur (par l'intermédiaire des 
informations de débogage) associe à une ligne donnée spécifiée par le nom du 
fichier source et le numéro de la ligne, et qui sont exécutées dans le contexte 
de quelques fonctions. Le dernier est nécessaire parce qu'une ligne source à 
l'intérieur d'une fonction inline peut apparaitre dans le contexte de fonctions 
multiples. Les instructions sans association avec une ligne du code source 
courant sont associées à la ligne numéro 0 du fichier « ??? ».<filename
 >???</filename
 >. </para
 ></listitem
@@ -906,7 +906,7 @@
 <listitem>
 <para
 ><action
->Affiche la boîte de dialogue de sélection de fichier de &kde;</action
+>Affiche la boite de dialogue de sélection de fichier de &kde;</action
 > afin que vous puissiez choisir le fichier de données de profilage à charger. 
 > S'il y a déjà des données affichées dans la fenêtre courante de haut niveau, 
 > ceci va ouvrir une nouvelle fenêtre. Si vous voulez ouvrir des données 
 > additionnelles de profilage dans la fenêtre courante, utilisez <menuchoice
 > <guimenu
 >Fichier</guimenu
@@ -1046,7 +1046,7 @@
 </question>
 <answer>
 <para
->Ce sont des attributs de coût pour les fonctions en considérant certains 
types d'évènements. Comme les fonctions peuvent s'appeler entre elles, il 
paraît logique de distinguer le coût de la fonction elle-même (<quote
+>Ce sont des attributs de coût pour les fonctions en considérant certains 
types d'évènements. Comme les fonctions peuvent s'appeler entre elles, il 
parait logique de distinguer le coût de la fonction elle-même (<quote
 >Coût propre</quote
 >) et le coût incluant toutes les fonctions appelées (<quote
 >Coût inclusif</quote
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/po/fr/kcachegrind.po 
new/kcachegrind-25.12.0/po/fr/kcachegrind.po
--- old/kcachegrind-25.08.3/po/fr/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/fr/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -18,9 +18,9 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+0000\n"
 "PO-Revision-Date: 2023-02-17 17:36+0100\n"
-"Last-Translator: Xavier BESNARD <xavier.besnard]neuf.fr>\n"
+"Last-Translator: Xavier Besnard <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
@@ -356,7 +356,7 @@
 #: kcachegrind/dumpselectionbase.ui:426
 #, kde-format
 msgid "Call Chain"
-msgstr "Enchaînement des appels"
+msgstr "Enchainement des appels"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
 #: kcachegrind/dumpselectionbase.ui:452
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/po/ga/kcachegrind.po 
new/kcachegrind-25.12.0/po/ga/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ga/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ga/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdesdk/kcachegrind.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/gl/kcachegrind.po 
new/kcachegrind-25.12.0/po/gl/kcachegrind.po
--- old/kcachegrind-25.08.3/po/gl/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/gl/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/he/kcachegrind.po 
new/kcachegrind-25.12.0/po/he/kcachegrind.po
--- old/kcachegrind-25.08.3/po/he/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/he/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -6,16 +6,17 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
-"PO-Revision-Date: 2025-11-02 14:25+0200\n"
+"POT-Creation-Date: 2025-11-17 14:42+0000\n"
+"PO-Revision-Date: 2025-12-01 22:17+0200\n"
 "Last-Translator: Yaron Shahrabani <[email protected]>\n"
 "Language-Team: צוות התרגום של KDE ישראל\n"
 "Language: he\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 25.08.2\n"
+"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
+"n % 10 == 0) ? 2 : 3));\n"
+"X-Generator: Lokalize 25.08.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -153,14 +154,14 @@
 #: kcachegrind/configdlgbase.ui:409
 #, kde-format
 msgid "Object / Related Source Base"
-msgstr ""
+msgstr "בסיס עצם / מקור תואם"
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, DumpSelectionBase)
 #: kcachegrind/dumpselectionbase.ui:13 kcachegrind/toplevel.cpp:286
 #: kcachegrind/toplevel.cpp:509
 #, kde-format
 msgid "Profile Dumps"
-msgstr ""
+msgstr "היטלי פרופיל"
 
 #. i18n: ectx: property (text), widget (Q3ListView, listView1)
 #: kcachegrind/dumpselectionbase.ui:24
@@ -277,7 +278,7 @@
 #: kcachegrind/dumpselectionbase.ui:272
 #, kde-format
 msgid "PLT"
-msgstr ""
+msgstr "PLT"
 
 #. i18n: ectx: property (text), item, widget (Q3ListView, listView3)
 #. i18n: ectx: property (text), widget (Q3ListView, listView7)
@@ -296,7 +297,7 @@
 #: kcachegrind/dumpselectionbase.ui:314
 #, kde-format
 msgid "Every BBs"
-msgstr ""
+msgstr "כל הבלוקים הבסיסיים (BBs)"
 
 #. i18n: ectx: property (text), item, widget (Q3ListView, listView3)
 #: kcachegrind/dumpselectionbase.ui:328 kcachegrind/dumpselectionbase.ui:370
@@ -332,7 +333,7 @@
 #: kcachegrind/dumpselectionbase.ui:412
 #, kde-format
 msgid "Recursions"
-msgstr ""
+msgstr "רקורסיות/נסיגות"
 
 #. i18n: ectx: property (text), item, widget (Q3ListView, listView3)
 #: kcachegrind/dumpselectionbase.ui:426
@@ -440,13 +441,13 @@
 #: kcachegrind/dumpselectionbase.ui:689
 #, kde-format
 msgid "Executed"
-msgstr ""
+msgstr "הופעלו"
 
 #. i18n: ectx: property (text), item, widget (Q3ListView, listView4_3)
 #: kcachegrind/dumpselectionbase.ui:702
 #, kde-format
 msgid "Basic Blocks"
-msgstr ""
+msgstr "בלוקים בסיסיים"
 
 #. i18n: ectx: property (text), item, widget (Q3ListView, listView4_3)
 #: kcachegrind/dumpselectionbase.ui:716
@@ -464,7 +465,7 @@
 #: kcachegrind/dumpselectionbase.ui:773
 #, kde-format
 msgid "Distinct"
-msgstr ""
+msgstr "ייחודי"
 
 #. i18n: ectx: property (text), item, widget (Q3ListView, listView4_3)
 #: kcachegrind/dumpselectionbase.ui:786
@@ -635,7 +636,7 @@
 #: kcachegrind/toplevel.cpp:264
 #, kde-format
 msgid "Top Cost Call Stack"
-msgstr ""
+msgstr "מחסנית קריאות עלויות מובילות"
 
 #: kcachegrind/toplevel.cpp:266
 #, kde-format
@@ -902,12 +903,12 @@
 #: kcachegrind/toplevel.cpp:568
 #, kde-format
 msgid "Shorten Templates"
-msgstr ""
+msgstr "קיצור תבניות"
 
 #: kcachegrind/toplevel.cpp:570
 #, kde-format
 msgid "Hide Template Parameters in C++ Symbols"
-msgstr ""
+msgstr "הצגת משתני תבנית בסמלי C++‎"
 
 #: kcachegrind/toplevel.cpp:571
 #, kde-format
@@ -922,7 +923,7 @@
 #: kcachegrind/toplevel.cpp:587
 #, kde-format
 msgid "&Up"
-msgstr ""
+msgstr "למ&עלה"
 
 #: kcachegrind/toplevel.cpp:596
 #, kde-format
@@ -934,77 +935,77 @@
 #: kcachegrind/toplevel.cpp:613
 #, kde-format
 msgid "Go back in function selection history"
-msgstr ""
+msgstr "אחורה בהיסטוריית בחירת הפונקציות"
 
 #: kcachegrind/toplevel.cpp:627
 #, kde-format
 msgid "Go forward in function selection history"
-msgstr ""
+msgstr "התקדמות בהיסטוריית בחירת הפונקציות"
 
 #: kcachegrind/toplevel.cpp:632 kcachegrind/toplevel.cpp:1503
 #, kde-format
 msgid "Primary Event Type"
-msgstr ""
+msgstr "סוג אירוע עיקרי"
 
 #: kcachegrind/toplevel.cpp:633
 #, kde-format
 msgid "Select primary event type of costs"
-msgstr ""
+msgstr "בחירת סוג אירוע עיקרי של עלויות"
 
 #: kcachegrind/toplevel.cpp:655 kcachegrind/toplevel.cpp:1508
 #, kde-format
 msgid "Secondary Event Type"
-msgstr ""
+msgstr "סוג אירוע משני"
 
 #: kcachegrind/toplevel.cpp:656
 #, kde-format
 msgid "Select secondary event type for cost e.g. shown in annotations"
-msgstr ""
+msgstr "בחירת סוג אירוע משני של עלות, כלומר מופיע בפירושים"
 
 #: kcachegrind/toplevel.cpp:665
 #, kde-format
 msgid "Grouping"
-msgstr ""
+msgstr "קיבוץ"
 
 #: kcachegrind/toplevel.cpp:667
 #, kde-format
 msgid "Select how functions are grouped into higher level cost items"
-msgstr ""
+msgstr "בחירה איך פונקציות מקובצות לפריטי עלות ברמה גבוהה יותר"
 
 #: kcachegrind/toplevel.cpp:673
 #, kde-format
 msgid "(No Grouping)"
-msgstr ""
+msgstr "(ללא קיבוץ)"
 
 #: kcachegrind/toplevel.cpp:685
 #, kde-format
 msgid "Split"
-msgstr ""
+msgstr "פיצול"
 
 #: kcachegrind/toplevel.cpp:688
 #, kde-format
 msgid "Show two information panels"
-msgstr ""
+msgstr "הצגת שני לוחות מידע"
 
 #: kcachegrind/toplevel.cpp:694
 #, kde-format
 msgid "Split Horizontal"
-msgstr ""
+msgstr "פיצול אופקי"
 
 #: kcachegrind/toplevel.cpp:697
 #, kde-format
 msgid "Change Split Orientation when main window is split."
-msgstr ""
+msgstr "החלפת כיוון פיצול כשהחלון הראשי מפוצל."
 
 #: kcachegrind/toplevel.cpp:891
 #, kde-format
 msgid "Select Callgrind Profile Data"
-msgstr ""
+msgstr "בחירת נתוני פרופיל Callgrind"
 
 #: kcachegrind/toplevel.cpp:893 kcachegrind/toplevel.cpp:961
 #, kde-format
 msgid "Callgrind Profile Data (cachegrind.out* callgrind.out*);;All Files (*)"
-msgstr ""
+msgstr "נתוני פרופיל Callgrind ‏(cachegrind.out*‎‏ callgrind.out*‎);;כל הקבצים 
(*)"
 
 #: kcachegrind/toplevel.cpp:921 kcachegrind/toplevel.cpp:950
 #, kde-format
@@ -1012,104 +1013,106 @@
 "Could not open the file \"%1\". Check it exists and you have enough "
 "permissions to read it."
 msgstr ""
+"לא ניתן לפתוח את הקובץ „%1”. נא לבדוק שהוא קיים ושיש לך הרשאות מספיקות כדי "
+"לקרוא אותו."
 
 #: kcachegrind/toplevel.cpp:959
 #, kde-format
 msgid "Add Callgrind Profile Data"
-msgstr ""
+msgstr "הוספת נתוני פרופיל Callgrind"
 
 #: kcachegrind/toplevel.cpp:1129 kcachegrind/toplevel.cpp:1456
 #, kde-format
 msgid "(Hidden)"
-msgstr ""
+msgstr "(מוסתר)"
 
 #: kcachegrind/toplevel.cpp:1513
 #, kde-format
 msgid "Hide"
-msgstr ""
+msgstr "הסתרה"
 
 #: kcachegrind/toplevel.cpp:1555
 #, kde-format
 msgid "Show Absolute Cost"
-msgstr ""
+msgstr "הצגת עלות מוחלטת"
 
 #: kcachegrind/toplevel.cpp:1558
 #, kde-format
 msgid "Show Relative Cost"
-msgstr ""
+msgstr "הצגת עלות יחסית"
 
 #: kcachegrind/toplevel.cpp:1593
 #, kde-format
 msgid "Go Back"
-msgstr ""
+msgstr "חזרה אחורה"
 
 #: kcachegrind/toplevel.cpp:1594
 #, kde-format
 msgid "Go Forward"
-msgstr ""
+msgstr "התקדמות לבא"
 
 #: kcachegrind/toplevel.cpp:1595
 #, kde-format
 msgid "Go Up"
-msgstr ""
+msgstr "עלייה למעלה"
 
 #: kcachegrind/toplevel.cpp:1807
 #, kde-format
 msgid "Layout Count: %1"
-msgstr ""
+msgstr "ספירת פריסות: %1"
 
 #: kcachegrind/toplevel.cpp:1814
 #, kde-format
 msgid "No profile data file loaded."
-msgstr ""
+msgstr "לא נטען קובץ נתוני פרופיל."
 
 #: kcachegrind/toplevel.cpp:1823
 #, kde-format
 msgid "Total %1 Cost: %2"
-msgstr ""
+msgstr "סך הכול עלות %1:‏ %2"
 
 #: kcachegrind/toplevel.cpp:1835
 #, kde-format
 msgid "No event type selected"
-msgstr ""
+msgstr "לא נבחר סוג אירוע"
 
 #: kcachegrind/toplevel.cpp:2013
 #, kde-format
 msgid "Cannot determine receiver PID for dump request"
-msgstr ""
+msgstr "לא ניתן לאתר את מזהה התהליך שמקבל בקשות היטל"
 
 #: kcachegrind/toplevel.cpp:2059
 #, kde-format
 msgid "Error running callgrind_control"
-msgstr ""
+msgstr "שגיאה בהרצת callgrind_control"
 
 #: kcachegrind/toplevel.cpp:2098 kcachegrind/toplevel.cpp:2135
 #: kcachegrind/toplevel.cpp:2172
 #, kde-format
 msgid "(No Stack)"
-msgstr ""
+msgstr "(אין מחסנית)"
 
 #: kcachegrind/toplevel.cpp:2104
 #, kde-format
 msgid "(No next function)"
-msgstr ""
+msgstr "(אין פונקציה הבאה)"
 
 #: kcachegrind/toplevel.cpp:2141
 #, kde-format
 msgid "(No previous function)"
-msgstr ""
+msgstr "(אין פונקציה קודמת)"
 
 #: kcachegrind/toplevel.cpp:2177
 #, kde-format
 msgid "(No Function Up)"
-msgstr ""
+msgstr "(אין פונקציה למעלה)"
 
 #: kcachegrind/toplevel.cpp:2309 kcachegrind/toplevel.cpp:2323
 #, kde-format
 msgid "Loading %1"
-msgstr ""
+msgstr "%1 בטעינה"
 
 #: kcachegrind/toplevel.cpp:2317
 #, kde-format
 msgid "Error loading %1: %2"
-msgstr ""
+msgstr "שגיאה בטעינת %1: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/po/hi/kcachegrind.po 
new/kcachegrind-25.12.0/po/hi/kcachegrind.po
--- old/kcachegrind-25.08.3/po/hi/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/hi/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/hne/kcachegrind.po 
new/kcachegrind-25.12.0/po/hne/kcachegrind.po
--- old/kcachegrind-25.08.3/po/hne/kcachegrind.po       2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/hne/kcachegrind.po       2025-12-03 
23:54:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/hr/kcachegrind.po 
new/kcachegrind-25.12.0/po/hr/kcachegrind.po
--- old/kcachegrind-25.08.3/po/hr/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/hr/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/hu/kcachegrind.po 
new/kcachegrind-25.12.0/po/hu/kcachegrind.po
--- old/kcachegrind-25.08.3/po/hu/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/hu/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.2\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/ia/kcachegrind.po 
new/kcachegrind-25.12.0/po/ia/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ia/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ia/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/it/kcachegrind.po 
new/kcachegrind-25.12.0/po/it/kcachegrind.po
--- old/kcachegrind-25.08.3/po/it/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/it/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/ja/kcachegrind.po 
new/kcachegrind-25.12.0/po/ja/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ja/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ja/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/ka/kcachegrind.po 
new/kcachegrind-25.12.0/po/ka/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ka/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ka/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/kk/kcachegrind.po 
new/kcachegrind-25.12.0/po/kk/kcachegrind.po
--- old/kcachegrind-25.08.3/po/kk/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/kk/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/km/kcachegrind.po 
new/kcachegrind-25.12.0/po/km/kcachegrind.po
--- old/kcachegrind-25.08.3/po/km/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/km/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/ko/kcachegrind.po 
new/kcachegrind-25.12.0/po/ko/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ko/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ko/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/lt/kcachegrind.po 
new/kcachegrind-25.12.0/po/lt/kcachegrind.po
--- old/kcachegrind-25.08.3/po/lt/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/lt/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/mai/kcachegrind.po 
new/kcachegrind-25.12.0/po/mai/kcachegrind.po
--- old/kcachegrind-25.08.3/po/mai/kcachegrind.po       2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/mai/kcachegrind.po       2025-12-03 
23:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/mr/kcachegrind.po 
new/kcachegrind-25.12.0/po/mr/kcachegrind.po
--- old/kcachegrind-25.08.3/po/mr/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/mr/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/ms/kcachegrind.po 
new/kcachegrind-25.12.0/po/ms/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ms/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ms/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/nb/kcachegrind.po 
new/kcachegrind-25.12.0/po/nb/kcachegrind.po
--- old/kcachegrind-25.08.3/po/nb/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/nb/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/nds/kcachegrind.po 
new/kcachegrind-25.12.0/po/nds/kcachegrind.po
--- old/kcachegrind-25.08.3/po/nds/kcachegrind.po       2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/nds/kcachegrind.po       2025-12-03 
23:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/ne/kcachegrind.po 
new/kcachegrind-25.12.0/po/ne/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ne/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ne/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/nl/kcachegrind.po 
new/kcachegrind-25.12.0/po/nl/kcachegrind.po
--- old/kcachegrind-25.08.3/po/nl/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/nl/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/nn/kcachegrind.po 
new/kcachegrind-25.12.0/po/nn/kcachegrind.po
--- old/kcachegrind-25.08.3/po/nn/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/nn/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/oc/kcachegrind.po 
new/kcachegrind-25.12.0/po/oc/kcachegrind.po
--- old/kcachegrind-25.08.3/po/oc/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/oc/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/pa/kcachegrind.po 
new/kcachegrind-25.12.0/po/pa/kcachegrind.po
--- old/kcachegrind-25.08.3/po/pa/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/pa/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/pl/kcachegrind.po 
new/kcachegrind-25.12.0/po/pl/kcachegrind.po
--- old/kcachegrind-25.08.3/po/pl/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/pl/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/pt/kcachegrind.po 
new/kcachegrind-25.12.0/po/pt/kcachegrind.po
--- old/kcachegrind-25.08.3/po/pt/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/pt/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/pt_BR/docs/kcachegrind/index.docbook 
new/kcachegrind-25.12.0/po/pt_BR/docs/kcachegrind/index.docbook
--- old/kcachegrind-25.08.3/po/pt_BR/docs/kcachegrind/index.docbook     
2025-11-03 04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/pt_BR/docs/kcachegrind/index.docbook     
2025-12-03 23:54:53.000000000 +0100
@@ -106,7 +106,7 @@
 
 <abstract>
 <para
->O &kcachegrind; é uma ferramenta de visualização de dados de auditoria, 
escrito usando o &kf5-full;. </para>
+>O &kcachegrind; é uma ferramenta de visualização de dados de auditoria, 
escrito usando o  &kde-frameworks;. </para>
 </abstract>
 
 <keywordset>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/po/pt_BR/kcachegrind.po 
new/kcachegrind-25.12.0/po/pt_BR/kcachegrind.po
--- old/kcachegrind-25.08.3/po/pt_BR/kcachegrind.po     2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/pt_BR/kcachegrind.po     2025-12-03 
23:54:53.000000000 +0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/ro/kcachegrind.po 
new/kcachegrind-25.12.0/po/ro/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ro/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ro/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/ru/kcachegrind.po 
new/kcachegrind-25.12.0/po/ru/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ru/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ru/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/sa/kcachegrind.po 
new/kcachegrind-25.12.0/po/sa/kcachegrind.po
--- old/kcachegrind-25.08.3/po/sa/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/sa/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/se/kcachegrind.po 
new/kcachegrind-25.12.0/po/se/kcachegrind.po
--- old/kcachegrind-25.08.3/po/se/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/se/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/sk/kcachegrind.po 
new/kcachegrind-25.12.0/po/sk/kcachegrind.po
--- old/kcachegrind-25.08.3/po/sk/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/sk/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/sl/kcachegrind.po 
new/kcachegrind-25.12.0/po/sl/kcachegrind.po
--- old/kcachegrind-25.08.3/po/sl/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/sl/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/sq/kcachegrind.po 
new/kcachegrind-25.12.0/po/sq/kcachegrind.po
--- old/kcachegrind-25.08.3/po/sq/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/sq/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdesdk\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/sv/kcachegrind.po 
new/kcachegrind-25.12.0/po/sv/kcachegrind.po
--- old/kcachegrind-25.08.3/po/sv/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/sv/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/ta/kcachegrind.po 
new/kcachegrind-25.12.0/po/ta/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ta/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ta/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/tg/kcachegrind.po 
new/kcachegrind-25.12.0/po/tg/kcachegrind.po
--- old/kcachegrind-25.08.3/po/tg/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/tg/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/tr/kcachegrind.po 
new/kcachegrind-25.12.0/po/tr/kcachegrind.po
--- old/kcachegrind-25.08.3/po/tr/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/tr/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -10,16 +10,16 @@
 msgstr ""
 "Project-Id-Version: kdesdk-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
-"PO-Revision-Date: 2025-03-07 23:30+0300\n"
-"Last-Translator: Emir SARI <[email protected]>\n"
+"POT-Creation-Date: 2025-11-17 14:42+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"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 25.03.70\n"
+"X-Generator: Lokalize 25.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -761,7 +761,7 @@
 #: kcachegrind/toplevel.cpp:399
 #, kde-format
 msgid "&Save as Default"
-msgstr "&Öntanımlı Olarak Kaydet"
+msgstr "Ö&ntanımlı Olarak Kaydet"
 
 #: kcachegrind/toplevel.cpp:401
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/po/ug/kcachegrind.po 
new/kcachegrind-25.12.0/po/ug/kcachegrind.po
--- old/kcachegrind-25.08.3/po/ug/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/ug/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/uk/kcachegrind.po 
new/kcachegrind-25.12.0/po/uk/kcachegrind.po
--- old/kcachegrind-25.08.3/po/uk/kcachegrind.po        2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/uk/kcachegrind.po        2025-12-03 
23:54:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/zh_CN/kcachegrind.po 
new/kcachegrind-25.12.0/po/zh_CN/kcachegrind.po
--- old/kcachegrind-25.08.3/po/zh_CN/kcachegrind.po     2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/zh_CN/kcachegrind.po     2025-12-03 
23:54:53.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/po/zh_TW/kcachegrind.po 
new/kcachegrind-25.12.0/po/zh_TW/kcachegrind.po
--- old/kcachegrind-25.08.3/po/zh_TW/kcachegrind.po     2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/po/zh_TW/kcachegrind.po     2025-12-03 
23:54:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-03-18 00:39+0000\n"
+"POT-Creation-Date: 2025-11-17 14:42+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.08.3/poqm/fr/kcachegrind_qt.po 
new/kcachegrind-25.12.0/poqm/fr/kcachegrind_qt.po
--- old/kcachegrind-25.08.3/poqm/fr/kcachegrind_qt.po   2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/poqm/fr/kcachegrind_qt.po   2025-12-03 
23:54:53.000000000 +0100
@@ -2272,7 +2272,7 @@
 #: libviews/sourceview.cpp:693
 msgctxt "SourceView|"
 msgid "The list can be found in the configuration dialog."
-msgstr "Cette liste se trouve dans la boîte de dialogue de configuration."
+msgstr "Cette liste se trouve dans la boite de dialogue de configuration."
 
 #: libviews/stackselection.cpp:36
 msgctxt "StackSelection|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-25.08.3/qcachegrind/sourcesettings.cpp 
new/kcachegrind-25.12.0/qcachegrind/sourcesettings.cpp
--- old/kcachegrind-25.08.3/qcachegrind/sourcesettings.cpp      2025-11-03 
04:16:28.000000000 +0100
+++ new/kcachegrind-25.12.0/qcachegrind/sourcesettings.cpp      2025-12-03 
23:54:53.000000000 +0100
@@ -127,7 +127,7 @@
     if (prevItemCount == 0 && ui.objectBox->currentText() == _always) {
         // it's not obvious that you have to click browse after adding an item,
         // but handle the case where we have no items and are looking for the
-        // default. give users an oppurtunity to select for multiple ELF 
objects
+        // default. give users an opportunity to select for multiple ELF 
objects
         browseClicked();
     }
 }

Reply via email to