Hello community,

here is the log from the commit of package ktp-accounts-kcm for 
openSUSE:Factory checked in at 2019-10-14 13:30:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-accounts-kcm (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-accounts-kcm"

Mon Oct 14 13:30:07 2019 rev:7 rq:737823 version:19.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktp-accounts-kcm/ktp-accounts-kcm.changes        
2019-09-09 12:27:03.993814681 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new.2352/ktp-accounts-kcm.changes  
    2019-10-14 13:30:11.691165638 +0200
@@ -1,0 +2,9 @@
+Fri Oct 11 07:43:12 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.2.php
+- No code change since 19.08.1
+
+-------------------------------------------------------------------

Old:
----
  ktp-accounts-kcm-19.08.1.tar.xz
  ktp-accounts-kcm-19.08.1.tar.xz.sig

New:
----
  ktp-accounts-kcm-19.08.2.tar.xz
  ktp-accounts-kcm-19.08.2.tar.xz.sig

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

Other differences:
------------------
++++++ ktp-accounts-kcm.spec ++++++
--- /var/tmp/diff_new_pack.0ypIk6/_old  2019-10-14 13:30:12.483163573 +0200
+++ /var/tmp/diff_new_pack.0ypIk6/_new  2019-10-14 13:30:12.539163428 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ktp-accounts-kcm
-Version:        19.08.1
+Version:        19.08.2
 Release:        0
 Summary:        KCM Module for configuring Telepathy Instant Messaging Accounts
 License:        LGPL-2.1-or-later


++++++ ktp-accounts-kcm-19.08.1.tar.xz -> ktp-accounts-kcm-19.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-19.08.1/CMakeLists.txt 
new/ktp-accounts-kcm-19.08.2/CMakeLists.txt
--- old/ktp-accounts-kcm-19.08.1/CMakeLists.txt 2019-09-03 03:45:52.000000000 
+0200
+++ new/ktp-accounts-kcm-19.08.2/CMakeLists.txt 2019-10-08 02:20:46.000000000 
+0200
@@ -12,7 +12,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "19")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 set(KTP_ACCOUNTS_KCM_SONUMBER "9")
 set(KTP_ACCOUNTS_KCM_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_butterfly.po 
new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_butterfly.po
--- old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_butterfly.po 
2019-09-03 03:45:47.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_butterfly.po 
2019-10-08 02:20:32.000000000 +0200
@@ -1,27 +1,27 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <[email protected]>, 2011, 2014.
+# Vít Pelčák <[email protected]>, 2011, 2014, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2014-12-16 12:58+0100\n"
-"Last-Translator: Vít Pelčák <[email protected]>\n"
+"PO-Revision-Date: 2019-10-04 12:45+0200\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, MainOptionsWidget)
 #: main-options-widget.ui:20
 #, kde-format
 msgid "Account Preferences"
-msgstr "Nastavení účtu"
+msgstr "Předvolby účtu"
 
 #. i18n: ectx: property (text), widget (QLabel, accountLabel)
 #: main-options-widget.ui:29
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_gabble.po 
new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_gabble.po
--- old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_gabble.po    
2019-09-03 03:45:47.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_gabble.po    
2019-10-08 02:20:32.000000000 +0200
@@ -2,21 +2,21 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Vít Pelčák <[email protected]>, 2011, 2012, 2013.
 # Tomáš Chvátal <[email protected]>, 2013.
-# Vit Pelcak <[email protected]>, 2015.
+# Vit Pelcak <[email protected]>, 2015, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2015-04-13 14:41+0200\n"
-"Last-Translator: Vit Pelcak <[email protected]>\n"
+"PO-Revision-Date: 2019-10-04 12:40+0200\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #: gabble-account-ui.cpp:112
@@ -39,7 +39,7 @@
 #: main-options-widget.ui:14
 #, kde-format
 msgid "Account Preferences"
-msgstr "Nastavení účtu"
+msgstr "Předvolby účtu"
 
 #. i18n: ectx: property (text), widget (QLabel, accountLabel)
 #: main-options-widget-facebook.ui:25
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_haze.po 
new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_haze.po
--- old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_haze.po      
2019-09-03 03:45:47.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_haze.po      
2019-10-08 02:20:32.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <[email protected]>, 2011, 2013.
+# Vít Pelčák <[email protected]>, 2011, 2013, 2019.
 # Tomáš Chvátal <[email protected]>, 2013.
 #
 msgid ""
@@ -8,14 +8,14 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2013-12-10 16:23+0100\n"
-"Last-Translator: Vít Pelčák <[email protected]>\n"
+"PO-Revision-Date: 2019-10-04 12:41+0200\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, SipeMainOptionsWidget)
@@ -35,7 +35,7 @@
 #: steam-main-options-widget.ui:20 yahoo-main-options-widget.ui:20
 #, kde-format
 msgid "Account Preferences"
-msgstr "Nastavení účtu"
+msgstr "Předvolby účtu"
 
 #. i18n: ectx: property (text), widget (QLabel, accountLabel)
 #: aim-main-options-widget.ui:29 groupwise-main-options-widget.ui:34
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_idle.po 
new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_idle.po
--- old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_idle.po      
2019-09-03 03:45:47.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_idle.po      
2019-10-08 02:20:32.000000000 +0200
@@ -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.
-# Vít Pelčák <[email protected]>, 2011.
+# Vít Pelčák <[email protected]>, 2011, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2011-02-14 09:35+0100\n"
-"Last-Translator: Vít Pelčák <[email protected]>\n"
+"PO-Revision-Date: 2019-10-04 12:45+0200\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.2\n"
+"X-Generator: Lokalize 19.08.1\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, AdvancedOptionsWidget)
@@ -22,7 +22,7 @@
 #: advanced-options-widget.ui:14 main-options-widget.ui:14
 #, kde-format
 msgid "Account Preferences"
-msgstr "Nastavení účtu"
+msgstr "Předvolby účtu"
 
 #. i18n: ectx: property (text), widget (QLabel, usernameLabel)
 #: advanced-options-widget.ui:23
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_morse.po 
new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_morse.po
--- old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_morse.po     
2019-09-03 03:45:47.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_morse.po     
2019-10-08 02:20:32.000000000 +0200
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <[email protected]>, 2015.
+# Vít Pelčák <[email protected]>, 2015, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2015-07-22 16:06+0100\n"
-"Last-Translator: Vít Pelčák <[email protected]>\n"
+"PO-Revision-Date: 2019-10-04 12:45+0200\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #: main-options-widget.cpp:45
 #, kde-format
@@ -27,7 +27,7 @@
 #: main-options-widget.ui:20
 #, kde-format
 msgid "Account Preferences"
-msgstr "Nastavení účtu"
+msgstr "Předvolby účtu"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: main-options-widget.ui:29
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_pintxo.po 
new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_pintxo.po
--- old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_pintxo.po    
2019-09-03 03:45:47.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_pintxo.po    
2019-10-08 02:20:32.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vit Pelcak <[email protected]>, 2013.
+# Vit Pelcak <[email protected]>, 2013, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2013-09-03 09:47+0200\n"
+"PO-Revision-Date: 2019-10-04 12:41+0200\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
@@ -15,13 +15,13 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, MainOptionsWidget)
 #: main-options-widget.ui:20
 #, kde-format
 msgid "Account Preferences"
