Hello community,

here is the log from the commit of package polkit-kde-agent-5 for 
openSUSE:Factory checked in at 2020-06-08 23:56:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/polkit-kde-agent-5 (Old)
 and      /work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "polkit-kde-agent-5"

Mon Jun  8 23:56:49 2020 rev:92 rq:812336 version:5.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes    
2020-05-07 15:11:21.680474862 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new.3606/polkit-kde-agent-5.changes
  2020-06-08 23:57:53.231928828 +0200
@@ -1,0 +2,19 @@
+Thu Jun  4 13:27:15 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.19.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.19.0.php
+- No code changes since 5.18.90
+
+-------------------------------------------------------------------
+Thu May 14 14:33:10 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.18.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.90.php
+- Changes since 5.18.5:
+  * bump to require Qt 5.14
+
+-------------------------------------------------------------------

Old:
----
  polkit-kde-agent-1-5.18.5.tar.xz
  polkit-kde-agent-1-5.18.5.tar.xz.sig

New:
----
  polkit-kde-agent-1-5.19.0.tar.xz
  polkit-kde-agent-1-5.19.0.tar.xz.sig

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

Other differences:
------------------
++++++ polkit-kde-agent-5.spec ++++++
--- /var/tmp/diff_new_pack.BAxdnH/_old  2020-06-08 23:57:53.839930704 +0200
+++ /var/tmp/diff_new_pack.BAxdnH/_new  2020-06-08 23:57:53.843930716 +0200
@@ -18,15 +18,15 @@
 
 %bcond_without lang
 Name:           polkit-kde-agent-5
-Version:        5.18.5
+Version:        5.19.0
 Release:        0
 Summary:        PolicyKit authentication agent for KDE
 License:        GPL-2.0-only AND LGPL-2.1-or-later
 Group:          Development/Libraries/KDE
 URL:            http://www.kde.org/
-Source:         
https://download.kde.org/stable/plasma/%{version}/polkit-kde-agent-1-%{version}.tar.xz
+Source:         polkit-kde-agent-1-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/polkit-kde-agent-1-%{version}.tar.xz.sig
+Source1:        polkit-kde-agent-1-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 1.2.0


++++++ polkit-kde-agent-1-5.18.5.tar.xz -> polkit-kde-agent-1-5.19.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.18.5/.gitignore 
new/polkit-kde-agent-1-5.19.0/.gitignore
--- old/polkit-kde-agent-1-5.18.5/.gitignore    2020-05-05 17:02:48.000000000 
+0200
+++ new/polkit-kde-agent-1-5.19.0/.gitignore    2020-06-04 13:35:14.000000000 
+0200
@@ -20,3 +20,5 @@
 moc_*
 ui_*
 Makefile
+.clang-format
+/build*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.18.5/CMakeLists.txt 
new/polkit-kde-agent-1-5.19.0/CMakeLists.txt
--- old/polkit-kde-agent-1-5.18.5/CMakeLists.txt        2020-05-05 
17:03:16.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/CMakeLists.txt        2020-06-04 
13:35:41.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(polkit-kde-agent-1)
-set(PROJECT_VERSION "5.18.5")
+set(PROJECT_VERSION "5.19.0")
 
-set(QT_MIN_VERSION "5.12.0")
+set(QT_MIN_VERSION "5.14.0")
 set(KF5_MIN_VERSION "5.66.0")
 
 # we need some parts of the ECM CMake helpers
