Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2019-07-21 11:31:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-nm5 (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-nm5.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-nm5"

Sun Jul 21 11:31:57 2019 rev:93 rq:716447 version:5.16.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes    2019-06-27 
16:22:35.030281085 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new.4126/plasma-nm5.changes  
2019-07-21 11:31:58.628801294 +0200
@@ -1,0 +2,15 @@
+Thu Jul 18 12:15:59 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Fix the kf5_makeinstall call. It cannot use brackets.
+
+-------------------------------------------------------------------
+Tue Jul  9 17:29:08 UTC 2019 - [email protected]
+
+- Update to 5.16.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.3.php
+- Changes since 5.16.2:
+  * Change validator for Endpoint Address entry field (kde#408670)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ plasma-nm5.spec ++++++
--- /var/tmp/diff_new_pack.fXIlhP/_old  2019-07-21 11:31:59.176801202 +0200
+++ /var/tmp/diff_new_pack.fXIlhP/_new  2019-07-21 11:31:59.176801202 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 %define mm_support 1
 Name:           plasma-nm5
-Version:        5.16.2
+Version:        5.16.3
 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)
@@ -272,7 +272,7 @@
   %make_jobs
 
 %install
-  %{kf5_makeinstall} -C build
+  %kf5_makeinstall -C build
 %if %{with lang}
   %kf5_find_lang
 %endif

++++++ plasma-nm-5.16.2.tar.xz -> plasma-nm-5.16.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.16.2/CMakeLists.txt 
new/plasma-nm-5.16.3/CMakeLists.txt
--- old/plasma-nm-5.16.2/CMakeLists.txt 2019-06-25 13:52:24.000000000 +0200
+++ new/plasma-nm-5.16.3/CMakeLists.txt 2019-07-09 18:07:23.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-networkmanagement)
 
-set(PROJECT_VERSION "5.16.2")
+set(PROJECT_VERSION "5.16.3")
 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.16.2/libs/editor/settings/wireguardpeerwidget.cpp 
new/plasma-nm-5.16.3/libs/editor/settings/wireguardpeerwidget.cpp
--- old/plasma-nm-5.16.2/libs/editor/settings/wireguardpeerwidget.cpp   
2019-06-25 13:51:36.000000000 +0200
+++ new/plasma-nm-5.16.3/libs/editor/settings/wireguardpeerwidget.cpp   
2019-07-09 18:04:57.000000000 +0200
@@ -199,11 +199,10 @@
 
 WireGuardPeerWidget::EndPointValid 
WireGuardPeerWidget::isEndpointValid(QString &address, QString &port)
 {
-    // Create a Reg Expression validator to do  simple check for a valid 
qualified domain name
-    // which checks to see that there are between 2 and 63 strings of at least 
2 characters each
-    // separated by '.', so "ab.cc" is valid but "a.cc" is not. The full 
string must also be less 
-    // than 255 characters long.
-    static QRegExpValidator 
fqdnValidator(QRegExp(QLatin1String("(?=.{5,254}$)([a-zA-Z0-9][a-zA-Z0-9-]{1,62}\\.){1,63}[a-zA-Z]{2,63}")),
 nullptr);
+    // Create a Reg Expression validator to do a simple check for a valid 
qualified domain name
+    // which checks to see that there are between 2 and 63 strings of at least 
1 character each
+    // separated by '.'. The full string must also be less than 255 characters 
long.
+    static QRegExpValidator 
fqdnValidator(QRegExp(QLatin1String("(?=.{3,254}$)([a-zA-Z0-9][a-zA-Z0-9-]{0,62}\\.){1,63}[a-zA-Z]{1,63}")),
 nullptr);
     static SimpleIpV4AddressValidator ipv4Validator;
     static SimpleIpV6AddressValidator ipv6Validator;
     int pos = 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/gl/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.16.3/po/gl/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.16.2/po/gl/plasmanetworkmanagement-libs.po  2019-06-25 
13:51:59.000000000 +0200
+++ new/plasma-nm-5.16.3/po/gl/plasmanetworkmanagement-libs.po  2019-07-09 
18:06:03.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 07:46+0200\n"
-"PO-Revision-Date: 2019-05-28 22:05+0200\n"
+"PO-Revision-Date: 2019-07-06 20:40+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
@@ -1856,13 +1856,19 @@
 "            may be specified for matching all IPv4 addresses, \n"
 "            and ::/0 may be specified for matching all IPv6 addresses."
 msgstr ""
+"Necesario.\n"
+"            Unha lista de enderezos IP (v4 ou v6) separados por\n"
+"            comas con máscaras CIDR desde os que se permite\n"
+"            tráfico entrante deste parceiro e ao que se dirixe\n"
+"            o tráfico saínte para este parceiro. Pode indicarse a\n"
+"            0.0.0.0/0 para referirse a todos os enderezos IPv4 e\n"
+"            ::/0 para referirse a todos os enderezos IPv6."
 
 #. i18n: ectx: property (text), widget (QLabel, endpointAddressLabel)
 #: editor/settings/ui/wireguardpeerwidget.ui:55
-#, fuzzy, kde-format
-#| msgid "Cloned MAC address:"
+#, kde-format
 msgid "Endpoint address:"
-msgstr "Enderezo MAC clonado:"
+msgstr "Enderezo do extremo:"
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, endpointAddressLineEdit)
 #: editor/settings/ui/wireguardpeerwidget.ui:66
