Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2016-08-29 15:29:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-nm5 (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-nm5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-nm5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes    2016-08-12 
15:41:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new/plasma-nm5.changes       
2016-08-29 15:29:46.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Aug 26 20:36:41 UTC 2016 - [email protected]
+
+- Update to 5.7.4
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.4.php
+
+-------------------------------------------------------------------
+Fri Aug 12 23:37:32 UTC 2016 - [email protected]
+
+- Adjust filelist for the plasmoid appdata, installed with KF > 5.25.0
+
+-------------------------------------------------------------------

Old:
----
  plasma-nm-5.7.3.tar.xz

New:
----
  plasma-nm-5.7.4.tar.xz

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

Other differences:
------------------
++++++ plasma-nm5.spec ++++++
--- /var/tmp/diff_new_pack.xqhEDN/_old  2016-08-29 15:29:48.000000000 +0200
+++ /var/tmp/diff_new_pack.xqhEDN/_new  2016-08-29 15:29:48.000000000 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 %define mm_support 1
 Name:           plasma-nm5
-Version:        5.7.3
+Version:        5.7.4
 Release:        0
 Summary:        Plasma applet written in QML for managing network connections
 License:        (LGPL-2.1 or LGPL-3.0) and (GPL-2.0 or GPL-3.0)
@@ -32,26 +32,26 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  mobile-broadband-provider-info
 BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5Completion)
-BuildRequires:  cmake(KF5ConfigWidgets)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5Declarative)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5Init)
-BuildRequires:  cmake(KF5ItemViews)
-BuildRequires:  cmake(KF5KDELibs4Support)
-BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5Completion) >= 5.25.0
+BuildRequires:  cmake(KF5ConfigWidgets) >= 5.25.0
+BuildRequires:  cmake(KF5CoreAddons) >= 5.25.0
+BuildRequires:  cmake(KF5DBusAddons) >= 5.25.0
+BuildRequires:  cmake(KF5Declarative) >= 5.25.0
+BuildRequires:  cmake(KF5I18n) >= 5.25.0
+BuildRequires:  cmake(KF5IconThemes) >= 5.25.0
+BuildRequires:  cmake(KF5Init) >= 5.25.0
+BuildRequires:  cmake(KF5ItemViews) >= 5.25.0
+BuildRequires:  cmake(KF5KDELibs4Support) >= 5.25.0
+BuildRequires:  cmake(KF5KIO) >= 5.25.0
 BuildRequires:  cmake(KF5NetworkManagerQt) >=  5.14.0
-BuildRequires:  cmake(KF5Notifications)
-BuildRequires:  cmake(KF5Plasma)
-BuildRequires:  cmake(KF5Service)
-BuildRequires:  cmake(KF5Solid)
-BuildRequires:  cmake(KF5Wallet)
-BuildRequires:  cmake(KF5WidgetsAddons)
-BuildRequires:  cmake(KF5WindowSystem)
-BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(KF5Notifications) >= 5.25.0
+BuildRequires:  cmake(KF5Plasma) >= 5.25.0
+BuildRequires:  cmake(KF5Service) >= 5.25.0
+BuildRequires:  cmake(KF5Solid) >= 5.25.0
+BuildRequires:  cmake(KF5Wallet) >= 5.25.0
+BuildRequires:  cmake(KF5WidgetsAddons) >= 5.25.0
+BuildRequires:  cmake(KF5WindowSystem) >= 5.25.0
+BuildRequires:  cmake(KF5XmlGui) >= 5.25.0
 BuildRequires:  cmake(Qca-qt5) >= 2.1.0
 BuildRequires:  cmake(Qt5Core) >= 5.4.0
 BuildRequires:  cmake(Qt5DBus) >= 5.4.0
@@ -255,6 +255,7 @@
 %{_kf5_servicesdir}/plasma-applet*.desktop
 %{_kf5_servicetypesdir}/
 %{_kf5_sharedir}/plasma/
+%{_kf5_appstreamdir}/
 
 %files openvpn
 %defattr(-,root,root)

++++++ plasma-nm-5.7.3.tar.xz -> plasma-nm-5.7.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.7.3/CMakeLists.txt 
new/plasma-nm-5.7.4/CMakeLists.txt
--- old/plasma-nm-5.7.3/CMakeLists.txt  2016-08-02 11:46:11.000000000 +0200
+++ new/plasma-nm-5.7.4/CMakeLists.txt  2016-08-23 14:56:04.000000000 +0200
@@ -3,7 +3,7 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 
-set(PROJECT_VERSION "5.7.3")
+set(PROJECT_VERSION "5.7.4")
 set(PROJECT_VERSION_MAJOR 5)
 set(PLASMANM_VERSION_STRING ${PROJECT_VERSION} )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/ca@valencia/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.7.4/po/ca@valencia/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.7.3/po/ca@valencia/plasmanetworkmanagement-libs.po  
2016-08-02 11:45:47.000000000 +0200
+++ new/plasma-nm-5.7.4/po/ca@valencia/plasmanetworkmanagement-libs.po  
2016-08-23 14:55:28.000000000 +0200
@@ -3,15 +3,15 @@
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Antoni Bella Pérez <[email protected]>, 2014, 2015.
+# Antoni Bella Pérez <[email protected]>, 2014, 2015, 2016.
 # Josep Ma. Ferrer <[email protected]>, 2014, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasmanetworkmanagement-libs\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-07-29 10:59+0000\n"
-"PO-Revision-Date: 2016-06-03 22:13+0200\n"
-"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
+"PO-Revision-Date: 2016-07-29 14:34+0100\n"
+"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: declarative/networkstatus.cpp:117
 msgctxt ""
@@ -1123,6 +1123,11 @@
 "should be left blank. It is only required if there are multiple access "
 "concentrators or a specific service is known to be required."
 msgstr ""
+"Si s'especifica, instrueix al PPPoE a que només inicï sessions amb "
+"concentradors d'accés que proporcionin el serivei especificat. Per a la "
+"majoria dels proveïdors, això s'ha de deixar en blanc. Només es requereix si "
+"hi ha diversos concentradors d'accés o es coneix un servei específic que ho "
+"requerisca."
 
 #. i18n: ectx: property (text), widget (QLabel, label_7)
 #: editor/settings/ui/team.ui:31
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/cs/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.7.4/po/cs/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.7.3/po/cs/plasmanetworkmanagement-libs.po   2016-08-02 
11:45:47.000000000 +0200
+++ new/plasma-nm-5.7.4/po/cs/plasmanetworkmanagement-libs.po   2016-08-23 
14:55:29.000000000 +0200
@@ -636,7 +636,8 @@
 
 #. i18n: ectx: property (text), widget (QLabel, modeLabel)
 #. i18n: ectx: property (text), widget (QLabel, label_3)
-#: editor/settings/ui/bond.ui:116 editor/settings/ui/wificonnectionwidget.ui:43
+#: editor/settings/ui/bond.ui:116
+#: editor/settings/ui/wificonnectionwidget.ui:43
 msgid "Mode:"
 msgstr "Režim:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/en_GB/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.7.4/po/en_GB/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.7.3/po/en_GB/plasmanetworkmanagement-libs.po        
2016-08-02 11:45:49.000000000 +0200
+++ new/plasma-nm-5.7.4/po/en_GB/plasmanetworkmanagement-libs.po        
2016-08-23 14:55:31.000000000 +0200
@@ -7,15 +7,15 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-07-29 10:59+0000\n"
-"PO-Revision-Date: 2016-02-21 10:50+0000\n"
+"PO-Revision-Date: 2016-08-05 13:11+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: English <[email protected]>\n"
 "Language: en_GB\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 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: declarative/networkstatus.cpp:117
 msgctxt ""
