Hello community,

here is the log from the commit of package polkit-kde-agent-5 for 
openSUSE:Factory checked in at 2020-02-10 21:52:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/polkit-kde-agent-5 (Old)
 and      /work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "polkit-kde-agent-5"

Mon Feb 10 21:52:14 2020 rev:86 rq:772265 version:5.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes    
2020-01-11 14:40:30.333195833 +0100
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new.26092/polkit-kde-agent-5.changes
 2020-02-10 21:52:32.686161850 +0100
@@ -1,0 +2,27 @@
+Thu Feb  6 15:10:08 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.18.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.0.php
+- No code changes since 5.17.90
+
+-------------------------------------------------------------------
+Thu Jan 23 11:20:42 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Replace %make_jobs with %cmake_build
+
+-------------------------------------------------------------------
+Thu Jan 16 14:04:22 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.17.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.90.php
+- Changes since 5.17.5:
+  * KF5_MIN_VERSION for plasma 5.18 is KF5 5.66.0
+  * Port away from deprecated API in KWindowSystem
+  * Add KDEClangFormat cmake support
+  * Port to non-deprecated KWindowSystem::setMainWindow overload
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ polkit-kde-agent-5.spec ++++++
--- /var/tmp/diff_new_pack.EqHAxz/_old  2020-02-10 21:52:34.262162721 +0100
+++ /var/tmp/diff_new_pack.EqHAxz/_new  2020-02-10 21:52:34.262162721 +0100
@@ -18,15 +18,15 @@
 
 %bcond_without lang
 Name:           polkit-kde-agent-5
-Version:        5.17.5
+Version:        5.18.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
@@ -55,7 +55,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++++++ polkit-kde-agent-1-5.17.5.tar.xz -> polkit-kde-agent-1-5.18.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.17.5/CMakeLists.txt 
new/polkit-kde-agent-1-5.18.0/CMakeLists.txt
--- old/polkit-kde-agent-1-5.17.5/CMakeLists.txt        2020-01-07 
16:49:37.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/CMakeLists.txt        2020-02-06 
14:31:55.000000000 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(polkit-kde-agent-1)
-set(PROJECT_VERSION "5.17.5")
+set(PROJECT_VERSION "5.18.0")
 
 set(QT_MIN_VERSION "5.12.0")
-set(KF5_MIN_VERSION "5.62.0")
+set(KF5_MIN_VERSION "5.66.0")
 
 # we need some parts of the ECM CMake helpers
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
@@ -13,6 +13,7 @@
 include(KDEInstallDirs)
 include(KDECMakeSettings)
 include(KDECompilerSettings NO_POLICY_SCOPE)
+include(KDEClangFormat)
 include(FeatureSummary)
 
 find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets)
@@ -48,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=0x060000)
+endif()
 
 include_directories(
                     ${POLKITQT-1_INCLUDE_DIR}
@@ -87,6 +92,10 @@
 
 install(FILES policykit1-kde.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFY5RCDIR})
 