@@ -1874,12 +1880,18 @@
 "            qualified domain name such as abc.com). If\n"
 "            present, Endpoint port must also be set."
 msgstr ""
+"Opcional.\n"
+"            Un extremo para a conexión. Pode ser un\n"
+"            enderezo IPv4 ou IPv6, ou FQDN (un nome\n"
+"            de dominio completamente cualificado como\n"
+"            example.com). Se está presente, debe\n"
+"            estabelecerse tamén o porto do extremo."
 
 #. i18n: ectx: property (text), widget (QLabel, endpointPortLabel)
 #: editor/settings/ui/wireguardpeerwidget.ui:74
 #, kde-format
 msgid "Endpoint port:"
-msgstr ""
+msgstr "Porto do extremo:"
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, endpointPortLineEdit)
 #: editor/settings/ui/wireguardpeerwidget.ui:83
@@ -1889,13 +1901,15 @@
 "            The port number of an endpoint. If present Endpoint\n"
 "            Address must also be set."
 msgstr ""
+"Opcional.\n"
+"            O número de porto dun extremo. Se está presente\n"
+"            debe indicarse tamén o enderezo do extremo."
 
 #. i18n: ectx: property (text), widget (QLabel, presharedKeyLabel)
 #: editor/settings/ui/wireguardpeerwidget.ui:91
-#, fuzzy, kde-format
-#| msgid "Private key:"
+#, kde-format
 msgid "Preshared key:"
-msgstr "Chave privada:"
+msgstr "Chave compartida previamente:"
 
 #. i18n: ectx: property (toolTip), widget (PasswordField, presharedKeyLineEdit)
 #: editor/settings/ui/wireguardpeerwidget.ui:102
@@ -1907,12 +1921,18 @@
 "            cryptography to be mixed into the already existing\n"
 "            public-key cryptography, for post-quantum resistance."
 msgstr ""
+"Opcional.\n"
+"            Unha chave base64 compartida previamente xerada\n"
+"            con «wg genpsk».\n"
+"            Esta opción engade unha capa adicional de criptografía\n"
+"            de chaves simétricas á criptografía de chave pública\n"
+"            existente, para resistencia post-cuántica."
 
 #. i18n: ectx: property (text), widget (QLabel, keepaliveLabel)
 #: editor/settings/ui/wireguardpeerwidget.ui:109
 #, kde-format
 msgid "Persistent keepalive:"
-msgstr ""
+msgstr "Manter a conexión persistente:"
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, keepaliveLineEdit)
 #: editor/settings/ui/wireguardpeerwidget.ui:127
@@ -1931,24 +1951,38 @@
 "            when unspecified, this option is off. Most users will not\n"
 "            need this."
 msgstr ""