@@ -1122,6 +1122,10 @@
 "should be left blank. It is only required if there are multiple access "
 "concentrators or a specific service is known to be required."
 msgstr ""
+"If specified, instruct PPPoE to only initiate sessions with access "
+"concentrators that provide the specified service. For most providers, this "
+"should be left blank. It is only required if there are multiple access "
+"concentrators or a specific service is known to be required."
 
 #. i18n: ectx: property (text), widget (QLabel, label_7)
 #: editor/settings/ui/team.ui:31
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/ja/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.7.4/po/ja/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.7.3/po/ja/plasmanetworkmanagement-libs.po   2016-08-02 
11:45:55.000000000 +0200
+++ new/plasma-nm-5.7.4/po/ja/plasmanetworkmanagement-libs.po   2016-08-23 
14:55:45.000000000 +0200
@@ -633,7 +633,8 @@
 
 #. i18n: ectx: property (text), widget (QLabel, modeLabel)
 #. i18n: ectx: property (text), widget (QLabel, label_3)
-#: editor/settings/ui/bond.ui:116 editor/settings/ui/wificonnectionwidget.ui:43
+#: editor/settings/ui/bond.ui:116
+#: editor/settings/ui/wificonnectionwidget.ui:43
 msgid "Mode:"
 msgstr ""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/pl/plasmanetworkmanagement-kded.po 
new/plasma-nm-5.7.4/po/pl/plasmanetworkmanagement-kded.po
--- old/plasma-nm-5.7.3/po/pl/plasmanetworkmanagement-kded.po   2016-08-02 
11:46:01.000000000 +0200
+++ new/plasma-nm-5.7.4/po/pl/plasmanetworkmanagement-kded.po   2016-08-23 
14:55:48.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-04-09 08:02+0000\n"
-"PO-Revision-Date: 2016-04-30 06:38+0100\n"
+"PO-Revision-Date: 2016-08-06 07:01+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -90,7 +90,7 @@
 msgctxt ""
 "@info:status Notification when the device failed due to PppStartFailedReason"
 msgid "PPP failed to start"
-msgstr "Nieudane uruchomienie PPP"
+msgstr "Nie udało się uruchomić PPP"
 
 #: notification.cpp:135
 msgctxt ""
@@ -108,7 +108,7 @@
 msgctxt ""
 "@info:status Notification when the device failed due to DhcpStartFailedReason"
 msgid "DHCP failed to start"
-msgstr "Nieudane uruchomienie DHCP"
+msgstr "Nie udało się uruchomić DHCP"
 
 #: notification.cpp:147
 msgctxt ""
@@ -127,7 +127,7 @@
 "@info:status Notification when the device failed due to "
 "SharedStartFailedReason"
 msgid "The shared service failed to start"
-msgstr "Nieudane uruchomienie usługi współdzielonej"
+msgstr "Nie udało się uruchomić usługi współdzielonej"
 
 #: notification.cpp:159
 msgctxt ""
@@ -140,7 +140,7 @@
 "@info:status Notification when the device failed due to "
 "AutoIpStartFailedReason"
 msgid "The auto IP service failed to start"
-msgstr "Nieudane uruchomienie usługi samoczynnego IP"
+msgstr "Nie udało się uruchomić usługi samoczynnego IP"
 
 #: notification.cpp:167
 msgctxt ""
@@ -189,7 +189,7 @@
 msgctxt ""
 "@info:status Notification when the device failed due to ModemInitFailedReason"
 msgid "The modem could not be initialized"
-msgstr "Nie można było zainicjować modemu"
+msgstr "Nie udało się zainicjować modemu"
 
 #: notification.cpp:199
 msgctxt ""
@@ -230,7 +230,7 @@
 "@info:status Notification when the device failed due to "
 "GsmPinCheckFailedReason"
 msgid "The GSM PIN check failed"
-msgstr "Niepowodzenie sprawdzania PIN GSM"
+msgstr "Nie udało się sprawdzenie PINu GSM"
 
 #: notification.cpp:223
 msgctxt ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/pl/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.7.4/po/pl/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.7.3/po/pl/plasmanetworkmanagement-libs.po   2016-08-02 
11:46:01.000000000 +0200
+++ new/plasma-nm-5.7.4/po/pl/plasmanetworkmanagement-libs.po   2016-08-23 
14:55:48.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-07-29 10:59+0000\n"
-"PO-Revision-Date: 2016-06-04 08:19+0100\n"
+"PO-Revision-Date: 2016-08-06 09:03+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -1121,6 +1121,11 @@
 "should be left blank. It is only required if there are multiple access "
 "concentrators or a specific service is known to be required."
 msgstr ""
+"Jeśli podano, to poinstruuj PPPoE, aby zainicjowało tylko sesję z "
+"koncentratorami dostępu, które dostarczają daną usługę Dla większości "
+"dostawców to pole powinno pozostać puste. Jest ono potrzebne tylko gdy "
+"występuje wiele koncentratorów dostępu  lub gdy wiadomo, że wymagana jest "
+"dana usługa."
 
 #. i18n: ectx: property (text), widget (QLabel, label_7)
 #: editor/settings/ui/team.ui:31
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/ru/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.7.4/po/ru/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.7.3/po/ru/plasmanetworkmanagement-libs.po   2016-08-02 
11:46:02.000000000 +0200
+++ new/plasma-nm-5.7.4/po/ru/plasmanetworkmanagement-libs.po   2016-08-23 
14:55:50.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-07-29 10:59+0000\n"
-"PO-Revision-Date: 2016-03-16 23:22+0300\n"
+"PO-Revision-Date: 2016-08-19 09:50+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
@@ -485,10 +485,8 @@
 #. i18n: ectx: property (text), widget (QPushButton, btnTlsAltSubjectMatches)
 #. i18n: ectx: property (text), widget (QPushButton, btnTlsConnectToServers)
 #: editor/settings/ui/802-1x.ui:191 editor/settings/ui/802-1x.ui:215
-#, fuzzy
-#| msgid "Add..."
 msgid "..."
-msgstr "Добавить..."
+msgstr "..."
 
 #. i18n: ectx: property (text), widget (QLabel, label_29)
 #: editor/settings/ui/802-1x.ui:200
@@ -947,6 +945,8 @@
 "to add\n"
 "an IP address"
 msgstr ""
+"IP-адресы позволяют идентифицировать компьютер в сети.\n"
+"Нажмите кнопку «Добавить», чтобы добавить IP-адрес."
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, ipv4RequiredCB)
 #: editor/settings/ui/ipv4.ui:312
@@ -1196,6 +1196,8 @@
 "by the\n"
 " BSSID entered here. Example: 00:11:22:33:44:55"
 msgstr ""
+"Привязать это соединение к точке доступа Wi-Fi, которая\n"
+"имеет указанный здесь BSSID. Пример: 00:11:22:33:44:55."
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: editor/settings/ui/wificonnectionwidget.ui:125
@@ -1349,6 +1351,8 @@
 "This option locks this connection to the network device specified by its\n"
 "permanent MAC address entered here. Example: 00:11:22:33:44:55"
 msgstr ""
+"Привязать это соединение к сетевому устройству, которое\n"
+"имеет указанный здесь MAC-адрес. Пример: 00:11:22:33:44:55."
 
 #. i18n: ectx: property (toolTip), widget (KLineEdit, clonedMacAddress)
 #: editor/settings/ui/wiredconnectionwidget.ui:67
