Hello community,

here is the log from the commit of package korganizer for openSUSE:Factory 
checked in at 2020-10-12 13:50:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/korganizer (Old)
 and      /work/SRC/openSUSE:Factory/.korganizer.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "korganizer"

Mon Oct 12 13:50:41 2020 rev:51 rq:840670 version:20.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/korganizer/korganizer.changes    2020-09-09 
17:57:32.538957244 +0200
+++ /work/SRC/openSUSE:Factory/.korganizer.new.3486/korganizer.changes  
2020-10-12 13:51:26.826022105 +0200
@@ -1,0 +2,9 @@
+Fri Oct  9 05:44:31 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-10-apps-update
+- No code change since 20.08.1
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ korganizer.spec ++++++
--- /var/tmp/diff_new_pack.qtmNDa/_old  2020-10-12 13:51:28.114022629 +0200
+++ /var/tmp/diff_new_pack.qtmNDa/_new  2020-10-12 13:51:28.118022630 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           korganizer
-Version:        20.08.1
+Version:        20.08.2
 Release:        0
 Summary:        Personal Organizer
 License:        GPL-2.0-only


++++++ korganizer-20.08.1.tar.xz -> korganizer-20.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-20.08.1/CMakeLists.txt 
new/korganizer-20.08.2/CMakeLists.txt
--- old/korganizer-20.08.1/CMakeLists.txt       2020-09-01 08:36:05.000000000 
+0200
+++ new/korganizer-20.08.2/CMakeLists.txt       2020-10-06 05:40:39.000000000 
+0200
@@ -7,8 +7,8 @@
   set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}")
 endif()
 
-set(PIM_VERSION "5.15.1")
-set(RELEASE_SERVICE_VERSION "20.08.1")
+set(PIM_VERSION "5.15.2")
+set(RELEASE_SERVICE_VERSION "20.08.2")
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
@@ -41,21 +41,21 @@
 include(ECMQtDeclareLoggingCategory)
 
 