+"Opcional.\n"
+"            Un segundo intervalo, entre 1 e 65535 (ambos\n"
+"            incluídos), que defina a frecuencia coa que enviar un\n"
+"            paquete baleiro autenticado ao parceiro para manter\n"
+"            de maneira persistente unha devasa con estado ou\n"
+"            unha asociación de NAT. Por exemplo, se a interface\n"
+"            envía tráfico con pouca frecuencia, pero podería\n"
+"            recibir tráfico dun parceiro en calquera momento, e\n"
+"            está detrás dun NAT, a interface podería beneficiarse\n"
+"            dun intervalo de manter a conexión persistente de 25\n"
+"            segundos. Os valores 0 e «off» desactivan a opción. De\n"
+"            maneira predeterminada ou en caso de omitila, a\n"
+"            opción está desactivada. A meirande parte dos usuarios\n"
+"            non necesitarán esta opción."
 
 #. i18n: ectx: attribute (title), widget (QWidget, tab)
 #: editor/settings/ui/wireguardtabwidget.ui:24
 #, kde-format
 msgid "Peer 1"
-msgstr ""
+msgstr "Parceiro 1"
 
 #. i18n: ectx: property (text), widget (QPushButton, btnAdd)
 #: editor/settings/ui/wireguardtabwidget.ui:37
 #, kde-format
 msgid "Add new Peer"
-msgstr ""
+msgstr "Engadir un novo parceiro"
 
 #. i18n: ectx: property (text), widget (QPushButton, btnRemove)
 #: editor/settings/ui/wireguardtabwidget.ui:44
 #, kde-format
 msgid "Remove this Peer"
-msgstr ""
+msgstr "Retirar este parceiro"
 
 #: editor/settings/wificonnectionwidget.cpp:197
 #, kde-format
@@ -1960,7 +1994,7 @@
 #, kde-format
 msgctxt "@title: window wireguard peers properties"
 msgid "WireGuard peers properties"
-msgstr ""
+msgstr "Propiedades dos parceiros de WireGuard"
 
 #: editor/vpnuiplugin.cpp:53
 #, kde-format
@@ -2700,7 +2734,7 @@
 #: uiutils.cpp:254
 #, kde-format
 msgid "WireGuard VPN"
-msgstr ""
+msgstr "VPN de WireGuard"
 
 #: uiutils.cpp:258
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.16.2/po/it/kcm_mobile_wifi.po 
new/plasma-nm-5.16.3/po/it/kcm_mobile_wifi.po
--- old/plasma-nm-5.16.2/po/it/kcm_mobile_wifi.po       2019-06-25 
13:52:03.000000000 +0200
+++ new/plasma-nm-5.16.3/po/it/kcm_mobile_wifi.po       2019-07-09 
18:06:16.000000000 +0200
@@ -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 19.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/it/plasma_applet_org.kde.plasma.networkmanagement.po 
new/plasma-nm-5.16.3/po/it/plasma_applet_org.kde.plasma.networkmanagement.po
--- 
old/plasma-nm-5.16.2/po/it/plasma_applet_org.kde.plasma.networkmanagement.po    
    2019-06-25 13:52:03.000000000 +0200
+++ 
new/plasma-nm-5.16.3/po/it/plasma_applet_org.kde.plasma.networkmanagement.po    
    2019-07-09 18:06:16.000000000 +0200
@@ -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 19.04.0\n"
+"X-Generator: Lokalize 19.04.2\n"
 
 #: contents/config/config.qml:29
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.16.2/po/lt/kcm_mobile_broadband.po 
new/plasma-nm-5.16.3/po/lt/kcm_mobile_broadband.po
--- old/plasma-nm-5.16.2/po/lt/kcm_mobile_broadband.po  2019-06-25 
13:52:06.000000000 +0200
+++ new/plasma-nm-5.16.3/po/lt/kcm_mobile_broadband.po  2019-07-09 
18:06:28.000000000 +0200
@@ -11,7 +11,7 @@
 "PO-Revision-Date: 2018-11-16 03:59+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
-"Language: \n"
+"Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.16.2/po/lt/kcm_mobile_wifi.po 
new/plasma-nm-5.16.3/po/lt/kcm_mobile_wifi.po
--- old/plasma-nm-5.16.2/po/lt/kcm_mobile_wifi.po       2019-06-25 
13:52:06.000000000 +0200
+++ new/plasma-nm-5.16.3/po/lt/kcm_mobile_wifi.po       2019-07-09 
18:06:28.000000000 +0200
@@ -11,7 +11,7 @@
 "PO-Revision-Date: 2019-03-05 03:37+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