@@ -49,6 +49,10 @@
 include_directories (BEFORE ${CMAKE_CURRENT_BINARY_DIR})
 
 find_package(PolkitQt5-1 REQUIRED 0.103.0)
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
+endif()
 
 include_directories(
                     ${POLKITQT-1_INCLUDE_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/ar/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/ar/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/ar/polkit-kde-authentication-agent-1.po    
2020-05-05 17:02:58.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/ar/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:25.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2012-01-22 19:22+0300\n"
 "Last-Translator: Abdalrahim G. Fakhouri <abdilra7...@yahoo.com>\n"
 "Language-Team: Arabic <d...@arabeyes.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/bs/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/bs/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/bs/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:00.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/bs/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:26.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2014-02-08 23:53+0100\n"
 "Last-Translator: Samir Ribić <megar...@epn.ba>\n"
 "Language-Team: Bosnian <b...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/ca/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/ca/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/ca/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:00.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/ca/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:26.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-10-26 14:58+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/ca@valencia/polkit-kde-authentication-agent-1.po
 
new/polkit-kde-agent-1-5.19.0/po/ca@valencia/polkit-kde-authentication-agent-1.po
--- 
old/polkit-kde-agent-1-5.18.5/po/ca@valencia/polkit-kde-authentication-agent-1.po
   2020-05-05 17:03:00.000000000 +0200
+++ 
new/polkit-kde-agent-1-5.19.0/po/ca@valencia/polkit-kde-authentication-agent-1.po
   2020-06-04 13:35:26.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-07-22 11:19+0200\n"
 "Last-Translator: Empar Montoro Martín <montoro_...@gva.es>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/cs/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/cs/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/cs/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:00.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/cs/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:27.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-01-14 16:53+0100\n"
 "Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/da/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/da/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/da/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:01.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/da/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:27.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-05-07 13:23+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/de/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/de/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/de/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:01.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/de/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:27.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-11-16 10:57+0100\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/el/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/el/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/el/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:01.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/el/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:28.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2015-02-10 12:50+0200\n"
 "Last-Translator: Dimitris Kardarakos <dimk...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/en_GB/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/en_GB/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/en_GB/polkit-kde-authentication-agent-1.po 
2020-05-05 17:03:02.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/en_GB/polkit-kde-authentication-agent-1.po 
2020-06-04 13:35:28.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-10-27 20:00+0100\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/eo/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/eo/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/eo/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:02.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/eo/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:28.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2009-12-29 14:11+0100\n"
 "Last-Translator: Axel Rousseau <a...@esperanto-jeunes.org>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/es/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/es/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/es/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:02.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/es/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:28.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-10-26 12:50+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/et/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/et/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/et/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:02.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/et/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-10-30 17:45+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@lists.linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/eu/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/eu/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/eu/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:03.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/eu/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:29.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-06-05 22:14+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/fi/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/fi/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/fi/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:03.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/fi/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:29.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-11-22 16:30+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/fr/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/fr/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/fr/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:03.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/fr/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:29.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-01-24 18:38+0800\n"
 "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/ga/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/ga/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/ga/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:03.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/ga/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2009-12-24 06:59-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/gl/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/gl/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/gl/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:03.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/gl/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:29.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-10-08 14:19+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <proxe...@trasno.gal>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/he/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/he/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/he/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:04.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/he/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:30.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2017-05-16 06:57-0400\n"
 "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n"
 "Language-Team: Hebrew <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/hr/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/hr/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/hr/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:04.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/hr/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:30.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2011-06-28 15:19+0200\n"
 "Last-Translator: Marko Dimjašević <ma...@dimjasevic.net>\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/hu/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/hu/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/hu/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:05.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/hu/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-12-01 18:41+0100\n"
 "Last-Translator: Kristóf Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/ia/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/ia/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/ia/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:05.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/ia/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2020-01-10 10:07+0100\n"
 "Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/id/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/id/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/id/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:05.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/id/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-11-01 08:13+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/is/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/is/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/is/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:05.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/is/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:32.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2016-04-08 22:57+0000\n"
 "Last-Translator: Sveinn í Felli <s...@fellsnet.is>\n"
 "Language-Team: Icelandic <translation-team...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/it/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/it/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/it/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:06.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/it/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:32.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-12-22 18:03+0100\n"
 "Last-Translator: Pino Toscano <toscano.p...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/ja/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/ja/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/ja/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:06.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/ja/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:32.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-06-08 14:12-0700\n"
 "Last-Translator: Fumiaki Okushi <fumiaki.oku...@gmail.com>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/kk/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/kk/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/kk/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:06.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/kk/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:32.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2013-10-07 04:38+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/km/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/km/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/km/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:06.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/km/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:32.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2012-07-09 11:09+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer <supp...@khmeros.info>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/ko/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/ko/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/ko/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:07.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/ko/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:32.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2020-04-04 00:48+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/lt/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/lt/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/lt/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:07.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/lt/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:33.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-06-04 22:14+0000\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/mai/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/mai/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/mai/polkit-kde-authentication-agent-1.po   
2020-05-05 17:03:08.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/mai/polkit-kde-authentication-agent-1.po   
2020-06-04 13:35:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2010-09-08 12:34+0530\n"
 "Last-Translator: Rajesh Ranjan <rajesh...@gmail.com>\n"
 "Language-Team: Maithili <bhashag...@googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/ml/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/ml/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/ml/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:08.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/ml/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-12-12 22:33+0000\n"
 "Last-Translator: Vivek KJ Pazhedath <vivekkj2...@gmail.com>\n"
 "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം 
Computing|കമ്പ്യൂട്ടിങ്ങ് <smc."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/mr/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/mr/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/mr/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:08.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/mr/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:34.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2013-03-28 14:37+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/ms/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/ms/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/ms/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:09.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/ms/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:34.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2010-07-13 22:42+0800\n"
 "Last-Translator: Sharuzzaman Ahmat Raslan <sharuzza...@gmail.com>\n"
 "Language-Team: Malay <kedidie...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/nb/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/nb/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/nb/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:09.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/nb/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:34.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2015-04-28 14:02+0200\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <l10n...@lister.huftis.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/nds/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/nds/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/nds/polkit-kde-authentication-agent-1.po   
2020-05-05 17:03:09.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/nds/polkit-kde-authentication-agent-1.po   
2020-06-04 13:35:34.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2012-02-08 22:27+0100\n"
 "Last-Translator: Manfred Wiese <m.j.wi...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/nl/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/nl/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/nl/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:10.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/nl/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:34.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-10-26 11:30+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/nn/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/nn/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/nn/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:10.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/nn/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:34.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-10-27 16:56+0200\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/pa/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/pa/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/pa/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:11.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/pa/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:35.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2016-08-08 15:32-0600\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi <punjabi-us...@lists.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/pl/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/pl/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/pl/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:11.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/pl/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:35.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-01-13 10:31+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/pt/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/pt/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/pt/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:11.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/pt/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:35.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-10-26 09:27+0100\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/pt_BR/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/pt_BR/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/pt_BR/polkit-kde-authentication-agent-1.po 
2020-05-05 17:03:11.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/pt_BR/polkit-kde-authentication-agent-1.po 
2020-06-04 13:35:36.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-11-13 18:22-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/ro/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/ro/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/ro/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:12.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/ro/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:36.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2012-12-26 13:56+0200\n"
 "Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/ru/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/ru/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/ru/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:12.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/ru/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:36.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-01-13 21:55+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/sk/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/sk/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/sk/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:12.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/sk/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:37.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-11-13 16:03+0100\n"
 "Last-Translator: Mthw <jari...@hotmail.com>\n"
 "Language-Team: Slovak <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/sl/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/sl/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/sl/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:12.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/sl/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:37.000000000 +0200
@@ -2,31 +2,33 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Andrej Mernik <andr...@ubuntu.si>, 2012, 2013, 2015.
+# Matjaž Jeran <matjaz.je...@amis.net>, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
-"PO-Revision-Date: 2015-01-18 11:59+0100\n"
-"Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
+"PO-Revision-Date: 2020-02-16 19:37+0100\n"
+"Last-Translator: Matjaž Jeran <matjaz.je...@amis.net>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
 "Language: sl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"Translator: Andrej Mernik <andr...@ubuntu.si>\n"
+"X-Generator: Poedit 2.2.4\n"
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Andrej Mernik"
+msgstr "Andrej Mernik,Matjaž Jeran"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "andr...@ubuntu.si"
+msgstr "andr...@ubuntu.si,matjaz.je...@amis.net"
 
 #. i18n: ectx: property (text), widget (QLabel, label_3)
 #: authdetails.ui:29
@@ -38,7 +40,7 @@
 #: authdetails.ui:39
 #, kde-format
 msgid "<null>"
-msgstr ""
+msgstr "<null>"
 
 #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL)
 #. i18n: ectx: property (text), widget (QLabel, vendorL)
@@ -49,16 +51,15 @@
 
 #. i18n: ectx: property (text), widget (QLabel, action_id_label)
 #: authdetails.ui:94
-#, fuzzy, kde-format
-#| msgid "Action:"
+#, kde-format
 msgid "Action ID:"
-msgstr "Dejanje:"
+msgstr "Id dejanja:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: authdetails.ui:113
 #, kde-format
 msgid "ID:"
-msgstr ""
+msgstr "ID:"
 
 #: AuthDialog.cpp:77
 #, kde-format
@@ -135,7 +136,7 @@
 #: AuthDialog.cpp:352
 #, kde-format
 msgid "'Description' not provided"
-msgstr ""
+msgstr "Ni polja 'Opis'"
 
 #: AuthDialog.cpp:364 AuthDialog.cpp:368
 #, kde-format
@@ -146,7 +147,7 @@
 #: AuthDialog.ui:94
 #, kde-format
 msgid "P&assword:"
-msgstr "&Geslo:"
+msgstr "Geslo:"
 
 #: main.cpp:64
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/sv/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/sv/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/sv/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:13.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/sv/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:38.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-10-26 20:15+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/tg/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/tg/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/tg/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:14.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/tg/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:38.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2019-09-29 12:36+0500\n"
 "Last-Translator: Victor Ibragimov <victor.ibragi...@gmail.com>\n"
 "Language-Team: English <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/th/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/th/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/th/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:14.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/th/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:39.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2010-12-11 16:14+0700\n"
 "Last-Translator: Phuwanat Sakornsakolpat <narac...@gmail.com>\n"
 "Language-Team: Thai <thai-l...@googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/tr/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/tr/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/tr/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:14.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/tr/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:39.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: extragear-base-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2015-02-15 13:29+0000\n"
 "Last-Translator: Necdet <necdetyu...@gmail.com>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/extragear-base-k-";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/ug/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/ug/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/ug/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:15.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/ug/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:39.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2013-09-08 07:04+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/uk/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/uk/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/uk/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:15.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/uk/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:39.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: polkit-kde-authentication-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-10-26 08:51+0300\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/vi/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/vi/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/vi/polkit-kde-authentication-agent-1.po    
2020-05-05 17:03:15.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/vi/polkit-kde-authentication-agent-1.po    
2020-06-04 13:35:40.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2012-07-24 14:00+0800\n"
 "Last-Translator: Lê Hoàng Phương <herophuon...@gmail.com>\n"
 "Language-Team: Vietnamese <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/zh_CN/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/zh_CN/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/zh_CN/polkit-kde-authentication-agent-1.po 
2020-05-05 17:03:16.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/zh_CN/polkit-kde-authentication-agent-1.po 
2020-06-04 13:35:40.000000000 +0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
-"PO-Revision-Date: 2020-03-25 19:56\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
+"PO-Revision-Date: 2020-05-09 13:50\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -18,7 +18,7 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/kde-workspace/polkit-kde-authentication-"
+"X-Crowdin-File: /kf5-trunk/messages/kde-workspace/polkit-kde-authentication-"
 "agent-1.pot\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.18.5/po/zh_TW/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.19.0/po/zh_TW/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.18.5/po/zh_TW/polkit-kde-authentication-agent-1.po 
2020-05-05 17:03:16.000000000 +0200
+++ new/polkit-kde-agent-1-5.19.0/po/zh_TW/polkit-kde-authentication-agent-1.po 
2020-06-04 13:35:41.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"POT-Creation-Date: 2020-04-03 04:02+0200\n"
 "PO-Revision-Date: 2018-10-31 00:55+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
 "Language-Team: Chinese <kde-i18n-...@kde.org>\n"


Reply via email to