Script 'mail_helper' called by obssrc
Hello community,

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

Package is "klines"

Fri Apr 17 21:50:39 2026 rev:167 rq:1347464 version:26.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/klines/klines.changes    2026-03-07 
20:10:34.117449672 +0100
+++ /work/SRC/openSUSE:Factory/.klines.new.11940/klines.changes 2026-04-17 
21:53:51.628409228 +0200
@@ -1,0 +2,24 @@
+Sat Apr 11 16:14:07 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:29 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:38 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.03.80
+  * New feature release
+- Changes since 25.12.3:
+  * documentation.yml is no more needed
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ klines.spec ++++++
--- /var/tmp/diff_new_pack.5LbWqR/_old  2026-04-17 21:53:52.308437337 +0200
+++ /var/tmp/diff_new_pack.5LbWqR/_new  2026-04-17 21:53:52.316437668 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package klines
 #
-# 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:           klines
-Version:        25.12.3
+Version:        26.04.0
 Release:        0
 Summary:        Tactical game
 License:        GPL-2.0-or-later


++++++ klines-25.12.3.tar.xz -> klines-26.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/.flatpak-manifest.json 
new/klines-26.04.0/.flatpak-manifest.json
--- old/klines-25.12.3/.flatpak-manifest.json   2026-02-28 12:45:48.000000000 
+0100
+++ new/klines-26.04.0/.flatpak-manifest.json   2026-04-09 00:21:33.000000000 
+0200
@@ -1,7 +1,7 @@
 {
     "id": "org.kde.klines",
     "runtime": "org.kde.Platform",
-    "runtime-version": "6.8",
+    "runtime-version": "6.10",
     "sdk": "org.kde.Sdk",
     "command": "klines",
     "rename-icon": "klines",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/.gitlab-ci.yml 
new/klines-26.04.0/.gitlab-ci.yml
--- old/klines-25.12.3/.gitlab-ci.yml   2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/.gitlab-ci.yml   2026-04-09 00:21:33.000000000 +0200
@@ -15,3 +15,4 @@
       - /gitlab-templates/craft-macos-x86-64-qt6.yml
       - /gitlab-templates/xml-lint.yml
       - /gitlab-templates/yaml-lint.yml
+      - /gitlab-templates/snap-snapcraft-lxd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/CMakeLists.txt 
new/klines-26.04.0/CMakeLists.txt
--- old/klines-25.12.3/CMakeLists.txt   2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/CMakeLists.txt   2026-04-09 00:21:33.000000000 +0200
@@ -1,8 +1,8 @@
 cmake_minimum_required (VERSION 3.16 FATAL_ERROR)
 
-set (RELEASE_SERVICE_VERSION_MAJOR "25")
-set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MAJOR "26")
+set (RELEASE_SERVICE_VERSION_MINOR "04")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
@@ -52,8 +52,8 @@
 find_package(KDEGames6 6.0.0 REQUIRED)
 
 ecm_set_disabled_deprecation_versions(
-    QT 6.9.0
-    KF 6.19.0
+    QT 6.10.0
+    KF 6.21.0
     KDEGAMES 6.0
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/af/klines.po 
new/klines-26.04.0/po/af/klines.po
--- old/klines-25.12.3/po/af/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/af/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: klines VERSION\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2002-11-07 11:32+0200\n"
 "Last-Translator: WEB-Translator <http://kde.af.org.za>\n"
 "Language-Team: AFRIKAANS <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/ar/klines.po 
new/klines-26.04.0/po/ar/klines.po
--- old/klines-25.12.3/po/ar/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ar/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-04 11:59+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/klines-25.12.3/po/ast/klines.po 
new/klines-26.04.0/po/ast/klines.po
--- old/klines-25.12.3/po/ast/klines.po 2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ast/klines.po 2026-04-09 00:21:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2023-11-07 01:10+0100\n"
 "Last-Translator: Enol P. <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/be/klines.po 
new/klines-26.04.0/po/be/klines.po
--- old/klines-25.12.3/po/be/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/be/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2007-06-04 13:03+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/klines-25.12.3/po/bg/klines.po 
new/klines-26.04.0/po/bg/klines.po
--- old/klines-25.12.3/po/bg/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/bg/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -2,7 +2,7 @@
 # Bulgarian translation of KDE.
 # This file is licensed under the GPL.
 #
-# $Id: klines.po 1723120 2025-11-17 15:24:07Z scripty $
+# $Id: klines.po 1723009 2025-11-17 12:32:57Z scripty $
 #
 # Zlatko Popov <[email protected]>, 2006, 2007.
 # Petar Toushkov <[email protected]>, 2009.
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-06 10:31+0200\n"
 "Last-Translator: Mincho Kondarev <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/br/klines.po 
new/klines-26.04.0/po/br/klines.po
--- old/klines-25.12.3/po/br/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/br/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kdegames/klines.pot\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+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/klines-25.12.3/po/bs/klines.po 
new/klines-26.04.0/po/bs/klines.po
--- old/klines-25.12.3/po/bs/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/bs/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2013-10-18 20:26+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: bosnian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/ca/klines.po 
new/klines-26.04.0/po/ca/klines.po
--- old/klines-25.12.3/po/ca/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ca/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-10-26 18:22+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/klines-25.12.3/po/ca@valencia/klines.po 
new/klines-26.04.0/po/ca@valencia/klines.po
--- old/klines-25.12.3/po/ca@valencia/klines.po 2026-02-28 12:45:48.000000000 
+0100
+++ new/klines-26.04.0/po/ca@valencia/klines.po 2026-04-09 00:21:33.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-10-26 18:22+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/klines-25.12.3/po/cs/klines.po 
new/klines-26.04.0/po/cs/klines.po
--- old/klines-25.12.3/po/cs/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/cs/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -8,9 +8,9 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-07 10:56+0200\n"
-"Last-Translator: Vit Pelcak <[email protected]>\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/csb/klines.po 
new/klines-26.04.0/po/csb/klines.po
--- old/klines-25.12.3/po/csb/klines.po 2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/csb/klines.po 2026-04-09 00:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2008-01-03 15:33+0100\n"
 "Last-Translator: Michôł Òstrowsczi <[email protected]>\n"
 "Language-Team: Kashubian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/cy/klines.po 
new/klines-26.04.0/po/cy/klines.po
--- old/klines-25.12.3/po/cy/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/cy/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2005-09-21 09:11+0100\n"
 "Last-Translator: Kevin Donnelly <[email protected]>\n"
 "Language-Team: Cymraeg <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/da/klines.po 
new/klines-26.04.0/po/da/klines.po
--- old/klines-25.12.3/po/da/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/da/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2016-05-28 16:42+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/klines-25.12.3/po/de/klines.po 
new/klines-26.04.0/po/de/klines.po
--- old/klines-25.12.3/po/de/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/de/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-08-26 18:53+0200\n"
 "Last-Translator: Johannes Obermayr <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/el/klines.po 
new/klines-26.04.0/po/el/klines.po
--- old/klines-25.12.3/po/el/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/el/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2016-06-11 12:56+0200\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/en_GB/klines.po 
new/klines-26.04.0/po/en_GB/klines.po
--- old/klines-25.12.3/po/en_GB/klines.po       2026-02-28 12:45:48.000000000 
+0100
+++ new/klines-26.04.0/po/en_GB/klines.po       2026-04-09 00:21:33.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-20 19:36+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/eo/klines.po 
new/klines-26.04.0/po/eo/klines.po
--- old/klines-25.12.3/po/eo/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/eo/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-04 07:47+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/klines-25.12.3/po/es/klines.po 
new/klines-26.04.0/po/es/klines.po
--- old/klines-25.12.3/po/es/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/es/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2025-04-02 01:12+0100\n"
 "Last-Translator: Sofía Priego <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/et/klines.po 
new/klines-26.04.0/po/et/klines.po
--- old/klines-25.12.3/po/et/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/et/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2016-07-27 19:46+0300\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/eu/klines.po 
new/klines-26.04.0/po/eu/klines.po
--- old/klines-25.12.3/po/eu/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/eu/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-07-09 12:17+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/klines-25.12.3/po/fa/klines.po 
new/klines-26.04.0/po/fa/klines.po
--- old/klines-25.12.3/po/fa/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/fa/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2008-04-16 22:26+0330\n"
 "Last-Translator: Emil Sedgh <[email protected]>\n"
 "Language-Team: American English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/fi/klines.po 
new/klines-26.04.0/po/fi/klines.po
--- old/klines-25.12.3/po/fi/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/fi/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-10-28 21:09+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/klines-25.12.3/po/fr/klines.po 
new/klines-26.04.0/po/fr/klines.po
--- old/klines-25.12.3/po/fr/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/fr/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-08 19:21+0200\n"
 "Last-Translator: Xavier Besnard <[email protected]>\n"
 "Language-Team: French <French <[email protected]>>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/ga/klines.po 
new/klines-26.04.0/po/ga/klines.po
--- old/klines-25.12.3/po/ga/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ga/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdegames/klines.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+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/klines-25.12.3/po/gl/klines.po 
new/klines-26.04.0/po/gl/klines.po
--- old/klines-25.12.3/po/gl/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/gl/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-07 08:10+0200\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/klines-25.12.3/po/he/klines.po 
new/klines-26.04.0/po/he/klines.po
--- old/klines-25.12.3/po/he/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/he/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-04 06:34+0300\n"
 "Last-Translator: Yaron Shahrabani <[email protected]>\n"
 "Language-Team: צוות התרגום של KDE ישראל\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/hi/klines.po 
new/klines-26.04.0/po/hi/klines.po
--- old/klines-25.12.3/po/hi/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/hi/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+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/klines-25.12.3/po/hne/klines.po 
new/klines-26.04.0/po/hne/klines.po
--- old/klines-25.12.3/po/hne/klines.po 2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/hne/klines.po 2026-04-09 00:21:33.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2009-02-26 10:12+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/klines-25.12.3/po/hr/klines.po 
new/klines-26.04.0/po/hr/klines.po
--- old/klines-25.12.3/po/hr/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/hr/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: klines 0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2025-11-02 09:56+0100\n"
 "Last-Translator: Renato Pavicic <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/hu/klines.po 
new/klines-26.04.0/po/hu/klines.po
--- old/klines-25.12.3/po/hu/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/hu/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.3\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-07-27 22:02+0200\n"
 "Last-Translator: Kristof Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/ia/klines.po 
new/klines-26.04.0/po/ia/klines.po
--- old/klines-25.12.3/po/ia/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ia/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
-"PO-Revision-Date: 2026-02-26 17:44+0100\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
+"PO-Revision-Date: 2026-02-26 18:14+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/id/klines.po 
new/klines-26.04.0/po/id/klines.po
--- old/klines-25.12.3/po/id/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/id/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2022-03-23 01:51+0700\n"
 "Last-Translator: Wantoyèk <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/is/klines.po 
new/klines-26.04.0/po/is/klines.po
--- old/klines-25.12.3/po/is/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/is/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2009-06-13 16:24+0000\n"
 "Last-Translator: Sveinn í Felli <[email protected]>\n"
 "Language-Team: icelandic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/it/klines.po 
new/klines-26.04.0/po/it/klines.po
--- old/klines-25.12.3/po/it/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/it/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-04 16:19+0200\n"
 "Last-Translator: Vincenzo Reale <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/ja/klines.po 
new/klines-26.04.0/po/ja/klines.po
--- old/klines-25.12.3/po/ja/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ja/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2008-12-14 22:05+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/klines-25.12.3/po/ka/klines.po 
new/klines-26.04.0/po/ka/klines.po
--- old/klines-25.12.3/po/ka/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ka/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-04 05:56+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/klines-25.12.3/po/kk/klines.po 
new/klines-26.04.0/po/kk/klines.po
--- old/klines-25.12.3/po/kk/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/kk/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2012-04-07 02:31+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/klines-25.12.3/po/km/klines.po 
new/klines-26.04.0/po/km/klines.po
--- old/klines-25.12.3/po/km/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/km/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2009-10-24 09:42+0700\n"
 "Last-Translator: Morn Met\n"
 "Language-Team: Khmer <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/ko/klines.po 
new/klines-26.04.0/po/ko/klines.po
--- old/klines-25.12.3/po/ko/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ko/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-08-19 23:23+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/klines-25.12.3/po/lt/klines.po 
new/klines-26.04.0/po/lt/klines.po
--- old/klines-25.12.3/po/lt/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/lt/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2011-08-09 23:18+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/klines-25.12.3/po/lv/klines.po 
new/klines-26.04.0/po/lv/klines.po
--- old/klines-25.12.3/po/lv/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/lv/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-10-02 11:34+0300\n"
 "Last-Translator: Toms Trasūns <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/mai/klines.po 
new/klines-26.04.0/po/mai/klines.po
--- old/klines-25.12.3/po/mai/klines.po 2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/mai/klines.po 2026-04-09 00:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2010-09-24 16:40+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/klines-25.12.3/po/mk/klines.po 
new/klines-26.04.0/po/mk/klines.po
--- old/klines-25.12.3/po/mk/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/mk/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2006-04-26 01:17+0200\n"
 "Last-Translator: Zaklina Gjalevska <[email protected]>\n"
 "Language-Team: Macedonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/ml/klines.po 
new/klines-26.04.0/po/ml/klines.po
--- old/klines-25.12.3/po/ml/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ml/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2019-12-12 21:44+0000\n"
 "Last-Translator: Vivek KJ Pazhedath <[email protected]>\n"
 "Language-Team: SMC <smc.org.in>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/mr/klines.po 
new/klines-26.04.0/po/mr/klines.po
--- old/klines-25.12.3/po/mr/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/mr/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2013-03-22 15:16+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/klines-25.12.3/po/nb/klines.po 
new/klines-26.04.0/po/nb/klines.po
--- old/klines-25.12.3/po/nb/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/nb/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2009-07-24 10:22+0200\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/nds/klines.po 
new/klines-26.04.0/po/nds/klines.po
--- old/klines-25.12.3/po/nds/klines.po 2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/nds/klines.po 2026-04-09 00:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2009-03-06 22:55+0100\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/klines-25.12.3/po/ne/klines.po 
new/klines-26.04.0/po/ne/klines.po
--- old/klines-25.12.3/po/ne/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ne/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2007-08-20 12:21+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/klines-25.12.3/po/nl/klines.po 
new/klines-26.04.0/po/nl/klines.po
--- old/klines-25.12.3/po/nl/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/nl/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-04 12:43+0200\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/nn/klines.po 
new/klines-26.04.0/po/nn/klines.po
--- old/klines-25.12.3/po/nn/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/nn/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-07-26 15:04+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/oc/klines.po 
new/klines-26.04.0/po/oc/klines.po
--- old/klines-25.12.3/po/oc/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/oc/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2008-08-05 22:27+0200\n"
 "Last-Translator: Yannig Marchegay (Kokoyaya) <[email protected]>\n"
 "Language-Team: Occitan (lengadocian) <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/pa/klines.po 
new/klines-26.04.0/po/pa/klines.po
--- old/klines-25.12.3/po/pa/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/pa/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2007-01-17 11:09+0530\n"
 "Last-Translator: A S Alam <[email protected]>\n"
 "Language-Team: Punjabi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/pl/klines.po 
new/klines-26.04.0/po/pl/klines.po
--- old/klines-25.12.3/po/pl/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/pl/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -1,5 +1,5 @@
 # translation of klines.po to Polish
-# Version: $Revision: 1723120 $
+# Version: $Revision: 1723076 $
 # translation of klines.po to
 # SPDX-FileCopyrightText: 2015, 2016, 2023, 2024 Łukasz Wojniłowicz 
<[email protected]>
 # Michał Rudolf <[email protected]>, 2002.
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-07-14 13:36+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/klines-25.12.3/po/pt/klines.po 
new/klines-26.04.0/po/pt/klines.po
--- old/klines-25.12.3/po/pt/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/pt/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2015-02-07 15:27+0000\n"
 "Last-Translator: José Nuno Pires <[email protected]>\n"
 "Language-Team: pt <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/pt_BR/klines.po 
new/klines-26.04.0/po/pt_BR/klines.po
--- old/klines-25.12.3/po/pt_BR/klines.po       2026-02-28 12:45:48.000000000 
+0100
+++ new/klines-26.04.0/po/pt_BR/klines.po       2026-04-09 00:21:33.000000000 
+0200
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2025-08-29 09:18-0300\n"
 "Last-Translator: Marcus Gama <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/ro/klines.po 
new/klines-26.04.0/po/ro/klines.po
--- old/klines-25.12.3/po/ro/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ro/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -1,21 +1,22 @@
 # translation of @PACKAGE.po to @LANGUAGE
 # Copyright (C).
-# Sergiu Bivol <[email protected]>, 2008, 2009.
+# SPDX-FileCopyrightText: 2008, 2009, 2026 Sergiu Bivol <[email protected]>
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: @PACKAGE\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
-"PO-Revision-Date: 2009-08-09 08:23+0300\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
+"PO-Revision-Date: 2026-03-18 21:15+0000\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
-"Language-Team: Română <[email protected]>\n"
+"Language-Team: Romanian <[email protected]>\n"
 "Language: ro\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2;\n"
+"X-Generator: Lokalize 25.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -33,43 +34,37 @@
 msgstr "Scor:"
 
 #: klines.cpp:75
-#, fuzzy, kde-format
-#| msgid "Show Next"
+#, kde-format
 msgctxt "@option:check"
 msgid "Show Next"
 msgstr "Arată următor"
 
 #: klines.cpp:82
-#, fuzzy, kde-format
-#| msgid "Move Left"
+#, kde-format
 msgctxt "@action"
 msgid "Move Left"
 msgstr "Mută la stânga"
 
 #: klines.cpp:87
-#, fuzzy, kde-format
-#| msgid "Move Right"
+#, kde-format
 msgctxt "@action"
 msgid "Move Right"
 msgstr "Mută la dreapta"
 
 #: klines.cpp:92
-#, fuzzy, kde-format
-#| msgid "Move Up"
+#, kde-format
 msgctxt "@action"
 msgid "Move Up"
 msgstr "Mută în sus"
 
 #: klines.cpp:97
-#, fuzzy, kde-format
-#| msgid "Move Down"
+#, kde-format
 msgctxt "@action"
 msgid "Move Down"
 msgstr "Mută în jos"
 
 #: klines.cpp:102
-#, fuzzy, kde-format
-#| msgid "Select"
+#, kde-format
 msgctxt "@action"
 msgid "Select"
 msgstr "Alege"
@@ -82,7 +77,7 @@
 #: klines.cpp:124 klines.cpp:132
 #, kde-format
 msgid "High Scores"
-msgstr ""
+msgstr "Recorduri"
 
 #. i18n: ectx: label, entry (ShowNext), group (Game)
 #: klines.kcfg:9
@@ -120,10 +115,9 @@
 "Linii colorate - un joc mic despre bile și cum să ne descotorosim de acestea"
 
 #: main.cpp:51
-#, fuzzy, kde-format
-#| msgid "(c) 2000-2008 The KLines Authors"
+#, kde-format
 msgid "(c) 2000-2015 The KLines Authors"
-msgstr "(c) 2000-2008 Autorii Linii colorate"
+msgstr "(c) 2000-2015 Autorii KLines"
 
 #: main.cpp:54
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/ru/klines.po 
new/klines-26.04.0/po/ru/klines.po
--- old/klines-25.12.3/po/ru/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ru/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-10-04 16:29+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/klines-25.12.3/po/sa/klines.po 
new/klines-26.04.0/po/sa/klines.po
--- old/klines-25.12.3/po/sa/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/sa/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+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/klines-25.12.3/po/se/klines.po 
new/klines-26.04.0/po/se/klines.po
--- old/klines-25.12.3/po/se/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/se/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+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/klines-25.12.3/po/sk/klines.po 
new/klines-26.04.0/po/sk/klines.po
--- old/klines-25.12.3/po/sk/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/sk/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2016-02-21 11:38+0100\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
@@ -17,8 +17,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -36,43 +36,37 @@
 msgstr "Skóre:"
 
 #: klines.cpp:75
-#, fuzzy, kde-format
-#| msgid "Show Next"
+#, kde-format
 msgctxt "@option:check"
 msgid "Show Next"
 msgstr "Ukázať ďalšie"
 
 #: klines.cpp:82
-#, fuzzy, kde-format
-#| msgid "Move Left"
+#, kde-format
 msgctxt "@action"
 msgid "Move Left"
 msgstr "Doľava"
 
 #: klines.cpp:87
-#, fuzzy, kde-format
-#| msgid "Move Right"
+#, kde-format
 msgctxt "@action"
 msgid "Move Right"
 msgstr "Doprava"
 
 #: klines.cpp:92
-#, fuzzy, kde-format
-#| msgid "Move Up"
+#, kde-format
 msgctxt "@action"
 msgid "Move Up"
 msgstr "Hore"
 
 #: klines.cpp:97
-#, fuzzy, kde-format
-#| msgid "Move Down"
+#, kde-format
 msgctxt "@action"
 msgid "Move Down"
 msgstr "Dolu"
 
 #: klines.cpp:102
-#, fuzzy, kde-format
-#| msgid "Select"
+#, kde-format
 msgctxt "@action"
 msgid "Select"
 msgstr "Vybrať"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/sl/klines.po 
new/klines-26.04.0/po/sl/klines.po
--- old/klines-25.12.3/po/sl/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/sl/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-04 06:24+0200\n"
 "Last-Translator: Matjaž Jeran <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/sq/klines.po 
new/klines-26.04.0/po/sq/klines.po
--- old/klines-25.12.3/po/sq/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/sq/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdegames\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2009-06-01 14:15+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/klines-25.12.3/po/sr/klines.po 
new/klines-26.04.0/po/sr/klines.po
--- old/klines-25.12.3/po/sr/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/sr/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2016-02-14 17:49+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/sr@ijekavian/klines.po 
new/klines-26.04.0/po/sr@ijekavian/klines.po
--- old/klines-25.12.3/po/sr@ijekavian/klines.po        2026-02-28 
12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/sr@ijekavian/klines.po        2026-04-09 
00:21:33.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2016-02-14 17:49+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/sr@ijekavianlatin/klines.po 
new/klines-26.04.0/po/sr@ijekavianlatin/klines.po
--- old/klines-25.12.3/po/sr@ijekavianlatin/klines.po   2026-02-28 
12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/sr@ijekavianlatin/klines.po   2026-04-09 
00:21:33.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2016-02-14 17:49+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/sr@latin/klines.po 
new/klines-26.04.0/po/sr@latin/klines.po
--- old/klines-25.12.3/po/sr@latin/klines.po    2026-02-28 12:45:48.000000000 
+0100
+++ new/klines-26.04.0/po/sr@latin/klines.po    2026-04-09 00:21:33.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2016-02-14 17:49+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/sv/klines.po 
new/klines-26.04.0/po/sv/klines.po
--- old/klines-25.12.3/po/sv/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/sv/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-06-19 02:49+0200\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/ta/klines.po 
new/klines-26.04.0/po/ta/klines.po
--- old/klines-25.12.3/po/ta/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ta/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2004-08-11 09:25--800\n"
 "Last-Translator: I. Felix <[email protected]>\n"
 "Language-Team: English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/te/klines.po 
new/klines-26.04.0/po/te/klines.po
--- old/klines-25.12.3/po/te/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/te/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2007-07-14 14:15+0530\n"
 "Last-Translator: V Naresh Kumar <[email protected]>\n"
 "Language-Team: Telugu <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/tg/klines.po 
new/klines-26.04.0/po/tg/klines.po
--- old/klines-25.12.3/po/tg/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/tg/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2005-10-07 16:46+0500\n"
 "Last-Translator: Victor Ibragimov <[email protected]>\n"
 "Language-Team: Tajik\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/th/klines.po 
new/klines-26.04.0/po/th/klines.po
--- old/klines-25.12.3/po/th/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/th/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2010-03-21 20:07+0700\n"
 "Last-Translator: Thanomsub Noppaburana <[email protected]>\n"
 "Language-Team: Thai <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/tr/klines.po 
new/klines-26.04.0/po/tr/klines.po
--- old/klines-25.12.3/po/tr/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/tr/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdegames-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-09-23 15:20+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/ug/klines.po 
new/klines-26.04.0/po/ug/klines.po
--- old/klines-25.12.3/po/ug/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/ug/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+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/klines-25.12.3/po/uk/klines.po 
new/klines-26.04.0/po/uk/klines.po
--- old/klines-25.12.3/po/uk/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/uk/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-04 08:40+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/xh/klines.po 
new/klines-26.04.0/po/xh/klines.po
--- old/klines-25.12.3/po/xh/klines.po  2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/po/xh/klines.po  2026-04-09 00:21:33.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2002-09-02 15:41+0200\n"
 "Last-Translator: Thelma Lungcuzo <[email protected]>\n"
 "Language-Team: Xhosa <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/po/zh_CN/klines.po 
new/klines-26.04.0/po/zh_CN/klines.po
--- old/klines-25.12.3/po/zh_CN/klines.po       2026-02-28 12:45:48.000000000 
+0100
+++ new/klines-26.04.0/po/zh_CN/klines.po       2026-04-09 00:21:33.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+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/klines-25.12.3/po/zh_TW/klines.po 
new/klines-26.04.0/po/zh_TW/klines.po
--- old/klines-25.12.3/po/zh_TW/klines.po       2026-02-28 12:45:48.000000000 
+0100
+++ new/klines-26.04.0/po/zh_TW/klines.po       2026-04-09 00:21:33.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: klines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:49+0000\n"
 "PO-Revision-Date: 2024-05-05 17:17+0900\n"
 "Last-Translator: Kisaragi Hiu <[email protected]>\n"
 "Language-Team: Traditional Chinese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/snapcraft.yaml 
new/klines-26.04.0/snapcraft.yaml
--- old/klines-25.12.3/snapcraft.yaml   2026-02-28 12:45:48.000000000 +0100
+++ new/klines-26.04.0/snapcraft.yaml   2026-04-09 00:21:33.000000000 +0200
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2024-2025 Scarlett Moore <[email protected]>
+# SPDX-FileCopyrightText: 2024-2026 Scarlett Moore <[email protected]>
 #
 # SPDX-License-Identifier: CC0-1.0
 ---
@@ -28,26 +28,23 @@
     plugin: cmake
     source: .
     source-type: local
+    build-snaps:
+      - kde-qt6-core24-sdk/latest/beta
+      - kf6-core24-sdk/latest/beta
+    build-packages:
+      - libxml2-dev
+      - gettext
+      - doxygen
+      - graphviz
+      - libxml2-utils
+      - docbook-xml
+      - docbook-xsl
     cmake-parameters:
       - -DCMAKE_INSTALL_PREFIX=/usr
       - -DCMAKE_BUILD_TYPE=Release
       - -DQT_MAJOR_VERSION=6
       - -DBUILD_WITH_QT6=ON
       - -DBUILD_TESTING=OFF
-      - -DCMAKE_INSTALL_SYSCONFDIR=/etc
-      - -DCMAKE_INSTALL_LOCALSTATEDIR=/var
-      - -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-      - -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
-      - -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
-      - -DCMAKE_INSTALL_RUNSTATEDIR=/run
-      - -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON
-      - -DCMAKE_VERBOSE_MAKEFILE=ON
-      - -DCMAKE_INSTALL_LIBDIR=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
-      - --log-level=STATUS
-      - -DCMAKE_LIBRARY_PATH=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
-    build-environment: &build-environment
-      - LD_LIBRARY_PATH: >
-         
"/snap/mesa-2404/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libproxy:$LD_LIBRARY_PATH"
     prime:
       - -usr/lib/*/cmake/*
       - -usr/include/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/src/org.kde.klines.appdata.xml 
new/klines-26.04.0/src/org.kde.klines.appdata.xml
--- old/klines-25.12.3/src/org.kde.klines.appdata.xml   2026-02-28 
12:45:48.000000000 +0100
+++ new/klines-26.04.0/src/org.kde.klines.appdata.xml   2026-04-09 
00:21:33.000000000 +0200
@@ -25,7 +25,6 @@
   <name xml:lang="gl">Kolor Lines</name>
   <name xml:lang="he">Kolor Lines</name>
   <name xml:lang="hu">Színes vonalak</name>
-  <name xml:lang="ia">Kolor Lines</name>
   <name xml:lang="id">Kolor Lines</name>
   <name xml:lang="it">Kolor Lines</name>
   <name xml:lang="ka">Kolor Lines</name>
@@ -36,6 +35,7 @@
   <name xml:lang="pl">Kolorowe linie</name>
   <name xml:lang="pt">Kolor Lines</name>
   <name xml:lang="pt-BR">Kolor Lines</name>
+  <name xml:lang="ro">Linii Kolorate</name>
   <name xml:lang="ru">Kolor Lines</name>
   <name xml:lang="sa">कोलोर रेखाः</name>
   <name xml:lang="sk">Farebné čiary</name>
@@ -65,7 +65,6 @@
   <summary xml:lang="gl">Xogo de táctica</summary>
   <summary xml:lang="he">משחק טקטי</summary>
   <summary xml:lang="hu">Taktikai játék</summary>
-  <summary xml:lang="ia">Joco Tactic</summary>
   <summary xml:lang="id">Permainan Taktik</summary>
   <summary xml:lang="it">Gioco di tattica</summary>
   <summary xml:lang="ka">ტაქტიკური თამაში</summary>
@@ -76,6 +75,7 @@
   <summary xml:lang="pl">Gra taktyczna</summary>
   <summary xml:lang="pt">Jogo Táctico</summary>
   <summary xml:lang="pt-BR">Jogo tático</summary>
+  <summary xml:lang="ro">Un joc de tactică</summary>
   <summary xml:lang="ru">Тактическая игра</summary>
   <summary xml:lang="sa">सामरिक खेल</summary>
   <summary xml:lang="sk">Taktická hra</summary>
@@ -105,7 +105,6 @@
     <p xml:lang="gl">Kolor Lines é un xogo simple pero moi aditivo para unha 
persoa.</p>
     <p xml:lang="he">Kolor Lines הוא משחק פשוט אך ממכר מאוד לשחקן או שחקנים 
יחידים.</p>
     <p xml:lang="hu">A Színes vonalak egy egyszerű, de erősen addiktív 
egyszemélyes játék.</p>
-    <p xml:lang="ia">Kolor Lines es un simple ma altemente implicante joco de 
un jocator.</p>
     <p xml:lang="id">Kolor Lines adalah permainan gim satu pemain yang 
sederhana namun sangat adiktif.</p>
     <p xml:lang="it">Kolor Lines è un gioco per un solo giocatore, semplice ma 
divertente.</p>
     <p xml:lang="ka">KolorLines მარტივი, მაგრამ ადვილად მიჩვევადი ერთ 
მოთამაშეზე გათვლილი თამაშია.</p>
@@ -116,6 +115,7 @@
     <p xml:lang="pl">Kolorowe Linie jest prostą, lecz wysoce uzależniającą grą 
pojedynczego gracza.</p>
     <p xml:lang="pt">O Kolor Lines é um jogo simples, mas bastante viciante, 
para um único jogador.</p>
     <p xml:lang="pt-BR">O Kolor Lines é um jogo simples, mas muito viciante, 
para um único jogador.</p>
+    <p xml:lang="ro">Linii Kolorate e un joc simplu dar captivant, jucat de 
unul singur.</p>
     <p xml:lang="ru">Kolor Lines — простая, но очень увлекательная игра для 
одного игрока.</p>
     <p xml:lang="sa">Kolor Lines इति सरलं किन्तु अत्यन्तं व्यसनं जनयति एकः 
खिलाडी क्रीडा ।</p>
     <p xml:lang="sk">Kolor Lines je jednoduchá, ale vysoko návyková hra pre 
jedného hráča.</p>
@@ -147,7 +147,6 @@
     <p xml:lang="gl">O xogador ten de mover as bólas coloradas pola área de 
xogo, recolléndoas das liñas da mesma cor en grupos de cinco. Cando a liña está 
completa elimínase da área de xogo, liberando así un espazo necesario. Ao mesmo 
tempo, as bólas novas continúan a chegar en grupos de tres despois de cada 
xogada, enchendo a área de xogo.</p>
     <p xml:lang="he">על השחקן או השחקנית להעביר את הכדורים הצבעוניים על פני 
לוח המשחק כדי לאגד אותם לשורות באותו הצבע בחמישיות. לאחר ששורה הושלמה היא נמחקת 
מהלוח ובכך מפנה מקום יקר. באותו הזמן, כדורים חדשים ממשיכים להגיע בשלשות אחרי כל 
המהלך וממלאים את לוח המשחק.</p>
     <p xml:lang="hu">A játékosnak a színes golyókat kell mozgatnia a 
játéktáblán, és ötösével azonos színű sorokba gyűjtenie őket. Amint a sor 
elkészült, eltávolítja a játéktábláról, így értékes helyet szabadít fel. 
Ugyanakkor minden egyes lépés után folyamatosan érkeznek az új golyók 
hármasával, így töltve fel a játéktáblát.</p>
-    <p xml:lang="ia">Le jocator debe mover leballas colorate ubique le tabula, 
unir los in lineas del mesme color per cinque. Un vice que le linea es 
completate il es removite ex le tabula,ergo liberante spatio pretiose. In le 
mesme tempore le nove ballas arriva en grupos de tres pos cata mover, 
reimplemente le tabula de joco.</p>
     <p xml:lang="id">Pemain harus memindahkan bola berwarna di sekitar papan 
permainan, mengumpulkan bola ke garis dengan lima warna yang sama. Setelah 
baris sudah lengkap ia terhapus dari papan, dengan begitu membebaskan ruang 
yang berharga. Di saat yang sama bola baru terus berdatangan tiga buah setelah 
setiap langkah, yang mengisi papan permainan.</p>
     <p xml:lang="it">Il giocatore deve spostare le palline colorate nell'area 
di gioco, raggruppandole in file di cinque palline dello stesso colore. Quando 
una linea viene completata viene rimossa, liberando spazio prezioso. Allo 
stesso tempo, nuove palline continuano ad arrivare: tre dopo ogni mossa, 
riempiendo l'area di gioco.</p>
     <p xml:lang="ka">მოთამაშემ უნდა გადააადგილოს შეღებილი ბურთები სათამაშო 
დაფაზე და შეაგროვოს ისინი ხუთ-ხუთი ცალი, ერთ ხაზში. როცა ხაზი დასრულდება, ის 
წაიშლება დაფიდან, რითიც ძვირფას თავისუფალ ადგილს ათავისუფლებს. იგივე დროს, 
ახალი ბურთი თითოეული სვლისას სამი უჯრით დაბლა ჩამოდის, რითიც დაფას ავსებს.</p>
@@ -219,6 +218,7 @@
   <update_contact>kde-games-devel_AT_kde.org</update_contact>
   <launchable type="desktop-id">org.kde.klines.desktop</launchable>
   <releases>
+    <release version="1.6.26040" date="2026-04-16"/>
     <release version="1.6.25123" date="2026-03-05"/>
     <release version="1.6.25122" date="2026-02-05"/>
     <release version="1.6.25121" date="2026-01-08"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/src/org.kde.klines.desktop 
new/klines-26.04.0/src/org.kde.klines.desktop
--- old/klines-25.12.3/src/org.kde.klines.desktop       2026-02-28 
12:45:48.000000000 +0100
+++ new/klines-26.04.0/src/org.kde.klines.desktop       2026-04-09 
00:21:33.000000000 +0200
@@ -34,7 +34,6 @@
 GenericName[hne]=रननीतिक खेल
 GenericName[hr]=Taktička igra
 GenericName[hu]=Taktikai játék
-GenericName[ia]=Joco Tactic
 GenericName[id]=Permainan Taktik
 GenericName[is]=Herkænskuleikur
 GenericName[it]=Gioco di tattica
@@ -108,7 +107,6 @@
 Name[hne]=कलर लाइन्स
 Name[hr]=KNiz u boji
 Name[hu]=Színes vonalak
-Name[ia]=Kolor Lines
 Name[id]=Kolor Lines
 Name[is]=Kolor Lines
 Name[it]=Kolor Lines
@@ -171,7 +169,6 @@
 Comment[gl]=Xogo de táctica.
 Comment[he]=משחק טקטי
 Comment[hu]=Taktikai játék
-Comment[ia]=Joco Tactic
 Comment[id]=Permainan taktik
 Comment[it]=Gioco di tattica
 Comment[ka]=ტაქტიკური თამაში
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/themes/crystal.desktop 
new/klines-26.04.0/themes/crystal.desktop
--- old/klines-25.12.3/themes/crystal.desktop   2026-02-28 12:45:48.000000000 
+0100
+++ new/klines-26.04.0/themes/crystal.desktop   2026-04-09 00:21:33.000000000 
+0200
@@ -24,7 +24,6 @@
 Name[hne]=क्रिस्टल
 Name[hr]=Crystal
 Name[hu]=Kristály
-Name[ia]=Crystal
 Name[id]=Kristal
 Name[it]=Cristallo
 Name[ja]=クリスタル
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/themes/egyptian.desktop 
new/klines-26.04.0/themes/egyptian.desktop
--- old/klines-25.12.3/themes/egyptian.desktop  2026-02-28 12:45:48.000000000 
+0100
+++ new/klines-26.04.0/themes/egyptian.desktop  2026-04-09 00:21:33.000000000 
+0200
@@ -21,7 +21,6 @@
 Name[gl]=Exipcio
 Name[he]=מצרי
 Name[hu]=Egyiptomi
-Name[ia]=Egyptian
 Name[id]=Mesir
 Name[it]=Egizio
 Name[ka]=ეგვიპტური
@@ -73,7 +72,6 @@
 Description[gl]=Tema visual de estilo exipcio para Kolor Lines.
 Description[he]=ערכת עיצוב בסגנון מצרי ל־Kolor Lines.
 Description[hu]=Egyiptomi stílusú téma a Színes vonalak játékhoz.
-Description[ia]=Un thema de stypo Egyptian per Kolor Lines.
 Description[it]=Tema in stile egizio per Kolor Lines.
 Description[ka]=KolorLines-ის ეგვიპტური სტილის თემა.
 Description[ko]=Kolor Lines 이집트 스타일 테마입니다.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/themes/klines-gems.desktop 
new/klines-26.04.0/themes/klines-gems.desktop
--- old/klines-25.12.3/themes/klines-gems.desktop       2026-02-28 
12:45:48.000000000 +0100
+++ new/klines-26.04.0/themes/klines-gems.desktop       2026-04-09 
00:21:33.000000000 +0200
@@ -23,7 +23,6 @@
 Name[he]=אבני חן ל־Kolor Lines
 Name[hne]=कलर लाइन्स बर नगीना
 Name[hu]=Drágakövek a Színes vonalak játékhoz
-Name[ia]=Gemmas per Kolor Lines
 Name[id]=Mutiara untuk Kolor Lines
 Name[it]=Gemme per Kolor Lines
 Name[ja]=宝石
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/themes/metal.desktop 
new/klines-26.04.0/themes/metal.desktop
--- old/klines-25.12.3/themes/metal.desktop     2026-02-28 12:45:48.000000000 
+0100
+++ new/klines-26.04.0/themes/metal.desktop     2026-04-09 00:21:33.000000000 
+0200
@@ -22,7 +22,6 @@
 Name[he]=מתכת
 Name[hr]=Metal
 Name[hu]=Fémes
-Name[ia]=Metal
 Name[id]=Metal
 Name[it]=Metal
 Name[ka]=ლითონი
@@ -75,7 +74,6 @@
 Description[gl]=Un tema visual metálico con bólas que botan
 Description[he]=ערכת עיצוב בסגנון מתכתי עם כדורים קופצים
 Description[hu]=Fémes téma pattogó golyókkal
-Description[ia]=Un thema de meta stilo con ballas saltante
 Description[id]=Sebuah tema gaya metal dengan bola mentul-mentul
 Description[it]=Un tema metal con palle che rimbalzano
 Description[ka]=ლითობის სტილის თემა მოქანავე ბურთებით
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-25.12.3/themes/pool.desktop 
new/klines-26.04.0/themes/pool.desktop
--- old/klines-25.12.3/themes/pool.desktop      2026-02-28 12:45:48.000000000 
+0100
+++ new/klines-26.04.0/themes/pool.desktop      2026-04-09 00:21:33.000000000 
+0200
@@ -19,7 +19,6 @@
 Name[gl]=Billar
 Name[he]=פּוּל
 Name[hu]=Medence
-Name[ia]=Pool
 Name[id]=Pool
 Name[it]=Biliardo
 Name[ka]=აუზი

Reply via email to