Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package korganizer for openSUSE:Factory 
checked in at 2025-06-06 22:33:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/korganizer (Old)
 and      /work/SRC/openSUSE:Factory/.korganizer.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "korganizer"

Fri Jun  6 22:33:48 2025 rev:107 rq:1283209 version:25.04.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/korganizer/korganizer.changes    2025-05-09 
18:44:54.092901829 +0200
+++ /work/SRC/openSUSE:Factory/.korganizer.new.19631/korganizer.changes 
2025-06-06 22:34:00.690347618 +0200
@@ -1,0 +2,9 @@
+Tue Jun  3 21:12:39 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.04.2/
+- No code change since 25.04.1
+
+-------------------------------------------------------------------

Old:
----
  korganizer-25.04.1.tar.xz
  korganizer-25.04.1.tar.xz.sig

New:
----
  korganizer-25.04.2.tar.xz
  korganizer-25.04.2.tar.xz.sig

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

Other differences:
------------------
++++++ korganizer.spec ++++++
--- /var/tmp/diff_new_pack.DbTi2D/_old  2025-06-06 22:34:01.230369886 +0200
+++ /var/tmp/diff_new_pack.DbTi2D/_new  2025-06-06 22:34:01.230369886 +0200
@@ -18,11 +18,11 @@
 
 %define kf6_version 6.6.0
 %define qt6_version 6.6.0
-%define kpim6_version 6.4.1
+%define kpim6_version 6.4.2
 
 %bcond_without released
 Name:           korganizer
-Version:        25.04.1
+Version:        25.04.2
 Release:        0
 Summary:        Personal Organizer
 License:        GPL-2.0-only


++++++ korganizer-25.04.1.tar.xz -> korganizer-25.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-25.04.1/CMakeLists.txt 
new/korganizer-25.04.2/CMakeLists.txt
--- old/korganizer-25.04.1/CMakeLists.txt       2025-05-03 00:07:16.000000000 
+0200
+++ new/korganizer-25.04.2/CMakeLists.txt       2025-06-02 23:31:48.000000000 
+0200
@@ -9,11 +9,11 @@
   set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}")
 endif()
 
-set(PIM_VERSION "6.4.1")
-set(RELEASE_SERVICE_VERSION "25.04.1")
+set(PIM_VERSION "6.4.2")
+set(RELEASE_SERVICE_VERSION "25.04.2")
 
 # Update it for each release
-set(KORGANIZER_RELEASE_VERSION_DATE "25.05.05") # yy.MM.dd
+set(KORGANIZER_RELEASE_VERSION_DATE "25.06.02") # yy.MM.dd
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
@@ -54,25 +54,25 @@
 
 
 
-set(AKONADI_CONTACT_VERSION "6.4.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "6.4.1")
-set(KMAILTRANSPORT_LIB_VERSION "6.4.1")
-set(CALENDARUTILS_LIB_VERSION "6.4.1")
-set(AKONADICALENDAR_LIB_VERSION "6.4.1")
-set(KONTACTINTERFACE_LIB_VERSION "6.4.1")
-set(KMIME_LIB_VERSION "6.4.1")
-set(AKONADI_VERSION "6.4.1")
+set(AKONADI_CONTACT_VERSION "6.4.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "6.4.2")
+set(KMAILTRANSPORT_LIB_VERSION "6.4.2")
+set(CALENDARUTILS_LIB_VERSION "6.4.2")
+set(AKONADICALENDAR_LIB_VERSION "6.4.2")
+set(KONTACTINTERFACE_LIB_VERSION "6.4.2")
+set(KMIME_LIB_VERSION "6.4.2")
+set(AKONADI_VERSION "6.4.2")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "6")
 
 find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED DBus Gui Widgets Test 
UiTools)
 
