diff -Nru plasma-nm-5.9.4/CMakeLists.txt plasma-nm-5.9.5/CMakeLists.txt --- plasma-nm-5.9.4/CMakeLists.txt 2017-03-21 14:03:14.000000000 +0000 +++ plasma-nm-5.9.5/CMakeLists.txt 2017-04-25 13:29:33.000000000 +0000 @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") -set(PROJECT_VERSION "5.9.4") +set(PROJECT_VERSION "5.9.5") set(PROJECT_VERSION_MAJOR 5) set(PLASMANM_VERSION_STRING ${PROJECT_VERSION} ) diff -Nru plasma-nm-5.9.4/debian/changelog plasma-nm-5.9.5/debian/changelog --- plasma-nm-5.9.4/debian/changelog 2017-03-23 19:57:51.000000000 +0000 +++ plasma-nm-5.9.5/debian/changelog 2017-05-09 18:16:08.000000000 +0000 @@ -1,3 +1,9 @@ +plasma-nm (4:5.9.5-0ubuntu0.1) zesty; urgency=low + + * New upstream release (5.9.5) (LP: #1687444) + + -- José Manuel Santamaría Lema Tue, 09 May 2017 19:16:08 +0100 + plasma-nm (4:5.9.4-0ubuntu1) zesty; urgency=low * New upstream bugfix release (5.9.4) diff -Nru plasma-nm-5.9.4/editor/connectioneditor.cpp plasma-nm-5.9.5/editor/connectioneditor.cpp --- plasma-nm-5.9.4/editor/connectioneditor.cpp 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/editor/connectioneditor.cpp 2017-04-25 13:25:16.000000000 +0000 @@ -61,6 +61,7 @@ #include #include #include +#include ConnectionEditor::ConnectionEditor(QWidget* parent, Qt::WindowFlags flags) : KXmlGuiWindow(parent, flags) @@ -317,6 +318,15 @@ if (type == NetworkManager::ConnectionSettings::Wired || type == NetworkManager::ConnectionSettings::Wireless) { bool shared = action->property("shared").toBool(); + + // Set auto-negotiate to true, NM sets it to false by default, but we used to have this before and also + // I don't think it's wise to request users to specify speed and duplex as most of them don't know what is that + // and what to set + if (type == NetworkManager::ConnectionSettings::Wired) { + NetworkManager::WiredSetting::Ptr wiredSetting = connectionSettings->setting(NetworkManager::Setting::Wired).dynamicCast(); + wiredSetting->setAutoNegotiate(true); + } + if (shared) { if (type == NetworkManager::ConnectionSettings::Wireless) { NetworkManager::WirelessSetting::Ptr wifiSetting = connectionSettings->setting(NetworkManager::Setting::Wireless).dynamicCast(); diff -Nru plasma-nm-5.9.4/kcm/kcm.cpp plasma-nm-5.9.5/kcm/kcm.cpp --- plasma-nm-5.9.4/kcm/kcm.cpp 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/kcm/kcm.cpp 2017-04-25 13:25:16.000000000 +0000 @@ -41,6 +41,7 @@ #include #include #include +#include #include #include @@ -287,6 +288,14 @@ } if (type == NetworkManager::ConnectionSettings::Wired || type == NetworkManager::ConnectionSettings::Wireless) { + // Set auto-negotiate to true, NM sets it to false by default, but we used to have this before and also + // I don't think it's wise to request users to specify speed and duplex as most of them don't know what is that + // and what to set + if (type == NetworkManager::ConnectionSettings::Wired) { + NetworkManager::WiredSetting::Ptr wiredSetting = connectionSettings->setting(NetworkManager::Setting::Wired).dynamicCast(); + wiredSetting->setAutoNegotiate(true); + } + if (shared) { if (type == NetworkManager::ConnectionSettings::Wireless) { NetworkManager::WirelessSetting::Ptr wifiSetting = connectionSettings->setting(NetworkManager::Setting::Wireless).dynamicCast(); @@ -312,7 +321,6 @@ } } // Generate new UUID - connectionSettings->setUuid(NetworkManager::ConnectionSettings::createNewUuid()); addConnection(connectionSettings); } diff -Nru plasma-nm-5.9.4/kcm/kcm_networkmanagement.desktop plasma-nm-5.9.5/kcm/kcm_networkmanagement.desktop --- plasma-nm-5.9.4/kcm/kcm_networkmanagement.desktop 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/kcm/kcm_networkmanagement.desktop 2017-04-25 13:25:16.000000000 +0000 @@ -21,6 +21,7 @@ Name[fi]=Yhteydet Name[it]=Connessioni Name[ko]=연결 +Name[lt]=Ryšiai Name[nl]=Verbindingen Name[nn]=Tilkoplingar Name[pl]=Połączenia @@ -28,11 +29,13 @@ Name[pt_BR]=Conexões Name[ru]=Соединения Name[sk]=Pripojenia +Name[sl]=Povezave Name[sr]=Везе Name[sr@ijekavian]=Везе Name[sr@ijekavianlatin]=Veze Name[sr@latin]=Veze Name[sv]=Anslutningar +Name[tr]=Bağlantılar Name[uk]=З’єднання Name[x-test]=xxConnectionsxx Name[zh_CN]=连接 @@ -50,6 +53,7 @@ Comment[fi]=Verkkoyhteyksien muokkaus Comment[it]=Modifica le tue connessioni di rete Comment[ko]=네트워크 연결 편집 +Comment[lt]=Keisti tinklo ryšius Comment[nl]=Bewerk uw netwerkverbindingen Comment[nn]=Rediger nettverkstilkoplingar Comment[pl]=Edytuj swoje połączenia sieciowe @@ -57,11 +61,13 @@ Comment[pt_BR]=Edite as suas conexões de rede Comment[ru]=Настройка сетевых соединений Comment[sk]=Upraviť vaše sieťové pripojenia +Comment[sl]=Uredite vaše omrežne povezave Comment[sr]=Уређујте мрежне везе Comment[sr@ijekavian]=Уређујте мрежне везе Comment[sr@ijekavianlatin]=Uređujte mrežne veze Comment[sr@latin]=Uređujte mrežne veze Comment[sv]=Redigera dina nätverksanslutningar +Comment[tr]=Ağ bağlantılarınızı düzenleyin Comment[uk]=Редагування ваших записів з’єднань з мережею Comment[x-test]=xxEdit your Network Connectionsxx Comment[zh_CN]=编辑您的网络连接 @@ -83,11 +89,13 @@ X-KDE-Keywords[pt]=rede,wifi,ethernet,móvel,banda larga,vpn,internet,tráfego X-KDE-Keywords[ru]=network,wifi,ethernet,mobile,broadband,vpn,internet,traffic,сеть,беспроводная сеть,мобильный Интернет,широкополосная сеть,Интернет,трафик,вайфай,впн,виртуальная частная сеть,локальная сеть X-KDE-Keywords[sk]=sieť,wifi,ethernet,mobil,broadband,vpn,internet,prenos +X-KDE-Keywords[sl]=omrežje,mreža,wifi,eternet,mobilno,širokopasovno,vpn,internet,promet X-KDE-Keywords[sr]=network,wifi,ethernet,mobile,broadband,vpn,internet,traffic,мрежа,вај‑фај,етернет,мобилни,широкопојасни,ВПН,Интернет,саобраћај X-KDE-Keywords[sr@ijekavian]=network,wifi,ethernet,mobile,broadband,vpn,internet,traffic,мрежа,вај‑фај,етернет,мобилни,широкопојасни,ВПН,Интернет,саобраћај X-KDE-Keywords[sr@ijekavianlatin]=network,wifi,ethernet,mobile,broadband,vpn,internet,traffic,mreža,Wi‑Fi,Ethernet,mobilni,širokopojasni,VPN,Internet,saobraćaj X-KDE-Keywords[sr@latin]=network,wifi,ethernet,mobile,broadband,vpn,internet,traffic,mreža,Wi‑Fi,Ethernet,mobilni,širokopojasni,VPN,Internet,saobraćaj X-KDE-Keywords[sv]=nätverk,wifi,ethernet,mobil,bredband,vpn,internet,trafik +X-KDE-Keywords[tr]=ağ,wifi,ethernet,mobil,geniş bant,VPN,internet,trafik,kablosuz X-KDE-Keywords[uk]=network,wifi,ethernet,mobile,broadband,vpn,internet,traffic,мережа,вайфай,езернет,мобільна,широкосмугова,впн,інтернет,обмін,даними X-KDE-Keywords[x-test]=xxnetworkxx,xxwifixx,xxethernetxx,xxmobilexx,xxbroadbandxx,xxvpnxx,xxinternetxx,xxtrafficxx X-KDE-Keywords[zh_CN]=network,wifi,ethernet,mobile,broadband,vpn,internet,traffic,网络,无线,以太网,移动,宽带,互联网,因特网,流量 diff -Nru plasma-nm-5.9.4/kded/networkmanagement.notifyrc plasma-nm-5.9.5/kded/networkmanagement.notifyrc --- plasma-nm-5.9.4/kded/networkmanagement.notifyrc 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/kded/networkmanagement.notifyrc 2017-04-25 13:25:16.000000000 +0000 @@ -721,6 +721,7 @@ Name[sr@ijekavianlatin]=Više niste povezani na mrežu Name[sr@latin]=Više niste povezani na mrežu Name[sv]=Inte längre ansluten till ett nätverk +Name[tr]=Artık bir ağa bağlı değil Name[uk]=Більше не з’єднано із мережею Name[x-test]=xxNo longer connected to a networkxx Name[zh_CN]=已断开网络连接 @@ -754,6 +755,7 @@ Name[sr@ijekavianlatin]=Otkriven pristupni portal Name[sr@latin]=Otkriven pristupni portal Name[sv]=Captive portal detekterades +Name[tr]=Captive portal tespit edildi Name[uk]=Виявлено керований портал Name[x-test]=xxCaptive portal detectedxx Name[zh_CN]=检测到强制网络门户 diff -Nru plasma-nm-5.9.4/po/ar/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/ar/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/ar/kde5-nm-connection-editor.po 2017-03-21 14:02:33.000000000 +0000 +++ plasma-nm-5.9.5/po/ar/kde5-nm-connection-editor.po 2017-04-25 13:25:31.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2014-07-05 15:13+0300\n" "Last-Translator: Abdalrahim Fakhouri \n" "Language-Team: Arabic \n" "Language-Team: Asturian \n" @@ -27,156 +27,156 @@ msgid "Your emails" msgstr "alministradores@softastur.org" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "" -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "" -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "" -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "" -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "" -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" "%2" msgstr "" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" "%2" msgstr "" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "" diff -Nru plasma-nm-5.9.4/po/bg/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/bg/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/bg/kde5-nm-connection-editor.po 2017-03-21 14:02:34.000000000 +0000 +++ plasma-nm-5.9.5/po/bg/kde5-nm-connection-editor.po 2017-04-25 13:25:39.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kde-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2014-05-11 20:21+0200\n" "Last-Translator: Svetoslav Stefanov \n" "Language-Team: BULGARIAN \n" @@ -29,138 +29,138 @@ msgid "Your emails" msgstr "svetlisashkov@yahoo.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Пишете тук, за да търсите връзки..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Добавяне" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Хардуер" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Мобилна..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, fuzzy, kde-format #| msgid "Wired (shared)" msgid "Wired Ethernet" msgstr "Жична (споделена)" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, fuzzy, kde-format #| msgid "Wired (shared)" msgid "Wired Ethernet (shared)" msgstr "Жична (споделена)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, fuzzy, kde-format #| msgid "Wired (shared)" msgid "Wi-Fi (shared)" msgstr "Жична (споделена)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Внасяне на VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Свързване" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Прекъсване" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Редактиране..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Изтриване" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Изнасяне на VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, fuzzy, kde-format #| msgid "Edit connection" msgid "my_shared_connection" msgstr "Редактиране на връзка" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Връзката %1 е добавена" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Желаете ли да премахнете връзката '%1'?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Премахване на връзката" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Do you want to remove the connection '%1'?" msgid "Do you want to remove the following connections: %1" msgstr "Желаете ли да премахнете връзката '%1'?" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Remove Connection" msgid "Remove Connections" msgstr "Премахване на връзката" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Внасяне на VPN връзка" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -169,17 +169,17 @@ "Внасянето на VPN връзката %1 е неуспешно\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Изнасянето не е поддържано от този вид VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Изнасяне на VPN връзка" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -188,7 +188,7 @@ "Изнасянето на VPN връзката %1 е неуспешно\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN връзката %1 е успешно изнесена" diff -Nru plasma-nm-5.9.4/po/bs/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/bs/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/bs/kde5-nm-connection-editor.po 2017-03-21 14:02:36.000000000 +0000 +++ plasma-nm-5.9.5/po/bs/kde5-nm-connection-editor.po 2017-04-25 13:25:46.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdenm\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2014-10-21 17:47+0000\n" "Last-Translator: Samir Ribić \n" "Language-Team: bosanski \n" @@ -30,134 +30,134 @@ msgid "Your emails" msgstr "Samir.ribic@etf.unsa.ba,dedovic.memsud94@hotmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Unesite ovdje za traženje konekcija" -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Dodaj" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardver" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobilna širokopojasna..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Ožičeni Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Ožičeni Ethernet (dijeljen)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (dijeljen)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Uvoz VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Uspostavi vezu" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Prekini vezu" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Izmijeni..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Obriši" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Izvezi VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "my_shared_connection" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Konekcija %1 je dodata" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Želite li da uklonite konekciju %1?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Ukloni vezu" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Do you want to remove the connection '%1'?" msgid "Do you want to remove the following connections: %1" msgstr "Želite li da uklonite konekciju %1?" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Remove Connection" msgid "Remove Connections" msgstr "Ukloni vezu" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Uvezi VPN Konekciju" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -166,17 +166,17 @@ "Ostvarivanje VPN konekcije %1 neuspijelo \n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Izvoz nije podrzan od VPN tipa" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Izvezi VPN Konekciju" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -185,7 +185,7 @@ "Izvoženje VPN konekcije %1 neuspijelo\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN Konekcija %1 je izevzena uspijesno" diff -Nru plasma-nm-5.9.4/po/ca/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/ca/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/ca/kde5-nm-connection-editor.po 2017-03-21 14:02:36.000000000 +0000 +++ plasma-nm-5.9.5/po/ca/kde5-nm-connection-editor.po 2017-04-25 13:25:48.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kde5-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2016-06-03 22:12+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" @@ -31,132 +31,132 @@ msgid "Your emails" msgstr "antonibella5@yahoo.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Escriviu aquí per a cercar les connexions..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Afegeix" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Maquinari" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Banda ampla per mòbil..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Ethernet per cable" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Ethernet per cable (compartida)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (compartida)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importa una VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Connecta" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Desconnecta" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Edita..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Suprimeix" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Exporta la VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "la_meva_connexió_compartida" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "S'ha afegit la connexió %1" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Voleu eliminar la connexió «%1»?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Elimina la connexió" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Voleu eliminar les següents connexions: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Elimina les connexions" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importació d'una connexió VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -165,17 +165,17 @@ "Ha fallat la importació de la connexió VPN %1\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "L'exportació no està admesa per aquest tipus de VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Exportació de la connexió VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -184,7 +184,7 @@ "Ha fallat l'exportació de la connexió VPN %1\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "La connexió VPN %1 s'ha exportat satisfactòriament" diff -Nru plasma-nm-5.9.4/po/ca/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/ca/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/ca/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:36.000000000 +0000 +++ plasma-nm-5.9.5/po/ca/plasmanetworkmanagement-kcm.po 2017-04-25 13:25:48.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasmanetworkmanagement-kcm\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-11 23:13+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" @@ -20,17 +20,17 @@ "X-Accelerator-Marker: &\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "la_meva_connexió_compartida" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Exportació de la connexió VPN" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Importació d'una connexió VPN" diff -Nru plasma-nm-5.9.4/po/ca/plasmanetworkmanagement_openvpnui.po plasma-nm-5.9.5/po/ca/plasmanetworkmanagement_openvpnui.po --- plasma-nm-5.9.4/po/ca/plasmanetworkmanagement_openvpnui.po 2017-03-21 14:02:36.000000000 +0000 +++ plasma-nm-5.9.5/po/ca/plasmanetworkmanagement_openvpnui.po 2017-04-25 13:25:48.000000000 +0000 @@ -1,17 +1,17 @@ # Translation of plasmanetworkmanagement_openvpnui.po to Catalan -# Copyright (C) 2014-2016 This_file_is_part_of_KDE +# Copyright (C) 2014-2017 This_file_is_part_of_KDE # 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 , 2014, 2015, 2016. -# Josep Ma. Ferrer , 2014, 2015, 2016. +# Josep Ma. Ferrer , 2014, 2015, 2016, 2017. msgid "" msgstr "" "Project-Id-Version: plasmanetworkmanagement_openvpnui\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-01-11 03:57+0100\n" -"PO-Revision-Date: 2016-08-18 23:36+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2017-04-12 22:13+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -117,7 +117,7 @@ "You can specify multiple hosts for redundancy (use commas or spaces as " "delimiters)." msgstr "" -"La/es pasarel·la/es remota/es, amb un port i protocol opcional\n" +"La/es passarel·la/es remota/es, amb un port i protocol opcional\n" "(p. ex., ovpn.empresa.com:1234:tcp).\n" "Podeu especificar múltiples màquines per a la redundància\n" "(useu comes o espais com a separadors)." @@ -411,7 +411,7 @@ "Take the TUN device MTU to be the specified value and derive the link MTU " "from it." msgstr "" -"Configura el MTU del dispositiu TUN al valor especificat i obtèn el MTU " +"Configura el MTU del dispositiu TUN al valor especificat i obtén el MTU " "d'enllaç a partir d'aquest." #. i18n: ectx: property (text), widget (QLabel, label_9) diff -Nru plasma-nm-5.9.4/po/ca@valencia/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/ca@valencia/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/ca@valencia/kde5-nm-connection-editor.po 2017-03-21 14:02:36.000000000 +0000 +++ plasma-nm-5.9.5/po/ca@valencia/kde5-nm-connection-editor.po 2017-04-25 13:25:48.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kde5-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2016-06-03 22:12+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" @@ -31,132 +31,132 @@ msgid "Your emails" msgstr "antonibella5@yahoo.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Escriviu ací per a buscar les connexions..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Afig" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Maquinari" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Banda ampla per mòbil..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Ethernet per cable" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Ethernet per cable (compartida)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (compartida)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importa una VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Connecta" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Desconnecta" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Edita..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Suprimeix" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Exporta la VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "la_meua_connexió_compartida" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "S'ha afegit la connexió %1" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Voleu eliminar la connexió «%1»?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Elimina la connexió" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Voleu eliminar les següents connexions: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Elimina les connexions" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importació d'una connexió VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -165,17 +165,17 @@ "Ha fallat la importació de la connexió VPN %1\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "L'exportació no està admesa per este tipus de VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Exportació de la connexió VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -184,7 +184,7 @@ "Ha fallat l'exportació de la connexió VPN %1\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "La connexió VPN %1 s'ha exportat satisfactòriament" diff -Nru plasma-nm-5.9.4/po/ca@valencia/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/ca@valencia/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/ca@valencia/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:36.000000000 +0000 +++ plasma-nm-5.9.5/po/ca@valencia/plasmanetworkmanagement-kcm.po 2017-04-25 13:25:48.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasmanetworkmanagement-kcm\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-11 23:13+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" @@ -20,17 +20,17 @@ "X-Accelerator-Marker: &\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "la_meua_connexió_compartida" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Exportació de la connexió VPN" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Importació d'una connexió VPN" diff -Nru plasma-nm-5.9.4/po/ca@valencia/plasmanetworkmanagement_openvpnui.po plasma-nm-5.9.5/po/ca@valencia/plasmanetworkmanagement_openvpnui.po --- plasma-nm-5.9.4/po/ca@valencia/plasmanetworkmanagement_openvpnui.po 2017-03-21 14:02:36.000000000 +0000 +++ plasma-nm-5.9.5/po/ca@valencia/plasmanetworkmanagement_openvpnui.po 2017-04-25 13:25:48.000000000 +0000 @@ -1,17 +1,17 @@ # Translation of plasmanetworkmanagement_openvpnui.po to Catalan (Valencian) -# Copyright (C) 2014-2016 This_file_is_part_of_KDE +# Copyright (C) 2014-2017 This_file_is_part_of_KDE # 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 , 2014, 2015, 2016. -# Josep Ma. Ferrer , 2014, 2015, 2016. +# Josep Ma. Ferrer , 2014, 2015, 2016, 2017. msgid "" msgstr "" "Project-Id-Version: plasmanetworkmanagement_openvpnui\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-01-11 03:57+0100\n" -"PO-Revision-Date: 2016-08-18 23:36+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2017-04-12 22:13+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -117,7 +117,7 @@ "You can specify multiple hosts for redundancy (use commas or spaces as " "delimiters)." msgstr "" -"La/es pasarel·la/es remota/es, amb un port i protocol opcional\n" +"La/es passarel·la/es remota/es, amb un port i protocol opcional\n" "(p. ex., ovpn.empresa.com:1234:tcp).\n" "Podeu especificar múltiples màquines per a la redundància\n" "(useu comes o espais com a separadors)." @@ -411,7 +411,7 @@ "Take the TUN device MTU to be the specified value and derive the link MTU " "from it." msgstr "" -"Configura el MTU del dispositiu TUN al valor especificat i obtèn el MTU " +"Configura el MTU del dispositiu TUN al valor especificat i obtén el MTU " "d'enllaç a partir d'este." #. i18n: ectx: property (text), widget (QLabel, label_9) diff -Nru plasma-nm-5.9.4/po/cs/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/cs/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/cs/kde5-nm-connection-editor.po 2017-03-21 14:02:36.000000000 +0000 +++ plasma-nm-5.9.5/po/cs/kde5-nm-connection-editor.po 2017-04-25 13:25:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-04 11:11+0100\n" "Last-Translator: Vít Pelčák \n" "Language-Team: Czech \n" @@ -27,132 +27,132 @@ msgid "Your emails" msgstr "vit@pelcak.org" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Zde pište pro hledání spojení..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Přidat" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardware" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobilní Broadband..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Drátový ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Drátový ethernet (sdílený)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (sdílené)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importovat VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Připojit se" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Odpojit se" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Upravit..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Smazat" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Exportovat VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "my_shared_connection" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Spojení %1 bylo přidáno" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Opravdu si přejete smazat spojení '%1'?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Odstranit spojení" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Opravdu si přejete smazat následující spojení '%1'?" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Odstranit spojení" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importovat spojení VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -161,17 +161,17 @@ "Import spojení VPN %1 selhal\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Tento typ VPN nepodporuje export" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Exportovat spojení VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -180,7 +180,7 @@ "Export spojení VPN %1 selhal\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "Spojení VPN %1 bylo úspěšně exportováno" diff -Nru plasma-nm-5.9.4/po/cs/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/cs/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/cs/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:36.000000000 +0000 +++ plasma-nm-5.9.5/po/cs/plasmanetworkmanagement-kcm.po 2017-04-25 13:25:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-02-22 12:20+0100\n" "Last-Translator: Vít Pelčák \n" "Language-Team: Czech \n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "my_shared_connection" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Exportovat připojení VPN" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Importovat připojení VPN" diff -Nru plasma-nm-5.9.4/po/cs/plasmanetworkmanagement_openvpnui.po plasma-nm-5.9.5/po/cs/plasmanetworkmanagement_openvpnui.po --- plasma-nm-5.9.4/po/cs/plasmanetworkmanagement_openvpnui.po 2017-03-21 14:02:36.000000000 +0000 +++ plasma-nm-5.9.5/po/cs/plasmanetworkmanagement_openvpnui.po 2017-04-25 13:25:49.000000000 +0000 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Vit Pelcak , 2013, 2014, 2016. +# Vit Pelcak , 2013, 2014, 2016, 2017. # Lukáš Tinkl , 2013. # msgid "" diff -Nru plasma-nm-5.9.4/po/da/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/da/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/da/kde5-nm-connection-editor.po 2017-03-21 14:02:38.000000000 +0000 +++ plasma-nm-5.9.5/po/da/kde5-nm-connection-editor.po 2017-04-25 13:26:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-26 20:04+0200\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -27,132 +27,132 @@ msgid "Your emails" msgstr "mschlander@opensuse.org" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Skriv her for at søge i forbindelser..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Tilføj" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardware" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobilt bredbånd..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Kablet ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Kablet ethernet (delt)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Trådløst (delt)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importér VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Forbind" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Afbryd forbindelse" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Redigér..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Slet" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Eksportér VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "min_delte_forbindelse" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Forbindelsens %1 er blevet tilføjet" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Vil du fjerne forbindelsen \"%1\"?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Fjern forbindelse" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Vil du fjerne følgende forbindelser: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Fjern forbindelser" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importér VPN-forbindelse" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -161,17 +161,17 @@ "Import af VPN-forbindelsen %1 mislykkedes\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Eksport er ikke understøttet af denne VPN-type" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Eksportér VPN-forbindelse" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -180,7 +180,7 @@ "Eksport af VPN-forbindelsen %1 mislykkedes\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN-forbindelsen %1 blev eksporteret" diff -Nru plasma-nm-5.9.4/po/da/plasmanetworkmanagement_iodineui.po plasma-nm-5.9.5/po/da/plasmanetworkmanagement_iodineui.po --- plasma-nm-5.9.4/po/da/plasmanetworkmanagement_iodineui.po 1970-01-01 00:00:00.000000000 +0000 +++ plasma-nm-5.9.5/po/da/plasmanetworkmanagement_iodineui.po 2017-04-25 13:26:23.000000000 +0000 @@ -0,0 +1,54 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Martin Schlander , 2017. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2016-11-19 20:21+0100\n" +"PO-Revision-Date: 2017-02-12 10:19+0100\n" +"Last-Translator: Martin Schlander \n" +"Language-Team: Danish \n" +"Language: da\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 2.0\n" + +#. i18n: ectx: property (text), widget (QLabel, lbl_toplevelDomain) +#: iodine.ui:17 +#, kde-format +msgid "Toplevel Domain:" +msgstr "Domæne på topniveau:" + +#. i18n: ectx: property (text), widget (QLabel, lbl_nameserver) +#: iodine.ui:27 +#, kde-format +msgid "Nameserver:" +msgstr "Navneserver" + +#. i18n: ectx: property (text), widget (QLabel, lbl_password) +#: iodine.ui:40 iodineauth.ui:20 +#, kde-format +msgid "Password:" +msgstr "Adgangskode:" + +#. i18n: ectx: property (text), widget (QLabel, lbl_fragmentSize) +#: iodine.ui:57 +#, kde-format +msgid "Fragment Size:" +msgstr "Fragmentstørrelse:" + +#. i18n: ectx: property (specialValueText), widget (QSpinBox, sb_fragmentSize) +#: iodine.ui:70 +#, kde-format +msgid "Automatic" +msgstr "Automatisk" + +#. i18n: ectx: property (suffix), widget (QSpinBox, sb_fragmentSize) +#: iodine.ui:73 +#, kde-format +msgid " bytes" +msgstr " bytes" \ No newline at end of file diff -Nru plasma-nm-5.9.4/po/da/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/da/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/da/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:38.000000000 +0000 +++ plasma-nm-5.9.5/po/da/plasmanetworkmanagement-kcm.po 2017-04-25 13:26:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-02-11 12:30+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "min_delte_forbindelse" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Eksportér VPN-forbindelse" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Importér VPN-forbindelse" diff -Nru plasma-nm-5.9.4/po/de/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/de/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/de/kde5-nm-connection-editor.po 2017-03-21 14:02:38.000000000 +0000 +++ plasma-nm-5.9.5/po/de/kde5-nm-connection-editor.po 2017-04-25 13:26:43.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-07-30 16:55+0200\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" @@ -25,132 +25,132 @@ msgid "Your emails" msgstr "lueck@hube-lueck.de" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Geben Sie hier Text ein, um Verbindungen suchen ..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Hinzufügen" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardware" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobiles Breitband ..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Kabelgebundenes Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Kabelgebundenes Ethernet (Freigegeben)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (Freigegeben)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "VPN importieren ..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Verbinden" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Verbindung trennen" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Bearbeiten ..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Löschen" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "VPN exportieren ..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "meine_freigegebene_Verbindung" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Die Verbindung %1 wurde hinzugefügt" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Möchten Sie die Verbindung „'%1“ entfernen?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Verbindung entfernen" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Möchten Sie die folgenden Verbindung „'%1“ entfernen?" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Verbindungen entfernen " -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "VPN-Verbindung importieren" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -159,17 +159,17 @@ "Der Import der VPN-Verbindung %1 ist fehlgeschlagen\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Export wird für diesen VPN-Typ nicht unterstützt" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "VPN-Verbindung exportieren" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -178,7 +178,7 @@ "Der Export der VPN-Verbindung %1 ist fehlgeschlagen\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "Die VPN-Verbindung %1 wurde erfolgreich exportiert" diff -Nru plasma-nm-5.9.4/po/de/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/de/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/de/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:38.000000000 +0000 +++ plasma-nm-5.9.5/po/de/plasmanetworkmanagement-kcm.po 2017-04-25 13:26:43.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-14 16:41+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "meine_freigegebene_Verbindung" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "VPN-Verbindung exportieren" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "VPN-Verbindung importieren" diff -Nru plasma-nm-5.9.4/po/de/plasmanetworkmanagement_l2tpui.po plasma-nm-5.9.5/po/de/plasmanetworkmanagement_l2tpui.po --- plasma-nm-5.9.4/po/de/plasmanetworkmanagement_l2tpui.po 2017-03-21 14:02:38.000000000 +0000 +++ plasma-nm-5.9.5/po/de/plasmanetworkmanagement_l2tpui.po 2017-04-25 13:26:43.000000000 +0000 @@ -5,7 +5,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:21+0100\n" -"PO-Revision-Date: 2017-01-14 15:08+0100\n" +"PO-Revision-Date: 2017-03-26 21:54+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" "Language: de\n" @@ -39,7 +39,7 @@ #, kde-format msgid "" "Set the name used for authenticating the local system to the peer to ." -msgstr "" +msgstr "Geben Sie den Namen des lokalen Rechner für die Authentisierung an." #. i18n: ectx: property (text), widget (QLabel, label_5) #: l2tp.ui:54 @@ -233,6 +233,8 @@ "transmit\n" "and the receive directions." msgstr "" +"TCP/IP-Header-Komprimierung nach Van Jacobson für Senden und Empfangen ein- " +"oder ausschalten." #. i18n: ectx: property (text), widget (QCheckBox, cbTCPheaders) #: l2tpppp.ui:137 @@ -279,6 +281,8 @@ #, kde-format msgid "Send LCP echo-requests to find out whether peer is alive." msgstr "" +"Sendet LCP-Echo-Anfragen, um festzustellen, ob die Gegenstelle erreichbar " +"ist." #. i18n: ectx: property (text), widget (QCheckBox, cbsendEcho) #: l2tpppp.ui:192 @@ -313,6 +317,11 @@ "enable this checkbox, select one or more of the MSCHAP authentication\n" "methods: MSCHAP or MSCHAPv2." msgstr "" +"Hinweis: MPPE-Verschlüsselung ist nur verfügbar mit MSCHAP-" +"Authentifizierungsmethoden\n" +"Um dieses Ankreuzfeld zu aktivieren, wählen Sie eine der MSCHAP-" +"Authentifizierungsmethoden:\n" +"MSCHAP oder MSCHAPv2." #. i18n: ectx: property (title), widget (QGroupBox, gbMPPE) #: l2tpppp.ui:260 @@ -357,6 +366,8 @@ msgid "" "Allow MPPE to use stateful mode. Stateless mode is still attempted first." msgstr "" +"Stateful-Modus (Zustandsorientiert) für MPPE erlauben. Es wird zuerst immer " +"der Stateless-Modus versucht." #. i18n: ectx: property (text), widget (QCheckBox, cbstatefulEncryption) #: l2tpppp.ui:322 diff -Nru plasma-nm-5.9.4/po/de/plasmanetworkmanagement-libs.po plasma-nm-5.9.5/po/de/plasmanetworkmanagement-libs.po --- plasma-nm-5.9.4/po/de/plasmanetworkmanagement-libs.po 2017-03-21 14:02:38.000000000 +0000 +++ plasma-nm-5.9.5/po/de/plasmanetworkmanagement-libs.po 2017-04-25 13:26:43.000000000 +0000 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-02-23 07:26+0100\n" -"PO-Revision-Date: 2017-01-14 15:12+0100\n" +"PO-Revision-Date: 2017-03-26 21:54+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" "Language: de\n" @@ -1425,6 +1425,8 @@ "by the\n" " BSSID entered here. Example: 00:11:22:33:44:55" msgstr "" +"Diese Einstellung beschränkt diese Verbindung auf den Wi-Fi-Zugangsknoten " +"(AP) mit der hier eingegebenen BSSID, zum Beispiel: 00:11:22:33:44:55" #. i18n: ectx: property (text), widget (QLabel, bandLabel) #: editor/settings/ui/wificonnectionwidget.ui:117 @@ -1440,6 +1442,9 @@ "specified band. This setting depends\n" " on specific driver capability and may not work with all drivers" msgstr "" +"Diese Einstellung beschränkt diese Verbindung auf das Wi-Fi-Netzwerk mit der " +"hier eingegebenen Frequenz. Diese Einstellung benötigt bestimmte Fähigkeiten " +"des Treibers und wird nicht mit allen Treibern funktionieren." #. i18n: ectx: property (text), item, widget (KComboBox, band) #: editor/settings/ui/wificonnectionwidget.ui:146 @@ -1467,6 +1472,9 @@ "(or create for Ad-Hoc networks)\n" "a Wi-Fi network on the specified channel" msgstr "" +"Funkkanal für die Wi-Fi-Verbindung. Das Gerät wird nur ein Wi-Fi-Netzwerk " +"mit dem angegebenen Kanal benutzen oder ein Ad-hoc-Netzwerk mit diesem Kanal " +"erstellen." #. i18n: ectx: property (text), widget (QLabel, label_2) #: editor/settings/ui/wificonnectionwidget.ui:209 @@ -1613,6 +1621,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 "" +"Diese Einstellung beschränkt diese Verbindung auf das Netzwerkgerät mit der " +"hier eingegebenen permanenten MAC-Adresse. Beispiel: 00:11:22:33:44:55" #. i18n: ectx: property (toolTip), widget (KLineEdit, clonedMacAddress) #: editor/settings/ui/wiredconnectionwidget.ui:67 @@ -1643,6 +1653,8 @@ "packets up\n" "into multiple Ethernet frames" msgstr "" +"Nur Pakete bis zur angegebenen Größe übertragen, größere Pakete werden in\n" +"mehrere Ethernet-Frames aufgeteilt" #. i18n: ectx: property (text), widget (QLabel, speedLabel) #: editor/settings/ui/wiredconnectionwidget.ui:125 diff -Nru plasma-nm-5.9.4/po/de/plasmanetworkmanagement_openvpnui.po plasma-nm-5.9.5/po/de/plasmanetworkmanagement_openvpnui.po --- plasma-nm-5.9.4/po/de/plasmanetworkmanagement_openvpnui.po 2017-03-21 14:02:38.000000000 +0000 +++ plasma-nm-5.9.5/po/de/plasmanetworkmanagement_openvpnui.po 2017-04-25 13:26:43.000000000 +0000 @@ -5,7 +5,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-01-11 03:57+0100\n" -"PO-Revision-Date: 2017-01-14 16:41+0100\n" +"PO-Revision-Date: 2017-03-26 21:53+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" "Language: de\n" @@ -114,6 +114,10 @@ "You can specify multiple hosts for redundancy (use commas or spaces as " "delimiters)." msgstr "" +"Entfernte Gateways, mit optionalem Port und Protokoll, z. B ovpn.corp." +"com:1234:tcp).\n" +"Sie können zur Redundanz mehrere Rechner angeben, verwenden Sie Kommata oder " +"Leerzeichen als Trennung." #. i18n: ectx: property (text), widget (QLabel, labelConnectionType) #: openvpn.ui:46 @@ -500,7 +504,7 @@ #: openvpnadvanced.ui:237 #, kde-format msgid "Adaptive" -msgstr "" +msgstr "Adaptiv" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkUseTCP) #: openvpnadvanced.ui:247 @@ -538,7 +542,7 @@ #: openvpnadvanced.ui:271 #, kde-format msgid "Randomize remote hosts" -msgstr "" +msgstr "Entfernte Rechner zufällig auswählen" #. i18n: ectx: attribute (title), widget (QWidget, securityTab) #: openvpnadvanced.ui:292 @@ -575,12 +579,14 @@ "Set cipher key size to a custom value. If unspecified, it defaults to cipher-" "specific size." msgstr "" +"Setzt die Größe des Chiffrenschlüssels auf einen benutzerdefinierten Wert, " +"der Vorgabewert ist spezifisch für eine Chiffre." #. i18n: ectx: property (text), widget (QCheckBox, chkUseCustomCipherKey) #: openvpnadvanced.ui:345 #, kde-format msgid "Use custom size of cipher key:" -msgstr "" +msgstr "Benutzerdefinierte Größe des Chiffrenschlüssels verwenden:" #. i18n: ectx: property (text), widget (QLabel, label_4) #: openvpnadvanced.ui:375 @@ -737,10 +743,9 @@ #. i18n: ectx: property (toolTip), widget (QGroupBox, useExtraTlsAuth) #: openvpnadvanced.ui:569 -#, fuzzy, kde-format -#| msgid "Use additional TLS authentication" +#, kde-format msgid "Add an additional layer of HMAC authentication." -msgstr "Zusätzliche TLS-Authentifizierung verwenden" +msgstr "Zusätzliche HMAC-Authentifizierung verwenden" #. i18n: ectx: property (title), widget (QGroupBox, useExtraTlsAuth) #: openvpnadvanced.ui:572 diff -Nru plasma-nm-5.9.4/po/de/plasmanetworkmanagement_pptpui.po plasma-nm-5.9.5/po/de/plasmanetworkmanagement_pptpui.po --- plasma-nm-5.9.4/po/de/plasmanetworkmanagement_pptpui.po 2017-03-21 14:02:38.000000000 +0000 +++ plasma-nm-5.9.5/po/de/plasmanetworkmanagement_pptpui.po 2017-04-25 13:26:43.000000000 +0000 @@ -1,11 +1,11 @@ -# Burkhard Lück , 2013, 2014, 2015, 2016. +# Burkhard Lück , 2013, 2014, 2015, 2016, 2017. # Frederik Schwarzer , 2016. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:21+0100\n" -"PO-Revision-Date: 2016-06-10 21:11+0100\n" +"PO-Revision-Date: 2017-03-26 21:54+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" "Language: de\n" @@ -72,6 +72,11 @@ "enable this checkbox, select one or more of the MSCHAP authentication\n" "methods: MSCHAP or MSCHAPv2." msgstr "" +"Hinweis: MPPE-Verschlüsselung ist nur verfügbar mit MSCHAP-" +"Authentifizierungsmethoden\n" +"Um dieses Ankreuzfeld zu aktivieren, wählen Sie eine der MSCHAP-" +"Authentifizierungsmethoden:\n" +"MSCHAP oder MSCHAPv2." #. i18n: ectx: property (title), widget (QGroupBox, gb_MPPE) #: pptpadvanced.ui:91 @@ -116,6 +121,8 @@ msgid "" "Allow MPPE to use stateful mode. Stateless mode is still attempted first." msgstr "" +"Stateful-Modus (Zustandsorientiert) für MPPE erlauben. Es wird zuerst immer " +"der Stateless-Modus versucht." #. i18n: ectx: property (text), widget (QCheckBox, cb_statefulEncryption) #: pptpadvanced.ui:153 @@ -161,6 +168,8 @@ "transmit\n" " and the receive directions." msgstr "" +"TCP/IP-Header-Komprimierung nach Van Jacobson für Senden und Empfangen ein- " +"oder ausschalten." #. i18n: ectx: property (text), widget (QCheckBox, cb_TCPheaders) #: pptpadvanced.ui:205 @@ -179,6 +188,8 @@ #, kde-format msgid "Send LCP echo-requests to find out whether peer is alive." msgstr "" +"Sendet LCP-Echo-Anfragen, um festzustellen, ob die Gegenstelle erreichbar " +"ist." #. i18n: ectx: property (text), widget (QCheckBox, cb_sendEcho) #: pptpadvanced.ui:230 @@ -249,7 +260,7 @@ #, kde-format msgid "" "Set the name used for authenticating the local system to the peer to ." -msgstr "" +msgstr "Geben Sie den Namen des lokalen Rechner für die Authentisierung an." #. i18n: ectx: property (text), widget (QLabel, lbl_ntdomain) #: pptpprop.ui:165 diff -Nru plasma-nm-5.9.4/po/el/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/el/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/el/kde5-nm-connection-editor.po 2017-03-21 14:02:43.000000000 +0000 +++ plasma-nm-5.9.5/po/el/kde5-nm-connection-editor.po 2017-04-25 13:26:45.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2016-01-13 23:54+0200\n" "Last-Translator: Dimitris Kardarakos \n" "Language-Team: Greek \n" @@ -28,132 +28,132 @@ msgid "Your emails" msgstr "capoiosct@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Πληκτρολογήστε εδώ για αναζήτηση συνδέσεων..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Προσθήκη" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Υλικό" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Κινητή ευρυζωνική..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Ενσύρματο Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Ενσύρματο Ethernet (κοινόχρηστο)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (κοινόχρηστο)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Εισαγωγή VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Σύνδεση" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Αποσύνδεση" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Επεξεργασία..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Διαγραφή" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Εξαγωγή VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "κοινόχρηστη_σύνδεση" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Η σύνδεση %1 προστέθηκε" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Επιθυμείτε να αφαιρέσετε τη σύνδεση '%1';" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Αφαίρεση σύνδεσης" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Θέλετε να αφαιρέσετε τις ακόλουθες συνδέσεις: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Αφαίρεση συνδέσεων" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Εισαγωγή της σύνδεσης VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -162,17 +162,17 @@ "Η εισαγωγή της σύνδεσης VPN %1 απέτυχε\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Η εξαγωγή δεν υποστηρίζεται για αυτόν τον τύπο VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Εξαγωγή σύνδεσης VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -181,7 +181,7 @@ "Η εξαγωγή της σύνδεσης VPN %1 απέτυχε\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "Η σύνδεση VPN %1 εξήχθη επιτυχώς" diff -Nru plasma-nm-5.9.4/po/el/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/el/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/el/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:43.000000000 +0000 +++ plasma-nm-5.9.5/po/el/plasmanetworkmanagement-kcm.po 2017-04-25 13:26:45.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-19 19:33+0200\n" "Last-Translator: Dimitris Kardarakos \n" "Language-Team: Greek \n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "my_shared_connection" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Εξαγωγή σύνδεσης VPN" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Εισαγωγή σύνδεσης VPN" diff -Nru plasma-nm-5.9.4/po/el/plasmanetworkmanagement_openvpnui.po plasma-nm-5.9.5/po/el/plasmanetworkmanagement_openvpnui.po --- plasma-nm-5.9.4/po/el/plasmanetworkmanagement_openvpnui.po 2017-03-21 14:02:43.000000000 +0000 +++ plasma-nm-5.9.5/po/el/plasmanetworkmanagement_openvpnui.po 2017-04-25 13:26:45.000000000 +0000 @@ -2,13 +2,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Antonis Geralis , 2013. -# Dimitris Kardarakos , 2014, 2015, 2016. +# Dimitris Kardarakos , 2014, 2015, 2016, 2017. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-01-11 03:57+0100\n" -"PO-Revision-Date: 2016-12-21 12:15+0200\n" +"PO-Revision-Date: 2017-03-24 14:44+0200\n" "Last-Translator: Dimitris Kardarakos \n" "Language-Team: Greek \n" "Language: el\n" diff -Nru plasma-nm-5.9.4/po/en_GB/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/en_GB/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/en_GB/kde5-nm-connection-editor.po 2017-03-21 14:02:39.000000000 +0000 +++ plasma-nm-5.9.5/po/en_GB/kde5-nm-connection-editor.po 2017-04-25 13:26:20.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-01 16:23+0100\n" "Last-Translator: Stephen Allewell\n" "Language-Team: British English \n" @@ -27,132 +27,132 @@ msgid "Your emails" msgstr "steve.allewell@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Type here to search connections..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Add" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardware" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobile Broadband..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Wired Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Wired Ethernet (shared)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (shared)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Import VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Connect" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Disconnect" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Edit..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Delete" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Export VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "my_shared_connection" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Connection %1 has been added" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Do you want to remove the connection '%1'?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Remove Connection" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Do you want to remove the following connections: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Remove Connections" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Import VPN Connection" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -161,17 +161,17 @@ "Importing VPN connection %1 failed\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Export is not supported by this VPN type" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Export VPN Connection" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -180,7 +180,7 @@ "Exporting VPN connection %1 failed\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN connection %1 exported successfully" diff -Nru plasma-nm-5.9.4/po/en_GB/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/en_GB/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/en_GB/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:39.000000000 +0000 +++ plasma-nm-5.9.5/po/en_GB/plasmanetworkmanagement-kcm.po 2017-04-25 13:26:20.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-15 12:12+0000\n" "Last-Translator: Steve Allewell \n" "Language-Team: English \n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "my_shared_connection" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Export VPN Connection" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Import VPN Connection" diff -Nru plasma-nm-5.9.4/po/es/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/es/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/es/kde5-nm-connection-editor.po 2017-03-21 14:02:40.000000000 +0000 +++ plasma-nm-5.9.5/po/es/kde5-nm-connection-editor.po 2017-04-25 13:27:04.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kde5-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-07-28 23:07+0200\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" @@ -29,132 +29,132 @@ msgid "Your emails" msgstr "ecuadra@eloihr.net" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Escriba aquí para buscar conexiones..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Añadir" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardware" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Banda ancha móvil..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Ethernet cableada" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Ethernet cableada (compartida)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (compartida)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importar VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Conectar" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Desconectar" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Editar..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Borrar" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Exportar VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "my_shared_connection" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Se ha añadido la conexión %1" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "¿Desea eliminar la conexión «%1»?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Eliminar conexión" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "¿Desea eliminar las siguientes conexiones?: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Eliminar conexiones" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importar conexión VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -163,17 +163,17 @@ "Ha fallado la importación VPN de %1\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "No se permite exportar este tipo de VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Exportar conexión VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -182,7 +182,7 @@ "Ha fallado la exportación VPN de %1\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "Conexión VPN %1 exportada con éxito" diff -Nru plasma-nm-5.9.4/po/es/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/es/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/es/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:40.000000000 +0000 +++ plasma-nm-5.9.5/po/es/plasmanetworkmanagement-kcm.po 2017-04-25 13:27:04.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: plasmanetworkmanagement-kcm\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-13 17:17+0100\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" @@ -20,17 +20,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "mi_conexión_compartida" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Exportar conexión VPN" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Importar conexión VPN" diff -Nru plasma-nm-5.9.4/po/et/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/et/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/et/kde5-nm-connection-editor.po 2017-03-21 14:02:41.000000000 +0000 +++ plasma-nm-5.9.5/po/et/kde5-nm-connection-editor.po 2017-04-25 13:27:11.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2016-01-10 19:28+0200\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -27,132 +27,132 @@ msgid "Your emails" msgstr "qiilaq69@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Kirjuta siia ühenduste otsimiseks ..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Lisa" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Riistvara" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobiiliühendus..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Juhtmega Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Juhtmega Ethernet (jagatud)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (jagatud)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Impordi VPN ..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Ühenda" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Katkesta ühendus" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Muuda..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Kustuta" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Ekspordi VPN ..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "my_shared_connection" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Lisati ühendus %1" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Kas eemaldada ühendus \"%1\"?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Ühenduse eemaldamine" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Kas eemaldada järgmised ühendused: %1?" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Ühenduste eemaldamine" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "VPN-ühenduse import" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -161,17 +161,17 @@ "VPN-ühenduse %1 import nurjus\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "See VPN-i tüüp ei toeta eksportimist" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "VPN-ühenduse eksport" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -180,7 +180,7 @@ "VPN-ühenduse %1 eksport nurjus\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN-ühendus %1 eksporditi edukalt" diff -Nru plasma-nm-5.9.4/po/fi/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/fi/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/fi/kde5-nm-connection-editor.po 2017-03-21 14:02:42.000000000 +0000 +++ plasma-nm-5.9.5/po/fi/kde5-nm-connection-editor.po 2017-04-25 13:27:17.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-01 12:56+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" @@ -27,132 +27,132 @@ msgid "Your emails" msgstr "lasse.liehu@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Etsi yhteyksiä kirjoittamalla tähän…" -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Lisää" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Laitteisto" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobiililaajakaista…" -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Kiinteä Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Kiinteä Ethernet (jaettu)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (jaettu)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Tuo VPN-yhteys…" -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Yhdistä" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Katkaise yhteys" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Muokkaa…" -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Poista" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Vie VPN-yhteys…" -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "oma_jaettu_yhteys" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Yhteys %1 on lisätty" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Haluatko poistaa yhteyden ”%1”?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Poista yhteys" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Haluatko poistaa seuraavat yhteydet: %1?" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Poista yhteydet" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Tuo VPN-yhteys" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -161,17 +161,17 @@ "VPN-yhteyden %1 tuonti epäonnistui\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Vientiä ei tueta tälle VPN-tyypille" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Vie VPN-yhteys" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -180,7 +180,7 @@ "VPN-yhteyden %1 vienti epäonnistui\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN-yhteyden %1 vienti onnistui" diff -Nru plasma-nm-5.9.4/po/fi/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/fi/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/fi/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:42.000000000 +0000 +++ plasma-nm-5.9.5/po/fi/plasmanetworkmanagement-kcm.po 2017-04-25 13:27:17.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-13 23:55+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "oma_jaettu_yhteys" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Vie VPN-yhteys" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Tuo VPN-yhteys" diff -Nru plasma-nm-5.9.4/po/fr/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/fr/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/fr/kde5-nm-connection-editor.po 2017-03-21 14:02:42.000000000 +0000 +++ plasma-nm-5.9.5/po/fr/kde5-nm-connection-editor.po 2017-04-25 13:27:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-29 10:09+0200\n" "Last-Translator: Thomas Vergnaud \n" "Language-Team: French \n" @@ -30,132 +30,132 @@ msgid "Your emails" msgstr "thomas.vergnaud@gmx.fr" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Tapez ici pour rechercher des connexions…" -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Ajouter" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Matériel" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Haut débit mobile…" -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Ethernet filaire" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Ethernet filaire (partagé)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wifi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wifi (partagé)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importer le VPN…" -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Connecter" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Déconnecter" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Éditer…" -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Supprimer" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Exporter le VPN…" -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "ma_connexion_partagée" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "La connexion %1 a été ajoutée" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Voulez-vous supprimer la connexion « %1 » ?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Supprimer la connexion" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Voulez-vous supprimer la connexion suivante : %1 ?" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Supprimer les connexions" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importer une connexion VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -164,17 +164,17 @@ "L'importation de la connexion VPN %1 a échoué\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "L'exportation n'est pas prise en charge par ce type de VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Exporter la connexion VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -183,7 +183,7 @@ "L'exportation de la connexion VPN %1 a échoué\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "Connexion VPN %1 exportée avec succès" diff -Nru plasma-nm-5.9.4/po/gl/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/gl/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/gl/kde5-nm-connection-editor.po 2017-03-21 14:02:44.000000000 +0000 +++ plasma-nm-5.9.5/po/gl/kde5-nm-connection-editor.po 2017-04-25 13:27:27.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-03 07:58+0200\n" "Last-Translator: Adrián Chaves Fernández (Gallaecio) \n" @@ -28,132 +28,132 @@ msgid "Your emails" msgstr "adriyetichaves@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Escriba aquí para buscar conexións…" -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Engadir" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardware" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Banda larga móbil…" -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Ethernet con fíos" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Ethernet con fíos (compartida)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Sen fíos" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Sen fíos (compartida)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importar unha VPN…" -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Conectar" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Desconectar" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Editar…" -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Eliminar" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Exportar a VPN…" -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "conexion_compartida" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Engadiuse a conexión «%1»." -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Quere eliminar a conexión «%1»?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Eliminar a conexión" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Quere eliminar as seguintes conexións: %1?" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Eliminar as conexións" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importar unha conexión de VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -162,17 +162,17 @@ "Non foi posíbel importar a conexión de VPN «%1».\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Este tipo de VPN non permite exportar." -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Exportar a conexión de VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -181,7 +181,7 @@ "Non foi posíbel exportar a conexión de VPN «%1».\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "Exportouse a conexión de VPN «%1»." diff -Nru plasma-nm-5.9.4/po/he/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/he/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/he/kde5-nm-connection-editor.po 2017-03-21 14:02:45.000000000 +0000 +++ plasma-nm-5.9.5/po/he/kde5-nm-connection-editor.po 2017-04-25 13:27:29.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2016-09-18 22:07+0200\n" "Last-Translator: Elkana Bardugo \n" "Language-Team: Hebrew \n" @@ -27,132 +27,132 @@ msgid "Your emails" msgstr "ttv200@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "הקלד כאן כדי לחפש חיבורים..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "הוסף" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "חומרה" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "" -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "כבל אנטרנט" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "כבל אנטרנט (משותף)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "אינטרנט אלחוטי" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "אינטרנט אלחוטי (משותף)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "ייבא VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "התחבר" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "התנתק" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "ערוך..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "מחק" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "יצא VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "החיבור_המשותף_שלי" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "החיבור %1 נוסף" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "להסיר אתה החיבור '%1'?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "הסר חיבור" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "להסיר את החיבורים הבאים? : %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "הסר חיבורים" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "יבא חיבור VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -161,17 +161,17 @@ "ייבוא חיבור ה־VPN בשם %1 נכשל\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "ייצוא לא נתמך על ידי סוג VPN זה" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "ייצוא חיבור VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -180,7 +180,7 @@ "ייצוא חיבור ה־VPN בשם %1 נכשל\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "חיבור ה־VPN בשם %1 ייוצא בהצלחה" diff -Nru plasma-nm-5.9.4/po/hu/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/hu/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/hu/kde5-nm-connection-editor.po 2017-03-21 14:02:47.000000000 +0000 +++ plasma-nm-5.9.5/po/hu/kde5-nm-connection-editor.po 2017-04-25 13:27:40.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-03-26 12:35+0100\n" "Last-Translator: Kristóf Kiszel \n" "Language-Team: Hungarian \n" @@ -28,134 +28,134 @@ msgid "Your emails" msgstr "ulysses@kubuntu.org,urbalazs@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Írja be a keresendő kapcsolatot…" -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Hozzáadás" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardver" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobil széles sáv…" -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Vezetékes Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Vezetékes Ethernet (megosztott)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (megosztott)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "VPN importálása…" -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Kapcsolódás" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Kapcsolat bontása" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Szerkesztés…" -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Törlés" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "VPN exportálása…" -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "my_shared_connection" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "A(z) %1 kapcsolat sikeresen hozzáadva" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "El szeretné távolítani a(z) „%1” kapcsolatot?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Kapcsolat eltávolítása" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Do you want to remove the connection '%1'?" msgid "Do you want to remove the following connections: %1" msgstr "El szeretné távolítani a(z) „%1” kapcsolatot?" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Remove Connection" msgid "Remove Connections" msgstr "Kapcsolat eltávolítása" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "VPN kapcsolat importálása" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -164,17 +164,17 @@ "A(z) %1 VPN kapcsolat importálása nem sikerült\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Ez a VPN típus nem támogatja az exportálást" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "VPN kapcsolat exportálása" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -183,7 +183,7 @@ "A(z) %1 VPN kapcsolat exportálása nem sikerült\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "A(z) %1 VPN kapcsolat sikeresen exportálva" diff -Nru plasma-nm-5.9.4/po/ia/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/ia/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/ia/kde5-nm-connection-editor.po 2017-03-21 14:02:47.000000000 +0000 +++ plasma-nm-5.9.5/po/ia/kde5-nm-connection-editor.po 2017-04-25 13:27:38.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2014-07-25 14:44+0200\n" "Last-Translator: Giovanni Sora \n" "Language-Team: Interlingua \n" @@ -27,157 +27,157 @@ msgid "Your emails" msgstr "g.sora@tiscali.it" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "" -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Adde" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardware" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Banda large mobile..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "" -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Connecte" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Disconnecte" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Edita ..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Dele" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Exporta VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Remove connexion" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Remove Connection" msgid "Remove Connections" msgstr "Remove connexion" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" "%2" msgstr "" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" "%2" msgstr "" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "" diff -Nru plasma-nm-5.9.4/po/it/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/it/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/it/kde5-nm-connection-editor.po 2017-03-21 14:02:49.000000000 +0000 +++ plasma-nm-5.9.5/po/it/kde5-nm-connection-editor.po 2017-04-25 13:27:44.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kde-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-01 21:15+0200\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian \n" @@ -27,132 +27,132 @@ msgid "Your emails" msgstr "smart2128@baslug.org" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Digita qui per cercare le connessioni..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Aggiungi" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardware" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Banda larga mobile..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Ethernet cablata" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Ethernet cablata (condivisa)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (condivisa)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importa VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Connetti" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Disconnetti" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Modifica..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Elimina" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Esporta VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "la_mia_connessione_condivisa" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "La connessione %1 è stata aggiunta" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Vuoi rimuovere la connessione «%1»?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Rimuovi connessione" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Vuoi rimuovere le seguenti connessioni: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Rimuovi connessioni" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importa connessione VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -161,17 +161,17 @@ "L'importazione della connessione VPN %1 non è riuscita\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "L'esportazione non è supportata per questo tipo di VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Esporta connessione VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -180,7 +180,7 @@ "L'esportazione della connessione VPN %1 non è riuscita\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "La connessione VPN %1 è stata esportata correttamente" diff -Nru plasma-nm-5.9.4/po/it/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/it/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/it/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:49.000000000 +0000 +++ plasma-nm-5.9.5/po/it/plasmanetworkmanagement-kcm.po 2017-04-25 13:27:44.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasmanetworkmanagement-kcm\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-12 12:07+0100\n" "Last-Translator: \n" "Language-Team: Italian \n" @@ -18,17 +18,17 @@ "X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "mia_connessione_condivisa" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Esporta connessione VPN" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Importa connessione VPN" diff -Nru plasma-nm-5.9.4/po/it/plasmanetworkmanagement_openvpnui.po plasma-nm-5.9.5/po/it/plasmanetworkmanagement_openvpnui.po --- plasma-nm-5.9.4/po/it/plasmanetworkmanagement_openvpnui.po 2017-03-21 14:02:49.000000000 +0000 +++ plasma-nm-5.9.5/po/it/plasmanetworkmanagement_openvpnui.po 2017-04-25 13:27:44.000000000 +0000 @@ -1,14 +1,14 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the plasma-nm package. -# Vincenzo Reale , 2014. +# Vincenzo Reale , 2014, 2017. # msgid "" msgstr "" "Project-Id-Version: plasmanetworkmanagement_openvpnui\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-01-11 03:57+0100\n" -"PO-Revision-Date: 2016-08-26 15:00+0200\n" -"Last-Translator: Vincenzo Reale \n" +"PO-Revision-Date: 2017-04-13 21:22+0200\n" +"Last-Translator: Vincenzo Reale\n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" @@ -413,8 +413,8 @@ "Take the TUN device MTU to be the specified value and derive the link MTU " "from it." msgstr "" -"Configura lo MTU del dispositivo TUN con il valore specificato e ricava il " -"valore di MTU del collegamento da esso." +"Specifica il valore dello MTU del dispositivo TUN e ricava lo MTU del " +"collegamento da esso." #. i18n: ectx: property (text), widget (QLabel, label_9) #: openvpnadvanced.ui:89 diff -Nru plasma-nm-5.9.4/po/it/plasmanetworkmanagement_sstpui.po plasma-nm-5.9.5/po/it/plasmanetworkmanagement_sstpui.po --- plasma-nm-5.9.4/po/it/plasmanetworkmanagement_sstpui.po 2017-03-21 14:02:49.000000000 +0000 +++ plasma-nm-5.9.5/po/it/plasmanetworkmanagement_sstpui.po 2017-04-25 13:27:44.000000000 +0000 @@ -7,8 +7,8 @@ "Project-Id-Version: plasmanetworkmanagement_pptpui\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:21+0100\n" -"PO-Revision-Date: 2015-09-03 19:56+0200\n" -"Last-Translator: Vincenzo Reale \n" +"PO-Revision-Date: 2017-04-23 15:53+0200\n" +"Last-Translator: Vincenzo Reale\n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" @@ -142,7 +142,7 @@ #: sstpadvanced.ui:234 #, kde-format msgid "Send PPP echo packets " -msgstr "Invia pacchetti echo PPP" +msgstr "Invia pacchetti echo PPP " #. i18n: ectx: property (title), widget (QGroupBox, grp_misc) #: sstpadvanced.ui:244 @@ -154,7 +154,7 @@ #: sstpadvanced.ui:252 #, kde-format msgid "Use custom unit number:" -msgstr "Usa unità personalizzate" +msgstr "Usa unità personalizzate:" #. i18n: ectx: attribute (title), widget (QWidget, proxyTab) #: sstpadvanced.ui:285 diff -Nru plasma-nm-5.9.4/po/it/plasmanetworkmanagement_strongswanui.po plasma-nm-5.9.5/po/it/plasmanetworkmanagement_strongswanui.po --- plasma-nm-5.9.4/po/it/plasmanetworkmanagement_strongswanui.po 2017-03-21 14:02:49.000000000 +0000 +++ plasma-nm-5.9.5/po/it/plasmanetworkmanagement_strongswanui.po 2017-04-25 13:27:44.000000000 +0000 @@ -7,8 +7,8 @@ "Project-Id-Version: plasmanetworkmanagement_strongswanui\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:21+0100\n" -"PO-Revision-Date: 2015-09-03 19:56+0200\n" -"Last-Translator: Vincenzo Reale \n" +"PO-Revision-Date: 2017-04-23 15:52+0200\n" +"Last-Translator: Vincenzo Reale\n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" @@ -56,7 +56,7 @@ #: strongswanprop.ui:20 #, kde-format msgid "Gateway" -msgstr " " +msgstr "Gateway" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: strongswanprop.ui:29 diff -Nru plasma-nm-5.9.4/po/ja/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/ja/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/ja/kde5-nm-connection-editor.po 2017-03-21 14:02:49.000000000 +0000 +++ plasma-nm-5.9.5/po/ja/kde5-nm-connection-editor.po 2017-04-25 13:27:46.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kde5-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2013-04-09 02:51-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" @@ -24,156 +24,156 @@ msgid "Your emails" msgstr "" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "" -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "" -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "" -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "" -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "" -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" "%2" msgstr "" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" "%2" msgstr "" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "" diff -Nru plasma-nm-5.9.4/po/ja/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/ja/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/ja/plasmanetworkmanagement-kcm.po 1970-01-01 00:00:00.000000000 +0000 +++ plasma-nm-5.9.5/po/ja/plasmanetworkmanagement-kcm.po 2017-04-25 13:27:46.000000000 +0000 @@ -0,0 +1,90 @@ +msgid "" +msgstr "" +"Project-Id-Version: plasmanetworkmanagement-kcm\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" +"PO-Revision-Date: 2017-01-08 21:46-0800\n" +"Last-Translator: Japanese KDE translation team \n" +"Language-Team: Japanese \n" +"Language: \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-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" + +#: kcm.cpp:303 +#, kde-format +msgid "my_shared_connection" +msgstr "" + +#: kcm.cpp:357 +#, kde-format +msgid "Export VPN Connection" +msgstr "" + +#: kcm.cpp:458 +#, kde-format +msgid "Import VPN Connection" +msgstr "" + +#: qml/ConnectionItem.qml:112 +msgid "Connect" +msgstr "" + +#: qml/ConnectionItem.qml:112 +msgid "Disconnect" +msgstr "" + +#: qml/ConnectionItem.qml:125 +msgid "Delete" +msgstr "" + +#: qml/ConnectionItem.qml:135 +msgid "Export" +msgstr "" + +#: qml/ConnectionItem.qml:160 +msgid "Connected" +msgstr "" + +#: qml/ConnectionItem.qml:162 +msgid "Connecting" +msgstr "" + +#: qml/Dialog.qml:31 +msgid "Choose a connection type" +msgstr "" + +#: qml/Dialog.qml:174 +msgid "Create" +msgstr "" + +#: qml/Dialog.qml:184 +msgid "Close" +msgstr "" + +#: qml/main.qml:68 +msgid "Type here to search connections..." +msgstr "" + +#: qml/main.qml:132 +msgid "Add new connection" +msgstr "" + +#: qml/main.qml:144 +msgid "Remove selected connection" +msgstr "" + +#: qml/main.qml:158 +msgid "Export selected connection" +msgstr "" + +#: qml/main.qml:174 +msgid "Remove connection" +msgstr "" + +#: qml/main.qml:175 +msgid "Do you want to remove the connection '%1'" +msgstr "" \ No newline at end of file diff -Nru plasma-nm-5.9.4/po/ko/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/ko/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/ko/kde5-nm-connection-editor.po 2017-03-21 14:02:51.000000000 +0000 +++ plasma-nm-5.9.5/po/ko/kde5-nm-connection-editor.po 2017-04-25 13:27:51.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-10-17 21:16+0200\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" @@ -27,132 +27,132 @@ msgid "Your emails" msgstr "kde@peremen.name" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "연결을 검색하려면 입력하십시오..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "추가" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "하드웨어" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "인피니밴드" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "모바일 광대역..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "유선 이더넷" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "유선 이더넷(공유됨)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi(공유됨)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "VPN 가져오기..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "연결" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "연결 해제" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "편집..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "삭제" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "VPN 내보내기..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "my_shared_connection" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "연결 %1이(가) 추가됨" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "연결 '%1'을(를) 삭제하시겠습니까?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "연결 삭제" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "다음 연결을 삭제하시겠습니까? %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "연결 삭제" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "VPN 연결 가져오기" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -161,17 +161,17 @@ "VPN 연결 %1을(를) 가져올 수 없음\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "이 VPN 형식을 내보낼 수 없음" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "VPN 연결 내보내기" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -180,7 +180,7 @@ "VPN 연결 %1을(를) 내보낼 수 없음\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN 연결 %1을(를) 내보냄" diff -Nru plasma-nm-5.9.4/po/ko/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/ko/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/ko/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:51.000000000 +0000 +++ plasma-nm-5.9.5/po/ko/plasmanetworkmanagement-kcm.po 2017-04-25 13:27:51.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-22 20:25+0100\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "my_shared_connection" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "VPN 연결 내보내기" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "VPN 연결 가져오기" diff -Nru plasma-nm-5.9.4/po/lt/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/lt/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/lt/kde5-nm-connection-editor.po 2017-03-21 14:02:52.000000000 +0000 +++ plasma-nm-5.9.5/po/lt/kde5-nm-connection-editor.po 2017-04-25 13:27:53.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-12-29 21:11+0200\n" "Last-Translator: Mindaugas Baranauskas \n" "Language-Team: lt \n" @@ -31,134 +31,134 @@ msgid "Your emails" msgstr "liudas@akmc.lt" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Rašykite čia ryšių paieškai..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Pridėti" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Kompiuterinė įranga" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobilusis plačiajuostis ryšys..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Laidinis eternetas" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Laidinis eternetas (bendrinamas)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (bendrinamas)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importuoti VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Prisijungti" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Atsijungti" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Keisti..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Trinti" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Eksportuoti VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "mano_bendrinamas_ryšys" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Ryšys %1 buvo pridėtas" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Ar norite pašalinti ryšį „%1“?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Pašalinti ryšį" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Do you want to remove the connection '%1'?" msgid "Do you want to remove the following connections: %1" msgstr "Ar norite pašalinti ryšį „%1“?" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Remove Connection" msgid "Remove Connections" msgstr "Pašalinti ryšį" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importuoti VPN ryšį" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -167,17 +167,17 @@ "VPN ryšio %1 importas nepavyko\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Šis VPN tipas nepalaiko eksporto" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Eksportuoti VPN ryšį" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -186,7 +186,7 @@ "VPN ryšio %1 eksportas nepavyko\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN ryšys %1 sėkmingai eksportuotas" diff -Nru plasma-nm-5.9.4/po/mr/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/mr/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/mr/kde5-nm-connection-editor.po 2017-03-21 14:02:54.000000000 +0000 +++ plasma-nm-5.9.5/po/mr/kde5-nm-connection-editor.po 2017-04-25 13:27:57.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2013-03-30 16:51+0530\n" "Last-Translator: Chetan Khona \n" "Language-Team: Marathi \n" @@ -27,169 +27,169 @@ msgid "Your emails" msgstr "chetan@kompkin.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, fuzzy, kde-format #| msgid "Edit connection" msgid "Type here to search connections..." msgstr "जुळवणी संपादन" -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "जोडा" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "हार्डवेअर" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, fuzzy, kde-format #| msgid "Mobile Broadband" msgid "Mobile Broadband..." msgstr "मोबाईल ब्रॉडबैंड" -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, fuzzy, kde-format #| msgid "Wireless" msgid "Wired Ethernet (shared)" msgstr "वायरलेस" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, fuzzy, kde-format #| msgid "Wireless" msgid "Wi-Fi (shared)" msgstr "वायरलेस" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "" -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, fuzzy, kde-format #| msgid "Connection" msgid "Connect" msgstr "जुळवणी" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, fuzzy, kde-format #| msgid "Edit connection" msgid "Disconnect" msgstr "जुळवणी संपादन" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, fuzzy, kde-format #| msgid "&Edit" msgid "Edit..." msgstr "संपादन (&E)" -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, fuzzy, kde-format #| msgid "&Delete" msgid "Delete" msgstr "काढून टाका (&D)" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "" -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, fuzzy, kde-format #| msgid "Edit connection" msgid "my_shared_connection" msgstr "जुळवणी संपादन" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, fuzzy, kde-format #| msgid "Connection &name:" msgid "Connection %1 has been added" msgstr "जुळवणी नाव (&N):" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "जुळवणी तोडा" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Remove Connection" msgid "Remove Connections" msgstr "जुळवणी तोडा" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, fuzzy, kde-format #| msgid "Remove Connection" msgid "Import VPN Connection" msgstr "जुळवणी तोडा" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" "%2" msgstr "" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, fuzzy, kde-format #| msgid "Edit connection" msgid "Export VPN Connection" msgstr "जुळवणी संपादन" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" "%2" msgstr "" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "" diff -Nru plasma-nm-5.9.4/po/nds/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/nds/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/nds/kde5-nm-connection-editor.po 2017-03-21 14:02:56.000000000 +0000 +++ plasma-nm-5.9.5/po/nds/kde5-nm-connection-editor.po 2017-04-25 13:28:02.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2014-09-18 16:03+0200\n" "Last-Translator: Sönke Dibbern \n" "Language-Team: Low Saxon \n" @@ -27,134 +27,134 @@ msgid "Your emails" msgstr "s_dibbern@web.de" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Hier wat ingeven, wenn Du na Verbinnen söken wullt..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Tofögen" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardware" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobil Breedband..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Kavelnettwark" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Kavelnettwark (deelt)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Funk" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Funk (deelt)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "VPN importeren..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Tokoppeln" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Afkoppeln" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Bewerken..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Wegdoon" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "VPN exporteren..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "nieg_deelt_verbinnen" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Verbinnen „%1“ wöör toföögt" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Wullt Du de Verbinnen „%1“ wegmaken?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Verbinnen wegmaken" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Do you want to remove the connection '%1'?" msgid "Do you want to remove the following connections: %1" msgstr "Wullt Du de Verbinnen „%1“ wegmaken?" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Remove Connection" msgid "Remove Connections" msgstr "Verbinnen wegmaken" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "VPN-Verbinnen importeren" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -163,17 +163,17 @@ "Importeren vun de VPN-Verbinnen „%1“ fehlslaan\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Exporteren warrt för dissen VPN-Typ nich ünnerstütt" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "VPN-Verbinnen exporteren" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -182,7 +182,7 @@ "Exporteren vun de VPN-Verbinnen „%1“ fehlslaan\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN-Verbinnen „%1“ mit Spood exporteert" diff -Nru plasma-nm-5.9.4/po/nl/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/nl/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/nl/kde5-nm-connection-editor.po 2017-03-21 14:02:56.000000000 +0000 +++ plasma-nm-5.9.5/po/nl/kde5-nm-connection-editor.po 2017-04-25 13:28:06.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-07-28 16:51+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" @@ -27,132 +27,132 @@ msgid "Your emails" msgstr "freekdekruijf@kde.nl" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Hier invoeren om verbindingen te zoeken..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Toevoegen" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardware" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobiel breedband..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Ethernet via kabel" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Via kabel (gedeeld)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (gedeeld)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "VPN importeren..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Verbinden" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Verbinding verbreken" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Bewerken..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Verwijderen" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "VPN exporteren..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "mijn_gedeelde_verbinding" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Verbinding %1 is toegevoegd" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Wilt u de verbinding '%1 verwijderen?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Verbinding verwijderen" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Wilt u de volgende verbindingen verwijderen: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Verbindingen verwijderen" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "VPN-verbinding importeren" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -161,17 +161,17 @@ "Importeren van VPN-verbinding %1 is mislukt\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Exporteren wordt niet ondersteund voor dit type VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "VPN-verbinding exporteren" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -180,7 +180,7 @@ "Exporteren van VPN-verbinding %1 is mislukt\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN-verbinding %1 met succes geëxporteerd" diff -Nru plasma-nm-5.9.4/po/nl/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/nl/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/nl/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:56.000000000 +0000 +++ plasma-nm-5.9.5/po/nl/plasmanetworkmanagement-kcm.po 2017-04-25 13:28:06.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-11 11:30+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.5\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "mijn_gedeelde_verbinding" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "VPN-verbinding exporteren" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "VPN-verbinding importeren" diff -Nru plasma-nm-5.9.4/po/pa/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/pa/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/pa/kde5-nm-connection-editor.po 2017-03-21 14:02:58.000000000 +0000 +++ plasma-nm-5.9.5/po/pa/kde5-nm-connection-editor.po 2017-04-25 13:28:10.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-02-01 03:21-0600\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi/Panjabi \n" @@ -27,157 +27,157 @@ msgid "Your emails" msgstr "aalam@users.sf.net" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "" -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "ਸ਼ਾਮਿਲ" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "ਹਾਰਡਵੇਅਰ" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "ਇੰਫੀਬੈਂਡ" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "ਮੋਬਾਇਲ ਬਰਾਡਬੈਂਡ..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "" -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "" -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "" -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Connection" msgid "Remove Connections" msgstr "ਕਨੈਕਸ਼ਨ" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" "%2" msgstr "" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" "%2" msgstr "" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "" diff -Nru plasma-nm-5.9.4/po/pl/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/pl/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/pl/kde5-nm-connection-editor.po 2017-03-21 14:03:00.000000000 +0000 +++ plasma-nm-5.9.5/po/pl/kde5-nm-connection-editor.po 2017-04-25 13:28:15.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-08 20:51+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" @@ -28,132 +28,132 @@ msgid "Your emails" msgstr "lukasz.wojnilowicz@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Wpisz tutaj, aby znaleźć połączenia..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Dodaj" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Sprzętowe" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Komórkowe szerokopasmowe..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Przewodowe Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Przewodowe Ethernet (współdzielone)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (współdzielone)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importuj VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Połącz" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Rozłącz" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Edytuj..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Usuń" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Eksportuj VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "moje_wspoldzielone_polaczenie" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Połączenie %1 zostało dodane" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Czy chcesz usunąć połączenie '%1?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Usuń połączenie" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Czy chcesz usunąć następujące połączenia: '%1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Usuń połączenia" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importuj połączenie VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -162,17 +162,17 @@ "Nieudane importowanie połączenia VPN %1\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Eksportowanie nie jest obsługiwane dla tego rodzaju VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Eksportuj połączenie VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -181,7 +181,7 @@ "Nieudane eksportowanie połączenia VPN %1\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "Pomyślnie wyeksportowano połączenie VPN %1" diff -Nru plasma-nm-5.9.4/po/pl/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/pl/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/pl/plasmanetworkmanagement-kcm.po 2017-03-21 14:03:00.000000000 +0000 +++ plasma-nm-5.9.5/po/pl/plasmanetworkmanagement-kcm.po 2017-04-25 13:28:15.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-03-04 06:35+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" @@ -18,17 +18,17 @@ "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "moje_wspoldzielone_polaczenie" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Eksportuj połączenie VPN" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Importuj połączenie VPN" diff -Nru plasma-nm-5.9.4/po/pl/plasmanetworkmanagement-libs.po plasma-nm-5.9.5/po/pl/plasmanetworkmanagement-libs.po --- plasma-nm-5.9.4/po/pl/plasmanetworkmanagement-libs.po 2017-03-21 14:03:00.000000000 +0000 +++ plasma-nm-5.9.5/po/pl/plasmanetworkmanagement-libs.po 2017-04-25 13:28:15.000000000 +0000 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-02-23 07:26+0100\n" -"PO-Revision-Date: 2017-01-29 08:10+0100\n" +"PO-Revision-Date: 2017-04-22 07:55+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" "Language: pl\n" @@ -1986,22 +1986,22 @@ #: editor/widgets/passwordfield.cpp:55 #, kde-format msgid "Store password for this user only (encrypted)" -msgstr "Zachowaj hasło tylko dla tego użytkownika (z szyfrowaniem)" +msgstr "Zachowaj tylko dla tego użytkownika (szyfrowane)" #: editor/widgets/passwordfield.cpp:56 #, kde-format msgid "Store password for all users (not encrypted)" -msgstr "Zachowaj hasło dla wszystkich użytkowników (nieszyfrowane)" +msgstr "Zachowaj dla wszystkich użytkowników (nieszyfrowane)" #: editor/widgets/passwordfield.cpp:57 #, kde-format msgid "Ask for this password every time" -msgstr "Pytaj o to hasło za każdym razem" +msgstr "Pytaj za każdym razem" #: editor/widgets/passwordfield.cpp:102 #, kde-format msgid "This password is not required" -msgstr "To hasło nie jest wymagane" +msgstr "Hasło nie jest wymagane" #: editor/widgets/ssidcombobox.cpp:139 #, kde-format diff -Nru plasma-nm-5.9.4/po/pt/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/pt/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/pt/kde5-nm-connection-editor.po 2017-03-21 14:02:59.000000000 +0000 +++ plasma-nm-5.9.5/po/pt/kde5-nm-connection-editor.po 2017-04-25 13:28:35.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kde-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-07-28 15:58+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" @@ -32,132 +32,132 @@ msgid "Your emails" msgstr "zepires@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Escreva aqui para procurar ligações..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Adicionar" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "'Hardware'" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Banda-Larga Móvel..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Ethernet com Fios" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Ethernet com Fios (partilhada)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (partilhada)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importar uma VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Ligar" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Desligar" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Editar..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Apagar" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Exportar a VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "minha_ligação_partilhada" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Foi adicionada a ligação %1" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Deseja remover a ligação '%1'?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Remover a Ligação" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Deseja remover as seguintes ligações: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Remover as Ligações" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importar uma Ligação VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -166,17 +166,17 @@ "A importação da ligação VPN %1 foi mal-sucedida\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "A exportação não é suportada por este tipo de VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Exportar a Ligação VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -185,7 +185,7 @@ "A exportação da ligação VPN %1 foi mal-sucedida\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "A ligação VPN %1 foi exportada com sucesso" diff -Nru plasma-nm-5.9.4/po/pt/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/pt/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/pt/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:59.000000000 +0000 +++ plasma-nm-5.9.5/po/pt/plasmanetworkmanagement-kcm.po 2017-04-25 13:28:35.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: plasmanetworkmanagement-kcm\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-07 11:47+0000\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" @@ -13,17 +13,17 @@ "X-POFile-SpellExtra: minhaligaçãopartilhada VPN\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "minha_ligação_partilhada" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Exportar a Ligação VPN" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Importar uma Ligação VPN" diff -Nru plasma-nm-5.9.4/po/pt_BR/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/pt_BR/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/pt_BR/kde5-nm-connection-editor.po 2017-03-21 14:02:59.000000000 +0000 +++ plasma-nm-5.9.5/po/pt_BR/kde5-nm-connection-editor.po 2017-04-25 13:28:50.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kde5-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-07-28 15:24-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" @@ -28,133 +28,133 @@ msgid "Your emails" msgstr "alvarenga@kde.org" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Digite aqui para procurar conexões..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Adicionar" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardware" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Banda larga móvel..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Rede com fio" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Rede com fio (compartilhada)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (compartilhada)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importar VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Conectar" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Desconectar" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Editar..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Excluir" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Exportar VPN..." # Não acentuar a tradução. (Alvarenga) -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "minha_conexao_compartilhada" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "A conexão %1 foi adicionada" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Deseja remover a conexão '%1'?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Remover conexão" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Deseja remover as conexões a seguir? '%1'" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Remover conexões" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importar conexão VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -163,17 +163,17 @@ "Ocorreu uma falha ao importar a conexão VPN %1\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Não há suporte a exportação para este tipo de VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Exportar a conexão VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -182,7 +182,7 @@ "Ocorreu uma falha ao exportar a conexão VPN %1\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "A conexão VPN %1 foi exportada com sucesso" diff -Nru plasma-nm-5.9.4/po/pt_BR/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/pt_BR/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/pt_BR/plasmanetworkmanagement-kcm.po 2017-03-21 14:02:59.000000000 +0000 +++ plasma-nm-5.9.5/po/pt_BR/plasmanetworkmanagement-kcm.po 2017-04-25 13:28:50.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-02-18 01:45-0300\n" "Last-Translator: Luiz Fernando Ranghetti \n" "Language-Team: Portuguese \n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "minha_conexao_compartilhada" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Exportar conexão VPN" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Importar conexão VPN" diff -Nru plasma-nm-5.9.4/po/ro/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/ro/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/ro/kde5-nm-connection-editor.po 2017-03-21 14:03:00.000000000 +0000 +++ plasma-nm-5.9.5/po/ro/kde5-nm-connection-editor.po 2017-04-25 13:28:45.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2014-03-25 16:40+0200\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" @@ -28,138 +28,138 @@ msgid "Your emails" msgstr "sergiu@ase.md" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Tastați aici pentru a căuta conexiuni..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Adaugă" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Echipament" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Bandă largă mobilă..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, fuzzy, kde-format #| msgid "Wired (shared)" msgid "Wired Ethernet" msgstr "Cu fir (partajată)" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, fuzzy, kde-format #| msgid "Wired (shared)" msgid "Wired Ethernet (shared)" msgstr "Cu fir (partajată)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, fuzzy, kde-format #| msgid "Wired (shared)" msgid "Wi-Fi (shared)" msgstr "Cu fir (partajată)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importă VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Conectează" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Deconectează" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Modificare..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Șterge" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Exportă VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, fuzzy, kde-format #| msgid "Edit connection" msgid "my_shared_connection" msgstr "Redactează conexiunea" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Conexiunea %1 a fost adăugată" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Doriți să eliminați conexiunea „%1”?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Elimină conexiunea" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Do you want to remove the connection '%1'?" msgid "Do you want to remove the following connections: %1" msgstr "Doriți să eliminați conexiunea „%1”?" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Remove Connection" msgid "Remove Connections" msgstr "Elimină conexiunea" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importă o conexiune VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -168,17 +168,17 @@ "Importul conexiunii VPN %1 a eșuat\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Exportul nu este susținut de acest tip de VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Exportă conexiunea VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -187,7 +187,7 @@ "Exportul conexiunii VPN %1 a eșuat\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "Conexiunea VPN %1 a fost exportată cu succes" diff -Nru plasma-nm-5.9.4/po/ru/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/ru/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/ru/kde5-nm-connection-editor.po 2017-03-21 14:03:00.000000000 +0000 +++ plasma-nm-5.9.5/po/ru/kde5-nm-connection-editor.po 2017-04-25 13:28:51.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2016-03-16 20:58+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" @@ -30,134 +30,134 @@ msgid "Your emails" msgstr "victorr2007@yandex.ru" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Введите текст для поиска соединений..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Добавить" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Оборудование" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Мобильное..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Проводное Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Проводное Ethernet (отдача)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Беспроводное Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Беспроводное Wi-Fi (точка доступа)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "Виртуальная частная сеть (VPN)" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Импорт VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Подключить" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Отключить" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Изменить..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Удалить" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Экспорт VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "моя_точка_доступа" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Добавлено соединение %1" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Удалить соединение «%1»?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Удаление соединения" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "" "Удалить следующие соединения?\n" "%1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Удаление соединений" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Импорт VPN-соединения" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -166,17 +166,17 @@ "Ошибка импорта VPN-соединения %1\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Для данного типа VPN экспорт не поддерживается" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Экспорт VPN-соединения" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -185,7 +185,7 @@ "Ошибка экспорта VPN-соединения %1\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN-соединение %1 успешно экспортировано" diff -Nru plasma-nm-5.9.4/po/ru/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/ru/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/ru/plasmanetworkmanagement-kcm.po 2017-03-21 14:03:00.000000000 +0000 +++ plasma-nm-5.9.5/po/ru/plasmanetworkmanagement-kcm.po 2017-04-25 13:28:51.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-17 02:25+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" @@ -20,17 +20,17 @@ "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "моя_точка_доступа" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Экспорт соединения VPN" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Импорт соединения VPN" diff -Nru plasma-nm-5.9.4/po/sk/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/sk/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/sk/kde5-nm-connection-editor.po 2017-03-21 14:03:02.000000000 +0000 +++ plasma-nm-5.9.5/po/sk/kde5-nm-connection-editor.po 2017-04-25 13:28:52.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kde5-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-05 20:21+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" @@ -25,132 +25,132 @@ msgid "Your emails" msgstr "wizzardsk@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Sem píšte na hľadanie pripojení..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Pridať" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardvér" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobilné širokopásmové..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Drôtový Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Drôtový ethernet (zdieľané)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (zdieľané)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importovať VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Pripojiť" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Odpojiť" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Upraviť..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Vymazať" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Exportovať VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "moje_zdielane_pripojenie" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Pripojenie %1 bolo pridané" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Chcete odstrániť pripojenie '%1'?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Odstrániť spojenie" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Chcete odstrániť nasledovné pripojenie: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Odstráň spojenia" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importovať VPN pripojenie" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -159,17 +159,17 @@ "Import VPN pripojenia %1 zlyhal\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Export nie je podporovaný týmto typom VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Exportovať VPN pripojenie" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -178,7 +178,7 @@ "Export VPN pripojenia %1 zlyhalo\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN pripojenie %1 exportované úspešne" diff -Nru plasma-nm-5.9.4/po/sk/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/sk/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/sk/plasmanetworkmanagement-kcm.po 2017-03-21 14:03:02.000000000 +0000 +++ plasma-nm-5.9.5/po/sk/plasmanetworkmanagement-kcm.po 2017-04-25 13:28:52.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasmanetworkmanagement-kcm\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-11 22:00+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" @@ -15,17 +15,17 @@ "X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "moje_zdielane_pripojenie" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Exportovať VPN pripojenie" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Importovať VPN pripojenie" diff -Nru plasma-nm-5.9.4/po/sl/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/sl/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/sl/kde5-nm-connection-editor.po 2017-03-21 14:03:02.000000000 +0000 +++ plasma-nm-5.9.5/po/sl/kde5-nm-connection-editor.po 2017-04-25 13:28:55.000000000 +0000 @@ -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. # -# Andrej Mernik , 2014, 2015. +# Andrej Mernik , 2014, 2015, 2017. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" -"PO-Revision-Date: 2015-08-09 11:51+0200\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" +"PO-Revision-Date: 2017-04-01 16:24+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" "Language: sl\n" @@ -16,7 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "%100==4 ? 3 : 0);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -28,132 +28,132 @@ msgid "Your emails" msgstr "andrejm@ubuntu.si" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Tipkajte tukaj za iskanje povezav ..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Dodaj" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Strojna oprema" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobilno širokopasovno ..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" -msgstr "Ožičeni Ethernet" +msgstr "Ožičeni ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" -msgstr "Ožičeni Ethernet (deljeno)" +msgstr "Ožičeni ethernet (deljeno)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Brezžično" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Brezžično (deljeno)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Uvozi VPN ..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Poveži se" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Prekini povezavo" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Uredi ..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Izbriši" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Izvozi VPN ..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "moja_deljena_povezava" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Povezava %1 je bila dodana" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Ali želite odstraniti povezavo '%1'?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Odstrani povezavo" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Ali želite odstraniti naslednje povezave: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Odstrani povezave" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Uvozi povezavo VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -162,17 +162,17 @@ "Uvažanje povezave VPN %1 ni uspelo\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Izvoz ni podprt za to vrsto VPN" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Izvozi povezavo VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -181,7 +181,7 @@ "Izvažanje povezave VPN %1 ni uspelo\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "Povezava VPN %1 je bila uspešno izvožena" diff -Nru plasma-nm-5.9.4/po/sl/plasma_applet_org.kde.plasma.networkmanagement.po plasma-nm-5.9.5/po/sl/plasma_applet_org.kde.plasma.networkmanagement.po --- plasma-nm-5.9.4/po/sl/plasma_applet_org.kde.plasma.networkmanagement.po 2017-03-21 14:03:02.000000000 +0000 +++ plasma-nm-5.9.5/po/sl/plasma_applet_org.kde.plasma.networkmanagement.po 2017-04-25 13:28:55.000000000 +0000 @@ -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. # -# Andrej Mernik , 2014, 2015. +# Andrej Mernik , 2014, 2015, 2017. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-01-10 08:29+0100\n" -"PO-Revision-Date: 2015-08-09 11:54+0200\n" +"PO-Revision-Date: 2017-04-01 15:35+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" "Language: sl\n" @@ -16,7 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "%100==4 ? 3 : 0);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #: contents/ui/ConnectionItem.qml:146 #, kde-format @@ -41,7 +41,7 @@ #: contents/ui/ConnectionItem.qml:227 #, kde-format msgid "Copy" -msgstr "" +msgstr "Kopiraj" #: contents/ui/ConnectionItem.qml:354 #, kde-format diff -Nru plasma-nm-5.9.4/po/sl/plasmanetworkmanagement-libs.po plasma-nm-5.9.5/po/sl/plasmanetworkmanagement-libs.po --- plasma-nm-5.9.4/po/sl/plasmanetworkmanagement-libs.po 2017-03-21 14:03:02.000000000 +0000 +++ plasma-nm-5.9.5/po/sl/plasmanetworkmanagement-libs.po 2017-04-25 13:28:55.000000000 +0000 @@ -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. # -# Andrej Mernik , 2014, 2015, 2016. +# Andrej Mernik , 2014, 2015, 2016, 2017. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-02-23 07:26+0100\n" -"PO-Revision-Date: 2016-10-31 21:52+0100\n" +"PO-Revision-Date: 2017-04-01 16:25+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" "Language: sl\n" @@ -16,7 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "%100==4 ? 3 : 0);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #: declarative/networkstatus.cpp:117 #, kde-format @@ -2172,86 +2172,76 @@ #: models/creatableconnectionsmodel.cpp:159 #: models/creatableconnectionsmodel.cpp:165 #: models/creatableconnectionsmodel.cpp:170 -#, fuzzy, kde-format -#| msgid "Teamed connections:" +#, kde-format msgid "Hardware based connections" -msgstr "Ekipne povezave:" +msgstr "Strojne povezave" #: models/creatableconnectionsmodel.cpp:138 #, kde-format msgid "Some DSL description" -msgstr "" +msgstr "Opis za DSL" #: models/creatableconnectionsmodel.cpp:143 #, kde-format msgid "Some infiniband description" -msgstr "" +msgstr "Opis za infiniband" #: models/creatableconnectionsmodel.cpp:148 -#, fuzzy, kde-format -#| msgctxt "title of the interface widget in nm's popup" -#| msgid "Mobile Broadband" +#, kde-format msgid "Mobile Broadband" msgstr "Mobilno širokopasovno" #: models/creatableconnectionsmodel.cpp:149 -#, fuzzy, kde-format -#| msgctxt "Mobile Connection Wizard" -#| msgid "New Mobile Broadband Connection" +#, kde-format msgid "Some mobile broadband description" -msgstr "Nova mobilna širokopasovna povezava" +msgstr "Opis za mobilno širokopasovno" #: models/creatableconnectionsmodel.cpp:154 uiutils.cpp:236 #, kde-format msgid "Wired Ethernet" -msgstr "Ožičeni Ethernet" +msgstr "Ožičeni ethernet" #: models/creatableconnectionsmodel.cpp:155 #: models/creatableconnectionsmodel.cpp:160 #, kde-format msgid "Some wired ethernet description" -msgstr "" +msgstr "Opis za ožičeni ethernet" #: models/creatableconnectionsmodel.cpp:159 -#, fuzzy, kde-format -#| msgid "Wired Ethernet" +#, kde-format msgid "Wired Ethernet (shared)" -msgstr "Ožičeni Ethernet" +msgstr "Ožičeni ethernet (deljeno)" #: models/creatableconnectionsmodel.cpp:166 #: models/creatableconnectionsmodel.cpp:171 #, kde-format msgid "Some wi-fi description" -msgstr "" +msgstr "Opis za brezžično" #: models/creatableconnectionsmodel.cpp:170 #, kde-format msgid "Wi-Fi (shared)" -msgstr "" +msgstr "Brezžično (deljeno)" #: models/creatableconnectionsmodel.cpp:188 -#, fuzzy, kde-format -#| msgid "VPN Connection" +#, kde-format msgid "VPN connections" -msgstr "Nova povezava VPN" +msgstr "Povezave VPN" #: models/creatableconnectionsmodel.cpp:196 -#, fuzzy, kde-format -#| msgid "VPN Connection" +#, kde-format msgid "Import VPN connection..." -msgstr "Nova povezava VPN" +msgstr "Uvozi povezavo VPN ..." #: models/creatableconnectionsmodel.cpp:196 -#, fuzzy, kde-format -#| msgid "Ethernet" +#, kde-format msgid "Other" -msgstr "Ethernet" +msgstr "Drugo" #: models/creatableconnectionsmodel.cpp:197 -#, fuzzy, kde-format -#| msgid "Import configuration from file..." +#, kde-format msgid "Import a saved configuration file" -msgstr "Uvozi nastavitve iz datoteke ..." +msgstr "Uvozi shranjene nastavitve iz datoteke" #: models/editoridentitymodel.cpp:63 #, kde-format @@ -2464,7 +2454,7 @@ #, kde-format msgctxt "title of the interface widget in nm's popup" msgid "Wired Ethernet" -msgstr "Ožičeni Ethernet" +msgstr "Ožičeni ethernet" #: uiutils.cpp:196 #, kde-format diff -Nru plasma-nm-5.9.4/po/sl/plasmanetworkmanagement_openvpnui.po plasma-nm-5.9.5/po/sl/plasmanetworkmanagement_openvpnui.po --- plasma-nm-5.9.4/po/sl/plasmanetworkmanagement_openvpnui.po 2017-03-21 14:03:02.000000000 +0000 +++ plasma-nm-5.9.5/po/sl/plasmanetworkmanagement_openvpnui.po 2017-04-25 13:28:55.000000000 +0000 @@ -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. # -# Andrej Mernik , 2014, 2015, 2016. +# Andrej Mernik , 2014, 2015, 2016, 2017. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-01-11 03:57+0100\n" -"PO-Revision-Date: 2016-08-19 15:30+0200\n" +"PO-Revision-Date: 2017-04-14 16:44+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" "Language: sl\n" @@ -16,7 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "%100==4 ? 3 : 0);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #: openvpn.cpp:182 #, kde-format diff -Nru plasma-nm-5.9.4/po/sr/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/sr/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/sr/kde5-nm-connection-editor.po 2017-03-21 14:03:03.000000000 +0000 +++ plasma-nm-5.9.5/po/sr/kde5-nm-connection-editor.po 2017-04-25 13:29:09.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kde5-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-01 14:07+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -28,135 +28,135 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Куцајте овде да нађете везе..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Додај" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Хардвер" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "ДСЛ" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "Инфинибанд" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Мобилна широкопојасна..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Жичани етернет" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Жичани етернет (дељена)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Вај‑фај" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Вај‑фај (дељена)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "Вимакс" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "ВПН" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Увези ВПН..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Повежи се" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Прекини везу" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Уреди..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Обриши" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Извези ВПН..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "moja_deljena_veza" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Веза %1 додата" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Желите ли уклоните везу „%1“?" # >> @title:window -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Уклањање везе" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Желите ли уклоните следеће везе: %1" # >> @title:window -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Уклањање веза" # >> @title:window -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Увоз ВПН везе" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -165,18 +165,18 @@ "Увоз ВПН везе %1 пропао.\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Извоз није подржан за овај тип ВПН‑а." # >> @title:window -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Извоз ВПН везе" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -185,7 +185,7 @@ "Извоз ВПН везе %1 пропао.\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "ВПН веза %1 успешно извезена." diff -Nru plasma-nm-5.9.4/po/sr/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/sr/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/sr/plasmanetworkmanagement-kcm.po 2017-03-21 14:03:03.000000000 +0000 +++ plasma-nm-5.9.5/po/sr/plasmanetworkmanagement-kcm.po 2017-04-25 13:29:09.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasmanetworkmanagement-kcm\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-14 19:23+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -19,19 +19,19 @@ "X-Environment: kde\n" # well-spelled: моја_дељена_веза -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "моја_дељена_веза" # >> @title:window -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Извоз ВПН везе" # >> @title:window -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Увоз ВПН везе" diff -Nru plasma-nm-5.9.4/po/sr@ijekavian/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/sr@ijekavian/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/sr@ijekavian/kde5-nm-connection-editor.po 2017-03-21 14:03:04.000000000 +0000 +++ plasma-nm-5.9.5/po/sr@ijekavian/kde5-nm-connection-editor.po 2017-04-25 13:29:11.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kde5-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-01 14:07+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -28,135 +28,135 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Куцајте овде да нађете везе..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Додај" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Хардвер" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "ДСЛ" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "Инфинибанд" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Мобилна широкопојасна..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Жичани етернет" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Жичани етернет (дељена)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Вај‑фај" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Вај‑фај (дељена)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "Вимакс" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "ВПН" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Увези ВПН..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Повежи се" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Прекини везу" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Уреди..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Обриши" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Извези ВПН..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "moja_deljena_veza" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Веза %1 додата" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Желите ли уклоните везу „%1“?" # >> @title:window -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Уклањање везе" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Желите ли уклоните следеће везе: %1" # >> @title:window -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Уклањање веза" # >> @title:window -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Увоз ВПН везе" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -165,18 +165,18 @@ "Увоз ВПН везе %1 пропао.\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Извоз није подржан за овај тип ВПН‑а." # >> @title:window -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Извоз ВПН везе" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -185,7 +185,7 @@ "Извоз ВПН везе %1 пропао.\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "ВПН веза %1 успешно извезена." diff -Nru plasma-nm-5.9.4/po/sr@ijekavian/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/sr@ijekavian/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/sr@ijekavian/plasmanetworkmanagement-kcm.po 2017-03-21 14:03:04.000000000 +0000 +++ plasma-nm-5.9.5/po/sr@ijekavian/plasmanetworkmanagement-kcm.po 2017-04-25 13:29:11.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasmanetworkmanagement-kcm\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-14 19:23+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -19,19 +19,19 @@ "X-Environment: kde\n" # well-spelled: моја_дељена_веза -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "моја_дељена_веза" # >> @title:window -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Извоз ВПН везе" # >> @title:window -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Увоз ВПН везе" diff -Nru plasma-nm-5.9.4/po/sr@ijekavianlatin/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/sr@ijekavianlatin/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/sr@ijekavianlatin/kde5-nm-connection-editor.po 2017-03-21 14:03:03.000000000 +0000 +++ plasma-nm-5.9.5/po/sr@ijekavianlatin/kde5-nm-connection-editor.po 2017-04-25 13:29:13.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kde5-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-01 14:07+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -28,135 +28,135 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Kucajte ovde da nađete veze..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Dodaj" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardver" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobilna širokopojasna..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Žičani Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Žičani Ethernet (deljena)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi‑Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi‑Fi (deljena)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Uvezi VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Poveži se" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Prekini vezu" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Uredi..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Obriši" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Izvezi VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "moja_deljena_veza" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Veza %1 dodata" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Želite li uklonite vezu „%1“?" # >> @title:window -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Uklanjanje veze" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Želite li uklonite sledeće veze: %1" # >> @title:window -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Uklanjanje veza" # >> @title:window -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Uvoz VPN veze" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -165,18 +165,18 @@ "Uvoz VPN veze %1 propao.\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Izvoz nije podržan za ovaj tip VPN‑a." # >> @title:window -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Izvoz VPN veze" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -185,7 +185,7 @@ "Izvoz VPN veze %1 propao.\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN veza %1 uspešno izvezena." diff -Nru plasma-nm-5.9.4/po/sr@ijekavianlatin/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/sr@ijekavianlatin/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/sr@ijekavianlatin/plasmanetworkmanagement-kcm.po 2017-03-21 14:03:03.000000000 +0000 +++ plasma-nm-5.9.5/po/sr@ijekavianlatin/plasmanetworkmanagement-kcm.po 2017-04-25 13:29:13.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasmanetworkmanagement-kcm\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-14 19:23+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -19,19 +19,19 @@ "X-Environment: kde\n" # well-spelled: моја_дељена_веза -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "moja_deljena_veza" # >> @title:window -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Izvoz VPN veze" # >> @title:window -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Uvoz VPN veze" diff -Nru plasma-nm-5.9.4/po/sr@latin/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/sr@latin/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/sr@latin/kde5-nm-connection-editor.po 2017-03-21 14:03:04.000000000 +0000 +++ plasma-nm-5.9.5/po/sr@latin/kde5-nm-connection-editor.po 2017-04-25 13:29:17.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kde5-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-01 14:07+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -28,135 +28,135 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Kucajte ovde da nađete veze..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Dodaj" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hardver" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobilna širokopojasna..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Žičani Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Žičani Ethernet (deljena)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi‑Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi‑Fi (deljena)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Uvezi VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Poveži se" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Prekini vezu" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Uredi..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Obriši" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Izvezi VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "moja_deljena_veza" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Veza %1 dodata" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Želite li uklonite vezu „%1“?" # >> @title:window -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Uklanjanje veze" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Želite li uklonite sledeće veze: %1" # >> @title:window -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Uklanjanje veza" # >> @title:window -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Uvoz VPN veze" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -165,18 +165,18 @@ "Uvoz VPN veze %1 propao.\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Izvoz nije podržan za ovaj tip VPN‑a." # >> @title:window -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Izvoz VPN veze" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -185,7 +185,7 @@ "Izvoz VPN veze %1 propao.\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN veza %1 uspešno izvezena." diff -Nru plasma-nm-5.9.4/po/sr@latin/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/sr@latin/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/sr@latin/plasmanetworkmanagement-kcm.po 2017-03-21 14:03:04.000000000 +0000 +++ plasma-nm-5.9.5/po/sr@latin/plasmanetworkmanagement-kcm.po 2017-04-25 13:29:17.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasmanetworkmanagement-kcm\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-14 19:23+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -19,19 +19,19 @@ "X-Environment: kde\n" # well-spelled: моја_дељена_веза -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "moja_deljena_veza" # >> @title:window -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Izvoz VPN veze" # >> @title:window -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Uvoz VPN veze" diff -Nru plasma-nm-5.9.4/po/sv/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/sv/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/sv/kde5-nm-connection-editor.po 2017-03-21 14:03:04.000000000 +0000 +++ plasma-nm-5.9.5/po/sv/kde5-nm-connection-editor.po 2017-04-25 13:29:15.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-07-28 19:52+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" @@ -27,132 +27,132 @@ msgid "Your emails" msgstr "awl@hem.passagen.se,pelinstr@algonet.se,newzella@linux.nu" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Skriv här för att söka efter anslutningar..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Lägg till" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Hårdvara" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobilt bredband..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Trådbundet Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Trådbundet Ethernet (delat)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "WIFI" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "WIFI (delat)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Importera VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Anslut" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Koppla ner" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Redigera..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Ta bort" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Exportera VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "min-delade-anslutning" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Anslutning %1 har lagts till" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Vill du ta bort anslutningen '%1'?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Ta bort anslutning" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Vill du ta bort följande anslutningar: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Ta bort anslutningar" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Importera VPN-anslutning" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -161,17 +161,17 @@ "Import av VPN-anslutning %1 misslyckades\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Export stöds inte av den här VPN-typen" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Exportera VPN-anslutning" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -180,7 +180,7 @@ "Export av VPN-anslutning %1 misslyckades\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN-anslutning %1 exporterad med lyckat resultat" diff -Nru plasma-nm-5.9.4/po/sv/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/sv/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/sv/plasmanetworkmanagement-kcm.po 2017-03-21 14:03:04.000000000 +0000 +++ plasma-nm-5.9.5/po/sv/plasmanetworkmanagement-kcm.po 2017-04-25 13:29:15.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-11 18:27+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "min-delade-anslutning" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Exportera VPN-anslutning" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Importera VPN-anslutning" diff -Nru plasma-nm-5.9.4/po/tr/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/tr/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/tr/kde5-nm-connection-editor.po 2017-03-21 14:03:06.000000000 +0000 +++ plasma-nm-5.9.5/po/tr/kde5-nm-connection-editor.po 2017-04-25 13:29:25.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-07-31 12:03+0000\n" "Last-Translator: Kaan \n" "Language-Team: Turkish \n" @@ -27,132 +27,132 @@ msgid "Your emails" msgstr "volkangezer@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Bağlantıları aramak için yazın..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Ekle" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Donanım" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Mobil Geniş Bant..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Kablolu Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Kablolu Ethernet (paylaşımlı)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Kablosuz" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Kablosuz (paylaşımlı)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "VPN İçe Aktar..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "Bağlan" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Bağlantıyı Kes" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Düzenle..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Sil" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "VPN Dışa Aktar..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "paylasilan_baglantim" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "%1 bağlantısı eklendi" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "'%1' bağlantısını kaldırmak istiyor musunuz?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Bağlantıyı Kaldır" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Bu bağlantılarını kaldırmak istiyor musunuz: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Bağlantıları Kaldır" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "VPN Bağlantısı İçe Aktar" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -161,17 +161,17 @@ "%1 VPN bağlantısını içe aktarma başarısız\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Bu VPN türünden dışa aktarma desteklenmiyor" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "VPN Bağlantısını Dışa Aktar" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -180,7 +180,7 @@ "%1 VPN bağlantısını dışa aktarma başarısız\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "%1 VPN bağlantısı başarıyla dışa aktarıldı" diff -Nru plasma-nm-5.9.4/po/tr/plasma_applet_org.kde.plasma.networkmanagement.po plasma-nm-5.9.5/po/tr/plasma_applet_org.kde.plasma.networkmanagement.po --- plasma-nm-5.9.4/po/tr/plasma_applet_org.kde.plasma.networkmanagement.po 2017-03-21 14:03:06.000000000 +0000 +++ plasma-nm-5.9.5/po/tr/plasma_applet_org.kde.plasma.networkmanagement.po 2017-04-25 13:29:25.000000000 +0000 @@ -4,14 +4,14 @@ # Serdar Soytetir , 2009. # Serdar SOYTETİR , 2010, 2011, 2012. # Gökçen Eraslan , 2011, 2013. -# Volkan Gezer , 2013, 2014. +# Volkan Gezer , 2013, 2014, 2017. msgid "" msgstr "" "Project-Id-Version: networkmanagement_openvpnui\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-01-10 08:29+0100\n" -"PO-Revision-Date: 2015-07-31 12:02+0000\n" -"Last-Translator: Necdet \n" +"PO-Revision-Date: 2017-04-24 16:56+0100\n" +"Last-Translator: Volkan Gezer \n" "Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" @@ -19,6 +19,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-POOTLE-MTIME: 1413102242.000000\n" +"X-Generator: Lokalize 2.0\n" #: contents/ui/ConnectionItem.qml:146 #, kde-format @@ -43,7 +44,7 @@ #: contents/ui/ConnectionItem.qml:227 #, kde-format msgid "Copy" -msgstr "" +msgstr "Kopyala" #: contents/ui/ConnectionItem.qml:354 #, kde-format diff -Nru plasma-nm-5.9.4/po/tr/plasmanetworkmanagement_openconnectui.po plasma-nm-5.9.5/po/tr/plasmanetworkmanagement_openconnectui.po --- plasma-nm-5.9.4/po/tr/plasmanetworkmanagement_openconnectui.po 2017-03-21 14:03:06.000000000 +0000 +++ plasma-nm-5.9.5/po/tr/plasmanetworkmanagement_openconnectui.po 2017-04-25 13:29:25.000000000 +0000 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Volkan Gezer , 2013, 2015. +# Volkan Gezer , 2013, 2015, 2017. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-12-06 02:57+0100\n" -"PO-Revision-Date: 2015-02-07 15:27+0100\n" -"Last-Translator: \n" +"PO-Revision-Date: 2017-04-13 15:12+0100\n" +"Last-Translator: Volkan Gezer \n" "Language-Team: Turkish \n" "Language: tr\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" #: openconnectauth.cpp:295 #, kde-format @@ -141,7 +141,7 @@ #: openconnectprop.ui:55 openconnectprop.ui:127 openconnectprop.ui:134 #, kde-format msgid "*.pem *.crt *.key" -msgstr "" +msgstr "*.pem *.crt *.key" #. i18n: ectx: property (text), widget (QLabel, label_2) #: openconnectprop.ui:62 @@ -157,10 +157,9 @@ #. i18n: ectx: property (text), widget (QCheckBox, chkAllowTrojan) #: openconnectprop.ui:85 -#, fuzzy, kde-format -#| msgid "Allow Cisco Secure Desktop &trojan" +#, kde-format msgid "Allow Cisco Secure Desktop trojan" -msgstr "Cisco Güvenli Masaüstü &trojan'ine izin ver" +msgstr "Cisco Secure Desktop trojan'ına izin ver" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #: openconnectprop.ui:98 diff -Nru plasma-nm-5.9.4/po/ug/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/ug/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/ug/kde5-nm-connection-editor.po 2017-03-21 14:03:07.000000000 +0000 +++ plasma-nm-5.9.5/po/ug/kde5-nm-connection-editor.po 2017-04-25 13:29:26.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kde-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji \n" "Language-Team: Uyghur \n" @@ -27,161 +27,161 @@ msgid "Your emails" msgstr "sahran.ug@gmail.com, gheyret@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "" -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "قوش" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "قاتتىق دېتال" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "" -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "" -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, fuzzy, kde-format #| msgid "Connection" msgid "Connect" msgstr "باغلىنىش" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, fuzzy, kde-format #| msgid "Connection" msgid "Disconnect" msgstr "باغلىنىش" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, fuzzy, kde-format #| msgid "Edit" msgid "Edit..." msgstr "تەھرىرلەش" -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "ئۆچۈر" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "" -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, fuzzy, kde-format #| msgid "Connection" msgid "my_shared_connection" msgstr "باغلىنىش" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "باغلىنىشنى چىقىۋەت" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, fuzzy, kde-format #| msgid "Remove Connection" msgid "Remove Connections" msgstr "باغلىنىشنى چىقىۋەت" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" "%2" msgstr "" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" "%2" msgstr "" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "" diff -Nru plasma-nm-5.9.4/po/uk/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/uk/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/uk/kde5-nm-connection-editor.po 2017-03-21 14:03:07.000000000 +0000 +++ plasma-nm-5.9.5/po/uk/kde5-nm-connection-editor.po 2017-04-25 13:29:26.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kde5-nm-connection-editor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-07-28 21:59+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -30,132 +30,132 @@ msgid "Your emails" msgstr "yurchor@ukr.net" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "Тут можна ввести ключ для пошуку з’єднання…" -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "Додати" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "Обладнання" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "Мобільна радіомережа…" -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "Дротове Ethernet" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "Дротове Ethernet (спільне)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (спільне)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "Імпортувати VPN…" -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "З’єднатися" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "Від’єднатися" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "Змінити…" -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "Вилучити" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "Експортування VPN…" -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "спільне_з’єднання" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "Було додано з’єднання %1" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "Хочете вилучити запис з’єднання «%1»?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "Вилучити з’єднання" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "Хочете вилучити записи таких з’єднань: %1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "Вилучення з’єднань" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "Імпортування з’єднання VPN" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -164,17 +164,17 @@ "Спроба імпортування з’єднання VPN %1 зазнала невдачі\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "Цим типом VPN не підтримується експортування" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "Експортування з’єднання VPN" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -183,7 +183,7 @@ "Спроба експортування з’єднання VPN %1 зазнала невдачі\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "З’єднання VPN %1 успішно експортовано" diff -Nru plasma-nm-5.9.4/po/uk/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/uk/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/uk/plasmanetworkmanagement-kcm.po 2017-03-21 14:03:07.000000000 +0000 +++ plasma-nm-5.9.5/po/uk/plasmanetworkmanagement-kcm.po 2017-04-25 13:29:26.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasmanetworkmanagement-kcm\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-11 10:33+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -20,17 +20,17 @@ "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 1.5\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "спільне_з’єднання" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "Експортування з’єднання VPN" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "Імпортування з’єднання VPN" diff -Nru plasma-nm-5.9.4/po/zh_CN/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/zh_CN/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/zh_CN/kde5-nm-connection-editor.po 2017-03-21 14:03:09.000000000 +0000 +++ plasma-nm-5.9.5/po/zh_CN/kde5-nm-connection-editor.po 2017-04-25 13:29:31.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2015-08-11 11:28UTC-0800\n" "Last-Translator: Weng Xuetian \n" "Language-Team: Chinese \n" @@ -29,132 +29,132 @@ msgid "Your emails" msgstr "kde-china@kde.org, rainofchaos@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "这里输入进行连接搜索..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "添加" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "硬件" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "移动宽带..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "有线以太网" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "有线以太网 (共享)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi (共享)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "导入 VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "连接" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "断开" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "编辑..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "删除" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "导出 VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "我的共享连接" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "已经添加连接 %1" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "您想要删除连接“%1”吗?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "删除连接" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "您想要删除以下连接吗:%1?" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "删除连接" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "导入 VPN 连接" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -163,17 +163,17 @@ "导入VPN 连接 %1 失败\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "此 VPN 类型不支持导出" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "导出 VPN 连接" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -182,7 +182,7 @@ "导出 VPN 连接 %1 失败\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "成功导出 VPN 连接 %1" diff -Nru plasma-nm-5.9.4/po/zh_CN/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/zh_CN/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/zh_CN/plasmanetworkmanagement-kcm.po 2017-03-21 14:03:09.000000000 +0000 +++ plasma-nm-5.9.5/po/zh_CN/plasmanetworkmanagement-kcm.po 2017-04-25 13:29:31.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-02-05 14:43+0200\n" "Last-Translator: Guo Yunhe \n" "Language-Team: Chinese \n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "my_shared_connection" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "导出 VPN 连接" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "导入 VPN 连接" diff -Nru plasma-nm-5.9.4/po/zh_TW/kde5-nm-connection-editor.po plasma-nm-5.9.5/po/zh_TW/kde5-nm-connection-editor.po --- plasma-nm-5.9.4/po/zh_TW/kde5-nm-connection-editor.po 2017-03-21 14:03:11.000000000 +0000 +++ plasma-nm-5.9.5/po/zh_TW/kde5-nm-connection-editor.po 2017-04-25 13:29:33.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-10 08:29+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2016-11-03 16:32+0800\n" "Last-Translator: Jeff Huang \n" "Language-Team: Chinese \n" @@ -28,132 +28,132 @@ msgid "Your emails" msgstr "franklin@goodhorse.idv.tw, s8321414@gmail.com" -#: connectioneditor.cpp:84 +#: connectioneditor.cpp:85 #, kde-format msgid "Type here to search connections..." msgstr "在此輸入要搜尋的連線..." -#: connectioneditor.cpp:136 +#: connectioneditor.cpp:137 #, kde-format msgid "Add" msgstr "新增" -#: connectioneditor.cpp:140 +#: connectioneditor.cpp:141 #, kde-format msgid "Hardware" msgstr "硬體" -#: connectioneditor.cpp:143 +#: connectioneditor.cpp:144 #, kde-format msgid "DSL" msgstr "DSL" -#: connectioneditor.cpp:146 +#: connectioneditor.cpp:147 #, kde-format msgid "InfiniBand" msgstr "InfiniBand" -#: connectioneditor.cpp:150 +#: connectioneditor.cpp:151 #, kde-format msgid "Mobile Broadband..." msgstr "行動寬頻..." -#: connectioneditor.cpp:154 +#: connectioneditor.cpp:155 #, kde-format msgid "Wired Ethernet" msgstr "有線網路" -#: connectioneditor.cpp:158 +#: connectioneditor.cpp:159 #, kde-format msgid "Wired Ethernet (shared)" msgstr "有線網路(分享)" -#: connectioneditor.cpp:162 +#: connectioneditor.cpp:163 #, kde-format msgid "Wi-Fi" msgstr "Wi-Fi" -#: connectioneditor.cpp:166 +#: connectioneditor.cpp:167 #, kde-format msgid "Wi-Fi (shared)" msgstr "Wi-Fi(分享)" -#: connectioneditor.cpp:170 +#: connectioneditor.cpp:171 #, kde-format msgid "WiMAX" msgstr "WiMAX" -#: connectioneditor.cpp:174 +#: connectioneditor.cpp:175 #, kde-format msgid "VPN" msgstr "VPN" -#: connectioneditor.cpp:198 connectioneditor.cpp:226 +#: connectioneditor.cpp:199 connectioneditor.cpp:227 #, kde-format msgid "Import VPN..." msgstr "匯入 VPN..." -#: connectioneditor.cpp:205 +#: connectioneditor.cpp:206 #, kde-format msgid "Connect" msgstr "連線" -#: connectioneditor.cpp:210 +#: connectioneditor.cpp:211 #, kde-format msgid "Disconnect" msgstr "斷線" -#: connectioneditor.cpp:215 +#: connectioneditor.cpp:216 #, kde-format msgid "Edit..." msgstr "編輯..." -#: connectioneditor.cpp:220 +#: connectioneditor.cpp:221 #, kde-format msgid "Delete" msgstr "刪除" -#: connectioneditor.cpp:230 +#: connectioneditor.cpp:231 #, kde-format msgid "Export VPN..." msgstr "匯出 VPN..." -#: connectioneditor.cpp:324 +#: connectioneditor.cpp:334 #, kde-format msgid "my_shared_connection" msgstr "我的分享連線" -#: connectioneditor.cpp:381 +#: connectioneditor.cpp:391 #, kde-format msgid "Connection %1 has been added" msgstr "連線 %1 已被新增" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Do you want to remove the connection '%1'?" msgstr "您要移除連線 '%1' 嗎?" -#: connectioneditor.cpp:477 +#: connectioneditor.cpp:487 #, kde-format msgid "Remove Connection" msgstr "移除連線" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Do you want to remove the following connections: %1" msgstr "您是否要移除以下的連線:%1" -#: connectioneditor.cpp:481 +#: connectioneditor.cpp:491 #, kde-format msgid "Remove Connections" msgstr "移除連線" -#: connectioneditor.cpp:646 main.cpp:56 +#: connectioneditor.cpp:656 main.cpp:56 #, kde-format msgid "Import VPN Connection" msgstr "匯入 VPN 連線" -#: connectioneditor.cpp:680 +#: connectioneditor.cpp:690 #, kde-format msgid "" "Importing VPN connection %1 failed\n" @@ -162,17 +162,17 @@ "匯入 VPN 連線 %1 失敗\n" "%2" -#: connectioneditor.cpp:724 +#: connectioneditor.cpp:734 #, kde-format msgid "Export is not supported by this VPN type" msgstr "此 VPN 型態不支援匯出" -#: connectioneditor.cpp:730 +#: connectioneditor.cpp:740 #, kde-format msgid "Export VPN Connection" msgstr "匯出 VPN 連線" -#: connectioneditor.cpp:735 +#: connectioneditor.cpp:745 #, kde-format msgid "" "Exporting VPN connection %1 failed\n" @@ -181,7 +181,7 @@ "匯出 VPN 連線 %1 失敗\n" "%2" -#: connectioneditor.cpp:740 +#: connectioneditor.cpp:750 #, kde-format msgid "VPN connection %1 exported successfully" msgstr "VPN 連線 %1 已成功匯出" diff -Nru plasma-nm-5.9.4/po/zh_TW/plasmanetworkmanagement-kcm.po plasma-nm-5.9.5/po/zh_TW/plasmanetworkmanagement-kcm.po --- plasma-nm-5.9.4/po/zh_TW/plasmanetworkmanagement-kcm.po 2017-03-21 14:03:11.000000000 +0000 +++ plasma-nm-5.9.5/po/zh_TW/plasmanetworkmanagement-kcm.po 2017-04-25 13:29:33.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-01-17 14:09+0100\n" +"POT-Creation-Date: 2017-04-11 11:14+0200\n" "PO-Revision-Date: 2017-01-29 21:24+0800\n" "Last-Translator: Franklin Weng \n" "Language-Team: Chinese \n" @@ -17,17 +17,17 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Lokalize 2.0\n" -#: kcm.cpp:294 +#: kcm.cpp:303 #, kde-format msgid "my_shared_connection" msgstr "分享我的連線" -#: kcm.cpp:349 +#: kcm.cpp:357 #, kde-format msgid "Export VPN Connection" msgstr "匯出 VPN 連線" -#: kcm.cpp:450 +#: kcm.cpp:458 #, kde-format msgid "Import VPN Connection" msgstr "匯入 VPN 連線" diff -Nru plasma-nm-5.9.4/vpn/iodine/plasmanetworkmanagement_iodineui.desktop plasma-nm-5.9.5/vpn/iodine/plasmanetworkmanagement_iodineui.desktop --- plasma-nm-5.9.4/vpn/iodine/plasmanetworkmanagement_iodineui.desktop 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/vpn/iodine/plasmanetworkmanagement_iodineui.desktop 2017-04-25 13:25:16.000000000 +0000 @@ -37,6 +37,7 @@ Name[sr@ijekavianlatin]=Iodineov DNS tunelovanje (Iodine) Name[sr@latin]=Iodineov DNS tunelovanje (Iodine) Name[sv]=Iodine DNS-tunnel (iodine) +Name[tr]=Iodine DNS tüneli (iodine) Name[uk]=Тунель Iodine DNS (iodine) Name[x-test]=xxIodine DNS tunnel (iodine)xx Name[zh_CN]=Iodine DNS 隧道 (iodine) @@ -65,6 +66,7 @@ Comment[sr@ijekavianlatin]=Tunelovanje veza preko DNS‑a Comment[sr@latin]=Tunelovanje veza preko DNS‑a Comment[sv]=Tunnelanslutningar via DNS +Comment[tr]=DNS üzerinden tünel bağlantıları Comment[uk]=Тунельоване з’єднання за допомогою DNS Comment[x-test]=xxTunnel connections via DNSxx Comment[zh_CN]=通过 DNS 的隧道链接 diff -Nru plasma-nm-5.9.4/vpn/l2tp/plasmanetworkmanagement_l2tpui.desktop plasma-nm-5.9.5/vpn/l2tp/plasmanetworkmanagement_l2tpui.desktop --- plasma-nm-5.9.4/vpn/l2tp/plasmanetworkmanagement_l2tpui.desktop 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/vpn/l2tp/plasmanetworkmanagement_l2tpui.desktop 2017-04-25 13:25:16.000000000 +0000 @@ -41,6 +41,7 @@ Name[sr@ijekavianlatin]=L2TP (tunelski protokol sloja 2) Name[sr@latin]=L2TP (tunelski protokol sloja 2) Name[sv]=Lager-2 tunnelprotokoll (L2TP) +Name[tr]=Katman 2 Tünel Protokolü (L2TP) Name[uk]=Протокол тунелювання, шар 2 (L2TP) Name[x-test]=xxLayer 2 Tunneling Protocol (L2TP)xx Name[zh_CN]=第二层隧道协议 (L2TP) @@ -74,6 +75,7 @@ Comment[sr@ijekavianlatin]=Saglasno sa L2TP VPN serverima Comment[sr@latin]=Saglasno sa L2TP VPN serverima Comment[sv]=Kompatibel med L2TP VPN-servrar +Comment[tr]=L2TP VPN sunucuları ile uyumlu Comment[uk]=Сумісні з L2TP сервери VPN Comment[x-test]=xxCompatible with L2TP VPN serversxx Comment[zh_CN]=兼容 L2TP VPN 服务器 diff -Nru plasma-nm-5.9.4/vpn/openconnect/plasmanetworkmanagement_openconnect_juniperui.desktop plasma-nm-5.9.5/vpn/openconnect/plasmanetworkmanagement_openconnect_juniperui.desktop --- plasma-nm-5.9.4/vpn/openconnect/plasmanetworkmanagement_openconnect_juniperui.desktop 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/vpn/openconnect/plasmanetworkmanagement_openconnect_juniperui.desktop 2017-04-25 13:25:16.000000000 +0000 @@ -38,6 +38,7 @@ Name[sr@ijekavianlatin]=Juniperov SSL VPN / Pulse Connect Secure (OpenConnect) Name[sr@latin]=Juniperov SSL VPN / Pulse Connect Secure (OpenConnect) Name[sv]=Juniper SSL VPN eller Pulse Connect Secure (openconnect) +Name[tr]=Juniper SSL VPN / Pulse Connect Secure (openconnect) Name[uk]=Juniper SSL VPN / Pulse Connect Secure (openconnect) Name[x-test]=xxJuniper SSL VPN / Pulse Connect Secure (openconnect)xx Name[zh_CN]=Juniper SSL VPN / Pulse Connect Secure (openconnect) @@ -66,6 +67,7 @@ Comment[sr@ijekavianlatin]=Saglasno sa Juniperovim SSL VPN‑om i Pulse Connect Secureom Comment[sr@latin]=Saglasno sa Juniperovim SSL VPN‑om i Pulse Connect Secureom Comment[sv]=Kompatibel med Juniper SSL VPN och Pulse Connect Secure +Comment[tr]=Juniper SSL VPN ve Pulse Connect Secure ile uyumlu Comment[uk]=Сумісні з Juniper SSL VPN і Pulse Connect Secure Comment[x-test]=xxCompatible with Juniper SSL VPN and Pulse Connect Securexx Comment[zh_CN]=与 Juniper SSL VPN 和 Pulse Connect Secure 兼容 diff -Nru plasma-nm-5.9.4/vpn/openconnect/plasmanetworkmanagement_openconnectui.desktop plasma-nm-5.9.5/vpn/openconnect/plasmanetworkmanagement_openconnectui.desktop --- plasma-nm-5.9.4/vpn/openconnect/plasmanetworkmanagement_openconnectui.desktop 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/vpn/openconnect/plasmanetworkmanagement_openconnectui.desktop 2017-04-25 13:25:16.000000000 +0000 @@ -42,6 +42,7 @@ Name[sr@ijekavianlatin]=VPN saglasan sa Ciscovim AnyConnectom (OpenConnect) Name[sr@latin]=VPN saglasan sa Ciscovim AnyConnectom (OpenConnect) Name[sv]=Cisco AnyConnect-kompatibel VPN (openconnect) +Name[tr]=Cisco AnyConnect Uyumlu VPN (openconnect) Name[uk]=VPN. сумісний з Cisco AnyConnect (openconnect) Name[x-test]=xxCisco AnyConnect Compatible VPN (openconnect)xx Name[zh_CN]=Cisco AnyConnect 兼容 VPN (openconnect) @@ -75,6 +76,7 @@ Comment[sr@ijekavianlatin]=Saglasno sa Ciscovim AnyConnect SSL VPN‑om Comment[sr@latin]=Saglasno sa Ciscovim AnyConnect SSL VPN‑om Comment[sv]=Kompatibel med Cisco AnyConnect SSL VPN +Comment[tr]=Cisco AnyConnect SSL VPN ile uyumlu Comment[uk]=VPN, сумісний з Cisco AnyConnect SSL Comment[x-test]=xxCompatible with Cisco AnyConnect SSL VPNxx Comment[zh_CN]=兼容 Cisco AnyConnect SSL VPN diff -Nru plasma-nm-5.9.4/vpn/openswan/plasmanetworkmanagement_openswanui.desktop plasma-nm-5.9.5/vpn/openswan/plasmanetworkmanagement_openswanui.desktop --- plasma-nm-5.9.4/vpn/openswan/plasmanetworkmanagement_openswanui.desktop 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/vpn/openswan/plasmanetworkmanagement_openswanui.desktop 2017-04-25 13:25:16.000000000 +0000 @@ -41,6 +41,7 @@ Name[sr@ijekavianlatin]=VPN na osnovu IPseca (Openswan) Name[sr@latin]=VPN na osnovu IPseca (Openswan) Name[sv]=IPsec-baserad VPN (openswan) +Name[tr]=IPsec tabanlı VPN (openswan) Name[uk]=VPN на основі IPsec (openswan) Name[x-test]=xxIPsec based VPN (openswan)xx Name[zh_CN]=基于 IPsec 的 VPN (openswan) @@ -73,6 +74,7 @@ Comment[sr@ijekavianlatin]=VPN na osnovu IPseca, IKE‑a v1, IKE v2 Comment[sr@latin]=VPN na osnovu IPseca, IKE‑a v1, IKE v2 Comment[sv]=IPsec, IKEv1, IKEv2-baserad VPN +Comment[tr]=IPsec, IKEv1, IKEv2 tabanlı VPN Comment[uk]=VPN на основі IPsec, IKEv1, IKEv2 Comment[x-test]=xxIPsec, IKEv1, IKEv2 based VPNxx Comment[zh_CN]=基于 IPsec,IKEv1,IKEv2 的 VPN diff -Nru plasma-nm-5.9.4/vpn/openvpn/plasmanetworkmanagement_openvpnui.desktop plasma-nm-5.9.5/vpn/openvpn/plasmanetworkmanagement_openvpnui.desktop --- plasma-nm-5.9.4/vpn/openvpn/plasmanetworkmanagement_openvpnui.desktop 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/vpn/openvpn/plasmanetworkmanagement_openvpnui.desktop 2017-04-25 13:25:16.000000000 +0000 @@ -87,6 +87,7 @@ Comment[sr@ijekavianlatin]=Saglasno sa serverom OpenVPN‑a Comment[sr@latin]=Saglasno sa serverom OpenVPN‑a Comment[sv]=Kompatibel med OpenVPN-server +Comment[tr]=OpenVPN sunucusuyla uyumlu Comment[uk]=Сумісний із сервером OpenVPN Comment[x-test]=xxCompatible with the OpenVPN serverxx Comment[zh_CN]=兼容 OpenVPN 服务器 diff -Nru plasma-nm-5.9.4/vpn/pptp/plasmanetworkmanagement_pptpui.desktop plasma-nm-5.9.5/vpn/pptp/plasmanetworkmanagement_pptpui.desktop --- plasma-nm-5.9.4/vpn/pptp/plasmanetworkmanagement_pptpui.desktop 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/vpn/pptp/plasmanetworkmanagement_pptpui.desktop 2017-04-25 13:25:16.000000000 +0000 @@ -41,6 +41,7 @@ Name[sr@ijekavianlatin]=PPTP (tunelski protokol tačka–tačka) Name[sr@latin]=PPTP (tunelski protokol tačka–tačka) Name[sv]=Punkt-till-punkt tunnelprotkoll (PPTP) +Name[tr]=Noktadan Noktaya Tünel Protokolü (PPTP) Name[uk]=Протокол тунелювання точка-до-точки (PPTP) Name[x-test]=xxPoint-to-Point Tunneling Protocol (PPTP)xx Name[zh_CN]=点到点隧道协议 (PPTP) @@ -74,6 +75,7 @@ Comment[sr@ijekavianlatin]=Saglasno sa Microsoftovim i drugim PPTP VPN serverima Comment[sr@latin]=Saglasno sa Microsoftovim i drugim PPTP VPN serverima Comment[sv]=Kompatibel med Microsoft och andra PPTP VPN-servrar +Comment[tr]=Microsoft ve diğer PPTP VPN sunucuları ile uyumlu Comment[uk]=Сумісні з Microsoft та іншими серверами VPN PPTP Comment[x-test]=xxCompatible with Microsoft and other PPTP VPN serversxx Comment[zh_CN]=兼容 Microsoft 和其他 PPTP VPN 服务器 diff -Nru plasma-nm-5.9.4/vpn/ssh/plasmanetworkmanagement_sshui.desktop plasma-nm-5.9.5/vpn/ssh/plasmanetworkmanagement_sshui.desktop --- plasma-nm-5.9.4/vpn/ssh/plasmanetworkmanagement_sshui.desktop 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/vpn/ssh/plasmanetworkmanagement_sshui.desktop 2017-04-25 13:25:16.000000000 +0000 @@ -78,6 +78,7 @@ Comment[sr@ijekavianlatin]=Saglasno sa SSH serverom Comment[sr@latin]=Saglasno sa SSH serverom Comment[sv]=Kompatibel med SSH-server +Comment[tr]=SSH sunucusuyla uyumlu Comment[uk]=Сумісний з сервером SSH Comment[x-test]=xxCompatible with the SSH serverxx Comment[zh_CN]=兼容 SSH 服务器 diff -Nru plasma-nm-5.9.4/vpn/sstp/plasmanetworkmanagement_sstpui.desktop plasma-nm-5.9.5/vpn/sstp/plasmanetworkmanagement_sstpui.desktop --- plasma-nm-5.9.4/vpn/sstp/plasmanetworkmanagement_sstpui.desktop 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/vpn/sstp/plasmanetworkmanagement_sstpui.desktop 2017-04-25 13:25:16.000000000 +0000 @@ -41,6 +41,7 @@ Name[sr@ijekavianlatin]=SSTP (bezbedni soketni tunelski protokol) Name[sr@latin]=SSTP (bezbedni soketni tunelski protokol) Name[sv]=Säkert uttagstunnelprotokoll (SSTP) +Name[tr]=Güvenli Yuva Tünel Protokolü (SSTP) Name[uk]=Протокол тунелювання із безпечними сокетами (SSTP) Name[x-test]=xxSecure Socket Tunneling Protocol (SSTP)xx Name[zh_CN]=安全套接字隧道协议 (SSTP) @@ -73,6 +74,7 @@ Comment[sr@ijekavianlatin]=Saglasno sa Microsoftovim i drugim SSTP VPN serverima Comment[sr@latin]=Saglasno sa Microsoftovim i drugim SSTP VPN serverima Comment[sv]=Kompatibelt med Microsoft och andra SSTP VPN-servrar +Comment[tr]=Microsoft ve diğer SSTP VPN sunucuları ile uyumlu Comment[uk]=Сумісні з Microsoft та іншими серверами VPN SSTP Comment[x-test]=xxCompatible with Microsoft and other SSTP VPN serversxx Comment[zh_CN]=兼容 Microsoft 和其他 SSTP VPN 服务器 diff -Nru plasma-nm-5.9.4/vpn/strongswan/plasmanetworkmanagement_strongswanui.desktop plasma-nm-5.9.5/vpn/strongswan/plasmanetworkmanagement_strongswanui.desktop --- plasma-nm-5.9.4/vpn/strongswan/plasmanetworkmanagement_strongswanui.desktop 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/vpn/strongswan/plasmanetworkmanagement_strongswanui.desktop 2017-04-25 13:25:16.000000000 +0000 @@ -41,6 +41,7 @@ Name[sr@ijekavianlatin]=VPN na osnovu IPseca (strongSwan) Name[sr@latin]=VPN na osnovu IPseca (strongSwan) Name[sv]=IPsec-baserad VPN (strongswan) +Name[tr]=IPsec tabanlı VPN (strongswan) Name[uk]=VPN на основі IPsec (strongswan) Name[x-test]=xxIPsec based VPN (strongswan)xx Name[zh_CN]=基于 IPsec 的 VPN (strongswan) @@ -73,6 +74,7 @@ Comment[sr@ijekavianlatin]=VPN na osnovu IPseca, IKE‑a v1, IKE v2 Comment[sr@latin]=VPN na osnovu IPseca, IKE‑a v1, IKE v2 Comment[sv]=IPsec, IKEv1, IKEv2-baserad VPN +Comment[tr]=IPsec, IKEv1, IKEv2 tabanlı VPN Comment[uk]=VPN на основі IPsec, IKEv1, IKEv2 Comment[x-test]=xxIPsec, IKEv1, IKEv2 based VPNxx Comment[zh_CN]=基于 IPsec,IKEv1,IKEv2 的 VPN diff -Nru plasma-nm-5.9.4/vpn/vpnc/plasmanetworkmanagement_vpncui.desktop plasma-nm-5.9.5/vpn/vpnc/plasmanetworkmanagement_vpncui.desktop --- plasma-nm-5.9.4/vpn/vpnc/plasmanetworkmanagement_vpncui.desktop 2017-03-21 14:02:22.000000000 +0000 +++ plasma-nm-5.9.5/vpn/vpnc/plasmanetworkmanagement_vpncui.desktop 2017-04-25 13:25:16.000000000 +0000 @@ -41,6 +41,7 @@ Name[sr@ijekavianlatin]=VPN saglasan sa Ciscovim (VPNC) Name[sr@latin]=VPN saglasan sa Ciscovim (VPNC) Name[sv]=Cisco-kompatibel VPN (vpnc) +Name[tr]=Cisco Uyumlu VPN (vpnc) Name[uk]=Сумісний із Cisco VPN (vpnc) Name[x-test]=xxCisco Compatible VPN (vpnc)xx Name[zh_CN]=Cisco 兼容 VPN (vpnc) @@ -73,6 +74,7 @@ Comment[sr@ijekavianlatin]=Saglasno sa raznim Ciscovim, Juniperovim, NetScreenovim i SonicWallovim VPN mrežnim izlazima na osnovu IPseca Comment[sr@latin]=Saglasno sa raznim Ciscovim, Juniperovim, NetScreenovim i SonicWallovim VPN mrežnim izlazima na osnovu IPseca Comment[sv]=Kompatibel med olika Cisco, Juniper, Netscreen och Sonicwall IPsec-baserade VPN-förmedlingsnoder +Comment[tr]=Çeşitli Cisco, Juniper, Netscreen ve Sonicwall IPsec tabanlı VPN ağ geçitleri ile uyumlu Comment[uk]=Сумісний із різноманітними шлюзами VPN Cisco, Juniper, Netscreen та Sonicwall на основі IPsec Comment[x-test]=xxCompatible with various Cisco, Juniper, Netscreen and Sonicwall IPsec-based VPN gatewaysxx Comment[zh_CN]=兼容多种 Cisco,Juniper,Netscreen 和 Sonicwall 基于 IPsec 的 VPN 网关