-set(AKONADI_MIMELIB_VERSION "5.15.1")
-set(AKONADI_CONTACT_VERSION "5.15.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.15.1")
-set(KLDAP_LIB_VERSION "5.15.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.15.1")
-set(CALENDARUTILS_LIB_VERSION "5.15.1")
-set(AKONADICALENDAR_LIB_VERSION "5.15.1")
-set(KONTACTINTERFACE_LIB_VERSION "5.15.1")
-set(KMIME_LIB_VERSION "5.15.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.15.1")
-set(AKONADI_VERSION "5.15.1")
+set(AKONADI_MIMELIB_VERSION "5.15.2")
+set(AKONADI_CONTACT_VERSION "5.15.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.15.2")
+set(KLDAP_LIB_VERSION "5.15.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.15.2")
+set(CALENDARUTILS_LIB_VERSION "5.15.2")
+set(AKONADICALENDAR_LIB_VERSION "5.15.2")
+set(KONTACTINTERFACE_LIB_VERSION "5.15.2")
+set(KMIME_LIB_VERSION "5.15.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.15.2")
+set(AKONADI_VERSION "5.15.2")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
-set(AKONADINOTES_LIB_VERSION "5.15.1")
+set(AKONADINOTES_LIB_VERSION "5.15.2")
 
 set(QT_REQUIRED_VERSION "5.13.0")
 option(KDEPIM_ENTERPRISE_BUILD "Enable features specific to the enterprise 
branch, which are normally disabled. Also, it disables many components not 
needed for Kontact such as the Kolab client." FALSE)
@@ -68,14 +68,14 @@
     add_definitions(-DWITH_KUSERFEEDBACK)
 endif()
 
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.15.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.15.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.15.1")
-set(LIBINCIDENCEEDITOR_LIB_VERSION_LIB "5.15.1")
-set(CALENDARSUPPORT_LIB_VERSION_LIB "5.15.1")
-set(EVENTVIEW_LIB_VERSION_LIB "5.15.1")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.15.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.15.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.15.2")
+set(LIBINCIDENCEEDITOR_LIB_VERSION_LIB "5.15.2")
+set(CALENDARSUPPORT_LIB_VERSION_LIB "5.15.2")
+set(EVENTVIEW_LIB_VERSION_LIB "5.15.2")
 
-find_package(KF5AkonadiSearch "5.15.1" CONFIG REQUIRED)
+find_package(KF5AkonadiSearch "5.15.2" CONFIG REQUIRED)
 set_package_properties(KF5AkonadiSearch PROPERTIES DESCRIPTION "The Akonadi 
Search libraries" URL "https://www.kde.org"; TYPE REQUIRED PURPOSE "Provides 
search capabilities in KMail and Akonadi")
 
 # Find KF5 package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-20.08.1/po/ca/korgac.po 
new/korganizer-20.08.2/po/ca/korgac.po
--- old/korganizer-20.08.1/po/ca/korgac.po      2020-09-01 08:36:01.000000000 
+0200
+++ new/korganizer-20.08.2/po/ca/korgac.po      2020-10-06 05:40:36.000000000 
+0200
@@ -7,7 +7,7 @@
 # Josep Ma. Ferrer <[email protected]>, 2015, 2018, 2020.
 msgid ""
 msgstr ""
-"Project-Id-Version: korgac\n"
+"Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2020-07-23 20:27+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-20.08.1/po/ca@valencia/korgac.po 
new/korganizer-20.08.2/po/ca@valencia/korgac.po
--- old/korganizer-20.08.1/po/ca@valencia/korgac.po     2020-09-01 
08:36:01.000000000 +0200
+++ new/korganizer-20.08.2/po/ca@valencia/korgac.po     2020-10-06 
05:40:36.000000000 +0200
@@ -7,7 +7,7 @@
 # Josep Ma. Ferrer <[email protected]>, 2015, 2018, 2020.
 msgid ""
 msgstr ""
-"Project-Id-Version: korgac\n"
+"Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2020-07-23 20:27+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-20.08.1/po/de/korganizer.po 
new/korganizer-20.08.2/po/de/korganizer.po
--- old/korganizer-20.08.1/po/de/korganizer.po  2020-09-01 08:36:01.000000000 
+0200
+++ new/korganizer-20.08.2/po/de/korganizer.po  2020-10-06 05:40:36.000000000 
+0200
@@ -15,15 +15,15 @@
 "Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:48+0200\n"
-"PO-Revision-Date: 2020-04-05 10:05+0200\n"
-"Last-Translator: Frederik Schwarzer <[email protected]>\n"
+"PO-Revision-Date: 2020-09-28 06:20+0200\n"
+"Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\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 19.12.3\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -314,11 +314,10 @@
 msgstr "Kalender importieren"
 
 #: actionmanager.cpp:273
-#, fuzzy, kde-format
-#| msgid "Import a calendar in another format"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Import an iCalendar or vCalendar file"
-msgstr "Kalender in einem anderen Format importieren"
+msgstr "iCalendar- oder vCalendar-Datei importieren"
 
 #: actionmanager.cpp:276
 #, fuzzy, kde-format
@@ -370,11 +369,10 @@
 msgstr "Kalender in Datei exportieren"
 
 #: actionmanager.cpp:300
-#, fuzzy, kde-format
-#| msgid "Automatically export your calendar to an HTML file"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Export your calendar to an iCalendar file"
-msgstr "Exportiert Ihren Kalender automatisch in eine HTML-Datei "
+msgstr "Exportiert Ihren Kalender in eine iCalendar-Datei "
 
 #: actionmanager.cpp:303
 #, fuzzy, kde-format
@@ -419,11 +417,10 @@
 msgstr "Erledi&gte Aufgaben entfernen"
 
 #: actionmanager.cpp:323
-#, fuzzy, kde-format
-#| msgid "Pur&ge Completed To-dos"
+#, kde-format
 msgctxt "@info:status"
 msgid "Purge completed to-dos"
-msgstr "Erledi&gte Aufgaben entfernen"
+msgstr "Erledigte Aufgaben entfernen"
 
 #: actionmanager.cpp:324
 #, fuzzy, kde-format
@@ -482,9 +479,7 @@
 msgstr "&Monat"
 
 #: actionmanager.cpp:399
-#, fuzzy, kde-format
-#| msgctxt "@title:tab"
-#| msgid "Month View"
+#, kde-format
 msgctxt "@info:status"
 msgid "Month View"
 msgstr "Monatsansicht"
@@ -510,9 +505,7 @@
 msgstr "&Tagesansicht"
 
 #: actionmanager.cpp:412
-#, fuzzy, kde-format
-#| msgctxt "@title:tab"
-#| msgid "Agenda View"
+#, kde-format
 msgctxt "@info:status"
 msgid "Agenda View"
 msgstr "Terminplanansicht"
@@ -540,11 +533,10 @@
 msgstr "&Terminliste"
 
 #: actionmanager.cpp:426
-#, fuzzy, kde-format
-#| msgid "Center View"
+#, kde-format
 msgctxt "@info:status"
 msgid "List View"
-msgstr "Zentrierte Anzeige"
+msgstr "Listenansicht"
 
 #: actionmanager.cpp:427
 #, fuzzy, kde-format
@@ -594,11 +586,10 @@
 msgstr "&Journal"
 
 #: actionmanager.cpp:452
-#, fuzzy, kde-format
-#| msgid "Journal entries"
+#, kde-format
 msgctxt "@info:status"
 msgid "Journal View"
-msgstr "Journaleinträge"
+msgstr "Journalansicht"
 
 #: actionmanager.cpp:453
 #, fuzzy, kde-format
@@ -621,11 +612,10 @@
 msgstr "Zeit&leiste"
 
 #: actionmanager.cpp:465
-#, fuzzy, kde-format
-#| msgid "Center View"
+#, kde-format
 msgctxt "@info:status"
 msgid "Timeline View"
-msgstr "Zentrierte Anzeige"
+msgstr "Zeitleistenansicht"
 
 #: actionmanager.cpp:466
 #, fuzzy, kde-format
@@ -648,11 +638,10 @@
 msgstr "&Aktualisieren"
 
 #: actionmanager.cpp:480
-#, fuzzy, kde-format
-#| msgid "&Refresh"
+#, kde-format
 msgctxt "@info:status"
 msgid "Refresh"
-msgstr "&Aktualisieren"
+msgstr "Aktualisieren"
 
 #: actionmanager.cpp:481
 #, fuzzy, kde-format
@@ -730,8 +719,7 @@
 msgstr "Heute"
 
 #: actionmanager.cpp:547
-#, fuzzy, kde-format
-#| msgid "Scroll to Today"
+#, kde-format
 msgctxt "@info:status"
 msgid "Scroll to Today"
 msgstr "Heutigen Tag anzeigen"
@@ -847,15 +835,13 @@
 msgstr "Neuer &Termin ..."
 
 #: actionmanager.cpp:616
-#, fuzzy, kde-format
-#| msgid "Create a new Event"
+#, kde-format
 msgctxt "@info:status"
 msgid "Create a new Event"
 msgstr "Einen neuen Termin erstellen"
 
 #: actionmanager.cpp:617
-#, fuzzy, kde-format
-#| msgid "Create a new Event"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Create a new Event"
 msgstr "Einen neuen Termin erstellen"
@@ -880,18 +866,16 @@
 msgstr "Neue &Aufgabe ..."
 
 #: actionmanager.cpp:629
-#, fuzzy, kde-format
-#| msgid "Create a new To-do"
+#, kde-format
 msgctxt "@info:status"
 msgid "Create a new To-do"
-msgstr "Eine neue Aufgabe hinzufügen"
+msgstr "Eine neue Aufgabe erstellen"
 
 #: actionmanager.cpp:630
-#, fuzzy, kde-format
-#| msgid "Create a new To-do"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Create a new To-do"
-msgstr "Eine neue Aufgabe hinzufügen"
+msgstr "Eine neue Aufgabe erstellen"
 
 #: actionmanager.cpp:633
 #, fuzzy, kde-format
@@ -918,18 +902,16 @@
 msgstr "&Neues Journal ..."
 
 #: actionmanager.cpp:653
-#, fuzzy, kde-format
-#| msgid "Create a new Journal"
+#, kde-format
 msgctxt "@info:status"
 msgid "Create a new Journal"
-msgstr "Ein neues Journal hinzufügen"
+msgstr "Ein neues Journal erstellen"
 
 #: actionmanager.cpp:654
-#, fuzzy, kde-format
-#| msgid "Create a new Journal"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Create a new Journal"
-msgstr "Ein neues Journal hinzufügen"
+msgstr "Ein neues Journal erstellen"
 
 #: actionmanager.cpp:657
 #, fuzzy, kde-format
@@ -954,18 +936,16 @@
 msgstr "Einrichten"
 
 #: actionmanager.cpp:666
-#, fuzzy, kde-format
-#| msgid "Configure the view"
+#, kde-format
 msgctxt "@info:status"
 msgid "Configure the view"
 msgstr "Die Ansicht einrichten"
 
 #: actionmanager.cpp:667
-#, fuzzy, kde-format
-#| msgid "Configure the view"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Configure the current view"
-msgstr "Die Ansicht einrichten"
+msgstr "Die aktuelle Ansicht einrichten"
 
 #: actionmanager.cpp:670
 #, fuzzy, kde-format
@@ -1286,16 +1266,13 @@
 msgstr "Als neuen Kalender hinzufügen"
 
 #: akonadicollectionview.cpp:312
-#, fuzzy, kde-format
-#| msgid "Use as &Default Calendar"
+#, kde-format
 msgctxt "@item this is the default calendar"
 msgid "%1 (Default)"
-msgstr "Als Standardkalender &verwenden"
+msgstr "%1 (Standard)"
 
 #: akonadicollectionview.cpp:431
-#, fuzzy, kde-format
-#| msgctxt "info:tooltip"
-#| msgid "Set search keyword"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Set search keyword"
 msgstr "Such-Stichwort festlegen"
@@ -1332,8 +1309,7 @@
 msgstr "Als Standardkalender &verwenden"
 
 #: akonadicollectionview.cpp:586
-#, fuzzy, kde-format
-#| msgid "Serverside Subscription..."
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "Serverside Subscription..."
 msgstr "Serverseitiges Abonnement ..."
@@ -1359,15 +1335,13 @@
 msgstr "Kalender hinzufügen"
 
 #: akonadicollectionview.cpp:797
-#, fuzzy, kde-format
-#| msgid "Do you really want to delete calendar %1?"
+#, kde-format
 msgctxt "@info"
 msgid "Do you really want to delete calendar %1?"
 msgstr "Möchten Sie den Kalender %1 wirklich löschen?"
 
 #: akonadicollectionview.cpp:798
-#, fuzzy, kde-format
-#| msgid "Delete Calendar"
+#, kde-format
 msgctxt "@title:window"
 msgid "Delete Calendar"
 msgstr "Kalender löschen"
@@ -2026,16 +2000,13 @@
 msgstr "Kalender suchen"
 
 #: dialog/searchdialog.cpp:78
-#, fuzzy, kde-format
-#| msgctxt "search in calendar"
-#| msgid "&Search"
+#, kde-format
 msgctxt "@action:button search in calendar"
 msgid "&Search"
 msgstr "&Suchen"
 
 #: dialog/searchdialog.cpp:80
-#, fuzzy, kde-format
-#| msgid "Start searching"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Start the search"
 msgstr "Suche beginnen"
@@ -2047,10 +2018,7 @@
 msgstr "Drücken Sie diesen Knopf, um die Suche zu starten."
 
 #: dialog/searchdialog.cpp:142
-#, fuzzy, kde-format
-#| msgid ""
-#| "Invalid search expression, cannot perform the search. Please enter a "
-#| "search expression using the wildcard characters '*' and '?' where needed."
+#, kde-format
 msgctxt "@info"
 msgid ""
 "Invalid search expression, cannot perform the search. Please enter a search "
@@ -2061,16 +2029,14 @@
 "„*“ und „?“."
 
 #: dialog/searchdialog.cpp:155
-#, fuzzy, kde-format
-#| msgid "No items were found that match your search pattern."
+#, kde-format
 msgctxt "@info"
 msgid "No items were found that match your search pattern."
 msgstr ""
 "Mit Ihren Sucheinstellungen wurden keine passenden Ereignisse gefunden."
 
 #: dialog/searchdialog.cpp:156
-#, fuzzy, kde-format
-#| msgid "Search Results"
+#, kde-format
 msgctxt "@title:window"
 msgid "Search Results"
 msgstr "Suchergebnisse"
@@ -2305,58 +2271,49 @@
 msgstr "&Abbrechen"
 
 #: koeventpopupmenu.cpp:61
-#, fuzzy, kde-format
-#| msgid "&Show"
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "&Show"
 msgstr "An&zeigen"
 
 #: koeventpopupmenu.cpp:65
-#, fuzzy, kde-format
-#| msgid "&Edit..."
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "&Edit..."
 msgstr "&Bearbeiten ..."
 
 #: koeventpopupmenu.cpp:69
-#, fuzzy, kde-format
-#| msgid "&Delete"
+#, kde-format
 msgctxt "@action:inmenu delete this incidence"
 msgid "&Delete"
 msgstr "&Löschen"
 
 #: koeventpopupmenu.cpp:75
-#, fuzzy, kde-format
-#| msgid "&Print..."
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "&Print..."
 msgstr "&Drucken ..."
 
 #: koeventpopupmenu.cpp:79
-#, fuzzy, kde-format
-#| msgid "Print Previe&w..."
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "Print Previe&w..."
 msgstr "Druck&vorschau ..."
 
 #: koeventpopupmenu.cpp:101
-#, fuzzy, kde-format
-#| msgctxt "cut this event"
-#| msgid "C&ut"
+#, kde-format
 msgctxt "@action:inmenu cut this incidence"
 msgid "C&ut"
 msgstr "&Ausschneiden"
 
 #: koeventpopupmenu.cpp:104
-#, fuzzy, kde-format
-#| msgid "&Copy"
+#, kde-format
 msgctxt "@action:inmenu copy this incidence"
 msgid "&Copy"
 msgstr "&Kopieren"
 
 #: koeventpopupmenu.cpp:107
-#, fuzzy, kde-format
-#| msgid "&Paste"
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "&Paste"
 msgstr "&Einfügen"
@@ -2376,8 +2333,7 @@
 msgstr "Termin erstellen"
 
 #: koeventpopupmenu.cpp:129
-#, fuzzy, kde-format
-#| msgid "Togg&le To-do Completed"
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "Togg&le To-do Completed"
 msgstr "Markierung „Aufgabe erledigt“ umschalten"
@@ -2397,39 +2353,34 @@
 msgstr "Aufgabe erstellen"
 
 #: koeventpopupmenu.cpp:146
-#, fuzzy, kde-format
-#| msgid "&Toggle Reminder"
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "&Toggle Reminder"
 msgstr "&Erinnerung ein-/ausschalten"
 
 #: koeventpopupmenu.cpp:154
-#, fuzzy, kde-format
-#| msgid "&Dissociate From Recurrence..."
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "&Dissociate From Recurrence..."
 msgstr "Aus der Wiederholungsliste &herauslösen ..."
 
 #: koeventpopupmenu.cpp:163
-#, fuzzy, kde-format
-#| msgid "&Send as iCalendar..."
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "Send as iCalendar..."
-msgstr "Als &iCalendar senden ..."
+msgstr "Als iCalendar senden ..."
 
 #: koeventpopupmenu.cpp:215
-#, fuzzy, kde-format
-#| msgid "&Toggle Reminder"
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "&Toggle Reminder Off"
-msgstr "&Erinnerung ein-/ausschalten"
+msgstr "&Erinnerung ausschalten"
 
 #: koeventpopupmenu.cpp:216
-#, fuzzy, kde-format
-#| msgid "&Toggle Reminder"
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "&Toggle Reminder On"
-msgstr "&Erinnerung ein-/ausschalten"
+msgstr "&Erinnerung einschalten"
 
 #: kohelper.cpp:75
 #, kde-format
@@ -3958,10 +3909,9 @@
 msgstr "KOrganizer-Bestätigung"
 
 #: prefs/koprefsdialog.cpp:1599
-#, fuzzy, kde-format
-#| msgid "Laurent Montel"
+#, kde-format
 msgid "(c) 2020 Laurent Montel"
-msgstr "Laurent Montel"
+msgstr "Copyright © 2020 Laurent Montel"
 
 #. i18n: ectx: label, entry (Confirm), group (Save Settings)
 #: settings/korganizer.kcfg:15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-20.08.1/po/en_GB/korganizer.po 
new/korganizer-20.08.2/po/en_GB/korganizer.po
--- old/korganizer-20.08.1/po/en_GB/korganizer.po       2020-09-01 
08:36:01.000000000 +0200
+++ new/korganizer-20.08.2/po/en_GB/korganizer.po       2020-10-06 
05:40:36.000000000 +0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:48+0200\n"
-"PO-Revision-Date: 2020-06-27 12:57+0100\n"
+"PO-Revision-Date: 2020-09-27 15:19+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
@@ -19,7 +19,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 20.04.2\n"
+"X-Generator: Lokalize 20.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -376,8 +376,7 @@
 "Allows you to export your entire calendar collection to one iCalendar file."
 
 #: actionmanager.cpp:309
-#, fuzzy, kde-format
-#| msgid "Archive O&ld Incidences..."
+#, kde-format
 msgid "Archive O&ld Incidences..."
 msgstr "Archive O&ld Incidences..."
 
@@ -721,9 +720,7 @@
 msgstr "Today"
 
 #: actionmanager.cpp:547
-#, fuzzy, kde-format
-#| msgctxt "@info:status"
-#| msgid "Scroll to Today"
+#, kde-format
 msgctxt "@info:status"
 msgid "Scroll to Today"
 msgstr "Scroll to Today"
@@ -753,9 +750,7 @@
 msgstr "Back"
 
 #: actionmanager.cpp:560
-#, fuzzy, kde-format
-#| msgctxt "@info:status"
-#| msgid "Scroll Backward"
+#, kde-format
 msgctxt "@info:status"
 msgid "Scroll Backward"
 msgstr "Scroll Backward"
@@ -789,9 +784,7 @@
 msgstr "Forwards"
 
 #: actionmanager.cpp:574
-#, fuzzy, kde-format
-#| msgctxt "@info:status"
-#| msgid "Scroll Forward"
+#, kde-format
 msgctxt "@info:status"
 msgid "Scroll Forward"
 msgstr "Scroll Forwards"
@@ -840,9 +833,7 @@
 msgstr "New E&vent..."
 
 #: actionmanager.cpp:616
-#, fuzzy, kde-format
-#| msgctxt "@info:status"
-#| msgid "Create a new Event"
+#, kde-format
 msgctxt "@info:status"
 msgid "Create a new Event"
 msgstr "Create a new Event"
@@ -869,9 +860,7 @@
 msgstr "New &To-do..."
 
 #: actionmanager.cpp:629
-#, fuzzy, kde-format
-#| msgctxt "@info:status"
-#| msgid "Create a new To-do"
+#, kde-format
 msgctxt "@info:status"
 msgid "Create a new To-do"
 msgstr "Create a new To-do"
@@ -903,9 +892,7 @@
 msgstr "New &Journal..."
 
 #: actionmanager.cpp:653
-#, fuzzy, kde-format
-#| msgctxt "@info:status"
-#| msgid "Create a new Journal"
+#, kde-format
 msgctxt "@info:status"
 msgid "Create a new Journal"
 msgstr "Create a new Journal"
@@ -933,9 +920,7 @@
 msgstr "Configure"
 
 #: actionmanager.cpp:666
-#, fuzzy, kde-format
-#| msgctxt "@info:status"
-#| msgid "Configure the view"
+#, kde-format
 msgctxt "@info:status"
 msgid "Configure the view"
 msgstr "Configure the view"
@@ -1260,17 +1245,13 @@
 msgstr "Add as new calendar"
 
 #: akonadicollectionview.cpp:312
-#, fuzzy, kde-format
-#| msgctxt "@item this is the default calendar"
-#| msgid "%1 (Default)"
+#, kde-format
 msgctxt "@item this is the default calendar"
 msgid "%1 (Default)"
 msgstr "%1 (Default)"
 
 #: akonadicollectionview.cpp:431
-#, fuzzy, kde-format
-#| msgctxt "@info:tooltip"
-#| msgid "Set search keyword"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Set search keyword"
 msgstr "Set search keyword"
@@ -1300,17 +1281,13 @@
 msgstr "&Set Folder Colour..."
 
 #: akonadicollectionview.cpp:578
-#, fuzzy, kde-format
-#| msgctxt "@action:inmenu"
-#| msgid "Set as &Default Folder"
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "Set as &Default Folder"
 msgstr "Set as &Default Folder"
 
 #: akonadicollectionview.cpp:586
-#, fuzzy, kde-format
-#| msgctxt "@action:inmenu"
-#| msgid "Serverside Subscription..."
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "Serverside Subscription..."
 msgstr "Serverside Subscription..."
@@ -1334,17 +1311,13 @@
 msgstr "Add Calendar"
 
 #: akonadicollectionview.cpp:797
-#, fuzzy, kde-format
-#| msgctxt "@info"
-#| msgid "Do you really want to delete calendar %1?"
+#, kde-format
 msgctxt "@info"
 msgid "Do you really want to delete calendar %1?"
 msgstr "Do you really want to delete calendar %1?"
 
 #: akonadicollectionview.cpp:798
-#, fuzzy, kde-format
-#| msgctxt "@title:window"
-#| msgid "Delete Calendar"
+#, kde-format
 msgctxt "@title:window"
 msgid "Delete Calendar"
 msgstr "Delete Calendar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-20.08.1/po/fr/korganizer.po 
new/korganizer-20.08.2/po/fr/korganizer.po
--- old/korganizer-20.08.1/po/fr/korganizer.po  2020-09-01 08:36:02.000000000 
+0200
+++ new/korganizer-20.08.2/po/fr/korganizer.po  2020-10-06 05:40:36.000000000 
+0200
@@ -32,7 +32,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 20.08.0\n"
+"X-Generator: Lokalize 20.08.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-20.08.1/po/it/korganizer.po 
new/korganizer-20.08.2/po/it/korganizer.po
--- old/korganizer-20.08.1/po/it/korganizer.po  2020-09-01 08:36:02.000000000 
+0200
+++ new/korganizer-20.08.2/po/it/korganizer.po  2020-10-06 05:40:37.000000000 
+0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:48+0200\n"
-"PO-Revision-Date: 2020-07-25 19:37+0200\n"
+"PO-Revision-Date: 2020-09-21 00:37+0200\n"
 "Last-Translator: Luigi Toscano <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
 "Language: it\n"
@@ -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 20.04.1\n"
+"X-Generator: Lokalize 20.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -3420,7 +3420,7 @@
 #: korganizer_options.h:50
 #, kde-format
 msgid "Lists the available options for user feedback"
-msgstr ""
+msgstr "Mostra le opzioni disponibili per le segnalazioni degli utenti"
 
 #: koviewmanager.cpp:482
 #, kde-format
@@ -3848,7 +3848,7 @@
 #: prefs/koprefsdialog.cpp:1597
 #, kde-format
 msgid "KOrganizer Configure User FeedBack"
-msgstr "KOrganizer - Configurazione dei commenti degli utenti"
+msgstr "KOrganizer - Configurazione delle segnalazioni degli utenti"
 
 #: prefs/koprefsdialog.cpp:1599
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-20.08.1/po/ko/korganizer.po 
new/korganizer-20.08.2/po/ko/korganizer.po
--- old/korganizer-20.08.1/po/ko/korganizer.po  2020-09-01 08:36:02.000000000 
+0200
+++ new/korganizer-20.08.2/po/ko/korganizer.po  2020-10-06 05:40:37.000000000 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: Korganizer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:48+0200\n"
-"PO-Revision-Date: 2020-04-04 14:17+0200\n"
+"PO-Revision-Date: 2020-10-04 18:14+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
 "Language: ko\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 19.04.3\n"
+"X-Generator: Lokalize 19.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -2297,11 +2297,10 @@
 msgstr "출력(&P)..."
 
 #: koeventpopupmenu.cpp:79
-#, fuzzy, kde-format
-#| msgid "&Print..."
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "Print Previe&w..."
-msgstr "출력(&P)..."
+msgstr "인쇄 미리 보기(&W)..."
 
 #: koeventpopupmenu.cpp:101
 #, fuzzy, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-20.08.1/po/ro/korgac.po 
new/korganizer-20.08.2/po/ro/korgac.po
--- old/korganizer-20.08.1/po/ro/korgac.po      2020-09-01 08:36:03.000000000 
+0200
+++ new/korganizer-20.08.2/po/ro/korgac.po      2020-10-06 05:40:38.000000000 
+0200
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
+# Sergiu Bivol <[email protected]>, 2014.
 #
-# Sergiu Bivol <[email protected]>, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
@@ -16,7 +16,6 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-20.08.1/po/ro/korganizer.po 
new/korganizer-20.08.2/po/ro/korganizer.po
--- old/korganizer-20.08.1/po/ro/korganizer.po  2020-09-01 08:36:03.000000000 
+0200
+++ new/korganizer-20.08.2/po/ro/korganizer.po  2020-10-06 05:40:38.000000000 
+0200
@@ -1,19 +1,18 @@
 # Copyright (C).
+# Sergiu Bivol <[email protected]>, 2008, 2009, 2011, 2012, 2013.
 #
-# Sergiu Bivol <[email protected]>, 2008, 2009, 2011, 2012, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: korganizer-1.1.1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2013-02-16 10:43+0200\n"
-"Last-Translator: Sergiu Bivol <[email protected]>\n"
+"Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
 "Language: ro\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2;\n"
 
@@ -25,7 +24,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected]"
+msgstr "[email protected]"
 
 #: aboutdata.cpp:34 kontactplugin/korganizer/journalplugin.cpp:43
 #: kontactplugin/korganizer/korganizerplugin.cpp:56
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-20.08.1/po/zh_CN/korgac.po 
new/korganizer-20.08.2/po/zh_CN/korgac.po
--- old/korganizer-20.08.1/po/zh_CN/korgac.po   2020-09-01 08:36:04.000000000 
+0200
+++ new/korganizer-20.08.2/po/zh_CN/korgac.po   2020-10-06 05:40:38.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:48+0200\n"
-"PO-Revision-Date: 2020-08-12 20:43\n"
+"PO-Revision-Date: 2020-09-23 12:21\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-20.08.1/po/zh_CN/korganizer.po 
new/korganizer-20.08.2/po/zh_CN/korganizer.po
--- old/korganizer-20.08.1/po/zh_CN/korganizer.po       2020-09-01 
08:36:04.000000000 +0200
+++ new/korganizer-20.08.2/po/zh_CN/korganizer.po       2020-10-06 
05:40:38.000000000 +0200
@@ -14,7 +14,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:48+0200\n"
-"PO-Revision-Date: 2020-08-12 20:43\n"
+"PO-Revision-Date: 2020-09-23 12:21\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-20.08.1/src/korganizer-view.desktop 
new/korganizer-20.08.2/src/korganizer-view.desktop
--- old/korganizer-20.08.1/src/korganizer-view.desktop  2020-08-31 
21:30:21.000000000 +0200
+++ new/korganizer-20.08.2/src/korganizer-view.desktop  2020-10-03 
14:50:10.000000000 +0200
@@ -11,6 +11,7 @@
 Name[fi]=KOrganizer-näkymä
 Name[fr]=Vue KOrganizer
 Name[ia]=Korganizer vista
+Name[it]=Vista di KOrganizer
 Name[nl]=Beeld KOrganizer
 Name[pt]=Área do KOrganizer
 Name[pt_BR]=Visualização do KOrganizer
@@ -28,6 +29,7 @@
 Comment[fi]=Näytä verkko-osoitteen osoittama esiintymä
 Comment[fr]=Afficher de l'incidence spécifiée par l'URL
 Comment[ia]=Monstra incidentia specificate per URL
+Comment[it]=Mostra l'occorrenza indicata dall'URL
 Comment[nl]=Toon URL van genoemd voorval
 Comment[pt]=Mostra o evento indicado pelo URL
 Comment[pt_BR]=Mostrar incidência especificada pela URL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/korganizer-20.08.1/src/org.kde.korganizer.appdata.xml 
new/korganizer-20.08.2/src/org.kde.korganizer.appdata.xml
--- old/korganizer-20.08.1/src/org.kde.korganizer.appdata.xml   2020-08-31 
21:30:21.000000000 +0200
+++ new/korganizer-20.08.2/src/org.kde.korganizer.appdata.xml   2020-10-03 
14:50:10.000000000 +0200
@@ -377,9 +377,9 @@
     <binary>korganizer</binary>
   </provides>
   <releases>
+    <release version="5.15.2" date="2020-10-08"/>
     <release version="5.15.1" date="2020-09-03"/>
     <release version="5.15.0" date="2020-08-13"/>
     <release version="5.14.3" date="2020-07-09"/>
-    <release version="5.14.2" date="2020-06-11"/>
   </releases>
 </component>


Reply via email to