-msgstr "Nastavení účtu"
+msgstr "Předvolby účtu"
 
 #. i18n: ectx: property (text), widget (QLabel, numberLabel)
 #: main-options-widget.ui:28
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_rakia.po 
new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_rakia.po
--- old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_rakia.po     
2019-09-03 03:45:47.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_rakia.po     
2019-10-08 02:20:32.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <[email protected]>, 2011, 2012.
+# Vít Pelčák <[email protected]>, 2011, 2012, 2019.
 # Tomáš Chvátal <[email protected]>, 2012, 2013.
 #
 msgid ""
@@ -8,14 +8,14 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2013-02-06 11:25+0100\n"
-"Last-Translator: Tomáš Chvátal <[email protected]>\n"
+"PO-Revision-Date: 2019-10-04 12:45+0200\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #. i18n: ectx: property (title), widget (QGroupBox, authGroupBox)
@@ -290,7 +290,7 @@
 #: rakia-main-options-widget.ui:14
 #, kde-format
 msgid "Account Preferences"
-msgstr "Nastavení účtu"
+msgstr "Předvolby účtu"
 
 #. i18n: ectx: property (text), widget (QLabel, accountLabel)
 #: rakia-main-options-widget.ui:35
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_salut.po 
new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_salut.po
--- old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_salut.po     
2019-09-03 03:45:47.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_salut.po     
2019-10-08 02:20:32.000000000 +0200
@@ -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.
-# Vít Pelčák <[email protected]>, 2011, 2013.
+# Vít Pelčák <[email protected]>, 2011, 2013, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2013-11-27 10:08+0100\n"
-"Last-Translator: Vít Pelčák <[email protected]>\n"
+"PO-Revision-Date: 2019-10-04 12:41+0200\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #. i18n: ectx: property (title), widget (QGroupBox, additionalGroupBox)
@@ -45,7 +45,7 @@
 #: salut-main-options-widget.ui:14
 #, kde-format
 msgid "Account Preferences"
-msgstr "Nastavení účtu"
+msgstr "Předvolby účtu"
 
 #. i18n: ectx: property (text), widget (QLabel, firstnameLabel)
 #: salut-main-options-widget.ui:25
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_sipe.po 
new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_sipe.po
--- old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_sipe.po      
2019-09-03 03:45:47.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_sipe.po      
2019-10-08 02:20:32.000000000 +0200
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <[email protected]>, 2014.
+# Vít Pelčák <[email protected]>, 2014, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2014-01-08 14:01+0100\n"
-"Last-Translator: Vít Pelčák <[email protected]>\n"
+"PO-Revision-Date: 2019-10-04 12:41+0200\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, 
SipeAdvancedOptionsWidget)
 #: sipe-advanced-options-widget.ui:14
