Hello community,
here is the log from the commit of package kaccounts-providers for
openSUSE:Factory checked in at 2018-12-19 13:32:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaccounts-providers (Old)
and /work/SRC/openSUSE:Factory/.kaccounts-providers.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kaccounts-providers"
Wed Dec 19 13:32:25 2018 rev:43 rq:658343 version:18.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kaccounts-providers/kaccounts-providers.changes
2018-11-12 09:26:25.538369789 +0100
+++
/work/SRC/openSUSE:Factory/.kaccounts-providers.new.28833/kaccounts-providers.changes
2018-12-19 13:32:29.248691148 +0100
@@ -1,0 +2,35 @@
+Fri Dec 14 06:08:57 UTC 2018 - [email protected]
+
+- Update to 18.12.0
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+ * No code changes since 18.11.90
+
+-------------------------------------------------------------------
+Mon Dec 03 20:55:48 UTC 2018 - [email protected]
+
+- Update to 18.11.90
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+ * No code changes since 18.11.80
+
+-------------------------------------------------------------------
+Tue Nov 20 06:21:57 UTC 2018 - Luca Beltrame <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:56:42 UTC 2018 - [email protected]
+
+- Update to 18.11.80
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+ * No code changes since 18.08.3
+
+-------------------------------------------------------------------
@@ -54 +89 @@
- * https://www.kde.org/announcements/announce-applications-18.07.80.php
+ * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -104 +139 @@
- * https://www.kde.org/announcements/announce-applications-18.03.90.php
+ * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -212 +247 @@
- * https://www.kde.org/announcements/announce-applications-17.07.90.php
+ * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -271 +306 @@
- * https://www.kde.org/announcements/announce-applications-17.03.80.php
+ * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -365 +400 @@
- * https://www.kde.org/announcements/announce-applications-16.07.90.php
+ * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -487 +522 @@
- * https://www.kde.org/announcements/announce-applications-15.07.90.php
+ * https://www.kde.org/announcements/announce-applications-15.08-rc.php
Old:
----
kaccounts-providers-18.08.3.tar.xz
New:
----
kaccounts-providers-18.12.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kaccounts-providers.spec ++++++
--- /var/tmp/diff_new_pack.NvBlEt/_old 2018-12-19 13:32:29.780690455 +0100
+++ /var/tmp/diff_new_pack.NvBlEt/_new 2018-12-19 13:32:29.780690455 +0100
@@ -16,14 +16,13 @@
#
-%bcond_without lang
-
-Name: kaccounts-providers
-Version: 18.08.3
-Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
+%bcond_without lang
+Name: kaccounts-providers
+Version: 18.12.0
+Release: 0
Summary: KDE Accounts Providers
License: GPL-2.0-or-later
Group: System/GUI/KDE
@@ -41,7 +40,6 @@
BuildRequires: pkgconfig(Qt5Qml)
Requires: signon-plugin-oauth2
Recommends: %{name}-lang
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
KDE Accounts Providers.
@@ -62,8 +60,7 @@
%endif
%files
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
#{_kf5_iconsdir}/hicolor/*/*/*.png
%{_kf5_appstreamdir}/
%{_kf5_plugindir}/kaccounts/
@@ -73,7 +70,7 @@
%if %{with lang}
%files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
%endif
%changelog
++++++ kaccounts-providers-18.08.3.tar.xz -> kaccounts-providers-18.12.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kaccounts-providers-18.08.3/CMakeLists.txt
new/kaccounts-providers-18.12.0/CMakeLists.txt
--- old/kaccounts-providers-18.08.3/CMakeLists.txt 2018-11-06
01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/CMakeLists.txt 2018-12-07
01:41:23.000000000 +0100
@@ -3,8 +3,8 @@
cmake_minimum_required(VERSION 2.8.12)
set(KDE_APPLICATIONS_VERSION_MAJOR "18")
-set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
+set(KDE_APPLICATIONS_VERSION_MINOR "12")
+set(KDE_APPLICATIONS_VERSION_MICRO "0")
set(KACCOUNTS_VERSION
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
set(REQUIRED_QT_VERSION "5.2.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/plugins/owncloud-ui/package/metadata.desktop
new/kaccounts-providers-18.12.0/plugins/owncloud-ui/package/metadata.desktop
---
old/kaccounts-providers-18.08.3/plugins/owncloud-ui/package/metadata.desktop
2018-11-02 16:15:36.000000000 +0100
+++
new/kaccounts-providers-18.12.0/plugins/owncloud-ui/package/metadata.desktop
2018-12-05 00:39:37.000000000 +0100
@@ -1,6 +1,5 @@
[Desktop Entry]
Name=OwnCloud KAccounts QML plugin
-Name[ast]=Complementu QML de KAccounts d'ownCloud
Name[ca]=Connector OwnCloud en QML per a KAccounts
Name[ca@valencia]=Connector OwnCloud en QML per a KAccounts
Name[cs]=QML modul KAccounts pro OwnCloud
@@ -37,7 +36,6 @@
Name[zh_CN]=OwnCloud KAccounts QML 插件
Name[zh_TW]=OwnCloud KAccounts QML 外掛程式
Comment=Use OwnCloud with KAccounts
-Comment[ast]=Usa OwnCloud con KAccounts
Comment[ca]=Usa OwnCloud amb KAccounts
Comment[ca@valencia]=Usa OwnCloud amb KAccounts
Comment[cs]=Použít ownCloud s KAccounts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/ar/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/ar/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/ar/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/ar/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: ٢٠١٥-٠٤-٠٣ ٢٠:١٣+0300\n"
"Last-Translator: Safa Alfulaij <[email protected]>\n"
"Language-Team: Arabic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/ast/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/ast/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/ast/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/ast/kaccounts-providers.po
1970-01-01 01:00:00.000000000 +0100
@@ -1,143 +0,0 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
-#
-# enolp <[email protected]>, 2016, 2017.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
-"PO-Revision-Date: 2017-01-03 03:58+0100\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 2.0\n"
-
-#: 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 ""
-"Nun pue coneutase con ownCloud na URL dada del sirvidor. Comprueba la URL "
-"del sirvidor, por favor."
-
-#: plugins/owncloud-ui/qmlhelper.cpp:198
-#, kde-format
-msgid "Unable to authenticate using the provided username and password"
-msgstr "Nun pue autenticase usando'l nome d'usuariu y contraseña forníos"
-
-#. 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
-#. "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
-#. 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
-#. 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/facebook-contacts.service.in.h:3 tmp/google-contacts.service.in.h:3
-#: tmp/owncloud-contacts.service.in.h:3 tmp/runners-contacts.service.in.h:3
-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'artículos"
-
-#. "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 artículos, notes, eventos, avisos y charra"
-
-#. 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"
-
-#: 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
-#, fuzzy
-#| msgid "Includes GMail, Hangouts, Google Docs, Google+, YouTube and Picasa"
-msgid "Includes GMail, Hangouts, Google Drive and YouTube"
-msgstr "Inclúi GMail, Hangouts, Google Docs, Google+, YouTube y Picasa"
-
-#. 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"
-
-#. 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 "Calendariu"
-
-#. 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/owncloud-storage.service.in.h:3 tmp/runners-storage.service.in.h:3
-msgid "Storage"
-msgstr "Almacenamientu"
-
-#: 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 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 "ID de Runners"
-
-#. 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-18.08.3/po/bs/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/bs/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/bs/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/bs/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kde5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2015-02-19 10:14+0100\n"
"Last-Translator: Samir ribic <megaribi@localhost>\n"
"Language-Team: Bosnian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/ca/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/ca/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/ca/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/ca/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: kaccounts-providers\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-02-24 20:16+0100\n"
"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/ca@valencia/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/ca@valencia/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/ca@valencia/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/ca@valencia/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: kaccounts-providers\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-02-24 20:16+0100\n"
"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
@@ -144,80 +144,3 @@
#: tmp/twitter-microblog.service.in.h:3 tmp/twitter.provider.in.h:1
msgid "Twitter"
msgstr "Twitter"
-
-#~ msgid "org.kde.kaccounts.owncloud"
-#~ msgstr "org.kde.kaccounts.owncloud"
-
-#~ msgid "helper"
-#~ msgstr "ajudant"
-
-#~ msgid "org.kde.kaccounts.UiPlugin"
-#~ msgstr "org.kde.kaccounts.UiPlugin"
-
-#~ msgid "http://"
-#~ msgstr "http://"
-
-#~ msgid "https://"
-#~ msgstr "https://"
-
-#~ msgid "status.php"
-#~ msgstr "status.php"
-
-#~ msgid "Checking for ownCloud instance at"
-#~ msgstr "S'està comprovant la instància d'ownCloud a"
-
-#~ msgid "Received url to figure out:"
-#~ msgstr "S'ha rebut l'URL per descobrir:"
-
-#~ msgid "version"
-#~ msgstr "versió"
-
-#~ msgid "No json"
-#~ msgstr "No json"
-
-#~ msgid "ownCloud appears to be running at the specified URL"
-#~ msgstr "El ownCloud sembla executar-se a l'URL indicat"
-
-#~ msgid "Server URL ok, checking auth..."
-#~ msgstr "L'URL del servidor és correcte, s'està comprovant l'autenticació..."
-
-#~ msgid "remote.php/webdav"
-#~ msgstr "remote.php/webdav"
-
-#~ msgid ""
-#~ "<d:propfind xmlns:d=\"DAV:\"><d:prop><d:current-user-principal /></d:"
-#~ "prop></d:propfind>"
-#~ msgstr ""
-#~ "<d:propfind xmlns:d=\"DAV:\"><d:prop><d:current-user-principal /></d:"
-#~ "prop></d:propfind>"
-
-#~ msgid "1"
-#~ msgstr "1"
-
-#~ msgid "cookies"
-#~ msgstr "galetes"
-
-#~ msgid "none"
-#~ msgstr "cap"
-
-#~ msgid "no-cache"
-#~ msgstr "sense_memòria_cau"
-
-#~ msgid "Auth job finished, received error page:"
-#~ msgstr ""
-#~ "La tasca d'autenticació ha finalitzat, s'ha rebut la pàgina d'error:"
-
-#~ msgid "server"
-#~ msgstr "servidor"
-
-#~ msgid "__service/owncloud-contacts"
-#~ msgstr "__service/owncloud-contacts"
-
-#~ msgid "/remote.php/carddav/addressbooks/%1"
-#~ msgstr "/remote.php/carddav/addressbooks/%1"
-
-#~ msgid "carddavUrl"
-#~ msgstr "carddavUrl"
-
-#~ msgid "Includes your Timeline and Mentions"
-#~ msgstr "Inclou la vostra línia de temps i les mencions"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/cs/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/cs/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/cs/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/cs/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2014-10-31 13:05+0100\n"
"Last-Translator: Vít Pelčák <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/da/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/da/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/da/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/da/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-11-06 22:23+0200\n"
"Last-Translator: scootergrisen\n"
"Language-Team: Danish\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/de/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/de/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/de/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/de/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-11-21 22:25+0100\n"
"Last-Translator: Burkhard Lück <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/el/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/el/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/el/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/el/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-04-22 21:49+0200\n"
"Last-Translator: Stelios <[email protected]>\n"
"Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/en_GB/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/en_GB/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/en_GB/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/en_GB/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-02-26 14:45+0000\n"
"Last-Translator: Steve Allewell <[email protected]>\n"
"Language-Team: English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/es/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/es/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/es/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/es/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: kaccounts-providers\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-04-02 18:06+0200\n"
"Last-Translator: Eloy Cuadra <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/et/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/et/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/et/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/et/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2016-08-18 17:17+0300\n"
"Last-Translator: Marek Laane <[email protected]>\n"
"Language-Team: Estonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/fi/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/fi/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/fi/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/fi/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-12-11 18:57+0200\n"
"Last-Translator: Tommi Nieminen <[email protected]>\n"
"Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/fr/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/fr/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/fr/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/fr/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-07-24 10:27+0100\n"
"Last-Translator: Vincent Pinon <[email protected]>\n"
"Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/gl/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/gl/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/gl/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/gl/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2018-01-19 19:51+0100\n"
"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
"Language-Team: Galician <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/ia/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/ia/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/ia/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/ia/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2016-05-25 14:05+0100\n"
"Last-Translator: giovanni <[email protected]>\n"
"Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/it/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/it/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/it/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/it/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kaccounts-providers\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-02-26 20:08+0100\n"
"Last-Translator: Luigi Toscano <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/ja/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/ja/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/ja/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/ja/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: kaccounts-providers\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2014-10-31 23:44-0700\n"
"Last-Translator: Japanese KDE translation team <[email protected]>\n"
"Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/ko/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/ko/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/ko/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/ko/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-12-08 22:54+0100\n"
"Last-Translator: Shinjo Park <[email protected]>\n"
"Language-Team: Korean <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/lt/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/lt/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/lt/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/lt/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: trunk-kf 5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2015-02-25 08:59+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/nl/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/nl/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/nl/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/nl/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-02-24 12:50+0100\n"
"Last-Translator: Freek de Kruijf <[email protected]>\n"
"Language-Team: Dutch <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/nn/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/nn/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/nn/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/nn/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2018-06-17 16:58+0100\n"
"Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
"Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/pl/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/pl/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/pl/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/pl/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-02-25 07:25+0100\n"
"Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
"Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/pt/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/pt/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/pt/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/pt/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: kaccounts-providers\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-02-24 10:02+0000\n"
"Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
"Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/pt_BR/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/pt_BR/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/pt_BR/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/pt_BR/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kaccounts-providers\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-10-25 11:04-0300\n"
"Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
"Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/ro/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/ro/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/ro/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/ro/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2015-04-26 13:50+0300\n"
"Last-Translator: Sergiu Bivol <[email protected]>\n"
"Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/ru/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/ru/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/ru/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/ru/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-11-28 13:23+0300\n"
"Last-Translator: Alexander Potashev <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/sk/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/sk/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/sk/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/sk/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: kaccounts-providers\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-04-16 21:09+0100\n"
"Last-Translator: Roman Paholik <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/sl/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/sl/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/sl/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/sl/kaccounts-providers.po
2018-12-07 01:41:22.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-02-26 12:05+0100\n"
"Last-Translator: Andrej Mernik <[email protected]>\n"
"Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/sr/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/sr/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/sr/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/sr/kaccounts-providers.po
2018-12-07 01:41:23.000000000 +0100
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: kaccounts-providers\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/sv/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/sv/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/sv/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/sv/kaccounts-providers.po
2018-12-07 01:41:23.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-02-24 19:49+0100\n"
"Last-Translator: Stefan Asserhäll <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/tr/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/tr/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/tr/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/tr/kaccounts-providers.po
2018-12-07 01:41:23.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-04-13 14:48+0100\n"
"Last-Translator: Volkan Gezer <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/uk/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/uk/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/uk/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/uk/kaccounts-providers.po
2018-12-07 01:41:23.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kaccounts-providers\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-02-24 14:53+0200\n"
"Last-Translator: Yuri Chornoivan <[email protected]>\n"
"Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/zh_CN/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/zh_CN/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/zh_CN/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/zh_CN/kaccounts-providers.po
2018-12-07 01:41:23.000000000 +0100
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
-"PO-Revision-Date: 2018-11-01 23:18\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
+"PO-Revision-Date: 2018-11-12 09:23\n"
"Last-Translator: guoyunhe <[email protected]>\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-providers-18.08.3/po/zh_TW/kaccounts-providers.po
new/kaccounts-providers-18.12.0/po/zh_TW/kaccounts-providers.po
--- old/kaccounts-providers-18.08.3/po/zh_TW/kaccounts-providers.po
2018-11-06 01:19:15.000000000 +0100
+++ new/kaccounts-providers-18.12.0/po/zh_TW/kaccounts-providers.po
2018-12-07 01:41:23.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-24 04:08+0100\n"
+"POT-Creation-Date: 2018-11-12 06:54+0100\n"
"PO-Revision-Date: 2017-03-12 20:45+0800\n"
"Last-Translator: Jeff Huang <[email protected]>\n"
"Language-Team: Chinese <[email protected]>\n"