Hello community, here is the log from the commit of package kdepim-runtime for openSUSE:Factory checked in at 2019-07-16 08:32:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdepim-runtime (Old) and /work/SRC/openSUSE:Factory/.kdepim-runtime.new.1887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdepim-runtime" Tue Jul 16 08:32:01 2019 rev:53 rq:715097 version:19.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kdepim-runtime/kdepim-runtime.changes 2019-06-13 22:46:36.552116601 +0200 +++ /work/SRC/openSUSE:Factory/.kdepim-runtime.new.1887/kdepim-runtime.changes 2019-07-16 08:32:02.791409475 +0200 @@ -1,0 +2,14 @@ +Sat Jul 13 07:26:34 UTC 2019 - [email protected] + +- Update to 19.04.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.3.php +- Changes since 19.04.2: + * Improve debug + * Bug 407882: For a new resource, attempt to read existing calendar file + * Bug 407882: configure new KAlarm file resource correctly + * Try to fix a race condition. + * Fix configure lockfile settings + +------------------------------------------------------------------- Old: ---- kdepim-runtime-19.04.2.tar.xz New: ---- kdepim-runtime-19.04.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdepim-runtime.spec ++++++ --- /var/tmp/diff_new_pack.1vOsm4/_old 2019-07-16 08:32:03.355409411 +0200 +++ /var/tmp/diff_new_pack.1vOsm4/_new 2019-07-16 08:32:03.355409411 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kdepim-runtime -Version: 19.04.2 +Version: 19.04.3 Release: 0 Summary: Akonadi resources for PIM applications License: GPL-2.0-or-later AND GPL-3.0-or-later ++++++ kdepim-runtime-19.04.2.tar.xz -> kdepim-runtime-19.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/CMakeLists.txt new/kdepim-runtime-19.04.3/CMakeLists.txt --- old/kdepim-runtime-19.04.2/CMakeLists.txt 2019-06-04 02:18:46.000000000 +0200 +++ new/kdepim-runtime-19.04.3/CMakeLists.txt 2019-07-09 02:23:53.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PIM_VERSION "5.11.2") +set(PIM_VERSION "5.11.3") set(KDEPIM_RUNTIME_VERSION_NUMBER ${PIM_VERSION}) project(kdepim-runtime VERSION ${KDEPIM_RUNTIME_VERSION_NUMBER}) @@ -67,27 +67,27 @@ set(KDEPIMRUNTIME_LIB_VERSION "${KDEPIM_RUNTIME_VERSION_NUMBER}") set(KDEPIMRUNTIME_LIB_SOVERSION "5") -set(AKONADI_VERSION "5.11.2") +set(AKONADI_VERSION "5.11.3") -set(KCONTACTS_LIB_VERSION "5.11.2") -set(KCALENDARCORE_LIB_VERSION "5.11.2") -set(IDENTITYMANAGEMENT_LIB_VERSION "5.11.2") -set(KMAILTRANSPORT_LIB_VERSION "5.11.2") -set(CALENDARUTILS_LIB_VERSION "5.11.2") -set(KDAV_LIB_VERSION "5.11.2") -set(KIMAP_LIB_VERSION "5.11.2") -set(KMBOX_LIB_VERSION "5.11.2") -set(AKONADICALENDAR_LIB_VERSION "5.11.2") -set(KONTACTINTERFACE_LIB_VERSION "5.11.2") -set(AKONADIKALARM_LIB_VERSION "5.11.2") -set(KMIME_LIB_VERSION "5.11.2") -set(XMLRPCCLIENT_LIB_VERSION "5.11.2") -set(KCONTACTS_LIB_VERSION "5.11.2") -set(AKONADIMIME_LIB_VERSION "5.11.2") -set(AKONADICONTACT_LIB_VERSION "5.11.2") -set(AKONADINOTE_LIB_VERSION "5.11.2") -set(PIMCOMMON_LIB_VERSION "5.11.2") -set(KGAPI_LIB_VERSION "5.11.2") +set(KCONTACTS_LIB_VERSION "5.11.3") +set(KCALENDARCORE_LIB_VERSION "5.11.3") +set(IDENTITYMANAGEMENT_LIB_VERSION "5.11.3") +set(KMAILTRANSPORT_LIB_VERSION "5.11.3") +set(CALENDARUTILS_LIB_VERSION "5.11.3") +set(KDAV_LIB_VERSION "5.11.3") +set(KIMAP_LIB_VERSION "5.11.3") +set(KMBOX_LIB_VERSION "5.11.3") +set(AKONADICALENDAR_LIB_VERSION "5.11.3") +set(KONTACTINTERFACE_LIB_VERSION "5.11.3") +set(AKONADIKALARM_LIB_VERSION "5.11.3") +set(KMIME_LIB_VERSION "5.11.3") +set(XMLRPCCLIENT_LIB_VERSION "5.11.3") +set(KCONTACTS_LIB_VERSION "5.11.3") +set(AKONADIMIME_LIB_VERSION "5.11.3") +set(AKONADICONTACT_LIB_VERSION "5.11.3") +set(AKONADINOTE_LIB_VERSION "5.11.3") +set(PIMCOMMON_LIB_VERSION "5.11.3") +set(KGAPI_LIB_VERSION "5.11.3") set( SharedMimeInfo_MINIMUM_VERSION "1.3" ) find_package(SharedMimeInfo ${SharedMimeInfo_MINIMUM_VERSION} REQUIRED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/ar/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/ar/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/ar/akonadi_mbox_resource.po 2019-06-04 02:18:11.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/ar/akonadi_mbox_resource.po 2019-07-09 02:21:43.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2018-01-26 18:45+0300\n" "Last-Translator: Safa Alfulaij <[email protected]>\n" "Language-Team: Arabic <[email protected]>\n" @@ -172,7 +172,7 @@ msgid "Non&e" msgstr "&بلا" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/bs/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/bs/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/bs/akonadi_mbox_resource.po 2019-06-04 02:18:13.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/bs/akonadi_mbox_resource.po 2019-07-09 02:21:45.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdepim-runtime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2012-10-05 23:32+0000\n" "Last-Translator: Samir Ribić <Unknown>\n" "Language-Team: Bosnian <[email protected]>\n" @@ -199,7 +199,7 @@ msgid "Non&e" msgstr "Ništ&a" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/ca/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/ca/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/ca/akonadi_mbox_resource.po 2019-06-04 02:18:15.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/ca/akonadi_mbox_resource.po 2019-07-09 02:21:46.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2017-12-29 14:06+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -200,7 +200,7 @@ msgid "Non&e" msgstr "&Cap" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/ca@valencia/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/ca@valencia/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/ca@valencia/akonadi_mbox_resource.po 2019-06-04 02:18:16.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/ca@valencia/akonadi_mbox_resource.po 2019-07-09 02:21:48.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2017-12-29 14:06+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -200,7 +200,7 @@ msgid "Non&e" msgstr "&Cap" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/cs/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/cs/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/cs/akonadi_mbox_resource.po 2019-06-04 02:18:18.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/cs/akonadi_mbox_resource.po 2019-07-09 02:21:49.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-10-21 15:03+0200\n" "Last-Translator: Vít Pelčák <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" @@ -158,7 +158,7 @@ msgid "Non&e" msgstr "Žád&ný" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/da/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/da/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/da/akonadi_mbox_resource.po 2019-06-04 02:18:20.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/da/akonadi_mbox_resource.po 2019-07-09 02:21:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-07-23 21:15+0200\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" @@ -193,7 +193,7 @@ msgid "Non&e" msgstr "Ing&en" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/de/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/de/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/de/akonadi_mbox_resource.po 2019-06-04 02:18:21.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/de/akonadi_mbox_resource.po 2019-07-09 02:21:52.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-04-02 08:59+0200\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" @@ -199,7 +199,7 @@ msgid "Non&e" msgstr "&Keine" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/el/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/el/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/el/akonadi_mbox_resource.po 2019-06-04 02:18:23.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/el/akonadi_mbox_resource.po 2019-07-09 02:21:53.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-11-13 20:01+0200\n" "Last-Translator: Dimitris Kardarakos <[email protected]>\n" "Language-Team: American English <[email protected]>\n" @@ -199,7 +199,7 @@ msgid "Non&e" msgstr "Κ&αμία" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/en_GB/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/en_GB/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/en_GB/akonadi_mbox_resource.po 2019-06-04 02:18:24.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/en_GB/akonadi_mbox_resource.po 2019-07-09 02:21:54.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-06-30 23:16+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" @@ -194,7 +194,7 @@ msgid "Non&e" msgstr "Non&e" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/eo/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/eo/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/eo/akonadi_mbox_resource.po 2019-06-04 02:18:26.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/eo/akonadi_mbox_resource.po 2019-07-09 02:21:55.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2009-11-15 12:06+0100\n" "Last-Translator: Axel Rousseau <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" @@ -154,7 +154,7 @@ msgid "Non&e" msgstr "" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/es/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/es/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/es/akonadi_mbox_resource.po 2019-06-04 02:18:27.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/es/akonadi_mbox_resource.po 2019-07-09 02:21:56.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2016-01-04 12:33+0100\n" "Last-Translator: Javier Vinal <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" @@ -196,7 +196,7 @@ msgid "Non&e" msgstr "&Ninguno" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/et/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/et/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/et/akonadi_mbox_resource.po 2019-06-04 02:18:28.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/et/akonadi_mbox_resource.po 2019-07-09 02:21:57.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-07-18 19:26+0300\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" @@ -194,7 +194,7 @@ msgid "Non&e" msgstr "P&uudub" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/fi/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/fi/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/fi/akonadi_mbox_resource.po 2019-06-04 02:18:30.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/fi/akonadi_mbox_resource.po 2019-07-09 02:21:59.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-04-02 10:59+0300\n" "Last-Translator: Lasse Liehu <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" @@ -196,7 +196,7 @@ msgid "Non&e" msgstr "&Ei mitään" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/fr/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/fr/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/fr/akonadi_mbox_resource.po 2019-06-04 02:18:31.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/fr/akonadi_mbox_resource.po 2019-07-09 02:22:00.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-06-11 10:35+0200\n" "Last-Translator: Geoffray Levasseur <geoffray.levasseurbrandin@numericable." "fr>\n" @@ -205,7 +205,7 @@ msgid "Non&e" msgstr "A&ucun" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/ga/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/ga/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/ga/akonadi_mbox_resource.po 2019-06-04 02:18:32.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/ga/akonadi_mbox_resource.po 2019-07-09 02:22:01.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2009-04-06 08:33-0500\n" "Last-Translator: Kevin Scannell <[email protected]>\n" "Language-Team: Irish <[email protected]>\n" @@ -161,7 +161,7 @@ msgid "Non&e" msgstr "N&eamhní" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/gl/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/gl/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/gl/akonadi_mbox_resource.po 2019-06-04 02:18:32.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/gl/akonadi_mbox_resource.po 2019-07-09 02:22:04.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2019-03-16 13:13+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" @@ -199,7 +199,7 @@ msgid "Non&e" msgstr "N&ingún" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/hu/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/hu/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/hu/akonadi_mbox_resource.po 2019-06-04 02:18:33.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/hu/akonadi_mbox_resource.po 2019-07-09 02:22:08.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-06-21 12:26+0200\n" "Last-Translator: Balázs Úr <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" @@ -195,7 +195,7 @@ msgid "Non&e" msgstr "Ninc&s" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/ia/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/ia/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/ia/akonadi_mbox_resource.po 2019-06-04 02:18:34.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/ia/akonadi_mbox_resource.po 2019-07-09 02:22:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2015-06-12 10:23+0200\n" "Last-Translator: Giovanni Sora <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" @@ -195,7 +195,7 @@ msgid "Non&e" msgstr "N&ecun" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/it/akonadi_imap_resource.po new/kdepim-runtime-19.04.3/po/it/akonadi_imap_resource.po --- old/kdepim-runtime-19.04.2/po/it/akonadi_imap_resource.po 2019-06-04 02:18:35.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/it/akonadi_imap_resource.po 2019-07-09 02:22:15.000000000 +0200 @@ -1,7 +1,7 @@ # translation of akonadi_imap_resource.po to Italian # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the akonadi_imap_resource package. -# Luigi Toscano <[email protected]>, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018. +# Luigi Toscano <[email protected]>, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019. # Federico Zenith <[email protected]>, 2009. # msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/it/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/it/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/it/akonadi_mbox_resource.po 2019-06-04 02:18:35.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/it/akonadi_mbox_resource.po 2019-07-09 02:22:15.000000000 +0200 @@ -1,13 +1,13 @@ # translation of akonadi_mbox_resource.po to Italian # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. +# Luigi Toscano <[email protected]>, 2010, 2014, 2019. # -# Luigi Toscano <[email protected]>, 2010, 2014. msgid "" msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-06-27 21:17+0200\n" "Last-Translator: Luigi Toscano <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" @@ -16,6 +16,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 2.0\n" #: compactpage.cpp:87 #, kde-format @@ -195,7 +196,7 @@ msgid "Non&e" msgstr "Nessun&o" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/ja/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/ja/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/ja/akonadi_mbox_resource.po 2019-06-04 02:18:35.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/ja/akonadi_mbox_resource.po 2019-07-09 02:22:19.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2010-11-21 23:53-0800\n" "Last-Translator: Fumiaki Okushi <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" @@ -153,7 +153,7 @@ msgid "Non&e" msgstr "" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/kk/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/kk/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/kk/akonadi_mbox_resource.po 2019-06-04 02:18:36.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/kk/akonadi_mbox_resource.po 2019-07-09 02:22:21.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2010-12-17 06:31+0600\n" "Last-Translator: Sairan Kikkarin <sairan(at)computer.org>\n" "Language-Team: Kazakh <[email protected]>\n" @@ -190,7 +190,7 @@ msgid "Non&e" msgstr "Ж&оқ" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/km/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/km/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/km/akonadi_mbox_resource.po 2019-06-04 02:18:36.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/km/akonadi_mbox_resource.po 2019-07-09 02:22:23.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2010-11-29 09:16+0700\n" "Last-Translator: Khoem Sokhem <[email protected]>\n" "Language-Team: Khmer <[email protected]>\n" @@ -187,7 +187,7 @@ msgid "Non&e" msgstr "គ្មាន" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/ko/akonadi_ews_resource.po new/kdepim-runtime-19.04.3/po/ko/akonadi_ews_resource.po --- old/kdepim-runtime-19.04.2/po/ko/akonadi_ews_resource.po 2019-06-04 02:18:37.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/ko/akonadi_ews_resource.po 2019-07-09 02:22:26.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:43+0200\n" -"PO-Revision-Date: 2019-04-22 01:32+0200\n" +"PO-Revision-Date: 2019-06-06 00:41+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" @@ -228,6 +228,10 @@ "hosted Office 365 instances, where the administrator has chosen to enable it." "</p></body></html>" msgstr "" +"<html><head/><body><p>Exchange 서버에 인증할 때 표준 사용자 이름/암호 인증을 " +"사용합니다. Basic, NTML, Kerberos 인증 등을 포함합니다.</p><p>이 인증 방식은 " +"레거시로 간주되기도 하며 소규모 자체 Exchange 서버나 관리자가 활성화한 경우 " +"호스트된 Office 365 인스턴스에서 사용합니다.</p></body></html>" #. i18n: ectx: property (text), widget (QRadioButton, authUsernameRadioButton) #: ewsconfigdialog.ui:88 @@ -249,6 +253,13 @@ "passed without the domain (\"username\"), which will cause the server to set " "the domain to the default one its configured with.</p></body></html>" msgstr "" +"<html><head/><body><p>사용자의 액티브 디렉터리 도메인을 지정할 수 있도록 합니" +"다.</p><p><span style=\" font-weight:600;\">메모:</span> \"빈 도메인\"과 \"도" +"메인 없음\"에는 차이가 있습니다.</p><p>빈 도메인(도메인 체크 상자 선택, 도메" +"인을 입력하지 않음)을 사용하는 경우에는 EWS 자원 빈 도메인을 명시적으로 지정" +"합니다(\"\\username\").</p><p>도메인을 선택하지 않으면(도메인 체크 상자 선택 " +"해제) 사용자 이름에 도메인을 추가하지 않습니다(\"username\"). 이 때 서버에서 " +"기본적으로 지정한 도메인을 사용합니다.</p></body></html>" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_HasDomain) #: ewsconfigdialog.ui:137 @@ -322,6 +333,10 @@ "one-time-passwords generated by tokens.</p><p>This method is mostly used for " "hosted Office 365 instances.</p></body></html>" msgstr "" +"<html><head/><body><p>OAuth2 기반의 더 강력한 인증을 사용합니다.</p><p>이 인" +"증 형식은 조직에서 지정한 웹 페이지를 열어서 인증 정보를 입력하며, 이 과정에" +"서 토큰에서 생성된 일회용 암호와 같은 다매체 인증을 사용할 수도 있습니다.</" +"p><p>이 방식은 호스트된 Office 365 인스턴스에서 사용합니다.</p></body></html>" #. i18n: ectx: property (text), widget (QRadioButton, authOAuth2RadioButton) #: ewsconfigdialog.ui:216 @@ -390,6 +405,12 @@ "requirements for strong authentication, in which case entering the MFA code " "is not required.</p></body></html>" msgstr "" +"<html><head/><body><p>비밀 키(PKey) 인증은 OAuth2 인증의 추가 인증으로 사용됩" +"니다. Azure 디렉터리에 작업 공간 가입 시 생성된 신뢰할 수 있는 장치를 식별하" +"는 X.509 인증서와 비밀 키를 사용합니다.</p><p>일부 관리자는 회사 네트워크 외" +"부에서 Office 365에 연결할 때 PKey 인증을 의무로 사용하도록 할 수 있습니다. " +"다매체 인증이 활성화된 경우에는 PKey 인증이 다매체 인증으로 간주되어 코드를 " +"입력할 필요가 없을 수도 있습니다.</p></body></html>" #. i18n: ectx: property (title), widget (QGroupBox, pkeyAuthGroupBox) #: ewsconfigdialog.ui:318 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/ko/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/ko/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/ko/akonadi_mbox_resource.po 2019-06-04 02:18:37.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/ko/akonadi_mbox_resource.po 2019-07-09 02:22:26.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-04-05 21:15+0900\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" @@ -190,7 +190,7 @@ msgid "Non&e" msgstr "없음(&E)" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/lt/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/lt/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/lt/akonadi_mbox_resource.po 2019-06-04 02:18:37.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/lt/akonadi_mbox_resource.po 2019-07-09 02:22:29.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2015-12-29 21:04+0200\n" "Last-Translator: Mindaugas Baranauskas <[email protected]>\n" "Language-Team: lt <[email protected]>\n" @@ -198,7 +198,7 @@ msgid "Non&e" msgstr "Nieko" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/lv/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/lv/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/lv/akonadi_mbox_resource.po 2019-06-04 02:18:37.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/lv/akonadi_mbox_resource.po 2019-07-09 02:22:31.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2012-07-09 17:45+0300\n" "Last-Translator: Einars Sprugis <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" @@ -197,7 +197,7 @@ msgid "Non&e" msgstr "&Nav" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/mr/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/mr/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/mr/akonadi_mbox_resource.po 2019-06-04 02:18:38.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/mr/akonadi_mbox_resource.po 2019-07-09 02:22:34.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2013-03-20 15:41+0530\n" "Last-Translator: Chetan Khona <[email protected]>\n" "Language-Team: Marathi <[email protected]>\n" @@ -155,7 +155,7 @@ msgid "Non&e" msgstr "काही नाही (&E)" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/nb/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/nb/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/nb/akonadi_mbox_resource.po 2019-06-04 02:18:38.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/nb/akonadi_mbox_resource.po 2019-07-09 02:22:36.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-04-26 13:39+0200\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" @@ -195,7 +195,7 @@ msgid "Non&e" msgstr "Ing&en" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/nb/akonadi_newmailnotifier_agent.po new/kdepim-runtime-19.04.3/po/nb/akonadi_newmailnotifier_agent.po --- old/kdepim-runtime-19.04.2/po/nb/akonadi_newmailnotifier_agent.po 2019-06-04 02:18:38.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/nb/akonadi_newmailnotifier_agent.po 2019-07-09 02:22:35.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-05-30 07:21+0200\n" "PO-Revision-Date: 2014-09-19 22:55+0200\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" @@ -19,7 +19,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: newmailnotifieragent.cpp:341 +#: newmailnotifieragent.cpp:346 #, kde-format msgctxt "" "%2 = name of mail folder; %3 = name of Akonadi POP3/IMAP/etc resource (as " @@ -29,7 +29,7 @@ msgstr[0] "" msgstr[1] "" -#: newmailnotifieragent.cpp:357 +#: newmailnotifieragent.cpp:362 #, kde-format msgid "New mail arrived" msgstr "Ny e-post ankommet" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/nds/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/nds/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/nds/akonadi_mbox_resource.po 2019-06-04 02:18:38.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/nds/akonadi_mbox_resource.po 2019-07-09 02:22:39.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-04-02 22:38+0200\n" "Last-Translator: Sönke Dibbern <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" @@ -197,7 +197,7 @@ msgid "Non&e" msgstr "&Keen" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/nl/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/nl/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/nl/akonadi_mbox_resource.po 2019-06-04 02:18:39.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/nl/akonadi_mbox_resource.po 2019-07-09 02:22:42.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-04-06 15:23+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" @@ -197,7 +197,7 @@ msgid "Non&e" msgstr "G&een" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/nn/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/nn/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/nn/akonadi_mbox_resource.po 2019-06-04 02:18:39.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/nn/akonadi_mbox_resource.po 2019-07-09 02:22:43.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2010-02-08 22:07+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -158,7 +158,7 @@ msgid "Non&e" msgstr "&Ingen" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/pa/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/pa/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/pa/akonadi_mbox_resource.po 2019-06-04 02:18:39.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/pa/akonadi_mbox_resource.po 2019-07-09 02:22:45.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2010-01-16 08:46+0530\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: ਪੰਜਾਬੀ <[email protected]>\n" @@ -155,7 +155,7 @@ msgid "Non&e" msgstr "ਕੋਈ ਨਹੀਂ(&e)" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/pl/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/pl/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/pl/akonadi_mbox_resource.po 2019-06-04 02:18:40.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/pl/akonadi_mbox_resource.po 2019-07-09 02:22:48.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-04-04 20:43+0200\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" @@ -198,7 +198,7 @@ msgid "Non&e" msgstr "&Brak" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/pt/accountwizard_ews.po new/kdepim-runtime-19.04.3/po/pt/accountwizard_ews.po --- old/kdepim-runtime-19.04.2/po/pt/accountwizard_ews.po 2019-06-04 02:18:40.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/pt/accountwizard_ews.po 2019-07-09 02:22:52.000000000 +0200 @@ -11,7 +11,7 @@ "PO-Revision-Date: 2017-11-21 10:12+0000\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" -"Language: \n" +"Language: pt\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/kdepim-runtime-19.04.2/po/pt/akonadi_ews_resource.po new/kdepim-runtime-19.04.3/po/pt/akonadi_ews_resource.po --- old/kdepim-runtime-19.04.2/po/pt/akonadi_ews_resource.po 2019-06-04 02:18:40.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/pt/akonadi_ews_resource.po 2019-07-09 02:22:52.000000000 +0200 @@ -6,7 +6,7 @@ "PO-Revision-Date: 2018-10-31 09:15+0000\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" -"Language: \n" +"Language: pt\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/kdepim-runtime-19.04.2/po/pt/akonadi_facebook_resource.po new/kdepim-runtime-19.04.3/po/pt/akonadi_facebook_resource.po --- old/kdepim-runtime-19.04.2/po/pt/akonadi_facebook_resource.po 2019-06-04 02:18:40.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/pt/akonadi_facebook_resource.po 2019-07-09 02:22:52.000000000 +0200 @@ -6,7 +6,7 @@ "PO-Revision-Date: 2017-06-24 09:47+0100\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" -"Language: \n" +"Language: pt\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/kdepim-runtime-19.04.2/po/pt/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/pt/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/pt/akonadi_mbox_resource.po 2019-06-04 02:18:40.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/pt/akonadi_mbox_resource.po 2019-07-09 02:22:52.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-04-02 18:57+0100\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" @@ -192,7 +192,7 @@ msgid "Non&e" msgstr "Nen&hum" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/pt_BR/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/pt_BR/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/pt_BR/akonadi_mbox_resource.po 2019-06-04 02:18:40.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/pt_BR/akonadi_mbox_resource.po 2019-07-09 02:22:56.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-04-02 23:14-0300\n" "Last-Translator: André Marcelo Alvarenga <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" @@ -196,7 +196,7 @@ msgid "Non&e" msgstr "&Nenhum" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/ro/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/ro/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/ro/akonadi_mbox_resource.po 2019-06-04 02:18:41.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/ro/akonadi_mbox_resource.po 2019-07-09 02:22:57.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2011-01-09 13:35+0200\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" @@ -158,7 +158,7 @@ msgid "Non&e" msgstr "" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/ru/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/ru/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/ru/akonadi_mbox_resource.po 2019-06-04 02:18:41.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/ru/akonadi_mbox_resource.po 2019-07-09 02:23:00.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-08-14 14:20+0400\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" @@ -206,7 +206,7 @@ msgid "Non&e" msgstr "Нет" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/sk/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/sk/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/sk/akonadi_mbox_resource.po 2019-06-04 02:18:41.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/sk/akonadi_mbox_resource.po 2019-07-09 02:23:03.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-04-02 21:27+0200\n" "Last-Translator: Roman Paholík <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -193,7 +193,7 @@ msgid "Non&e" msgstr "Žia&dne" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/sl/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/sl/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/sl/akonadi_mbox_resource.po 2019-06-04 02:18:42.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/sl/akonadi_mbox_resource.po 2019-07-09 02:23:05.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-08-20 18:39+0200\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" @@ -200,7 +200,7 @@ msgid "Non&e" msgstr "Br&ez" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/sv/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/sv/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/sv/akonadi_mbox_resource.po 2019-06-04 02:18:42.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/sv/akonadi_mbox_resource.po 2019-07-09 02:23:10.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-04-02 18:00+0200\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" @@ -195,7 +195,7 @@ msgid "Non&e" msgstr "Ing&et" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/tr/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/tr/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/tr/akonadi_mbox_resource.po 2019-06-04 02:18:43.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/tr/akonadi_mbox_resource.po 2019-07-09 02:23:12.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdepim-runtime-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2015-02-09 11:36+0100\n" "Last-Translator: Volkan Gezer <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" @@ -199,7 +199,7 @@ msgid "Non&e" msgstr "Hiç&biri" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/tr/akonadi_migration_agent.po new/kdepim-runtime-19.04.3/po/tr/akonadi_migration_agent.po --- old/kdepim-runtime-19.04.2/po/tr/akonadi_migration_agent.po 2019-06-04 02:18:43.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/tr/akonadi_migration_agent.po 2019-07-09 02:23:11.000000000 +0200 @@ -11,7 +11,7 @@ "PO-Revision-Date: 2017-06-19 12:05+0000\n" "Last-Translator: Kaan <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" -"Language: \n" +"Language: tr\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/kdepim-runtime-19.04.2/po/tr/akonadi_tomboynotes_resource.po new/kdepim-runtime-19.04.3/po/tr/akonadi_tomboynotes_resource.po --- old/kdepim-runtime-19.04.2/po/tr/akonadi_tomboynotes_resource.po 2019-06-04 02:18:43.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/tr/akonadi_tomboynotes_resource.po 2019-07-09 02:23:12.000000000 +0200 @@ -11,7 +11,7 @@ "PO-Revision-Date: 2017-10-03 14:25+0000\n" "Last-Translator: Kaan <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" -"Language: \n" +"Language: tr\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/kdepim-runtime-19.04.2/po/tr/gid-migrator.po new/kdepim-runtime-19.04.3/po/tr/gid-migrator.po --- old/kdepim-runtime-19.04.2/po/tr/gid-migrator.po 2019-06-04 02:18:43.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/tr/gid-migrator.po 2019-07-09 02:23:11.000000000 +0200 @@ -11,7 +11,7 @@ "PO-Revision-Date: 2017-06-19 13:36+0000\n" "Last-Translator: Kaan <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" -"Language: \n" +"Language: tr\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/kdepim-runtime-19.04.2/po/ug/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/ug/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/ug/akonadi_mbox_resource.po 2019-06-04 02:18:43.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/ug/akonadi_mbox_resource.po 2019-07-09 02:23:15.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: Uyghur Computer Science Association <[email protected]>\n" @@ -153,7 +153,7 @@ msgid "Non&e" msgstr "يوق(&E)" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/uk/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/uk/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/uk/akonadi_mbox_resource.po 2019-06-04 02:18:43.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/uk/akonadi_mbox_resource.po 2019-07-09 02:23:18.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2014-04-02 08:49+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" @@ -201,7 +201,7 @@ msgid "Non&e" msgstr "&Немає" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/zh_CN/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/zh_CN/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/zh_CN/akonadi_mbox_resource.po 2019-06-04 02:18:44.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/zh_CN/akonadi_mbox_resource.po 2019-07-09 02:23:23.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2019-06-02 13:16\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" @@ -194,7 +194,7 @@ msgid "Non&e" msgstr "无(&E)" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/po/zh_TW/akonadi_mbox_resource.po new/kdepim-runtime-19.04.3/po/zh_TW/akonadi_mbox_resource.po --- old/kdepim-runtime-19.04.2/po/zh_TW/akonadi_mbox_resource.po 2019-06-04 02:18:45.000000000 +0200 +++ new/kdepim-runtime-19.04.3/po/zh_TW/akonadi_mbox_resource.po 2019-07-09 02:23:32.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi_mbox_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:43+0200\n" +"POT-Creation-Date: 2019-06-07 07:32+0200\n" "PO-Revision-Date: 2018-03-29 13:02+0800\n" "Last-Translator: Cheng-Chia Tseng <[email protected]>\n" "Language-Team: Chinese Traditional <[email protected]>\n" @@ -188,7 +188,7 @@ msgid "Non&e" msgstr "無(&E)" -#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_Lockfile) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Lockfile) #: lockfilepage.ui:84 #, kde-format msgid ".lock" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/resources/kalarm/kalarm/kalarmresource.cpp new/kdepim-runtime-19.04.3/resources/kalarm/kalarm/kalarmresource.cpp --- old/kdepim-runtime-19.04.2/resources/kalarm/kalarm/kalarmresource.cpp 2019-05-29 13:37:11.000000000 +0200 +++ new/kdepim-runtime-19.04.3/resources/kalarm/kalarm/kalarmresource.cpp 2019-06-24 07:05:14.000000000 +0200 @@ -51,7 +51,7 @@ , mHaveReadFile(false) , mFetchedAttributes(false) { - qCDebug(KALARMRESOURCE_LOG) << "Starting:" << id; + qCDebug(KALARMRESOURCE_LOG) << id << "Starting"; KAlarmResourceCommon::initialise(this); initialise(mSettings->alarmTypes(), QStringLiteral("kalarm")); connect(mSettings, &Settings::configChanged, this, &KAlarmResource::settingsChanged); @@ -69,10 +69,21 @@ */ void KAlarmResource::retrieveCollections() { - qCDebug(KALARMRESOURCE_LOG) << "retrieveCollections"; + qCDebug(KALARMRESOURCE_LOG) << identifier() << "retrieveCollections"; + mSettings->load(); mSupportedMimetypes = mSettings->alarmTypes(); - ICalResourceBase::retrieveCollections(); - fetchCollection(SLOT(collectionFetchResult(KJob*))); + if(mSettings->path().isEmpty()) { + // Don't configure the collection when no calendar file is defined. + // Otherwise, multiple collections may be created for the resource. + collectionsRetrieved({}); + } else { + qCDebug(KALARMRESOURCE_LOG) << identifier() << "retrieveCollections:" << mSettings->displayName() << mSettings->path(); + if (!mSettings->displayName().isEmpty()) { + setName(mSettings->displayName()); + } + ICalResourceBase::retrieveCollections(); + fetchCollection(SLOT(collectionFetchResult(KJob*))); + } } /****************************************************************************** @@ -84,23 +95,27 @@ if (j->error()) { // An error occurred. Note that if it's a new resource, it will complain // about an invalid collection if the collection has not yet been created. - qCDebug(KALARMRESOURCE_LOG) << "Error: collectionFetchResult:" << j->errorString(); + qCDebug(KALARMRESOURCE_LOG) << identifier() << "Error: collectionFetchResult:" << j->errorString(); } else { bool firstTime = !mFetchedAttributes; mFetchedAttributes = true; CollectionFetchJob *job = static_cast<CollectionFetchJob *>(j); const Collection::List collections = job->collections(); if (collections.isEmpty()) { - qCDebug(KALARMRESOURCE_LOG) << "collectionFetchResult: resource's collection not found"; + qCDebug(KALARMRESOURCE_LOG) << identifier() << "collectionFetchResult: resource's collection not found"; } else { + if (collections.count() > 1) { + qCCritical(KALARMRESOURCE_LOG) << identifier() << "Error! Resource contains multiple collections!"; + } + // Check whether calendar file format needs to be updated const Collection &c(collections[0]); - qCDebug(KALARMRESOURCE_LOG) << "collectionFetchResult: Fetched collection" << c.id(); + qCDebug(KALARMRESOURCE_LOG) << identifier() << "collectionFetchResult: Fetched collection" << c.id(); if (firstTime && mSettings->path().isEmpty()) { // Initialising a resource which seems to have no stored // settings config file. Recreate the settings. static const Collection::Rights writableRights = Collection::CanChangeItem | Collection::CanCreateItem | Collection::CanDeleteItem; - qCDebug(KALARMRESOURCE_LOG) << "collectionFetchResult: Recreating config for remote id:" << c.remoteId(); + qCDebug(KALARMRESOURCE_LOG) << identifier() << "collectionFetchResult: Recreating config for remote id:" << c.remoteId(); mSettings->setPath(c.remoteId()); mSettings->setDisplayName(c.name()); mSettings->setAlarmTypes(c.contentMimeTypes()); @@ -108,6 +123,13 @@ mSettings->save(); synchronize(); // tell the server to use the new config } + + // Read the file if it already exists. If it's a new file, this will + // trigger it to be written later. + if (!mHaveReadFile) { + readFile(); + } + checkFileCompatibility(c, true); } } @@ -123,7 +145,7 @@ */ bool KAlarmResource::readFromFile(const QString &fileName) { - qCDebug(KALARMRESOURCE_LOG) << "readFromFile:" << fileName; + qCDebug(KALARMRESOURCE_LOG) << identifier() << "readFromFile:" << fileName; //TODO Notify user if error occurs on next line if (!ICalResourceBase::readFromFile(fileName)) { return false; @@ -186,9 +208,9 @@ { CollectionFetchJob *job = static_cast<CollectionFetchJob *>(j); if (j->error()) { - qCDebug(KALARMRESOURCE_LOG) << "Error: setCompatibility:" << j->errorString(); + qCDebug(KALARMRESOURCE_LOG) << identifier() << "Error: setCompatibility:" << j->errorString(); } else if (job->collections().isEmpty()) { - qCDebug(KALARMRESOURCE_LOG) << "Error: setCompatibility: resource's collection not found"; + qCDebug(KALARMRESOURCE_LOG) << identifier() << "Error: setCompatibility: resource's collection not found"; } else { KAlarmResourceCommon::setCollectionCompatibility(job->collections().at(0), mCompatibility, mVersion); } @@ -200,7 +222,7 @@ */ bool KAlarmResource::writeToFile(const QString &fileName) { - qCDebug(KALARMRESOURCE_LOG) << "writeToFile:" << fileName; + qCDebug(KALARMRESOURCE_LOG) << identifier() << "writeToFile:" << fileName; if (calendar() && calendar()->incidences().isEmpty()) { // It's an empty file. Set up the KAlarm custom property. KACalendar::setKAlarmVersion(calendar()); @@ -220,13 +242,13 @@ const QString rid = item.remoteId(); const KCalCore::Event::Ptr kcalEvent = calendar()->event(rid); if (!kcalEvent) { - qCWarning(KALARMRESOURCE_LOG) << "doRetrieveItem: Event not found:" << rid; + qCWarning(KALARMRESOURCE_LOG) << identifier() << "doRetrieveItem: Event not found:" << rid; Q_EMIT error(errorMessage(KAlarmResourceCommon::UidNotFound, rid)); return false; } if (kcalEvent->alarms().isEmpty()) { - qCWarning(KALARMRESOURCE_LOG) << "doRetrieveItem: KCalCore::Event has no alarms:" << rid; + qCWarning(KALARMRESOURCE_LOG) << identifier() << "doRetrieveItem: KCalCore::Event has no alarms:" << rid; Q_EMIT error(errorMessage(KAlarmResourceCommon::EventNoAlarms, rid)); return false; } @@ -234,7 +256,7 @@ KAEvent event(kcalEvent); const QString mime = CalEvent::mimeType(event.category()); if (mime.isEmpty()) { - qCWarning(KALARMRESOURCE_LOG) << "doRetrieveItem: KAEvent has no alarms:" << rid; + qCWarning(KALARMRESOURCE_LOG) << identifier() << "doRetrieveItem: KAEvent has no alarms:" << rid; Q_EMIT error(errorMessage(KAlarmResourceCommon::EventNoAlarms, rid)); return false; } @@ -251,7 +273,7 @@ */ void KAlarmResource::settingsChanged() { - qCDebug(KALARMRESOURCE_LOG) << "settingsChanged"; + qCDebug(KALARMRESOURCE_LOG) << identifier() << "settingsChanged"; const QStringList mimeTypes = mSettings->alarmTypes(); if (mimeTypes != mSupportedMimetypes) { mSupportedMimetypes = mimeTypes; @@ -260,7 +282,7 @@ if (mSettings->updateStorageFormat()) { // This is a flag to request that the backend calendar storage format should // be updated to the current KAlarm format. - qCDebug(KALARMRESOURCE_LOG) << "Update storage format"; + qCDebug(KALARMRESOURCE_LOG) << identifier() << "Update storage format"; fetchCollection(SLOT(updateFormat(KJob*))); } } @@ -273,38 +295,38 @@ { CollectionFetchJob *job = static_cast<CollectionFetchJob *>(j); if (j->error()) { - qCDebug(KALARMRESOURCE_LOG) << "Error: updateFormat:" << j->errorString(); + qCDebug(KALARMRESOURCE_LOG) << identifier() << "Error: updateFormat:" << j->errorString(); } else if (job->collections().isEmpty()) { - qCDebug(KALARMRESOURCE_LOG) << "Error: updateFormat: resource's collection not found"; + qCDebug(KALARMRESOURCE_LOG) << identifier() << "Error: updateFormat: resource's collection not found"; } else { const Collection c(job->collections().at(0)); if (c.hasAttribute<CompatibilityAttribute>()) { const CompatibilityAttribute *attr = c.attribute<CompatibilityAttribute>(); if (attr->compatibility() != mCompatibility) { - qCDebug(KALARMRESOURCE_LOG) << "updateFormat: Compatibility changed:" << mCompatibility << "->" << attr->compatibility(); + qCDebug(KALARMRESOURCE_LOG) << identifier() << "updateFormat: Compatibility changed:" << mCompatibility << "->" << attr->compatibility(); } } switch (mCompatibility) { case KACalendar::Current: - qCWarning(KALARMRESOURCE_LOG) << "updateFormat: Already current storage format"; + qCWarning(KALARMRESOURCE_LOG) << identifier() << "updateFormat: Already current storage format"; break; case KACalendar::Incompatible: default: - qCWarning(KALARMRESOURCE_LOG) << "updateFormat: Incompatible storage format: compat=" << mCompatibility; + qCWarning(KALARMRESOURCE_LOG) << identifier() << "updateFormat: Incompatible storage format: compat=" << mCompatibility; break; case KACalendar::Converted: case KACalendar::Convertible: { if (mSettings->readOnly()) { - qCWarning(KALARMRESOURCE_LOG) << "updateFormat: Cannot update storage format for a read-only resource"; + qCWarning(KALARMRESOURCE_LOG) << identifier() << "updateFormat: Cannot update storage format for a read-only resource"; break; } // Update the backend storage format to the current KAlarm format const QString filename = fileStorage()->fileName(); - qCDebug(KALARMRESOURCE_LOG) << "updateFormat: Updating storage for" << filename; + qCDebug(KALARMRESOURCE_LOG) << identifier() << "updateFormat: Updating storage for" << filename; KACalendar::setKAlarmVersion(fileStorage()->calendar()); if (!writeToFile(filename)) { - qCWarning(KALARMRESOURCE_LOG) << "updateFormat: Error updating calendar storage format"; + qCWarning(KALARMRESOURCE_LOG) << identifier() << "updateFormat: Error updating calendar storage format"; break; } // Prevent a new file read being triggered by writeToFile(), which @@ -333,7 +355,7 @@ return; } if (mCompatibility != KACalendar::Current) { - qCWarning(KALARMRESOURCE_LOG) << "itemAdded: Calendar not in current format"; + qCWarning(KALARMRESOURCE_LOG) << identifier() << "itemAdded: Calendar not in current format"; cancelTask(errorMessage(KAlarmResourceCommon::NotCurrentFormat)); return; } @@ -364,7 +386,7 @@ } QString errorMsg; if (mCompatibility != KACalendar::Current) { - qCWarning(KALARMRESOURCE_LOG) << "itemChanged: Calendar not in current format"; + qCWarning(KALARMRESOURCE_LOG) << identifier() << "itemChanged: Calendar not in current format"; cancelTask(errorMessage(KAlarmResourceCommon::NotCurrentFormat)); return; } @@ -381,7 +403,7 @@ KCalCore::Incidence::Ptr incidence = calendar()->incidence(item.remoteId()); if (incidence) { if (incidence->isReadOnly()) { - qCWarning(KALARMRESOURCE_LOG) << "itemChanged: Event is read only:" << event.id(); + qCWarning(KALARMRESOURCE_LOG) << identifier() << "itemChanged: Event is read only:" << event.id(); cancelTask(errorMessage(KAlarmResourceCommon::EventReadOnly, event.id())); return; } @@ -410,6 +432,7 @@ */ void KAlarmResource::collectionChanged(const Akonadi::Collection &collection) { + qCDebug(KALARMRESOURCE_LOG) << identifier() << "collectionChanged"; ICalResourceBase::collectionChanged(collection); mFetchedAttributes = true; @@ -429,7 +452,7 @@ */ void KAlarmResource::doRetrieveItems(const Akonadi::Collection &collection) { - qCDebug(KALARMRESOURCE_LOG) << "doRetrieveItems"; + qCDebug(KALARMRESOURCE_LOG) << identifier() << "doRetrieveItems"; // Set the collection's compatibility status KAlarmResourceCommon::setCollectionCompatibility(collection, mCompatibility, mVersion); @@ -439,14 +462,14 @@ Item::List items; for (const KCalCore::Event::Ptr &kcalEvent : qAsConst(events)) { if (kcalEvent->alarms().isEmpty()) { - qCWarning(KALARMRESOURCE_LOG) << "doRetrieveItems: KCalCore::Event has no alarms:" << kcalEvent->uid(); + qCWarning(KALARMRESOURCE_LOG) << identifier() << "doRetrieveItems: KCalCore::Event has no alarms:" << kcalEvent->uid(); continue; // ignore events without alarms } const KAEvent event(kcalEvent); const QString mime = CalEvent::mimeType(event.category()); if (mime.isEmpty()) { - qCWarning(KALARMRESOURCE_LOG) << "doRetrieveItems: KAEvent has no alarms:" << event.id(); + qCWarning(KALARMRESOURCE_LOG) << identifier() << "doRetrieveItems: KAEvent has no alarms:" << event.id(); continue; // event has no usable alarms } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/resources/mbox/CMakeLists.txt new/kdepim-runtime-19.04.3/resources/mbox/CMakeLists.txt --- old/kdepim-runtime-19.04.2/resources/mbox/CMakeLists.txt 2019-05-29 13:37:11.000000000 +0200 +++ new/kdepim-runtime-19.04.3/resources/mbox/CMakeLists.txt 2019-06-24 07:05:14.000000000 +0200 @@ -14,6 +14,10 @@ ${mboxresource_common_SRCS} ) +# Fix a race condition. mboxresource.cpp needs compactpage.h which includes ui_compactpage.h. +# Make sure the ui file is generated before building the akonadi_mbox_resource target. +set_source_files_properties(mboxresource.cpp PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/ui_compactpage.h) + ecm_qt_declare_logging_category(mboxresource_SRCS HEADER mboxresource_debug.h IDENTIFIER MBOXRESOURCE_LOG CATEGORY_NAME org.kde.pim.mboxresource) install( FILES mboxresource.desktop DESTINATION "${KDE_INSTALL_DATAROOTDIR}/akonadi/agents" ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-19.04.2/resources/mbox/lockfilepage.ui new/kdepim-runtime-19.04.3/resources/mbox/lockfilepage.ui --- old/kdepim-runtime-19.04.2/resources/mbox/lockfilepage.ui 2019-05-29 13:37:11.000000000 +0200 +++ new/kdepim-runtime-19.04.3/resources/mbox/lockfilepage.ui 2019-06-24 07:05:14.000000000 +0200 @@ -72,7 +72,7 @@ </widget> </item> <item row="0" column="1"> - <widget class="KComboBox" name="kcfg_Lockfile"> + <widget class="QComboBox" name="kcfg_Lockfile"> <property name="enabled"> <bool>false</bool> </property> @@ -114,13 +114,6 @@ </item> </layout> </widget> - <customwidgets> - <customwidget> - <class>KComboBox</class> - <extends>QComboBox</extends> - <header>kcombobox.h</header> - </customwidget> - </customwidgets> <tabstops> <tabstop>procmail</tabstop> <tabstop>kcfg_Lockfile</tabstop>
