Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lskat for openSUSE:Factory checked in at 2026-04-17 21:51:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lskat (Old) and /work/SRC/openSUSE:Factory/.lskat.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lskat" Fri Apr 17 21:51:58 2026 rev:166 rq:1347547 version:26.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lskat/lskat.changes 2026-03-07 20:12:58.555426737 +0100 +++ /work/SRC/openSUSE:Factory/.lskat.new.11940/lskat.changes 2026-04-17 21:55:40.280898829 +0200 @@ -1,0 +2,24 @@ +Sat Apr 11 16:14:42 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:55 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:03 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: ---- lskat-25.12.3.tar.xz lskat-25.12.3.tar.xz.sig New: ---- lskat-26.04.0.tar.xz lskat-26.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lskat.spec ++++++ --- /var/tmp/diff_new_pack.nFbsq0/_old 2026-04-17 21:55:41.088932127 +0200 +++ /var/tmp/diff_new_pack.nFbsq0/_new 2026-04-17 21:55:41.092932292 +0200 @@ -1,7 +1,7 @@ # # spec file for package lskat # -# 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: lskat -Version: 25.12.3 +Version: 26.04.0 Release: 0 Summary: German Skat game License: GPL-2.0-or-later ++++++ lskat-25.12.3.tar.xz -> lskat-26.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/.flatpak-manifest.json new/lskat-26.04.0/.flatpak-manifest.json --- old/lskat-25.12.3/.flatpak-manifest.json 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/.flatpak-manifest.json 2026-04-09 00:27:11.000000000 +0200 @@ -2,34 +2,48 @@ "id": "org.kde.lskat", "branch": "master", "runtime": "org.kde.Platform", - "runtime-version": "6.8", + "runtime-version": "6.10", "sdk": "org.kde.Sdk", "command": "lskat", - "tags": ["nightly"], + "tags": [ + "nightly" + ], "desktop-file-name-suffix": " (Nightly)", - "finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland" ], - + "finish-args": [ + "--share=ipc", + "--socket=fallback-x11", + "--socket=wayland" + ], "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" } ] } @@ -39,7 +53,10 @@ "name": "lskat", "buildsystem": "cmake-ninja", "sources": [ - { "type": "dir", "path": "." } + { + "type": "dir", + "path": "." + } ] } ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/CMakeLists.txt new/lskat-26.04.0/CMakeLists.txt --- old/lskat-25.12.3/CMakeLists.txt 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/CMakeLists.txt 2026-04-09 00:27:11.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required (VERSION 3.16 FATAL_ERROR) # Release Service version, managed by release script -set (RELEASE_SERVICE_VERSION_MAJOR "25") -set (RELEASE_SERVICE_VERSION_MINOR "12") -set (RELEASE_SERVICE_VERSION_MICRO "3") +set (RELEASE_SERVICE_VERSION_MAJOR "26") +set (RELEASE_SERVICE_VERSION_MINOR "04") +set (RELEASE_SERVICE_VERSION_MICRO "0") set (RELEASE_SERVICE_COMPACT_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}") # Bump LSKAT_BASE_VERSION once new features are added @@ -54,8 +54,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/lskat-25.12.3/org.kde.lskat.appdata.xml new/lskat-26.04.0/org.kde.lskat.appdata.xml --- old/lskat-25.12.3/org.kde.lskat.appdata.xml 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/org.kde.lskat.appdata.xml 2026-04-09 00:27:11.000000000 +0200 @@ -147,6 +147,7 @@ <binary>lskat</binary> </provides> <releases> + <release version="1.50.26040" date="2026-04-16"/> <release version="1.50.25123" date="2026-03-05"/> <release version="1.50.25122" date="2026-02-05"/> <release version="1.50.25121" date="2026-01-08"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/af/lskat.po new/lskat-26.04.0/po/af/lskat.po --- old/lskat-25.12.3/po/af/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/af/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: lskat 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: 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/lskat-25.12.3/po/ar/lskat.po new/lskat-26.04.0/po/ar/lskat.po --- old/lskat-25.12.3/po/ar/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ar/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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-09 09: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/lskat-25.12.3/po/ast/lskat.po new/lskat-26.04.0/po/ast/lskat.po --- old/lskat-25.12.3/po/ast/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ast/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: lskat\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/lskat-25.12.3/po/be/lskat.po new/lskat-26.04.0/po/be/lskat.po --- old/lskat-25.12.3/po/be/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/be/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: lskat\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: 2007-10-28 14:36+0200\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/lskat-25.12.3/po/bg/lskat.po new/lskat-26.04.0/po/bg/lskat.po --- old/lskat-25.12.3/po/bg/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/bg/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lskat\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-05 15:58+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/lskat-25.12.3/po/br/lskat.po new/lskat-26.04.0/po/br/lskat.po --- old/lskat-25.12.3/po/br/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/br/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kdegames/lskat.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:50+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/lskat-25.12.3/po/bs/lskat.po new/lskat-26.04.0/po/bs/lskat.po --- old/lskat-25.12.3/po/bs/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/bs/lskat.po 2026-04-09 00:27:11.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: 2013-10-18 20:19+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/lskat-25.12.3/po/ca/lskat.po new/lskat-26.04.0/po/ca/lskat.po --- old/lskat-25.12.3/po/ca/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ca/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: lskat\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-26 21:00+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/lskat-25.12.3/po/ca@valencia/lskat.po new/lskat-26.04.0/po/ca@valencia/lskat.po --- old/lskat-25.12.3/po/ca@valencia/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ca@valencia/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: lskat\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-26 21:00+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/lskat-25.12.3/po/cs/lskat.po new/lskat-26.04.0/po/cs/lskat.po --- old/lskat-25.12.3/po/cs/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/cs/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,9 +8,9 @@ msgstr "" "Project-Id-Version: lskat\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-20 10:48+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/lskat-25.12.3/po/cy/lskat.po new/lskat-26.04.0/po/cy/lskat.po --- old/lskat-25.12.3/po/cy/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/cy/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: lskat\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: 2005-10-16 11:37+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/lskat-25.12.3/po/da/lskat.po new/lskat-26.04.0/po/da/lskat.po --- old/lskat-25.12.3/po/da/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/da/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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-06-05 14:27+0200\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/lskat-25.12.3/po/de/lskat.po new/lskat-26.04.0/po/de/lskat.po --- old/lskat-25.12.3/po/de/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/de/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: lskat\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-06 12:30+0200\n" "Last-Translator: Alois.spitzbart <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/el/lskat.po new/lskat-26.04.0/po/el/lskat.po --- old/lskat-25.12.3/po/el/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/el/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: lskat\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-07-08 06:25+0200\n" "Last-Translator: Dimitrios Glentadakis <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/en_GB/lskat.po new/lskat-26.04.0/po/en_GB/lskat.po --- old/lskat-25.12.3/po/en_GB/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/en_GB/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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-23 19:34+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/lskat-25.12.3/po/eo/lskat.po new/lskat-26.04.0/po/eo/lskat.po --- old/lskat-25.12.3/po/eo/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/eo/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lskat\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-10 09:14+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/lskat-25.12.3/po/es/lskat.po new/lskat-26.04.0/po/es/lskat.po --- old/lskat-25.12.3/po/es/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/es/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: lskat\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-04-25 20:52+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/lskat-25.12.3/po/et/lskat.po new/lskat-26.04.0/po/et/lskat.po --- old/lskat-25.12.3/po/et/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/et/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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-05-28 15:37+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/lskat-25.12.3/po/eu/lskat.po new/lskat-26.04.0/po/eu/lskat.po --- old/lskat-25.12.3/po/eu/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/eu/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: lskat\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-23 14:10+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/lskat-25.12.3/po/fa/lskat.po new/lskat-26.04.0/po/fa/lskat.po --- old/lskat-25.12.3/po/fa/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/fa/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lskat\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: 2007-09-02 18:25+0330\n" "Last-Translator: Nazanin Kazemi <[email protected]>\n" "Language-Team: Persian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/fi/lskat.po new/lskat-26.04.0/po/fi/lskat.po --- old/lskat-25.12.3/po/fi/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/fi/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: lskat\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-29 15:04+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/lskat-25.12.3/po/fr/lskat.po new/lskat-26.04.0/po/fr/lskat.po --- old/lskat-25.12.3/po/fr/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/fr/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: lskat\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-08 19: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/lskat-25.12.3/po/ga/lskat.po new/lskat-26.04.0/po/ga/lskat.po --- old/lskat-25.12.3/po/ga/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ga/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdegames/lskat.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: 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/lskat-25.12.3/po/gl/lskat.po new/lskat-26.04.0/po/gl/lskat.po --- old/lskat-25.12.3/po/gl/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/gl/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: lskat\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-09 19:25+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/lskat-25.12.3/po/he/lskat.po new/lskat-26.04.0/po/he/lskat.po --- old/lskat-25.12.3/po/he/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/he/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: lskat\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 07:48+0300\n" "Last-Translator: Yaron Shahrabani <[email protected]>\n" "Language-Team: צוות התרגום של KDE ישראל\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/hi/lskat.po new/lskat-26.04.0/po/hi/lskat.po --- old/lskat-25.12.3/po/hi/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/hi/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: lskat\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 19:31+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/lskat-25.12.3/po/hne/lskat.po new/lskat-26.04.0/po/hne/lskat.po --- old/lskat-25.12.3/po/hne/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/hne/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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: 2009-02-26 13:23+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/lskat-25.12.3/po/hr/lskat.po new/lskat-26.04.0/po/hr/lskat.po --- old/lskat-25.12.3/po/hr/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/hr/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: lskat 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:50+0000\n" "PO-Revision-Date: 2006-08-30 13:35+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/lskat-25.12.3/po/hu/lskat.po new/lskat-26.04.0/po/hu/lskat.po --- old/lskat-25.12.3/po/hu/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/hu/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,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:50+0000\n" "PO-Revision-Date: 2024-07-31 21:48+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/lskat-25.12.3/po/id/lskat.po new/lskat-26.04.0/po/id/lskat.po --- old/lskat-25.12.3/po/id/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/id/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: lskat\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-19 20:36+0700\n" "Last-Translator: Wantoyèk <[email protected]>\n" "Language-Team: https://t.me/Localizations_KDE_Indonesia\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/is/lskat.po new/lskat-26.04.0/po/is/lskat.po --- old/lskat-25.12.3/po/is/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/is/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: lskat\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: 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/lskat-25.12.3/po/it/lskat.po new/lskat-26.04.0/po/it/lskat.po --- old/lskat-25.12.3/po/it/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/it/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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 13:15+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/lskat-25.12.3/po/ja/lskat.po new/lskat-26.04.0/po/ja/lskat.po --- old/lskat-25.12.3/po/ja/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ja/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: lskat\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-02-02 22:00+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/lskat-25.12.3/po/ka/lskat.po new/lskat-26.04.0/po/ka/lskat.po --- old/lskat-25.12.3/po/ka/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ka/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lskat\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-11-22 04:33+0100\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/lskat-25.12.3/po/kk/lskat.po new/lskat-26.04.0/po/kk/lskat.po --- old/lskat-25.12.3/po/kk/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/kk/lskat.po 2026-04-09 00:27:11.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-09-30 08:53+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/lskat-25.12.3/po/km/lskat.po new/lskat-26.04.0/po/km/lskat.po --- old/lskat-25.12.3/po/km/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/km/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: lskat\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:57+0700\n" "Last-Translator: Khoem Sokhem <[email protected]>\n" "Language-Team: Khmer\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/ko/lskat.po new/lskat-26.04.0/po/ko/lskat.po --- old/lskat-25.12.3/po/ko/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ko/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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:32+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/lskat-25.12.3/po/lt/lskat.po new/lskat-26.04.0/po/lt/lskat.po --- old/lskat-25.12.3/po/lt/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/lt/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: lskat\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: 2011-08-09 23:34+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/lskat-25.12.3/po/lv/lskat.po new/lskat-26.04.0/po/lv/lskat.po --- old/lskat-25.12.3/po/lv/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/lv/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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-11-12 20:22+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/lskat-25.12.3/po/mai/lskat.po new/lskat-26.04.0/po/mai/lskat.po --- old/lskat-25.12.3/po/mai/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/mai/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lskat\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/lskat-25.12.3/po/mk/lskat.po new/lskat-26.04.0/po/mk/lskat.po --- old/lskat-25.12.3/po/mk/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/mk/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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: 2006-04-26 01:34+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/lskat-25.12.3/po/ml/lskat.po new/lskat-26.04.0/po/ml/lskat.po --- old/lskat-25.12.3/po/ml/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ml/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lskat\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 21:48+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/lskat-25.12.3/po/mr/lskat.po new/lskat-26.04.0/po/mr/lskat.po --- old/lskat-25.12.3/po/mr/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/mr/lskat.po 2026-04-09 00:27:11.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-12 18:29+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/lskat-25.12.3/po/ms/lskat.po new/lskat-26.04.0/po/ms/lskat.po --- old/lskat-25.12.3/po/ms/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ms/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: lskat\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-07-25 21:08+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan <[email protected]>\n" "Language-Team: Malay <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/nb/lskat.po new/lskat-26.04.0/po/nb/lskat.po --- old/lskat-25.12.3/po/nb/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/nb/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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-11 09:29+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/lskat-25.12.3/po/nds/lskat.po new/lskat-26.04.0/po/nds/lskat.po --- old/lskat-25.12.3/po/nds/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/nds/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lskat\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-05-13 19:18+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/lskat-25.12.3/po/ne/lskat.po new/lskat-26.04.0/po/ne/lskat.po --- old/lskat-25.12.3/po/ne/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ne/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: lskat\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: 2007-08-20 12:15+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/lskat-25.12.3/po/nl/lskat.po new/lskat-26.04.0/po/nl/lskat.po --- old/lskat-25.12.3/po/nl/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/nl/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: lskat\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 13:01+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/nn/lskat.po new/lskat-26.04.0/po/nn/lskat.po --- old/lskat-25.12.3/po/nn/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/nn/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: lskat\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-26 18:51+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/lskat-25.12.3/po/oc/lskat.po new/lskat-26.04.0/po/oc/lskat.po --- old/lskat-25.12.3/po/oc/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/oc/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lskat\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-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/lskat-25.12.3/po/pa/lskat.po new/lskat-26.04.0/po/pa/lskat.po --- old/lskat-25.12.3/po/pa/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/pa/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: lskat\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: 2007-01-17 11:12+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/lskat-25.12.3/po/pl/lskat.po new/lskat-26.04.0/po/pl/lskat.po --- old/lskat-25.12.3/po/pl/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/pl/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -1,4 +1,4 @@ -# Version: $Revision: 1723120 $ +# Version: $Revision: 1723076 $ # translation of lskat.po to Polish # Copyright (C) 2002, 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. # Bartosz Kosiorek <[email protected]>, 2002. @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: lskat\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:26+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/lskat-25.12.3/po/pt/lskat.po new/lskat-26.04.0/po/pt/lskat.po --- old/lskat-25.12.3/po/pt/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/pt/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: lskat\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-05-24 11:30+0100\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/lskat-25.12.3/po/pt_BR/lskat.po new/lskat-26.04.0/po/pt_BR/lskat.po --- old/lskat-25.12.3/po/pt_BR/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/pt_BR/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: lskat\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-14 18:14-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/lskat-25.12.3/po/ro/lskat.po new/lskat-26.04.0/po/ro/lskat.po --- old/lskat-25.12.3/po/ro/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ro/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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: 2009-09-02 00:54-0600\n" "Last-Translator: Laurenţiu Buzdugan <[email protected]>\n" "Language-Team: Română <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/ru/lskat.po new/lskat-26.04.0/po/ru/lskat.po --- old/lskat-25.12.3/po/ru/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ru/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: lskat\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-09 16:02+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/lskat-25.12.3/po/sa/lskat.po new/lskat-26.04.0/po/sa/lskat.po --- old/lskat-25.12.3/po/sa/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/sa/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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/lskat-25.12.3/po/se/lskat.po new/lskat-26.04.0/po/se/lskat.po --- old/lskat-25.12.3/po/se/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/se/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: lskat\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: 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/lskat-25.12.3/po/sk/lskat.po new/lskat-26.04.0/po/sk/lskat.po --- old/lskat-25.12.3/po/sk/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/sk/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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-12-10 15:05+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -16,8 +16,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 23.08.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Lokalize 23.08.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -206,31 +206,31 @@ #: fromlibkdegames/carddeckinfo.cpp:62 fromlibkdegames/carddeckinfo.cpp:63 #, kde-format msgid "unnamed" -msgstr "" +msgstr "bez názvu" #: fromlibkdegames/kcarddialog.cpp:190 #, kde-format msgctxt "@title:window" msgid "Card Deck Selection" -msgstr "" +msgstr "Výber balíčka kariet" #. i18n: ectx: property (title), widget (QGroupBox, previerGroupBox) #: fromlibkdegames/kgamecardselector.ui:23 #, kde-format msgid "Preview" -msgstr "" +msgstr "Náhľad" #. i18n: ectx: property (text), widget (QLabel, cardDescription) #: fromlibkdegames/kgamecardselector.ui:41 #, kde-format msgid "Deck description." -msgstr "" +msgstr "Popis balíčka." #. i18n: ectx: property (text), widget (QLabel, cardName) #: fromlibkdegames/kgamecardselector.ui:54 #, kde-format msgid "Deck Name" -msgstr "" +msgstr "Názov balíčka" #. i18n: ectx: property (text), widget (QLabel, previewImage) #: fromlibkdegames/kgamecardselector.ui:83 @@ -239,6 +239,8 @@ "Frontside\n" "Preview" msgstr "" +"Náhľad\n" +"prednej strany" #. i18n: ectx: Menu (game) #: lskatui.rc:10 @@ -360,15 +362,13 @@ msgstr "Ukončí program." #: mainwindow.cpp:374 -#, fuzzy, kde-format -#| msgid "Starting Player" +#, kde-format msgctxt "@title:menu" msgid "Starting Player" msgstr "Začínajúci hráč" #: mainwindow.cpp:377 -#, fuzzy, kde-format -#| msgid "Changing starting player..." +#, kde-format msgctxt "@info:tooltip" msgid "Change starting player" msgstr "Zmena začínajúceho hráča..." @@ -379,29 +379,25 @@ msgstr "Vyberie, ktorý hráč začne ďalšiu hru." #: mainwindow.cpp:380 -#, fuzzy, kde-format -#| msgid "Player &1" +#, kde-format msgctxt "@item:inmenu" msgid "Player &1" msgstr "Hráč &1" #: mainwindow.cpp:381 -#, fuzzy, kde-format -#| msgid "Player &2" +#, kde-format msgctxt "@item:inmenu" msgid "Player &2" msgstr "Hráč &2" #: mainwindow.cpp:386 -#, fuzzy, kde-format -#| msgid "Player &1 Played By" +#, kde-format msgctxt "@title:menu" msgid "Player &1 Played By" msgstr "Hráč &1 hrá" #: mainwindow.cpp:389 -#, fuzzy, kde-format -#| msgid "Changing who plays player 1." +#, kde-format msgctxt "@info:tooltip" msgid "Change who plays player 1" msgstr "Zmena osoby hrajúcej za hráča 1." @@ -412,29 +408,25 @@ msgstr "Zmena osoby hrajúcej za hráča 1." #: mainwindow.cpp:392 -#, fuzzy, kde-format -#| msgid "&Mouse" +#, kde-format msgctxt "@item:inmenu" msgid "&Mouse" msgstr "&Myš" #: mainwindow.cpp:393 -#, fuzzy, kde-format -#| msgid "&Computer" +#, kde-format msgctxt "@item:inmenu" msgid "&Computer" msgstr "Počít&ač" #: mainwindow.cpp:399 -#, fuzzy, kde-format -#| msgid "Player &2 Played By" +#, kde-format msgctxt "@title:menu" msgid "Player &2 Played By" msgstr "Hráč &2 hrá" #: mainwindow.cpp:402 -#, fuzzy, kde-format -#| msgid "Changing who plays player 2." +#, kde-format msgctxt "@info:tooltip" msgid "Change who plays player 2" msgstr "Zmena osoby hrajúcej za hráča 2." @@ -445,15 +437,13 @@ msgstr "Zmena osoby hrajúcej za hráča 2." #: mainwindow.cpp:411 -#, fuzzy, kde-format -#| msgid "&Theme" +#, kde-format msgctxt "@title:menu" msgid "&Theme" msgstr "Té&ma" #: mainwindow.cpp:417 -#, fuzzy, kde-format -#| msgid "Changing theme." +#, kde-format msgctxt "@info:tooltip" msgid "Change theme" msgstr "Mení sa téma." @@ -464,15 +454,13 @@ msgstr "Mení sa téma." #: mainwindow.cpp:422 -#, fuzzy, kde-format -#| msgid "Select &Card Deck..." +#, kde-format msgctxt "@action" msgid "Select &Card Deck…" msgstr "Vybrať &balíček kariet..." #: mainwindow.cpp:424 -#, fuzzy, kde-format -#| msgid "Configure card decks..." +#, kde-format msgctxt "@info:tooltip" msgid "Configure card decks" msgstr "Nastaviť balíček kariet..." @@ -483,8 +471,7 @@ msgstr "Vyberte, ako majú vyzerať karty." #: mainwindow.cpp:429 -#, fuzzy, kde-format -#| msgid "&Change Player Names..." +#, kde-format msgctxt "@action" msgid "&Change Player Names…" msgstr "Zmeniť &mená hráčov..." @@ -495,8 +482,7 @@ msgstr "Naozaj chcete vyčistiť všetky štatistiky?" #: mainwindow.cpp:573 -#, fuzzy, kde-format -#| msgid "Dealing cards..." +#, kde-format msgctxt "@info" msgid "Dealing cards…" msgstr "Rozdávanie kariet..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/sl/lskat.po new/lskat-26.04.0/po/sl/lskat.po --- old/lskat-25.12.3/po/sl/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/sl/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -2,7 +2,7 @@ # Translation of lskat.po to Slovenian # SLOVENIAN TRANSLATION OF LSKAT. # Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -# $Id: lskat.po 1723120 2025-11-17 15:24:07Z scripty $ +# $Id: lskat.po 1723087 2025-11-17 12:44:32Z scripty $ # $Source$ # # Marko Samastur <[email protected]>, 2000. @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: lskat\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 06:25+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/lskat-25.12.3/po/sq/lskat.po new/lskat-26.04.0/po/sq/lskat.po --- old/lskat-25.12.3/po/sq/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/sq/lskat.po 2026-04-09 00:27:11.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: 2009-06-17 21:25+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/lskat-25.12.3/po/sr/lskat.po new/lskat-26.04.0/po/sr/lskat.po --- old/lskat-25.12.3/po/sr/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/sr/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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-06-13 23:08+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/lskat-25.12.3/po/sr@ijekavian/lskat.po new/lskat-26.04.0/po/sr@ijekavian/lskat.po --- old/lskat-25.12.3/po/sr@ijekavian/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/sr@ijekavian/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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-06-13 23:08+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/lskat-25.12.3/po/sr@ijekavianlatin/lskat.po new/lskat-26.04.0/po/sr@ijekavianlatin/lskat.po --- old/lskat-25.12.3/po/sr@ijekavianlatin/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/sr@ijekavianlatin/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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-06-13 23:08+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/lskat-25.12.3/po/sr@latin/lskat.po new/lskat-26.04.0/po/sr@latin/lskat.po --- old/lskat-25.12.3/po/sr@latin/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/sr@latin/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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-06-13 23:08+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/lskat-25.12.3/po/sv/lskat.po new/lskat-26.04.0/po/sv/lskat.po --- old/lskat-25.12.3/po/sv/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/sv/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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-19 22:28+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/lskat-25.12.3/po/ta/lskat.po new/lskat-26.04.0/po/ta/lskat.po --- old/lskat-25.12.3/po/ta/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ta/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lskat\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: 2005-03-07 03:30-0800\n" "Last-Translator: Tamil PC <[email protected]>\n" "Language-Team: Tamil <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/tg/lskat.po new/lskat-26.04.0/po/tg/lskat.po --- old/lskat-25.12.3/po/tg/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/tg/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: lskat\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: 2005-10-22 15: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/lskat-25.12.3/po/tr/lskat.po new/lskat-26.04.0/po/tr/lskat.po --- old/lskat-25.12.3/po/tr/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/tr/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -13,7 +13,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: 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/lskat-25.12.3/po/ug/lskat.po new/lskat-26.04.0/po/ug/lskat.po --- old/lskat-25.12.3/po/ug/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/ug/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lskat\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/lskat-25.12.3/po/uk/lskat.po new/lskat-26.04.0/po/uk/lskat.po --- old/lskat-25.12.3/po/uk/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/uk/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: lskat\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 09:02+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/xh/lskat.po new/lskat-26.04.0/po/xh/lskat.po --- old/lskat-25.12.3/po/xh/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/xh/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: lskat\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: 2002-10-10 13:28SAST\n" "Last-Translator: Lwandle Mgidlana <[email protected]>\n" "Language-Team: Xhosa <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lskat-25.12.3/po/zh_CN/lskat.po new/lskat-26.04.0/po/zh_CN/lskat.po --- old/lskat-25.12.3/po/zh_CN/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/zh_CN/lskat.po 2026-04-09 00:27:11.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/lskat-25.12.3/po/zh_TW/lskat.po new/lskat-26.04.0/po/zh_TW/lskat.po --- old/lskat-25.12.3/po/zh_TW/lskat.po 2026-02-28 12:52:12.000000000 +0100 +++ new/lskat-26.04.0/po/zh_TW/lskat.po 2026-04-09 00:27:11.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: lskat\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-05-03 14:51+0900\n" "Last-Translator: Kisaragi Hiu <[email protected]>\n" "Language-Team: Traditional Chinese <[email protected]>\n"