-"Language: \n"
+"Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/lt/plasmanetworkmanagement-kcm.po 
new/plasma-nm-5.16.3/po/lt/plasmanetworkmanagement-kcm.po
--- old/plasma-nm-5.16.2/po/lt/plasmanetworkmanagement-kcm.po   2019-06-25 
13:52:06.000000000 +0200
+++ new/plasma-nm-5.16.3/po/lt/plasmanetworkmanagement-kcm.po   2019-07-09 
18:06:28.000000000 +0200
@@ -11,7 +11,7 @@
 "PO-Revision-Date: 2019-02-15 03:27+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
-"Language: \n"
+"Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/lt/plasmanetworkmanagement_fortisslvpnui.po 
new/plasma-nm-5.16.3/po/lt/plasmanetworkmanagement_fortisslvpnui.po
--- old/plasma-nm-5.16.2/po/lt/plasmanetworkmanagement_fortisslvpnui.po 
2019-06-25 13:52:06.000000000 +0200
+++ new/plasma-nm-5.16.3/po/lt/plasmanetworkmanagement_fortisslvpnui.po 
2019-07-09 18:06:28.000000000 +0200
@@ -11,7 +11,7 @@
 "PO-Revision-Date: 2019-01-09 03:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
-"Language: \n"
+"Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/lt/plasmanetworkmanagement_iodineui.po 
new/plasma-nm-5.16.3/po/lt/plasmanetworkmanagement_iodineui.po
--- old/plasma-nm-5.16.2/po/lt/plasmanetworkmanagement_iodineui.po      
2019-06-25 13:52:06.000000000 +0200
+++ new/plasma-nm-5.16.3/po/lt/plasmanetworkmanagement_iodineui.po      
2019-07-09 18:06:28.000000000 +0200
@@ -11,7 +11,7 @@
 "PO-Revision-Date: 2018-08-16 09:15+0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
-"Language: \n"
+"Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.16.2/po/nn/kcm_mobile_wifi.po 
new/plasma-nm-5.16.3/po/nn/kcm_mobile_wifi.po
--- old/plasma-nm-5.16.2/po/nn/kcm_mobile_wifi.po       2019-06-25 
13:52:10.000000000 +0200
+++ new/plasma-nm-5.16.3/po/nn/kcm_mobile_wifi.po       2019-07-09 
18:06:40.000000000 +0200
@@ -14,7 +14,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 19.03.70\n"
+"X-Generator: Lokalize 19.04.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/nn/plasma_applet_org.kde.plasma.networkmanagement.po 
new/plasma-nm-5.16.3/po/nn/plasma_applet_org.kde.plasma.networkmanagement.po
--- 
old/plasma-nm-5.16.2/po/nn/plasma_applet_org.kde.plasma.networkmanagement.po    
    2019-06-25 13:52:10.000000000 +0200
+++ 
new/plasma-nm-5.16.3/po/nn/plasma_applet_org.kde.plasma.networkmanagement.po    
    2019-07-09 18:06:40.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: KDE 4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 07:46+0200\n"
-"PO-Revision-Date: 2019-02-09 12:10+0100\n"
+"PO-Revision-Date: 2019-06-28 22:53+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
@@ -18,7 +18,7 @@
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
-"X-Generator: Lokalize 18.12.1\n"
+"X-Generator: Lokalize 19.04.2\n"
 
 #: contents/config/config.qml:29
 #, kde-format
@@ -33,7 +33,7 @@
 #: contents/ui/configGeneral.qml:47
 #, kde-format
 msgid "Show virtual connections"
-msgstr ""
+msgstr "Vis virtuelle samband"
 
 #: contents/ui/ConnectionItem.qml:116
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/nn/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.16.3/po/nn/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.16.2/po/nn/plasmanetworkmanagement-libs.po  2019-06-25 
13:52:10.000000000 +0200
+++ new/plasma-nm-5.16.3/po/nn/plasmanetworkmanagement-libs.po  2019-07-09 
18:06:40.000000000 +0200
@@ -6,7 +6,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 07:46+0200\n"
-"PO-Revision-Date: 2019-01-05 13:50+0100\n"
+"PO-Revision-Date: 2019-06-28 22:38+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
@@ -17,7 +17,7 @@
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
-"X-Generator: Lokalize 19.03.70\n"
+"X-Generator: Lokalize 19.04.2\n"
 
 #: declarative/networkstatus.cpp:116
 #, kde-format