+# add clang-format target for all our real source files
+file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
+kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
+
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 find_package(KF5I18n CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.17.5/po/ar/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/ar/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/ar/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:17.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/ar/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:37.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/bs/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/bs/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/bs/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:18.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/bs/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:39.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/ca/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/ca/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/ca/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:19.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/ca/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:39.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/ca@valencia/polkit-kde-authentication-agent-1.po
 
new/polkit-kde-agent-1-5.18.0/po/ca@valencia/polkit-kde-authentication-agent-1.po
--- 
old/polkit-kde-agent-1-5.17.5/po/ca@valencia/polkit-kde-authentication-agent-1.po
   2020-01-07 16:49:18.000000000 +0100
+++ 
new/polkit-kde-agent-1-5.18.0/po/ca@valencia/polkit-kde-authentication-agent-1.po
   2020-02-06 14:31:39.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/cs/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/cs/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/cs/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:18.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/cs/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:39.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/da/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/da/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/da/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:19.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/da/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:40.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/de/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/de/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/de/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:19.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/de/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:40.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/el/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/el/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/el/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:19.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/el/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:40.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/en_GB/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/en_GB/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/en_GB/polkit-kde-authentication-agent-1.po 
2020-01-07 16:49:21.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/en_GB/polkit-kde-authentication-agent-1.po 
2020-02-06 14:31:40.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.17.5/po/eo/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/eo/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/eo/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:21.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/eo/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:40.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/es/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/es/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/es/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:21.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/es/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:40.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/et/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/et/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/et/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:21.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/et/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:40.000000000 +0100
@@ -1,20 +1,20 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Marek Laane <b...@smail.ee>, 2009, 2010, 2011, 2016.
+# Marek Laane <b...@smail.ee>, 2009, 2010, 2011, 2016, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
-"PO-Revision-Date: 2016-01-11 21:25+0200\n"
+"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"PO-Revision-Date: 2019-10-30 17:45+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
-"Language-Team: Estonian <kde...@linux.ee>\n"
+"Language-Team: Estonian <kde...@lists.linux.ee>\n"
 "Language: et\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"
+"X-Generator: Lokalize 19.08.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -37,7 +37,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)
@@ -48,16 +48,15 @@
 
 #. i18n: ectx: property (text), widget (QLabel, action_id_label)
 #: authdetails.ui:94
-#, fuzzy, kde-format
-#| msgid "Action:"
+#, kde-format
 msgid "Action ID:"
-msgstr "Toiming:"
+msgstr "Toimingu ID:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: authdetails.ui:113
 #, kde-format
 msgid "ID:"
-msgstr ""
+msgstr "ID:"
 
 #: AuthDialog.cpp:77
 #, kde-format
@@ -134,7 +133,7 @@
 #: AuthDialog.cpp:352
 #, kde-format
 msgid "'Description' not provided"
-msgstr ""
+msgstr "'Kirjeldus' on andmata"
 
 #: AuthDialog.cpp:364 AuthDialog.cpp:368
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.17.5/po/eu/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/eu/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/eu/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:22.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/eu/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:41.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/fi/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/fi/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/fi/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:22.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/fi/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:41.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/fr/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/fr/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/fr/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:22.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/fr/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:41.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/ga/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/ga/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/ga/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:23.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/ga/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:42.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/gl/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/gl/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/gl/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:23.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/gl/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:42.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/he/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/he/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/he/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:23.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/he/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:43.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/hr/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/hr/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/hr/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:23.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/hr/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:43.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/hu/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/hu/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/hu/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:25.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/hu/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:44.000000000 +0100
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
-"PO-Revision-Date: 2019-12-09 23:10+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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"
 "Language: hu\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.17.5/po/ia/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/ia/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/ia/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:25.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/ia/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:44.000000000 +0100
@@ -1,15 +1,15 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# giovanni <g.s...@tiscali.it>, 2017.
+# giovanni <g.s...@tiscali.it>, 2017, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
-"PO-Revision-Date: 2017-01-16 23:39+0100\n"
-"Last-Translator: giovanni <g.s...@tiscali.it>\n"
-"Language-Team: Interlingua <kde-i18n...@kde.org>\n"
+"POT-Creation-Date: 2019-10-22 03:14+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"
 "Language: ia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +20,7 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr ""
+msgstr "Giovanni Sora"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
@@ -37,7 +37,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)
@@ -48,16 +48,15 @@
 
 #. i18n: ectx: property (text), widget (QLabel, action_id_label)
 #: authdetails.ui:94
-#, fuzzy, kde-format
-#| msgid "Action:"
+#, kde-format
 msgid "Action ID:"
-msgstr "Action:"
+msgstr "ID de Action:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: authdetails.ui:113
 #, kde-format
 msgid "ID:"
-msgstr ""
+msgstr "ID:"
 
 #: AuthDialog.cpp:77
 #, kde-format
@@ -67,17 +66,17 @@
 #: AuthDialog.cpp:93
 #, kde-format
 msgid "Authentication Required"
-msgstr ""
+msgstr "Authentication requirite"
 
 #: AuthDialog.cpp:183
 #, kde-format
 msgid "Password for root:"