-set(PIMCOMMON_LIB_VERSION "6.4.1")
-set(LIBKDEPIM_LIB_VERSION "6.4.1")
-set(LIBINCIDENCEEDITOR_LIB_VERSION "6.4.1")
-set(CALENDARSUPPORT_LIB_VERSION "6.4.1")
-set(EVENTVIEW_LIB_VERSION "6.4.1")
+set(PIMCOMMON_LIB_VERSION "6.4.2")
+set(LIBKDEPIM_LIB_VERSION "6.4.2")
+set(LIBINCIDENCEEDITOR_LIB_VERSION "6.4.2")
+set(CALENDARSUPPORT_LIB_VERSION "6.4.2")
+set(EVENTVIEW_LIB_VERSION "6.4.2")
 
 # Find KF6 package
 find_package(KF6I18n ${KF_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-25.04.1/po/ca@valencia/korganizer.po 
new/korganizer-25.04.2/po/ca@valencia/korganizer.po
--- old/korganizer-25.04.1/po/ca@valencia/korganizer.po 2025-05-03 
00:07:16.000000000 +0200
+++ new/korganizer-25.04.2/po/ca@valencia/korganizer.po 2025-06-02 
23:31:48.000000000 +0200
@@ -1408,7 +1408,7 @@
 msgstr ""
 "Segur que voleu suprimir el calendari <filename>%1</filename>?<para> "
 "<warning>Açò no es podrà desfer. Reflexioneu atentament abans de prémer el "
-"botó %2.</warning></para>"
+"botó «%2».</warning></para>"
 
 #: akonadicollectionview.cpp:767
 #, kde-format
@@ -3988,9 +3988,9 @@
 "Check this box to select a working week when clicking on the Date "
 "Navigator's week numbers, or uncheck it to choose the whole week."
 msgstr ""
-"Marqueu esta casella per a seleccionar una setmana laboral clicant en els "
-"números de setmana del navegador de dates, o desactiveu-la per a seleccionar "
-"la setmana sencera."
+"Marqueu esta casella per a seleccionar una setmana laboral quan es clique "
+"damunt dels números de setmana del navegador de dates, o desactiveu-la per a "
+"seleccionar la setmana sencera."
 
 #. i18n: ectx: label, entry, group (Agenda View)
 #: settings/korganizer.kcfg:125
@@ -4955,8 +4955,8 @@
 "given number of days are hidden."
 msgstr ""
 "Si es marca esta casella, el filtre ocultarà tots els elements de tasca "
-"pendent de la llista que hagen estat finalitzades. De manera opcional, només "
-"s'ocultaran els elements que hagen estat finalitzats fa un cert nombre de "
+"pendent de la llista que hagen sigut finalitzades. De manera opcional, només "
+"s'ocultaran els elements que hagen sigut finalitzats fa un cert nombre de "
 "dies."
 
 #. i18n: ectx: property (text), widget (QCheckBox, mCompletedCheck)
@@ -5949,8 +5949,8 @@
 "Click this button to scroll the display to the same approximate day of the "
 "previous year"
 msgstr ""
-"Cliqueu este botó per a desplaçar-vos aproximadament al mateix dia de l'any "
-"anterior"
+"Cliqueu damunt d'este botó per a desplaçar-vos aproximadament al mateix dia "
+"de l'any anterior"
 
 #: widgets/navigatorbar.cpp:36
 #, kde-format
@@ -5963,8 +5963,8 @@
 "Click this button to scroll the display to the same approximate date of the "
 "previous month"
 msgstr ""
-"Cliqueu este botó per a desplaçar-vos aproximadament a la mateixa data del "
-"mes anterior"
+"Cliqueu damunt d'este botó per a desplaçar-vos aproximadament a la mateixa "
+"data del mes anterior"
 
 #: widgets/navigatorbar.cpp:41
 #, kde-format
@@ -5977,8 +5977,8 @@
 "Click this button to scroll the display to the same approximate date of the "
 "next month"
 msgstr ""
-"Cliqueu este botó per a desplaçar-vos aproximadament a la mateixa data del "
-"mes posterior"
+"Cliqueu damunt d'este botó per a desplaçar-vos aproximadament a la mateixa "
+"data del mes posterior"
 
 #: widgets/navigatorbar.cpp:46
 #, kde-format
@@ -5991,8 +5991,8 @@
 "Click this button to scroll the display to the same approximate day of the "
 "next year"
 msgstr ""
-"Cliqueu este botó per a desplaçar-vos aproximadament al mateix dia de l'any "
-"posterior"
+"Cliqueu damunt d'este botó per a desplaçar-vos aproximadament al mateix dia "
+"de l'any posterior"
 
 #: widgets/navigatorbar.cpp:54
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-25.04.1/po/fi/korganizer.po 
new/korganizer-25.04.2/po/fi/korganizer.po
--- old/korganizer-25.04.1/po/fi/korganizer.po  2025-05-03 00:07:16.000000000 
+0200
+++ new/korganizer-25.04.2/po/fi/korganizer.po  2025-06-02 23:31:48.000000000 
+0200
@@ -17,7 +17,7 @@
 "Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-04-18 02:33+0000\n"
-"PO-Revision-Date: 2025-04-03 17:46+0300\n"
+"PO-Revision-Date: 2025-05-28 18:15+0300\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
@@ -31,7 +31,7 @@
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
 msgstr ""
-"Tommi Nieminen,Kim Enkovaara,Teemu Rytilahti,Tapio Kautto,Ilpo Kantonen,"
+"Tommi Nieminen, Kim Enkovaara, Teemu Rytilahti, Tapio Kautto, Ilpo Kantonen, "
 "Mikko Piippo"
 
 #, kde-format
@@ -1130,7 +1130,7 @@
 #: actionmanager.cpp:848
 #, kde-format
 msgid "There was an error while merging the calendar: %1"
-msgstr "Sattui virhe liitettäessä kalenteria: %1"
+msgstr "Yhdistettäessä kalenteria tapahtui virhe: %1"
 
 #: actionmanager.cpp:859
 #, kde-format
@@ -1157,7 +1157,7 @@
 #: actionmanager.cpp:986
 #, kde-format
 msgid "An error occurred: %1 (url: %2)"
-msgstr "Sattui virhe: %1 (verkko-osoite: %2)"
+msgstr "Tapahtui virhe: %1 (verkko-osoite: %2)"
 
 #: actionmanager.cpp:1004
 #, kde-format
@@ -1387,6 +1387,10 @@
 "removed from its remote resource.</note></para>The <filename>%1</filename> "
 "calendar can be added again at any time."
 msgstr ""
+"Haluatko varmasti poistaa kalenterin <filename>%1</filename>?"
+"<para><note>Kalenterin tietoja ei poisteta eikä kalenteria poisteta "
+"etäresurssistaan.</note></para>Kalenterin <filename>%1</filename> voi "
+"milloin tahansa lisätä uudelleen."
 
 #: akonadicollectionview.cpp:759
 #, kde-kuit-format
@@ -1396,6 +1400,9 @@
 "<para><warning>This cannot be undone.  Please consider carefully before "
 "pressing the %2 button.</warning></para>"
 msgstr ""
+"Haluatko varmasti poistaa kalenterin <filename>%1</filename>?"
+"<para><warning>Tätä ei voi kumota. Harkitse huolella, ennen kuin napsautat "
+"%2.</warning></para>"
 
 #: akonadicollectionview.cpp:767
 #, kde-format
@@ -1720,13 +1727,13 @@
 msgid ""
 "All calendars are unchecked in the Calendar Manager. No to-do was purged."
 msgstr ""
-"Mikään kalenteri ei ole valittuna kalenterien hallinnassa. Tehtäviä ei "
-"poistettu."
+"Yhtäkään kalenteria ei ole kalenterien hallinnassa valittu. Tehtäviä ei "
+"siivottu."
 
 #: calendarview.cpp:2463 calendarview.cpp:2746
 #, kde-format
 msgid "There are no completed to-dos to purge."
-msgstr "Ei ole valmiita tehtäviä, joita poistaa."
+msgstr "Ei ole valmistuneita tehtäviä siivottavaksi."
 
 #: calendarview.cpp:2468
 #, kde-format
@@ -1737,13 +1744,13 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Purge To-dos"
-msgstr "Puhdista tehtävät"
+msgstr "Siivoa tehtävät"
 
 #: calendarview.cpp:2470
 #, kde-format
 msgctxt "@action:button"
 msgid "Purge"
-msgstr "Puhdista"
+msgstr "Siivoa"
 
 #: calendarview.cpp:2481
 #, kde-format
@@ -1764,7 +1771,7 @@
 #: calendarview.cpp:2739
 #, kde-format
 msgid "0 completed to-dos were purged."
-msgstr "Yhtään valmista tehtävää ei poistettu."
+msgstr "Yhtään valmistunutta tehtävää ei siivottu."
 
 #: calendarview.cpp:2740 calendarview.cpp:2750
 #, kde-format
@@ -1782,13 +1789,13 @@
 #, kde-format
 msgid "%1 completed to-do was purged."
 msgid_plural "%1 completed to-dos were purged."
-msgstr[0] "Poistettiin %1 valmista tehtävä."
-msgstr[1] "Poistettiin %1 valmista tehtävää."
+msgstr[0] "Siivottiin yksi valmistunut tehtävä."
+msgstr[1] "Siivottiin %1 valmistunutta tehtävää."
 
 #: calendarview.cpp:2755
 #, kde-format
 msgid "An error occurred while purging completed to-dos: %1"
-msgstr "Sattui virhe poistettaessa valmiita tehtäviä: %1"
+msgstr "Poistettaessa valmistuneita tehtäviä tapahtui virhe: %1"
 
 #: calendarview.cpp:2809
 #, kde-format
@@ -2695,13 +2702,13 @@
 msgid ""
 "Check this box if you do not want to see To-dos that have already been "
 "completed."
-msgstr "Valitse tämä ruutu, ellet haluat nähdä valmistuneita tehtäviä."
+msgstr "Valitse tämä, ellet haluat nähdä valmistuneita tehtäviä."
 
 #. i18n: ectx: property (text), widget (QCheckBox, mHideCompletedBox)
 #: kontactplugin/korganizer/todosummaryconfig_base.ui:145
 #, kde-format
 msgid "&Completed"
-msgstr "&Valmiit"
+msgstr "&Valmistuneet"
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, mHideOpenEndedBox)
 #: kontactplugin/korganizer/todosummaryconfig_base.ui:155
@@ -2759,13 +2766,13 @@
 "are not yet completed."
 msgstr ""
 "Valitse tämä ruutu, ellet haluat nähdä tehtäviä, jotka on aloitettu mutta "
-"jotka eivät vielä ole valmiita."
+"kesken."
 
 #. i18n: ectx: property (text), widget (QCheckBox, mHideInProgressBox)
 #: kontactplugin/korganizer/todosummaryconfig_base.ui:190
 #, kde-format
 msgid "&In-progress (started but not completed)"
-msgstr "&Meneillään olevat (aloitettu muttei valmis)"
+msgstr "K&esken (aloitettu muttei valmis)"
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, mHideOverdueBox)
 #: kontactplugin/korganizer/todosummaryconfig_base.ui:197