@@ -1361,11 +1365,14 @@
 
 #. i18n: ectx: property (toolTip), widget (QSpinBox, mtu)
 #: editor/settings/ui/wiredconnectionwidget.ui:106
+#, fuzzy
 msgid ""
 "Only transmit packets of the specified size or smaller, breaking larger "
 "packets up\n"
 "into multiple Ethernet frames"
 msgstr ""
+"Передавать пакеты только указанного или меньшего размера,\n"
+"разбивая [...]"
 
 #. i18n: ectx: property (text), widget (QLabel, speedLabel)
 #: editor/settings/ui/wiredconnectionwidget.ui:125
@@ -1378,6 +1385,8 @@
 "Request that the device use only the specified speed. In MBit/s, example 100 "
 "== 100Mbit/s"
 msgstr ""
+"Требовать, чтобы устройство работало только на указанной\n"
+"в мегабитах в секунду скорости. Например, 100 означает 100 Мбит/с."
 
 #. i18n: ectx: property (suffix), widget (QSpinBox, speed)
 #: editor/settings/ui/wiredconnectionwidget.ui:150
@@ -1387,29 +1396,35 @@
 #. i18n: ectx: property (text), widget (QLabel, duplexLabel)
 #: editor/settings/ui/wiredconnectionwidget.ui:160
 msgid "Duplex:"
-msgstr "Дуплексный:"
+msgstr "Дуплекс:"
 
+# BUGME: please fix Ukrainian translation --aspotashev
 #. i18n: ectx: property (toolTip), widget (KComboBox, duplex)
 #: editor/settings/ui/wiredconnectionwidget.ui:176
 msgid ""
 "Request that the device use the specified duplex mode. Either \"half\" or "
 "\"full\""
 msgstr ""
+"Требовать, чтобы устройство использовало либо полнодуплексный,\n"
+"либо полудуплексный режим."
 
 #. i18n: ectx: property (text), item, widget (KComboBox, duplex)
 #: editor/settings/ui/wiredconnectionwidget.ui:180
 msgid "Full"
-msgstr "Полнодуплексный"
+msgstr "Полнодуплексное"
 
 #. i18n: ectx: property (text), item, widget (KComboBox, duplex)
 #: editor/settings/ui/wiredconnectionwidget.ui:185
 msgid "Half"
-msgstr "Полудуплексный"
+msgstr "Полудуплексное"
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, autonegotiate)
 #: editor/settings/ui/wiredconnectionwidget.ui:199
 msgid "Allow auto-negotiation of port speed and duplex mode"
 msgstr ""
+"Разрешить автоматическое согласование скорости и\n"
+"автоматический выбор между полнодуплексной и\n"
+"полудуплексной связью."
 
 #. i18n: ectx: property (text), widget (QCheckBox, autonegotiate)
 #: editor/settings/ui/wiredconnectionwidget.ui:202
@@ -1658,7 +1673,7 @@
 
 #: editor/widgets/passwordfield.cpp:70
 msgid "This password is not required"
-msgstr ""
+msgstr "Этот пароль не требуется"
 
 #: editor/widgets/passwordfield.cpp:80
 msgid "Change the visibility of the password"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/ru/plasmanetworkmanagement_openvpnui.po 
new/plasma-nm-5.7.4/po/ru/plasmanetworkmanagement_openvpnui.po
--- old/plasma-nm-5.7.3/po/ru/plasmanetworkmanagement_openvpnui.po      
2016-08-02 11:46:02.000000000 +0200
+++ new/plasma-nm-5.7.4/po/ru/plasmanetworkmanagement_openvpnui.po      
2016-08-23 14:55:50.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-11-03 14:09+0000\n"
-"PO-Revision-Date: 2016-03-27 22:25+0300\n"
+"PO-Revision-Date: 2016-08-16 17:22+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
@@ -156,7 +156,7 @@
 #. i18n: ectx: property (toolTip), widget (KUrlRequester, x509PassCaFile)
 #: openvpn.ui:117 openvpn.ui:378 openvpn.ui:471
 msgid "Certificate authority (CA) file in .pem format."
-msgstr ""
+msgstr "Файл центра сертификации (CA) в формате «.pem»."
 
 #. i18n: ectx: property (filter), widget (KUrlRequester, x509CaFile)
 #. i18n: ectx: property (filter), widget (KUrlRequester, x509Cert)
@@ -182,6 +182,8 @@
 "Local peer's signed certificate in .pem format (signed by CA of CA "
 "Certificate)."
 msgstr ""
+"Подписанный сертификат локального компьютера в формате .pem\n"
+"(подписанный выбранным центром сертификации)."
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel4)
 #. i18n: ectx: property (text), widget (QLabel, textLabel4_2)
@@ -193,7 +195,7 @@
 #. i18n: ectx: property (toolTip), widget (KUrlRequester, x509PassKey)
 #: openvpn.ui:163 openvpn.ui:517
 msgid "Local peer's private key in .pem format."
-msgstr ""
+msgstr "Закрытый ключ локального компьютера в формате .pem."
 
 #. i18n: ectx: property (text), widget (QLabel, label_7)
 #. i18n: ectx: property (text), widget (QLabel, label_6)
@@ -264,20 +266,22 @@
 msgid "Local IP Address:"
 msgstr "Локальный IP-адрес:"
 
+# BUGME: why does this description for "pskLocalIp" talk about remote 
endpoint? --aspotashev
 #. i18n: ectx: property (toolTip), widget (QLineEdit, pskLocalIp)
 #: openvpn.ui:285
 msgid "IP address of the remote VPN endpoint."
-msgstr ""
+msgstr "IP-адрес удалённого хоста в VPN."
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel7)
 #: openvpn.ui:295
 msgid "Remote IP Address:"
 msgstr "Удалённый IP-адрес:"
 
+# BUGME: why does this description for "pskRemoteIp" talk about local 
endpoint? --aspotashev
 #. i18n: ectx: property (toolTip), widget (QLineEdit, pskRemoteIp)
 #: openvpn.ui:308
 msgid "IP address of the local VPN endpoint."
-msgstr ""
+msgstr "IP-адрес локального хоста в VPN."
 
 #. i18n: ectx: property (text), widget (QLabel, lblKeyDirection)
 #: openvpn.ui:342
@@ -286,11 +290,16 @@
 "peer. For example, if the peer uses '1', this connection must use '0'. If "
 "you are unsure what value to use, contact your system administrator."
 msgstr ""
+"Если указано направление ключа, оно должно быть установлено в значение, "
+"противоположное этому же параметру на удалённом хосте. Например, если на "
+"удалённом компьютере задано значение «1», но для этого соединения нужно "
+"установить его в «0». Если сомневаетесь, какое значение выбрать, обратитесь "
+"к системному администратору."
 
 #. i18n: ectx: property (filter), widget (KUrlRequester, passCaFile)
 #: openvpn.ui:381
 msgid "*.pem *.crt *.key *.cer"
-msgstr ""
+msgstr "*.pem *.crt *.key *.cer"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel9)
 #. i18n: ectx: property (text), widget (QLabel, textLabel9_2)
@@ -348,8 +357,6 @@
 
 #. i18n: ectx: property (text), widget (QLabel, label_8)
 #: openvpnadvanced.ui:63
-#, fuzzy
-#| msgid "Tunnel MTU:"
 msgid "Custom tunnel MTU:"
 msgstr "MTU туннеля:"
 
@@ -359,34 +366,41 @@
 "Take the TUN device MTU to be the specified value and derive the link MTU "
 "from it."
 msgstr ""