-msgstr ""
+msgstr "Contrasigno pro radice (root):"
 
 #: AuthDialog.cpp:185
-#, fuzzy, kde-format
+#, kde-format
 msgid "Password for %1:"
-msgstr "Contrasigno pro '%1'"
+msgstr "Contrasigno pro '%1:"
 
 #: AuthDialog.cpp:189
 #, kde-format
@@ -87,17 +86,17 @@
 #: AuthDialog.cpp:195
 #, kde-format
 msgid "Password or swipe finger for root:"
-msgstr ""
+msgstr "Contrasigno o Appone digito pro radice (root):"
 
 #: AuthDialog.cpp:197
 #, kde-format
 msgid "Password or swipe finger for %1:"
-msgstr ""
+msgstr "Contrasigno o Appone digito pro %1:"
 
 #: AuthDialog.cpp:201
 #, kde-format
 msgid "Password or swipe finger:"
-msgstr ""
+msgstr "Contrasigno o Appone digito:"
 
 #: AuthDialog.cpp:211
 #, kde-format
@@ -105,39 +104,41 @@
 "An application is attempting to perform an action that requires privileges. "
 "Authentication is required to perform this action."
 msgstr ""
+"Un application cerca de executar un action requirente privilegios. "
+"Authentication  es requirite pro executar iste action."
 
 #: AuthDialog.cpp:227
 #, kde-format
 msgid "Select User"
-msgstr ""
+msgstr "Seliger usator"
 
 #: AuthDialog.cpp:246
 #, kde-format
 msgctxt "%1 is the full user name, %2 is the user login name"
 msgid "%1 (%2)"
-msgstr ""
+msgstr "%1 (%2)"
 
 #: AuthDialog.cpp:312
 #, kde-format
 msgid "Authentication failure, please try again."
-msgstr ""
+msgstr "Authentication falleva Pro favor tu prova de nove."
 
 #: AuthDialog.cpp:335
 #, kde-format
 msgctxt ""
 "%1 is the name of a detail about the current action provided by polkit"
 msgid "%1:"
-msgstr ""
+msgstr "%1:"
 
 #: AuthDialog.cpp:352
 #, kde-format
 msgid "'Description' not provided"
-msgstr ""
+msgstr "'Description' non furnite"
 
 #: AuthDialog.cpp:364 AuthDialog.cpp:368
 #, kde-format
 msgid "Click to open %1"
-msgstr ""
+msgstr "Pulsar pro aperir %1"
 
 #. i18n: ectx: property (text), widget (QLabel, lblPassword)
 #: AuthDialog.ui:94
@@ -148,34 +149,35 @@
 #: main.cpp:64
 #, kde-format
 msgid "PolicyKit1 KDE Agent"
-msgstr ""
+msgstr "PolicyKit1 KDE Agent"
 
 #: main.cpp:66
-#, fuzzy, kde-format
+#, kde-format
 msgid "(c) 2009 Red Hat, Inc."
-msgstr "(c) 2001 Red Hat, Inc."
+msgstr "(c) 2009 Red Hat, Inc."
 
 #: main.cpp:67
 #, kde-format
 msgid "Lukáš Tinkl"
-msgstr ""
+msgstr "Lukáš Tinkl"
 
 #: main.cpp:67
-#, fuzzy, kde-format
+#, kde-format
 msgid "Maintainer"
 msgstr "Mantenitor"
 
 #: main.cpp:68
 #, kde-format
 msgid "Jaroslav Reznik"
-msgstr ""
+msgstr "Jaroslav Reznik"
 
 #: main.cpp:68
-#, fuzzy, kde-format
+#, kde-format
 msgid "Former maintainer"
 msgstr "Mantenitor Precedente"
 
 #: policykitlistener.cpp:74
 #, kde-format
 msgid "Another client is already authenticating, please try again later."