@@ -2780,14 +2787,14 @@
 "Check this box if you do not want to see To-dos that are past their due date "
 "but have not yet been completed."
 msgstr ""
-"Valitse tämä ruutu, ellet halua nähdä tehtäviä, jotka ovat ohittaneet "
+"Valitse tämä, ellet halua nähdä tehtäviä, jotka ovat ohittaneet "
 "määräpäivänsä valmistumatta."
 
 #. i18n: ectx: property (text), widget (QCheckBox, mHideOverdueBox)
 #: kontactplugin/korganizer/todosummaryconfig_base.ui:206
 #, kde-format
 msgid "Over&due (not completed and beyond due-date)"
-msgstr "&Myöhässä (ei valmis, mutta määräpäivä ohi)"
+msgstr "M&yöhässä (ei valmis, mutta määräpäivä ohi)"
 
 #: kontactplugin/korganizer/todosummarywidget.cpp:44
 #, kde-format
@@ -2835,7 +2842,7 @@
 #: kontactplugin/korganizer/todosummarywidget.cpp:330
 #, kde-format
 msgid "&Mark To-do Completed"
-msgstr "&Merkitse tehtävä tehdyksi"
+msgstr "&Merkitse tehtävä valmiiksi"
 
 #: kontactplugin/korganizer/todosummarywidget.cpp:350
 #, kde-format