@@ -74,7 +74,7 @@
 #: models/creatableconnectionsmodel.cpp:228
 #, kde-format
 msgid "WireGuard"
-msgstr ""
+msgstr "WireGuard"
 
 #: declarative/networkstatus.cpp:211
 #, kde-format
@@ -190,7 +190,7 @@
 #: editor/connectioneditorbase.cpp:247
 #, kde-format
 msgid "WireGuard Interface"
-msgstr ""
+msgstr "WireGuard-grensesnitt"
 
 #: editor/connectioneditorbase.cpp:263
 #, kde-format
@@ -1728,13 +1728,13 @@
 #: editor/settings/ui/wireguardinterfacewidget.ui:14
 #, kde-format
 msgid "WireGuard Settings"
-msgstr ""
+msgstr "WireGuard-innstillingar"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 #: editor/settings/ui/wireguardinterfacewidget.ui:20
 #, kde-format
 msgid "Interface"
-msgstr ""
+msgstr "Grensesnitt"
 
 #. i18n: ectx: property (toolTip), widget (PasswordField, privateKeyLineEdit)
 #: editor/settings/ui/wireguardinterfacewidget.ui:34
@@ -1743,12 +1743,14 @@
 "Required.\n"
 "A base64 private key generated by wg genkey."
 msgstr ""
+"Påkravd.\n"
+"Ein Base64-privatnøkkel generert av «wg genkey»."
 
 #. i18n: ectx: property (text), widget (QLabel, listenPortLabel)
 #: editor/settings/ui/wireguardinterfacewidget.ui:41
 #, kde-format
 msgid "Listen port:"
-msgstr ""
+msgstr "Lytteport:"
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, listenPortLineEdit)
 #: editor/settings/ui/wireguardinterfacewidget.ui:49
@@ -1757,12 +1759,14 @@
 "Optional.\n"
 "Listen port number. Chosen randomly if left as 'Automatic'."
 msgstr ""
+"Valfritt.\n"
+"Portnummer for lytting. Vert valt tilfeldig viss definert som «Automatisk»."
 
 #. i18n: ectx: property (text), widget (QLabel, fwmarkLabel)
 #: editor/settings/ui/wireguardinterfacewidget.ui:57
 #, kde-format
 msgid "fwmark:"
-msgstr ""
+msgstr "fwmark:"
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, fwmarkLineEdit)
 #: editor/settings/ui/wireguardinterfacewidget.ui:67
@@ -1810,7 +1814,7 @@
 #: editor/settings/ui/wireguardpeerwidget.ui:17
 #, kde-format
 msgid "Public key:"
-msgstr ""
+msgstr "Offentlegnøkkel:"
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, publicKeyLineEdit)
 #: editor/settings/ui/wireguardpeerwidget.ui:27
@@ -1821,12 +1825,16 @@
 "            from a private key, and usually transmitted \n"
 "            out of band to the author of the configuration file."
 msgstr ""
+"Påkravd.\n"
+"            Ein Base64-offentlegnøkkel generert av «wg pubkey» \n"
+"            frå ein privatnøkkel, og vanlegvis overført separat til \n"
+"            vedkommande som laga oppsettfila."
 
 #. i18n: ectx: property (text), widget (QLabel, allowedIPsLabel)
 #: editor/settings/ui/wireguardpeerwidget.ui:34
 #, kde-format
 msgid "Allowed IPs:"
-msgstr ""
+msgstr "Tillatne IP-adresser:"
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, allowedIPsLineEdit)
 #: editor/settings/ui/wireguardpeerwidget.ui:47
@@ -1845,7 +1853,7 @@
 #: editor/settings/ui/wireguardpeerwidget.ui:55
 #, kde-format
 msgid "Endpoint address:"
-msgstr ""
+msgstr "Endepunktsadresse:"
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, endpointAddressLineEdit)
 #: editor/settings/ui/wireguardpeerwidget.ui:66
@@ -1862,7 +1870,7 @@
 #: editor/settings/ui/wireguardpeerwidget.ui:74
 #, kde-format
 msgid "Endpoint port:"