+"Использовать указанное значение в качестве MTU для устройства TUN.\n"
+"Максимальный размер пакетов (MTU), пересылаемых между клиентами\n"
+"OpenVPN, будет выбран автоматически, исходя из указанного здесь значения."
 
 #. i18n: ectx: property (text), widget (QLabel, label_9)
 #: openvpnadvanced.ui:90
-#, fuzzy
-#| msgid "UDP fragment size:"
 msgid "Custom UDP fragment size:"
 msgstr "Размер фрагмента UDP:"
 
+# Hint: See "--fragment" in "man openvpn" --aspotashev
 #. i18n: ectx: property (toolTip), widget (QSpinBox, sbUdpFragmentSize)
 #: openvpnadvanced.ui:100
 msgid "Enable internal datagram fragmentation with this maximum size."
 msgstr ""
+"Включить принудительную фрагментацию датаграмм в протоколе UDP,\n"
+"ограничивая их размер указанным максимальным значением."
 
+# BUGME: please add colon at the end --aspotashev
 #. i18n: ectx: property (text), widget (QCheckBox, chkUseCustomReneg)
 #: openvpnadvanced.ui:117
 msgid "Use custom renegotiation interval"
-msgstr "Нестандартный интервал пересогласования"
+msgstr "Нестандартный интервал пересогласования:"
 
 #. i18n: ectx: property (toolTip), widget (QSpinBox, sbCustomReneg)
 #: openvpnadvanced.ui:127
 msgid "Renegotiate data channel key after the specified number of seconds."
 msgstr ""
+"Создавать новый ключ канала данных с указанной периодичностью\n"
+"(в секундах)."
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, chkUseVirtualDeviceType)
 #. i18n: ectx: property (toolTip), widget (QComboBox, cmbDeviceType)
 #: openvpnadvanced.ui:141 openvpnadvanced.ui:154
 msgid "Explicitly set virtual device type (TUN/TAP)."
-msgstr ""
+msgstr "Явным образом задать тип виртуального устройства (TUN или TAP)."
 
 #. i18n: ectx: property (text), widget (QCheckBox, chkUseVirtualDeviceType)
 #: openvpnadvanced.ui:144
@@ -410,6 +424,8 @@
 "Use custom name for TUN/TAP virtual device (instead of default \"tun\" or "
 "\"tap\")."
 msgstr ""
+"Использовать нестандартное имя для виртуального устройства TUN/TAP (вместо "
+"«tun» или «tap»)."
 
 #. i18n: ectx: property (text), widget (QCheckBox, chkUseVirtualDeviceName)
 #: openvpnadvanced.ui:178
@@ -419,7 +435,7 @@
 #. i18n: ectx: property (placeholderText), widget (QLineEdit, 
leVirtualDeviceName)
 #: openvpnadvanced.ui:197
 msgid "Automatic"
-msgstr "Будет выбрано автоматически"
+msgstr "Стандартное имя"
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, chkUseLZO)
 #: openvpnadvanced.ui:206
@@ -443,10 +459,9 @@
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, chkMssRestrict)
 #: openvpnadvanced.ui:226
-#, fuzzy
-#| msgid "Restrict TCP maximum segment size (MSS)"
 msgid "Restrict tunnel TCP maximum segment size."
-msgstr "Ограничить максимальный размер сегмента (MSS) для TCP"
+msgstr ""
+"Ограничить максимальный размер сегмента (MSS) для TCP-соединения туннеля."
 
 #. i18n: ectx: property (text), widget (QCheckBox, chkMssRestrict)
 #: openvpnadvanced.ui:229
@@ -459,11 +474,13 @@
 "Randomize the order of gateways list (remote) as a kind of basic load-\n"
 "balancing measure."
 msgstr ""
+"Перемешивать список шлюзов в случайном порядке, чтобы\n"
+"чтобы обеспечить простейшую балансировку нагрузки."
 
 #. i18n: ectx: property (text), widget (QCheckBox, chkRandRemHosts)
 #: openvpnadvanced.ui:240
 msgid "Randomize remote hosts"
-msgstr ""
+msgstr "Выбирать шлюз случайным образом"
 
 #. i18n: ectx: attribute (title), widget (QWidget, securityTab)
 #: openvpnadvanced.ui:261
@@ -482,6 +499,8 @@
 "Cipher\n"
 "Block Chaining mode)."
 msgstr ""
+"Шифровать пакеты указанным алгоритмом. По умолчанию\n"
+"используется BF-CBC."
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cboCipher)
 #: openvpnadvanced.ui:293
@@ -495,11 +514,13 @@
 "Set cipher key size to a custom value. If unspecified, it defaults to cipher-"
 "specific size."
 msgstr ""
+"Использовать указанную длину ключа шифрования. Если не указано,\n"
+"используется стандартная для выбранного шифра длина ключа."
 
 #. i18n: ectx: property (text), widget (QCheckBox, chkUseCustomCipherKey)
 #: openvpnadvanced.ui:308
 msgid "Use custom size of cipher key:"
-msgstr ""
+msgstr "Задать длину ключа:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_4)
 #: openvpnadvanced.ui:338
@@ -512,6 +533,8 @@
 "Authenticate packets with HMAC using message digest algorithm. The default "
 "is SHA1."
 msgstr ""
+"Хеш-функция, используемая в алгоритме HMAC проверки подлинности\n"
+"сообщений. По умолчанию используется SHA-1."
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cboHmac)
 #: openvpnadvanced.ui:358
@@ -582,6 +605,8 @@
 "Accept connections only from a host with X509 name or common name equal to\n"
 "the specified one."
 msgstr ""
+"Принимать соединения только от хостов с именами стандарта X.509\n"
+"или CN (common name), эквивалентными указанному."
 
 #. i18n: ectx: property (whatsThis), widget (QLineEdit, subjectMatch)
 #: openvpnadvanced.ui:449
@@ -594,15 +619,12 @@
 
 #. i18n: ectx: property (text), widget (QLabel, lbSubjectMatch)
 #: openvpnadvanced.ui:473
-#, fuzzy
-#| msgid ""
-#| "Connect only to servers whose certificate matches the given subject. "
-#| "Example: /CN=myvpn.company.com"
 msgid ""
 "Connect only to servers whose certificate matches the given subject.\n"
 "Example: /CN=myvpn.company.com"
 msgstr ""
-"Подключаться только к серверам, в сертификате которых указан данный субъект. "
+"Подключаться только к серверам, в сертификате которых указан данный "
+"субъект.\n"
 "Пример: /CN=myvpn.company.com"
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, chkRemoteCertTls)
@@ -617,7 +639,7 @@
 #. i18n: ectx: property (text), widget (QCheckBox, chkRemoteCertTls)
 #: openvpnadvanced.ui:487
 msgid "Verify peer (server) certificate usage signature"
-msgstr ""
+msgstr "Проверять назначение сертификата удалённого хоста (сервера)"
 
 #. i18n: ectx: property (text), widget (QLabel, labelRemoteCertTls)
 #: openvpnadvanced.ui:499
@@ -636,10 +658,10 @@
 
 #. i18n: ectx: property (toolTip), widget (QGroupBox, useExtraTlsAuth)
 #: openvpnadvanced.ui:529
-#, fuzzy
-#| msgid "Use additional TLS authentication"
 msgid "Add an additional layer of HMAC authentication."
-msgstr "Использовать дополнительную TLS-аутентификацию"
+msgstr ""
+"Использовать дополнительную проверку подлинности данных\n"
+"по механизму HMAC."
 
 #. i18n: ectx: property (title), widget (QGroupBox, useExtraTlsAuth)
 #: openvpnadvanced.ui:532