-msgstr ""
\ No newline at end of file
+msgstr ""
+"Un altere cliente ja es authenticante se, pro favor tu essaya plus tarde."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.17.5/po/id/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/id/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/id/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:25.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/id/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:44.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/is/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/is/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/is/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:25.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/is/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:44.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/it/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/it/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/it/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:25.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/it/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:45.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/ja/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/ja/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/ja/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:25.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/ja/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:45.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/kk/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/kk/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/kk/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:25.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/kk/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:45.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/km/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/km/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/km/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:25.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/km/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:45.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/ko/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/ko/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/ko/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:27.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/ko/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+0200\n"
 "PO-Revision-Date: 2019-04-12 01:00+0100\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.17.5/po/lt/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/lt/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/lt/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:26.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/lt/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:46.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/mai/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/mai/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/mai/polkit-kde-authentication-agent-1.po   
2020-01-07 16:49:28.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/mai/polkit-kde-authentication-agent-1.po   
2020-02-06 14:31:47.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/ml/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/ml/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/ml/polkit-kde-authentication-agent-1.po    
1970-01-01 01:00:00.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/ml/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:47.000000000 +0100
@@ -0,0 +1,182 @@
+# Malayalam translations for polkit-kde-agent-1 package.
+# Copyright (C) 2019 This file is copyright:
+# This file is distributed under the same license as the polkit-kde-agent-1 
package.
+# Automatically generated, 2019.
+#
+msgid ""
+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"
+"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."
+"org.in>\n"
+"Language: ml\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: Weblate 3.9.1\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr ""
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "shijualexonl...@gmail.com,snalle...@dataone.in,vivekkj2...@gmail.com"
+
+#. i18n: ectx: property (text), widget (QLabel, label_3)
+#: authdetails.ui:29
+#, kde-format
+msgid "Action:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, action_label)
+#: authdetails.ui:39
+#, kde-format
+msgid "<null>"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (KUrlLabel, vendorUL)
+#. i18n: ectx: property (text), widget (QLabel, vendorL)
+#: authdetails.ui:56 authdetails.ui:81
+#, kde-format
+msgid "Vendor:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, action_id_label)
+#: authdetails.ui:94
+#, kde-format
+msgid "Action ID:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label_2)
+#: authdetails.ui:113
+#, kde-format
+msgid "ID:"
+msgstr ""
+
+#: AuthDialog.cpp:77
+#, kde-format
+msgid "Details"
+msgstr ""
+
+#: AuthDialog.cpp:93
+#, kde-format
+msgid "Authentication Required"
+msgstr ""
+
+#: AuthDialog.cpp:183
+#, kde-format
+msgid "Password for root:"
+msgstr ""
+
+#: AuthDialog.cpp:185
+#, kde-format
+msgid "Password for %1:"
+msgstr ""
+
+#: AuthDialog.cpp:189
+#, kde-format
+msgid "Password:"
+msgstr ""
+
+#: AuthDialog.cpp:195
+#, kde-format
+msgid "Password or swipe finger for root:"
+msgstr ""
+
+#: AuthDialog.cpp:197
+#, kde-format
+msgid "Password or swipe finger for %1:"
+msgstr ""
+
+#: AuthDialog.cpp:201
+#, kde-format
+msgid "Password or swipe finger:"
+msgstr ""
+
+#: AuthDialog.cpp:211
+#, kde-format
+msgid ""
+"An application is attempting to perform an action that requires privileges. "
+"Authentication is required to perform this action."
+msgstr ""
+
+#: AuthDialog.cpp:227
+#, kde-format
+msgid "Select User"
+msgstr ""
+
+#: AuthDialog.cpp:246
+#, kde-format
+msgctxt "%1 is the full user name, %2 is the user login name"
+msgid "%1 (%2)"
+msgstr ""
+
+#: AuthDialog.cpp:312
+#, kde-format
+msgid "Authentication failure, please try again."
+msgstr ""
+
+#: AuthDialog.cpp:335
+#, kde-format
+msgctxt ""
+"%1 is the name of a detail about the current action provided by polkit"
+msgid "%1:"
+msgstr ""
+
+#: AuthDialog.cpp:352
+#, kde-format
+msgid "'Description' not provided"
+msgstr ""
+
+#: AuthDialog.cpp:364 AuthDialog.cpp:368
+#, kde-format
+msgid "Click to open %1"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, lblPassword)
+#: AuthDialog.ui:94
+#, kde-format
+msgid "P&assword:"
+msgstr ""
+
+#: main.cpp:64
+#, kde-format
+msgid "PolicyKit1 KDE Agent"
+msgstr ""
+
+#: main.cpp:66
+#, kde-format
+msgid "(c) 2009 Red Hat, Inc."
+msgstr ""
+
+#: main.cpp:67
+#, kde-format
+msgid "Lukáš Tinkl"
+msgstr ""
+
+#: main.cpp:67
+#, kde-format
+msgid "Maintainer"
+msgstr ""
+
+#: main.cpp:68
+#, kde-format
+msgid "Jaroslav Reznik"
+msgstr ""
+
+#: main.cpp:68
+#, kde-format
+msgid "Former maintainer"
+msgstr "പണ്ടത്തെ പരിപാലകൻ"
+
+#: policykitlistener.cpp:74
+#, kde-format
+msgid "Another client is already authenticating, please try again later."
+msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.17.5/po/mr/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/mr/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/mr/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:28.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/mr/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:47.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/ms/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/ms/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/ms/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:29.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/ms/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:48.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/nb/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/nb/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/nb/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:29.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/nb/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:48.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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 <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.17.5/po/nds/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/nds/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/nds/polkit-kde-authentication-agent-1.po   
2020-01-07 16:49:29.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/nds/polkit-kde-authentication-agent-1.po   
2020-02-06 14:31:48.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/nl/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/nl/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/nl/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:30.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/nl/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:48.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/nn/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/nn/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/nn/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:30.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/nn/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:48.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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 <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.17.5/po/pa/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/pa/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/pa/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:31.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/pa/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:49.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/pl/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/pl/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/pl/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:31.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/pl/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:49.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/pt/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/pt/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/pt/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:31.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/pt/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:49.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/pt_BR/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/pt_BR/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/pt_BR/polkit-kde-authentication-agent-1.po 
2020-01-07 16:49:31.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/pt_BR/polkit-kde-authentication-agent-1.po 
2020-02-06 14:31:49.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/ro/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/ro/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/ro/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:32.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/ro/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:50.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/ru/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/ru/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/ru/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:32.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/ru/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:50.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/sk/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/sk/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/sk/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:33.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/sk/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:51.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/sl/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/sl/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/sl/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:33.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/sl/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:51.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\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"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.17.5/po/sv/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/sv/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/sv/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:34.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/sv/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:52.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/tg/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/tg/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/tg/polkit-kde-authentication-agent-1.po    
1970-01-01 01:00:00.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/tg/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:53.000000000 +0100
@@ -0,0 +1,186 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the polkit-kde-agent-1 
package.
+#
+# Victor Ibragimov <victor.ibragi...@gmail.com>, 2019.
+msgid ""
+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"
+"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"
+"Language: en_US\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 19.04.3\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Victor Ibragimov"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "victor.ibragi...@gmail.com"
+
+#. i18n: ectx: property (text), widget (QLabel, label_3)
+#: authdetails.ui:29
+#, kde-format
+msgid "Action:"
+msgstr "Амалиёт:"
+
+#. i18n: ectx: property (text), widget (QLabel, action_label)
+#: authdetails.ui:39
+#, kde-format
+msgid "<null>"
+msgstr "<сифр>"
+
+#. i18n: ectx: property (text), widget (KUrlLabel, vendorUL)
+#. i18n: ectx: property (text), widget (QLabel, vendorL)
+#: authdetails.ui:56 authdetails.ui:81
+#, kde-format
+msgid "Vendor:"
+msgstr "Таъмингар:"
+
+#. i18n: ectx: property (text), widget (QLabel, action_id_label)
+#: authdetails.ui:94
+#, kde-format
+msgid "Action ID:"
+msgstr "Рақами мушаххаси амалиёт:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_2)
+#: authdetails.ui:113
+#, kde-format
+msgid "ID:"
+msgstr "Рақами мушаххас:"
+
+#: AuthDialog.cpp:77
+#, kde-format
+msgid "Details"
+msgstr "Тафсилот"
+
+#: AuthDialog.cpp:93
+#, kde-format
+msgid "Authentication Required"
+msgstr "Санҷиши ҳаққоният лозим аст"
+
+#: AuthDialog.cpp:183
+#, kde-format
+msgid "Password for root:"
+msgstr "Барои ворид шудан ба root ниҳонвожаеро ворид кунед:"
+
+#: AuthDialog.cpp:185
+#, kde-format
+msgid "Password for %1:"
+msgstr "Барои ворид шудан ба %1 ниҳонвожаеро ворид кунед:"
+
+#: AuthDialog.cpp:189
+#, kde-format
+msgid "Password:"
+msgstr "Ниҳонвожа:"
+
+#: AuthDialog.cpp:195
+#, kde-format
+msgid "Password or swipe finger for root:"
+msgstr ""
+"Барои ворид шудан ба root ниҳонвожаеро ворид кунед, ё ин ки бо ангушт молед:"
+
+#: AuthDialog.cpp:197
+#, kde-format
+msgid "Password or swipe finger for %1:"
+msgstr ""
+"Барои ворид шудан ба %1 ниҳонвожаеро ворид кунед, ё ин ки бо ангушт молед:"
+
+#: AuthDialog.cpp:201
+#, kde-format
+msgid "Password or swipe finger:"
+msgstr "Ниҳонвожаеро ворид кунед, ё ин ки бо ангушт молед:"
+
+#: AuthDialog.cpp:211
+#, kde-format
+msgid ""
+"An application is attempting to perform an action that requires privileges. "
+"Authentication is required to perform this action."
+msgstr ""
+"Барнома дар ҳоли кӯшиши иҷрои амале қарор дорад, ки имтиёзҳоро талаб "
+"мекунад. Барои иҷро кардани ин амал, санҷиши ҳаққоният лозим аст."
+
+#: AuthDialog.cpp:227
+#, kde-format
+msgid "Select User"
+msgstr "Корбареро интихоб кунед"
+
+#: AuthDialog.cpp:246
+#, kde-format
+msgctxt "%1 is the full user name, %2 is the user login name"
+msgid "%1 (%2)"
+msgstr "%1 (%2)"
+
+#: AuthDialog.cpp:312
+#, kde-format
+msgid "Authentication failure, please try again."
+msgstr "Санҷиши ҳаққоният қатъ шуд, лутфан, аз нав кӯшиш кунед."
+
+#: AuthDialog.cpp:335
+#, kde-format
+msgctxt ""
+"%1 is the name of a detail about the current action provided by polkit"
+msgid "%1:"
+msgstr "%1:"
+
+#: AuthDialog.cpp:352
+#, kde-format
+msgid "'Description' not provided"
+msgstr "'Тафсилот' таъмин нашудааст"
+
+#: AuthDialog.cpp:364 AuthDialog.cpp:368
+#, kde-format
+msgid "Click to open %1"
+msgstr "Барои кушодани %1, зер кунед"
+
+#. i18n: ectx: property (text), widget (QLabel, lblPassword)
+#: AuthDialog.ui:94
+#, kde-format
+msgid "P&assword:"
+msgstr "&Ниҳонвожа:"
+
+#: main.cpp:64
+#, kde-format
+msgid "PolicyKit1 KDE Agent"
+msgstr "Вакили PolicyKit1 KDE"
+
+#: main.cpp:66
+#, kde-format
+msgid "(c) 2009 Red Hat, Inc."
+msgstr "(c) 2009 Red Hat, Inc."
+
+#: main.cpp:67
+#, kde-format
+msgid "Lukáš Tinkl"
+msgstr "Лукас Тинки (Lukáš Tinkl)"
+
+#: main.cpp:67
+#, kde-format
+msgid "Maintainer"
+msgstr "Муассис"
+
+#: main.cpp:68
+#, kde-format
+msgid "Jaroslav Reznik"
+msgstr "Ярослав Резник (Jaroslav Reznik)"
+
+#: main.cpp:68
+#, kde-format
+msgid "Former maintainer"
+msgstr "Муассиси собиқ"
+
+#: policykitlistener.cpp:74
+#, kde-format
+msgid "Another client is already authenticating, please try again later."
+msgstr ""
+"Мизоҷи дигар дар ҳоли санҷиши ҳаққоният мебошад, лутфан, дертар аз нав кӯшиш "
+"кунед."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.17.5/po/th/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/th/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/th/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:35.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/th/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/tr/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/tr/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/tr/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:35.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/tr/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:53.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/ug/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/ug/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/ug/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:36.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/ug/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:54.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/uk/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/uk/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/uk/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:36.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/uk/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:54.000000000 +0100
@@ -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-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/vi/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/vi/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/vi/polkit-kde-authentication-agent-1.po    
2020-01-07 16:49:36.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/vi/polkit-kde-authentication-agent-1.po    
2020-02-06 14:31:54.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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.17.5/po/zh_CN/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/zh_CN/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/zh_CN/polkit-kde-authentication-agent-1.po 
2020-01-07 16:49:37.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/zh_CN/polkit-kde-authentication-agent-1.po 
2020-02-06 14:31:55.000000000 +0100
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
-"PO-Revision-Date: 2020-01-04 21:47\n"
+"POT-Creation-Date: 2019-10-22 03:14+0200\n"
+"PO-Revision-Date: 2020-01-20 21:55\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.17.5/po/zh_TW/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.18.0/po/zh_TW/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.17.5/po/zh_TW/polkit-kde-authentication-agent-1.po 
2020-01-07 16:49:37.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/po/zh_TW/polkit-kde-authentication-agent-1.po 
2020-02-06 14:31:55.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-12-01 08:15+0100\n"
+"POT-Creation-Date: 2019-10-22 03:14+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.17.5/policykit1-kde.notifyrc 
new/polkit-kde-agent-1-5.18.0/policykit1-kde.notifyrc
--- old/polkit-kde-agent-1-5.17.5/policykit1-kde.notifyrc       2020-01-07 
16:49:05.000000000 +0100
+++ new/polkit-kde-agent-1-5.18.0/policykit1-kde.notifyrc       2020-02-06 
14:31:26.000000000 +0100
@@ -17,6 +17,7 @@
 Comment[fr]=Boîte de dialogue d'authentification de « PolicyKit »
 Comment[gl]=Diálogo de autenticación de PolicyKit
 Comment[hu]=PolicyKit hitelesítési párbeszédablak