@@ -3427,7 +3434,7 @@
 #, kde-format
 msgctxt "@title:tab"
 msgid "Regional"
-msgstr "Paikallinen"
+msgstr "Maa-asetukset"
 
 #: prefs/koprefsdialogtime.cpp:47
 #, kde-format
@@ -4425,7 +4432,7 @@
 #: settings/korganizer.kcfg:289
 #, kde-format
 msgid "Always display completed to-dos at the bottom of the list"
-msgstr "Näytä valmiit tehtävät aina luettelon lopussa"
+msgstr "Näytä valmistuneet tehtävät aina luettelon lopussa"
 
 #. i18n: ectx: tooltip, entry, group (Todo View)
 #: settings/korganizer.kcfg:290
@@ -4434,7 +4441,7 @@
 "Completed to-dos are displayed at the bottom of the list, regardless of "
 "priority"
 msgstr ""
-"Valmiit tehtävät näytetään luettelon lopussa prioriteetistaan riippumatta"
+"Valmistuneet tehtävät näytetään etusijastaan riippumatta luettelon lopussa"
 
 #. i18n: ectx: whatsthis, entry, group (Todo View)
 #: settings/korganizer.kcfg:291
@@ -4443,8 +4450,8 @@
 "Check this box if you want all completed to-dos to be always grouped at the "
 "bottom of the to-do list."
 msgstr ""