@@ -648,10 +670,8 @@
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel4_3)
 #: openvpnadvanced.ui:544
-#, fuzzy
-#| msgid "CA File:"
 msgid "Key File:"
-msgstr "Файл ЦС:"
+msgstr "Файл ключа:"
 
 #. i18n: ectx: property (toolTip), widget (KUrlRequester, kurlTlsAuthKey)
 #: openvpnadvanced.ui:558
@@ -660,6 +680,8 @@
 "channel\n"
 "to protect against DoS attacks."
 msgstr ""
+"Добавить ещё одну проверку подлинности по механизму HMAC\n"
+"для управляющего канала TLS, чтобы защититься от DoS-атак."
 
 #. i18n: ectx: property (toolTip), widget (QComboBox, cboDirection)
 #: openvpnadvanced.ui:578
@@ -712,6 +734,8 @@
 "Select this option if your organization requires the use of a proxy server "
 "to access the Internet."
 msgstr ""
+"Задайте эту группу параметров, если ваша организация требует использования "
+"прокси-сервера для подключения к сети Интернет."
 
 #. i18n: ectx: property (text), widget (QLabel, label_12)
 #: openvpnadvanced.ui:694
@@ -721,7 +745,7 @@
 #. i18n: ectx: property (toolTip), widget (QLineEdit, proxyServerAddress)
 #: openvpnadvanced.ui:704
 msgid "Connect to remote host through a proxy with this address."
-msgstr ""
+msgstr "Подключаться к удаленному хосту через прокси-сервер по этому адресу."
 
 #. i18n: ectx: property (text), widget (QLabel, label_13)
 #: openvpnadvanced.ui:714
@@ -731,27 +755,33 @@
 #. i18n: ectx: property (toolTip), widget (QSpinBox, sbProxyPort)
 #: openvpnadvanced.ui:730
 msgid "Connect to remote host through a proxy with this port."
-msgstr ""
+msgstr "Подключаться к удаленному хосту через прокси-сервер на этом порте."
 
 #. i18n: ectx: property (text), widget (QLabel, label_14)
 #: openvpnadvanced.ui:740
 msgid "Proxy Username:"
 msgstr "Имя пользователя прокси:"
 
+# BUGME: upcase Socks->SOCKS --aspotashev
 #. i18n: ectx: property (toolTip), widget (PasswordField, proxyUsername)
 #: openvpnadvanced.ui:750
 msgid "HTTP/Socks proxy username passed to OpenVPN when prompted for it."
 msgstr ""
+"Имя пользователя для прокси-сервера HTTP/SOCKS, через который будет\n"
+"подключаться OpenVPN."
 
 #. i18n: ectx: property (text), widget (QLabel, label_15)
 #: openvpnadvanced.ui:760 openvpnauth.cpp:113
 msgid "Proxy Password:"
 msgstr "Пароль для прокси:"
 
+# BUGME: upcase Socks->SOCKS --aspotashev
 #. i18n: ectx: property (toolTip), widget (PasswordField, proxyPassword)
 #: openvpnadvanced.ui:772
 msgid "HTTP/Socks proxy password passed to OpenVPN when prompted for it."
 msgstr ""
+"Пароль для прокси-сервера HTTP/SOCKS, через который будет\n"
+"подключаться OpenVPN."
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, chkProxyRetry)
 #: openvpnadvanced.ui:784
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/ru/plasmanetworkmanagement_sshui.po 
new/plasma-nm-5.7.4/po/ru/plasmanetworkmanagement_sshui.po
--- old/plasma-nm-5.7.3/po/ru/plasmanetworkmanagement_sshui.po  2016-08-02 
11:46:02.000000000 +0200
+++ new/plasma-nm-5.7.4/po/ru/plasmanetworkmanagement_sshui.po  2016-08-23 
14:55:50.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.
 #
-# Alexander Potashev <[email protected]>, 2015.
+# Alexander Potashev <[email protected]>, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-11-03 14:09+0000\n"
-"PO-Revision-Date: 2015-08-20 15:39+0300\n"
+"PO-Revision-Date: 2016-08-20 14:09+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
@@ -26,7 +26,7 @@
 #. i18n: ectx: property (text), widget (QCheckBox, chk_useCustomTunnelMtu)
 #: sshadvanced.ui:46
 msgid "Use custom tunnel Maximum Transmission Unit (MTU):"
-msgstr ""
+msgstr "Использовать нестандартный максимальный размер пакета (MTU):"
 
 #. i18n: ectx: property (text), widget (QCheckBox, chk_extraSshOptions)
 #: sshadvanced.ui:70
@@ -61,17 +61,17 @@
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 #: sshwidget.ui:17
 msgid "General"
-msgstr ""
+msgstr "Основное"
 
 #. i18n: ectx: property (text), widget (QLabel, lbl_gateway)
 #: sshwidget.ui:25
 msgid "Gateway:"
-msgstr ""
+msgstr "Шлюз:"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
 #: sshwidget.ui:40
 msgid "Network Settings"
-msgstr ""
+msgstr "Сетевые параметры"
 
 #. i18n: ectx: property (text), widget (QLabel, lbl_remoteIp)
 #. i18n: ectx: property (text), widget (QLabel, lbl_remoteIpv6)
@@ -113,32 +113,32 @@
 #. i18n: ectx: property (text), widget (QLabel, lbl_password)
 #: sshwidget.ui:162
 msgid "Password:"
-msgstr ""
+msgstr "Пароль:"
 
 #. i18n: ectx: property (text), widget (QLabel, lbl_sshKeyFile)
 #: sshwidget.ui:177
 msgid "SSH Key File:"
-msgstr ""
+msgstr "Файл ключа SSH:"
 
 #. i18n: ectx: property (text), widget (QLabel, lbl_authType)
 #: sshwidget.ui:195
 msgid "Type:"
-msgstr ""
+msgstr "Тип:"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmb_authType)
 #: sshwidget.ui:203
 msgid "SSH Agent"
-msgstr ""
+msgstr "Выбирается клиентом SSH"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmb_authType)
 #: sshwidget.ui:208
 msgid "Password"
-msgstr ""
+msgstr "По паролю"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmb_authType)
 #: sshwidget.ui:213
 msgid "Key authentication"
-msgstr ""
+msgstr "По ключу"
 
 #. i18n: ectx: property (text), widget (QPushButton, btn_advancedOption)
 #: sshwidget.ui:241
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/ru/plasmanetworkmanagement_sstpui.po 
new/plasma-nm-5.7.4/po/ru/plasmanetworkmanagement_sstpui.po
--- old/plasma-nm-5.7.3/po/ru/plasmanetworkmanagement_sstpui.po 2016-08-02 
11:46:02.000000000 +0200
+++ new/plasma-nm-5.7.4/po/ru/plasmanetworkmanagement_sstpui.po 2016-08-23 
14:55:50.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.
 #
-# Alexander Potashev <[email protected]>, 2015.
+# Alexander Potashev <[email protected]>, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-11-03 14:09+0000\n"
-"PO-Revision-Date: 2015-08-20 15:34+0300\n"
+"PO-Revision-Date: 2016-08-20 13:45+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
@@ -21,7 +21,7 @@
 #. i18n: ectx: attribute (title), widget (QWidget, pptpTab)
 #: sstpadvanced.ui:39
 msgid "Point-to-Point"
-msgstr ""
+msgstr "Точка-точка"
 
 #. i18n: ectx: property (title), widget (QGroupBox, grp_authenfication)
 #: sstpadvanced.ui:45
