Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kaccounts-providers for 
openSUSE:Factory checked in at 2022-08-19 17:51:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaccounts-providers (Old)
 and      /work/SRC/openSUSE:Factory/.kaccounts-providers.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kaccounts-providers"

Fri Aug 19 17:51:42 2022 rev:89 rq:997778 version:22.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kaccounts-providers/kaccounts-providers.changes  
2022-07-09 17:00:33.780573661 +0200
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-providers.new.2083/kaccounts-providers.changes
        2022-08-19 17:51:52.671521835 +0200
@@ -1,0 +2,20 @@
+Sun Aug 14 09:41:50 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.0/
+
+-------------------------------------------------------------------
+Fri Aug  5 12:10:29 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.07.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Jul 16 08:27:42 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.07.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  kaccounts-providers-22.04.3.tar.xz
  kaccounts-providers-22.04.3.tar.xz.sig

New:
----
  kaccounts-providers-22.08.0.tar.xz
  kaccounts-providers-22.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ kaccounts-providers.spec ++++++
--- /var/tmp/diff_new_pack.XPf3OA/_old  2022-08-19 17:51:53.431523428 +0200
+++ /var/tmp/diff_new_pack.XPf3OA/_new  2022-08-19 17:51:53.435523436 +0200
@@ -18,11 +18,16 @@
 
 %global __requires_exclude org.kde.kaccounts.(next|own)cloud
 
+# The nextcloud plugin will only be built on these archs
+%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
+%bcond_without qtwebengine
+%endif
+
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kaccounts-providers
-Version:        22.04.3
+Version:        22.08.0
 Release:        0
 Summary:        KDE Accounts Providers
 License:        GPL-2.0-or-later
@@ -43,7 +48,9 @@
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5Package)
 BuildRequires:  cmake(Qt5Qml)
+%if %{with qtwebengine}
 BuildRequires:  cmake(Qt5WebEngineWidgets)
+%endif
 Requires:       signon-plugin-oauth2
 
 %description
@@ -66,9 +73,13 @@
 
 %files
 %license LICENSES/*
+%if %{with qtwebengine}
 %{_kf5_appstreamdir}/org.kde.kaccounts.nextcloud.appdata.xml
+%endif
 %{_kf5_appstreamdir}/org.kde.kaccounts.owncloud.appdata.xml
+%if %{with qtwebengine}
 %{_kf5_iconsdir}/hicolor/*/apps/kaccounts-nextcloud.*