+Comment[ia]=Dialogo de Authentication de PolicyKit
 Comment[id]=Dialog kewenangan PolicyKit
 Comment[it]=Finestra di autenticazione di PolicyKit
 Comment[ko]=PolicyKit 인증 대화상자
@@ -37,6 +38,7 @@
 Comment[sr@ijekavianlatin]=PolicyKitov dijalog za autentifikovanje
 Comment[sr@latin]=PolicyKitov dijalog za autentifikovanje
 Comment[sv]=Policykit behörighetsdialogruta
+Comment[tg]=Равзанаи гуфтугӯи санҷиши ҳаққонияти PolicyKit
 Comment[tr]=PolicyKit kimlik doğrulama penceresi
 Comment[uk]=Діалогове вікно розпізнавання PolicyKit
 Comment[x-test]=xxPolicyKit authentication dialogxx
@@ -58,6 +60,7 @@
 Name[fr]=policykit1-kde
 Name[gl]=policykit1-kde
 Name[hu]=policykit1-kde
+Name[ia]=policykit1-kde
 Name[id]=policykit1-kde
 Name[it]=policykit1-kde
 Name[ko]=policykit1-kde
@@ -78,6 +81,7 @@
 Name[sr@ijekavianlatin]=PolicyKit1‑KDE
 Name[sr@latin]=PolicyKit1‑KDE
 Name[sv]=PolicyKit1-KDE