-msgstr ""
+msgstr "Endepunktsport:"
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, endpointPortLineEdit)
 #: editor/settings/ui/wireguardpeerwidget.ui:83
@@ -1877,7 +1885,7 @@
 #: editor/settings/ui/wireguardpeerwidget.ui:91
 #, kde-format
 msgid "Preshared key:"
-msgstr ""
+msgstr "Førehandsdelt nøkkel:"
 
 #. i18n: ectx: property (toolTip), widget (PasswordField, presharedKeyLineEdit)
 #: editor/settings/ui/wireguardpeerwidget.ui:102
@@ -2683,7 +2691,7 @@
 #: uiutils.cpp:254
 #, kde-format
 msgid "WireGuard VPN"
-msgstr ""
+msgstr "WireGuard-VPN"
 
 #: uiutils.cpp:258
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/nn/plasmanetworkmanagement_fortisslvpnui.po 
new/plasma-nm-5.16.3/po/nn/plasmanetworkmanagement_fortisslvpnui.po
--- old/plasma-nm-5.16.2/po/nn/plasmanetworkmanagement_fortisslvpnui.po 
2019-06-25 13:52:10.000000000 +0200
+++ new/plasma-nm-5.16.3/po/nn/plasmanetworkmanagement_fortisslvpnui.po 
2019-07-09 18:06:40.000000000 +0200
@@ -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 18.12.0\n"
+"X-Generator: Lokalize 19.04.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/nn/plasmanetworkmanagement_openconnectui.po 
new/plasma-nm-5.16.3/po/nn/plasmanetworkmanagement_openconnectui.po
--- old/plasma-nm-5.16.2/po/nn/plasmanetworkmanagement_openconnectui.po 
2019-06-25 13:52:10.000000000 +0200
+++ new/plasma-nm-5.16.3/po/nn/plasmanetworkmanagement_openconnectui.po 
2019-07-09 18:06:40.000000000 +0200
@@ -1,12 +1,12 @@
 # Translation of plasmanetworkmanagement_openconnectui to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer <[email protected]>, 2015, 2017.
+# Karl Ove Hufthammer <[email protected]>, 2015, 2017, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 07:46+0200\n"
-"PO-Revision-Date: 2017-07-22 22:47+0100\n"
+"PO-Revision-Date: 2019-06-29 09:35+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
@@ -17,12 +17,12 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.04.2\n"
 
 #: openconnectauth.cpp:308
 #, kde-format
 msgid "Failed to initialize software token: %1"
-msgstr ""
+msgstr "Klarte ikkje gjera klar programvarebasert tilgangspollett: %1"
 
 #: openconnectauth.cpp:361
 #, kde-format
@@ -190,7 +190,7 @@
 #: openconnectprop.ui:128
 #, kde-format
 msgid "PAN Global Protect"
-msgstr ""
+msgstr "PAN Global Protect"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 #: openconnectprop.ui:139
@@ -220,34 +220,34 @@
 #: openconnectprop.ui:186
 #, kde-format
 msgid "Prevent user from manually accepting invalid certificates"
-msgstr ""
+msgstr "Hindra brukaren i å manuelt godta ugyldige sertifikat"
 
 #. i18n: ectx: property (text), widget (QPushButton, buTokens)
 #: openconnectprop.ui:212
 #, kde-format
 msgid "Token Authentication"
-msgstr ""
+msgstr "Autentisering med tilgangspollett"
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, OpenConnectToken)
 #: openconnecttoken.ui:14
 #, kde-format
 msgid "OpenConnect OTP Tokens"
-msgstr ""
+msgstr "OpenConnect OTP-tilgangspollettar"
 
 #. i18n: ectx: property (title), widget (QGroupBox, gbToken)
 #: openconnecttoken.ui:20
 #, kde-format
 msgid "Software Token Authentication"
-msgstr ""
+msgstr "Autentisering med programvarebasert tilgangspollett"
 
 #. i18n: ectx: property (text), widget (QLabel, label_8)
 #: openconnecttoken.ui:26
 #, kde-format
 msgid "Token Mode:"
-msgstr ""
+msgstr "Tilgangspollett-modus:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_9)
 #: openconnecttoken.ui:43
 #, kde-format
 msgid "Token Secret:"