-"Valitse tämä, jos haluat valmiiden tehtävien ryhmittyvän aina "
-"tehtäväluettelossa alimmas."
+"Valitse tämä, jos haluat ryhmitellä valmistuneet tehtävät tehtäväluettelossa "
+"aina alimmas."
 
 #. i18n: ectx: label, entry, group (Todo View)
 #: settings/korganizer.kcfg:296
@@ -4498,7 +4505,7 @@
 #: settings/korganizer.kcfg:310
 #, kde-format
 msgid "Record completed to-dos in journal entries"
-msgstr "Kirjaa valmiit tehtävät päiväkirjamerkinnöiksi"
+msgstr "Kirjaa valmistuneet tehtävät päiväkirjamerkinnöiksi"
 
 #. i18n: ectx: whatsthis, entry, group (Todo View)
 #: settings/korganizer.kcfg:311
@@ -4855,15 +4862,15 @@
 "that have been completed. Optionally, only items that have been completed a "
 "given number of days are hidden."
 msgstr ""
-"Tällä asetuksella suodatin piilottaa kaikki suoritetut tehtävät luettelosta. "
-"Vaihtoehtoisesti piilotetaan vain tehtävät, joiden valmistumisesta on tietty "
-"aika."
+"Kun tämä on valittu, suodatin piilottaa luettelosta kaikki valmistuneet "
+"tehtävät. Vaihtoehtoisesti piilotetaan vain tehtävät, joiden valmistumisesta "
+"on tietty aika."
 
 #. i18n: ectx: property (text), widget (QCheckBox, mCompletedCheck)
 #: ui/filteredit_base.ui:134
 #, kde-format
 msgid "Hide co&mpleted to-dos"
-msgstr "Piilota val&miit tehtävät"
+msgstr "Piilota &valmistuneet tehtävät"
 
 #. i18n: ectx: property (whatsThis), widget (QLabel, mCompletedTimeSpanLabel)
 #: ui/filteredit_base.ui:177
@@ -4874,9 +4881,9 @@
 "as you check it. You can increase or decrease the number of days in the "
 "spinbox."
 msgstr ""