+Name[tg]=policykit1-kde
 Name[tr]=policykit1-kde
 Name[uk]=policykit1-kde
 Name[x-test]=xxpolicykit1-kdexx
@@ -123,6 +127,7 @@
 Name[sr@ijekavianlatin]=Autentifikovanje
 Name[sr@latin]=Autentifikovanje
 Name[sv]=kontrollera behörighet
+Name[tg]=санҷиши ҳаққоният
 Name[tr]=yetkilendir
 Name[uk]=розпізнавання
 Name[x-test]=xxauthenticatexx
@@ -145,6 +150,7 @@
 Comment[fr]=Vous devez vous authentifier
 Comment[gl]=Debe identificarse.
 Comment[hu]=Hitelesítés szükséges
+Comment[ia]=Tu debe authenticar te
 Comment[id]=Kamu diperlukan untuk mewenangi
 Comment[it]=Devi effettuare l'autenticazione
 Comment[ko]=인증 필요함
@@ -165,6 +171,7 @@
 Comment[sr@ijekavianlatin]=Treba da se autentifikujete
 Comment[sr@latin]=Treba da se autentifikujete
 Comment[sv]=Det krävs att din behörighet kontrolleras
+Comment[tg]=Аз шумо санҷиши ҳаққоният лозим аст
 Comment[tr]=Kimlik doğrulaması yapmanız gerekiyor
 Comment[uk]=Вам слід пройти розпізнавання
 Comment[x-test]=xxYou are required to authenticatexx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.17.5/polkit-kde-authentication-agent-1.desktop.cmake 
