Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdepim-runtime for openSUSE:Factory checked in at 2021-09-04 22:33:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdepim-runtime (Old) and /work/SRC/openSUSE:Factory/.kdepim-runtime.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdepim-runtime" Sat Sep 4 22:33:04 2021 rev:83 rq:915885 version:21.08.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kdepim-runtime/kdepim-runtime.changes 2021-08-16 10:07:09.111413355 +0200 +++ /work/SRC/openSUSE:Factory/.kdepim-runtime.new.1899/kdepim-runtime.changes 2021-09-04 22:34:42.596100210 +0200 @@ -1,0 +2,10 @@ +Wed Sep 1 12:38:14 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.08.1 +- Changes since 21.08.0: + * It seems that code was not build before adding to MR + +------------------------------------------------------------------- Old: ---- kdepim-runtime-21.08.0.tar.xz kdepim-runtime-21.08.0.tar.xz.sig New: ---- kdepim-runtime-21.08.1.tar.xz kdepim-runtime-21.08.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdepim-runtime.spec ++++++ --- /var/tmp/diff_new_pack.EAiAN9/_old 2021-09-04 22:34:44.816103154 +0200 +++ /var/tmp/diff_new_pack.EAiAN9/_new 2021-09-04 22:34:44.816103154 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kdepim-runtime -Version: 21.08.0 +Version: 21.08.1 Release: 0 Summary: Akonadi resources for PIM applications License: GPL-2.0-or-later AND GPL-3.0-or-later ++++++ kdepim-runtime-21.08.0.tar.xz -> kdepim-runtime-21.08.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/CMakeLists.txt new/kdepim-runtime-21.08.1/CMakeLists.txt --- old/kdepim-runtime-21.08.0/CMakeLists.txt 2021-08-05 08:33:44.000000000 +0200 +++ new/kdepim-runtime-21.08.1/CMakeLists.txt 2021-08-13 11:09:22.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.18.0") +set(PIM_VERSION "5.18.1") set(KDEPIM_RUNTIME_VERSION_NUMBER ${PIM_VERSION}) project(kdepim-runtime VERSION ${KDEPIM_RUNTIME_VERSION_NUMBER}) @@ -33,7 +33,7 @@ # 3.2 set(KDEPIM_DEV_VERSION ) -set(RELEASE_SERVICE_VERSION "21.08.0") +set(RELEASE_SERVICE_VERSION "21.08.1") # add an extra space if(DEFINED KDEPIM_DEV_VERSION) @@ -68,26 +68,26 @@ set(KDEPIMRUNTIME_LIB_VERSION "${KDEPIM_RUNTIME_VERSION_NUMBER}") set(KDEPIMRUNTIME_LIB_SOVERSION "5") -set(AKONADI_VERSION "5.18.0") +set(AKONADI_VERSION "5.18.1") -set(IDENTITYMANAGEMENT_LIB_VERSION "5.18.0") -set(KMAILTRANSPORT_LIB_VERSION "5.18.0") -set(CALENDARUTILS_LIB_VERSION "5.18.0") -set(KIMAP_LIB_VERSION "5.18.0") -set(KMBOX_LIB_VERSION "5.18.0") -set(AKONADICALENDAR_LIB_VERSION "5.18.0") -set(KONTACTINTERFACE_LIB_VERSION "5.18.0") -set(AKONADIKALARM_LIB_VERSION "5.18.0") -set(KMIME_LIB_VERSION "5.18.0") -set(XMLRPCCLIENT_LIB_VERSION "5.18.0") -set(AKONADIMIME_LIB_VERSION "5.18.0") -set(AKONADICONTACT_LIB_VERSION "5.18.0") -set(AKONADINOTE_LIB_VERSION "5.18.0") -set(PIMCOMMON_LIB_VERSION "5.18.0") -set(KGAPI_LIB_VERSION "5.18.0") -set(LIBKDEPIM_LIB_VERSION "5.18.0") -set(KLDAP_LIB_VERSION "5.18.0") -set(GRANTLEETHEME_LIB_VERSION "5.18.0") +set(IDENTITYMANAGEMENT_LIB_VERSION "5.18.1") +set(KMAILTRANSPORT_LIB_VERSION "5.18.1") +set(CALENDARUTILS_LIB_VERSION "5.18.1") +set(KIMAP_LIB_VERSION "5.18.1") +set(KMBOX_LIB_VERSION "5.18.1") +set(AKONADICALENDAR_LIB_VERSION "5.18.1") +set(KONTACTINTERFACE_LIB_VERSION "5.18.1") +set(AKONADIKALARM_LIB_VERSION "5.18.1") +set(KMIME_LIB_VERSION "5.18.1") +set(XMLRPCCLIENT_LIB_VERSION "5.18.1") +set(AKONADIMIME_LIB_VERSION "5.18.1") +set(AKONADICONTACT_LIB_VERSION "5.18.1") +set(AKONADINOTE_LIB_VERSION "5.18.1") +set(PIMCOMMON_LIB_VERSION "5.18.1") +set(KGAPI_LIB_VERSION "5.18.1") +set(LIBKDEPIM_LIB_VERSION "5.18.1") +set(KLDAP_LIB_VERSION "5.18.1") +set(GRANTLEETHEME_LIB_VERSION "5.18.1") 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-21.08.0/po/ca/akonadi_ews_resource.po new/kdepim-runtime-21.08.1/po/ca/akonadi_ews_resource.po --- old/kdepim-runtime-21.08.0/po/ca/akonadi_ews_resource.po 2021-08-06 02:24:01.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/ca/akonadi_ews_resource.po 2021-08-31 02:38:08.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: kdepim-runtime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-07-03 00:18+0000\n" -"PO-Revision-Date: 2021-07-03 03:49+0200\n" +"PO-Revision-Date: 2021-08-25 03:38+0200\n" "Last-Translator: Antoni Bella P??rez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" @@ -18,7 +18,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 21.04.2\n" +"X-Generator: Lokalize 21.07.90\n" #: ewsautodiscoveryjob.cpp:46 ewsautodiscoveryjob.cpp:53 #, kde-format @@ -1036,13 +1036,13 @@ msgid "Failed to process item tags update request" msgstr "" "Ha fallat en processar la sol??licitud per a l'actualitzaci?? de les etiquetes " -"de l'element" +"dels elements" #: ewsresource.cpp:1215 #, kde-format msgctxt "@info:status" msgid "Failed to update item tags - internal error" -msgstr "Ha fallat en actualitzar les etiquetes de l'element -error intern-" +msgstr "Ha fallat en actualitzar les etiquetes dels elements -error intern-" #: ewsresource.cpp:1252 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/ca/akonadi_pop3_resource.po new/kdepim-runtime-21.08.1/po/ca/akonadi_pop3_resource.po --- old/kdepim-runtime-21.08.0/po/ca/akonadi_pop3_resource.po 2021-08-06 02:24:01.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/ca/akonadi_pop3_resource.po 2021-08-31 02:38:08.000000000 +0200 @@ -6,14 +6,14 @@ # Manuel Tortosa Moreno <[email protected]>, 2009, 2010. # Josep Ma. Ferrer <[email protected]>, 2010, 2012, 2014, 2015, 2016, 2017, 2019, 2020, 2021. # Manuel Tortosa <[email protected]>, 2010. -# Antoni Bella P??rez <[email protected]>, 2012, 2013, 2014, 2016, 2017, 2018, 2020. +# Antoni Bella P??rez <[email protected]>, 2012, 2013, 2014, 2016, 2017, 2018, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: kdepim-runtime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-25 00:17+0000\n" -"PO-Revision-Date: 2021-04-01 21:26+0100\n" -"Last-Translator: Josep Ma. Ferrer <[email protected]>\n" +"PO-Revision-Date: 2021-08-25 03:41+0200\n" +"Last-Translator: Antoni Bella P??rez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 21.07.90\n" #: accountwidget.cpp:89 #, kde-format @@ -713,7 +713,7 @@ #: popsettings.ui:428 #, kde-format msgid "Connection Settings" -msgstr "Arranjament de la connexi??" +msgstr "Configuraci?? de la connexi??" #. i18n: ectx: property (text), widget (QPushButton, checkCapabilities) #: popsettings.ui:441 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/cs/accountwizard_kolab.po new/kdepim-runtime-21.08.1/po/cs/accountwizard_kolab.po --- old/kdepim-runtime-21.08.0/po/cs/accountwizard_kolab.po 2021-08-06 02:24:01.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/cs/accountwizard_kolab.po 2021-08-31 02:38:09.000000000 +0200 @@ -1,20 +1,21 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # V??t Pel????k <[email protected]>, 2010, 2011, 2013, 2017. +# Vit Pelcak <[email protected]>, 2021. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-08-15 02:21+0200\n" -"PO-Revision-Date: 2017-02-27 13:48+0100\n" -"Last-Translator: V??t Pel????k <[email protected]>\n" +"PO-Revision-Date: 2021-08-19 16:06+0200\n" +"Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 21.08.0\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: kolabwizard.es:10 @@ -27,7 +28,7 @@ #: kolabwizard.es:76 kolabwizard.es:256 msgid "Probing IMAP server..." -msgstr "" +msgstr "Sonduji server IMAP..." #. i18n: ectx: property (text), widget (QCheckBox, checkBoxFreebusyEdit) #. i18n: ectx: property (text), widget (QCheckBox, checkBoxLdapEdit) @@ -45,7 +46,7 @@ #: kolabwizard.es:213 msgid "Probing SMTP server..." -msgstr "" +msgstr "Sonduji server SMTP..." #. i18n: ectx: property (text), widget (QLabel, nameLabel) #: kolabwizard.ui:20 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/cs/akonadi_davgroupware_resource.po new/kdepim-runtime-21.08.1/po/cs/akonadi_davgroupware_resource.po --- old/kdepim-runtime-21.08.0/po/cs/akonadi_davgroupware_resource.po 2021-08-06 02:24:01.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/cs/akonadi_davgroupware_resource.po 2021-08-31 02:38:09.000000000 +0200 @@ -2,6 +2,7 @@ # This file is distributed under the same license as the PACKAGE package. # V??t Pel????k <[email protected]>, 2010, 2011, 2013, 2016, 2017, 2018, 2020. # Tom???? Chv??tal <[email protected]>, 2012. +# Vit Pelcak <[email protected]>, 2021. # msgid "" msgstr "" @@ -16,7 +17,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 20.04.2\n" +"X-Generator: Lokalize 21.04.3\n" #: configdialog.cpp:43 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/cs/akonadi_facebook_resource.po new/kdepim-runtime-21.08.1/po/cs/akonadi_facebook_resource.po --- old/kdepim-runtime-21.08.0/po/cs/akonadi_facebook_resource.po 2021-08-06 02:24:01.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/cs/akonadi_facebook_resource.po 2021-08-31 02:38:09.000000000 +0200 @@ -1,31 +1,32 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # V??t Pel????k <[email protected]>, 2017. +# Vit Pelcak <[email protected]>, 2021. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2017-06-29 16:51+0100\n" -"Last-Translator: V??t Pel????k <[email protected]>\n" +"PO-Revision-Date: 2021-08-19 16:08+0200\n" +"Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 21.08.0\n" #: birthdaylistjob.cpp:78 birthdaylistjob.cpp:84 #, kde-format msgid "Failed to retrieve birthday calendar" -msgstr "" +msgstr "Nelze z??skat kalend???? narozenin" #: birthdaylistjob.cpp:128 #, kde-format msgid "Failed to parse birthday calendar" -msgstr "" +msgstr "Nelze analyzovat kalend???? narozenin" #. i18n: ectx: property (windowTitle), widget (QWidget, FacebookAgentSettingsWidget) #: facebookagentsettingswidget.ui:14 @@ -109,7 +110,7 @@ #: facebookagentsettingswidget.ui:162 #, kde-format msgid "Show birthday reminders" -msgstr "" +msgstr "Zobrazit upom??nky narozenin" #. i18n: ectx: property (text), widget (QLabel, label_6) #: facebookagentsettingswidget.ui:172 @@ -120,7 +121,7 @@ #: facebooksettingswidget.cpp:48 #, kde-format msgid "Checking login status..." -msgstr "" +msgstr "Kontroluji stav p??ihl????en??..." #: facebooksettingswidget.cpp:57 #, kde-format @@ -175,4 +176,4 @@ #: tokenjobs.cpp:343 #, kde-format msgid "Failed to obtain access token from Facebook" -msgstr "" +msgstr "Nelze z??skat p????stupov?? token z Facebooku" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/cs/akonadi_imap_resource.po new/kdepim-runtime-21.08.1/po/cs/akonadi_imap_resource.po --- old/kdepim-runtime-21.08.0/po/cs/akonadi_imap_resource.po 2021-08-06 02:24:01.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/cs/akonadi_imap_resource.po 2021-08-31 02:38:09.000000000 +0200 @@ -3,21 +3,22 @@ # V??t Pel????k <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020. # Luk???? Tinkl <[email protected]>, 2011. # Tom???? Chv??tal <[email protected]>, 2012, 2013, 2014. +# Vit Pelcak <[email protected]>, 2021. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-25 00:17+0000\n" -"PO-Revision-Date: 2020-06-18 11:41+0200\n" -"Last-Translator: Vit Pelcak <[email protected]>\n" +"PO-Revision-Date: 2021-08-19 16:07+0200\n" +"Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 20.04.2\n" +"X-Generator: Lokalize 21.08.0\n" #: addcollectiontask.cpp:35 #, kde-format @@ -473,7 +474,7 @@ #: retrieveitemtask.cpp:37 #, kde-format msgid "Remote id is empty or invalid" -msgstr "" +msgstr "Vzd??len?? ID je pr??zdn?? nebo neplatn??" #: retrieveitemtask.cpp:80 retrieveitemtask.cpp:96 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/cs/akonadi_maildir_resource.po new/kdepim-runtime-21.08.1/po/cs/akonadi_maildir_resource.po --- old/kdepim-runtime-21.08.0/po/cs/akonadi_maildir_resource.po 2021-08-06 02:24:01.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/cs/akonadi_maildir_resource.po 2021-08-31 02:38:09.000000000 +0200 @@ -2,21 +2,22 @@ # This file is distributed under the same license as the PACKAGE package. # V??t Pel????k <[email protected]>, 2010, 2011, 2013, 2014. # Luk???? Tinkl <[email protected]>, 2011. +# Vit Pelcak <[email protected]>, 2021. # msgid "" msgstr "" "Project-Id-Version: akonadi_maildir_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2014-10-21 14:47+0200\n" -"Last-Translator: V??t Pel????k <[email protected]>\n" +"PO-Revision-Date: 2021-08-19 16:05+0200\n" +"Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 21.08.0\n" #: configwidget.cpp:30 #, kde-format @@ -81,12 +82,12 @@ #: libmaildir/maildir.cpp:605 #, kde-format msgid "Failed to create mail file %1. The error was: %2" -msgstr "" +msgstr "Nelze vytvo??it soubor po??ty %1. Chyba: %2" #: libmaildir/maildir.cpp:699 #, kde-format msgid "Failed to update the file name %1 to %2 on the disk. The error was: %3." -msgstr "" +msgstr "Nelze aktualizovat n??zev souboru %1 na %2 na disku. Chyba: %3." #: maildirresource.cpp:127 maildirresource.cpp:260 maildirresource.cpp:299 #: maildirresource.cpp:393 maildirresource.cpp:434 maildirresource.cpp:554 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/cs/akonadi_mixedmaildir_resource.po new/kdepim-runtime-21.08.1/po/cs/akonadi_mixedmaildir_resource.po --- old/kdepim-runtime-21.08.0/po/cs/akonadi_mixedmaildir_resource.po 2021-08-06 02:24:01.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/cs/akonadi_mixedmaildir_resource.po 2021-08-31 02:38:09.000000000 +0200 @@ -2,20 +2,21 @@ # This file is distributed under the same license as the PACKAGE package. # V??t Pel????k <[email protected]>, 2010, 2011, 2013, 2014. # Luk???? Tinkl <[email protected]>, 2012. +# Vit Pelcak <[email protected]>, 2021. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-01 00:20+0000\n" -"PO-Revision-Date: 2014-10-21 14:56+0200\n" -"Last-Translator: V??t Pel????k <[email protected]>\n" +"PO-Revision-Date: 2021-08-19 16:06+0200\n" +"Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 21.08.0\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: configwidget.cpp:28 @@ -59,7 +60,7 @@ msgctxt "@info:status" msgid "" "Item %1 belongs to invalid collection %2. Maybe it was deleted meanwhile?" -msgstr "" +msgstr "Polo??ka %1 pat???? do neplatn?? sb??rky %2. Nebyla mezit??m smaz??na?" #: mixedmaildirresource.cpp:203 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/cs/akonadi_openxchange_resource.po new/kdepim-runtime-21.08.1/po/cs/akonadi_openxchange_resource.po --- old/kdepim-runtime-21.08.0/po/cs/akonadi_openxchange_resource.po 2021-08-06 02:24:01.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/cs/akonadi_openxchange_resource.po 2021-08-31 02:38:09.000000000 +0200 @@ -2,21 +2,22 @@ # This file is distributed under the same license as the PACKAGE package. # V??t Pel????k <[email protected]>, 2010, 2011, 2014. # Tom???? Chv??tal <[email protected]>, 2013. +# Vit Pelcak <[email protected]>, 2021. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-07-07 00:18+0000\n" -"PO-Revision-Date: 2014-10-21 14:45+0200\n" -"Last-Translator: V??t Pel????k <[email protected]>\n" +"PO-Revision-Date: 2021-08-19 16:03+0200\n" +"Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 21.08.0\n" #: configwidget.cpp:25 #, kde-format @@ -170,6 +171,8 @@ "A mandatory data field is missing. Please check. Otherwise contact your " "administrator." msgstr "" +"Chyb?? povinn?? pole dat. Pros??m zkontrolujte jej. Jinak kontaktujte sv??ho " +"spr??vce syst??mu." #: openxchangeresource.cpp:820 #, kde-format @@ -181,7 +184,7 @@ #: openxchangeresource.cpp:823 #, kde-format msgid "Internal server error. Please contact your administrator." -msgstr "" +msgstr "Intern?? chyba serveru. Pros??m kontaktujte sv??ho spr??vce." #. i18n: ectx: label, entry (BaseUrl), group (General) #: openxchangeresource.kcfg:10 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/cs/akonadi_tomboynotes_resource.po new/kdepim-runtime-21.08.1/po/cs/akonadi_tomboynotes_resource.po --- old/kdepim-runtime-21.08.0/po/cs/akonadi_tomboynotes_resource.po 2021-08-06 02:24:01.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/cs/akonadi_tomboynotes_resource.po 2021-08-31 02:38:09.000000000 +0200 @@ -1,21 +1,22 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # V??t Pel????k <[email protected]>, 2016, 2017. +# Vit Pelcak <[email protected]>, 2021. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2017-02-27 13:51+0100\n" -"Last-Translator: V??t Pel????k <[email protected]>\n" +"PO-Revision-Date: 2021-08-19 16:09+0200\n" +"Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 21.08.0\n" #: tomboyitemuploadjob.cpp:107 tomboyitemuploadjob.cpp:113 #, kde-format @@ -133,7 +134,7 @@ #: tomboynotesresource.kcfg:34 #, kde-format msgid "The way how conflicts should be handled" -msgstr "" +msgstr "Co se m?? d??lat s konflikty" #. i18n: ectx: label, entry (ReadOnly), group (General) #: tomboynotesresource.kcfg:38 @@ -156,4 +157,4 @@ #: tomboyserverauthenticatejob.cpp:58 #, kde-format msgid "Authorization failed. It could be an SSL error." -msgstr "" +msgstr "Ov????en?? selhalo. Mohlo doj??t k chyb?? SSL." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/de/akonadi_etesync_resource.po new/kdepim-runtime-21.08.1/po/de/akonadi_etesync_resource.po --- old/kdepim-runtime-21.08.0/po/de/akonadi_etesync_resource.po 2021-08-06 02:24:01.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/de/akonadi_etesync_resource.po 2021-08-31 02:38:09.000000000 +0200 @@ -15,7 +15,6 @@ "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" #: etesyncresource.cpp:50 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/de/akonadi_newmailnotifier_agent.po new/kdepim-runtime-21.08.1/po/de/akonadi_newmailnotifier_agent.po --- old/kdepim-runtime-21.08.0/po/de/akonadi_newmailnotifier_agent.po 2021-08-06 02:24:01.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/de/akonadi_newmailnotifier_agent.po 2021-08-31 02:38:09.000000000 +0200 @@ -14,7 +14,6 @@ "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" #: newmailnotifieragent.cpp:336 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/fr/akonadi_davgroupware_resource.po new/kdepim-runtime-21.08.1/po/fr/akonadi_davgroupware_resource.po --- old/kdepim-runtime-21.08.0/po/fr/akonadi_davgroupware_resource.po 2021-08-06 02:24:02.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/fr/akonadi_davgroupware_resource.po 2021-08-31 02:38:09.000000000 +0200 @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # Guillaume Pujol <[email protected]>, 2009, 2010. # Geoffray Levasseur <[email protected]>, 2012, 2013, 2014. -# xavier <[email protected]>, 2013. +# xavier <[email protected]>, 2013, 2021. # Jo??lle Cornavin <[email protected]>, 2011. # Sebastien Renard <[email protected]>, 2013. # Vincent Pinon <[email protected]>, 2017. @@ -22,7 +22,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 20.07.70\n" +"X-Generator: Lokalize 21.08.0\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/kdepim-runtime-21.08.0/po/fr/akonadi_ews_resource.po new/kdepim-runtime-21.08.1/po/fr/akonadi_ews_resource.po --- old/kdepim-runtime-21.08.0/po/fr/akonadi_ews_resource.po 2021-08-06 02:24:02.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/fr/akonadi_ews_resource.po 2021-08-31 02:38:09.000000000 +0200 @@ -14,7 +14,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 21.04.3\n" +"X-Generator: Lokalize 21.08.0\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/kdepim-runtime-21.08.0/po/fr/akonadi_pop3_resource.po new/kdepim-runtime-21.08.1/po/fr/akonadi_pop3_resource.po --- old/kdepim-runtime-21.08.0/po/fr/akonadi_pop3_resource.po 2021-08-06 02:24:02.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/fr/akonadi_pop3_resource.po 2021-08-31 02:38:09.000000000 +0200 @@ -22,7 +22,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 20.12.0\n" +"X-Generator: Lokalize 21.08.0\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/kdepim-runtime-21.08.0/po/hi/kio_pop3.po new/kdepim-runtime-21.08.1/po/hi/kio_pop3.po --- old/kdepim-runtime-21.08.0/po/hi/kio_pop3.po 2021-08-06 02:24:02.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/hi/kio_pop3.po 2021-08-31 02:38:09.000000000 +0200 @@ -2,19 +2,20 @@ # Ravishankar Shrivastava <[email protected]>, 2004. # Ravishankar Shrivastava <[email protected]>, 2004. # G Karunakar <[email protected]>, 2007. +# Raghavendra Kamath <[email protected]>, 2021. msgid "" msgstr "" "Project-Id-Version: kio_pop3\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-06 00:19+0000\n" -"PO-Revision-Date: 2007-08-18 15:19+0530\n" -"Last-Translator: G Karunakar <[email protected]>\n" -"Language-Team: Hindi <[email protected]>\n" +"PO-Revision-Date: 2021-08-21 17:43+0530\n" +"Last-Translator: Raghavendra Kamath <[email protected]>\n" +"Language-Team: kde-hindi\n" "Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" +"X-Generator: Lokalize 21.08.0\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" #: pop3.cpp:217 @@ -54,7 +55,7 @@ "\n" "%2" msgstr "" -"???????????? ?????? ?????????????????? ??????????????? ????????????. ??????????????? %1 ???????????? ?????? ????????????????????? ???????????? ????????????, ?????????????????? ?????? ???????????? " +"???????????? ?????? ?????????????????? ??????????????? ????????????. ??????????????? %1 ???????????? ?????? ????????????????????? ???????????? ????????????, ?????????????????? ?????? ???????????? " "???????????? ?????? ?????? ????????????????????? ????????? ?????? ???????????? ??????.\n" "\n" "%2" @@ -166,7 +167,7 @@ #: pop3.cpp:889 pop3.cpp:897 pop3.cpp:1042 #, kde-format msgid "Unexpected response from POP3 server." -msgstr "???????????? ??????????????? ?????? ????????????????????????????????? ?????????????????????????????????" +msgstr "???????????? ??????????????? ?????? ????????????????????????????????? ?????????????????????????????????" #: pop3.cpp:903 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/ia/akonadi_mixedmaildir_resource.po new/kdepim-runtime-21.08.1/po/ia/akonadi_mixedmaildir_resource.po --- old/kdepim-runtime-21.08.0/po/ia/akonadi_mixedmaildir_resource.po 2021-08-06 02:24:02.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/ia/akonadi_mixedmaildir_resource.po 2021-08-31 02:38:10.000000000 +0200 @@ -1,20 +1,20 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# g.sora <[email protected]>, 2011, 2013, 2015. +# g.sora <[email protected]>, 2011, 2013, 2015, 2021. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-01 00:20+0000\n" -"PO-Revision-Date: 2015-06-12 10:23+0200\n" -"Last-Translator: Giovanni Sora <[email protected]>\n" +"PO-Revision-Date: 2021-08-06 23:32+0200\n" +"Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" "Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 21.04.3\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: configwidget.cpp:28 @@ -59,7 +59,7 @@ msgid "" "Item %1 belongs to invalid collection %2. Maybe it was deleted meanwhile?" msgstr "" -"Elemento %1 pertine a le invalide collection %2. Forsan ille esseva delite " +"Elemento %1 pertine al invalide collection %2. Forsan ille esseva delite " "intertanto?" #: mixedmaildirresource.cpp:203 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/it/akonadi_davgroupware_resource.po new/kdepim-runtime-21.08.1/po/it/akonadi_davgroupware_resource.po --- old/kdepim-runtime-21.08.0/po/it/akonadi_davgroupware_resource.po 2021-08-06 02:24:02.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/it/akonadi_davgroupware_resource.po 2021-08-31 02:38:10.000000000 +0200 @@ -2,7 +2,7 @@ # # Vincenzo Reale <[email protected]>, 2009, 2010. # Nicola Ruggero <[email protected]>, 2010, 2011. -# Luigi Toscano <[email protected]>, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020. +# Luigi Toscano <[email protected]>, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: akonadi_davgroupware_resource\n" @@ -16,7 +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 19.12.0\n" +"X-Generator: Lokalize 20.12.0\n" #: configdialog.cpp:43 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/it/akonadi_ews_resource.po new/kdepim-runtime-21.08.1/po/it/akonadi_ews_resource.po --- old/kdepim-runtime-21.08.0/po/it/akonadi_ews_resource.po 2021-08-06 02:24:02.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/it/akonadi_ews_resource.po 2021-08-31 02:38:10.000000000 +0200 @@ -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 20.12.0\n" +"X-Generator: Lokalize 21.08.0\n" #: ewsautodiscoveryjob.cpp:46 ewsautodiscoveryjob.cpp:53 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_contacts.po new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_contacts.po --- old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_contacts.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_contacts.po 2021-08-31 02:38:11.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-08-15 02:21+0200\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_ews.po new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_ews.po --- old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_ews.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_ews.po 2021-08-31 02:38:11.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-08-15 02:21+0200\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_ical.po new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_ical.po --- old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_ical.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_ical.po 2021-08-31 02:38:11.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-08-15 02:21+0200\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_imap.po new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_imap.po --- old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_imap.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_imap.po 2021-08-31 02:38:11.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-08-15 02:21+0200\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_kolab.po new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_kolab.po --- old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_kolab.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_kolab.po 2021-08-31 02:38:11.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-08-15 02:21+0200\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_mailbox.po new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_mailbox.po --- old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_mailbox.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_mailbox.po 2021-08-31 02:38:11.000000000 +0200 @@ -6,7 +6,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-08-15 02:21+0200\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_maildir.po new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_maildir.po --- old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_maildir.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_maildir.po 2021-08-31 02:38:11.000000000 +0200 @@ -6,7 +6,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-08-15 02:21+0200\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_pop3.po new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_pop3.po --- old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_pop3.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_pop3.po 2021-08-31 02:38:11.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-08-15 02:21+0200\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_vcard.po new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_vcard.po --- old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_vcard.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_vcard.po 2021-08-31 02:38:11.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-08-15 02:21+0200\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_vcarddir.po new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_vcarddir.po --- old/kdepim-runtime-21.08.0/po/zh_CN/accountwizard_vcarddir.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/accountwizard_vcarddir.po 2021-08-31 02:38:11.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-08-15 02:21+0200\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi-filestore.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi-filestore.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi-filestore.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi-filestore.po 2021-08-31 02:38:11.000000000 +0200 @@ -5,7 +5,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_birthdays_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_birthdays_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_birthdays_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_birthdays_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_contacts_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_contacts_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_contacts_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_contacts_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_davgroupware_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_davgroupware_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_davgroupware_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_davgroupware_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-25 00:17+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_etesync_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_etesync_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_etesync_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_etesync_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-25 00:17+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -103,7 +103,7 @@ #, kde-format msgid "" "The URL of the EteSync server, should be something like https://myserver.org/" -msgstr "EteSync ???????????? URL???????????? https://myserver.org/" +msgstr "EteSync ???????????? URL???????????? https://myserver.org/" #. i18n: ectx: label, entry (Username), group (General) #: etesyncresource.kcfg:15 @@ -123,7 +123,7 @@ #: etesyncresource.kcfg:20 #, kde-format msgid "Path to base directory" -msgstr "????????????????????????" +msgstr "?????????????????????" #: setupwizard.cpp:28 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_ews_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_ews_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_ews_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_ews_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-07-03 00:18+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -39,8 +39,7 @@ msgid "" "Microsoft Exchange credentials for the account <b>%1</b> are no longer " "valid. You need to authenticate in order to continue using it." -msgstr "" -"???????????? Exchange ???????????? <b>%1</b> ??????????????????????????????????????????????????????" +msgstr "???????????? Exchange ?????? <b>%1</b> ????????????????????????????????????" #: ewsclient/auth/ewsoauth.cpp:454 #, kde-format @@ -49,8 +48,8 @@ "Failed to obtain credentials for Microsoft Exchange account <b>%1</b>. " "Please update it in the account settings page." msgstr "" -"???????????????????????? Exchange ???????????? <b>%1</b>????????????????????????????????????????????????" -"??????" +"?????????????????? Exchange ?????? <b>%1</b> ????????????????????????????????????????????????????????????" +"?????????" #: ewsclient/auth/ewspasswordauth.cpp:57 #, kde-format @@ -78,7 +77,7 @@ #, kde-format msgctxt "User Agent" msgid "Custom" -msgstr "??????" +msgstr "?????????" #: ewsconfigdialog.cpp:149 #, kde-format @@ -141,7 +140,7 @@ msgid "" "Autodiscovery failed. This can be caused by incorrect parameters. Do you " "still want to save your settings?" -msgstr "?????????????????????????????????????????????????????????????????????????????????????????????" +msgstr "???????????????????????????????????????????????????????????????????????????" #: ewsconfigdialog.cpp:338 #, kde-format @@ -182,7 +181,7 @@ #: ewsconfigdialog.ui:45 #, kde-format msgid "Account Information" -msgstr "???????????????" +msgstr "????????????" #. i18n: ectx: property (text), widget (QLabel, accountNameLabel) #. i18n: ectx: property (text), widget (QLabel, accountLabel) @@ -195,7 +194,7 @@ #: ewsconfigdialog.ui:64 #, kde-format msgid "This is the account name that will appear in all Akonadi applications" -msgstr "???????????????????????? Akonadi ???????????????????????????" +msgstr "??????????????????????????? Akonadi ?????????????????????" #. i18n: ectx: property (text), widget (QLabel, emailLabel) #: ewsconfigdialog.ui:71 @@ -228,10 +227,10 @@ "hosted Office 365 instances, where the administrator has chosen to enable it." "</p></body></html>" msgstr "" -"<html><head/><body><p>?????? Exchange ????????????????????????????????????????????????????????????" -"?????????????????????????????????NTLM ???????????????Kerberos ??????????????????????????????</p><p>??????" -"??????????????????????????????????????????????????????????????????????????????????????????????????? Exchange " -"??????????????????????????? Office ????????????</p></body></html>" +"<html><head/><body><p>?????? Exchange ????????????????????????????????????????????????????????????" +"?????????????????????????????????NTLM ??????????????? Kerberos ??????????????????????????????</p><p>???" +"????????????????????????????????????????????????????????????????????? Exchange ??????????????????????????? " +"Office ????????????</p></body></html>" #. i18n: ectx: property (text), widget (QRadioButton, authUsernameRadioButton) #: ewsconfigdialog.ui:97 @@ -254,6 +253,12 @@ "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>???????????? (empty domain)?????????????????? (no-domain)?????????" +"????????????????????????</p><p>EWS ?????????????????? (???????????????????????????????????????????????????) " +"?????????????????????????????????????????? (???\\username???)???</p><p>???????????? (?????????????????????" +"???) ?????? ?????????????????????????????????????????? (???username???)???????????????????????????????????????" +"???????????????</p></body></html>" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_HasDomain) #: ewsconfigdialog.ui:146 @@ -289,7 +294,7 @@ "when using Kerberos authentication.</p></body></html>" msgstr "" "<html><head/><body><p>??????????????? Exchange ?????????????????????</p><p><span style=" -"\" font-weight:600;\">?????????????????? Kerberos ???????????????,</span> ???????????????</" +"\" font-weight:600;\">?????????</span>????????? Kerberos ????????????????????????????????????</" "p></body></html>" #. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_Username) @@ -301,7 +306,7 @@ "when using Kerberos authentication.</p></body></html>" msgstr "" "<html><head/><body><p>??????????????? Exchange ????????????????????????</p><p><span style=" -"\" font-weight:600;\">?????????????????? Kerberos ???????????????,</span> ???????????????</" +"\" font-weight:600;\">?????????</span>????????? Kerberos ????????????????????????????????????</" "p></body></html>" #. i18n: ectx: property (text), widget (QLabel, kerberosNoteLabel) @@ -312,9 +317,8 @@ "Username and password are not needed (can be empty) when Kerberos is " "properly configured on your system.</p></body></html>" msgstr "" -"<html><head/><body><p><span style=\" font-weight:600;\">?????????</span>??? " -"Kerberos ??????????????????????????????????????????????????????????????????????????????</p></body></" -"html>" +"<html><head/><body><p><span style=\" font-weight:600;\">?????????</span>????????????" +"???????????? Kerberos ???????????????????????????????????? (????????????)???</p></body></html>" #. i18n: ectx: property (whatsThis), widget (QRadioButton, authOAuth2RadioButton) #: ewsconfigdialog.ui:222 @@ -327,10 +331,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>" +"<html><head/><body><p>?????????????????????????????? OAuth2 ???????????????</p><p>???????????????" +"??????????????????????????????????????????????????????????????????????????????????????????????????????????????????" +"???????????????</p><p>???????????????????????? Office 365 ????????????????????????????????????</p></" +"body></html>" #. i18n: ectx: property (text), widget (QRadioButton, authOAuth2RadioButton) #: ewsconfigdialog.ui:225 @@ -354,7 +358,7 @@ #: ewsconfigdialog.ui:263 #, kde-format msgid "The Microsoft Exchange server URL used to send EWS requests." -msgstr "??????????????????????????? Microsoft Exchange ????????? URL???" +msgstr "???????????? EWS ????????? Microsoft Exchange ????????? URL???" #. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_AutoDiscovery) #: ewsconfigdialog.ui:285 @@ -399,11 +403,11 @@ "requirements for strong authentication, in which case entering the MFA code " "is not required.</p></body></html>" msgstr "" -"<html><head/><body><p>?????? (PKey) ????????????????????? OAuth2 ??????????????????????????????" -"???????????????????????? X.509 ????????????????????????????????? Workplace Join ?????? Azure " -"Directory ?????????????????????</p><p>?????????????????????????????????????????????????????????????????????" -"??????????????????????????????????????????????????????????????????????????????????????????????????????????????? " -"MFA ????????????????????????????????????????????????</p></body></html>" +"<html><head/><body><p>?????? (PKey) ????????? OAuth2 ?????????????????????????????????????????? " +"X.509 ????????????????????????????????? Workplace Join ?????? Azure Directory ???????????????</" +"p><p>????????????????????????????????????????????????????????????????????????????????????????????????????????????" +"??????????????????????????? (MFA) ?????????????????????????????????????????????????????????????????? MFA ???" +"?????????????????????????????????????????????</p></body></html>" #. i18n: ectx: property (title), widget (QGroupBox, pkeyAuthGroupBox) #: ewsconfigdialog.ui:327 @@ -455,13 +459,13 @@ msgid "" "<html><head/><body><p>Periodically asks for new item change events.</p></" "body></html>" -msgstr "<html><head/><body><p>????????????????????????????????????</p></body></html>" +msgstr "<html><head/><body><p>?????????????????????</p></body></html>" #. i18n: ectx: property (text), widget (QRadioButton, pollRadioButton) #: ewsconfigdialog.ui:422 #, kde-format msgid "Po&ll for new messages" -msgstr "??????(&L) ?????????" +msgstr "???????????????(&L)" #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, kcfg_PollInterval) #: ewsconfigdialog.ui:447 @@ -484,15 +488,15 @@ "delivered instantly.</p><p><br/></p><p>This option requires Exchange server " "version 2010 SP1 or later.</p></body></html>" msgstr "" -"<html><head/><body><p>????????????????????????????????????????????????????????????????????????????????????" -"?????????????????????????????????</p><p><br/></p><p>??????????????? Exchange server 2010 ??? " +"<html><head/><body><p>?????????????????????????????????????????????????????????????????????????????????" +"????????????????????????</p><p><br/></p><p>??????????????????????????? Exchange server 2010 " "SP1 ??????????????????</p></body></html>" #. i18n: ectx: property (text), widget (QRadioButton, streamingRadioButton) #: ewsconfigdialog.ui:479 #, kde-format msgid "&Use streaming notifications" -msgstr "???&U?????????????????????" +msgstr "??????????????????(&U)" #. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_EnableNTLMv2) #: ewsconfigdialog.ui:498 @@ -1027,7 +1031,8 @@ "The URL of the Microsoft Exchange server, should be something like https://" "myserver.org/EWS/Exchange.asmx" msgstr "" -"Microsoft Exchange ???????????? URL????????? https://myserver.org/EWS/Exchange.asmx" +"Microsoft Exchange ???????????? URL???????????? https://myserver.org/EWS/Exchange." +"asmx" #. i18n: ectx: label, entry (Username), group (General) #: ewsresource.kcfg:15 @@ -1041,7 +1046,7 @@ #: ewsresource.kcfg:16 ewsresource.kcfg:17 #, kde-format msgid "The username that is used to log into the Microsoft Exchange server" -msgstr "??????????????? Microsoft Exchange ??????????????????" +msgstr "???????????? Microsoft Exchange ??????????????????" #. i18n: ectx: label, entry (Domain), group (General) #: ewsresource.kcfg:20 @@ -1088,7 +1093,7 @@ msgid "" "Attempts to find out the Microsoft Exchange server address relevant to the " "supplied e-mail address." -msgstr "??????????????????????????????????????????????????? Microsoft Exchange ??????????????????" +msgstr "???????????????????????????????????????????????? Microsoft Exchange ??????????????????" #. i18n: ectx: label, entry (PollInterval), group (General) #: ewsresource.kcfg:39 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_facebook_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_facebook_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_facebook_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_facebook_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_google_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_google_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_google_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_google_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-07-09 00:17+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_ical_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_ical_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_ical_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_ical_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-01 00:20+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_icaldir_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_icaldir_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_icaldir_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_icaldir_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-07-07 00:18+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_imap_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_imap_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_imap_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_imap_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -13,7 +13,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-25 00:17+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_kalarm_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_kalarm_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_kalarm_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_kalarm_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-03-28 16:11+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"POT-Creation-Date: 2021-03-28 13:54+0000\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_maildir_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_maildir_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_maildir_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_maildir_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_maildispatcher_agent.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_maildispatcher_agent.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_maildispatcher_agent.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_maildispatcher_agent.po 2021-08-31 02:38:11.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-22 00:18+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_mbox_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_mbox_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_mbox_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_mbox_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_migration_agent.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_migration_agent.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_migration_agent.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_migration_agent.po 2021-08-31 02:38:11.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_mixedmaildir_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_mixedmaildir_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_mixedmaildir_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_mixedmaildir_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-01 00:20+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_newmailnotifier_agent.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_newmailnotifier_agent.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_newmailnotifier_agent.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_newmailnotifier_agent.po 2021-08-31 02:38:11.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-30 00:19+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_openxchange_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_openxchange_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_openxchange_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_openxchange_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-07-07 00:18+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -74,7 +74,7 @@ msgid "" "The URL of the Open-Xchange server, should be something like https://" "myserver.org/" -msgstr "Open-Xchange ???????????? URL????????? https://myserver.org/" +msgstr "Open-Xchange ???????????? URL???????????? https://myserver.org/" #. i18n: ectx: property (text), widget (QLabel, label_Username) #: configwidget.ui:52 @@ -90,7 +90,7 @@ #: openxchangeresource.kcfg:17 #, kde-format msgid "The username that is used to log into the Open-Xchange server" -msgstr "??????????????? Open-Xchange ?????????????????????" +msgstr "???????????? Open-Xchange ?????????????????????" #. i18n: ectx: property (text), widget (QLabel, label_Password) #: configwidget.ui:72 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_pop3_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_pop3_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_pop3_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_pop3_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -15,7 +15,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-25 00:17+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_singlefile_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_singlefile_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_singlefile_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_singlefile_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-07-07 00:18+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_tomboynotes_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_tomboynotes_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_tomboynotes_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_tomboynotes_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_vcard_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_vcard_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_vcard_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_vcard_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_vcarddir_resource.po new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_vcarddir_resource.po --- old/kdepim-runtime-21.08.0/po/zh_CN/akonadi_vcarddir_resource.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/akonadi_vcarddir_resource.po 2021-08-31 02:38:11.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/gid-migrator.po new/kdepim-runtime-21.08.1/po/zh_CN/gid-migrator.po --- old/kdepim-runtime-21.08.0/po/zh_CN/gid-migrator.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/gid-migrator.po 2021-08-31 02:38:11.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-03-09 03:10+0100\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/kio_akonadi.po new/kdepim-runtime-21.08.1/po/zh_CN/kio_akonadi.po --- old/kdepim-runtime-21.08.0/po/zh_CN/kio_akonadi.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/kio_akonadi.po 2021-08-31 02:38:11.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-06 00:19+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/kio_pop3.po new/kdepim-runtime-21.08.1/po/zh_CN/kio_pop3.po --- old/kdepim-runtime-21.08.0/po/zh_CN/kio_pop3.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/kio_pop3.po 2021-08-31 02:38:11.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-06 00:19+0000\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/po/zh_CN/libfolderarchivesettings.po new/kdepim-runtime-21.08.1/po/zh_CN/libfolderarchivesettings.po --- old/kdepim-runtime-21.08.0/po/zh_CN/libfolderarchivesettings.po 2021-08-06 02:24:04.000000000 +0200 +++ new/kdepim-runtime-21.08.1/po/zh_CN/libfolderarchivesettings.po 2021-08-31 02:38:11.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2021-07-26 13:50\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.08.0/resources/pop3/autotests/pop3test.cpp new/kdepim-runtime-21.08.1/resources/pop3/autotests/pop3test.cpp --- old/kdepim-runtime-21.08.0/resources/pop3/autotests/pop3test.cpp 2021-08-05 08:33:44.000000000 +0200 +++ new/kdepim-runtime-21.08.1/resources/pop3/autotests/pop3test.cpp 2021-08-13 11:09:22.000000000 +0200 @@ -73,6 +73,7 @@ mMaildirSettingsInterface = new OrgKdeAkonadiMaildirSettingsInterface(service, QStringLiteral("/Settings"), QDBusConnection::sessionBus(), this); QDBusReply<void> setPathReply = mMaildirSettingsInterface->setPath(maildirRootPath); QVERIFY(setPathReply.isValid()); + mMaildirSettingsInterface->save(); AgentManager::self()->instance(mMaildirIdentifier).reconfigure(); QDBusReply<QString> getPathReply = mMaildirSettingsInterface->path(); QCOMPARE(getPathReply.value(), maildirRootPath); @@ -120,29 +121,34 @@ QCOMPARE(reply0.value(), 110u); mPOP3SettingsInterface->setPort(5989).waitForFinished(); + mPOP3SettingsInterface->save(); AgentManager::self()->instance(mPop3Identifier).reconfigure(); QDBusReply<uint> reply = mPOP3SettingsInterface->port(); QVERIFY(reply.isValid()); QCOMPARE(reply.value(), 5989u); mPOP3SettingsInterface->setHost(QStringLiteral("localhost")).waitForFinished(); + mPOP3SettingsInterface->save(); AgentManager::self()->instance(mPop3Identifier).reconfigure(); QDBusReply<QString> reply2 = mPOP3SettingsInterface->host(); QVERIFY(reply2.isValid()); QCOMPARE(reply2.value(), QLatin1String("localhost")); mPOP3SettingsInterface->setLogin(QStringLiteral("HansWurst")).waitForFinished(); + mPOP3SettingsInterface->save(); AgentManager::self()->instance(mPop3Identifier).reconfigure(); QDBusReply<QString> reply3 = mPOP3SettingsInterface->login(); QVERIFY(reply3.isValid()); QCOMPARE(reply3.value(), QLatin1String("HansWurst")); mPOP3SettingsInterface->setUnitTestPassword(QStringLiteral("Geheim")).waitForFinished(); + mPOP3SettingsInterface->save(); AgentManager::self()->instance(mPop3Identifier).reconfigure(); QDBusReply<QString> reply4 = mPOP3SettingsInterface->unitTestPassword(); QVERIFY(reply4.isValid()); QCOMPARE(reply4.value(), QLatin1String("Geheim")); mPOP3SettingsInterface->setTargetCollection(mMaildirCollection.id()).waitForFinished(); + mPOP3SettingsInterface->save(); AgentManager::self()->instance(mPop3Identifier).reconfigure(); QDBusReply<qlonglong> reply5 = mPOP3SettingsInterface->targetCollection(); QVERIFY(reply5.isValid()); @@ -151,9 +157,12 @@ void Pop3Test::cleanupTestCase() { - mFakeServerThread->quit(); - if (!mFakeServerThread->wait(10000)) { - qWarning() << "The fake server thread has not yet finished, what is wrong!?"; + // test might have failed before thread got created + if (mFakeServerThread) { + mFakeServerThread->quit(); + if (!mFakeServerThread->wait(10000)) { + qWarning() << "The fake server thread has not yet finished, what is wrong!?"; + } } }
