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-12-09 13:17:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaccounts-providers (Old)
 and      /work/SRC/openSUSE:Factory/.kaccounts-providers.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kaccounts-providers"

Fri Dec  9 13:17:06 2022 rev:93 rq:1041431 version:22.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kaccounts-providers/kaccounts-providers.changes  
2022-11-04 17:33:39.896407470 +0100
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-providers.new.1835/kaccounts-providers.changes
        2022-12-09 13:17:33.786932231 +0100
@@ -1,0 +2,20 @@
+Fri Dec  2 12:24:48 UTC 2022 - Christophe Marin <christo...@krop.fr>
+
+- Update to 22.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.0/
+
+-------------------------------------------------------------------
+Sat Nov 26 16:44:28 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.11.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Nov 12 08:53:37 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.11.80
+  * New feature release
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kaccounts-providers.spec ++++++
--- /var/tmp/diff_new_pack.YW787S/_old  2022-12-09 13:17:34.434935674 +0100
+++ /var/tmp/diff_new_pack.YW787S/_new  2022-12-09 13:17:34.438935694 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kaccounts-providers
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,11 +27,10 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kaccounts-providers
-Version:        22.08.3
+Version:        22.12.0
 Release:        0
 Summary:        KDE Accounts Providers
 License:        GPL-2.0-or-later
-Group:          System/GUI/KDE
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
 Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