-"Tällä valinnalla voit valita, mitkä valmiit tehtävät piilotetaan. Kun "
-"valitset <i>välittömästi</i>, tehtävä piilotetaan heti, kun se on merkitty "
-"tehdyksi. Voit lisätä tai vähentää päivien lukumäärää kiertolaatikosta."
+"Tällä valinnalla voi valita, mitkä valmistuneet tehtävät piilotetaan. Jos "
+"valitaan <i>välittömästi</i>, tehtävä piilotetaan heti, kun se on merkitty "
+"tehdyksi. Päivien määrää voi kasvattaa tai pienentää kiertolaatikosta."
 
 #. i18n: ectx: property (text), widget (QLabel, mCompletedTimeSpanLabel)
 #: ui/filteredit_base.ui:180
@@ -4894,10 +4901,10 @@
 "items will be hidden, that have been marked finished longer than 24 hours "
 "ago."
 msgstr ""
-"Tästä voi valita, montako päivää loppuun saatettu tehtävä näkyy "
-"tehtäväluettelossa. Jos valitset ”välittömästi”, kaikki valmiit tehtävät "
-"piilotetaan. Jos valitset esimerkiksi 1, kaikki yli vuorokauden ajan "
-"valmiiksi merkityt tehtävät piilotetaan."
+"Tästä voi valita, montako päivää valmistunut tehtävä näkyy "
+"tehtäväluettelossa. Jos valitaan ”välittömästi”, piilotetaan kaikki "
+"valmistuneet tehtävät. Jos valitaan esimerkiksi 1, piilotetaan kaikki yli "
+"vuorokauden ajan valmiiksi merkityt tehtävät."
 
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, 
mHideInactiveTodosCheck)
 #: ui/filteredit_base.ui:218
@@ -5608,13 +5615,13 @@
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, unfiltered)
 #: ui/searchdialog_base.ui:325
-#, fuzzy, kde-format
-#| msgctxt "@info:whatsthis"
-#| msgid "Press this button to remove the currently active filter."
+#, kde-format
 msgid ""
 "Uncheck this box to skip incidences matching the currently selected view "
 "filter"
-msgstr "Voit poistaa käytössä olevan suodattimen napsauttamalla tästä."
+msgstr ""
+"Sivuuta valittua näkymäsuodatinta vastaavat esiintymät valitsemalla tämä "
+"ruutu"
 
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, unfiltered)
 #: ui/searchdialog_base.ui:328
@@ -5623,12 +5630,14 @@
 "When this box is checked all incidences will be considered in the search, "
 "even those that aren't displayed according the currently selected view filter"
 msgstr ""
+"Jos tämä ruutu on valittu, haku ottaa huomioon kaikki ilmentymät, nekin "
+"joita valitussa näkymäsuodattimessa ei näytetä"
 
 #. i18n: ectx: property (text), widget (QCheckBox, unfiltered)
 #: ui/searchdialog_base.ui:331
 #, kde-format
 msgid "Include all incidences matched by view filter"
-msgstr ""
+msgstr "Sisällytä kaikki näkymäsuodatinta vastaavat ilmentymät"
 
 #. i18n: ectx: property (text), widget (QPushButton, mDayBtn)
 #: views/collectionview/quickview.ui:34
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/korganizer-25.04.1/po/fi/korganizer_calendarplugins.po 
new/korganizer-25.04.2/po/fi/korganizer_calendarplugins.po
--- old/korganizer-25.04.1/po/fi/korganizer_calendarplugins.po  2025-05-03 
00:07:16.000000000 +0200
+++ new/korganizer-25.04.2/po/fi/korganizer_calendarplugins.po  2025-06-02 
23:31:48.000000000 +0200
@@ -4,7 +4,7 @@
 # Author: Jessej
 # Author: Lliehu
 # Author: Niklas Laxström
