Hello community, here is the log from the commit of package korganizer for openSUSE:Factory checked in at 2020-07-14 07:49:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/korganizer (Old) and /work/SRC/openSUSE:Factory/.korganizer.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "korganizer" Tue Jul 14 07:49:27 2020 rev:48 rq:820243 version:20.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/korganizer/korganizer.changes 2020-06-14 18:22:14.048016867 +0200 +++ /work/SRC/openSUSE:Factory/.korganizer.new.3060/korganizer.changes 2020-07-14 07:49:39.615919458 +0200 @@ -1,0 +2,9 @@ +Thu Jul 9 20:10:12 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/2020-07-apps-update +- No code change since 20.04.2 + +------------------------------------------------------------------- Old: ---- korganizer-20.04.2.tar.xz korganizer-20.04.2.tar.xz.sig New: ---- korganizer-20.04.3.tar.xz korganizer-20.04.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ korganizer.spec ++++++ --- /var/tmp/diff_new_pack.JJwXZF/_old 2020-07-14 07:49:41.371925127 +0200 +++ /var/tmp/diff_new_pack.JJwXZF/_new 2020-07-14 07:49:41.375925140 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: korganizer -Version: 20.04.2 +Version: 20.04.3 Release: 0 Summary: Personal Organizer License: GPL-2.0-only ++++++ korganizer-20.04.2.tar.xz -> korganizer-20.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/korganizer-20.04.2/CMakeLists.txt new/korganizer-20.04.3/CMakeLists.txt --- old/korganizer-20.04.2/CMakeLists.txt 2020-06-09 02:46:13.000000000 +0200 +++ new/korganizer-20.04.3/CMakeLists.txt 2020-07-07 03:08:41.000000000 +0200 @@ -7,8 +7,8 @@ set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") endif() -set(KDEPIM_VERSION_NUMBER "5.14.2") -set(RELEASE_SERVICE_VERSION "20.04.2") +set(KDEPIM_VERSION_NUMBER "5.14.3") +set(RELEASE_SERVICE_VERSION "20.04.3") set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION} (${RELEASE_SERVICE_VERSION})") @@ -41,21 +41,21 @@ include(ECMQtDeclareLoggingCategory) -set(AKONADI_MIMELIB_VERSION "5.14.2") -set(AKONADI_CONTACT_VERSION "5.14.2") -set(IDENTITYMANAGEMENT_LIB_VERSION "5.14.2") -set(KLDAP_LIB_VERSION "5.14.2") -set(KMAILTRANSPORT_LIB_VERSION "5.14.2") -set(CALENDARUTILS_LIB_VERSION "5.14.2") -set(AKONADICALENDAR_LIB_VERSION "5.14.2") -set(KONTACTINTERFACE_LIB_VERSION "5.14.2") -set(KMIME_LIB_VERSION "5.14.2") -set(KPIMTEXTEDIT_LIB_VERSION "5.14.2") -set(AKONADI_VERSION "5.14.2") +set(AKONADI_MIMELIB_VERSION "5.14.3") +set(AKONADI_CONTACT_VERSION "5.14.3") +set(IDENTITYMANAGEMENT_LIB_VERSION "5.14.3") +set(KLDAP_LIB_VERSION "5.14.3") +set(KMAILTRANSPORT_LIB_VERSION "5.14.3") +set(CALENDARUTILS_LIB_VERSION "5.14.3") +set(AKONADICALENDAR_LIB_VERSION "5.14.3") +set(KONTACTINTERFACE_LIB_VERSION "5.14.3") +set(KMIME_LIB_VERSION "5.14.3") +set(KPIMTEXTEDIT_LIB_VERSION "5.14.3") +set(AKONADI_VERSION "5.14.3") set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}") set(KDEPIM_LIB_SOVERSION "5") -set(AKONADINOTES_LIB_VERSION "5.14.2") +set(AKONADINOTES_LIB_VERSION "5.14.3") set(QT_REQUIRED_VERSION "5.12.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.14.2") -set(PIMCOMMON_LIB_VERSION_LIB "5.14.2") -set(LIBKDEPIM_LIB_VERSION_LIB "5.14.2") -set(LIBINCIDENCEEDITOR_LIB_VERSION_LIB "5.14.2") -set(CALENDARSUPPORT_LIB_VERSION_LIB "5.14.2") -set(EVENTVIEW_LIB_VERSION_LIB "5.14.2") +set(KDEPIM_APPS_LIB_VERSION_LIB "5.14.3") +set(PIMCOMMON_LIB_VERSION_LIB "5.14.3") +set(LIBKDEPIM_LIB_VERSION_LIB "5.14.3") +set(LIBINCIDENCEEDITOR_LIB_VERSION_LIB "5.14.3") +set(CALENDARSUPPORT_LIB_VERSION_LIB "5.14.3") +set(EVENTVIEW_LIB_VERSION_LIB "5.14.3") -find_package(KF5AkonadiSearch "5.14.2" CONFIG REQUIRED) +find_package(KF5AkonadiSearch "5.14.3" 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.04.2/po/ca/docs/korganizer/index.docbook new/korganizer-20.04.3/po/ca/docs/korganizer/index.docbook --- old/korganizer-20.04.2/po/ca/docs/korganizer/index.docbook 2020-06-09 02:46:13.000000000 +0200 +++ new/korganizer-20.04.3/po/ca/docs/korganizer/index.docbook 2020-07-07 03:08:41.000000000 +0200 @@ -1151,7 +1151,7 @@ >Qualsevol esdeveniment es pot tornar a planificar amb el ratolí. Moveu el >punter del ratolí sobre l'esdeveniment i arrossegueu-lo cap a una nova >localització d'hora. Això també funciona en les vistes de setmana i setmana >laboral. Els esdeveniments es poden moure a altres dates encara que no >estiguin visibles. Moveu el punter del ratolí sobre l'esdeveniment i >arrossegueu-lo cap al navegador de dates.</para> <para ->Atès que la vista d'agenda no pot contenir el dia sencer en la major part de les pantalles, haureu de desplaçar-vos cap amunt i cap avall per a veure tot el dia. Hi ha un consell útil que us indica si hi ha algun esdeveniment no visible per sobre o per sota de la vista actual, es tracta d'una petita fletxa en la part inferior de la vista de cada dia apuntant cap amunt.</para> +>Atès que la vista d'agenda no pot contenir el dia sencer en la majoria de les pantalles, haureu de desplaçar-vos cap amunt i cap avall per a veure tot el dia. Hi ha un consell útil que us indica si hi ha algun esdeveniment no visible per sobre o per sota de la vista actual, es tracta d'una petita fletxa en la part inferior de la vista de cada dia apuntant cap amunt.</para> <tip ><para @@ -1368,7 +1368,7 @@ >, en altres paraules, una data per a la que haurà d'estar finalitzada.</para> <para ->També podeu assignar prioritats a les tasques pendents, i apareixeran ordenades segons la seva prioritat. A menor número, major prioritat, excepte el zero (0), que es defineix com a <quote +>També podeu assignar prioritats a les tasques pendents, i apareixeran ordenades segons la seva prioritat. A un número més petit, una prioritat més gran, excepte el zero (0), que es defineix com a <quote >sense prioritat</quote >.</para> @@ -3078,7 +3078,7 @@ <para >Estableix un fitxer per a usar com a fitxer de so predeterminat per als nous >recordatoris. Sempre podreu especificar un altre fitxer al recordatori >avançat, accessible des dels editors d'esdeveniments o tasques >pendents.</para> <para ->Comproveu les següents dues caselles si voleu habilitar recordatoris per a tots els esdeveniments o tasques pendents de nova creació. Sempre es poden deshabilitar en els diàlegs de l'editor.</para> +>Comproveu les següents dues caselles si voleu habilitar recordatoris per a tots els esdeveniments o tasques pendents de nova creació. Sempre es poden inhabilitar en els diàlegs de l'editor.</para> </listitem> </varlistentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/korganizer-20.04.2/po/cs/korganizer.po new/korganizer-20.04.3/po/cs/korganizer.po --- old/korganizer-20.04.2/po/cs/korganizer.po 2020-06-09 02:46:11.000000000 +0200 +++ new/korganizer-20.04.3/po/cs/korganizer.po 2020-07-07 03:08:39.000000000 +0200 @@ -12,7 +12,7 @@ "PO-Revision-Date: 2020-05-05 11:19+0200\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" -"Language: en_US\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/korganizer-20.04.2/po/en_GB/korganizer.po new/korganizer-20.04.3/po/en_GB/korganizer.po --- old/korganizer-20.04.2/po/en_GB/korganizer.po 2020-06-09 02:46:11.000000000 +0200 +++ new/korganizer-20.04.3/po/en_GB/korganizer.po 2020-07-07 03:08:40.000000000 +0200 @@ -923,7 +923,7 @@ "View the details of events, journal entries or to-dos selected in " "KOrganizer's main view here." msgstr "" -"View the details of events, journal entries or to-dos selected in " +"View the details of events, journal entries or to-do selected in " "KOrganizer's main view here." #: calendarview.cpp:667 @@ -3801,8 +3801,8 @@ "Check this box to show the days containing to-dos in bold typeface in the " "Date Navigator when in to-do view." msgstr "" -"Tick this box to show the days containing to-do lists in bold typeface in " -"the Date Navigator when in the to-do list view." +"Tick this box to show the days containing to-dos in bold typeface in the " +"Date Navigator when in the to-do list view." #. i18n: ectx: label, entry (HighlightJournals), group (General View) #: settings/korganizer.kcfg:136 @@ -4618,7 +4618,7 @@ #: settings/korganizer.kcfg:431 #, kde-format msgid "Default todo attachment method" -msgstr "Default todo attachment method" +msgstr "Default to-do attachment method" #. i18n: ectx: whatsthis, entry (DefaultTodoAttachMethod), group (Hidden Options) #: settings/korganizer.kcfg:432 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/korganizer-20.04.2/po/fi/korgac.po new/korganizer-20.04.3/po/fi/korgac.po --- old/korganizer-20.04.2/po/fi/korgac.po 2020-06-09 02:46:12.000000000 +0200 +++ new/korganizer-20.04.3/po/fi/korgac.po 2020-07-07 03:08:40.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-03-26 09:17+0100\n" -"PO-Revision-Date: 2020-01-08 12:55+0200\n" +"PO-Revision-Date: 2020-06-22 23:16+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" "Language: fi\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 18.12.3\n" +"X-Generator: Lokalize 20.04.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -278,22 +278,18 @@ msgstr "Aseta nykyinen lykkäysarvo uudeksi oletusarvoksi tällä painikkeella" #: alarmdialog.cpp:540 -#, fuzzy, kde-format -#| msgctxt "@info" -#| msgid "\"%1\" is a read-only item so modifications are not possible." +#, kde-format msgctxt "@info" msgid "\"%1\" is a read-only incidence so modifications are not possible." -msgstr "”%1” on vain luettavissa, joten muuttaminen ei ole mahdollista." +msgstr "”%1” on vain luettavissa, joten sitä ei voi muuttaa." #: alarmdialog.cpp:549 -#, fuzzy, kde-format -#| msgctxt "@info" -#| msgid "An internal KOrganizer error occurred attempting to modify \"%1\"" +#, kde-format msgctxt "@info" msgid "" "An internal error occurred attempting to modify \"%1\". Unsupported type." msgstr "" -"Tapahtui KOrganizerin sisäinen virhe yritettäessä muuttaa esiintymää ”%1”" +"Yritetään muuttaa kohdetta ”%1” ilmeni sisäinen virhe. Ei-tuettu tyyppi." #: alarmdialog.cpp:777 #, kde-format @@ -311,7 +307,7 @@ #, kde-format msgctxt "@info email subject, error message" msgid "<warning>Failed to send the Email reminder for %1. %2</warning>" -msgstr "" +msgstr "<warning>Sähköpostimuistutuksen lähetys epäonnistui: %1. %2.</warning>" #: alarmdialog.cpp:1109 #, kde-format @@ -474,7 +470,7 @@ #: mailclient.cpp:76 mailclient.cpp:118 #, kde-format msgid "No attendees specified" -msgstr "" +msgstr "Osallistujia ei ole annettu" #: mailclient.cpp:135 #, kde-format @@ -489,17 +485,17 @@ #: mailclient.cpp:214 #, kde-format msgid "Unable to start the transport manager" -msgstr "" +msgstr "Postivälityksen käynnistäminen epäonnistui" #: mailclient.cpp:249 #, kde-format msgid "Unable to determine a mail transport" -msgstr "" +msgstr "Postivälityksen tunnistus epäonnistui" #: mailclient.cpp:385 #, kde-format msgid "Unable to queue the message in the outbox" -msgstr "" +msgstr "Viestin siirto lähetettävien jonoon epäonnistui" #~ msgctxt "@label an ellipsis" #~ msgid "..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/korganizer-20.04.2/po/fi/korganizer.po new/korganizer-20.04.3/po/fi/korganizer.po --- old/korganizer-20.04.2/po/fi/korganizer.po 2020-06-09 02:46:12.000000000 +0200 +++ new/korganizer-20.04.3/po/fi/korganizer.po 2020-07-07 03:08:40.000000000 +0200 @@ -17,7 +17,7 @@ "Project-Id-Version: korganizer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-04-07 09:03+0200\n" -"PO-Revision-Date: 2020-01-01 13:12+0200\n" +"PO-Revision-Date: 2020-06-25 14:39+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" "Language: fi\n" @@ -26,7 +26,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2013-01-13 20:43:22+0000\n" -"X-Generator: Lokalize 18.12.3\n" +"X-Generator: Lokalize 20.04.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -640,7 +640,7 @@ #: actionmanager.cpp:699 #, kde-format msgid "Manage View &Filters..." -msgstr "Hallitse näkymä&suodattimia…" +msgstr "Näkymä&suodatinten hallinta…" #: actionmanager.cpp:703 #, kde-format @@ -851,11 +851,10 @@ msgstr "Lisää uutena kalenterina" #: akonadicollectionview.cpp:312 -#, fuzzy, kde-format -#| msgid "Use as &Default Calendar" +#, kde-format msgctxt "this is the default calendar" msgid "%1 (Default)" -msgstr "Käytä &oletuskalenterina" +msgstr "%1 (oletus)" #: akonadicollectionview.cpp:430 #, kde-format @@ -886,10 +885,9 @@ msgstr "Liitä &väri" #: akonadicollectionview.cpp:583 -#, fuzzy, kde-format -#| msgid "Use as &Default Calendar" +#, kde-format msgid "Set as &Default Calendar" -msgstr "Käytä &oletuskalenterina" +msgstr "&Käytä oletuskalenterina" #: akonadicollectionview.cpp:592 #, kde-format @@ -897,18 +895,16 @@ msgstr "Palvelinpuolen tilaus…" #: akonadicollectionview.cpp:651 -#, fuzzy, kde-format -#| msgid "Do you really want to delete calendar %1?" +#, kde-format msgctxt "@info" msgid "Do you really want replace your current default calendar with \"%1\"?" -msgstr "Haluatko varmasti poistaa kalenterin %1?" +msgstr "Haluatko varmasti, että ”%1” korvaa nykyisen oletuskalenterisi?" #: akonadicollectionview.cpp:653 -#, fuzzy, kde-format -#| msgid "Use as &Default Calendar" +#, kde-format msgctxt "@title:window" msgid "Replace Default Calendar?" -msgstr "Käytä &oletuskalenterina" +msgstr "Korvataanko oletuskalenteri?" #: akonadicollectionview.cpp:776 #, kde-format @@ -1619,19 +1615,16 @@ msgstr "Etsi kalenterista" #: dialog/searchdialog.cpp:86 -#, fuzzy, kde-format -#| msgctxt "search in calendar" -#| msgid "&Search" +#, kde-format msgctxt "@action:button search in calendar" msgid "&Search" msgstr "&Etsi" #: dialog/searchdialog.cpp:88 -#, fuzzy, kde-format -#| msgid "Start searching" +#, kde-format msgctxt "@info:tooltip" msgid "Start the search" -msgstr "Käynnistä etsintä" +msgstr "Käynnistä haku" #: dialog/searchdialog.cpp:91 #, kde-format @@ -1640,41 +1633,34 @@ msgstr "Aloita haku painamalla tästä." #: dialog/searchdialog.cpp:151 -#, 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 " "expression using the wildcard characters '*' and '?' where needed." msgstr "" -"Virheellinen hakulause: hakua ei voida suorittaa. Anna hakulause. Voit " -"käyttää jokerimerkkejä ”*” ja ”?” tarpeen mukaan." +"Virheellinen hakulause: haku ei onnistu. Anna hakulause, jossa voi tarpeen " +"mukaan käyttää jokerimerkkejä ”*” ja ”?”." #: dialog/searchdialog.cpp:163 -#, 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 "Hakulausettasi vastaavia merkintöjä ei löytynyt." +msgstr "Hakulausettasi vastaavia kohteita ei löytynyt." #: dialog/searchdialog.cpp:164 -#, fuzzy, kde-format -#| msgid "Search Results" +#, kde-format msgctxt "@title:window" msgid "Search Results" -msgstr "Haun tulokset" +msgstr "Hakutulokset" #: dialog/searchdialog.cpp:167 -#, fuzzy, kde-format -#| msgid "%1 item" -#| msgid_plural "%1 items" +#, kde-format msgctxt "@label" msgid "%1 item" msgid_plural "%1 items" -msgstr[0] "%1 merkintä" -msgstr[1] "%1 merkintää" +msgstr[0] "%1 kohde" +msgstr[1] "%1 kohdetta" #: helper/searchcollectionhelper.cpp:132 #, kde-format @@ -1881,131 +1867,112 @@ msgstr "&Peru" #: koeventpopupmenu.cpp:69 -#, fuzzy, kde-format -#| msgid "&Show" +#, kde-format msgctxt "@action:inmenu" msgid "&Show" msgstr "&Näytä" #: koeventpopupmenu.cpp:73 -#, fuzzy, kde-format -#| msgid "&Edit..." +#, kde-format msgctxt "@action:inmenu" msgid "&Edit..." msgstr "&Muokkaa…" #: koeventpopupmenu.cpp:77 -#, fuzzy, kde-format -#| msgid "&Delete" +#, kde-format msgctxt "@action:inmenu delete this incidence" msgid "&Delete" msgstr "&Poista" #: koeventpopupmenu.cpp:83 -#, fuzzy, kde-format -#| msgid "&Print..." +#, kde-format msgctxt "@action:inmenu" msgid "&Print..." -msgstr "&Tulosta…" +msgstr "T&ulosta…" #: koeventpopupmenu.cpp:87 -#, fuzzy, kde-format -#| msgid "Print Previe&w..." +#, kde-format msgctxt "@action:inmenu" msgid "Print Previe&w..." msgstr "Tulostuksen &esikatselu…" #: koeventpopupmenu.cpp:109 -#, fuzzy, kde-format -#| msgctxt "cut this event" -#| msgid "C&ut" +#, kde-format msgctxt "@action:inmenu cut this incidence" msgid "C&ut" msgstr "&Leikkaa" #: koeventpopupmenu.cpp:112 -#, fuzzy, kde-format -#| msgid "&Copy" +#, kde-format msgctxt "@action:inmenu copy this incidence" msgid "&Copy" msgstr "&Kopioi" #: koeventpopupmenu.cpp:115 -#, fuzzy, kde-format -#| msgid "&Paste" +#, kde-format msgctxt "@action:inmenu" msgid "&Paste" -msgstr "&Liitä" +msgstr "L&iitä" #: koeventpopupmenu.cpp:124 -#, fuzzy, kde-format -#| msgid "Create To-do" +#, kde-format msgctxt "@action:inmenu" msgid "Create To-do from Event" -msgstr "Lisää tehtävä" +msgstr "Luo tapahtumasta tehtävä" #: koeventpopupmenu.cpp:128 -#, fuzzy, kde-format -#| msgid "Create Event" +#, kde-format msgctxt "@action:inmenu" msgid "Create Note for Event" -msgstr "Luo tapahtuma" +msgstr "Luo tapahtumaan muistiinpano" #: koeventpopupmenu.cpp:137 -#, fuzzy, kde-format -#| msgid "Togg&le To-do Completed" +#, kde-format msgctxt "@action:inmenu" msgid "Togg&le To-do Completed" -msgstr "&Vaihda tehtävän Valmis-tilaa" +msgstr "Vaihda t&ehtävän valmis-tilaa" #: koeventpopupmenu.cpp:141 -#, fuzzy, kde-format -#| msgid "Create Event" +#, kde-format msgctxt "@action:inmenu" msgid "Create Event from To-do" -msgstr "Luo tapahtuma" +msgstr "Luo tehtävästä tapahtuma" #: koeventpopupmenu.cpp:145 -#, fuzzy, kde-format -#| msgid "Create To-do" +#, kde-format msgctxt "@action:inmenu" msgid "Create Note for To-do" -msgstr "Lisää tehtävä" +msgstr "Luo tehtävään muistiinpano" #: koeventpopupmenu.cpp:154 -#, fuzzy, kde-format -#| msgid "&Toggle Reminder" +#, kde-format msgctxt "@action:inmenu" msgid "&Toggle Reminder" -msgstr "&Vaihda muistutusten tilaa" +msgstr "&Vaihda muistutuksen tilaa" #: koeventpopupmenu.cpp:163 -#, fuzzy, kde-format -#| msgid "&Dissociate From Recurrence..." +#, kde-format msgctxt "@action:inmenu" msgid "&Dissociate From Recurrence..." msgstr "&Irrota toistosta…" #: koeventpopupmenu.cpp:172 -#, fuzzy, kde-format -#| msgid "Send as iCalendar..." +#, kde-format msgctxt "@action:inmenu" msgid "Email as iCalendar..." msgstr "Lähetä iCalendar-muodossa…" #: koeventpopupmenu.cpp:224 -#, fuzzy, kde-format -#| msgid "&Toggle Reminder" +#, kde-format msgctxt "@action:inmenu" msgid "&Toggle Reminder Off" -msgstr "&Vaihda muistutusten tilaa" +msgstr "&Poista muistutukset käytöstä" #: koeventpopupmenu.cpp:225 -#, fuzzy, kde-format -#| msgid "&Toggle Reminder" +#, kde-format msgctxt "@action:inmenu" msgid "&Toggle Reminder On" -msgstr "&Vaihda muistutusten tilaa" +msgstr "&Ota muistutukset käyttöön" #: kohelper.cpp:75 #, kde-format @@ -3518,19 +3485,17 @@ #: prefs/koprefsdialog.cpp:1597 #, kde-format msgid "KCMUserFeedBack" -msgstr "" +msgstr "KCMUserFeedBack" #: prefs/koprefsdialog.cpp:1599 -#, fuzzy, kde-format -#| msgid "KOrganizer Confirmation" +#, kde-format msgid "KOrganizer Configure User FeedBack" -msgstr "KOrganizer varmistus" +msgstr "KOrganizerin käyttäjäpalauteasetukset" #: prefs/koprefsdialog.cpp:1601 -#, fuzzy, kde-format -#| msgid "Laurent Montel" +#, kde-format msgid "(c) 2020 Laurent Montel" -msgstr "Laurent Montel" +msgstr "© 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.04.2/po/fr/korganizer.po new/korganizer-20.04.3/po/fr/korganizer.po --- old/korganizer-20.04.2/po/fr/korganizer.po 2020-06-09 02:46:12.000000000 +0200 +++ new/korganizer-20.04.3/po/fr/korganizer.po 2020-07-07 03:08:40.000000000 +0200 @@ -26,13 +26,13 @@ "POT-Creation-Date: 2020-04-07 09:03+0200\n" "PO-Revision-Date: 2020-05-19 12:34+0200\n" "Last-Translator: Xavier Besnard <[email protected]>\n" -"Language-Team: French <[email protected]>\n" +"Language-Team: French <[email protected]>\n" "Language: fr\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 20.04.1\n" +"X-Generator: Lokalize 20.04.2\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.04.2/po/pt_BR/korganizer.po new/korganizer-20.04.3/po/pt_BR/korganizer.po --- old/korganizer-20.04.2/po/pt_BR/korganizer.po 2020-06-09 02:46:12.000000000 +0200 +++ new/korganizer-20.04.3/po/pt_BR/korganizer.po 2020-07-07 03:08:41.000000000 +0200 @@ -18,15 +18,15 @@ "Project-Id-Version: korganizer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-04-07 09:03+0200\n" -"PO-Revision-Date: 2020-03-22 22:22-0300\n" -"Last-Translator: André Marcelo Alvarenga <[email protected]>\n" -"Language-Team: Brazilian Portuguese <[email protected]>\n" +"PO-Revision-Date: 2020-06-17 17:44-0300\n" +"Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" +"Language-Team: Brazilian Portuguese <[email protected]>\n" "Language: pt_BR\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 20.04.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -329,7 +329,7 @@ #: actionmanager.cpp:278 #, kde-format msgid "Get &Hot New Stuff..." -msgstr "Obter &novidades..." +msgstr "Baixar &novidades..." #: actionmanager.cpp:283 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/korganizer-20.04.2/po/zh_CN/korgac.po new/korganizer-20.04.3/po/zh_CN/korgac.po --- old/korganizer-20.04.2/po/zh_CN/korgac.po 2020-06-09 02:46:13.000000000 +0200 +++ new/korganizer-20.04.3/po/zh_CN/korgac.po 2020-07-07 03:08:41.000000000 +0200 @@ -8,8 +8,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-03-26 09:17+0100\n" -"PO-Revision-Date: 2020-05-09 13:51\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"PO-Revision-Date: 2020-06-24 08:02\n" +"Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -17,8 +17,10 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Crowdin-Project: kdeorg\n" +"X-Crowdin-Project-ID: 269464\n" "X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /kf5-stable/messages/pim/korgac.pot\n" +"X-Crowdin-File: /kf5-stable/messages/korganizer/korgac.pot\n" +"X-Crowdin-File-ID: 3161\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/korganizer-20.04.2/po/zh_CN/korganizer.po new/korganizer-20.04.3/po/zh_CN/korganizer.po --- old/korganizer-20.04.2/po/zh_CN/korganizer.po 2020-06-09 02:46:13.000000000 +0200 +++ new/korganizer-20.04.3/po/zh_CN/korganizer.po 2020-07-07 03:08:41.000000000 +0200 @@ -14,8 +14,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-04-07 09:03+0200\n" -"PO-Revision-Date: 2020-05-09 13:51\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"PO-Revision-Date: 2020-06-24 08:02\n" +"Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -23,8 +23,10 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Crowdin-Project: kdeorg\n" +"X-Crowdin-Project-ID: 269464\n" "X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /kf5-stable/messages/pim/korganizer.pot\n" +"X-Crowdin-File: /kf5-stable/messages/korganizer/korganizer.pot\n" +"X-Crowdin-File-ID: 3164\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/korganizer-20.04.2/src/kcmconfigs/korganizer_userfeedback.desktop new/korganizer-20.04.3/src/kcmconfigs/korganizer_userfeedback.desktop --- old/korganizer-20.04.2/src/kcmconfigs/korganizer_userfeedback.desktop 2020-06-08 20:10:51.000000000 +0200 +++ new/korganizer-20.04.3/src/kcmconfigs/korganizer_userfeedback.desktop 2020-07-03 23:31:08.000000000 +0200 @@ -18,6 +18,7 @@ Name[en_GB]=UserFeedBack Name[es]=Comentarios del usuario Name[et]=Kasutaja tagasiside +Name[fi]=Käyttäjäpalaute Name[fr]=UserFeedBack Name[ia]=Responsa de usator Name[it]=UserFeedback @@ -35,6 +36,7 @@ Comment[en_GB]=KOrganizer UserFeedBack Configuration Comment[es]=Configuración de los comentarios del usuario de KOrganizer Comment[et]=KOrganizeri kasutaja tagasiside seadistused +Comment[fi]=KOrganizerin käyttäjäpalauteasetukset Comment[fr]=Configuration d'UserFeedBack pour KOrganizer Comment[ia]=Configuration de Responsa de usator de KOrganizer Comment[it]=Configurazione UserFeedBack di KOrganizer @@ -52,6 +54,7 @@ X-KDE-Keywords[en_GB]=korganizer,userfeedback X-KDE-Keywords[es]=korganizer,comentarios del usuario X-KDE-Keywords[et]=korganizer,kasutaja tagasiside +X-KDE-Keywords[fi]=korganizer,käyttäjäpalaute X-KDE-Keywords[fr]=korganizer,userfeedback X-KDE-Keywords[ia]=korganizer, userfeedback X-KDE-Keywords[it]=korganizer,userfeedback diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/korganizer-20.04.2/src/org.kde.korganizer.appdata.xml new/korganizer-20.04.3/src/org.kde.korganizer.appdata.xml --- old/korganizer-20.04.2/src/org.kde.korganizer.appdata.xml 2020-06-08 20:10:51.000000000 +0200 +++ new/korganizer-20.04.3/src/org.kde.korganizer.appdata.xml 2020-07-03 23:31:08.000000000 +0200 @@ -363,9 +363,9 @@ <binary>korganizer</binary> </provides> <releases> + <release version="5.14.3" date="2020-07-09"/> <release version="5.14.2" date="2020-06-11"/> <release version="5.14.1" date="2020-05-14"/> <release version="5.14.0" date="2020-04-23"/> - <release version="5.13.3" date="2020-03-05"/> </releases> </component>
