Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package akonadi-calendar for openSUSE:Factory checked in at 2024-07-05 19:45:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadi-calendar (Old) and /work/SRC/openSUSE:Factory/.akonadi-calendar.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-calendar" Fri Jul 5 19:45:26 2024 rev:109 rq:1185451 version:24.05.2 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadi-calendar/akonadi-calendar.changes 2024-06-14 18:58:16.735291076 +0200 +++ /work/SRC/openSUSE:Factory/.akonadi-calendar.new.2080/akonadi-calendar.changes 2024-07-05 19:50:28.496819883 +0200 @@ -1,0 +2,10 @@ +Tue Jul 2 13:53:29 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.05.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.05.2/ +- Changes since 24.05.1: + * Add missing change notification for initial calendar loading + +------------------------------------------------------------------- Old: ---- akonadi-calendar-24.05.1.tar.xz akonadi-calendar-24.05.1.tar.xz.sig New: ---- akonadi-calendar-24.05.2.tar.xz akonadi-calendar-24.05.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadi-calendar.spec ++++++ --- /var/tmp/diff_new_pack.Cu3hVs/_old 2024-07-05 19:50:29.524857731 +0200 +++ /var/tmp/diff_new_pack.Cu3hVs/_new 2024-07-05 19:50:29.528857878 +0200 @@ -18,11 +18,11 @@ %define kf6_version 6.0.0 %define qt6_version 6.6.0 -%define kpim6_version 6.1.1 +%define kpim6_version 6.1.2 %bcond_without released Name: akonadi-calendar -Version: 24.05.1 +Version: 24.05.2 Release: 0 Summary: Akonadi calendar integration License: LGPL-2.1-or-later ++++++ akonadi-calendar-24.05.1.tar.xz -> akonadi-calendar-24.05.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-calendar-24.05.1/CMakeLists.txt new/akonadi-calendar-24.05.2/CMakeLists.txt --- old/akonadi-calendar-24.05.1/CMakeLists.txt 2024-06-10 05:35:24.000000000 +0200 +++ new/akonadi-calendar-24.05.2/CMakeLists.txt 2024-07-02 05:02:09.000000000 +0200 @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "6.1.1") +set(PIM_VERSION "6.1.2") project(Akonadi-Calendar VERSION ${PIM_VERSION}) # ECM setup @@ -31,18 +31,18 @@ include(ECMFeatureSummary) include(ECMAddQch) -set(KPIM_MIME_VERSION "6.1.1") +set(KPIM_MIME_VERSION "6.1.2") find_package(KPim6Mime ${KPIM_MIME_VERSION} CONFIG REQUIRED) set(AKONADICALENDAR_LIB_VERSION ${PIM_VERSION}) -set(AKONADICONTACT_LIB_VERSION "6.1.1") -set(AKONADIMIME_LIB_VERSION "6.1.1") -set(AKONADI_LIB_VERSION "6.1.1") -set(MAILTRANSPORT_LIB_VERSION "6.1.1") -set(CALENDARUTILS_LIB_VERSION "6.1.1") -set(IDENTITYMANAGEMENT_LIB_VERSION "6.1.1") -set(MESSAGECORE_LIB_VERSION "6.1.1") +set(AKONADICONTACT_LIB_VERSION "6.1.2") +set(AKONADIMIME_LIB_VERSION "6.1.2") +set(AKONADI_LIB_VERSION "6.1.2") +set(MAILTRANSPORT_LIB_VERSION "6.1.2") +set(CALENDARUTILS_LIB_VERSION "6.1.2") +set(IDENTITYMANAGEMENT_LIB_VERSION "6.1.2") +set(MESSAGECORE_LIB_VERSION "6.1.2") set(MESSAGECOMPOSER_LIB_VERSION "5.240.45") -set(LIBKLEO_LIB_VERSION "6.1.1") +set(LIBKLEO_LIB_VERSION "6.1.2") ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADICALENDAR VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-calendar_version.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-calendar-24.05.1/calendar-plugin/akonadicalendarplugin.cpp new/akonadi-calendar-24.05.2/calendar-plugin/akonadicalendarplugin.cpp --- old/akonadi-calendar-24.05.1/calendar-plugin/akonadicalendarplugin.cpp 2024-06-10 05:35:24.000000000 +0200 +++ new/akonadi-calendar-24.05.2/calendar-plugin/akonadicalendarplugin.cpp 2024-07-02 05:02:09.000000000 +0200 @@ -38,6 +38,7 @@ KCalendarCore::Calendar::Ptr cal(new SingleCollectionCalendar(col)); m_calendars.push_back(cal); } + Q_EMIT calendarsChanged(); }); auto monitor = new Akonadi::Monitor(this); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-calendar-24.05.1/po/ar/kalendarac.po new/akonadi-calendar-24.05.2/po/ar/kalendarac.po --- old/akonadi-calendar-24.05.1/po/ar/kalendarac.po 2024-06-10 05:35:24.000000000 +0200 +++ new/akonadi-calendar-24.05.2/po/ar/kalendarac.po 2024-07-02 05:02:09.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: akonadi-calendar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-03-15 00:38+0000\n" -"PO-Revision-Date: 2024-05-16 13:49+0400\n" +"PO-Revision-Date: 2024-06-13 09:44+0400\n" "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n" "Language-Team: ar\n" "Language: ar\n" @@ -16,6 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"X-Generator: Lokalize 23.08.5\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -159,13 +160,13 @@ #, kde-format msgctxt "@label:spinbox" msgid "Suspend &duration:" -msgstr "" +msgstr "٠دة اÙ&تعÙÙÙ:" #: suspenddialog.cpp:82 #, kde-format msgctxt "@info:tooltip" msgid "Suspend the reminders by this amount of time" -msgstr "" +msgstr "عÙ٠اÙإشعارات بÙذا اÙÙدر ٠٠اÙÙÙت" #: suspenddialog.cpp:84 #, kde-format @@ -175,6 +176,8 @@ "of time units. You can choose the time units (typically minutes) in the " "adjacent selector." msgstr "" +"سÙعÙÙ Ù٠تذÙÙر ÙÙØ£Øداث اÙÙ Øددة بÙذا اÙعدد ٠٠اÙÙØدات اÙز٠ÙÙØ©. ÙÙ ÙÙ٠اختÙار " +"اÙÙØدات اÙز٠ÙÙØ© (عادة٠اÙدÙائÙ) Ù٠اÙÙ Øدد اÙ٠جاÙر." #: suspenddialog.cpp:92 #, kde-format @@ -204,7 +207,7 @@ #, kde-format msgctxt "@info:tooltip" msgid "Suspend the reminders using this time unit" -msgstr "" +msgstr "عÙ٠اÙإشعارات باستخدا٠Ùذ٠اÙÙØدة ٠٠اÙÙÙت" #: suspenddialog.cpp:98 #, kde-format @@ -214,6 +217,8 @@ "unit. You can set the number of time units in the adjacent number entry " "input." msgstr "" +"سÙعÙÙ Ù٠تذÙÙر ÙÙØ£Øداث اÙÙ Øددة بÙذا اÙعدد ٠٠اÙÙØدات اÙز٠ÙÙØ©. ÙÙ ÙÙ٠اختÙار " +"اÙÙØدات اÙز٠ÙÙØ© ÙÙ Ù Ùا٠اÙإدخا٠اÙ٠جاÙر." #: suspenddialog.cpp:111 #, kde-format @@ -225,7 +230,7 @@ #, kde-format msgctxt "@info:tooltip" msgid "Remind me again after the specified interval" -msgstr "" +msgstr "Ø°ÙرÙ٠٠رة أخر٠بعد اÙÙاص٠اÙز٠Ù٠اÙÙ Øدد" #: suspenddialog.cpp:113 #, kde-format @@ -234,6 +239,7 @@ "Press this button to be reminded again about this incidence after the " "specified amount of time." msgstr "" +"اضغط عÙÙ Ùذا اÙزر ÙÙت٠تذÙÙر٠٠رة أخر٠بÙذا اÙØادث بعد ٠رÙر اÙÙÙت اÙÙ Øدد." #: suspenddialog.cpp:117 #, kde-format @@ -245,13 +251,13 @@ #, kde-format msgctxt "@info:tooltip" msgid "Cancel reminding later, i.e. dismiss the reminder forever" -msgstr "" +msgstr "Ø¥Ùغاء اÙتذÙÙر ÙاØÙÙØ§Ø Ø£Ù ØªØ¬Ø§Ù٠اÙتذÙÙر Ø¥Ù٠اÙأبد" #: suspenddialog.cpp:119 #, kde-format msgctxt "@info:whatsthis" msgid "Press this button to silence the reminder forever." -msgstr "" +msgstr "اضغط عÙÙ Ùذا اÙزر ÙإسÙات اÙتذÙÙر Ø¥Ù٠اÙأبد." #~ msgid "Remind in 1 hour" #~ msgstr "Ø°ÙرÙ٠بعد ساعة" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-calendar-24.05.1/po/ar/libakonadi-calendar6.po new/akonadi-calendar-24.05.2/po/ar/libakonadi-calendar6.po --- old/akonadi-calendar-24.05.1/po/ar/libakonadi-calendar6.po 2024-06-10 05:35:24.000000000 +0200 +++ new/akonadi-calendar-24.05.2/po/ar/libakonadi-calendar6.po 2024-07-02 05:02:09.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-05-07 02:27+0000\n" -"PO-Revision-Date: 2024-05-16 13:48+0400\n" +"PO-Revision-Date: 2024-06-08 11:58+0400\n" "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n" "Language-Team: ar\n" "Language: ar\n" @@ -17,6 +17,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"X-Generator: Lokalize 23.08.5\n" #: calendarbase.cpp:265 #, kde-format @@ -251,13 +252,13 @@ #: calendarsettings.kcfg:83 #, kde-format msgid "Check this box to hide declined invitations in event views." -msgstr "" +msgstr "Øدد Ùذا اÙ٠ربع ÙإخÙاء اÙدعÙات اÙ٠رÙÙضة Ù٠عرض اÙØ£Øداث." #. i18n: ectx: label, entry, group (Reminders) #: calendarsettings.kcfg:91 #, kde-format msgid "Only show reminders for events I organize or attend" -msgstr "" +msgstr "اعرض اÙتذÙÙرات ÙÙØ· ÙÙØ£Øداث اÙت٠أÙÙ٠بتÙظÙÙ Ùا Ø£Ù ØضÙرÙا" #. i18n: ectx: whatsthis, entry, group (Reminders) #: calendarsettings.kcfg:92 @@ -265,7 +266,7 @@ msgid "" "Check this to only receive reminders for events that you are the organizer " "of or that you are attending." -msgstr "" +msgstr "Øدد Ùذا اÙØ®Ùار ÙتÙÙ٠تذÙÙرات ÙÙØ· ÙÙØ£Øداث اÙت٠تÙظ٠Ùا أ٠تØضرÙا." #. i18n: ectx: label, entry (OutlookCompatCounterProposals), group (Hidden Options) #: calendarsettings.kcfg:100 @@ -950,6 +951,9 @@ "Sending only partially signed messages might violate site policy.\n" "Sign all parts instead?" msgstr "" +"بعض أجزاء Ùذ٠اÙرساÙØ© Ù٠تÙÙع \n" +"إرسا٠رسائ٠٠ÙÙعة بشÙ٠جزئ٠Ùد Ùؤد٠إÙ٠اÙتÙا٠ÙÙج اÙÙ ÙÙع .\n" +"Ù٠ترÙد تÙÙÙع Ù٠اÙأجزاء بدÙا٠٠٠ذÙÙØ" #: mailclient_p.cpp:767 #, kde-format @@ -958,6 +962,9 @@ "Sending unsigned message might violate site policy.\n" "Sign message instead?" msgstr "" +"Ùذ٠اÙرساÙØ© Ù٠تÙÙع.\n" +"إرسا٠رساÙØ© غÙر Ù ÙÙعة Ùد ÙÙتÙ٠سÙاسة اÙÙ ÙÙع.\n" +"Ù٠ترÙد تÙÙÙع اÙرساÙØ© بدÙا٠٠٠ذÙÙØ" #: mailclient_p.cpp:770 #, kde-format @@ -1065,6 +1072,10 @@ "leak sensitive information.\n" "Encrypt all parts instead?" msgstr "" +"بعض أجزاء Ùذ٠اÙرساÙØ© Ù٠تع٠Ù.\n" +"إرسا٠رسائ٠٠ع٠ا٠بشÙ٠جزئ٠Ùد Ùؤد٠إÙ٠اÙتÙا٠ÙÙج اÙÙ ÙÙع Ù/أ٠تسرب ٠عÙÙ٠ات " +"Øساسة.\n" +"Ù٠ترÙد تع٠ÙØ© Ù٠اÙأجزاء بدÙا٠٠٠ذÙÙØ" #: mailclient_p.cpp:899 #, kde-format @@ -1074,6 +1085,10 @@ "information.\n" "Encrypt messages instead?" msgstr "" +"Ù٠تع٠٠Ùذ٠اÙرساÙØ©.\n" +"Ùد Ùؤد٠إرسا٠رسائ٠غÙر ٠ع٠ا٠إÙ٠اÙتÙا٠ÙÙج اÙÙ ÙÙع Ù/أ٠تسرب ٠عÙÙ٠ات " +"Øساسة.\n" +"Ù٠ترÙد تع٠ÙØ© اÙرسائ٠بدÙا٠٠٠ذÙÙØ" #: mailclient_p.cpp:903 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-calendar-24.05.1/po/cs/kalendarac.po new/akonadi-calendar-24.05.2/po/cs/kalendarac.po --- old/akonadi-calendar-24.05.1/po/cs/kalendarac.po 2024-06-10 05:35:24.000000000 +0200 +++ new/akonadi-calendar-24.05.2/po/cs/kalendarac.po 2024-07-02 05:02:09.000000000 +0200 @@ -1,21 +1,21 @@ -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2024 This file is copyright: # This file is distributed under the same license as the akonadi-calendar package. -# Vit Pelcak <v...@pelcak.org>, 2022, 2023. +# SPDX-FileCopyrightText: 2022, 2023, 2024 Vit Pelcak <v...@pelcak.org> # msgid "" msgstr "" "Project-Id-Version: akonadi-calendar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-03-15 00:38+0000\n" -"PO-Revision-Date: 2023-06-29 13:42+0200\n" -"Last-Translator: Vit Pelcak <v...@pelcak.org>\n" +"PO-Revision-Date: 2024-05-30 16:39+0200\n" +"Last-Translator: Vit Pelcak <vpel...@suse.cz>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 23.04.2\n" +"X-Generator: Lokalize 24.02.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -100,7 +100,7 @@ #: alarmnotification.cpp:124 #, kde-format msgid "Remind later..." -msgstr "" +msgstr "PÅipomenout pozdÄji..." #: alarmnotification.cpp:130 #, kde-format @@ -132,7 +132,7 @@ #: kalendaracmain.cpp:30 #, kde-format msgid "(c) KDE Community 2021-2024" -msgstr "" +msgstr "(c) Komunita KDE 2021-2024" #: kalendaracmain.cpp:31 #, kde-format @@ -216,7 +216,7 @@ #, kde-format msgctxt "@action:button" msgid "Remind Later" -msgstr "" +msgstr "PÅipomenout pozdÄji" #: suspenddialog.cpp:112 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-calendar-24.05.1/po/cs/libakonadi-calendar6.po new/akonadi-calendar-24.05.2/po/cs/libakonadi-calendar6.po --- old/akonadi-calendar-24.05.1/po/cs/libakonadi-calendar6.po 2024-06-10 05:35:24.000000000 +0200 +++ new/akonadi-calendar-24.05.2/po/cs/libakonadi-calendar6.po 2024-07-02 05:02:09.000000000 +0200 @@ -3,22 +3,22 @@ # VÃt PelÄák <v...@pelcak.org>, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2020. # Lukáš Tinkl <lti...@redhat.com>, 2011, 2012. # Tomáš Chvátal <tomas.chva...@gmail.com>, 2013. -# Vit Pelcak <v...@pelcak.org>, 2021, 2023. +# SPDX-FileCopyrightText: 2021, 2023, 2024 Vit Pelcak <v...@pelcak.org> # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-05-07 02:27+0000\n" -"PO-Revision-Date: 2023-08-07 11:36+0200\n" -"Last-Translator: Vit Pelcak <v...@pelcak.org>\n" +"PO-Revision-Date: 2024-05-30 16:40+0200\n" +"Last-Translator: Vit Pelcak <vpel...@suse.cz>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 23.04.3\n" +"X-Generator: Lokalize 24.02.2\n" #: calendarbase.cpp:265 #, kde-format @@ -244,7 +244,7 @@ #: calendarsettings.kcfg:82 #, kde-format msgid "Hide declined invitations" -msgstr "" +msgstr "Skrýt odmÃtnuté pozvánky" #. i18n: ectx: whatsthis, entry (HideDeclinedInvitations), group (Group Scheduling) #: calendarsettings.kcfg:83 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-calendar-24.05.1/po/de/libakonadi-calendar6.po new/akonadi-calendar-24.05.2/po/de/libakonadi-calendar6.po --- old/akonadi-calendar-24.05.1/po/de/libakonadi-calendar6.po 2024-06-10 05:35:24.000000000 +0200 +++ new/akonadi-calendar-24.05.2/po/de/libakonadi-calendar6.po 2024-07-02 05:02:09.000000000 +0200 @@ -3,22 +3,22 @@ # Felix Schweighofer <felix.schweigho...@googlemail.com>, 2010. # Burkhard Lück <lu...@hube-lueck.de>, 2010, 2013, 2014, 2015, 2017, 2018, 2020. # Frederik Schwarzer <schwar...@kde.org>, 2010, 2013, 2016, 2020, 2022, 2023. -# Alois Spitzbart <spitz...@hotmail.com>, 2022. +# SPDX-FileCopyrightText: 2022, 2024 Alois Spitzbart <spitz...@hotmail.com> # Intevation GmbH, 2010. msgid "" msgstr "" "Project-Id-Version: libakonadi-calendar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-05-07 02:27+0000\n" -"PO-Revision-Date: 2024-03-21 18:08+0100\n" -"Last-Translator: Johannes Obermayr <johannesoberm...@gmx.de>\n" +"PO-Revision-Date: 2024-06-12 22:24+0200\n" +"Last-Translator: Alois Spitzbart <spitz...@hotmail.com>\n" "Language-Team: German <kde-i18n...@kde.org>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 24.02.0\n" +"X-Generator: Lokalize 24.05.0\n" #: calendarbase.cpp:265 #, kde-format @@ -623,7 +623,7 @@ #: itiphandler.cpp:110 #, kde-format msgid "Error loading calendar." -msgstr "Fehler beim Laden des Kalenders." +msgstr "Fehler beim Laden des Kalenders." #: itiphandler.cpp:118 #, kde-format @@ -696,7 +696,7 @@ #: itiphandler_p.cpp:81 #, kde-format msgid "Error loading calendar: %1" -msgstr "Fehler beim Laden des Kalenders: %1" +msgstr "Fehler beim Laden des Kalenders: %1" #: itiphandler_p.cpp:132 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-calendar-24.05.1/po/ta/libakonadi-calendar6.po new/akonadi-calendar-24.05.2/po/ta/libakonadi-calendar6.po --- old/akonadi-calendar-24.05.1/po/ta/libakonadi-calendar6.po 2024-06-10 05:35:24.000000000 +0200 +++ new/akonadi-calendar-24.05.2/po/ta/libakonadi-calendar6.po 2024-07-02 05:02:09.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: akonadi-calendar\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-05-07 02:27+0000\n" -"PO-Revision-Date: 2024-05-19 17:56+0530\n" +"PO-Revision-Date: 2024-06-16 17:16+0530\n" "Last-Translator: Kishore G <kishor...@gmail.com>\n" "Language-Team: Tamil <kde-i18n-...@kde.org>\n" "Language: ta\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 24.02.2\n" +"X-Generator: Lokalize 24.05.1\n" #: calendarbase.cpp:265 #, kde-format @@ -243,11 +243,9 @@ #. i18n: ectx: label, entry (HideDeclinedInvitations), group (Group Scheduling) #: calendarsettings.kcfg:82 -#, fuzzy, kde-format -#| msgctxt "A collection of all declined invidations." -#| msgid "Declined Invitations" +#, kde-format msgid "Hide declined invitations" -msgstr "நிராà®à®°à®¿à®¤à¯à®¤ à® à®´à¯à®ªà¯à®ªà®¿à®¤à®´à¯à®à®³à¯" +msgstr "நிராà®à®°à®¿à®¤à¯à®¤ à® à®´à¯à®ªà¯à®ªà®¿à®¤à®´à¯à®à®³à¯ மறà¯" #. i18n: ectx: whatsthis, entry (HideDeclinedInvitations), group (Group Scheduling) #: calendarsettings.kcfg:83 @@ -259,7 +257,7 @@ #: calendarsettings.kcfg:91 #, kde-format msgid "Only show reminders for events I organize or attend" -msgstr "" +msgstr "நான௠நà®à®¤à¯à®¤à¯à®®à¯ ஠லà¯à®²à®¤à¯ பà®à¯à®à¯à®±à¯à®à¯à®®à¯ நிà®à®´à¯à®µà¯à®à®³à¯à®à¯à®à¯ à®®à®à¯à®à¯à®®à¯ நினà¯à®µà¯à®à¯à®à®²à¯à®à®³à¯à®à¯ à®à®¾à®à¯à®à¯" #. i18n: ectx: whatsthis, entry, group (Reminders) #: calendarsettings.kcfg:92