Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package palapeli for openSUSE:Factory checked in at 2026-04-17 21:52:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/palapeli (Old) and /work/SRC/openSUSE:Factory/.palapeli.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "palapeli" Fri Apr 17 21:52:08 2026 rev:166 rq:1347560 version:26.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes 2026-03-07 20:13:11.671969330 +0100 +++ /work/SRC/openSUSE:Factory/.palapeli.new.11940/palapeli.changes 2026-04-17 21:55:53.837457512 +0200 @@ -1,0 +2,24 @@ +Sat Apr 11 16:14:48 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:59 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:10:07 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: ---- palapeli-25.12.3.tar.xz palapeli-25.12.3.tar.xz.sig New: ---- palapeli-26.04.0.tar.xz palapeli-26.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ palapeli.spec ++++++ --- /var/tmp/diff_new_pack.Fl0cg1/_old 2026-04-17 21:55:55.133510943 +0200 +++ /var/tmp/diff_new_pack.Fl0cg1/_new 2026-04-17 21:55:55.137511107 +0200 @@ -1,7 +1,7 @@ # # spec file for package palapeli # -# 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: palapeli -Version: 25.12.3 +Version: 26.04.0 Release: 0 Summary: Jigsaw puzzle game License: GPL-2.0-or-later ++++++ palapeli-25.12.3.tar.xz -> palapeli-26.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/.flatpak-manifest.json new/palapeli-26.04.0/.flatpak-manifest.json --- old/palapeli-25.12.3/.flatpak-manifest.json 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/.flatpak-manifest.json 2026-04-09 06:16:55.000000000 +0200 @@ -2,11 +2,13 @@ "id": "org.kde.palapeli", "branch": "master", "runtime": "org.kde.Platform", - "runtime-version": "6.8", + "runtime-version": "6.10", "sdk": "org.kde.Sdk", "command": "palapeli", "rename-icon": "palapeli", - "tags": ["nightly"], + "tags": [ + "nightly" + ], "desktop-file-name-suffix": " (Nightly)", "finish-args": [ "--share=ipc", @@ -17,25 +19,34 @@ ], "modules": [ { - "config-opts": [ "-DENABLE_TESTING=OFF" ], + "config-opts": [ + "-DENABLE_TESTING=OFF" + ], "name": "libkdegames", "buildsystem": "cmake-ninja", - "sources": [ { "type": "git", "url": "https://invent.kde.org/kde/libkdegames.git" } ], + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/kde/libkdegames.git" + } + ], "modules": [ { - "config-opts": [ "-DENABLE_TESTING=OFF" ], + "config-opts": [ + "-DENABLE_TESTING=OFF" + ], "name": "openal", "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "https://github.com/kcat/openal-soft.git", - "tag": "1.23.1", + "tag": "1.24.3", "x-checker-data": { "type": "git", "tag-pattern": "^([\\d.]+)$" }, - "commit": "d3875f333fb6abe2f39d82caca329414871ae53b" + "commit": "dc7d7054a5b4f3bec1dc23a42fd616a0847af948" } ] } @@ -45,8 +56,12 @@ "name": "palapeli", "buildsystem": "cmake-ninja", "sources": [ - { "type": "dir", "path": "." } + { + "type": "dir", + "path": "." + } ] } ] -} \ No newline at end of file +} + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/.gitlab-ci.yml new/palapeli-26.04.0/.gitlab-ci.yml --- old/palapeli-25.12.3/.gitlab-ci.yml 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/.gitlab-ci.yml 2026-04-09 06:16:55.000000000 +0200 @@ -11,7 +11,6 @@ - /gitlab-templates/flatpak.yml - /gitlab-templates/craft-windows-x86-64-qt6.yml - /gitlab-templates/craft-windows-appx-qt6.yml - - /gitlab-templates/craft-macos-x86-64-qt6.yml - - /gitlab-templates/craft-macos-arm64-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/palapeli-25.12.3/CMakeLists.txt new/palapeli-26.04.0/CMakeLists.txt --- old/palapeli-25.12.3/CMakeLists.txt 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/CMakeLists.txt 2026-04-09 06:16:55.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}") @@ -51,8 +51,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/palapeli-25.12.3/po/ar/palapeli.po new/palapeli-26.04.0/po/ar/palapeli.po --- old/palapeli-25.12.3/po/ar/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/ar/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) 2025 This file is copyright: # This file is distributed under the same license as the palapeli package. -# SPDX-FileCopyrightText: 2025 Zayed Al-Saidi <[email protected]> +# SPDX-FileCopyrightText: 2025, 2026 Zayed Al-Saidi <[email protected]> # msgid "" msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" -"PO-Revision-Date: 2025-09-25 13:34+0400\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" +"PO-Revision-Date: 2026-03-24 11:05+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" "Language-Team: ar\n" "Language: ar\n" @@ -637,7 +637,7 @@ #, kde-format msgctxt "Description (used like a name) for a mouse interaction method" msgid "Scroll viewport vertically" -msgstr "مرّر منفذ العرض رأسيًا" +msgstr "مرّر منفذ العرض عموديًا" #: src/engine/interactors.cpp:347 #, kde-format @@ -875,7 +875,7 @@ "given puzzle." msgstr "" "استورد ملف اللغز المحدد إلى التشكيلة المحلية (لا يفعل شيئًا إذا لم يحدد ملف " -"لغز). النافذة الرئيسية لن تظهر بعد استيراد اللغز المحدد." +"لغز). النافذة الرئيسة لن تظهر بعد استيراد اللغز المحدد." #: src/main.cpp:80 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/ast/palapeli.po new/palapeli-26.04.0/po/ast/palapeli.po --- old/palapeli-25.12.3/po/ast/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/ast/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2023-11-07 21:27+0100\n" "Last-Translator: Enol P. <[email protected]>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/bg/palapeli.po new/palapeli-26.04.0/po/bg/palapeli.po --- old/palapeli-25.12.3/po/bg/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/bg/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2022-01-15 00:41+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/bs/palapeli.po new/palapeli-26.04.0/po/bs/palapeli.po --- old/palapeli-25.12.3/po/bs/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/bs/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2015-01-05 14:27+0000\n" "Last-Translator: Velid <[email protected]>\n" "Language-Team: bosanski <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/ca/palapeli.po new/palapeli-26.04.0/po/ca/palapeli.po --- old/palapeli-25.12.3/po/ca/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/ca/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-02 16:03+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/palapeli-25.12.3/po/ca@valencia/palapeli.po new/palapeli-26.04.0/po/ca@valencia/palapeli.po --- old/palapeli-25.12.3/po/ca@valencia/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/ca@valencia/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-02 16:03+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/palapeli-25.12.3/po/cs/palapeli.po new/palapeli-26.04.0/po/cs/palapeli.po --- old/palapeli-25.12.3/po/cs/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/cs/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -9,9 +9,9 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-06-12 15:11+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/palapeli-25.12.3/po/da/palapeli.po new/palapeli-26.04.0/po/da/palapeli.po --- old/palapeli-25.12.3/po/da/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/da/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2017-11-11 15:25+0200\n" "Last-Translator: scootergrisen\n" "Language-Team: Danish\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/de/palapeli.po new/palapeli-26.04.0/po/de/palapeli.po --- old/palapeli-25.12.3/po/de/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/de/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-09-13 16:13+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/palapeli-25.12.3/po/el/palapeli.po new/palapeli-26.04.0/po/el/palapeli.po --- old/palapeli-25.12.3/po/el/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/el/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-09-19 17:15+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/palapeli-25.12.3/po/en_GB/palapeli.po new/palapeli-26.04.0/po/en_GB/palapeli.po --- old/palapeli-25.12.3/po/en_GB/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/en_GB/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-17 19:43+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/palapeli-25.12.3/po/eo/palapeli.po new/palapeli-26.04.0/po/eo/palapeli.po --- old/palapeli-25.12.3/po/eo/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/eo/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-02 23:45+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/palapeli-25.12.3/po/es/palapeli.po new/palapeli-26.04.0/po/es/palapeli.po --- old/palapeli-25.12.3/po/es/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/es/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-07-07 18:09+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/palapeli-25.12.3/po/et/palapeli.po new/palapeli-26.04.0/po/et/palapeli.po --- old/palapeli-25.12.3/po/et/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/et/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2019-11-11 18:01+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/palapeli-25.12.3/po/eu/palapeli.po new/palapeli-26.04.0/po/eu/palapeli.po --- old/palapeli-25.12.3/po/eu/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/eu/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-07-19 21:18+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/palapeli-25.12.3/po/fi/palapeli.po new/palapeli-26.04.0/po/fi/palapeli.po --- old/palapeli-25.12.3/po/fi/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/fi/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-10-18 13:46+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/fr/palapeli.po new/palapeli-26.04.0/po/fr/palapeli.po --- old/palapeli-25.12.3/po/fr/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/fr/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-07 14:39+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/palapeli-25.12.3/po/ga/palapeli.po new/palapeli-26.04.0/po/ga/palapeli.po --- old/palapeli-25.12.3/po/ga/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/ga/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: playground-games/palapeli.po\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2008-03-23 09:45-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/palapeli-25.12.3/po/gl/palapeli.po new/palapeli-26.04.0/po/gl/palapeli.po --- old/palapeli-25.12.3/po/gl/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/gl/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-01-12 15:55+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/palapeli-25.12.3/po/he/palapeli.po new/palapeli-26.04.0/po/he/palapeli.po --- old/palapeli-25.12.3/po/he/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/he/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-10-14 20:58+0300\n" "Last-Translator: Yaron Shahrabani <[email protected]>\n" "Language-Team: צוות התרגום של KDE ישראל\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/hi/palapeli.po new/palapeli-26.04.0/po/hi/palapeli.po --- old/palapeli-25.12.3/po/hi/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/hi/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-15 15:58+0530\n" "Last-Translator: Kali <EMAIL@ADDRESS>\n" "Language-Team: Hindi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/hr/palapeli.po new/palapeli-26.04.0/po/hr/palapeli.po --- old/palapeli-25.12.3/po/hr/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/hr/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2010-01-24 17:10+0100\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/palapeli-25.12.3/po/hsb/palapeli.po new/palapeli-26.04.0/po/hsb/palapeli.po --- old/palapeli-25.12.3/po/hsb/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/hsb/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: desktop_kdebase\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2008-11-06 22:08+0100\n" "Last-Translator: Eduard Werner <[email protected]>\n" "Language-Team: en_US <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/hu/palapeli.po new/palapeli-26.04.0/po/hu/palapeli.po --- old/palapeli-25.12.3/po/hu/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/hu/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-08-01 22:50+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/palapeli-25.12.3/po/ia/palapeli.po new/palapeli-26.04.0/po/ia/palapeli.po --- old/palapeli-25.12.3/po/ia/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/ia/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-02 12:38+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/palapeli-25.12.3/po/is/palapeli.po new/palapeli-26.04.0/po/is/palapeli.po --- old/palapeli-25.12.3/po/is/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/is/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2015-01-29 09:07+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/palapeli-25.12.3/po/it/palapeli.po new/palapeli-26.04.0/po/it/palapeli.po --- old/palapeli-25.12.3/po/it/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/it/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-04 21:39+0200\n" "Last-Translator: Valter Mura <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/ja/palapeli.po new/palapeli-26.04.0/po/ja/palapeli.po --- old/palapeli-25.12.3/po/ja/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/ja/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2013-05-10 23:01-0700\n" "Last-Translator: Fumiaki Okushi <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/ka/palapeli.po new/palapeli-26.04.0/po/ka/palapeli.po --- old/palapeli-25.12.3/po/ka/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/ka/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-02 06:05+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/palapeli-25.12.3/po/kk/palapeli.po new/palapeli-26.04.0/po/kk/palapeli.po --- old/palapeli-25.12.3/po/kk/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/kk/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2012-04-08 06:39+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/palapeli-25.12.3/po/km/palapeli.po new/palapeli-26.04.0/po/km/palapeli.po --- old/palapeli-25.12.3/po/km/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/km/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2012-07-10 15:56+0700\n" "Last-Translator: Khoem Sokhem <[email protected]>\n" "Language-Team: Khmer\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/ko/palapeli.po new/palapeli-26.04.0/po/ko/palapeli.po --- old/palapeli-25.12.3/po/ko/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/ko/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-08-20 00:36+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/lt/palapeli.po new/palapeli-26.04.0/po/lt/palapeli.po --- old/palapeli-25.12.3/po/lt/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/lt/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-02-03 00:17+0200\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/palapeli-25.12.3/po/lv/palapeli.po new/palapeli-26.04.0/po/lv/palapeli.po --- old/palapeli-25.12.3/po/lv/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/lv/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-01-20 16:24+0200\n" "Last-Translator: Toms Trasuns <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/mai/palapeli.po new/palapeli-26.04.0/po/mai/palapeli.po --- old/palapeli-25.12.3/po/mai/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/mai/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2010-09-24 16:43+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/palapeli-25.12.3/po/ml/palapeli.po new/palapeli-26.04.0/po/ml/palapeli.po --- old/palapeli-25.12.3/po/ml/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/ml/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2019-12-12 22:06+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/palapeli-25.12.3/po/mr/palapeli.po new/palapeli-26.04.0/po/mr/palapeli.po --- old/palapeli-25.12.3/po/mr/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/mr/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2013-03-05 15:34+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/palapeli-25.12.3/po/nb/palapeli.po new/palapeli-26.04.0/po/nb/palapeli.po --- old/palapeli-25.12.3/po/nb/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/nb/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: KDE 4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2014-01-11 16:47+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/palapeli-25.12.3/po/nds/palapeli.po new/palapeli-26.04.0/po/nds/palapeli.po --- old/palapeli-25.12.3/po/nds/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/nds/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2014-06-19 22:23+0200\n" "Last-Translator: Sönke Dibbern <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/nl/palapeli.po new/palapeli-26.04.0/po/nl/palapeli.po --- old/palapeli-25.12.3/po/nl/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/nl/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-02 10:29+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/nn/palapeli.po new/palapeli-26.04.0/po/nn/palapeli.po --- old/palapeli-25.12.3/po/nn/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/nn/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: KDE 4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2023-07-30 22:09+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/palapeli-25.12.3/po/pl/palapeli.po new/palapeli-26.04.0/po/pl/palapeli.po --- old/palapeli-25.12.3/po/pl/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/pl/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: palipeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-26 12:38+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/palapeli-25.12.3/po/pt/palapeli.po new/palapeli-26.04.0/po/pt/palapeli.po --- old/palapeli-25.12.3/po/pt/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/pt/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2022-08-13 16:59+0100\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/pt_BR/palapeli.po new/palapeli-26.04.0/po/pt_BR/palapeli.po --- old/palapeli-25.12.3/po/pt_BR/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/pt_BR/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-08-13 14:28-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/palapeli-25.12.3/po/ro/palapeli.po new/palapeli-26.04.0/po/ro/palapeli.po --- old/palapeli-25.12.3/po/ro/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/ro/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2012-12-22 11:45+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/palapeli-25.12.3/po/ru/palapeli.po new/palapeli-26.04.0/po/ru/palapeli.po --- old/palapeli-25.12.3/po/ru/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/ru/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-10-10 10:16+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/palapeli-25.12.3/po/sa/palapeli.po new/palapeli-26.04.0/po/sa/palapeli.po --- old/palapeli-25.12.3/po/sa/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/sa/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-24 20:39+0530\n" "Last-Translator: kali <[email protected]>\n" "Language-Team: Sanskrit <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/sk/palapeli.po new/palapeli-26.04.0/po/sk/palapeli.po --- old/palapeli-25.12.3/po/sk/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/sk/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2021-01-26 11:54+0100\n" "Last-Translator: Matej Mrenica <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 20.12.1\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Lokalize 20.12.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -85,36 +85,28 @@ msgstr "Rýchle prednastavenie" #: slicers/goldberg/slicer-goldberg.cpp:47 -#, fuzzy, kde-format -#| msgctxt "Puzzle shape preset" -#| msgid "Ordinary" +#, kde-format msgctxt "@item puzzle shape preset" msgid "Ordinary" msgstr "Obyčajný" #: slicers/goldberg/slicer-goldberg.cpp:48 #: slicers/goldberg/slicer-goldberg.cpp:125 -#, fuzzy, kde-format -#| msgctxt "Puzzle shape preset" -#| msgid "Very regular" +#, kde-format msgctxt "@item puzzle shape preset" msgid "Very regular" msgstr "Veľmi pravidelné" #: slicers/goldberg/slicer-goldberg.cpp:49 #: slicers/goldberg/slicer-goldberg.cpp:126 -#, fuzzy, kde-format -#| msgctxt "Puzzle shape preset" -#| msgid "Very diverse" +#, kde-format msgctxt "@item puzzle shape preset" msgid "Very diverse" msgstr "Veľmi rozdielne" #: slicers/goldberg/slicer-goldberg.cpp:50 #: slicers/goldberg/slicer-goldberg.cpp:127 -#, fuzzy, kde-format -#| msgctxt "Puzzle shape preset" -#| msgid "Large plugs" +#, kde-format msgctxt "@item puzzle shape preset" msgid "Large plugs" msgstr "Veľké úchyty" @@ -160,80 +152,67 @@ msgstr "Výpis obrázka mriežky" #: src/config/configdialog.cpp:61 -#, fuzzy, kde-format -#| msgid "General settings" +#, kde-format msgctxt "@title:tab" msgid "General" msgstr "Všeobecné nastavenie" #: src/config/configdialog.cpp:64 -#, fuzzy, kde-format -#| msgid "Mouse interaction" +#, kde-format msgctxt "@title:tab" msgid "Mouse Interaction" msgstr "Interakcia myši" #: src/config/configdialog.cpp:111 -#, fuzzy, kde-format -#| msgid "Center" +#, kde-format msgctxt "@item:inlistbox space for solution" msgid "Center" msgstr "Vycentrovať" #: src/config/configdialog.cpp:112 -#, fuzzy, kde-format -#| msgid "None" +#, kde-format msgctxt "@item:inlistbox space for solution" msgid "None" -msgstr "Žiadna" +msgstr "Žiadne" #: src/config/configdialog.cpp:113 -#, fuzzy, kde-format -#| msgid "Top Left" +#, kde-format msgctxt "@item:inlistbox space for solution" msgid "Top Left" msgstr "Vľavo hore" #: src/config/configdialog.cpp:114 -#, fuzzy, kde-format -#| msgid "Top Right" +#, kde-format msgctxt "@item:inlistbox space for solution" msgid "Top Right" msgstr "Vpravo hore" #: src/config/configdialog.cpp:115 -#, fuzzy, kde-format -#| msgid "Bottom Left" +#, kde-format msgctxt "@item:inlistbox space for solution" msgid "Bottom Left" msgstr "Vľavo dole" #: src/config/configdialog.cpp:116 -#, fuzzy, kde-format -#| msgid "Bottom Right" +#, kde-format msgctxt "@item:inlistbox space for solution" msgid "Bottom Right" msgstr "Vpravo dole" #: src/config/mouseinputbutton.cpp:45 -#, fuzzy, kde-format -#| msgid "Remove this trigger" +#, kde-format msgctxt "@info:tooltip" msgid "Remove this trigger" msgstr "Odstrániť tento spúšťač" #: src/config/mouseinputbutton.cpp:119 src/config/mouseinputbutton.cpp:252 -#, fuzzy, kde-format -#| msgid "Input here..." +#, kde-format msgctxt "@info:placeholder" msgid "Input here…" msgstr "Zadajte vstup..." #: src/config/mouseinputbutton.cpp:120 -#, fuzzy, kde-format -#| msgid "" -#| "Hold down the modifier keys you want, then click a mouse button or scroll " -#| "a mouse wheel here" +#, kde-format msgctxt "@info:tooltip" msgid "" "Hold down the modifier keys you want, then click a mouse button or scroll a " @@ -243,31 +222,27 @@ "alebo potočte kolieskom myši" #: src/config/mouseinputbutton.cpp:225 -#, fuzzy, kde-format -#| msgid "None" +#, kde-format msgctxt "" "@item This is used for describing that no mouse action has been assigned to " "this interaction plugin." msgid "None" -msgstr "Žiadna" +msgstr "Žiadne" #: src/config/mouseinputbutton.cpp:231 -#, fuzzy, kde-format -#| msgid "Click to change how an action is triggered" +#, kde-format msgctxt "@info:tooltip" msgid "Click to change how an action is triggered" msgstr "Kliknutím zmeníte spôsob spustenia akcie" #: src/config/triggerconfigwidget.cpp:20 -#, fuzzy, kde-format -#| msgid "Mouse buttons" +#, kde-format msgctxt "@title:tab" msgid "Mouse Buttons" msgstr "Tlačidlá myši" #: src/config/triggerconfigwidget.cpp:21 -#, fuzzy, kde-format -#| msgid "Mouse wheel" +#, kde-format msgctxt "@title:tab" msgid "Mouse Wheel" msgstr "Koliesko myši" @@ -288,9 +263,7 @@ msgstr "Interakcia s pohľadom" #: src/creator/puzzlecreator.cpp:38 -#, fuzzy, kde-format -#| msgctxt "@title:window" -#| msgid "Create new puzzle" +#, kde-format msgctxt "@title:window" msgid "Create New Puzzle" msgstr "Vytvoriť nové puzzle" @@ -391,7 +364,7 @@ #, kde-format msgctxt "@action:button" msgid "Restart" -msgstr "" +msgstr "Restart" #: src/engine/gameplay.cpp:296 #, kde-format @@ -405,29 +378,25 @@ msgstr "Palapeli puzzle (*.puzzle)" #: src/engine/gameplay.cpp:317 -#, fuzzy, kde-format -#| msgid "Import Palapeli puzzles" +#, kde-format msgctxt "@title:window" msgid "Import Palapeli Puzzles" msgstr "Importovať Palapeli puzzle" #: src/engine/gameplay.cpp:343 -#, fuzzy, kde-format -#| msgid "Save Palapeli puzzles" +#, kde-format msgctxt "@title:window" msgid "Save Palapeli Puzzles" msgstr "Uložiť Palapeli puzzle" #: src/engine/gameplay.cpp:358 -#, fuzzy, kde-format -#| msgid "Create a piece holder" +#, kde-format msgctxt "@title:window" msgid "Create a Piece Holder" msgstr "Vytvoriť držiak na kúsky" #: src/engine/gameplay.cpp:359 -#, fuzzy, kde-format -#| msgid "Enter a short name (optional):" +#, kde-format msgctxt "@label:textbox" msgid "Enter a short name (optional):" msgstr "Zadať krátky meno (voliteľné):" @@ -495,7 +464,7 @@ #, kde-format msgctxt "@action:button" msgid "Transfer" -msgstr "" +msgstr "Prestup" #: src/engine/gameplay.cpp:575 #, kde-format @@ -627,9 +596,7 @@ "vrátane spájania kúskov pre vyskladanie časti riešenia ." #: src/engine/gameplay.cpp:1131 -#, fuzzy, kde-format -#| msgctxt "Caption for hints" -#| msgid "Solving Large Puzzles" +#, kde-format msgctxt "@title:window for hints" msgid "Solving Large Puzzles" msgstr "Riešenie veľkých puzzle" @@ -700,9 +667,7 @@ msgstr "Prepnúť zamknutý stav plochy puzzle stola" #: src/engine/puzzlepreview.cpp:29 -#, fuzzy, kde-format -#| msgctxt "Window title" -#| msgid "Preview of completed puzzle" +#, kde-format msgctxt "@title:window" msgid "Preview of Completed Puzzle" msgstr "Náhľad dokončeného puzzle" @@ -714,8 +679,7 @@ msgstr "Obrázok nie je k dispozícii." #: src/engine/puzzlepreview.cpp:64 -#, fuzzy, kde-format -#| msgid "%1 - Preview" +#, kde-format msgctxt "@title:window" msgid "%1 - Preview" msgstr "%1 - Náhľad" @@ -808,16 +772,13 @@ msgstr "Váš priebeh bude automaticky ukladaný počas hrania." #: src/engine/view.cpp:339 -#, fuzzy, kde-format -#| msgctxt "used as caption for a dialog that explains the autosave feature" -#| msgid "Automatic saving" +#, kde-format msgctxt "@title:window dialog that explains the autosave feature" msgid "Automatic Saving" msgstr "Automatické ukladanie" #: src/engine/zoomwidget.cpp:26 -#, fuzzy, kde-format -#| msgid "Lock the puzzle table area" +#, kde-format msgctxt "@info:tooltip" msgid "Lock the puzzle table area" msgstr "Zamknúť puzzle pole" @@ -837,40 +798,31 @@ msgstr[2] "%2 (%1 dielikov)" #: src/file-io/collection-delegate.cpp:130 -#, fuzzy, kde-format -#| msgctxt "Author attribution, e.g. \"by Jack\"" -#| msgid "by %1" +#, kde-format msgctxt "@info author attribution" msgid "By %1" msgstr "od %1" #: src/file-io/collection-view.cpp:58 -#, fuzzy, kde-format -#| msgctxt "@action:button that pops up sorting strategy selection menu" -#| msgid "Sort list..." +#, kde-format msgctxt "@action:button that pops up sorting strategy selection menu" msgid "Sort List…" msgstr "Triediť zoznam..." #: src/file-io/collection-view.cpp:61 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu selects sorting strategy for collection list" -#| msgid "By title" +#, kde-format msgctxt "@action:inmenu selects sorting strategy for collection list" msgid "By Title" msgstr "Podľa titulku" #: src/file-io/collection-view.cpp:62 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu selects sorting strategy for collection list" -#| msgid "By piece count" +#, kde-format msgctxt "@action:inmenu selects sorting strategy for collection list" msgid "By Piece Count" msgstr "Podľa počtu kusov" #: src/file-io/collection.cpp:36 -#, fuzzy, kde-format -#| msgid "Loading puzzle..." +#, kde-format msgctxt "@info:status" msgid "Loading puzzle…" msgstr "Načítavam puzzle..." @@ -940,7 +892,7 @@ #: src/main.cpp:80 #, kde-format msgid "No file to import given" -msgstr "" +msgstr "No file to import given" #. i18n: ectx: label, entry (SnappingPrecision), group (Puzzling) #: src/palapeli.kcfg:6 @@ -1142,150 +1094,126 @@ msgstr "Nepresné (ľahšie)" #: src/window/mainwindow.cpp:54 -#, fuzzy, kde-format -#| msgid "Show statusbar of puzzle table" +#, kde-format msgid "Show Statusbar of Puzzle Table" msgstr "Zobraziť s&tavový riadok" #: src/window/mainwindow.cpp:58 -#, fuzzy, kde-format -#| msgid "Back to &collection" +#, kde-format msgctxt "@action" msgid "Back to &Collection" msgstr "Späť do kolekcie" #: src/window/mainwindow.cpp:59 -#, fuzzy, kde-format -#| msgid "Go back to the collection to choose another puzzle" +#, kde-format msgctxt "@info:tooltip" msgid "Go back to the collection to choose another puzzle" msgstr "Vrátiť sa späť do kolekcie pre výber ďalších puzzle" #: src/window/mainwindow.cpp:66 -#, fuzzy, kde-format -#| msgctxt "@title:window" -#| msgid "Create new puzzle" +#, kde-format msgctxt "@action" msgid "Create &New Puzzle…" msgstr "Vytvoriť nové puzzle" #: src/window/mainwindow.cpp:67 -#, fuzzy, kde-format -#| msgid "Create a new puzzle using an image file from your disk" +#, kde-format msgctxt "@info:tooltip" msgid "Create a new puzzle using an image file from your disk" msgstr "Vytvoriť nové puzzle pomocou obrázku z disku" #: src/window/mainwindow.cpp:74 -#, fuzzy, kde-format -#| msgid "&Delete puzzle" +#, kde-format msgctxt "@action" msgid "&Delete Puzzle" msgstr "&Vymazať puzzle" #: src/window/mainwindow.cpp:76 -#, fuzzy, kde-format -#| msgid "Delete the selected puzzle from your collection" +#, kde-format msgctxt "@info:tooltip" msgid "Delete the selected puzzle from your collection" msgstr "Odstrániť vybrané puzzle z kolekcie" #: src/window/mainwindow.cpp:83 -#, fuzzy, kde-format -#| msgid "&Import from file..." +#, kde-format msgctxt "@action" msgid "&Import from File…" msgstr "&Importovať zo súboru..." #: src/window/mainwindow.cpp:84 -#, fuzzy, kde-format -#| msgid "Import a new puzzle from a file into your collection" +#, kde-format msgctxt "@info:tooltip" msgid "Import a new puzzle from a file into your collection" msgstr "Importovať nové puzzle zo súboru do vašej kolekcie" #: src/window/mainwindow.cpp:90 -#, fuzzy, kde-format -#| msgid "&Export to file..." +#, kde-format msgctxt "@action" msgid "&Export to File…" msgstr "&Exportovať do súboru..." #: src/window/mainwindow.cpp:92 -#, fuzzy, kde-format -#| msgid "Export the selected puzzle from your collection into a file" +#, kde-format msgctxt "@info:tooltip" msgid "Export the selected puzzle from your collection into a file" msgstr "Exportovať vybrané puzzle z kolekcie do súboru" #: src/window/mainwindow.cpp:99 -#, fuzzy, kde-format -#| msgid "&Restart puzzle..." +#, kde-format msgctxt "@action" msgid "&Restart Puzzle…" msgstr "&Reštartovať puzzle..." #: src/window/mainwindow.cpp:100 -#, fuzzy, kde-format -#| msgid "Delete the saved progress and reshuffle the pieces" +#, kde-format msgctxt "@info:tooltip" msgid "Delete the saved progress and reshuffle the pieces" msgstr "Vymazať uložený postup a zamiešať kúsky" #: src/window/mainwindow.cpp:107 -#, fuzzy, kde-format -#| msgid "&Create piece holder..." +#, kde-format msgctxt "@action" msgid "&Create Piece Holder…" msgstr "&Vytvoriť držiak na kúsky..." #: src/window/mainwindow.cpp:108 -#, fuzzy, kde-format -#| msgid "Create a temporary holder for sorting pieces" +#, kde-format msgctxt "@info:tooltip" msgid "Create a temporary holder for sorting pieces" msgstr "Vytvoriť dočasný držiak na kúsky" #: src/window/mainwindow.cpp:116 -#, fuzzy, kde-format -#| msgid "&Delete piece holder" +#, kde-format msgctxt "@action" msgid "&Delete Piece Holder" msgstr "Vymazať &držiak na kúsky" #: src/window/mainwindow.cpp:117 -#, fuzzy, kde-format -#| msgid "Delete a selected temporary holder when it is empty" +#, kde-format msgctxt "@info:tooltip" msgid "Delete a selected temporary holder when it is empty" msgstr "Vymazať vybraný dočasný držiak, keď je prázdny" #: src/window/mainwindow.cpp:124 -#, fuzzy, kde-format -#| msgid "&Select all in holder" +#, kde-format msgctxt "@action" msgid "&Select All in Holder" msgstr "&Vybrať všetko v držiaku" #: src/window/mainwindow.cpp:125 -#, fuzzy, kde-format -#| msgid "Select all pieces in a selected piece holder" +#, kde-format msgctxt "@info:tooltip" msgid "Select all pieces in a selected piece holder" msgstr "Vybrať všetky kúsky vo vybranom držiaku" #: src/window/mainwindow.cpp:131 -#, fuzzy, kde-format -#| msgid "&Rearrange pieces" +#, kde-format msgctxt "@action" msgid "&Rearrange Pieces" msgstr "Zmeniť uspo&riadanie kúskov" #: src/window/mainwindow.cpp:132 -#, fuzzy, kde-format -#| msgid "" -#| "Rearrange all pieces in a selected piece holder or selected pieces in any " -#| "window" +#, kde-format msgctxt "@info:tooltip" msgid "" "Rearrange all pieces in a selected piece holder or selected pieces in any " @@ -1295,38 +1223,31 @@ "vybrané kúsky v ktoromkoľvek okne" #: src/window/mainwindow.cpp:140 -#, fuzzy, kde-format -#| msgctxt "Preview is a noun here" -#| msgid "Preview" +#, kde-format msgctxt "@option:check" msgid "Show Preview" msgstr "Náhľad" #: src/window/mainwindow.cpp:141 -#, fuzzy, kde-format -#| msgctxt "Preview is a noun here" -#| msgid "Preview" +#, kde-format msgctxt "@option:check Preview is a noun here" msgid "Preview" msgstr "Náhľad" #: src/window/mainwindow.cpp:142 -#, fuzzy, kde-format -#| msgid "Show or hide the image of the completed puzzle" +#, kde-format msgctxt "@info:tooltip" msgid "Show or hide the image of the completed puzzle" msgstr "Ukázať alebo skryť obrázok dokončenej puzzle" #: src/window/mainwindow.cpp:156 -#, fuzzy, kde-format -#| msgid "Enable all messages" +#, kde-format msgctxt "@action" msgid "Enable All Messages" msgstr "Povoliť všetky správy" #: src/window/mainwindow.cpp:165 -#, fuzzy, kde-format -#| msgid "Enable all messages" +#, kde-format msgid "Enable all messages again?" msgstr "Povoliť všetky správy" @@ -1334,7 +1255,7 @@ #, kde-format msgctxt "@action:button" msgid "Enable" -msgstr "" +msgstr "Povoliť" #: src/window/puzzletablewidget.cpp:49 #, kde-format @@ -1347,9 +1268,7 @@ msgstr "Dokončili ste puzzle." #: src/window/puzzletablewidget.cpp:122 -#, fuzzy, kde-format -#| msgctxt "Progress display" -#| msgid "%1% finished" +#, kde-format msgctxt "@info:progress" msgid "%1% finished" msgstr "%1% dokončené" @@ -1361,7 +1280,6 @@ #~ msgstr "Žiadna" #, fuzzy -#~| msgid "Create &new puzzle..." #~ msgid "Create &New Puzzle..." #~ msgstr "&Vytvoriť nové puzzle..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/sl/palapeli.po new/palapeli-26.04.0/po/sl/palapeli.po --- old/palapeli-25.12.3/po/sl/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/sl/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-02 09:31+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/palapeli-25.12.3/po/sq/palapeli.po new/palapeli-26.04.0/po/sq/palapeli.po --- old/palapeli-25.12.3/po/sq/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/sq/palapeli.po 2026-04-09 06:16:55.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:50+0000\n" "PO-Revision-Date: 2010-03-03 13:23+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/palapeli-25.12.3/po/sr/palapeli.po new/palapeli-26.04.0/po/sr/palapeli.po --- old/palapeli-25.12.3/po/sr/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/sr/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2017-09-28 17:59+0200\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/palapeli-25.12.3/po/sr@ijekavian/palapeli.po new/palapeli-26.04.0/po/sr@ijekavian/palapeli.po --- old/palapeli-25.12.3/po/sr@ijekavian/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/sr@ijekavian/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2017-09-28 17:59+0200\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/palapeli-25.12.3/po/sr@ijekavianlatin/palapeli.po new/palapeli-26.04.0/po/sr@ijekavianlatin/palapeli.po --- old/palapeli-25.12.3/po/sr@ijekavianlatin/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/sr@ijekavianlatin/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2017-09-28 17:59+0200\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/palapeli-25.12.3/po/sr@latin/palapeli.po new/palapeli-26.04.0/po/sr@latin/palapeli.po --- old/palapeli-25.12.3/po/sr@latin/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/sr@latin/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2017-09-28 17:59+0200\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/palapeli-25.12.3/po/sv/palapeli.po new/palapeli-26.04.0/po/sv/palapeli.po --- old/palapeli-25.12.3/po/sv/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/sv/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-06-21 10:13+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/palapeli-25.12.3/po/tr/palapeli.po new/palapeli-26.04.0/po/tr/palapeli.po --- old/palapeli-25.12.3/po/tr/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/tr/palapeli.po 2026-04-09 06:16:55.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:50+0000\n" "PO-Revision-Date: 2025-03-13 15:54+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/palapeli-25.12.3/po/ug/palapeli.po new/palapeli-26.04.0/po/ug/palapeli.po --- old/palapeli-25.12.3/po/ug/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/ug/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: Uyghur Computer Science Association <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/uk/palapeli.po new/palapeli-26.04.0/po/uk/palapeli.po --- old/palapeli-25.12.3/po/uk/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/uk/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-02 09:15+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/zh_CN/palapeli.po new/palapeli-26.04.0/po/zh_CN/palapeli.po --- old/palapeli-25.12.3/po/zh_CN/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/zh_CN/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-04-22 15:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/po/zh_TW/palapeli.po new/palapeli-26.04.0/po/zh_TW/palapeli.po --- old/palapeli-25.12.3/po/zh_TW/palapeli.po 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/po/zh_TW/palapeli.po 2026-04-09 06:16:55.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: palapeli\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-07 18:50+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/palapeli-25.12.3/puzzles/cincinnati-bridge.desktop new/palapeli-26.04.0/puzzles/cincinnati-bridge.desktop --- old/palapeli-25.12.3/puzzles/cincinnati-bridge.desktop 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/puzzles/cincinnati-bridge.desktop 2026-04-09 06:16:55.000000000 +0200 @@ -92,7 +92,7 @@ Comment[sr@ijekavianlatin]=U Sinsinatiju Comment[sr@latin]=U Sinsinatiju Comment[sv]=I Cincinnati -Comment[tr]=Cincinnati'de +Comment[tr]=Cincinnati’de Comment[uk]=у Цинциннаті Comment[zh_CN]=位于辛辛那提 Comment[zh_TW]=在辛辛那提(Cincinnati) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/slicers/palapeli_goldbergslicer.json new/palapeli-26.04.0/slicers/palapeli_goldbergslicer.json --- old/palapeli-25.12.3/slicers/palapeli_goldbergslicer.json 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/slicers/palapeli_goldbergslicer.json 2026-04-09 06:16:55.000000000 +0200 @@ -31,6 +31,7 @@ "Name[pt_BR]": "Johannes Loehnert", "Name[ru]": "Johannes Loehnert", "Name[sa]": "जोहान्स लोएहनेर्ट", + "Name[sk]": "Johannes Loehnert", "Name[sl]": "Johannes Loehnert", "Name[sv]": "Johannes Loehnert", "Name[tr]": "Johannes Loehnert", @@ -66,6 +67,7 @@ "Description[pt_BR]": "Anteriormente conhecido como divisão de Goldberg", "Description[ru]": "Ранее известный как Goldberg Slicer", "Description[sa]": "पूर्वं गोल्डबर्ग् स्लाइसर इति नाम्ना प्रसिद्धः", + "Description[sk]": "Predtým známe ako Goldberg Slicer", "Description[sl]": "Predhodno znan kot Goldberg Slicer", "Description[sv]": "Tidigare känd som Goldberg delningsverktyg", "Description[tr]": "Önceden Goldberg Slicer bilinir", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/slicers/palapeli_jigsawslicer.json new/palapeli-26.04.0/slicers/palapeli_jigsawslicer.json --- old/palapeli-25.12.3/slicers/palapeli_jigsawslicer.json 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/slicers/palapeli_jigsawslicer.json 2026-04-09 06:16:55.000000000 +0200 @@ -31,6 +31,7 @@ "Name[pt_BR]": "Stefan Majewsky", "Name[ru]": "Stefan Majewsky", "Name[sa]": "स्टीफन मजेव्स्की", + "Name[sk]": "Stefan Majewsky", "Name[sl]": "Stefan Majewsky", "Name[sv]": "Stefan Majewsky", "Name[tr]": "Stefan Majewsky", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/slicers/palapeli_rectslicer.json new/palapeli-26.04.0/slicers/palapeli_rectslicer.json --- old/palapeli-25.12.3/slicers/palapeli_rectslicer.json 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/slicers/palapeli_rectslicer.json 2026-04-09 06:16:55.000000000 +0200 @@ -31,6 +31,7 @@ "Name[pt_BR]": "Stefan Majewsky", "Name[ru]": "Stefan Majewsky", "Name[sa]": "स्टीफन मजेव्स्की", + "Name[sk]": "Stefan Majewsky", "Name[sl]": "Stefan Majewsky", "Name[sv]": "Stefan Majewsky", "Name[tr]": "Stefan Majewsky", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/snapcraft.yaml new/palapeli-26.04.0/snapcraft.yaml --- old/palapeli-25.12.3/snapcraft.yaml 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/snapcraft.yaml 2026-04-09 06:16:55.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,7 +28,17 @@ plugin: cmake source: . source-type: local + build-snaps: + - kde-qt6-core24-sdk/latest/beta + - kf6-core24-sdk/latest/beta build-packages: + - libxml2-dev + - gettext + - doxygen + - graphviz + - libxml2-utils + - docbook-xml + - docbook-xsl - libpulse0 stage-packages: - libpulse0 @@ -38,9 +48,6 @@ - -DQT_MAJOR_VERSION=6 - -DBUILD_WITH_QT6=ON - -DBUILD_TESTING=OFF - 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" override-pull: | craftctl default while read -r PATCHFILE ; do diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-25.12.3/src/org.kde.palapeli.appdata.xml new/palapeli-26.04.0/src/org.kde.palapeli.appdata.xml --- old/palapeli-25.12.3/src/org.kde.palapeli.appdata.xml 2026-02-28 12:52:32.000000000 +0100 +++ new/palapeli-26.04.0/src/org.kde.palapeli.appdata.xml 2026-04-09 06:16:55.000000000 +0200 @@ -270,6 +270,7 @@ </provides> <content_rating type="oars-1.1"/> <releases> + <release version="2.1.26040" date="2026-04-16"/> <release version="2.1.25123" date="2026-03-05"/> <release version="2.1.25122" date="2026-02-05"/> <release version="2.1.25121" date="2026-01-08"/>