-# SPDX-FileCopyrightText: 2009, 2011, 2012, 2013, 2018, 2019, 2020, 2024 Tommi 
Nieminen <transla...@legisign.org>
+# SPDX-FileCopyrightText: 2009, 2011, 2012, 2013, 2018, 2019, 2020, 2024, 2025 
Tommi Nieminen <transla...@legisign.org>
 # Kim Enkovaara <kim.enkova...@iki.fi>, 2003, 2006.
 # Teemu Rytilahti <teemu.rytila...@d5k.net>, 2003, 2005.
 # Teemu Rytilahti <teemu.rytila...@kde-fi.org>, 2003, 2008.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-25.04.1/po/fr/korganizer.po 
new/korganizer-25.04.2/po/fr/korganizer.po
--- old/korganizer-25.04.1/po/fr/korganizer.po  2025-05-03 00:07:16.000000000 
+0200
+++ new/korganizer-25.04.2/po/fr/korganizer.po  2025-06-02 23:31:48.000000000 
+0200
@@ -35,7 +35,7 @@
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Accelerator-Marker: &\n"
 "X-Environment: kde\n"
-"X-Generator: Lokalize 24.12.3\n"
+"X-Generator: Lokalize 25.04.1\n"
 "X-Text-Markup: kde4\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/korganizer-25.04.1/po/gl/korganizer_calendarplugins.po 
new/korganizer-25.04.2/po/gl/korganizer_calendarplugins.po
--- old/korganizer-25.04.1/po/gl/korganizer_calendarplugins.po  2025-05-03 
00:07:16.000000000 +0200
+++ new/korganizer-25.04.2/po/gl/korganizer_calendarplugins.po  2025-06-02 
23:31:48.000000000 +0200
@@ -9,7 +9,7 @@
 # Xosé <xoseca...@gmail.com>, 2009, 2012, 2013.
 # Marce Villarino <mvillar...@kde-espana.es>, 2012, 2013, 2014.
 # Adrian Chaves Fernandez <adriyeticha...@gmail.com>, 2013, 2015, 2016.
-# SPDX-FileCopyrightText: 2023, 2024 Adrián Chaves (Gallaecio)
+# SPDX-FileCopyrightText: 2023, 2024, 2025 Adrián Chaves (Gallaecio)
 #
 msgid ""
 msgstr ""
@@ -24,7 +24,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.05.2\n"
+"X-Generator: Lokalize 25.04.1\n"
 
 #: datenums/configdialog.cpp:28
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-25.04.1/po/it/korganizer.po 
new/korganizer-25.04.2/po/it/korganizer.po
--- old/korganizer-25.04.1/po/it/korganizer.po  2025-05-03 00:07:16.000000000 
+0200
+++ new/korganizer-25.04.2/po/it/korganizer.po  2025-06-02 23:31:48.000000000 
+0200
@@ -24,7 +24,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.12.0\n"
+"X-Generator: Lokalize 25.04.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-25.04.1/po/pl/korganizer.po 
new/korganizer-25.04.2/po/pl/korganizer.po
--- old/korganizer-25.04.1/po/pl/korganizer.po  2025-05-03 00:07:16.000000000 
+0200
+++ new/korganizer-25.04.2/po/pl/korganizer.po  2025-06-02 23:31:48.000000000 
+0200
@@ -1,5 +1,5 @@
 # translation of korganizer.po to
-# Version: $Revision: 1707335 $
+# Version: $Revision: 1709616 $
 # SPDX-FileCopyrightText: 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 
2019, 2020, 2021, 2022, 2023, 2024, 2025 Łukasz Wojniłowicz 
<lukasz.wojnilow...@gmail.com>
 # translated by Krzysztof Jasiutowicz <kp...@priv.onet.pl>
 # Krzysztof Lichota <lich...@mimuw.edu.pl>, 2002, 2005, 2006.
