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 <[email protected]>
+
+- 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 <[email protected]>
+
+- Update to 22.11.90
+ * New feature release
+
+-------------------------------------------------------------------
+Sat Nov 12 08:53:37 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- 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 <[email protected]>, 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 <[email protected]>\n"
-"Language-Team: Asturian <[email protected]>\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 <[email protected]>\n"
"Language-Team: Bulgarian <[email protected]>\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 <[email protected]>\n"
+"Language-Team: Georgian <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Serbian <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Serbian <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Serbian <[email protected]>\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"