Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kteatime for openSUSE:Factory checked in at 2026-04-17 21:51:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kteatime (Old) and /work/SRC/openSUSE:Factory/.kteatime.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kteatime" Fri Apr 17 21:51:29 2026 rev:159 rq:1347516 version:26.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kteatime/kteatime.changes 2026-03-07 20:12:02.229099863 +0100 +++ /work/SRC/openSUSE:Factory/.kteatime.new.11940/kteatime.changes 2026-04-17 21:54:59.523215756 +0200 @@ -1,0 +2,24 @@ +Sat Apr 11 16:14:29 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:46 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.03.90 + * New feature release +- No code change since 26.03.80 + +------------------------------------------------------------------- +Sat Mar 14 09:09:54 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: ---- kteatime-25.12.3.tar.xz kteatime-25.12.3.tar.xz.sig New: ---- kteatime-26.04.0.tar.xz kteatime-26.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kteatime.spec ++++++ --- /var/tmp/diff_new_pack.SLeOvz/_old 2026-04-17 21:55:00.623261228 +0200 +++ /var/tmp/diff_new_pack.SLeOvz/_new 2026-04-17 21:55:00.623261228 +0200 @@ -1,7 +1,7 @@ # # spec file for package kteatime # -# 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: kteatime -Version: 25.12.3 +Version: 26.04.0 Release: 0 Summary: Timer for various types of tea License: GPL-2.0-or-later ++++++ kteatime-25.12.3.tar.xz -> kteatime-26.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/.flatpak-manifest.json new/kteatime-26.04.0/.flatpak-manifest.json --- old/kteatime-25.12.3/.flatpak-manifest.json 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/.flatpak-manifest.json 2026-04-08 19:51:23.000000000 +0200 @@ -2,7 +2,7 @@ "id": "org.kde.kteatime", "branch": "master", "runtime": "org.kde.Platform", - "runtime-version": "6.8", + "runtime-version": "6.10", "sdk": "org.kde.Sdk", "command": "kteatime", "tags": ["nightly"], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/.gitlab-ci.yml new/kteatime-26.04.0/.gitlab-ci.yml --- old/kteatime-25.12.3/.gitlab-ci.yml 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/.gitlab-ci.yml 2026-04-08 19:51:23.000000000 +0200 @@ -8,3 +8,4 @@ - /gitlab-templates/linux-qt6-next.yml - /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/flatpak.yml + - /gitlab-templates/snap-snapcraft-lxd.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/CMakeLists.txt new/kteatime-26.04.0/CMakeLists.txt --- old/kteatime-25.12.3/CMakeLists.txt 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/CMakeLists.txt 2026-04-08 19:51:23.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) # KDE Application Version, managed by release script -set (RELEASE_SERVICE_VERSION_MAJOR "25") -set (RELEASE_SERVICE_VERSION_MINOR "12") -set (RELEASE_SERVICE_VERSION_MICRO "3") +set (RELEASE_SERVICE_VERSION_MAJOR "26") +set (RELEASE_SERVICE_VERSION_MINOR "04") +set (RELEASE_SERVICE_VERSION_MICRO "0") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kteatime VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/org.kde.kteatime.appdata.xml new/kteatime-26.04.0/org.kde.kteatime.appdata.xml --- old/kteatime-25.12.3/org.kde.kteatime.appdata.xml 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/org.kde.kteatime.appdata.xml 2026-04-08 19:51:23.000000000 +0200 @@ -162,6 +162,7 @@ </provides> <launchable type="desktop-id">org.kde.kteatime.desktop</launchable> <releases> + <release version="26.04.0" date="2026-04-16"/> <release version="25.12.3" date="2026-03-05"/> <release version="25.12.2" date="2026-02-05"/> <release version="25.12.1" date="2026-01-08"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/af/kteatime.po new/kteatime-26.04.0/po/af/kteatime.po --- old/kteatime-25.12.3/po/af/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/af/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kteatime VERSION\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2002-11-07 11:40+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/kteatime-25.12.3/po/ar/kteatime.po new/kteatime-26.04.0/po/ar/kteatime.po --- old/kteatime-25.12.3/po/ar/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ar/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2025-08-03 12:05+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/kteatime-25.12.3/po/ast/kteatime.po new/kteatime-26.04.0/po/ast/kteatime.po --- old/kteatime-25.12.3/po/ast/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ast/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+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/kteatime-25.12.3/po/be/kteatime.po new/kteatime-26.04.0/po/be/kteatime.po --- old/kteatime-25.12.3/po/be/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/be/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2007-06-11 12:17+0300\n" "Last-Translator: Darafei Praliaskouski <[email protected]>\n" "Language-Team: Belarusian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/bg/kteatime.po new/kteatime-26.04.0/po/bg/kteatime.po --- old/kteatime-25.12.3/po/bg/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/bg/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2022-07-08 11:25+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/kteatime-25.12.3/po/bn/kteatime.po new/kteatime-26.04.0/po/bn/kteatime.po --- old/kteatime-25.12.3/po/bn/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/bn/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kteatime (KDE 3.5)\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2006-04-04 09:30+0600\n" "Last-Translator: Progga <[email protected]>\n" "Language-Team: Bangla <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/br/kteatime.po new/kteatime-26.04.0/po/br/kteatime.po --- old/kteatime-25.12.3/po/br/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/br/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kdetoys/kteatime.pot\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+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/kteatime-25.12.3/po/bs/kteatime.po new/kteatime-26.04.0/po/bs/kteatime.po --- old/kteatime-25.12.3/po/bs/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/bs/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdetoys\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2015-01-07 00:34+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/kteatime-25.12.3/po/ca/kteatime.po new/kteatime-26.04.0/po/ca/kteatime.po --- old/kteatime-25.12.3/po/ca/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ca/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-10-10 18:35+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/kteatime-25.12.3/po/ca@valencia/kteatime.po new/kteatime-26.04.0/po/ca@valencia/kteatime.po --- old/kteatime-25.12.3/po/ca@valencia/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ca@valencia/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-10-10 18:35+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/kteatime-25.12.3/po/cs/kteatime.po new/kteatime-26.04.0/po/cs/kteatime.po --- old/kteatime-25.12.3/po/cs/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/cs/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,9 +7,9 @@ msgstr "" "Project-Id-Version: trunk_kdetoys_kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-03-23 09:31+0100\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/kteatime-25.12.3/po/cy/kteatime.po new/kteatime-26.04.0/po/cy/kteatime.po --- old/kteatime-25.12.3/po/cy/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/cy/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2005-10-19 16:15+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/kteatime-25.12.3/po/da/kteatime.po new/kteatime-26.04.0/po/da/kteatime.po --- old/kteatime-25.12.3/po/da/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/da/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2022-02-08 20:01+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/de/kteatime.po new/kteatime-26.04.0/po/de/kteatime.po --- old/kteatime-25.12.3/po/de/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/de/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-03-01 13:25+0100\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/el/kteatime.po new/kteatime-26.04.0/po/el/kteatime.po --- old/kteatime-25.12.3/po/el/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/el/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-07-03 09:37+0300\n" "Last-Translator: Stelios <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/en_GB/kteatime.po new/kteatime-26.04.0/po/en_GB/kteatime.po --- old/kteatime-25.12.3/po/en_GB/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/en_GB/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-02-14 15:29+0000\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/eo/kteatime.po new/kteatime-26.04.0/po/eo/kteatime.po --- old/kteatime-25.12.3/po/eo/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/eo/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2024-01-04 19:44+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/kteatime-25.12.3/po/es/kteatime.po new/kteatime-26.04.0/po/es/kteatime.po --- old/kteatime-25.12.3/po/es/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/es/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2025-05-18 14:30+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/et/kteatime.po new/kteatime-26.04.0/po/et/kteatime.po --- old/kteatime-25.12.3/po/et/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/et/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2019-11-10 23:08+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/kteatime-25.12.3/po/eu/kteatime.po new/kteatime-26.04.0/po/eu/kteatime.po --- old/kteatime-25.12.3/po/eu/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/eu/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-08-06 12:14+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/kteatime-25.12.3/po/fa/kteatime.po new/kteatime-26.04.0/po/fa/kteatime.po --- old/kteatime-25.12.3/po/fa/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/fa/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2007-07-01 09:54+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/kteatime-25.12.3/po/fi/kteatime.po new/kteatime-26.04.0/po/fi/kteatime.po --- old/kteatime-25.12.3/po/fi/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/fi/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-11-23 16:41+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/kteatime-25.12.3/po/fr/kteatime.po new/kteatime-26.04.0/po/fr/kteatime.po --- old/kteatime-25.12.3/po/fr/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/fr/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-01-24 09:58+0100\n" "Last-Translator: Xavier Besnard <[email protected]>\n" "Language-Team: French <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/ga/kteatime.po new/kteatime-26.04.0/po/ga/kteatime.po --- old/kteatime-25.12.3/po/ga/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ga/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdetoys/kteatime.po\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+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/kteatime-25.12.3/po/gl/kteatime.po new/kteatime-26.04.0/po/gl/kteatime.po --- old/kteatime-25.12.3/po/gl/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/gl/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2023-04-24 07:42+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/he/kteatime.po new/kteatime-26.04.0/po/he/kteatime.po --- old/kteatime-25.12.3/po/he/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/he/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2024-01-26 10:16+0200\n" "Last-Translator: Yaron Shahrabani <[email protected]>\n" "Language-Team: צוות התרגום של KDE ישראל\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/hi/kteatime.po new/kteatime-26.04.0/po/hi/kteatime.po --- old/kteatime-25.12.3/po/hi/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/hi/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-07-10 10:57+0530\n" "Last-Translator: Raghavendra Kamath <[email protected]>\n" "Language-Team: kde-hindi\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/hne/kteatime.po new/kteatime-26.04.0/po/hne/kteatime.po --- old/kteatime-25.12.3/po/hne/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/hne/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2009-03-01 11:44+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/kteatime-25.12.3/po/hr/kteatime.po new/kteatime-26.04.0/po/hr/kteatime.po --- old/kteatime-25.12.3/po/hr/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/hr/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime 0\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2011-03-18 19:08+0100\n" "Last-Translator: Marko Dimjašević <[email protected]>\n" "Language-Team: Croatian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/hu/kteatime.po new/kteatime-26.04.0/po/hu/kteatime.po --- old/kteatime-25.12.3/po/hu/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/hu/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: KDE 4.4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2024-01-12 22:29+0100\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/kteatime-25.12.3/po/ia/kteatime.po new/kteatime-26.04.0/po/ia/kteatime.po --- old/kteatime-25.12.3/po/ia/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ia/kteatime.po 2026-04-08 19:51:23.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:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-03-21 22:17+0100\n" "Last-Translator: Giovanni Sora <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/is/kteatime.po new/kteatime-26.04.0/po/is/kteatime.po --- old/kteatime-25.12.3/po/is/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/is/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2011-08-05 08:35+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/kteatime-25.12.3/po/it/kteatime.po new/kteatime-26.04.0/po/it/kteatime.po --- old/kteatime-25.12.3/po/it/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/it/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-01-18 21:35+0100\n" "Last-Translator: Luigi Toscano <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/ja/kteatime.po new/kteatime-26.04.0/po/ja/kteatime.po --- old/kteatime-25.12.3/po/ja/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ja/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2008-12-15 20:59+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/kteatime-25.12.3/po/ka/kteatime.po new/kteatime-26.04.0/po/ka/kteatime.po --- old/kteatime-25.12.3/po/ka/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ka/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2022-11-17 08:20+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/kteatime-25.12.3/po/kk/kteatime.po new/kteatime-26.04.0/po/kk/kteatime.po --- old/kteatime-25.12.3/po/kk/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/kk/kteatime.po 2026-04-08 19:51:23.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:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2011-10-05 02:51+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/kteatime-25.12.3/po/km/kteatime.po new/kteatime-26.04.0/po/km/kteatime.po --- old/kteatime-25.12.3/po/km/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/km/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2010-06-09 15:25+0700\n" "Last-Translator: Khoem Sokhem <[email protected]>\n" "Language-Team: Khmer <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/ko/kteatime.po new/kteatime-26.04.0/po/ko/kteatime.po --- old/kteatime-25.12.3/po/ko/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ko/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-05-16 22:44+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/kteatime-25.12.3/po/ku/kteatime.po new/kteatime-26.04.0/po/ku/kteatime.po --- old/kteatime-25.12.3/po/ku/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ku/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2007-12-17 02:48+0100\n" "Last-Translator: Erdal Ronahi <[email protected]>\n" "Language-Team: Kurdish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/lt/kteatime.po new/kteatime-26.04.0/po/lt/kteatime.po --- old/kteatime-25.12.3/po/lt/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/lt/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2024-01-28 00:27+0200\n" "Last-Translator: Moo\n" "Language-Team: Lithuanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/lv/kteatime.po new/kteatime-26.04.0/po/lv/kteatime.po --- old/kteatime-25.12.3/po/lv/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/lv/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2024-10-14 14:11+0300\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/kteatime-25.12.3/po/mk/kteatime.po new/kteatime-26.04.0/po/mk/kteatime.po --- old/kteatime-25.12.3/po/mk/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/mk/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2007-11-30 19:07+0100\n" "Last-Translator: Bozidar Proevski <[email protected]>\n" "Language-Team: Macedonian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/ml/kteatime.po new/kteatime-26.04.0/po/ml/kteatime.po --- old/kteatime-25.12.3/po/ml/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ml/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2010-12-22 12:02+0530\n" "Last-Translator: Anish A <[email protected]>\n" "Language-Team: Swathantra Malayalam Computing | സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ് " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/mr/kteatime.po new/kteatime-26.04.0/po/mr/kteatime.po --- old/kteatime-25.12.3/po/mr/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/mr/kteatime.po 2026-04-08 19:51:23.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:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2013-03-09 15:21+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/kteatime-25.12.3/po/ms/kteatime.po new/kteatime-26.04.0/po/ms/kteatime.po --- old/kteatime-25.12.3/po/ms/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ms/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2003-08-31 02:25+0000\n" "Last-Translator: Muhammad Najmi bin Ahmad Zabidi <[email protected]>\n" "Language-Team: Malay <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/nb/kteatime.po new/kteatime-26.04.0/po/nb/kteatime.po --- old/kteatime-25.12.3/po/nb/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/nb/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2010-12-27 18:18+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/kteatime-25.12.3/po/nds/kteatime.po new/kteatime-26.04.0/po/nds/kteatime.po --- old/kteatime-25.12.3/po/nds/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/nds/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2010-12-18 09:55+0100\n" "Last-Translator: Manfred Wiese <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/ne/kteatime.po new/kteatime-26.04.0/po/ne/kteatime.po --- old/kteatime-25.12.3/po/ne/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ne/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2007-08-26 15:27+0545\n" "Last-Translator: Ishwor Sharma <[email protected]>\n" "Language-Team: Nepali <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/nl/kteatime.po new/kteatime-26.04.0/po/nl/kteatime.po --- old/kteatime-25.12.3/po/nl/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/nl/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-01-17 13:00+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/nn/kteatime.po new/kteatime-26.04.0/po/nn/kteatime.po --- old/kteatime-25.12.3/po/nn/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/nn/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-01-18 20:16+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/oc/kteatime.po new/kteatime-26.04.0/po/oc/kteatime.po --- old/kteatime-25.12.3/po/oc/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/oc/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2008-08-05 22:28+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/kteatime-25.12.3/po/pa/kteatime.po new/kteatime-26.04.0/po/pa/kteatime.po --- old/kteatime-25.12.3/po/pa/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/pa/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2010-01-31 12:07+0530\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: ਪੰਜਾਬੀ <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/pl/kteatime.po new/kteatime-26.04.0/po/pl/kteatime.po --- old/kteatime-25.12.3/po/pl/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/pl/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -1,5 +1,5 @@ # translation of kteatime.po to -# Version: $Revision: 1723120 $ +# Version: $Revision: 1723076 $ # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc. # Piotr Szymański <[email protected]>, 2002. # Krzysztof Lichota <[email protected]>, 2002, 2006, 2007. @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2022-04-10 10:55+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/kteatime-25.12.3/po/pt/kteatime.po new/kteatime-26.04.0/po/pt/kteatime.po --- old/kteatime-25.12.3/po/pt/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/pt/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-01-17 15:02+0000\n" "Last-Translator: Pedro Morais <[email protected]>\n" "Language-Team: pt <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/pt_BR/kteatime.po new/kteatime-26.04.0/po/pt_BR/kteatime.po --- old/kteatime-25.12.3/po/pt_BR/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/pt_BR/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-02-01 16:25-0300\n" "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/ro/kteatime.po new/kteatime-26.04.0/po/ro/kteatime.po --- old/kteatime-25.12.3/po/ro/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ro/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2024-02-25 14:29+0000\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/kteatime-25.12.3/po/ru/kteatime.po new/kteatime-26.04.0/po/ru/kteatime.po --- old/kteatime-25.12.3/po/ru/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ru/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-01-17 12:19+0300\n" "Last-Translator: Alexander Yavorsky <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/sa/kteatime.po new/kteatime-26.04.0/po/sa/kteatime.po --- old/kteatime-25.12.3/po/sa/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/sa/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+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/kteatime-25.12.3/po/se/kteatime.po new/kteatime-26.04.0/po/se/kteatime.po --- old/kteatime-25.12.3/po/se/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/se/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+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/kteatime-25.12.3/po/sk/kteatime.po new/kteatime-26.04.0/po/sk/kteatime.po --- old/kteatime-25.12.3/po/sk/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/sk/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2022-04-09 20:13+0200\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/sl/kteatime.po new/kteatime-26.04.0/po/sl/kteatime.po --- old/kteatime-25.12.3/po/sl/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/sl/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2024-02-27 13:19+0100\n" "Last-Translator: Jure Repinc <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/sr/kteatime.po new/kteatime-26.04.0/po/sr/kteatime.po --- old/kteatime-25.12.3/po/sr/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/sr/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2016-03-20 15:25+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/sr@ijekavian/kteatime.po new/kteatime-26.04.0/po/sr@ijekavian/kteatime.po --- old/kteatime-25.12.3/po/sr@ijekavian/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/sr@ijekavian/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2016-03-20 15:25+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/sr@ijekavianlatin/kteatime.po new/kteatime-26.04.0/po/sr@ijekavianlatin/kteatime.po --- old/kteatime-25.12.3/po/sr@ijekavianlatin/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/sr@ijekavianlatin/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2016-03-20 15:25+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/sr@latin/kteatime.po new/kteatime-26.04.0/po/sr@latin/kteatime.po --- old/kteatime-25.12.3/po/sr@latin/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/sr@latin/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2016-03-20 15:25+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/sv/kteatime.po new/kteatime-26.04.0/po/sv/kteatime.po --- old/kteatime-25.12.3/po/sv/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/sv/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-01-17 10:12+0100\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/ta/kteatime.po new/kteatime-26.04.0/po/ta/kteatime.po --- old/kteatime-25.12.3/po/ta/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ta/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2005-02-27 20:55-0800\n" "Last-Translator: Tamil PC <[email protected]>\n" "Language-Team: <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/tg/kteatime.po new/kteatime-26.04.0/po/tg/kteatime.po --- old/kteatime-25.12.3/po/tg/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/tg/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2019-09-29 12:44+0500\n" "Last-Translator: Victor Ibragimov <[email protected]>\n" "Language-Team: English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/th/kteatime.po new/kteatime-26.04.0/po/th/kteatime.po --- old/kteatime-25.12.3/po/th/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/th/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2010-12-06 14:30+0700\n" "Last-Translator: Phuwanat Sakornsakolpat <[email protected]>\n" "Language-Team: Thai <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/tr/docs/kteatime/index.docbook new/kteatime-26.04.0/po/tr/docs/kteatime/index.docbook --- old/kteatime-25.12.3/po/tr/docs/kteatime/index.docbook 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/tr/docs/kteatime/index.docbook 2026-04-08 19:51:23.000000000 +0200 @@ -45,7 +45,7 @@ >&FDLNotice;</legalnotice> <date ->2016-07-06</date> +>2016‒07‒06</date> <releaseinfo >1.3.0 (Uygulamalar 16.04)</releaseinfo> @@ -88,7 +88,7 @@ >&kteatime; nasıl kullanılır?</title> <para ->&kteatime;'ni başlattığınızda, kendini kendiliğinden panele yerleştirir. Menüye girmek için simgenin üstüne sağ tıklayın. Bu, sonraki bölümde daha ayrıntılı anlatılacak olan seçeneklerin listesini gösterecektir.</para> +>&kteatime;’yı başlattığınızda, kendini kendiliğinden panele yerleştirir. Menüye girmek için simgenin üstüne sağ tıklayın. Bu, sonraki bölümde daha ayrıntılı anlatılacak olan seçeneklerin listesini gösterecektir.</para> <sect1 id="timing-your-tea"> <title @@ -126,12 +126,12 @@ >, ve <guimenuitem >Yeşil Çay</guimenuitem > olarak listelenir. Bu çaylar öntanımlı bir zamanlayıcıyla önceden > yapılandırılmıştır. Çoğu kimse zamanın doğru olmadığından şikayet eder. Bir > bardak çayın demini alması için gereken sürenin kişisel tercihinize bağlı > olduğunu unutmayın. Seçilen süreler yaklaşık değerlerdir. Okumayı > sürdürürseniz önceden tanımlanmış süreleri nasıl değiştireceğinizi veya > sileceğinizi öğrenebilir ve kendi sürenizi ayarlayabilirsiniz. Özel bir süre > ayarlamak için tez ve kolay bir yol, menüden <guimenuitem ->Özel...</guimenuitem +>Özel…</guimenuitem > ögesini seçmektir.</para> <para ><guimenuitem ->Bildirimleri Yapılandır...</guimenuitem +>Bildirimleri Yapılandır…</guimenuitem > ögesine tıklamak, &kteatime; için olan &kde; bildirim ayarlarını > getirir.</para> </sect1> @@ -165,7 +165,7 @@ </screenshot> <para ->Resimde görüldüğü gibi, diğer çaylara yeni kayıtlar ekleyebilir veya adlarını, zamanlarını ve var olan kayıtların sırasını değiştirebilirsiniz. Listede bulunmayan bir fincan çayı demlemek için veya önceden tanımlanmış süreleri değiştirmek için yararlıdır. Bir girdiyi düzenlemek için, soldaki <guilabel +>Resimde görüldüğü gibi, diğer çaylara yeni kayıtlar ekleyebilir veya adlarını, zamanlarını ve var olan kayıtların sırasını değiştirebilirsiniz. Listede bulunmayan bir fincan çayı demlemek için veya önceden tanımlanmış süreleri değiştirmek için yararlıdır. Bir girdiyi düzenlemek için soldaki <guilabel >Çay Listesi</guilabel > içinden işaretleyin ve sağdaki <guilabel >Çay Özellikleri</guilabel @@ -191,10 +191,10 @@ >Hazırlayanlar</title> <para ->&kteatime; Telif Hakkı © 1998-1999 - &Matthias.Hoelzer-Kluepfel; &Matthias.Hoelzer-Kluepfel.mail; </para> +>&kteatime; Telif Hakkı © 1998–1999 — &Matthias.Hoelzer-Kluepfel; &Matthias.Hoelzer-Kluepfel.mail; </para> <para ->Belgelendirme - &Michael.Korman; &Michael.Korman.mail;</para> +>Belgelendirme — &Michael.Korman; &Michael.Korman.mail;</para> <para >Çeviren Kaan Özdinçer <email diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/tr/kteatime.po new/kteatime-26.04.0/po/tr/kteatime.po --- old/kteatime-25.12.3/po/tr/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/tr/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kdetoys-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2025-03-08 00:00+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/kteatime-25.12.3/po/ug/kteatime.po new/kteatime-26.04.0/po/ug/kteatime.po --- old/kteatime-25.12.3/po/ug/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/ug/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+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/kteatime-25.12.3/po/uk/kteatime.po new/kteatime-26.04.0/po/uk/kteatime.po --- old/kteatime-25.12.3/po/uk/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/uk/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2021-01-17 08:42+0200\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/wa/kteatime.po new/kteatime-26.04.0/po/wa/kteatime.po --- old/kteatime-25.12.3/po/wa/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/wa/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2009-03-09 21:29+0100\n" "Last-Translator: Jean Cayron <[email protected]>\n" "Language-Team: Walloon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/po/xh/kteatime.po new/kteatime-26.04.0/po/xh/kteatime.po --- old/kteatime-25.12.3/po/xh/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/xh/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2002-10-18 14:52SAST\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/kteatime-25.12.3/po/zh_CN/kteatime.po new/kteatime-26.04.0/po/zh_CN/kteatime.po --- old/kteatime-25.12.3/po/zh_CN/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/zh_CN/kteatime.po 2026-04-08 19:51:23.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:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+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/kteatime-25.12.3/po/zh_TW/kteatime.po new/kteatime-26.04.0/po/zh_TW/kteatime.po --- old/kteatime-25.12.3/po/zh_TW/kteatime.po 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/po/zh_TW/kteatime.po 2026-04-08 19:51:23.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:43+0000\n" +"POT-Creation-Date: 2025-11-17 11:55+0000\n" "PO-Revision-Date: 2023-06-15 04:28+0900\n" "Last-Translator: Kisaragi Hiu <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.12.3/snapcraft.yaml new/kteatime-26.04.0/snapcraft.yaml --- old/kteatime-25.12.3/snapcraft.yaml 2026-02-28 12:56:33.000000000 +0100 +++ new/kteatime-26.04.0/snapcraft.yaml 2026-04-08 19:51:23.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,20 +48,6 @@ - -DQT_MAJOR_VERSION=6 - -DBUILD_WITH_QT6=ON - -DBUILD_TESTING=OFF - - -DCMAKE_INSTALL_SYSCONFDIR=/etc - - -DCMAKE_INSTALL_LOCALSTATEDIR=/var - - -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON - - -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF - - -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON - - -DCMAKE_INSTALL_RUNSTATEDIR=/run - - -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON - - -DCMAKE_VERBOSE_MAKEFILE=ON - - -DCMAKE_INSTALL_LIBDIR=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR - - --log-level=STATUS - - -DCMAKE_LIBRARY_PATH=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR - build-environment: &build-environment - - LD_LIBRARY_PATH: > - "/snap/mesa-2404/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libproxy:$LD_LIBRARY_PATH" prime: - -usr/lib/*/cmake/* - -usr/include/*