@@ -30,10 +30,8 @@
 
 #. i18n: ectx: property (text), widget (QLabel, lbl_auth)
 #: sstpadvanced.ui:54
-#, fuzzy
-#| msgid "Allow following authentication methods:"
 msgid "A&llow following authentication methods:"
-msgstr "Разрешить следующие методы аутентификации:"
+msgstr "Разрешить следующие &методы аутентификации:"
 
 #. i18n: ectx: property (text), item, widget (QListWidget, listWidget)
 #: sstpadvanced.ui:65
@@ -64,37 +62,39 @@
 #: sstpadvanced.ui:111
 msgid "Use Microsoft Point-to-Point Encryption"
 msgstr ""
+"Использовать протокол шифрования данных от Microsoft\n"
+"(Microsoft Point-to-Point Encryption, MPPE)"
 
 #. i18n: ectx: property (title), widget (QGroupBox, gb_MPPE)
 #: sstpadvanced.ui:114
 msgid "&Use MPPE Encryption"
-msgstr ""
+msgstr "И&спользовать шифрование MPPE"
 
 #. i18n: ectx: property (text), widget (QLabel, lbl_MMPEcrypto)
 #: sstpadvanced.ui:135
 msgid "Cr&ypto:"
-msgstr ""
+msgstr "&Шифрование:"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cb_MPPECrypto)
 #: sstpadvanced.ui:152
 msgctxt "like in use Any configuration"
 msgid "Any"
-msgstr ""
+msgstr "Любое"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cb_MPPECrypto)
 #: sstpadvanced.ui:157
 msgid "128 bit"
-msgstr ""
+msgstr "128-битное"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cb_MPPECrypto)
 #: sstpadvanced.ui:162
 msgid "40 bit"
-msgstr ""
+msgstr "40-битное"
 
 #. i18n: ectx: property (text), widget (QCheckBox, cb_statefulEncryption)
 #: sstpadvanced.ui:170
 msgid "Use stateful encryption"
-msgstr ""
+msgstr "Использовать шифрование с сохранением состояния"
 
 #. i18n: ectx: property (title), widget (QGroupBox, grp_cryptoAndCompression)
 #: sstpadvanced.ui:180
@@ -119,17 +119,17 @@
 #. i18n: ectx: property (title), widget (QGroupBox, grp_echo)
 #: sstpadvanced.ui:225
 msgid "Echo"
-msgstr ""
+msgstr "Эхо-пакеты"
 
 #. i18n: ectx: property (text), widget (QCheckBox, cb_sendEcho)
 #: sstpadvanced.ui:234
 msgid "Send PPP echo packets "
-msgstr ""
+msgstr "Посылать эхо-пакеты PPP"
 
 #. i18n: ectx: property (title), widget (QGroupBox, grp_misc)
 #: sstpadvanced.ui:244
 msgid "Misc"
-msgstr ""
+msgstr "Прочее"
 
 #. i18n: ectx: property (text), widget (QCheckBox, chk_useCustomUnitNumber)
 #: sstpadvanced.ui:252
@@ -139,7 +139,7 @@
 #. i18n: ectx: attribute (title), widget (QWidget, proxyTab)
 #: sstpadvanced.ui:285
 msgid "Proxy"
-msgstr ""
+msgstr "Прокси-сервер"
 
 #. i18n: ectx: property (title), widget (QGroupBox, grp_general)
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
@@ -180,7 +180,7 @@
 #. i18n: ectx: property (text), widget (QLabel, lbl_gateway)
 #: sstpwidget.ui:25
 msgid "Gateway:"
-msgstr ""
+msgstr "Шлюз:"
 
 #. i18n: ectx: property (text), widget (QPushButton, btn_advancedOption)
 #: sstpwidget.ui:55
@@ -200,7 +200,7 @@
 #. i18n: ectx: property (text), widget (QLabel, lbl_caCert)
 #: sstpwidget.ui:107
 msgid "CA Certificate:"
-msgstr ""
+msgstr "Сертификат ЦС:"
 
 #. i18n: ectx: property (text), widget (QCheckBox, chk_ignoreCertWarnings)
 #: sstpwidget.ui:114
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/ru/plasmanetworkmanagement_strongswanui.po 
new/plasma-nm-5.7.4/po/ru/plasmanetworkmanagement_strongswanui.po
--- old/plasma-nm-5.7.3/po/ru/plasmanetworkmanagement_strongswanui.po   
2016-08-02 11:46:02.000000000 +0200
+++ new/plasma-nm-5.7.4/po/ru/plasmanetworkmanagement_strongswanui.po   
2016-08-23 14:55:50.000000000 +0200
@@ -3,13 +3,13 @@
 #
 # Victor Ryzhykh <[email protected]>, 2014.
 # Alexander Lakhin <[email protected]>, 2014.
-# Alexander Potashev <[email protected]>, 2014.
+# Alexander Potashev <[email protected]>, 2014, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-11-03 14:09+0000\n"
-"PO-Revision-Date: 2014-08-24 21:27+0400\n"
+"PO-Revision-Date: 2016-08-20 14:20+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
@@ -18,7 +18,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 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: strongswanauth.cpp:73
 msgctxt "@label:textbox password label for private key password"
@@ -80,7 +80,7 @@
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbMethod)
 #: strongswanprop.ui:83
 msgid "Certificate/ssh-agent"
-msgstr "Сертификат/ssh-agent"
+msgstr "Сертификат/клиент SSH"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbMethod)
 #: strongswanprop.ui:88
@@ -109,17 +109,14 @@
 
 #. i18n: ectx: property (text), widget (QLabel, label_5)
 #: strongswanprop.ui:210
-#, fuzzy
-#| msgid "&Username:"
 msgid "Username:"
-msgstr "&Имя пользователя:"
+msgstr "Имя пользователя:"
 
+# BUGME: please add colon --aspotashev
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: strongswanprop.ui:238
-#, fuzzy
-#| msgid "User &Password"
 msgid "User Password"
-msgstr "Пароль &пользователя:"
+msgstr "Пароль пользователя:"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
 #: strongswanprop.ui:255
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/ru/plasmanetworkmanagement_vpncui.po 
new/plasma-nm-5.7.4/po/ru/plasmanetworkmanagement_vpncui.po
--- old/plasma-nm-5.7.3/po/ru/plasmanetworkmanagement_vpncui.po 2016-08-02 
11:46:02.000000000 +0200
+++ new/plasma-nm-5.7.4/po/ru/plasmanetworkmanagement_vpncui.po 2016-08-23 
14:55:50.000000000 +0200
@@ -3,13 +3,13 @@
 #
 # Victor Ryzhykh <[email protected]>, 2014.
 # Alexander Lakhin <[email protected]>, 2014.
-# Alexander Potashev <[email protected]>, 2014.
+# Alexander Potashev <[email protected]>, 2014, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-11-03 14:09+0000\n"
-"PO-Revision-Date: 2014-08-24 21:21+0400\n"
+"PO-Revision-Date: 2016-08-20 14:15+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
@@ -18,7 +18,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 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: vpnc.cpp:89
 msgid "Error decrypting the obfuscated password"
@@ -100,10 +100,8 @@
 
 #. i18n: ectx: property (toolTip), widget (QLineEdit, group)
 #: vpnc.ui:82
-#, fuzzy
-#| msgid "Group name:"
 msgid "Group name"
-msgstr "Имя группы:"
+msgstr "Имя группы"
 
 #. i18n: ectx: property (text), widget (QLabel, groupNameLabel)
 #. i18n: ectx: property (text), widget (QLabel, label_4)