+%endif
 %{_kf5_iconsdir}/hicolor/*/apps/kaccounts-owncloud.*
 %{_kf5_plugindir}/kaccounts/
 %{_kf5_sharedir}/accounts/


++++++ kaccounts-providers-22.04.3.tar.xz -> kaccounts-providers-22.08.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-providers-22.04.3/CMakeLists.txt 
new/kaccounts-providers-22.08.0/CMakeLists.txt
--- old/kaccounts-providers-22.04.3/CMakeLists.txt      2022-07-05 
06:39:49.000000000 +0200
+++ new/kaccounts-providers-22.08.0/CMakeLists.txt      2022-08-10 
22:57:17.000000000 +0200
@@ -1,8 +1,8 @@
 cmake_minimum_required(VERSION 3.16)
 
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
-set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MINOR "08")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 set(KACCOUNTS_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kde-account-providers LANGUAGES CXX VERSION ${KACCOUNTS_VERSION})
@@ -38,10 +38,11 @@
 add_subdirectory(webkit-options)
 add_subdirectory(plugins)
 
+ki18n_install(po)
+
 file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
 kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
 
 kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
-ki18n_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.04.3/plugins/nextcloud-ui/package/metadata.desktop 
new/kaccounts-providers-22.08.0/plugins/nextcloud-ui/package/metadata.desktop
--- 
old/kaccounts-providers-22.04.3/plugins/nextcloud-ui/package/metadata.desktop   
    2022-07-01 20:35:31.000000000 +0200
+++ 
new/kaccounts-providers-22.08.0/plugins/nextcloud-ui/package/metadata.desktop   
    2022-08-10 22:57:17.000000000 +0200
@@ -3,6 +3,7 @@
 Name[ar]=???????????????????????
 Name[ast]=Nextcloud
 Name[az]=Nextcloud
+Name[bg]=Nextcloud
 Name[ca]=Nextcloud
 Name[ca@valencia]=Nextcloud
 Name[cs]=NextCloud
@@ -20,6 +21,7 @@
 Name[hu]=Nextcloud
 Name[ia]=Nextcloud
 Name[it]=Nextcloud
+Name[ka]=Nextcloud
 Name[ko]=Nextcloud
 Name[lt]=Nextcloud
 Name[nl]=Nextcloud
@@ -42,6 +44,7 @@
 Comment[ar]=???????????? ??????????????????????? ???? ??????????????
 Comment[ast]=Usa Nextcloud con KAccounts
 Comment[az]=Nextcloud'u KAccounts il?? istifad?? etm??k
+Comment[bg]=???????????????????? ????  Nextcloud ?? KAccounts
 Comment[ca]=Usa Nextcloud amb KAccounts
 Comment[ca@valencia]=Utilitza Nextcloud amb KAccounts
 Comment[cs]=Pou????t NextCloud s KAccounts
@@ -59,6 +62,7 @@
 Comment[hu]=NextCloud haszn??lata a KAccounts-cal
 Comment[ia]=Usa NextCloud con KAccounts
 Comment[it]=Usa Nextcloud con KAccounts
+Comment[ka]=NextCloud-?????? KAccounts-????????? ??????????????? 
??????????????????????????????
 Comment[ko]=KAccounts?????? Nextcloud ????????????
 Comment[lt]=Naudoti Nextcoud su KAccounts
 Comment[nl]=Nextcloud met KAccounts gebruiken
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.04.3/plugins/owncloud-ui/package/metadata.desktop 
new/kaccounts-providers-22.08.0/plugins/owncloud-ui/package/metadata.desktop
--- 
old/kaccounts-providers-22.04.3/plugins/owncloud-ui/package/metadata.desktop    
    2022-07-01 20:35:31.000000000 +0200
+++ 
new/kaccounts-providers-22.08.0/plugins/owncloud-ui/package/metadata.desktop    
    2022-08-10 22:57:17.000000000 +0200
@@ -3,6 +3,7 @@
 Name[ar]=ownCloud
 Name[ast]=ownCloud
 Name[az]=ownCloud
+Name[bg]=ownCloud
 Name[ca]=ownCloud
 Name[ca@valencia]=ownCloud
 Name[cs]=ownCloud
@@ -16,6 +17,7 @@
 Name[hu]=ownCloud
 Name[ia]=ownCloud
 Name[it]=ownCloud
+Name[ka]=ownCloud
 Name[ko]=ownCloud
 Name[nl]=ownCloud
 Name[nn]=ownCloud
@@ -36,6 +38,7 @@
 Comment[ar]=???????????? ownCloud ???? ??????????????
 Comment[ast]=Usa ownCloud con KAccounts
 Comment[az]=OwnCloud'u KAccounts il?? istifad?? etm??k
+Comment[bg]=???????????????????? ???? OwnCloud ?? KAccounts
 Comment[ca]=Usa ownCloud amb KAccounts
 Comment[ca@valencia]=Utilitza ownCloud amb KAccounts
 Comment[cs]=Pou????t ownCloud s KAccounts
@@ -53,6 +56,7 @@
 Comment[hu]=OwnCloud haszn??lata a KAccounts-cal
 Comment[ia]=Usa OwnCloud con KAccounts
 Comment[it]=Usa OwnCloud con KAccounts
+Comment[ka]=OwnCloud-?????? KAccounts-????????? ??????????????? 
??????????????????????????????
 Comment[ko]=KAccounts?????? OwnCloud ????????????
 Comment[lt]=Naudoti OwnCloud su KAccounts
 Comment[nl]=OwnCloud met KAccounts gebruiken
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.04.3/po/az/kaccounts-providers.po 
new/kaccounts-providers-22.08.0/po/az/kaccounts-providers.po
--- old/kaccounts-providers-22.04.3/po/az/kaccounts-providers.po        
2022-07-05 06:39:49.000000000 +0200
+++ new/kaccounts-providers-22.08.0/po/az/kaccounts-providers.po        
2022-08-12 02:10:48.000000000 +0200
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the kaccounts-providers 
package.
 #
-# Kheyyam Gojayev <[email protected]>, 2020.
+# Kheyyam Gojayev <[email protected]>, 2020, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kaccounts-providers\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-19 00:43+0000\n"
-"PO-Revision-Date: 2020-11-08 00:14+0400\n"
-"Last-Translator: Kheyyam Gojayev <[email protected]>\n"
+"PO-Revision-Date: 2022-07-06 17:50+0400\n"
+"Last-Translator: Kheyyam <[email protected]>\n"
 "Language-Team: Azerbaijani <[email protected]>\n"
 "Language: az\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.08.3\n"
+"X-Generator: Lokalize 22.04.2\n"
 
 #: plugins/nextcloud-ui/nextcloudcontroller.cpp:96
 #, kde-format
@@ -37,12 +37,12 @@
 #: tmp/nextcloud-contacts.service.in.h:1
 #, kde-format
 msgid "Contacts"
-msgstr "Kontaktlar"
+msgstr "??laq??l??r"
 
 #: plugins/nextcloud-ui/nextcloudcontroller.cpp:220
 #, kde-format
 msgid "Synchronize contacts"
-msgstr "Kontaktlar?? eynil????dirm??k"
+msgstr "??laq??l??ri?? eynil????dirin"
 
 #. Runners-ID Storage - Service name being displayed as a checkbox label to 
enable/disable this service
 #. Would be nice to use the localized name of this service if it exists/makes 
sense
@@ -123,7 +123,7 @@
 #: tmp/facebook-contacts.service.in.h:3
 msgctxt "Facebook Contacts"
 msgid "Contacts"
-msgstr "Kontaktlar"
+msgstr "??laq??l??r"
 
 #. "Events" on Facebook - Service name being displayed as a checkbox label to 
enable/disable this service
 #. Would be nice to use the localized name of this service if it exists/makes 
sense
@@ -169,7 +169,7 @@
 #: tmp/google-contacts.service.in.h:3
 msgctxt "Google Contacts"
 msgid "Contacts"
-msgstr "Kontaktlar"
+msgstr "??laq??l??r"
 
 #: tmp/google.provider.in.h:1
 msgid "Google"
@@ -208,7 +208,7 @@
 #: tmp/owncloud-contacts.service.in.h:3
 msgctxt "ownCloud Contacts"
 msgid "Contacts"
-msgstr "Kontaktlar"
+msgstr "??laq??l??r"
 
 #: tmp/owncloud.provider.in.h:1
 msgid "ownCloud"
@@ -224,7 +224,7 @@
 #: tmp/runners-contacts.service.in.h:3
 msgctxt "Runners-ID Contacts"
 msgid "Contacts"
-msgstr "Kontaktlar"
+msgstr "??laq??l??r"
 
 #. Runners-ID Music - Service name being displayed as a checkbox label to 
enable/disable this service
 #. Would be nice to use the localized name of this service if it exists/makes 
sense
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.04.3/po/bg/kaccounts-providers.po 
new/kaccounts-providers-22.08.0/po/bg/kaccounts-providers.po
--- old/kaccounts-providers-22.04.3/po/bg/kaccounts-providers.po        
1970-01-01 01:00:00.000000000 +0100
+++ new/kaccounts-providers-22.08.0/po/bg/kaccounts-providers.po        
2022-08-12 02:10:48.000000000 +0200
@@ -0,0 +1,245 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the kaccounts-providers 
package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kaccounts-providers\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-02-19 00:43+0000\n"
+"PO-Revision-Date: 2022-07-21 19:44+0200\n"
+"Last-Translator: Mincho Kondarev <[email protected]>\n"
+"Language-Team: Bulgarian <[email protected]>\n"
+"Language: bg\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: Poedit 3.0.1\n"
+
+#: plugins/nextcloud-ui/nextcloudcontroller.cpp:96
+#, kde-format
+msgid ""
+"Unable to connect to Nextcloud at the given server URL. Please check the "
+"server URL."
+msgstr ""
+"?????????????????? ?????????????????? ?? Nextcloud ???? ?????????????????? 
?????????? ???? ????????????. ????????, "
+"?????????????????? ???????????? ???? ??????????????."
+
+#: plugins/nextcloud-ui/nextcloudcontroller.cpp:166
+#: plugins/owncloud-ui/owncloudcontroller.cpp:172
+#, kde-format
+msgid "Unable to authenticate using the provided username and password"
+msgstr "?????????????????? ???????????????????????????? ?????? 
???????????????????? ???????????? ?? ?????????????????????????? ??????"
+
+#. TODO Find a way to not hardcode this
+#: plugins/nextcloud-ui/nextcloudcontroller.cpp:220
+#: tmp/nextcloud-contacts.service.in.h:1
+#, kde-format
+msgid "Contacts"
+msgstr "????????????????"
+
+#: plugins/nextcloud-ui/nextcloudcontroller.cpp:220
+#, kde-format
+msgid "Synchronize contacts"
+msgstr "???????????????????????????? ???? ????????????????"
+
+#. Runners-ID Storage - Service name being displayed as a checkbox label to 
enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#. TODO Find a way to not hardcode this
+#: plugins/nextcloud-ui/nextcloudcontroller.cpp:221
+#: plugins/owncloud-ui/owncloudcontroller.cpp:229
+#: tmp/nextcloud-storage.service.in.h:1 tmp/owncloud-storage.service.in.h:1
+#: tmp/runners-storage.service.in.h:3
+#, kde-format
+msgid "Storage"
+msgstr "????????????????????"
+
+#: plugins/nextcloud-ui/nextcloudcontroller.cpp:221
+#, kde-format
+msgid "Integrate into file manager"
+msgstr "?????????????????????? ?????? ???????????????? ????????????????"
+
+#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14
+#, kde-format
+msgid "Nextcloud Login"
+msgstr "?????????????????????? ?? Nextcloud"
+
+#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49
+#: plugins/owncloud-ui/package/contents/ui/Server.qml:60
+#, kde-format
+msgid "Server address:"
+msgstr "?????????? ???? ??????????????:"
+
+#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65
+#: plugins/owncloud-ui/package/contents/ui/Server.qml:76
+#, kde-format
+msgid "Next"
+msgstr "????????????"
+
+#: plugins/nextcloud-ui/package/contents/ui/Services.qml:15
+#: plugins/owncloud-ui/package/contents/ui/Services.qml:16
+#, kde-format
+msgid "Services"
+msgstr "????????????"
+
+#: plugins/nextcloud-ui/package/contents/ui/Services.qml:78
+#: plugins/owncloud-ui/package/contents/ui/Services.qml:79
+#, kde-format
+msgid "Finish"
+msgstr "??????????????????"
+
+#: plugins/owncloud-ui/owncloudcontroller.cpp:116
+#, kde-format
+msgid ""
+"Unable to connect to ownCloud at the given server URL. Please check the "
+"server URL."
+msgstr ""
+"?????????????????? ?????????????????? ?? ownCloud ???? ?????????????????? 
?????????? ???? ????????????. ????????, ?????????????????? "
+"???????????? ???? ??????????????."
+
+#: plugins/owncloud-ui/owncloudcontroller.cpp:229
+#, kde-format
+msgid "Storage integration"
+msgstr "???????????????????? ???? ??????????????????"
+
+#: plugins/owncloud-ui/package/contents/ui/Server.qml:15
+#, kde-format
+msgid "ownCloud Login"
+msgstr "?????????????????????? ?? ownCloud"
+
+#: plugins/owncloud-ui/package/contents/ui/Server.qml:48
+#, kde-format
+msgid "Username:"
+msgstr "?????????????????????????? ??????:"
+
+#: plugins/owncloud-ui/package/contents/ui/Server.qml:53
+#, kde-format
+msgid "Password:"
+msgstr "????????????:"
+
+#. "Contacts" on Facebook - Service name being displayed as a checkbox label 
to enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#: tmp/facebook-contacts.service.in.h:3
+msgctxt "Facebook Contacts"
+msgid "Contacts"
+msgstr "????????????????"
+
+#. "Events" on Facebook - Service name being displayed as a checkbox label to 
enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#: tmp/facebook-events.service.in.h:3
+msgid "Events"
+msgstr "??????????????"
+
+#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label 
to enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#: tmp/facebook-feed.service.in.h:3
+msgid "Posts Feed"
+msgstr "???????????? ???? ????????"
+
+#. "Notes" on Facebook - Service name being displayed as a checkbox label to 
enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#: tmp/facebook-notes.service.in.h:3
+msgid "Notes"
+msgstr "??????????????"
+
+#. "Notifications" on Facebook - Service name being displayed as a checkbox 
label to enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#: tmp/facebook-notifications.service.in.h:3
+msgid "Notifications"
+msgstr "??????????????????????"
+
+#: tmp/facebook.provider.in.h:1
+msgid "Facebook"
+msgstr "Facebook"
+
+#. Tooltip text appearing over the button to create this type of account
+#: tmp/facebook.provider.in.h:3
+msgid "Includes Posts, Notes, Events, Notifications and Chat"
+msgstr "?????????????? Posts, Notes, Events, Notifications ?? Chat"
+
+#. Google's Calendars - Service name being displayed as a checkbox label to 
enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#: tmp/google-calendar.service.in.h:3
+msgid "Calendars and Tasks"
+msgstr "?????????????????? ?? ????????????"
+
+#. Google's Contacts - Service name being displayed as a checkbox label to 
enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#: tmp/google-contacts.service.in.h:3
+msgctxt "Google Contacts"
+msgid "Contacts"
+msgstr "????????????????"
+
+#: tmp/google.provider.in.h:1
+msgid "Google"
+msgstr "Google"
+
+#. Tooltip text appearing over the button to create this type of account
+#: tmp/google.provider.in.h:3
+msgid "Includes GMail, Hangouts, Google Drive and YouTube"
+msgstr "?????????????? GMail, Hangouts, Google Drive ?? YouTube"
+
+#. identi.ca microblog feed - Service name being displayed as a checkbox label 
to enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#: tmp/identica-microblog.service.in.h:3 tmp/identica.provider.in.h:1
+msgid "identi.ca"
+msgstr "identi.ca"
+
+#: tmp/nextcloud.provider.in.h:1
+msgid "Nextcloud"
+msgstr "Nextcloud"
+
+#. Tooltip text appearing over the button to create this type of account
+#: tmp/nextcloud.provider.in.h:3
+msgid "Nextcloud account"
+msgstr "Nextcloud ????????????"
+
+#. ownCloud's Calendar - Service name being displayed as a checkbox label to 
enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#. Runners-ID Calendar - Service name being displayed as a checkbox label to 
enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#: tmp/owncloud-calendar.service.in.h:3 tmp/runners-calendar.service.in.h:3
+msgid "Calendar"
+msgstr "????????????????"
+
+#. ownCloud's Contacts - Service name being displayed as a checkbox label to 
enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#: tmp/owncloud-contacts.service.in.h:3
+msgctxt "ownCloud Contacts"
+msgid "Contacts"
+msgstr "????????????????"
+
+#: tmp/owncloud.provider.in.h:1
+msgid "ownCloud"
+msgstr "ownCloud"
+
+#. Tooltip text appearing over the button to create this type of account
+#: tmp/owncloud.provider.in.h:3
+msgid "ownCloud account"
+msgstr "ownCloud ????????????"
+
+#. Runners-ID Contacts - Service name being displayed as a checkbox label to 
enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#: tmp/runners-contacts.service.in.h:3
+msgctxt "Runners-ID Contacts"
+msgid "Contacts"
+msgstr "????????????????"
+
+#. Runners-ID Music - Service name being displayed as a checkbox label to 
enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#: tmp/runners-music.service.in.h:3
+msgid "Music"
+msgstr "????????????"
+
+#. Runners ID is a service similar to ownCloud/DropBox etc
+#: tmp/runnersid.provider.in.h:2
+msgid "Runners ID"
+msgstr "Runners ID"
+
+#. Twitter's feed - Service name being displayed as a checkbox label to 
enable/disable this service
+#. Would be nice to use the localized name of this service if it exists/makes 
sense
+#: tmp/twitter-microblog.service.in.h:3 tmp/twitter.provider.in.h:1
+msgid "Twitter"
+msgstr "Twitter"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.04.3/po/sk/kaccounts-providers.po 
new/kaccounts-providers-22.08.0/po/sk/kaccounts-providers.po
--- old/kaccounts-providers-22.04.3/po/sk/kaccounts-providers.po        
2022-07-05 06:39:49.000000000 +0200
+++ new/kaccounts-providers-22.08.0/po/sk/kaccounts-providers.po        
2022-08-12 02:10:49.000000000 +0200
@@ -1,19 +1,19 @@
 # translation of kaccounts-providers.po to Slovak
-# Roman Pahol??k <[email protected]>, 2014, 2015, 2017, 2022.
+# Roman Pahol??k <[email protected]>, 2014, 2015, 2017.
 # Du??an Kazik <[email protected]>, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kaccounts-providers\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-19 00:43+0000\n"
-"PO-Revision-Date: 2022-04-06 17:42+0200\n"
-"Last-Translator: Roman Paholik <[email protected]>\n"
-"Language-Team: Slovak <[email protected]>\n"
+"PO-Revision-Date: 2020-04-01 13:27+0200\n"
+"Last-Translator: Du??an Kazik <[email protected]>\n"
+"Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.12.3\n"
+"X-Generator: Lokalize 19.12.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #: plugins/nextcloud-ui/nextcloudcontroller.cpp:96
@@ -41,7 +41,7 @@
 #: plugins/nextcloud-ui/nextcloudcontroller.cpp:220
 #, kde-format
 msgid "Synchronize contacts"
-msgstr "Synchronizova?? kontakty"
+msgstr ""
 
 #. Runners-ID Storage - Service name being displayed as a checkbox label to 
enable/disable this service
 #. Would be nice to use the localized name of this service if it exists/makes 
sense
@@ -57,10 +57,11 @@
 #: plugins/nextcloud-ui/nextcloudcontroller.cpp:221
 #, kde-format
 msgid "Integrate into file manager"
-msgstr "Integrova?? do spr??vcu s??borov"
+msgstr ""
 
 #: plugins/nextcloud-ui/package/contents/ui/Server.qml:14
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Nextcloud account"
 msgid "Nextcloud Login"
 msgstr "????et Nextcloud"
 
@@ -68,25 +69,26 @@
 #: plugins/owncloud-ui/package/contents/ui/Server.qml:60
 #, kde-format
 msgid "Server address:"
-msgstr "Adresa servera:"
+msgstr ""
 
 #: plugins/nextcloud-ui/package/contents/ui/Server.qml:65
 #: plugins/owncloud-ui/package/contents/ui/Server.qml:76
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Nextcloud"
 msgid "Next"
-msgstr "Nasleduj??ci"
+msgstr "Nextcloud"
 
 #: plugins/nextcloud-ui/package/contents/ui/Services.qml:15
 #: plugins/owncloud-ui/package/contents/ui/Services.qml:16
 #, kde-format
 msgid "Services"
-msgstr "Slu??by"
+msgstr ""
 
 #: plugins/nextcloud-ui/package/contents/ui/Services.qml:78
 #: plugins/owncloud-ui/package/contents/ui/Services.qml:79
 #, kde-format
 msgid "Finish"
-msgstr "Dokon??i??"
+msgstr ""
 
 #: plugins/owncloud-ui/owncloudcontroller.cpp:116
 #, kde-format
@@ -100,22 +102,23 @@
 #: plugins/owncloud-ui/owncloudcontroller.cpp:229
 #, kde-format
 msgid "Storage integration"
-msgstr "Integr??cia ??lo??iska"
+msgstr ""
 
 #: plugins/owncloud-ui/package/contents/ui/Server.qml:15
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "ownCloud account"
 msgid "ownCloud Login"
 msgstr "????et ownCloud"
 
 #: plugins/owncloud-ui/package/contents/ui/Server.qml:48
 #, kde-format
 msgid "Username:"
-msgstr "U????vate??sk?? meno:"
+msgstr ""
 
 #: plugins/owncloud-ui/package/contents/ui/Server.qml:53
 #, kde-format
 msgid "Password:"
-msgstr "Heslo:"
+msgstr ""
 
 #. "Contacts" on Facebook - Service name being displayed as a checkbox label 
to enable/disable this service
 #. Would be nice to use the localized name of this service if it exists/makes 
sense
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.04.3/po/zh_CN/kaccounts-providers.po 
new/kaccounts-providers-22.08.0/po/zh_CN/kaccounts-providers.po
--- old/kaccounts-providers-22.04.3/po/zh_CN/kaccounts-providers.po     
2022-07-05 06:39:49.000000000 +0200
+++ new/kaccounts-providers-22.08.0/po/zh_CN/kaccounts-providers.po     
2022-08-12 02:10:49.000000000 +0200
@@ -1,13 +1,9 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Weng Xuetian <[email protected]>, 2015, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-19 00:43+0000\n"
-"PO-Revision-Date: 2022-07-02 11:02\n"
+"PO-Revision-Date: 2022-08-07 13:32\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -66,7 +62,7 @@
 #: plugins/nextcloud-ui/package/contents/ui/Server.qml:14
 #, kde-format
 msgid "Nextcloud Login"
-msgstr "Nextcloud ??????"
+msgstr "Nextcloud ??????"
 
 #: plugins/nextcloud-ui/package/contents/ui/Server.qml:49
 #: plugins/owncloud-ui/package/contents/ui/Server.qml:60

Reply via email to