new/polkit-kde-agent-1-5.18.0/polkit-kde-authentication-agent-1.desktop.cmake
--- 
old/polkit-kde-agent-1-5.17.5/polkit-kde-authentication-agent-1.desktop.cmake   
    2020-01-07 16:49:05.000000000 +0100
+++ 
new/polkit-kde-agent-1-5.18.0/polkit-kde-authentication-agent-1.desktop.cmake   
    2020-02-06 14:31:26.000000000 +0100
@@ -14,6 +14,7 @@
 Name[fr]=Agent d'authentification de « PolicyKit »
 Name[gl]=Axente de autenticación de PolicyKit
 Name[hu]=PolicyKit hitelesítési ügynök
+Name[ia]=Agente de Authentication PolicyKit
 Name[id]=PolicyKit Authentication Agent
 Name[it]=Agente di autenticazione di PolicyKit
 Name[ko]=PolicyKit 인증 에이전트
@@ -32,6 +33,7 @@
 Name[sr@ijekavianlatin]=PolicyKitov agent za autentifikovanje
 Name[sr@latin]=PolicyKitov agent za autentifikovanje
 Name[sv]=Policykit behörighetsmodul
+Name[tg]=Омили санҷиши ҳаққонияти PolicyKit
 Name[tr]=PolicyKit Kimlik Doğrulama Aracı
 Name[uk]=Агент розпізнавання PolicyKit
 Name[x-test]=xxPolicyKit Authentication Agentxx
@@ -52,6 +54,7 @@
 Comment[fr]=Agent d'authentification de « PolicyKit »
 Comment[gl]=Axente de autenticación de PolicyKit
 Comment[hu]=PolicyKit hitelesítési ügynök
+Comment[ia]=PolicyKit Authentication Agent
 Comment[id]=Agen Kewenangan PolicyKit
 Comment[it]=Agente di autenticazione di PolicyKit
 Comment[ko]=PolicyKit 인증 에이전트
@@ -70,6 +73,7 @@
 Comment[sr@ijekavianlatin]=PolicyKitov agent za autentifikovanje
 Comment[sr@latin]=PolicyKitov agent za autentifikovanje
 Comment[sv]=Policykit behörighetsmodul
+Comment[tg]=Омили санҷиши ҳаққонияти PolicyKit
 Comment[tr]=PolicyKit Kimlik Doğrulama Aracı
 Comment[uk]=Агент розпізнавання PolicyKit
 Comment[x-test]=xxPolicyKit Authentication Agentxx


Reply via email to