@@ -130,10 +128,8 @@
 #. i18n: ectx: property (toolTip), widget (PasswordField, leGroupPassword)
 #. i18n: ectx: property (toolTip), widget (PasswordField, groupPassword)
 #: vpnc.ui:127 vpncauth.ui:84
-#, fuzzy
-#| msgid "Group password:"
 msgid "Group password."
-msgstr "Пароль группы:"
+msgstr "Пароль группы"
 
 # CA -- Certification authority -- центр сертификации / удостоверяющий центр 
--aspotashev
 #. i18n: ectx: property (text), widget (QLabel, label_6)
@@ -144,7 +140,7 @@
 #. i18n: ectx: property (toolTip), widget (KUrlRequester, caFile)
 #: vpnc.ui:171
 msgid "CA certificate in PEM format."
-msgstr ""
+msgstr "Файл центра сертификации (CA) в формате «.pem»."
 
 #. i18n: ectx: property (filter), widget (KUrlRequester, caFile)
 #: vpnc.ui:174
@@ -174,10 +170,8 @@
 # Possible values are "Cisco" and "Netscreen". Не "поставщик", потому что 
важен тип VPN, а не тот, кто его продал. --aspotashev
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: vpncadvanced.ui:44
-#, fuzzy
-#| msgid "&Vendor:"
 msgid "Vendor:"
-msgstr "&Производитель:"
+msgstr "Производитель:"
 
 #. i18n: ectx: property (toolTip), widget (QComboBox, vendor)
 #: vpncadvanced.ui:60
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/sk/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.7.4/po/sk/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.7.3/po/sk/plasmanetworkmanagement-libs.po   2016-08-02 
11:46:03.000000000 +0200
+++ new/plasma-nm-5.7.4/po/sk/plasmanetworkmanagement-libs.po   2016-08-23 
14:55:51.000000000 +0200
@@ -5,7 +5,7 @@
 "Project-Id-Version: plasmanetworkmanagement-libs\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-07-29 10:59+0000\n"
-"PO-Revision-Date: 2016-03-14 20:30+0100\n"
+"PO-Revision-Date: 2016-08-12 21:45+0100\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
@@ -1117,6 +1117,10 @@
 "should be left blank. It is only required if there are multiple access "
 "concentrators or a specific service is known to be required."
 msgstr ""
+"Ak je určené, PPPoE iba začne sedenia s prístupom koncentrátorov, ktoré "
+"poskytujú určenú službu. Pre väčšinu poskytovateľov by sa malo nechať "
+"prázdne. Je to potrebné iba vtedy, ak sú viaceré koncentrátory prístupu "
+"alebo je známe, že je potrebná špecifická služba."
 
 #. i18n: ectx: property (text), widget (QLabel, label_7)
 #: editor/settings/ui/team.ui:31
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/sr/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.7.4/po/sr/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.7.3/po/sr/plasmanetworkmanagement-libs.po   2016-08-02 
11:46:04.000000000 +0200
+++ new/plasma-nm-5.7.4/po/sr/plasmanetworkmanagement-libs.po   2016-08-23 
14:55:52.000000000 +0200
@@ -4,8 +4,8 @@
 msgstr ""
 "Project-Id-Version: plasmanetworkmanagement-libs\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-06-27 12:05+0000\n"
-"PO-Revision-Date: 2016-01-31 00:15+0100\n"
+"POT-Creation-Date: 2016-07-29 10:59+0000\n"
+"PO-Revision-Date: 2016-08-14 23:47+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
 "Language: sr\n"
@@ -455,7 +455,7 @@
 #: editor/settings/ui/802-1x.ui:78 editor/settings/ui/802-1x.ui:262
 #: editor/settings/ui/802-1x.ui:391 editor/settings/ui/802-1x.ui:495
 #: editor/settings/ui/802-1x.ui:629 editor/settings/ui/cdma.ui:37
-#: editor/settings/ui/gsm.ui:41 editor/settings/ui/pppoe.ui:33
+#: editor/settings/ui/gsm.ui:41 editor/settings/ui/pppoe.ui:37
 #: editor/settings/ui/wifisecurity.ui:184
 msgid "Username:"
 msgstr "Корисничко име:"
@@ -469,7 +469,7 @@
 #: editor/settings/ui/802-1x.ui:91 editor/settings/ui/802-1x.ui:275
 #: editor/settings/ui/802-1x.ui:404 editor/settings/ui/802-1x.ui:508
 #: editor/settings/ui/802-1x.ui:642 editor/settings/ui/cdma.ui:50
-#: editor/settings/ui/gsm.ui:54 editor/settings/ui/pppoe.ui:46
+#: editor/settings/ui/gsm.ui:54 editor/settings/ui/pppoe.ui:50
 #: editor/settings/ui/wifisecurity.ui:197
 #: editor/settings/ui/wifisecurity.ui:221
 msgid "Password:"
@@ -1130,6 +1130,19 @@
 msgid "Service:"
 msgstr "Сервис:"
 
+#. i18n: ectx: property (toolTip), widget (KLineEdit, service)
+#: editor/settings/ui/pppoe.ui:30
+msgid ""
+"If specified, instruct PPPoE to only initiate sessions with access "
+"concentrators that provide the specified serivce. For most providers, this "
+"should be left blank. It is only required if there are multiple access "
+"concentrators or a specific service is known to be required."
+msgstr ""
+"Ако је задато, ПППоЕ се упућује да покреће сесије само са концентраторима "
+"приступа који пружају задати сервис. Код већине провајдера ово треба "
+"оставити празним. Потребно је само ако има више концентратора приступа или "
+"је познато да се тражи одређени сервис."
+
 #. i18n: ectx: property (text), widget (QLabel, label_7)
 #: editor/settings/ui/team.ui:31
 msgid "Teamed connections:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/sr@ijekavian/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.7.4/po/sr@ijekavian/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.7.3/po/sr@ijekavian/plasmanetworkmanagement-libs.po 
2016-08-02 11:46:04.000000000 +0200
+++ new/plasma-nm-5.7.4/po/sr@ijekavian/plasmanetworkmanagement-libs.po 
2016-08-23 14:55:53.000000000 +0200
@@ -4,8 +4,8 @@
 msgstr ""
 "Project-Id-Version: plasmanetworkmanagement-libs\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-06-27 12:05+0000\n"
-"PO-Revision-Date: 2016-01-31 00:15+0100\n"
+"POT-Creation-Date: 2016-07-29 10:59+0000\n"
+"PO-Revision-Date: 2016-08-14 23:47+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
 "Language: sr@ijekavian\n"
@@ -455,7 +455,7 @@
 #: editor/settings/ui/802-1x.ui:78 editor/settings/ui/802-1x.ui:262
 #: editor/settings/ui/802-1x.ui:391 editor/settings/ui/802-1x.ui:495
 #: editor/settings/ui/802-1x.ui:629 editor/settings/ui/cdma.ui:37
-#: editor/settings/ui/gsm.ui:41 editor/settings/ui/pppoe.ui:33
+#: editor/settings/ui/gsm.ui:41 editor/settings/ui/pppoe.ui:37
 #: editor/settings/ui/wifisecurity.ui:184
 msgid "Username:"
 msgstr "Корисничко име:"
@@ -469,7 +469,7 @@
 #: editor/settings/ui/802-1x.ui:91 editor/settings/ui/802-1x.ui:275
 #: editor/settings/ui/802-1x.ui:404 editor/settings/ui/802-1x.ui:508
 #: editor/settings/ui/802-1x.ui:642 editor/settings/ui/cdma.ui:50
