Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2019-10-27 13:39:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-nm5 (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-nm5.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-nm5"

Sun Oct 27 13:39:14 2019 rev:97 rq:742076 version:5.17.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes    2019-10-14 
12:38:39.267147056 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new.2990/plasma-nm5.changes  
2019-10-27 13:39:16.749140174 +0100
@@ -1,0 +2,10 @@
+Tue Oct 22 16:44:46 UTC 2019 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.17.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.1.php
+- Changes since 5.17.0:
+  * Wired connection: default to Full duplex when duplex is not set 
(kde#413211)
+
+-------------------------------------------------------------------

Old:
----
  plasma-nm-5.17.0.tar.xz
  plasma-nm-5.17.0.tar.xz.sig

New:
----
  plasma-nm-5.17.1.tar.xz
  plasma-nm-5.17.1.tar.xz.sig

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

Other differences:
------------------
++++++ plasma-nm5.spec ++++++
--- /var/tmp/diff_new_pack.71w94Q/_old  2019-10-27 13:39:17.249140811 +0100
+++ /var/tmp/diff_new_pack.71w94Q/_new  2019-10-27 13:39:17.257140821 +0100
@@ -19,15 +19,15 @@
 %bcond_without lang
 %define mm_support 1
 Name:           plasma-nm5
-Version:        5.17.0
+Version:        5.17.1
 Release:        0
 Summary:        Plasma applet written in QML for managing network connections
 License:        (LGPL-2.1-only OR LGPL-3.0-only) AND (GPL-2.0-only OR 
GPL-3.0-only)
 Group:          System/GUI/KDE
 URL:            http://www.kde.org
-Source:         plasma-nm-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/plasma/%{version}/plasma-nm-%{version}.tar.xz
 %if %{with lang}
-Source1:        plasma-nm-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/plasma/%{version}/plasma-nm-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 # PATCH-FIX-OPENSUSE

++++++ plasma-nm-5.17.0.tar.xz -> plasma-nm-5.17.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.17.0/CMakeLists.txt 
new/plasma-nm-5.17.1/CMakeLists.txt
--- old/plasma-nm-5.17.0/CMakeLists.txt 2019-10-10 14:45:33.000000000 +0200
+++ new/plasma-nm-5.17.1/CMakeLists.txt 2019-10-22 17:37:45.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-networkmanagement)
 
-set(PROJECT_VERSION "5.17.0")
+set(PROJECT_VERSION "5.17.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/libs/editor/settings/wiredconnectionwidget.cpp 
new/plasma-nm-5.17.1/libs/editor/settings/wiredconnectionwidget.cpp
--- old/plasma-nm-5.17.0/libs/editor/settings/wiredconnectionwidget.cpp 
2019-10-10 14:44:31.000000000 +0200
+++ new/plasma-nm-5.17.1/libs/editor/settings/wiredconnectionwidget.cpp 
2019-10-22 17:36:40.000000000 +0200
@@ -81,7 +81,8 @@
             m_widget->speed->setValue(wiredSetting->speed());
         }
 
-        if (wiredSetting->duplexType() == NetworkManager::WiredSetting::Full) {
+        // Default to "Full" duplex when duplex type is not set
+        if (wiredSetting->duplexType() == NetworkManager::WiredSetting::Full 
|| wiredSetting->duplexType() == 
NetworkManager::WiredSetting::UnknownDuplexType) {
             m_widget->duplex->setCurrentIndex(0);
         } else {
             m_widget->duplex->setCurrentIndex(1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.17.0/po/fi/kcm_mobile_wifi.po 
new/plasma-nm-5.17.1/po/fi/kcm_mobile_wifi.po
--- old/plasma-nm-5.17.0/po/fi/kcm_mobile_wifi.po       2019-10-10 
14:44:54.000000000 +0200
+++ new/plasma-nm-5.17.1/po/fi/kcm_mobile_wifi.po       2019-10-22 
17:37:04.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: plasma-nm\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-17 03:29+0200\n"
-"PO-Revision-Date: 2019-07-29 16:59+0200\n"
+"PO-Revision-Date: 2019-10-14 18:46+0300\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -212,8 +212,7 @@
 msgstr "Salasana…"
 
 #: package/contents/ui/TetheringSetting.qml:31
-#, fuzzy, kde-format
-#| msgid "Wi-fi hotspot"
+#, kde-format
 msgid "Wi-Fi Hotspot"
 msgstr "Langaton tukiasema"
 
@@ -243,16 +242,14 @@
 msgstr "Tallenna tukiasema-asetukset"
 
 #: package/contents/ui/TetheringSetting.qml:117
-#, fuzzy, kde-format
-#| msgid "Disable Wi-Fi"
+#, kde-format
 msgid "Disable Wi-Fi Hotspot"
-msgstr "Poista langaton verkko käytöstä"
+msgstr "Poista langaton tukiasema käytöstä"
 
 #: package/contents/ui/TetheringSetting.qml:117
-#, fuzzy, kde-format
-#| msgid "Enable Wi-Fi"
+#, kde-format
 msgid "Enable Wi-Fi Hotspot"
-msgstr "Käytä langatonta verkkoa"
+msgstr "Ota langaton tukiasema käyttöön"
 
 #: package/contents/ui/TetheringSetting.qml:135
 #: package/contents/ui/TetheringSetting.qml:172
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/fi/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.17.1/po/fi/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.17.0/po/fi/plasmanetworkmanagement-libs.po  2019-10-10 
14:44:54.000000000 +0200
+++ new/plasma-nm-5.17.1/po/fi/plasmanetworkmanagement-libs.po  2019-10-22 
17:37:04.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-14 03:30+0200\n"
-"PO-Revision-Date: 2019-07-29 17:39+0200\n"
+"PO-Revision-Date: 2019-10-14 19:44+0300\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.3\n"
 
 #: declarative/networkstatus.cpp:120
 #, kde-format
@@ -82,21 +82,19 @@
 msgstr "Yhdistetään verkkoon %1"
 
 #: declarative/networkstatus.cpp:221
-#, fuzzy, kde-format
-#| msgid "Connected to %1"
+#, kde-format
 msgid "Connected to %1 (no connectivity)"
-msgstr "Yhteydessä verkkoon %1"
+msgstr "Yhdistetty: %1 (ei yhteyttä)"
 
 #: declarative/networkstatus.cpp:224
 #, kde-format
 msgid "Connected to %1 (limited connectivity)"
-msgstr ""
+msgstr "Yhdistetty: %1 (rajallinen yhteys)"
 
 #: declarative/networkstatus.cpp:227
-#, fuzzy, kde-format
-#| msgid "Connected to %1"
+#, kde-format
 msgid "Connected to %1 (log in required)"
-msgstr "Yhteydessä verkkoon %1"
+msgstr "Yhdistetty: %1 (vaatii kirjautumaan)"
 
 #: declarative/networkstatus.cpp:230
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/fi/plasmanetworkmanagement_strongswanui.po 
new/plasma-nm-5.17.1/po/fi/plasmanetworkmanagement_strongswanui.po
--- old/plasma-nm-5.17.0/po/fi/plasmanetworkmanagement_strongswanui.po  
2019-10-10 14:44:54.000000000 +0200
+++ new/plasma-nm-5.17.1/po/fi/plasmanetworkmanagement_strongswanui.po  
2019-10-22 17:37:04.000000000 +0200
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Lasse Liehu <lasse.li...@gmail.com>, 2013, 2014, 2015.
-# Tommi Nieminen <transla...@legisign.org>, 2017.
+# Tommi Nieminen <transla...@legisign.org>, 2017, 2019.
 #
 #
 msgid ""
@@ -9,7 +9,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-14 03:30+0200\n"
-"PO-Revision-Date: 2017-12-26 10:22+0200\n"
+"PO-Revision-Date: 2019-10-14 19:43+0300\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.3\n"
 
 #: strongswanauth.cpp:73
 #, kde-format
@@ -174,22 +174,22 @@
 #: strongswanprop.ui:308
 #, kde-format
 msgid "IKE:"
-msgstr ""
+msgstr "IKE:"
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, ike)
 #: strongswanprop.ui:315
 #, kde-format
 msgid "A list of proposals for IKE separated by \";\""
-msgstr ""
+msgstr "IKE-ehdokkaat puolipistein (”;”) erotettuna"
 
 #. i18n: ectx: property (text), widget (QLabel, label_3)
 #: strongswanprop.ui:322
 #, kde-format
 msgid "ESP:"
-msgstr ""
+msgstr "ESP:"
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, esp)
 #: strongswanprop.ui:329
 #, kde-format
 msgid "A list of proposals for ESP separated by \";\""
-msgstr ""
\ No newline at end of file
+msgstr "ESP-ehdokkaat puolipistein (”;”) erotettuna"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/gl/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.17.1/po/gl/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.17.0/po/gl/plasmanetworkmanagement-libs.po  2019-10-10 
14:45:00.000000000 +0200
+++ new/plasma-nm-5.17.1/po/gl/plasmanetworkmanagement-libs.po  2019-10-22 
17:37:07.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-14 03:30+0200\n"
-"PO-Revision-Date: 2019-09-22 11:36+0200\n"
+"PO-Revision-Date: 2019-10-19 21:46+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <proxe...@trasno.gal>\n"
 "Language: gl\n"
@@ -984,8 +984,8 @@
 "and therefore\n"
 "data usage should be restricted."
 msgstr ""
-"NetworkManager indica aos aplicativos se a conexión está contabilizada e "
-"polo tanto debería\n"
+"NetworkManager indica ás aplicacións se a conexión está contabilizada e polo "
+"tanto debería\n"
 "restrinxirse o uso de datos."
 
 #. i18n: ectx: property (text), item, widget (KComboBox, metered)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.17.0/po/id/kcm_mobile_broadband.po 
new/plasma-nm-5.17.1/po/id/kcm_mobile_broadband.po
--- old/plasma-nm-5.17.0/po/id/kcm_mobile_broadband.po  2019-10-10 
14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/kcm_mobile_broadband.po  2019-10-22 
17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 18.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.17.0/po/id/kcm_mobile_wifi.po 
new/plasma-nm-5.17.1/po/id/kcm_mobile_wifi.po
--- old/plasma-nm-5.17.0/po/id/kcm_mobile_wifi.po       2019-10-10 
14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/kcm_mobile_wifi.po       2019-10-22 
17:37:12.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: plasma-nm\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-17 03:29+0200\n"
-"PO-Revision-Date: 2019-07-19 03:57+0700\n"
+"PO-Revision-Date: 2019-10-04 07:45+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\n"
@@ -15,7 +15,6 @@
 "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.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -212,10 +211,9 @@
 msgstr "Sandi..."
 
 #: package/contents/ui/TetheringSetting.qml:31
-#, fuzzy, kde-format
-#| msgid "Wi-fi hotspot"
+#, kde-format
 msgid "Wi-Fi Hotspot"
-msgstr "Hotspot Wi-fi"
+msgstr "Hotspot Wi-Fi"
 
 #: package/contents/ui/TetheringSetting.qml:55
 #, kde-format
@@ -243,16 +241,14 @@
 msgstr "Simpan konfigurasi Hotspot"
 
 #: package/contents/ui/TetheringSetting.qml:117
-#, fuzzy, kde-format
-#| msgid "Disable Wi-Fi"
+#, kde-format
 msgid "Disable Wi-Fi Hotspot"
-msgstr "Nonfungsikan Wi-Fi"
+msgstr "Nonfungsikan Wi-Fi Hotspot"
 
 #: package/contents/ui/TetheringSetting.qml:117
-#, fuzzy, kde-format
-#| msgid "Enable Wi-Fi"
+#, kde-format
 msgid "Enable Wi-Fi Hotspot"
-msgstr "Fungsikan Wi-Fi"
+msgstr "Fungsikan Wi-Fi Hotspot"
 
 #: package/contents/ui/TetheringSetting.qml:135
 #: package/contents/ui/TetheringSetting.qml:172
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasma_applet_org.kde.plasma.networkmanagement.po 
new/plasma-nm-5.17.1/po/id/plasma_applet_org.kde.plasma.networkmanagement.po
--- 
old/plasma-nm-5.17.0/po/id/plasma_applet_org.kde.plasma.networkmanagement.po    
    2019-10-10 14:45:05.000000000 +0200
+++ 
new/plasma-nm-5.17.1/po/id/plasma_applet_org.kde.plasma.networkmanagement.po    
    2019-10-22 17:37:12.000000000 +0200
@@ -16,7 +16,6 @@
 "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"
 
 #: contents/config/config.qml:29
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement-kcm.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement-kcm.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement-kcm.po   2019-10-10 
14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement-kcm.po   2019-10-22 
17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 18.12.0\n"
 
 #: kcm.cpp:330
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement-kded.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement-kded.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement-kded.po  2019-10-10 
14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement-kded.po  2019-10-22 
17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "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.2\n"
 
 #: bluetoothmonitor.cpp:82
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement-libs.po  2019-10-10 
14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement-libs.po  2019-10-22 
17:37:12.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: plasma-nm\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-14 03:30+0200\n"
-"PO-Revision-Date: 2019-08-03 07:44+0700\n"
+"PO-Revision-Date: 2019-10-01 06:42+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\n"
@@ -15,7 +15,6 @@
 "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"
 
 #: declarative/networkstatus.cpp:120
 #, kde-format
@@ -2282,7 +2281,7 @@
 "If you are unsure of your plan please ask your provider for your plan's APN."
 msgstr ""
 "Peringatan: Memilih sebuah rencana yang salah mengakibatkan masalah tagihan "
-"untuk akun broadband-mu atau menghambat perkoneksi.\n"
+"untuk akun broadband-mu atau menghambat perkoneksian.\n"
 "\n"
 "Jika kamu tidak yakin dengan rencanamu silakan tanyakan kepada penyediamu "
 "untuk APN perencanaanmu."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_fortisslvpnui.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_fortisslvpnui.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_fortisslvpnui.po 
2019-10-10 14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_fortisslvpnui.po 
2019-10-22 17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "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.2\n"
 
 #. i18n: ectx: property (text), widget (QPushButton, advancedButton)
 #: fortisslvpn.ui:36
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_iodineui.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_iodineui.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_iodineui.po      
2019-10-10 14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_iodineui.po      
2019-10-22 17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
 
 #. i18n: ectx: property (text), widget (QLabel, lbl_toplevelDomain)
 #: iodine.ui:17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_l2tpui.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_l2tpui.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_l2tpui.po        
2019-10-10 14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_l2tpui.po        
2019-10-22 17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "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"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: l2tp.ui:20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_openconnectui.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_openconnectui.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_openconnectui.po 
2019-10-10 14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_openconnectui.po 
2019-10-22 17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "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"
 
 #: openconnectauth.cpp:308
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_openswanui.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_openswanui.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_openswanui.po    
2019-10-10 14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_openswanui.po    
2019-10-22 17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: openswan.ui:20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_openvpnui.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_openvpnui.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_openvpnui.po     
2019-10-10 14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_openvpnui.po     
2019-10-22 17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "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"
 
 #: openvpn.cpp:190
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_pptpui.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_pptpui.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_pptpui.po        
2019-10-10 14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_pptpui.po        
2019-10-22 17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "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"
 
 #. i18n: ectx: property (title), widget (QGroupBox, grp_authenfication)
 #: pptpadvanced.ui:17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_sshui.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_sshui.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_sshui.po 2019-10-10 
14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_sshui.po 2019-10-22 
17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "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.2\n"
 
 #. i18n: ectx: property (text), widget (QCheckBox, chk_useCustomGatewayPort)
 #: sshadvanced.ui:19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_sstpui.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_sstpui.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_sstpui.po        
2019-10-10 14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_sstpui.po        
2019-10-22 17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "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"
 
 #. i18n: ectx: attribute (title), widget (QWidget, pptpTab)
 #: sstpadvanced.ui:39
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_strongswanui.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_strongswanui.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_strongswanui.po  
2019-10-10 14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_strongswanui.po  
2019-10-22 17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
 
 #: strongswanauth.cpp:73
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_vpncui.po 
new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_vpncui.po
--- old/plasma-nm-5.17.0/po/id/plasmanetworkmanagement_vpncui.po        
2019-10-10 14:45:05.000000000 +0200
+++ new/plasma-nm-5.17.1/po/id/plasmanetworkmanagement_vpncui.po        
2019-10-22 17:37:12.000000000 +0200
@@ -15,7 +15,6 @@
 "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"
 
 #: vpnc.cpp:89
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/ru/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.17.1/po/ru/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.17.0/po/ru/plasmanetworkmanagement-libs.po  2019-10-10 
14:45:18.000000000 +0200
+++ new/plasma-nm-5.17.1/po/ru/plasmanetworkmanagement-libs.po  2019-10-22 
17:37:31.000000000 +0200
@@ -85,7 +85,6 @@
 
 #: declarative/networkstatus.cpp:221
 #, kde-format
-#| msgid "Connected to %1"
 msgid "Connected to %1 (no connectivity)"
 msgstr "Подключено к %1 (соединение с интернетом отсутствует)"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.17.0/po/zh_TW/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.17.1/po/zh_TW/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.17.0/po/zh_TW/plasmanetworkmanagement-libs.po       
2019-10-10 14:45:30.000000000 +0200
+++ new/plasma-nm-5.17.1/po/zh_TW/plasmanetworkmanagement-libs.po       
2019-10-22 17:37:42.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-14 03:30+0200\n"
-"PO-Revision-Date: 2019-09-22 18:53+0800\n"
+"PO-Revision-Date: 2019-10-11 19:04+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
 "Language-Team: Chinese <chinese-l...@googlegroups.com>\n"
 "Language: zh_TW\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 19.08.1\n"
+"X-Generator: Lokalize 19.08.2\n"
 
 #: declarative/networkstatus.cpp:120
 #, kde-format
@@ -1801,6 +1801,9 @@
 "option is disabled. May be specified in hexadecimal by\n"
 "prepending '0x'."
 msgstr ""
+"選用。\n"
+"連出封包的 fwmark。如果設成 0 或 'off',則會停用這個選項。\n"
+"若要使用十六進位指定,請在前方加上「0x」。"
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, mtuLineEdit)
 #: editor/settings/ui/wireguardinterfacewidget.ui:86
@@ -1826,7 +1829,7 @@
 msgid ""
 "Whether to automatically add routes for the AllowedIPs ranges\n"
 "of the peers."
-msgstr ""
+msgstr "是否要自動對對端的 AllowedIPs 範圍增加路由。"
 
 #. i18n: ectx: property (text), widget (QPushButton, btnPeers)
 #: editor/settings/ui/wireguardinterfacewidget.ui:126
@@ -1925,7 +1928,7 @@
 #: editor/settings/ui/wireguardpeerwidget.ui:109
 #, kde-format
 msgid "Persistent keepalive:"
-msgstr ""
+msgstr "持續性 keepalive:"
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, keepaliveLineEdit)
 #: editor/settings/ui/wireguardpeerwidget.ui:127



Reply via email to