-msgstr ""
\ No newline at end of file
+msgstr "Tilgangspollett-løyndom:"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.16.2/po/pt/kcm_mobile_broadband.po 
new/plasma-nm-5.16.3/po/pt/kcm_mobile_broadband.po
--- old/plasma-nm-5.16.2/po/pt/kcm_mobile_broadband.po  2019-06-25 
13:52:13.000000000 +0200
+++ new/plasma-nm-5.16.3/po/pt/kcm_mobile_broadband.po  2019-07-09 
18:06:49.000000000 +0200
@@ -11,7 +11,7 @@
 "PO-Revision-Date: 2018-11-16 09:51+0000\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
-"Language: \n"
+"Language: pt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.16.2/po/pt/kcm_mobile_wifi.po 
new/plasma-nm-5.16.3/po/pt/kcm_mobile_wifi.po
--- old/plasma-nm-5.16.2/po/pt/kcm_mobile_wifi.po       2019-06-25 
13:52:13.000000000 +0200
+++ new/plasma-nm-5.16.3/po/pt/kcm_mobile_wifi.po       2019-07-09 
18:06:49.000000000 +0200
@@ -6,7 +6,7 @@
 "PO-Revision-Date: 2018-12-30 16:29+0000\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
-"Language: \n"
+"Language: pt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/pt/plasmanetworkmanagement-kcm.po 
new/plasma-nm-5.16.3/po/pt/plasmanetworkmanagement-kcm.po
--- old/plasma-nm-5.16.2/po/pt/plasmanetworkmanagement-kcm.po   2019-06-25 
13:52:13.000000000 +0200
+++ new/plasma-nm-5.16.3/po/pt/plasmanetworkmanagement-kcm.po   2019-07-09 
18:06:49.000000000 +0200
@@ -6,7 +6,7 @@
 "PO-Revision-Date: 2017-10-17 12:33+0100\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
-"Language: \n"
+"Language: pt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/pt/plasmanetworkmanagement_fortisslvpnui.po 
new/plasma-nm-5.16.3/po/pt/plasmanetworkmanagement_fortisslvpnui.po
--- old/plasma-nm-5.16.2/po/pt/plasmanetworkmanagement_fortisslvpnui.po 
2019-06-25 13:52:13.000000000 +0200
+++ new/plasma-nm-5.16.3/po/pt/plasmanetworkmanagement_fortisslvpnui.po 
2019-07-09 18:06:49.000000000 +0200
@@ -6,7 +6,7 @@
 "PO-Revision-Date: 2019-01-08 10:21+0000\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
-"Language: \n"
+"Language: pt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/ru/plasmanetworkmanagement-kded.po 
new/plasma-nm-5.16.3/po/ru/plasmanetworkmanagement-kded.po
--- old/plasma-nm-5.16.2/po/ru/plasmanetworkmanagement-kded.po  2019-06-25 
13:52:14.000000000 +0200
+++ new/plasma-nm-5.16.3/po/ru/plasmanetworkmanagement-kded.po  2019-07-09 
18:06:50.000000000 +0200
@@ -4,13 +4,14 @@
 # Victor Ryzhykh <[email protected]>, 2014.
 # Alexander Lakhin <[email protected]>, 2014.
 # Alexander Potashev <[email protected]>, 2014, 2015, 2016, 2017, 2018.
+# Alexander Yavorsky <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 07:46+0200\n"
-"PO-Revision-Date: 2018-07-29 22:25+0300\n"
-"Last-Translator: Alexander Potashev <[email protected]>\n"
+"PO-Revision-Date: 2019-07-02 20:20+0300\n"
+"Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
@@ -18,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.04.2\n"
 
 #: bluetoothmonitor.cpp:82
 #, kde-format
@@ -757,10 +758,9 @@
 msgstr "Необходимо выполнить вход в эту сеть"
 
 #: secretagent.cpp:413
-#, fuzzy, kde-format
-#| msgid "Authentication to the VPN server failed."
+#, kde-format
 msgid "Authentication to %1 failed. Wrong password?"