-#: editor/settings/ui/gsm.ui:54 editor/settings/ui/pppoe.ui:46
+#: editor/settings/ui/gsm.ui:54 editor/settings/ui/pppoe.ui:50
 #: editor/settings/ui/wifisecurity.ui:197
 #: editor/settings/ui/wifisecurity.ui:221
 msgid "Password:"
@@ -1130,6 +1130,19 @@
 msgid "Service:"
 msgstr "Сервис:"
 
+#. i18n: ectx: property (toolTip), widget (KLineEdit, service)
+#: editor/settings/ui/pppoe.ui:30
+msgid ""
+"If specified, instruct PPPoE to only initiate sessions with access "
+"concentrators that provide the specified serivce. For most providers, this "
+"should be left blank. It is only required if there are multiple access "
+"concentrators or a specific service is known to be required."
+msgstr ""
+"Ако је задато, ПППоЕ се упућује да покреће сесије само са концентраторима "
+"приступа који пружају задати сервис. Код већине провајдера ово треба "
+"оставити празним. Потребно је само ако има више концентратора приступа или "
+"је познато да се тражи одређени сервис."
+
 #. i18n: ectx: property (text), widget (QLabel, label_7)
 #: editor/settings/ui/team.ui:31
 msgid "Teamed connections:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/sr@ijekavianlatin/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.7.4/po/sr@ijekavianlatin/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.7.3/po/sr@ijekavianlatin/plasmanetworkmanagement-libs.po    
2016-08-02 11:46:04.000000000 +0200
+++ new/plasma-nm-5.7.4/po/sr@ijekavianlatin/plasmanetworkmanagement-libs.po    
2016-08-23 14:55:53.000000000 +0200
@@ -4,8 +4,8 @@
 msgstr ""
 "Project-Id-Version: plasmanetworkmanagement-libs\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-06-27 12:05+0000\n"
-"PO-Revision-Date: 2016-01-31 00:15+0100\n"
+"POT-Creation-Date: 2016-07-29 10:59+0000\n"
+"PO-Revision-Date: 2016-08-14 23:47+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
 "Language: sr@ijekavianlatin\n"
@@ -455,7 +455,7 @@
 #: editor/settings/ui/802-1x.ui:78 editor/settings/ui/802-1x.ui:262
 #: editor/settings/ui/802-1x.ui:391 editor/settings/ui/802-1x.ui:495
 #: editor/settings/ui/802-1x.ui:629 editor/settings/ui/cdma.ui:37
-#: editor/settings/ui/gsm.ui:41 editor/settings/ui/pppoe.ui:33
+#: editor/settings/ui/gsm.ui:41 editor/settings/ui/pppoe.ui:37
 #: editor/settings/ui/wifisecurity.ui:184
 msgid "Username:"
 msgstr "Korisničko ime:"
@@ -469,7 +469,7 @@
 #: editor/settings/ui/802-1x.ui:91 editor/settings/ui/802-1x.ui:275
 #: editor/settings/ui/802-1x.ui:404 editor/settings/ui/802-1x.ui:508
 #: editor/settings/ui/802-1x.ui:642 editor/settings/ui/cdma.ui:50
-#: editor/settings/ui/gsm.ui:54 editor/settings/ui/pppoe.ui:46
+#: editor/settings/ui/gsm.ui:54 editor/settings/ui/pppoe.ui:50
 #: editor/settings/ui/wifisecurity.ui:197
 #: editor/settings/ui/wifisecurity.ui:221
 msgid "Password:"
@@ -1130,6 +1130,19 @@
 msgid "Service:"
 msgstr "Servis:"
 
+#. i18n: ectx: property (toolTip), widget (KLineEdit, service)
+#: editor/settings/ui/pppoe.ui:30
+msgid ""
+"If specified, instruct PPPoE to only initiate sessions with access "
+"concentrators that provide the specified serivce. For most providers, this "
+"should be left blank. It is only required if there are multiple access "
+"concentrators or a specific service is known to be required."
+msgstr ""
+"Ako je zadato, PPPoE se upućuje da pokreće sesije samo sa koncentratorima "
+"pristupa koji pružaju zadati servis. Kod većine provajdera ovo treba "
+"ostaviti praznim. Potrebno je samo ako ima više koncentratora pristupa ili "
+"je poznato da se traži određeni servis."
+
 #. i18n: ectx: property (text), widget (QLabel, label_7)
 #: editor/settings/ui/team.ui:31
 msgid "Teamed connections:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.7.3/po/sr@latin/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.7.4/po/sr@latin/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.7.3/po/sr@latin/plasmanetworkmanagement-libs.po     
2016-08-02 11:46:04.000000000 +0200
+++ new/plasma-nm-5.7.4/po/sr@latin/plasmanetworkmanagement-libs.po     
2016-08-23 14:55:53.000000000 +0200
@@ -4,8 +4,8 @@
 msgstr ""
 "Project-Id-Version: plasmanetworkmanagement-libs\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-06-27 12:05+0000\n"
-"PO-Revision-Date: 2016-01-31 00:15+0100\n"
+"POT-Creation-Date: 2016-07-29 10:59+0000\n"
+"PO-Revision-Date: 2016-08-14 23:47+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
 "Language: sr@latin\n"
@@ -455,7 +455,7 @@
 #: editor/settings/ui/802-1x.ui:78 editor/settings/ui/802-1x.ui:262
 #: editor/settings/ui/802-1x.ui:391 editor/settings/ui/802-1x.ui:495
 #: editor/settings/ui/802-1x.ui:629 editor/settings/ui/cdma.ui:37
-#: editor/settings/ui/gsm.ui:41 editor/settings/ui/pppoe.ui:33
+#: editor/settings/ui/gsm.ui:41 editor/settings/ui/pppoe.ui:37
 #: editor/settings/ui/wifisecurity.ui:184
 msgid "Username:"
 msgstr "Korisničko ime:"
@@ -469,7 +469,7 @@
 #: editor/settings/ui/802-1x.ui:91 editor/settings/ui/802-1x.ui:275
 #: editor/settings/ui/802-1x.ui:404 editor/settings/ui/802-1x.ui:508
 #: editor/settings/ui/802-1x.ui:642 editor/settings/ui/cdma.ui:50
-#: editor/settings/ui/gsm.ui:54 editor/settings/ui/pppoe.ui:46
+#: editor/settings/ui/gsm.ui:54 editor/settings/ui/pppoe.ui:50
 #: editor/settings/ui/wifisecurity.ui:197
 #: editor/settings/ui/wifisecurity.ui:221
 msgid "Password:"
@@ -1130,6 +1130,19 @@
 msgid "Service:"
 msgstr "Servis:"
 
+#. i18n: ectx: property (toolTip), widget (KLineEdit, service)
+#: editor/settings/ui/pppoe.ui:30
+msgid ""
+"If specified, instruct PPPoE to only initiate sessions with access "
+"concentrators that provide the specified serivce. For most providers, this "
+"should be left blank. It is only required if there are multiple access "
+"concentrators or a specific service is known to be required."
+msgstr ""
+"Ako je zadato, PPPoE se upućuje da pokreće sesije samo sa koncentratorima "
+"pristupa koji pružaju zadati servis. Kod većine provajdera ovo treba "
+"ostaviti praznim. Potrebno je samo ako ima više koncentratora pristupa ili "
+"je poznato da se traži određeni servis."
+
 #. i18n: ectx: property (text), widget (QLabel, label_7)
 #: editor/settings/ui/team.ui:31
 msgid "Teamed connections:"


Reply via email to