@@ -23,7 +23,6 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 24.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/korganizer-25.04.1/po/pl/korganizer_calendarplugins.po 
new/korganizer-25.04.2/po/pl/korganizer_calendarplugins.po
--- old/korganizer-25.04.1/po/pl/korganizer_calendarplugins.po  2025-05-03 
00:07:16.000000000 +0200
+++ new/korganizer-25.04.2/po/pl/korganizer_calendarplugins.po  2025-06-02 
23:31:48.000000000 +0200
@@ -1,5 +1,5 @@
 # translation of korganizer.po to
-# Version: $Revision: 1686246 $
+# Version: $Revision: 1709616 $
 # SPDX-FileCopyrightText: 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2019, 
2020, 2024 Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>
 # translated by Krzysztof Jasiutowicz <kp...@priv.onet.pl>
 # Krzysztof Lichota <lich...@mimuw.edu.pl>, 2002, 2005, 2006.
@@ -23,7 +23,6 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 23.08.5\n"
 
 #: datenums/configdialog.cpp:28
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-25.04.1/po/ru/korganizer.po 
new/korganizer-25.04.2/po/ru/korganizer.po
--- old/korganizer-25.04.1/po/ru/korganizer.po  2025-05-03 00:07:16.000000000 
+0200
+++ new/korganizer-25.04.2/po/ru/korganizer.po  2025-06-02 23:31:48.000000000 
+0200
@@ -11,21 +11,21 @@
 # Julia Dronova <juliette....@gmail.com>, 2012.
 # Yuri Efremov <yur....@gmail.com>, 2013.
 # Alexander Lakhin <exclus...@gmail.com>, 2013.
-# SPDX-FileCopyrightText: 2019, 2020, 2021, 2023, 2024 Alexander Yavorsky 
<kekc...@gmail.com>
+# SPDX-FileCopyrightText: 2019, 2020, 2021, 2023, 2024, 2025 Alexander 
Yavorsky <kekc...@gmail.com>
 # SPDX-FileCopyrightText: 2021, 2022, 2024, 2025 Olesya Gerasimenko 
<translation-t...@basealt.ru>
 msgid ""
 msgstr ""
 "Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-04-18 02:33+0000\n"
-"PO-Revision-Date: 2025-04-02 15:26+0300\n"
-"Last-Translator: Olesya Gerasimenko <translation-t...@basealt.ru>\n"
-"Language-Team: Basealt Translation Team\n"
+"PO-Revision-Date: 2025-05-20 20:54+0300\n"
+"Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
+"Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 23.08.5\n"
+"X-Generator: Lokalize 25.04.1\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Environment: kde\n"
@@ -2177,7 +2177,7 @@
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "&Show"
-msgstr "Пр&осмотреть..."
+msgstr "Пр&осмотреть…"
 
 #: koeventpopupmenu.cpp:43
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/korganizer-25.04.1/src/org.kde.korganizer.appdata.xml 
new/korganizer-25.04.2/src/org.kde.korganizer.appdata.xml
--- old/korganizer-25.04.1/src/org.kde.korganizer.appdata.xml   2025-05-03 
00:07:16.000000000 +0200
+++ new/korganizer-25.04.2/src/org.kde.korganizer.appdata.xml   2025-06-02 
23:31:48.000000000 +0200
@@ -262,7 +262,7 @@
       <li xml:lang="az">Əməlin ləğv edilməsi və geri qaytarılması</li>
       <li xml:lang="bg">Отменяне и повторение на действия</li>
       <li xml:lang="ca">Fes i desfés</li>
-      <li xml:lang="ca-valencia">Fes i Desfés</li>
+      <li xml:lang="ca-valencia">Fes i desfés</li>
       <li xml:lang="cs">Zpět a Vpřed</li>
       <li xml:lang="de">Rückgängig/Wiederherstellen</li>
       <li xml:lang="el">Αναίρεση και επανάληψη</li>
@@ -470,6 +470,7 @@
     <binary>korganizer</binary>
   </provides>
   <releases>
+    <release version="6.4.2" date="2025-06-05"/>
     <release version="6.4.1" date="2025-05-08"/>
     <release version="6.4.0" date="2025-04-17"/>
     <release version="6.3.3" date="2025-03-06"/>

Reply via email to