-msgstr "Ошибка проверки подлинности на VPN-сервере."
+msgstr "Ошибка проверки подлинности %1."
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/tr/plasmanetworkmanagement-kcm.po 
new/plasma-nm-5.16.3/po/tr/plasmanetworkmanagement-kcm.po
--- old/plasma-nm-5.16.2/po/tr/plasmanetworkmanagement-kcm.po   2019-06-25 
13:52:20.000000000 +0200
+++ new/plasma-nm-5.16.3/po/tr/plasmanetworkmanagement-kcm.po   2019-07-09 
18:07:11.000000000 +0200
@@ -11,7 +11,7 @@
 "PO-Revision-Date: 2017-10-23 11:22+0000\n"
 "Last-Translator: İşbaran <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
-"Language: \n"
+"Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/tr/plasmanetworkmanagement_iodineui.po 
new/plasma-nm-5.16.3/po/tr/plasmanetworkmanagement_iodineui.po
--- old/plasma-nm-5.16.2/po/tr/plasmanetworkmanagement_iodineui.po      
2019-06-25 13:52:20.000000000 +0200
+++ new/plasma-nm-5.16.3/po/tr/plasmanetworkmanagement_iodineui.po      
2019-07-09 18:07:11.000000000 +0200
@@ -11,7 +11,7 @@
 "PO-Revision-Date: 2017-10-04 12:09+0000\n"
 "Last-Translator: Kaan <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
-"Language: \n"
+"Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/tr/plasmanetworkmanagement_sshui.po 
new/plasma-nm-5.16.3/po/tr/plasmanetworkmanagement_sshui.po
--- old/plasma-nm-5.16.2/po/tr/plasmanetworkmanagement_sshui.po 2019-06-25 
13:52:20.000000000 +0200
+++ new/plasma-nm-5.16.3/po/tr/plasmanetworkmanagement_sshui.po 2019-07-09 
18:07:11.000000000 +0200
@@ -11,7 +11,7 @@
 "PO-Revision-Date: 2017-10-04 12:56+0000\n"
 "Last-Translator: Kaan <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
-"Language: \n"
+"Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/po/tr/plasmanetworkmanagement_sstpui.po 
new/plasma-nm-5.16.3/po/tr/plasmanetworkmanagement_sstpui.po
--- old/plasma-nm-5.16.2/po/tr/plasmanetworkmanagement_sstpui.po        
2019-06-25 13:52:20.000000000 +0200
+++ new/plasma-nm-5.16.3/po/tr/plasmanetworkmanagement_sstpui.po        
2019-07-09 18:07:11.000000000 +0200
@@ -11,7 +11,7 @@
 "PO-Revision-Date: 2017-10-04 13:02+0000\n"
 "Last-Translator: Kaan <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
-"Language: \n"
+"Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.16.2/vpn/openconnect/plasmanetworkmanagement_openconnect_globalprotectui.desktop
 
new/plasma-nm-5.16.3/vpn/openconnect/plasmanetworkmanagement_openconnect_globalprotectui.desktop
--- 
old/plasma-nm-5.16.2/vpn/openconnect/plasmanetworkmanagement_openconnect_globalprotectui.desktop
    2019-06-25 13:51:36.000000000 +0200
+++ 
new/plasma-nm-5.16.3/vpn/openconnect/plasmanetworkmanagement_openconnect_globalprotectui.desktop
    2019-07-09 18:04:57.000000000 +0200
@@ -26,6 +26,7 @@
 Name[it]=PAN Global Protect (openconnect)
 Name[ko]=PAN Global Protect(openconnect)
 Name[nl]=PAN Global Protect (openconnect)
+Name[nn]=PAN Global Protect (OpenConnect)
 Name[pl]=Globalna ochrona PAN (openconnect)
 Name[pt]=Protecção Global do PAN (openconnect)
 Name[pt_BR]=Proteção Global do PAN (openconnect)
@@ -47,6 +48,7 @@
 Comment[it]=Compatibile con PAN Global Protect VPN
 Comment[ko]=PAN GlobalProtect SSL VPN과 호환됨
 Comment[nl]=Compatibel met PAN GlobalProtect SSL VPN
+Comment[nn]=Kompatibel med PAN GlobalProtect SSL VPN
 Comment[pl]=Zgodny z globalną ochroną PAN SSL VPN
 Comment[pt]=Compatível com a VPN PAN Protecção Global por SSL
 Comment[pt_BR]=Compatível com a VPN PAN Proteção Global por SSL



Reply via email to