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-05-16 23:39:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdepim-runtime (Old) and /work/SRC/openSUSE:Factory/.kdepim-runtime.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdepim-runtime" Sun May 16 23:39:50 2021 rev:79 rq:892774 version:21.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kdepim-runtime/kdepim-runtime.changes 2021-04-24 23:08:15.383318720 +0200 +++ /work/SRC/openSUSE:Factory/.kdepim-runtime.new.2988/kdepim-runtime.changes 2021-05-16 23:40:05.614060772 +0200 @@ -1,0 +2,9 @@ +Wed May 12 06:07:27 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/21.04.1 +- No code change since 21.04.0 + +------------------------------------------------------------------- Old: ---- kdepim-runtime-21.04.0.tar.xz kdepim-runtime-21.04.0.tar.xz.sig New: ---- kdepim-runtime-21.04.1.tar.xz kdepim-runtime-21.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdepim-runtime.spec ++++++ --- /var/tmp/diff_new_pack.SETiWB/_old 2021-05-16 23:40:06.122058879 +0200 +++ /var/tmp/diff_new_pack.SETiWB/_new 2021-05-16 23:40:06.126058865 +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.04.0 +Version: 21.04.1 Release: 0 Summary: Akonadi resources for PIM applications License: GPL-2.0-or-later AND GPL-3.0-or-later ++++++ kdepim-runtime-21.04.0.tar.xz -> kdepim-runtime-21.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/CMakeLists.txt new/kdepim-runtime-21.04.1/CMakeLists.txt --- old/kdepim-runtime-21.04.0/CMakeLists.txt 2021-04-11 13:05:25.000000000 +0200 +++ new/kdepim-runtime-21.04.1/CMakeLists.txt 2021-04-25 10:49:53.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR) -set(PIM_VERSION "5.17.0") +set(PIM_VERSION "5.17.1") set(KDEPIM_RUNTIME_VERSION_NUMBER ${PIM_VERSION}) project(kdepim-runtime VERSION ${KDEPIM_RUNTIME_VERSION_NUMBER}) @@ -37,7 +37,7 @@ # 3.2 set(KDEPIM_DEV_VERSION) -set(RELEASE_SERVICE_VERSION "21.04.0") +set(RELEASE_SERVICE_VERSION "21.04.1") # add an extra space if(DEFINED KDEPIM_DEV_VERSION) @@ -72,26 +72,26 @@ set(KDEPIMRUNTIME_LIB_VERSION "${KDEPIM_RUNTIME_VERSION_NUMBER}") set(KDEPIMRUNTIME_LIB_SOVERSION "5") -set(AKONADI_VERSION "5.17.0") +set(AKONADI_VERSION "5.17.1") -set(IDENTITYMANAGEMENT_LIB_VERSION "5.17.0") -set(KMAILTRANSPORT_LIB_VERSION "5.17.0") -set(CALENDARUTILS_LIB_VERSION "5.17.0") -set(KIMAP_LIB_VERSION "5.17.0") -set(KMBOX_LIB_VERSION "5.17.0") -set(AKONADICALENDAR_LIB_VERSION "5.17.0") -set(KONTACTINTERFACE_LIB_VERSION "5.17.0") -set(AKONADIKALARM_LIB_VERSION "5.17.0") -set(KMIME_LIB_VERSION "5.17.0") -set(XMLRPCCLIENT_LIB_VERSION "5.17.0") -set(AKONADIMIME_LIB_VERSION "5.17.0") -set(AKONADICONTACT_LIB_VERSION "5.17.0") -set(AKONADINOTE_LIB_VERSION "5.17.0") -set(PIMCOMMON_LIB_VERSION "5.17.0") -set(KGAPI_LIB_VERSION "5.17.0") -set(LIBKDEPIM_LIB_VERSION "5.17.0") -set(KLDAP_LIB_VERSION "5.17.0") -set(GRANTLEETHEME_LIB_VERSION "5.17.0") +set(IDENTITYMANAGEMENT_LIB_VERSION "5.17.1") +set(KMAILTRANSPORT_LIB_VERSION "5.17.1") +set(CALENDARUTILS_LIB_VERSION "5.17.1") +set(KIMAP_LIB_VERSION "5.17.1") +set(KMBOX_LIB_VERSION "5.17.1") +set(AKONADICALENDAR_LIB_VERSION "5.17.1") +set(KONTACTINTERFACE_LIB_VERSION "5.17.1") +set(AKONADIKALARM_LIB_VERSION "5.17.1") +set(KMIME_LIB_VERSION "5.17.1") +set(XMLRPCCLIENT_LIB_VERSION "5.17.1") +set(AKONADIMIME_LIB_VERSION "5.17.1") +set(AKONADICONTACT_LIB_VERSION "5.17.1") +set(AKONADINOTE_LIB_VERSION "5.17.1") +set(PIMCOMMON_LIB_VERSION "5.17.1") +set(KGAPI_LIB_VERSION "5.17.1") +set(LIBKDEPIM_LIB_VERSION "5.17.1") +set(KLDAP_LIB_VERSION "5.17.1") +set(GRANTLEETHEME_LIB_VERSION "5.17.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.04.0/po/ca/akonadi_ews_resource.po new/kdepim-runtime-21.04.1/po/ca/akonadi_ews_resource.po --- old/kdepim-runtime-21.04.0/po/ca/akonadi_ews_resource.po 2021-04-16 10:46:33.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/ca/akonadi_ews_resource.po 2021-05-11 09:29:16.000000000 +0200 @@ -1,16 +1,16 @@ # Translation of akonadi_ews_resource.po to Catalan -# Copyright (C) 2017-2020 This_file_is_part_of_KDE +# Copyright (C) 2017-2021 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # # Antoni Bella P??rez <[email protected]>, 2017, 2018, 2019, 2020. -# Josep Ma. Ferrer <[email protected]>, 2017, 2020. +# Josep Ma. Ferrer <[email protected]>, 2017, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: kdepim-runtime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-02-04 02:42+0100\n" -"PO-Revision-Date: 2020-11-30 13:47+0100\n" +"PO-Revision-Date: 2021-04-21 13:42+0200\n" "Last-Translator: Josep Ma. Ferrer <[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 2.0\n" +"X-Generator: Lokalize 20.12.3\n" #: ewsautodiscoveryjob.cpp:46 ewsautodiscoveryjob.cpp:53 #, kde-format @@ -237,10 +237,10 @@ msgstr "" "<html><head/><body><p>Habilita l'autenticaci?? tradicional de nom d'usuari/" "contrasenya contra el servidor d'Exchange. Aix?? inclou els m??todes com " -"Basic, NTLM o Kerberos.</p><p>Aquest m??tode d'autenticaci?? es considera un " -"poc legal i s'usa principalment per a instal??lacions d'Exchange amb la " -"premissa que s??n m??s petites i allotja inst??ncies d'Office 365, on " -"l'administrador ha decidit habilitar-lo.</p></body></html>" +"Basic, NTLM o Kerberos.</p><p>Aquest m??tode d'autenticaci?? es considera una " +"mica antic i s'usa principalment en instal??lacions petites locals d'Exchange " +"i en inst??ncies allotjades d'Office 365, on l'administrador ha decidit " +"habilitar-lo.</p></body></html>" #. i18n: ectx: property (text), widget (QRadioButton, authUsernameRadioButton) #: ewsconfigdialog.ui:88 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/ca@valencia/akonadi_ews_resource.po new/kdepim-runtime-21.04.1/po/ca@valencia/akonadi_ews_resource.po --- old/kdepim-runtime-21.04.0/po/ca@valencia/akonadi_ews_resource.po 2021-04-16 10:46:33.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/ca@valencia/akonadi_ews_resource.po 2021-05-11 09:29:16.000000000 +0200 @@ -1,16 +1,16 @@ # Translation of akonadi_ews_resource.po to Catalan (Valencian) -# Copyright (C) 2017-2020 This_file_is_part_of_KDE +# Copyright (C) 2017-2021 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # # Antoni Bella P??rez <[email protected]>, 2017, 2018, 2019, 2020. -# Josep Ma. Ferrer <[email protected]>, 2017, 2020. +# Josep Ma. Ferrer <[email protected]>, 2017, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: kdepim-runtime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-02-04 02:42+0100\n" -"PO-Revision-Date: 2020-11-30 13:47+0100\n" +"PO-Revision-Date: 2021-04-21 13:42+0200\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\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 2.0\n" +"X-Generator: Lokalize 20.12.3\n" #: ewsautodiscoveryjob.cpp:46 ewsautodiscoveryjob.cpp:53 #, kde-format @@ -237,10 +237,10 @@ msgstr "" "<html><head/><body><p>Habilita l'autenticaci?? tradicional de nom d'usuari/" "contrasenya contra el servidor d'Exchange. Aix?? inclou els m??todes com " -"Basic, NTLM o Kerberos.</p><p>Aquest m??tode d'autenticaci?? es considera un " -"poc legal i s'usa principalment per a instal??lacions d'Exchange amb la " -"premissa que s??n m??s petites i allotja inst??ncies d'Office 365, on " -"l'administrador ha decidit habilitar-lo.</p></body></html>" +"Basic, NTLM o Kerberos.</p><p>Aquest m??tode d'autenticaci?? es considera una " +"mica antic i s'usa principalment en instal??lacions petites locals d'Exchange " +"i en inst??ncies allotjades d'Office 365, on l'administrador ha decidit " +"habilitar-lo.</p></body></html>" #. i18n: ectx: property (text), widget (QRadioButton, authUsernameRadioButton) #: ewsconfigdialog.ui:88 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/cs/akonadi_etesync_resource.po new/kdepim-runtime-21.04.1/po/cs/akonadi_etesync_resource.po --- old/kdepim-runtime-21.04.0/po/cs/akonadi_etesync_resource.po 2021-04-16 10:46:33.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/cs/akonadi_etesync_resource.po 2021-05-11 09:29:16.000000000 +0200 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the kdepim-runtime package. -# Vit Pelcak <[email protected]>, 2020. +# Vit Pelcak <[email protected]>, 2020, 2021. # msgid "" msgstr "" "Project-Id-Version: kdepim-runtime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2020-09-10 18:16+0200\n" -"Last-Translator: Vit Pelcak <[email protected]>\n" +"PO-Revision-Date: 2021-04-23 12:36+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.08.0\n" +"X-Generator: Lokalize 20.12.3\n" #: etesyncresource.cpp:50 #, kde-format @@ -25,7 +25,7 @@ #: etesyncresource.cpp:188 #, kde-format msgid "Temporary server error" -msgstr "" +msgstr "Do??asn?? chyba serveru" #: etesyncresource.cpp:192 #, kde-format @@ -40,7 +40,7 @@ #: etesyncresource.cpp:199 #, kde-format msgid "A server error occurred." -msgstr "" +msgstr "Do??lo k chyb?? serveru." #: etesyncresource.cpp:202 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/cs/akonadi_google_resource.po new/kdepim-runtime-21.04.1/po/cs/akonadi_google_resource.po --- old/kdepim-runtime-21.04.0/po/cs/akonadi_google_resource.po 2021-04-16 10:46:33.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/cs/akonadi_google_resource.po 2021-05-11 09:29:16.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Vit Pelcak <[email protected]>, 2012, 2013, 2014, 2020. +# Vit Pelcak <[email protected]>, 2012, 2013, 2014, 2020, 2021. # Tom???? Chv??tal <[email protected]>, 2012. # msgid "" @@ -8,15 +8,15 @@ "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: 2020-06-18 11:40+0200\n" -"Last-Translator: Vit Pelcak <[email protected]>\n" +"PO-Revision-Date: 2021-04-21 15:29+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 20.12.3\n" #: calendarhandler.cpp:90 #, kde-format @@ -255,7 +255,7 @@ #: googleresource.cpp:225 #, kde-format msgid "Account has been logged out." -msgstr "" +msgstr "????et byl odhl????en." #: googleresource.cpp:228 #, kde-format @@ -275,13 +275,13 @@ #, kde-format msgctxt "@title" msgid "%1 needs your attention." -msgstr "" +msgstr "%1 vy??aduje va??i pozornost" #: googleresource.cpp:238 #, kde-format msgctxt "@action" msgid "Log in" -msgstr "" +msgstr "P??ihl??sit" #: googleresource.cpp:252 googleresource.cpp:253 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/cs/akonadi_newmailnotifier_agent.po new/kdepim-runtime-21.04.1/po/cs/akonadi_newmailnotifier_agent.po --- old/kdepim-runtime-21.04.0/po/cs/akonadi_newmailnotifier_agent.po 2021-04-16 10:46:33.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/cs/akonadi_newmailnotifier_agent.po 2021-05-11 09:29:16.000000000 +0200 @@ -1,6 +1,7 @@ # 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]>, 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020. +# Vit Pelcak <[email protected]>, 2021. # msgid "" msgstr "" @@ -15,7 +16,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 19.12.3\n" +"X-Generator: Lokalize 20.12.3\n" #: newmailnotifieragent.cpp:331 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/cs/akonadi_pop3_resource.po new/kdepim-runtime-21.04.1/po/cs/akonadi_pop3_resource.po --- old/kdepim-runtime-21.04.0/po/cs/akonadi_pop3_resource.po 2021-04-16 10:46:33.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/cs/akonadi_pop3_resource.po 2021-05-11 09:29:16.000000000 +0200 @@ -3,21 +3,22 @@ # V??t Pel????k <[email protected]>, 2010, 2011, 2014, 2016, 2018, 2020. # Luk???? Tinkl <[email protected]>, 2011, 2012. # 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-01-27 03:07+0100\n" -"PO-Revision-Date: 2020-03-22 13:25+0100\n" -"Last-Translator: Vit Pelcak <[email protected]>\n" +"PO-Revision-Date: 2021-04-21 15:29+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 19.12.3\n" +"X-Generator: Lokalize 20.12.3\n" #: accountwidget.cpp:88 #, kde-format @@ -277,7 +278,7 @@ #: pop3resource.cpp:447 #, kde-format msgid "Unable to login to the server \"%1\"." -msgstr "" +msgstr "Nelze se p??ihl??sit na server \"%1\"." #: pop3resource.cpp:456 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/de/akonadi_davgroupware_resource.po new/kdepim-runtime-21.04.1/po/de/akonadi_davgroupware_resource.po --- old/kdepim-runtime-21.04.0/po/de/akonadi_davgroupware_resource.po 2021-04-16 10:46:33.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/de/akonadi_davgroupware_resource.po 2021-05-11 09:29:16.000000000 +0200 @@ -1,4 +1,4 @@ -# Burkhard L??ck <[email protected]>, 2009, 2011, 2013, 2014, 2015, 2017, 2018, 2020. +# Burkhard L??ck <[email protected]>, 2009, 2011, 2013, 2014, 2015, 2017, 2018, 2020, 2021. # Frederik Schwarzer <[email protected]>, 2010, 2011, 2016, 2020. # Panagiotis Papadopoulos <[email protected]>, 2010. # Peter R??themann <[email protected]>, 2010. @@ -9,14 +9,14 @@ "Project-Id-Version: akonadi_davgroupware_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-02-04 02:42+0100\n" -"PO-Revision-Date: 2020-09-06 12:35+0200\n" -"Last-Translator: Frederik Schwarzer <[email protected]>\n" +"PO-Revision-Date: 2021-05-10 06:40+0200\n" +"Last-Translator: Burkhard L??ck <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 20.08.1\n" +"X-Generator: Lokalize 19.12.3\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: configdialog.cpp:43 @@ -449,7 +449,7 @@ "configured URLs" msgstr "" "Darstellung der Abbildung zwischen entdeckten Sammlungen und eingestellten " -"URLs als Zeichenkette" +"URLs als Zeichenfolge" #. i18n: ectx: label, entry (readOnly), group (General) #: davgroupwareresource.kcfg:46 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/de/akonadi_etesync_resource.po new/kdepim-runtime-21.04.1/po/de/akonadi_etesync_resource.po --- old/kdepim-runtime-21.04.0/po/de/akonadi_etesync_resource.po 2021-04-16 10:46:33.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/de/akonadi_etesync_resource.po 2021-05-11 09:29:16.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdepim-runtime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2021-03-08 06:29+0100\n" +"PO-Revision-Date: 2021-04-28 14:34+0200\n" "Last-Translator: Burkhard L??ck <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" @@ -25,12 +25,12 @@ #: etesyncresource.cpp:188 #, kde-format msgid "Temporary server error" -msgstr "" +msgstr "Tempor??rer Serverfehler" #: etesyncresource.cpp:192 #, kde-format msgid "You do not have permission to perform this action." -msgstr "" +msgstr "Sie haben keine Berechtigung, um diese Aktion auszuf??hren." #: etesyncresource.cpp:195 #, kde-format @@ -57,7 +57,7 @@ #: etesyncresource.cpp:223 #, kde-format msgid "Credentials Changed" -msgstr "" +msgstr "Anmeldeinformationen ge??ndert" #: etesyncresource.cpp:271 #, kde-format @@ -141,6 +141,8 @@ #, kde-format msgid "Enter your credentials to login to the EteSync server" msgstr "" +"Geben Sie Ihre Anmeldeinformationen ein, um eine Verbindung mit dem EteSync-" +"Server aufzubauen." #: setupwizard.cpp:74 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/de/akonadi_google_resource.po new/kdepim-runtime-21.04.1/po/de/akonadi_google_resource.po --- old/kdepim-runtime-21.04.0/po/de/akonadi_google_resource.po 2021-04-16 10:46:33.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/de/akonadi_google_resource.po 2021-05-11 09:29:16.000000000 +0200 @@ -1,18 +1,18 @@ # Frederik Schwarzer <[email protected]>, 2012. -# Burkhard L??ck <[email protected]>, 2012, 2013, 2014, 2017, 2020. +# Burkhard L??ck <[email protected]>, 2012, 2013, 2014, 2017, 2020, 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: 2020-10-09 08:32+0200\n" +"PO-Revision-Date: 2021-04-18 15:15+0200\n" "Last-Translator: Burkhard L??ck <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 19.04.3\n" +"X-Generator: Lokalize 19.12.3\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: calendarhandler.cpp:90 @@ -212,10 +212,9 @@ msgstr "Bereit" #: generichandler.h:65 generichandler.h:76 -#, fuzzy, kde-format -#| msgid "Invalid item payload." +#, kde-format msgid "Invalid item." -msgstr "Ung??ltiges Nutzdatenelement." +msgstr "Ung??ltiges Element." #: googleresource.cpp:82 #, kde-format @@ -279,7 +278,7 @@ #, kde-format msgctxt "@action" msgid "Log in" -msgstr "" +msgstr "Anmelden" #: googleresource.cpp:252 googleresource.cpp:253 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/es/akonadi_ews_resource.po new/kdepim-runtime-21.04.1/po/es/akonadi_ews_resource.po --- old/kdepim-runtime-21.04.0/po/es/akonadi_ews_resource.po 2021-04-16 10:46:34.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/es/akonadi_ews_resource.po 2021-05-11 09:29:16.000000000 +0200 @@ -2,20 +2,20 @@ # This file is distributed under the same license as the PACKAGE package. # # Javier Vinal <[email protected]>, 2017, 2018. -# Eloy Cuadra <[email protected]>, 2019, 2020. +# Eloy Cuadra <[email protected]>, 2019, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: kde-l10n-es\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-02-04 02:42+0100\n" -"PO-Revision-Date: 2020-08-29 20:01+0200\n" +"PO-Revision-Date: 2021-04-21 21:46+0200\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 20.08.0\n" +"X-Generator: Lokalize 21.03.90\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ewsautodiscoveryjob.cpp:46 ewsautodiscoveryjob.cpp:53 @@ -383,7 +383,7 @@ "address relevant to the supplied e-mail address.</p></body></html>" msgstr "" "<html><head/><body><p>Intenta encontrar la direcci??n del servidor Microsoft " -"Exchange relevante para la direcci??n de correo subministrada.</p></body></" +"Exchange relevante para la direcci??n de correo suministrada.</p></body></" "html>" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_AutoDiscovery) @@ -1149,7 +1149,7 @@ "supplied e-mail address." msgstr "" "Intenta encontrar la direcci??n del servidor Microsoft Exchange relevante a " -"la direcci??n de correo subministrada." +"la direcci??n de correo suministrada." #. i18n: ectx: label, entry (PollInterval), group (General) #: ewsresource.kcfg:39 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/es/akonadi_pop3_resource.po new/kdepim-runtime-21.04.1/po/es/akonadi_pop3_resource.po --- old/kdepim-runtime-21.04.0/po/es/akonadi_pop3_resource.po 2021-04-16 10:46:34.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/es/akonadi_pop3_resource.po 2021-05-11 09:29:16.000000000 +0200 @@ -4,13 +4,13 @@ # # Javier Vinal <[email protected]>, 2009, 2010, 2011. # Javier Vi??al <[email protected]>, 2010, 2012, 2013, 2014, 2015, 2016, 2018. -# Eloy Cuadra <[email protected]>, 2019, 2020. +# Eloy Cuadra <[email protected]>, 2019, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: akonadi_pop3_resource\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-27 03:07+0100\n" -"PO-Revision-Date: 2020-11-18 17:11+0100\n" +"PO-Revision-Date: 2021-04-21 21:46+0200\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" "Language: es\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 20.08.3\n" +"X-Generator: Lokalize 21.03.90\n" #: accountwidget.cpp:88 #, kde-format @@ -210,7 +210,7 @@ #: pop3resource.cpp:169 #, kde-format msgid "No username and password supplied." -msgstr "No se ha subministrado usuario y contrase??a." +msgstr "No se ha suministrado usuario y contrase??a." #: pop3resource.cpp:188 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/fr/akonadi_newmailnotifier_agent.po new/kdepim-runtime-21.04.1/po/fr/akonadi_newmailnotifier_agent.po --- old/kdepim-runtime-21.04.0/po/fr/akonadi_newmailnotifier_agent.po 2021-04-16 10:46:34.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/fr/akonadi_newmailnotifier_agent.po 2021-05-11 09:29:16.000000000 +0200 @@ -2,7 +2,7 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Jo??lle Cornavin <[email protected]>, 2011, 2013. -# xavier <[email protected]>, 2013. +# xavier <[email protected]>, 2013, 2021. # Vincent PINON <[email protected]>, 2013, 2014. # Maxime Corteel <[email protected]>, 2014, 2015, 2016. # Vincent Pinon <[email protected]>, 2017, 2018. @@ -21,7 +21,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.03.70\n" +"X-Generator: Lokalize 20.12.3\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.04.0/po/id/akonadi_newmailnotifier_agent.po new/kdepim-runtime-21.04.1/po/id/akonadi_newmailnotifier_agent.po --- old/kdepim-runtime-21.04.0/po/id/akonadi_newmailnotifier_agent.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kdepim-runtime-21.04.1/po/id/akonadi_newmailnotifier_agent.po 2021-05-11 09:29:17.000000000 +0200 @@ -0,0 +1,215 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kdepim-runtime package. +# Wantoyo <[email protected]>, 2021. +# +msgid "" +msgstr "" +"Project-Id-Version: kdepim-runtime\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2021-03-09 03:10+0100\n" +"PO-Revision-Date: 2021-05-01 10:57+0700\n" +"Last-Translator: Wantoyo <[email protected]>\n" +"Language-Team: Indonesian <[email protected]>\n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 20.12.1\n" + +#: newmailnotifieragent.cpp:331 +#, kde-format +msgctxt "" +"%2 = name of mail folder; %3 = name of Akonadi POP3/IMAP/etc resource (as " +"user named it)" +msgid "One new email in %2 from \"%3\"" +msgid_plural "%1 new emails in %2 from \"%3\"" +msgstr[0] "Satu email baru di %2 dari \"%3\"" +msgstr[1] "%1 email baru di %2 dari \"%3\"" + +#: newmailnotifieragent.cpp:349 +#, kde-format +msgid "New mail arrived" +msgstr "Email baru telah tiba" + +#: newmailnotifieragentsettings.kcfg:34 +#, kde-format +msgctxt "%f is a variable for agent. Do not change it" +msgid "A message was received from %f" +msgstr "Sebuah pesan baru diterima dari %f" + +#: newmailnotifierselectcollectionwidget.cpp:91 +#, kde-format +msgid "Select which folders to monitor for new message notifications:" +msgstr "Pilih folder yang mana untuk memantau notifikasi pesan baru:" + +#: newmailnotifierselectcollectionwidget.cpp:124 +#, kde-format +msgid "Search..." +msgstr "Cari..." + +#: newmailnotifierselectcollectionwidget.cpp:140 +#, kde-format +msgid "&Select All" +msgstr "&Pilih Semua" + +#: newmailnotifierselectcollectionwidget.cpp:144 +#, kde-format +msgid "&Unselect All" +msgstr "&Tak Pilih Semua" + +#: newmailnotifiersettingswidget.cpp:29 +#, kde-format +msgid "" +"<qt><p>Here you can define message. You can use:</p><ul><li>%s set subject</" +"li><li>%f set from</li></ul></qt>" +msgstr "" +"<qt><p>Di sini kamu bisa menentukan pesan. Kamu bisa menggunakan:</p><ul><li>" +"%s atur subjek (subject)</li><li>%f atur dari (from)</li></ul></qt>" + +#: newmailnotifiersettingswidget.cpp:49 +#, kde-format +msgid "Choose which fields to show:" +msgstr "Pilihlah bidang yang mana untuk menampilkan:" + +#: newmailnotifiersettingswidget.cpp:54 +#, kde-format +msgid "Show Photo" +msgstr "Tampilkan Foto" + +#: newmailnotifiersettingswidget.cpp:58 +#, kde-format +msgid "Show From" +msgstr "Tampilkan Dari" + +#: newmailnotifiersettingswidget.cpp:62 +#, kde-format +msgid "Show Subject" +msgstr "Tampilkan Subjek" + +#: newmailnotifiersettingswidget.cpp:66 +#, kde-format +msgid "Show Folders" +msgstr "Tampilkan Folder" + +#: newmailnotifiersettingswidget.cpp:70 +#, kde-format +msgid "Do not notify when email was sent by me" +msgstr "Jangan notifikasikan ketika email dikirimkan oleh aku" + +#: newmailnotifiersettingswidget.cpp:74 +#, kde-format +msgid "Show Action Buttons" +msgstr "Tampilkan Tombol Aksi" + +#: newmailnotifiersettingswidget.cpp:78 +#, kde-format +msgid "Keep Persistent Notification" +msgstr "Jaga Notifikasi Kukuh" + +#: newmailnotifiersettingswidget.cpp:83 +#, kde-format +msgid "Display" +msgstr "Display" + +#: newmailnotifiersettingswidget.cpp:88 +#, kde-format +msgid "Enabled" +msgstr "Difungsikan" + +#: newmailnotifiersettingswidget.cpp:92 +#, kde-format +msgid "<a href=\"whatsthis\">How does this work?</a>" +msgstr "<a href=\"whatsthis\">Bagaimana ini bisa bekerja?</a>" + +#: newmailnotifiersettingswidget.cpp:101 +#, kde-format +msgid "Message:" +msgstr "Pesan:" + +#: newmailnotifiersettingswidget.cpp:111 +#, kde-format +msgid "Text to Speak" +msgstr "Teks Berbicara" + +#: newmailnotifiersettingswidget.cpp:117 +#, kde-format +msgid "Notify" +msgstr "Notifikasikan" + +#: newmailnotifiersettingswidget.cpp:121 +#, kde-format +msgid "Folders" +msgstr "Folder" + +#: newmailnotifiersettingswidget.cpp:124 +#, kde-format +msgid "New Mail Notifier Agent" +msgstr "Agen Penotifikasi Mail Baru" + +#: newmailnotifiersettingswidget.cpp:126 +#, kde-format +msgid "Notify about new mails." +msgstr "Notifikasian tentang mail-mail baru." + +#: newmailnotifiersettingswidget.cpp:128 +#, kde-format +msgid "Copyright (C) 2013-2020 Laurent Montel" +msgstr "Copyright (C) 2013-2020 Laurent Montel" + +#: newmailnotifiersettingswidget.cpp:131 +#, kde-format +msgid "Laurent Montel" +msgstr "Laurent Montel" + +#: newmailnotifiersettingswidget.cpp:131 +#, kde-format +msgid "Maintainer" +msgstr "Pemelihara" + +#: newmailnotifiersettingswidget.cpp:132 +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Wantoyo" + +#: newmailnotifiersettingswidget.cpp:132 +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "[email protected]" + +#: newmailnotifiershowmessagejob.cpp:41 +#, kde-format +msgid "Unable to start KMail application." +msgstr "Tidak bisa menjalankan aplikasi KMail." + +#: specialnotifierjob.cpp:117 +#, kde-format +msgid "From: %1" +msgstr "Dari: %1" + +#: specialnotifierjob.cpp:125 +#, kde-format +msgid "Subject: %1" +msgstr "Subjek: %1" + +#: specialnotifierjob.cpp:128 +#, kde-format +msgid "In: %1" +msgstr "Di: %1" + +#: specialnotifierjob.cpp:151 +#, kde-format +msgid "Show mail..." +msgstr "Tampilkan mail..." + +#: specialnotifierjob.cpp:151 +#, kde-format +msgid "Mark As Read" +msgstr "Tandai Sebagai Dibaca" + +#: specialnotifierjob.cpp:151 +#, kde-format +msgid "Delete" +msgstr "Hapus" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/it/akonadi_newmailnotifier_agent.po new/kdepim-runtime-21.04.1/po/it/akonadi_newmailnotifier_agent.po --- old/kdepim-runtime-21.04.0/po/it/akonadi_newmailnotifier_agent.po 2021-04-16 10:46:34.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/it/akonadi_newmailnotifier_agent.po 2021-05-11 09:29:17.000000000 +0200 @@ -1,7 +1,7 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Federico Zenith <[email protected]>, 2011, 2013. -# Luigi Toscano <[email protected]>, 2013, 2014, 2015, 2016, 2017, 2018, 2020. +# Luigi Toscano <[email protected]>, 2013, 2014, 2015, 2016, 2017, 2018, 2020, 2021. # msgid "" msgstr "" @@ -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.08.1\n" +"X-Generator: Lokalize 20.12.0\n" #: newmailnotifieragent.cpp:331 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/ko/akonadi_imap_resource.po new/kdepim-runtime-21.04.1/po/ko/akonadi_imap_resource.po --- old/kdepim-runtime-21.04.0/po/ko/akonadi_imap_resource.po 2021-04-16 10:46:34.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/ko/akonadi_imap_resource.po 2021-05-11 09:29:17.000000000 +0200 @@ -602,8 +602,7 @@ "%1" msgstr "" "?????? \"%2\"??? ????????? ???????????? ????????? ????????? ????????? ????????? ??????????????????.\n" -"???????????? ???????????????, ??? ??? ??? ???????????????, ?????? ?????? ?????? ?????? ?????? ?????????" -"???.\n" +"???????????? ???????????????, ??? ??? ??? ???????????????, ???????????? ?????? ?????? ?????? ????????????.\n" "\n" "%1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-21.04.0/po/zh_CN/accountwizard_contacts.po new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_contacts.po --- old/kdepim-runtime-21.04.0/po/zh_CN/accountwizard_contacts.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_contacts.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/accountwizard_ews.po new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_ews.po --- old/kdepim-runtime-21.04.0/po/zh_CN/accountwizard_ews.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_ews.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/accountwizard_ical.po new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_ical.po --- old/kdepim-runtime-21.04.0/po/zh_CN/accountwizard_ical.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_ical.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/accountwizard_imap.po new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_imap.po --- old/kdepim-runtime-21.04.0/po/zh_CN/accountwizard_imap.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_imap.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/accountwizard_kolab.po new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_kolab.po --- old/kdepim-runtime-21.04.0/po/zh_CN/accountwizard_kolab.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_kolab.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/accountwizard_mailbox.po new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_mailbox.po --- old/kdepim-runtime-21.04.0/po/zh_CN/accountwizard_mailbox.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_mailbox.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/accountwizard_maildir.po new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_maildir.po --- old/kdepim-runtime-21.04.0/po/zh_CN/accountwizard_maildir.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_maildir.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/accountwizard_pop3.po new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_pop3.po --- old/kdepim-runtime-21.04.0/po/zh_CN/accountwizard_pop3.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_pop3.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/accountwizard_vcard.po new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_vcard.po --- old/kdepim-runtime-21.04.0/po/zh_CN/accountwizard_vcard.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_vcard.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/accountwizard_vcarddir.po new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_vcarddir.po --- old/kdepim-runtime-21.04.0/po/zh_CN/accountwizard_vcarddir.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/accountwizard_vcarddir.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi-filestore.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi-filestore.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi-filestore.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi-filestore.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_birthdays_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_birthdays_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_birthdays_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_birthdays_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_contacts_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_contacts_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_contacts_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_contacts_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_davgroupware_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_davgroupware_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_davgroupware_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_davgroupware_resource.po 2021-05-11 09:29:19.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-02-04 02:42+0100\n" -"PO-Revision-Date: 2021-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_etesync_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_etesync_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_etesync_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_etesync_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_ews_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_ews_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_ews_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_ews_resource.po 2021-05-11 09:29:19.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-02-04 02:42+0100\n" -"PO-Revision-Date: 2021-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_facebook_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_facebook_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_facebook_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_facebook_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_google_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_google_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_google_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_google_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_ical_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_ical_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_ical_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_ical_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_icaldir_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_icaldir_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_icaldir_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_icaldir_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_imap_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_imap_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_imap_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_imap_resource.po 2021-05-11 09:29:19.000000000 +0200 @@ -13,7 +13,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-02-03 03:21+0100\n" -"PO-Revision-Date: 2021-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_kalarm_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_kalarm_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_kalarm_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_kalarm_resource.po 2021-05-11 09:29:19.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-03-28 13:54+0000\n" -"PO-Revision-Date: 2021-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_maildir_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_maildir_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_maildir_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_maildir_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_maildispatcher_agent.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_maildispatcher_agent.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_maildispatcher_agent.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_maildispatcher_agent.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_mbox_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_mbox_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_mbox_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_mbox_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_migration_agent.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_migration_agent.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_migration_agent.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_migration_agent.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_mixedmaildir_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_mixedmaildir_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_mixedmaildir_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_mixedmaildir_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_newmailnotifier_agent.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_newmailnotifier_agent.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_newmailnotifier_agent.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_newmailnotifier_agent.po 2021-05-11 09:29:19.000000000 +0200 @@ -11,7 +11,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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_openxchange_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_openxchange_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_openxchange_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_openxchange_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_pop3_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_pop3_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_pop3_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_pop3_resource.po 2021-05-11 09:29:19.000000000 +0200 @@ -15,7 +15,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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_singlefile_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_singlefile_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_singlefile_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_singlefile_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_tomboynotes_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_tomboynotes_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_tomboynotes_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_tomboynotes_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_vcard_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_vcard_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_vcard_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_vcard_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/akonadi_vcarddir_resource.po new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_vcarddir_resource.po --- old/kdepim-runtime-21.04.0/po/zh_CN/akonadi_vcarddir_resource.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/akonadi_vcarddir_resource.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/gid-migrator.po new/kdepim-runtime-21.04.1/po/zh_CN/gid-migrator.po --- old/kdepim-runtime-21.04.0/po/zh_CN/gid-migrator.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/gid-migrator.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/kio_akonadi.po new/kdepim-runtime-21.04.1/po/zh_CN/kio_akonadi.po --- old/kdepim-runtime-21.04.0/po/zh_CN/kio_akonadi.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/kio_akonadi.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/kio_pop3.po new/kdepim-runtime-21.04.1/po/zh_CN/kio_pop3.po --- old/kdepim-runtime-21.04.0/po/zh_CN/kio_pop3.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/kio_pop3.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/po/zh_CN/libfolderarchivesettings.po new/kdepim-runtime-21.04.1/po/zh_CN/libfolderarchivesettings.po --- old/kdepim-runtime-21.04.0/po/zh_CN/libfolderarchivesettings.po 2021-04-16 10:46:36.000000000 +0200 +++ new/kdepim-runtime-21.04.1/po/zh_CN/libfolderarchivesettings.po 2021-05-11 09:29:19.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-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15: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.04.0/resources/google-groupware/akonadi_google_resource.notifyrc new/kdepim-runtime-21.04.1/resources/google-groupware/akonadi_google_resource.notifyrc --- old/kdepim-runtime-21.04.0/resources/google-groupware/akonadi_google_resource.notifyrc 2021-04-11 13:05:25.000000000 +0200 +++ new/kdepim-runtime-21.04.1/resources/google-groupware/akonadi_google_resource.notifyrc 2021-04-25 10:49:53.000000000 +0200 @@ -50,6 +50,7 @@ Name=Google Groupware needs to authenticate Name[ca]=Google Groupware s'ha d'autenticar Name[ca@valencia]=Google Groupware s'ha d'autenticar +Name[cs]=Google Groupware vy??aduje ov????en?? toto??nosti Name[en_GB]=Google Groupware needs to authenticate Name[es]=Google Groupware necesita autenticaci??n Name[fi]=Google Groupware vaatii todennuksen