@@ -67,9 +66,8 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with released}
-  %find_lang %{name} --with-man --all-name
-%endif
+
+%find_lang %{name} --with-man --all-name
 
 %files
 %license LICENSES/*
@@ -86,8 +84,6 @@
 %{_kf5_sharedir}/kpackage/
 %{_kf5_sysconfdir}/signon-ui/
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog


++++++ kaccounts-providers-22.08.3.tar.xz -> kaccounts-providers-22.12.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-providers-22.08.3/CMakeLists.txt 
new/kaccounts-providers-22.12.0/CMakeLists.txt
--- old/kaccounts-providers-22.08.3/CMakeLists.txt      2022-10-30 
21:42:59.000000000 +0100
+++ new/kaccounts-providers-22.12.0/CMakeLists.txt      2022-11-30 
00:40:08.000000000 +0100
@@ -1,8 +1,8 @@
 cmake_minimum_required(VERSION 3.16)
 
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
-set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MINOR "12")
+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})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.08.3/plugins/nextcloud-ui/CMakeLists.txt 
new/kaccounts-providers-22.12.0/plugins/nextcloud-ui/CMakeLists.txt
--- old/kaccounts-providers-22.08.3/plugins/nextcloud-ui/CMakeLists.txt 
2022-10-30 21:42:59.000000000 +0100
+++ new/kaccounts-providers-22.12.0/plugins/nextcloud-ui/CMakeLists.txt 
2022-11-30 00:40:08.000000000 +0100
@@ -9,6 +9,7 @@
                        KF5::KIOCore
                        KF5::I18n
                        KF5::Declarative
+                       KF5::Package
                        KAccounts
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.08.3/plugins/nextcloud-ui/nextcloud.cpp 
new/kaccounts-providers-22.12.0/plugins/nextcloud-ui/nextcloud.cpp
--- old/kaccounts-providers-22.08.3/plugins/nextcloud-ui/nextcloud.cpp  
2022-10-30 21:42:59.000000000 +0100
+++ new/kaccounts-providers-22.12.0/plugins/nextcloud-ui/nextcloud.cpp  
2022-11-30 00:40:08.000000000 +0100
@@ -11,6 +11,7 @@
 
 #include <KDeclarative/QmlObject>
 #include <KLocalizedString>
+#include <KPackage/PackageLoader>
 
 #include <QIcon>
 #include <QQmlContext>
@@ -31,12 +32,14 @@
 {
     if (type == KAccountsUiPlugin::NewAccountDialog) {
         const QString 
packagePath(QStringLiteral("org.kde.kaccounts.nextcloud"));
-
         m_object = new KDeclarative::QmlObject();
         m_object->setTranslationDomain(packagePath);
         m_object->setInitializationDelayed(true);
-        m_object->loadPackage(packagePath);
 
+        KPackage::Package package = 
KPackage::PackageLoader::self()->loadPackage(QStringLiteral("KPackage/GenericQML"));
+        package.setPath(packagePath);
+        
m_object->setSource(QUrl::fromLocalFile(package.filePath("mainscript")));
+        m_data = package.metadata();
         NextcloudController *helper = new NextcloudController(m_object);
 
         connect(helper, &NextcloudController::wizardFinished, this, 
[this](const QString &username, const QString &password, const QVariantMap 
&data) {
@@ -53,7 +56,7 @@
 
         m_object->completeInitialization();
 
-        if (!m_object->package().metadata().isValid()) {
+        if (!m_data.isValid()) {
             return;
         }
 
@@ -73,8 +76,8 @@
         window->setTransientParent(transientParent());
         window->show();
         window->requestActivate();
-        window->setTitle(m_object->package().metadata().name());
-        
window->setIcon(QIcon::fromTheme(m_object->package().metadata().iconName()));
+        window->setTitle(m_data.name());
+        window->setIcon(QIcon::fromTheme(m_data.iconName()));
     }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.08.3/plugins/nextcloud-ui/nextcloud.h 
new/kaccounts-providers-22.12.0/plugins/nextcloud-ui/nextcloud.h
--- old/kaccounts-providers-22.08.3/plugins/nextcloud-ui/nextcloud.h    
2022-10-30 21:42:59.000000000 +0100
+++ new/kaccounts-providers-22.12.0/plugins/nextcloud-ui/nextcloud.h    
2022-11-30 00:40:08.000000000 +0100
@@ -9,6 +9,7 @@
 #ifndef NEXTCLOUD_H
 #define NEXTCLOUD_H
 
+#include <KPluginMetaData>
 #include <QHash>
 #include <QUrl>
 
@@ -38,6 +39,7 @@
 private:
     QHash<QString, int> m_services;
     KDeclarative::QmlObject *m_object;
+    KPluginMetaData m_data;
 };
 
 #endif // NEXTCLOUD_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.08.3/plugins/nextcloud-ui/package/metadata.desktop 
new/kaccounts-providers-22.12.0/plugins/nextcloud-ui/package/metadata.desktop
--- 
old/kaccounts-providers-22.08.3/plugins/nextcloud-ui/package/metadata.desktop   
    2022-10-30 21:42:59.000000000 +0100
+++ 
new/kaccounts-providers-22.12.0/plugins/nextcloud-ui/package/metadata.desktop   
    2022-11-30 00:40:08.000000000 +0100
@@ -1,7 +1,6 @@
 [Desktop Entry]
 Name=Nextcloud
 Name[ar]=نِكست‌كلاود
-Name[ast]=Nextcloud
 Name[az]=Nextcloud
 Name[bg]=Nextcloud
 Name[ca]=Nextcloud
@@ -42,7 +41,6 @@
 Name[zh_TW]=Nextcloud
 Comment=Use Nextcloud with KAccounts
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.08.3/plugins/owncloud-ui/CMakeLists.txt 
new/kaccounts-providers-22.12.0/plugins/owncloud-ui/CMakeLists.txt
--- old/kaccounts-providers-22.08.3/plugins/owncloud-ui/CMakeLists.txt  
2022-10-30 21:42:59.000000000 +0100
+++ new/kaccounts-providers-22.12.0/plugins/owncloud-ui/CMakeLists.txt  
2022-11-30 00:40:08.000000000 +0100
@@ -8,6 +8,7 @@
                        KF5::KIOCore
                        KF5::I18n
                        KF5::Declarative
+                       KF5::Package
                        KAccounts
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.08.3/plugins/owncloud-ui/owncloud.cpp 
new/kaccounts-providers-22.12.0/plugins/owncloud-ui/owncloud.cpp
--- old/kaccounts-providers-22.08.3/plugins/owncloud-ui/owncloud.cpp    
2022-10-30 21:42:59.000000000 +0100
+++ new/kaccounts-providers-22.12.0/plugins/owncloud-ui/owncloud.cpp    
2022-11-30 00:40:08.000000000 +0100
@@ -10,6 +10,7 @@
 
 #include <KDeclarative/QmlObject>
 #include <KLocalizedString>
+#include <KPackage/PackageLoader>
 
 #include <QQmlContext>
 #include <QQmlEngine>
@@ -29,11 +30,14 @@
 {
     if (type == KAccountsUiPlugin::NewAccountDialog) {
         const QString 
packagePath(QStringLiteral("org.kde.kaccounts.owncloud"));
-
         m_object = new KDeclarative::QmlObject();
         m_object->setTranslationDomain(packagePath);
         m_object->setInitializationDelayed(true);
-        m_object->loadPackage(packagePath);
+
+        KPackage::Package package = 
KPackage::PackageLoader::self()->loadPackage(QStringLiteral("KPackage/GenericQML"));
+        package.setPath(packagePath);
+        
m_object->setSource(QUrl::fromLocalFile(package.filePath("mainscript")));
+        m_data = package.metadata();
 
         OwncloudController *helper = new OwncloudController(m_object);
 
@@ -51,7 +55,7 @@
 
         m_object->completeInitialization();
 
-        if (!m_object->package().metadata().isValid()) {
+        if (!m_data.isValid()) {
             return;
         }
 
@@ -71,8 +75,8 @@
         window->setTransientParent(transientParent());
         window->show();
         window->requestActivate();
-        window->setTitle(m_object->package().metadata().name());
-        
window->setIcon(QIcon::fromTheme(m_object->package().metadata().iconName()));
+        window->setTitle(m_data.name());
+        window->setIcon(QIcon::fromTheme(m_data.iconName()));
     }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.08.3/plugins/owncloud-ui/owncloud.h 
new/kaccounts-providers-22.12.0/plugins/owncloud-ui/owncloud.h
--- old/kaccounts-providers-22.08.3/plugins/owncloud-ui/owncloud.h      
2022-10-30 21:42:59.000000000 +0100
+++ new/kaccounts-providers-22.12.0/plugins/owncloud-ui/owncloud.h      
2022-11-30 00:40:08.000000000 +0100
@@ -8,6 +8,7 @@
 #ifndef OWNCLOUD_H
 #define OWNCLOUD_H
 
+#include <KPluginMetaData>
 #include <QHash>
 #include <QUrl>
 
@@ -37,6 +38,7 @@
 private:
     QHash<QString, int> m_services;
     KDeclarative::QmlObject *m_object;
+    KPluginMetaData m_data;
 };
 
 #endif // OWNCLOUD_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.08.3/plugins/owncloud-ui/package/metadata.desktop 
new/kaccounts-providers-22.12.0/plugins/owncloud-ui/package/metadata.desktop
--- 
old/kaccounts-providers-22.08.3/plugins/owncloud-ui/package/metadata.desktop    
    2022-10-30 21:42:59.000000000 +0100
+++ 
new/kaccounts-providers-22.12.0/plugins/owncloud-ui/package/metadata.desktop    
    2022-11-30 00:40:08.000000000 +0100
@@ -1,7 +1,6 @@
 [Desktop Entry]
 Name=ownCloud
 Name[ar]=ownCloud
-Name[ast]=ownCloud
 Name[az]=ownCloud
 Name[bg]=ownCloud
 Name[ca]=ownCloud
@@ -36,7 +35,6 @@
 Name[zh_CN]=ownCloud
 Comment=Use OwnCloud with KAccounts
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.08.3/po/ast/kaccounts-providers.po 
new/kaccounts-providers-22.12.0/po/ast/kaccounts-providers.po
--- old/kaccounts-providers-22.08.3/po/ast/kaccounts-providers.po       
2022-11-01 01:13:38.000000000 +0100
+++ new/kaccounts-providers-22.12.0/po/ast/kaccounts-providers.po       
1970-01-01 01:00:00.000000000 +0100
@@ -1,244 +0,0 @@
-# Copyright (C) YEAR This file is copyright:
-# This file is distributed under the same license as the kaccounts-providers 
package.
-#
-# enolp <en...@softastur.org>, 2020, 2021.
-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: 2021-04-20 01:56+0200\n"
-"Last-Translator: enolp <en...@softastur.org>\n"
-"Language-Team: Asturian <alministrado...@softastur.org>\n"
-"Language: ast\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 21.03.90\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 ""
-"Nun ye posible conectase al sirividor de Nextcloud de la direición apurrida. 
"
-"Comprueba la so URL, por favor."
-
-#: 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 "Nun pue autenticase usando'l nome d'usuariu y contraseña apurríos"
-
-#. 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 "Contautos"
-
-#: 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 "Almacenamientu"
-
-#: 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 "Aniciu de sesión de 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 "Direición del sirvidor:"
-
-#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65
-#: plugins/owncloud-ui/package/contents/ui/Server.qml:76
-#, kde-format
-msgid "Next"
-msgstr "Siguiente"
-
-#: plugins/nextcloud-ui/package/contents/ui/Services.qml:15
-#: plugins/owncloud-ui/package/contents/ui/Services.qml:16
-#, kde-format
-msgid "Services"
-msgstr "Servicios"
-
-#: plugins/nextcloud-ui/package/contents/ui/Services.qml:78
-#: plugins/owncloud-ui/package/contents/ui/Services.qml:79
-#, kde-format
-msgid "Finish"
-msgstr "Finar"
-
-#: 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 ""
-"Nun ye posible conectase al sirividor d'ownCloud de la direición apurrida. "
-"Comprueba la so URL, por favor."
-
-#: 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 "Aniciu de sesión d'ownCloud"
-
-#: plugins/owncloud-ui/package/contents/ui/Server.qml:48
-#, kde-format
-msgid "Username:"
-msgstr "Nome d'usuariu"
-
-#: plugins/owncloud-ui/package/contents/ui/Server.qml:53
-#, kde-format
-msgid "Password:"
-msgstr "Contraseña:"
-
-#. "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 "Contautos"
-
-#. "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 "Eventos"
-
-#. "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 "Feed d'espublizamientos"
-
-#. "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 "Notes"
-
-#. "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 "Avisos"
-
-#: 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 "Inclúi espublizamientos, notes, eventos, avisos y charres"
-
-#. 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 "Calendarios y xeres"
-
-#. 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 "Contautos"
-
-#: 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 "Inclúi GMail, Hangouts, Google Drive y 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 "Cuenta de 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 "Calendariu"
-
-#. 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 "Contautos"
-
-#: 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 "Cuenta d'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 "Contautos"
-
-#. 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 "Música"
-
-#. 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.08.3/po/bg/kaccounts-providers.po 
new/kaccounts-providers-22.12.0/po/bg/kaccounts-providers.po
--- old/kaccounts-providers-22.08.3/po/bg/kaccounts-providers.po        
2022-11-01 01:13:38.000000000 +0100
+++ new/kaccounts-providers-22.12.0/po/bg/kaccounts-providers.po        
2022-11-30 00:40:08.000000000 +0100
@@ -8,7 +8,7 @@
 "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"
+"PO-Revision-Date: 2022-07-21 19:55+0200\n"
 "Last-Translator: Mincho Kondarev <mkonda...@yahoo.de>\n"
 "Language-Team: Bulgarian <kde-i18n-...@kde.org>\n"
 "Language: bg\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.08.3/po/ka/kaccounts-providers.po 
new/kaccounts-providers-22.12.0/po/ka/kaccounts-providers.po
--- old/kaccounts-providers-22.08.3/po/ka/kaccounts-providers.po        
1970-01-01 01:00:00.000000000 +0100
+++ new/kaccounts-providers-22.12.0/po/ka/kaccounts-providers.po        
2022-11-30 00:40:08.000000000 +0100
@@ -0,0 +1,243 @@
+# 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-05-26 06:42+0200\n"
+"Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
+"Language-Team: Georgian <kde-i18n-...@kde.org>\n"
+"Language: ka\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 ""
+"მითითებულ URL-ზე NextCloud-ში შესვლა 
შეუძლებელია. შეამოწმეთ სერ
ვერის URL."
+
+#: 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 ""
+"მითითებულ URL-ზე ownCloud-ში შესვლა 
შეუძლებელია. შეამოწმეთ სერ
ვერის URL."
+
+#: 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 "შეიცავს პოსტებს, 
შენიშვნებს, მოვლენებს, გაფრ
თხილებებს და საუბრებს"
+
+#. 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 "გამშვების 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.08.3/po/sr@ijekavian/kaccounts-providers.po 
new/kaccounts-providers-22.12.0/po/sr@ijekavian/kaccounts-providers.po
--- old/kaccounts-providers-22.08.3/po/sr@ijekavian/kaccounts-providers.po      
1970-01-01 01:00:00.000000000 +0100
+++ new/kaccounts-providers-22.12.0/po/sr@ijekavian/kaccounts-providers.po      
2022-11-30 00:40:08.000000000 +0100
@@ -0,0 +1,192 @@
+# Translation of kaccounts-providers.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2015, 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: kaccounts-providers\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-03-03 03:14+0100\n"
+"PO-Revision-Date: 2017-03-12 22:21+0100\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: sr@ijekavian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: plugins/nextcloud-ui/qmlhelper.cpp:112
+#, fuzzy, kde-format
+#| msgid ""
+#| "Unable to connect to ownCloud at the given server URL. Please check the "
+#| "server URL."
+msgid ""
+"Unable to connect to Nextcloud at the given server URL. Please check the "
+"server URL."
+msgstr ""
+"Не могу да се повежем на Оунклауд на 
задатом УРЛ‑у сервера. Проверите УРЛ."
+
+#: plugins/nextcloud-ui/qmlhelper.cpp:215 plugins/owncloud-ui/qmlhelper.cpp:198
+#, kde-format
+msgid "Unable to authenticate using the provided username and password"
+msgstr "Не могу да се аутентификујем са 
задатим корисничким именом и лозинком."
+
+#: plugins/owncloud-ui/qmlhelper.cpp:148
+#, kde-format
+msgid ""
+"Unable to connect to ownCloud at the given server URL. Please check the "
+"server URL."
+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
+#, fuzzy
+#| msgid "Contacts"
+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 "Фејсбук"
+
+#. 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 "Написи, белешке, догађаји, обавештења 
и ћаскање"
+
+#. 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
+#, fuzzy
+#| msgid "Contacts"
+msgctxt "Google Contacts"
+msgid "Contacts"
+msgstr "Контакти"
+
+#: tmp/google.provider.in.h:1
+msgid "Google"
+msgstr "Гугл"
+
+# skip-rule: t-drive
+#. 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 "Г‑мејл, Гугл‑хенгаутс, Гугл‑драјв и 
Јутјуб"
+
+#. 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 "Идентика"
+
+#: tmp/nextcloud-contacts.service.in.h:1
+msgid "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
+#. ownCloud's 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
+#: tmp/nextcloud-storage.service.in.h:1 tmp/owncloud-storage.service.in.h:3
+#: tmp/runners-storage.service.in.h:3
+msgid "Storage"
+msgstr "Складиште"
+
+#: tmp/nextcloud.provider.in.h:1
+msgid "Nextcloud"
+msgstr ""
+
+#. Tooltip text appearing over the button to create this type of account
+#: tmp/nextcloud.provider.in.h:3
+#, fuzzy
+#| msgid "ownCloud account"
+msgid "Nextcloud account"
+msgstr "Налог на Оунклауду"
+
+#. 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
+#. 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
+#: 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
+#, fuzzy
+#| msgid "Contacts"
+msgctxt "ownCloud Contacts"
+msgid "Contacts"
+msgstr "Контакти"
+
+#: tmp/owncloud.provider.in.h:1
+msgid "ownCloud"
+msgstr "Оунклауд"
+
+#. Tooltip text appearing over the button to create this type of account
+#: tmp/owncloud.provider.in.h:3
+msgid "ownCloud account"
+msgstr "Налог на Оунклауду"
+
+#. 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
+#, fuzzy
+#| msgid "Contacts"
+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 "Ранерс‑ИД"
+
+#. 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 "Твитер"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-22.08.3/po/sr@ijekavianlatin/kaccounts-providers.po 
new/kaccounts-providers-22.12.0/po/sr@ijekavianlatin/kaccounts-providers.po
--- old/kaccounts-providers-22.08.3/po/sr@ijekavianlatin/kaccounts-providers.po 
1970-01-01 01:00:00.000000000 +0100
+++ new/kaccounts-providers-22.12.0/po/sr@ijekavianlatin/kaccounts-providers.po 
2022-11-30 00:40:08.000000000 +0100
@@ -0,0 +1,192 @@
+# Translation of kaccounts-providers.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2015, 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: kaccounts-providers\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-03-03 03:14+0100\n"
+"PO-Revision-Date: 2017-03-12 22:21+0100\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: sr@ijekavianlatin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: plugins/nextcloud-ui/qmlhelper.cpp:112
+#, fuzzy, kde-format
+#| msgid ""
+#| "Unable to connect to ownCloud at the given server URL. Please check the "
+#| "server URL."
+msgid ""
+"Unable to connect to Nextcloud at the given server URL. Please check the "
+"server URL."
+msgstr ""
+"Ne mogu da se povežem na ownCloud na zadatom URL‑u servera. Proverite URL."
+
+#: plugins/nextcloud-ui/qmlhelper.cpp:215 plugins/owncloud-ui/qmlhelper.cpp:198
+#, kde-format
+msgid "Unable to authenticate using the provided username and password"
+msgstr "Ne mogu da se autentifikujem sa zadatim korisničkim imenom i 
lozinkom."
+
+#: plugins/owncloud-ui/qmlhelper.cpp:148
+#, kde-format
+msgid ""
+"Unable to connect to ownCloud at the given server URL. Please check the "
+"server URL."
+msgstr ""
+"Ne mogu da se povežem na ownCloud na zadatom URL‑u servera. Proverite URL."
+
+#. "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
+#, fuzzy
+#| msgid "Contacts"
+msgctxt "Facebook Contacts"
+msgid "Contacts"
+msgstr "Kontakti"
+
+#. "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 "Događaji"
+
+#. "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 "Dovod napisa"
+
+#. "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 "Beleške"
+
+#. "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 "Obaveštenja"
+
+#: 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 "Napisi, beleške, događaji, obaveštenja i ćaskanje"
+
+#. 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 "Kalendari i zadaci"
+
+#. 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
+#, fuzzy
+#| msgid "Contacts"
+msgctxt "Google Contacts"
+msgid "Contacts"
+msgstr "Kontakti"
+
+#: tmp/google.provider.in.h:1
+msgid "Google"
+msgstr "Google"
+
+# skip-rule: t-drive
+#. 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, Google Hangouts, Google Drive i 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-contacts.service.in.h:1
+msgid "Contacts"
+msgstr "Kontakti"
+
+#. 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
+#. ownCloud's 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
+#: tmp/nextcloud-storage.service.in.h:1 tmp/owncloud-storage.service.in.h:3
+#: tmp/runners-storage.service.in.h:3
+msgid "Storage"
+msgstr "Skladište"
+
+#: tmp/nextcloud.provider.in.h:1
+msgid "Nextcloud"
+msgstr ""
+
+#. Tooltip text appearing over the button to create this type of account
+#: tmp/nextcloud.provider.in.h:3
+#, fuzzy
+#| msgid "ownCloud account"
+msgid "Nextcloud account"
+msgstr "Nalog na ownCloudu"
+
+#. 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
+#. 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
+#: tmp/owncloud-calendar.service.in.h:3 tmp/runners-calendar.service.in.h:3
+msgid "Calendar"
+msgstr "Kalendar"
+
+#. 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
+#, fuzzy
+#| msgid "Contacts"
+msgctxt "ownCloud Contacts"
+msgid "Contacts"
+msgstr "Kontakti"
+
+#: 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 "Nalog na ownCloudu"
+
+#. 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
+#, fuzzy
+#| msgid "Contacts"
+msgctxt "Runners-ID Contacts"
+msgid "Contacts"
+msgstr "Kontakti"
+
+#. 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 "Muzika"
+
+#. 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.08.3/po/sr@latin/kaccounts-providers.po 
new/kaccounts-providers-22.12.0/po/sr@latin/kaccounts-providers.po
--- old/kaccounts-providers-22.08.3/po/sr@latin/kaccounts-providers.po  
1970-01-01 01:00:00.000000000 +0100
+++ new/kaccounts-providers-22.12.0/po/sr@latin/kaccounts-providers.po  
2022-11-30 00:40:08.000000000 +0100
@@ -0,0 +1,192 @@
+# Translation of kaccounts-providers.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2015, 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: kaccounts-providers\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-03-03 03:14+0100\n"
+"PO-Revision-Date: 2017-03-12 22:21+0100\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: sr@latin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: plugins/nextcloud-ui/qmlhelper.cpp:112
+#, fuzzy, kde-format
+#| msgid ""
+#| "Unable to connect to ownCloud at the given server URL. Please check the "
+#| "server URL."
+msgid ""
+"Unable to connect to Nextcloud at the given server URL. Please check the "
+"server URL."
+msgstr ""
+"Ne mogu da se povežem na ownCloud na zadatom URL‑u servera. Proverite URL."
+
+#: plugins/nextcloud-ui/qmlhelper.cpp:215 plugins/owncloud-ui/qmlhelper.cpp:198
+#, kde-format
+msgid "Unable to authenticate using the provided username and password"
+msgstr "Ne mogu da se autentifikujem sa zadatim korisničkim imenom i 
lozinkom."
+
+#: plugins/owncloud-ui/qmlhelper.cpp:148
+#, kde-format
+msgid ""
+"Unable to connect to ownCloud at the given server URL. Please check the "
+"server URL."
+msgstr ""
+"Ne mogu da se povežem na ownCloud na zadatom URL‑u servera. Proverite URL."
+
+#. "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
+#, fuzzy
+#| msgid "Contacts"
+msgctxt "Facebook Contacts"
+msgid "Contacts"
+msgstr "Kontakti"
+
+#. "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 "Događaji"
+
+#. "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 "Dovod napisa"
+
+#. "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 "Beleške"
+
+#. "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 "Obaveštenja"
+
+#: 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 "Napisi, beleške, događaji, obaveštenja i ćaskanje"
+
+#. 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 "Kalendari i zadaci"
+
+#. 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
+#, fuzzy
+#| msgid "Contacts"
+msgctxt "Google Contacts"
+msgid "Contacts"
+msgstr "Kontakti"
+
+#: tmp/google.provider.in.h:1
+msgid "Google"
+msgstr "Google"
+
+# skip-rule: t-drive
+#. 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, Google Hangouts, Google Drive i 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-contacts.service.in.h:1
+msgid "Contacts"
+msgstr "Kontakti"
+
+#. 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
+#. ownCloud's 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
+#: tmp/nextcloud-storage.service.in.h:1 tmp/owncloud-storage.service.in.h:3
+#: tmp/runners-storage.service.in.h:3
+msgid "Storage"
+msgstr "Skladište"
+
+#: tmp/nextcloud.provider.in.h:1
+msgid "Nextcloud"
+msgstr ""
+
+#. Tooltip text appearing over the button to create this type of account
+#: tmp/nextcloud.provider.in.h:3
+#, fuzzy
+#| msgid "ownCloud account"
+msgid "Nextcloud account"
+msgstr "Nalog na ownCloudu"
+
+#. 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
+#. 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
+#: tmp/owncloud-calendar.service.in.h:3 tmp/runners-calendar.service.in.h:3
+msgid "Calendar"
+msgstr "Kalendar"
+
+#. 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
+#, fuzzy
+#| msgid "Contacts"
+msgctxt "ownCloud Contacts"
+msgid "Contacts"
+msgstr "Kontakti"
+
+#: 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 "Nalog na ownCloudu"
+
+#. 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
+#, fuzzy
+#| msgid "Contacts"
+msgctxt "Runners-ID Contacts"
+msgid "Contacts"
+msgstr "Kontakti"
+
+#. 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 "Muzika"
+
+#. 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.08.3/po/zh_CN/kaccounts-providers.po 
new/kaccounts-providers-22.12.0/po/zh_CN/kaccounts-providers.po
--- old/kaccounts-providers-22.08.3/po/zh_CN/kaccounts-providers.po     
2022-11-01 01:13:38.000000000 +0100
+++ new/kaccounts-providers-22.12.0/po/zh_CN/kaccounts-providers.po     
2022-11-30 00:40:08.000000000 +0100
@@ -3,7 +3,7 @@
 "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-10-30 07:51\n"
+"PO-Revision-Date: 2022-11-19 14:50\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to