@@ -111,7 +111,7 @@
 #: sipe-main-options-widget.ui:20
 #, kde-format
 msgid "Account Preferences"
-msgstr "Nastavení účtu"
+msgstr "Předvolby účtu"
 
 #. i18n: ectx: property (text), widget (QLabel, accountLabel)
 #: sipe-main-options-widget.ui:34
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_sunshine.po 
new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_sunshine.po
--- old/ktp-accounts-kcm-19.08.1/po/cs/kcmtelepathyaccounts_plugin_sunshine.po  
2019-09-03 03:45:47.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/cs/kcmtelepathyaccounts_plugin_sunshine.po  
2019-10-08 02:20:32.000000000 +0200
@@ -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.
-# Vít Pelčák <[email protected]>, 2011.
+# Vít Pelčák <[email protected]>, 2011, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2011-12-16 11:17+0100\n"
-"Last-Translator: Vít Pelčák <[email protected]>\n"
+"PO-Revision-Date: 2019-10-04 12:41+0200\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.2\n"
+"X-Generator: Lokalize 19.08.1\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #. i18n: ectx: property (title), widget (QGroupBox, serverGroupBox)
@@ -75,7 +75,7 @@
 #: sunshine-main-options-widget.ui:14
 #, kde-format
 msgid "Account Preferences"
-msgstr "Nastavení účtu"
+msgstr "Předvolby účtu"
 
 #. i18n: ectx: property (text), widget (QLabel, accountLabel)
 #: sunshine-main-options-widget.ui:25
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcm_ktp_accounts.po 
new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcm_ktp_accounts.po
--- old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcm_ktp_accounts.po   2019-09-03 
03:45:52.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcm_ktp_accounts.po   2019-10-08 
02:20:46.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-08-16 17:08\n"
+"PO-Revision-Date: 2019-09-05 09:51\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_butterfly.po 
new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_butterfly.po
--- 
old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_butterfly.po  
    2019-09-03 03:45:52.000000000 +0200
+++ 
new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_butterfly.po  
    2019-10-08 02:20:45.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-08-16 17:08\n"
+"PO-Revision-Date: 2019-09-05 09:51\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_gabble.po 
new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_gabble.po
--- old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_gabble.po 
2019-09-03 03:45:52.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_gabble.po 
2019-10-08 02:20:45.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-08-16 17:08\n"
+"PO-Revision-Date: 2019-09-05 09:51\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_haze.po 
new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_haze.po
--- old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_haze.po   
2019-09-03 03:45:52.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_haze.po   
2019-10-08 02:20:45.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-08-16 17:08\n"
+"PO-Revision-Date: 2019-09-05 09:51\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_idle.po 
new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_idle.po
--- old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_idle.po   
2019-09-03 03:45:52.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_idle.po   
2019-10-08 02:20:45.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-08-16 17:08\n"
+"PO-Revision-Date: 2019-09-05 09:51\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_morse.po 
new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_morse.po
--- old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_morse.po  
2019-09-03 03:45:52.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_morse.po  
2019-10-08 02:20:45.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-08-16 17:08\n"
+"PO-Revision-Date: 2019-09-05 09:51\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_pintxo.po 
new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_pintxo.po
--- old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_pintxo.po 
2019-09-03 03:45:52.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_pintxo.po 
2019-10-08 02:20:45.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-08-16 17:08\n"
+"PO-Revision-Date: 2019-09-05 09:51\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_rakia.po 
new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_rakia.po
--- old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_rakia.po  
2019-09-03 03:45:52.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_rakia.po  
2019-10-08 02:20:46.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-08-16 17:08\n"
+"PO-Revision-Date: 2019-09-05 09:51\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_salut.po 
new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_salut.po
--- old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_salut.po  
2019-09-03 03:45:52.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_salut.po  
2019-10-08 02:20:45.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-08-16 17:08\n"
+"PO-Revision-Date: 2019-09-05 09:51\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_sipe.po 
new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_sipe.po
--- old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_sipe.po   
2019-09-03 03:45:52.000000000 +0200
+++ new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_sipe.po   
2019-10-08 02:20:45.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-08-16 17:08\n"
+"PO-Revision-Date: 2019-09-05 09:51\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_sunshine.po 
new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_sunshine.po
--- 
old/ktp-accounts-kcm-19.08.1/po/zh_CN/kcmtelepathyaccounts_plugin_sunshine.po   
    2019-09-03 03:45:52.000000000 +0200
+++ 
new/ktp-accounts-kcm-19.08.2/po/zh_CN/kcmtelepathyaccounts_plugin_sunshine.po   
    2019-10-08 02:20:45.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-08-16 17:08\n"
+"PO-Revision-Date: 2019-09-05 09:51\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to