diff --git a/.reuse/dep5 b/.reuse/dep5
index 301f221e..ba6fadac 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -44,7 +44,7 @@ Copyright: UnionTech Software Technology Co., Ltd.
License: LGPL-3.0-or-later
# project config files(pkla in cc)
-Files: dss-network-plugin/50-dss-network-plugin.rules src/dde-network-core.pc.in try-compile/networkmanagerqt.cc *.pc.in
+Files: dss-network-plugin/50-dss-network-plugin.rules src/dde-network-core.pc.in try-compile/networkmanagerqt.cc *.pc.in *.pkla
Copyright: UnionTech Software Technology Co., Ltd.
License: LGPL-3.0-or-later
diff --git a/dcc-network/translations/network_en.ts b/dcc-network/translations/network_en.ts
new file mode 100644
index 00000000..85e0d399
--- /dev/null
+++ b/dcc-network/translations/network_en.ts
@@ -0,0 +1,3 @@
+
+
+
diff --git a/dcc-network/translations/network_en_US.ts b/dcc-network/translations/network_en_US.ts
new file mode 100644
index 00000000..85e0d399
--- /dev/null
+++ b/dcc-network/translations/network_en_US.ts
@@ -0,0 +1,3 @@
+
+
+
diff --git a/dock-network-plugin/CMakeLists.txt b/dock-network-plugin/CMakeLists.txt
index 86b7f0da..7ccce301 100644
--- a/dock-network-plugin/CMakeLists.txt
+++ b/dock-network-plugin/CMakeLists.txt
@@ -39,14 +39,18 @@ find_package(DdeDock REQUIRED)
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -fsanitize=address -O0")
#endif()
-file(GLOB TS_FILES "translations/*.ts")
-qt_add_translation(QM_FILES ${TS_FILES})
-add_custom_target(language ALL DEPENDS ${QM_FILES})
-
add_definitions("${QT_DEFINITIONS} -DQT_PLUGIN")
add_library(${PLUGIN_NAME} SHARED ${SRCS} ../net-view/window/qrc/network.qrc)
set_target_properties(${PLUGIN_NAME} PROPERTIES LIBRARY_OUTPUT_DIRECTORY ../../dde-dock)
+file(GLOB TS_FILES "translations/*.ts")
+qt_add_translations(${PLUGIN_NAME}_language
+ TS_FILES ${TS_FILES}
+ SOURCES ${SRCS}
+ LUPDATE_OPTIONS -no-obsolete -no-ui-lines -locations none
+ QM_FILES_OUTPUT_VARIABLE QM_FILES
+)
+add_custom_target(${PLUGIN_NAME}_language ALL DEPENDS ${QM_FILES})
# get_target_property(KF6_QT_INCLUDE_DIRS KF6::NetworkManagerQt INTERFACE_INCLUDE_DIRECTORIES)
target_include_directories(${PLUGIN_NAME} PUBLIC
diff --git a/dock-network-plugin/translations/dock-network-plugin.ts b/dock-network-plugin/translations/dock-network-plugin.ts
index be67a997..0e4ce4c5 100644
--- a/dock-network-plugin/translations/dock-network-plugin.ts
+++ b/dock-network-plugin/translations/dock-network-plugin.ts
@@ -2,281 +2,310 @@
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
+ Network settings
- Wired Network
+ Network Detection
+
+
+
+
+ dde::network::NetAirplaneModeTipsItem
+
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
- NetworkPlugin
+ dde::network::NetManagerPrivate
+
+ IP conflict
+
+
Network
+
+
+ dde::network::NetManagerThreadPrivate
- Wireless Network
+ Wired Connection %1
- Wired Network
+ VPN L2TP %1
- Connected
+ VPN PPTP %1
- Device disabled
+ VPN VPNC %1
- Network cable unplugged
+ VPN OpenVPN %1
- Not connected
+ VPN StrongSwan %1
- Connecting
+ VPN OpenConnect %1
- Obtaining address
+ PPPoE Connection %1
- Connected but no Internet access
+ Connecting "%1"
- IP conflict
+ "%1" connected
- Connection failed
+ "%1" disconnected
-
-
- WirelessItem
- Connect to hidden network
+ Unable to connect "%1", please check your router or net cable.
- Password
+ Unable to connect "%1", please keep closer to the wireless router
- Cancel
- button
+ Connection failed, unable to connect "%1", wrong password
- Connect
- button
+ Password is required to connect "%1"
- Name (SSID)
+ The "%1" 802.11 WLAN network could not be found
-
-
- dde::network::NetworkDetails
- Hotspot
+ To connect "%1", please set up your authentication info after logging in
+
+
+ dde::network::NetSecretWidget
- SSID
+ Password
- Protocol
+ Private Pwd
- Security Type
+ key
- Band
+ Proxy Password
- Channel
+ Group Password
- Interface
+ Username
- MAC
+ Name (SSID)
- IPv4
+ Cancel
+ button
- Netmask
+ Connect
+ button
+
+
+ dde::network::NetStatus
- Gateway
+ Disable wired connection
- Primary DNS
+ Enable wired connection
- IPv6
+ Disable wireless connection
- Prefix
+ Enable wireless connection
- Speed
+ Disable network
-
-
- dde::network::NetworkDeviceRealize
- Device disabled
+ Enable network
- Connected but no Internet access
+ Disable VPN
- Not connected
+ Enable VPN
- Network cable unplugged
+ Disable system proxy
- Connecting
+ Enable system proxy
- Authenticating
+ Network settings
- Obtaining IP address
+ Multiple services started
- Connected
+ Connected to: %1
- Disconnected
+ System proxy enabled
- IP conflict
+ Connected
- Failed
+ Network off
- Obtaining address
+ Network cable unplugged
-
-
- dde::network::NetworkProcesser
- Wired Network
+ Not connected
- Wired Network %1
+ Connecting
- Wireless Network
+ Connected but no Internet access
- Wireless Network %1
+ Connection failed
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
+ IP conflict
- Network cable unplugged
+ Wireless Network
- Not connected
+ Connected %1
- Connecting
+ Off
- Connected but no Internet access
+ Wired Network
- Connection failed
+ Network
+
+
+ dde::network::NetSystemProxyControlItem
- IP conflict
+ System Proxy
+
+
+ dde::network::NetVPNTipsItem
- Disable wired connection
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+ dde::network::NetWiredControlItem
- Enable wired connection
+ Wired Network
+
+
+ dde::network::NetWirelessControlItem
- Disable wireless connection
+ Wireless Network
+
+
+ dde::network::NetWirelessHiddenItem
- Enable wireless connection
+ Connect to hidden network
+
+
+ dde::network::NetWirelessMineItem
- Disable network
+ My Networks
+
+
+ dde::network::NetWirelessOtherItem
- Enable network
+ Other Networks
+
+
+ dde::network::NetworkPlugin
- Network settings
+ Network
diff --git a/dock-network-plugin/translations/dock-network-plugin_ar.ts b/dock-network-plugin/translations/dock-network-plugin_ar.ts
index 90528160..4e2b35a0 100644
--- a/dock-network-plugin/translations/dock-network-plugin_ar.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_ar.ts
@@ -1,201 +1,312 @@
-
+
+
+
- NetworkPlugin
+ dde::network::DockContentWidget
+
+ Network settings
+ إعدادات الشبكة
+
+
+ Network Detection
+
+
+
+
+ dde::network::NetAirplaneModeTipsItem
+
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+
+ dde::network::NetManagerPrivate
+
+ IP conflict
+
+
Network
- الشبكة
+ الشبكة
- dde::network::NetworkDetails
+ dde::network::NetManagerThreadPrivate
+
+ Wired Connection %1
+
+
- Hotspot
- نقطة الإتصال
+ VPN L2TP %1
+
- SSID
- SSID
+ VPN PPTP %1
+
- Protocol
-
+ VPN VPNC %1
+
- Security Type
-
+ VPN OpenVPN %1
+
- Band
- الحزمة
+ VPN StrongSwan %1
+
- Channel
- القناة
+ VPN OpenConnect %1
+
- Interface
- الواجهة
+ PPPoE Connection %1
+
- MAC
- ماك
+ Connecting "%1"
+
- IPv4
- IPv4
+ "%1" connected
+
- Netmask
- قناع الشبكة
+ "%1" disconnected
+
- Gateway
- البوابة
+ Unable to connect "%1", please check your router or net cable.
+
- Primary DNS
- DNS رئيسي
+ Unable to connect "%1", please keep closer to the wireless router
+
- IPv6
- IPv6
+ Connection failed, unable to connect "%1", wrong password
+
- Prefix
- البادئة
+ Password is required to connect "%1"
+
- Speed
- السرعة
+ The "%1" 802.11 WLAN network could not be found
+
+
+
+ To connect "%1", please set up your authentication info after logging in
+
- dde::network::NetworkDeviceRealize
+ dde::network::NetSecretWidget
- Device disabled
- جهاز ملغى
+ Password
+
- Connected but no Internet access
- متصل لكن لا يوجد اتصال بالإنترنت
+ Private Pwd
+
- Not connected
- غير متصل
+ key
+
- Network cable unplugged
- سلك الشبكة غير موصول
+ Proxy Password
+
- Connecting
- يتصل
+ Group Password
+
- Authenticating
- المصادقة
+ Username
+
- Obtaining IP address
- جاري الحصول على عنوان IP
+ Name (SSID)
+
- Connected
- متصل
+ Cancel
+ button
+
- Disconnected
- غير متصل
+ Connect
+ button
+
+
+
+ dde::network::NetStatus
- IP conflict
-
+ Disable wired connection
+ تعطيل الاتصال السلكي
- Failed
- فشل
+ Enable wired connection
+ تفعيل الاتصال السلكي
- Obtaining address
-
+ Disable wireless connection
+ تعطيل الاتصال اللاسلكي
-
-
- dde::network::NetworkProcesser
- Wired Network
- شبكة سلكية
+ Enable wireless connection
+ تفعيل الاتصال اللاسلكي
- Wired Network %1
- شبكة سلكية 1%
+ Disable network
+ تعطيل الشبكة
- Wireless Network
- شبكة لاسلكية
+ Enable network
+ تمكين الشبكة
- Wireless Network %1
- الشبكة اللاسلكية : %1
+ Disable VPN
+
+
+
+ Enable VPN
+
+
+
+ Disable system proxy
+
+
+
+ Enable system proxy
+
+
+
+ Network settings
+ إعدادات الشبكة
+
+
+ Multiple services started
+
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- جهاز ملغى
+ Connected to: %1
+
+
+
+ System proxy enabled
+
+
+
+ Connected
+ متصل
+
+
+ Network off
+
Network cable unplugged
- سلك الشبكة غير موصول
+ سلك الشبكة غير موصول
Not connected
- غير متصل
+ غير متصل
Connecting
- يتصل
+ يتصل
Connected but no Internet access
- متصل لكن لا يوجد اتصال بالإنترنت
+ متصل لكن لا يوجد اتصال بالإنترنت
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- تعطيل الاتصال السلكي
+ Wireless Network
+ شبكة لاسلكية
- Enable wired connection
- تفعيل الاتصال السلكي
+ Connected %1
+
- Disable wireless connection
- تعطيل الاتصال اللاسلكي
+ Off
+
- Enable wireless connection
- تفعيل الاتصال اللاسلكي
+ Wired Network
+ شبكة سلكية
- Disable network
- تعطيل الشبكة
+ Network
+ الشبكة
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- تمكين الشبكة
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- إعدادات الشبكة
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ شبكة سلكية
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ شبكة لاسلكية
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ الشبكة
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_az.ts b/dock-network-plugin/translations/dock-network-plugin_az.ts
index 5ecdef90..ff27632c 100644
--- a/dock-network-plugin/translations/dock-network-plugin_az.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_az.ts
@@ -1,273 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Simsiz şəbəkə
+ Network settings
+ Şəbəkə ayarları
- Wired Network
- Naqilli şəbəkə
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Şəbəkə
-
-
- Wireless Network
-
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wired Network
- Naqilli şəbəkə
+ IP conflict
+ İP ziddiyyəti
- Device disabled
- Cihaz söndürülüb
+ Network
+ Şəbəkə
+
+
+ dde::network::NetManagerThreadPrivate
- Network cable unplugged
- Şəbəkə kabeli çıxarılıb
+ Wired Connection %1
+
- Not connected
- Bağlantı yoxdur
+ VPN L2TP %1
+
- Connecting
- Qoşulur
+ VPN PPTP %1
+
- Connected but no Internet access
- Qoşulub, lakin internetə giriş yoxdur
+ VPN VPNC %1
+
- IP conflict
- İP ziddiyyəti
+ VPN OpenVPN %1
+
- Connection failed
- Qoşulma alınmadı
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Gizli şəbəkəyə qoşulun
+ VPN OpenConnect %1
+
- Password
- Şifrə
+ PPPoE Connection %1
+
- Cancel
- button
- İmtina
+ Connecting "%1"
+
- Connect
- button
- Qoşulun
+ "%1" connected
+
- Name (SSID)
- Ad (SSİD)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Qoşulma nöqtəsi
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Təhlükəsizlik növü
+ Password is required to connect "%1"
+
- Band
- Aralıq
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- İnterfeys
+ Password
+ Şifrə
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Şəbəkə maskası
+ Proxy Password
+
- Gateway
- Şəbəkə keçidi
+ Group Password
+
- Primary DNS
- Birinci DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Ad (SSİD)
- Prefix
- Prefiks
+ Cancel
+ button
+ İmtina
- Speed
- Sürət
+ Connect
+ button
+ Qoşulun
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
- Cihaz söndürülüb
+ Disable wired connection
+ Simli bağlantını söndürmək
- Connected but no Internet access
- Qoşulub, lakin internetə giriş yoxdur
+ Enable wired connection
+ Simli bağlantını qoşmaq
- Not connected
- Bağlantı yoxdur
+ Disable wireless connection
+ Simsiz bağlantını söndürmək
- Network cable unplugged
- Şəbəkə kabeli çıxarılıb
+ Enable wireless connection
+ Simsiz bağlantını qoşmaq
- Connecting
- Qoşulur...
+ Disable network
+ Şəbəkəni söndürmək
- Authenticating
- Doğrulanır
+ Enable network
+ Şəbəkəni qoşmaq
- Obtaining IP address
- İP ünvanları alınır
+ Disable VPN
+
- Connected
- Qoşuldu
+ Enable VPN
+
- Disconnected
- Bağlantı kəsildi
+ Disable system proxy
+
- IP conflict
- İP ziddiyyəti
+ Enable system proxy
+
- Failed
- Uğursuz
-
-
- Obtaining address
- Ünvan alınır
+ Network settings
+ Şəbəkə ayarları
-
-
- dde::network::NetworkProcesser
- Wired Network
- Simli şəbəkə
+ Multiple services started
+
- Wired Network %1
- Simli şəbəkəsi %1
+ Connected to: %1
+
- Wireless Network
- Simsiz şəbəkə
+ System proxy enabled
+
- Wireless Network %1
- Simsiz şəbəkə %1
+ Connected
+ Qoşuldu
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Cihaz söndürülüb
+ Network off
+
Network cable unplugged
- Şəbəkə kabeli çıxarılıb
+ Şəbəkə kabeli çıxarılıb
Not connected
- Bağlantı yoxdur
+ Bağlantı yoxdur
Connecting
- Qoşulur...
+
Connected but no Internet access
- Qoşulub, lakin internetə giriş yoxdur
+ Qoşulub, lakin internetə giriş yoxdur
Connection failed
- Qoşulma alınmadı
+ Qoşulma alınmadı
IP conflict
- İP ziddiyyəti
+ İP ziddiyyəti
- Disable wired connection
- Simli bağlantını söndürmək
+ Wireless Network
+ Simsiz şəbəkə
- Enable wired connection
- Simli bağlantını qoşmaq
+ Connected %1
+
- Disable wireless connection
- Simsiz bağlantını söndürmək
+ Off
+
- Enable wireless connection
- Simsiz bağlantını qoşmaq
+ Wired Network
+
- Disable network
- Şəbəkəni söndürmək
+ Network
+ Şəbəkə
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Şəbəkəni qoşmaq
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Şəbəkə ayarları
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Simsiz şəbəkə
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Gizli şəbəkəyə qoşulun
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Şəbəkə
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_bo.ts b/dock-network-plugin/translations/dock-network-plugin_bo.ts
index 3cce45ce..0852a66c 100644
--- a/dock-network-plugin/translations/dock-network-plugin_bo.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_bo.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- སྐུད་མེད་དྲ་རྒྱ།
+ Network settings
+ དྲ་རྒྱ་སྒྲིག་འགོད།
- Wired Network
- སྐུད་ཡོད་དྲ་རྒྱ།
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- དྲ་རྒྱ།
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ IPགནས་ཡུལ་འགལ་ཟླ་བྱུང་བ།
- Wired Network
- སྐུད་ཡོད་དྲ་རྒྱ།
+ Network
+ དྲ་རྒྱ།
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- ཡིབ་དྲ་དང་མཐུད་པ།
+ VPN OpenConnect %1
+
- Password
- གསང་ཨང་འཇུག་རོགས།
+ PPPoE Connection %1
+
- Cancel
- button
- འདོར་བ།
+ Connecting "%1"
+
- Connect
- button
- འབྲེལ་མཐུད།
+ "%1" connected
+
- Name (SSID)
- དྲ་བའི་མིང་(SSID)ནང་འཇུག་བྱེད་རོགས།
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- ཚ་གནས།
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- གྲོས་མཐུན།
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- བདེ་འཇགས་རིགས།
+ Password is required to connect "%1"
+
- Band
- བྱུང་རིམ།
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- དྲ་རྒྱའི་རྒྱུ་ལམ།
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- མཐུད་ཁ།
+ Password
+ གསང་ཨང་འཇུག་རོགས།
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- བུ་དྲ་ཡིབ་ཨང་།
+ Proxy Password
+
- Gateway
- དྲ་སྒོ།
+ Group Password
+
- Primary DNS
- སྔོན་འདེམས་DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ དྲ་བའི་མིང་(SSID)ནང་འཇུག་བྱེད་རོགས།
- Prefix
- སྔོན་སྦྱོར།
+ Cancel
+ button
+ འདོར་བ།
- Speed
- མྱུར་ཚད།
+ Connect
+ button
+ འབྲེལ་མཐུད།
- dde::network::NetworkDeviceRealize
-
- Device disabled
- སྒྲིག་ཆས་སྤྱོད་མི་ཆོག
-
+ dde::network::NetStatus
- Connected but no Internet access
- དྲ་རྒྱ་དང་འབྲེལ་ཟིན་ཡང་མཉམ་སྦྲེལ་དྲ་རྒྱར་འཛུལ་མི་ཐུབ།
+ Disable wired connection
+ སྐུད་ཡོད་དྲ་རྒྱ་ཁ་རྒྱོབ།
- Not connected
- སྦྲེལ་མེད་པ།
+ Enable wired connection
+ སྐུད་ཡོད་དྲ་རྒྱ་སྤྱོད་པ།
- Network cable unplugged
- དྲ་སྐུད་མཐུད་མི་འདུག
+ Disable wireless connection
+ སྐུད་མེད་དྲ་རྒྱ་ཁ་རྒྱོབ།
- Connecting
- སྦྲེལ་བཞིན་པ།
+ Enable wireless connection
+ སྐུད་མེད་དྲ་རྒྱ་སྤྱོད་པ།
- Authenticating
- ར་སྤྲོད་བྱེད་བཞིན་པ།
+ Disable network
+ དྲ་རྒྱ་ཁ་རྒྱོབ།
- Obtaining IP address
- IP གནས་ཡུལ་འཚོལ་བཞིན་པ།
+ Enable network
+ དྲ་རྒྱ་སྤྱོད་པ།
- Connected
- སྦྲེལ་ཟིན།
+ Disable VPN
+
- Disconnected
- བཅད་ཟིན།
+ Enable VPN
+
- IP conflict
- IPགནས་ཡུལ་འགལ་ཟླ་བྱུང་བ།
+ Disable system proxy
+
- Failed
- ཕམ་པ།
+ Enable system proxy
+
- Obtaining address
- གནས་ཡུལ་འཚོལ་བཞིན་པ།
+ Network settings
+ དྲ་རྒྱ་སྒྲིག་འགོད།
-
-
- dde::network::NetworkProcesser
- Wired Network
- སྐུད་ཡོད་དྲ་རྒྱ།
+ Multiple services started
+
- Wired Network %1
- སྐུད་ཡོད་དྲ་རྒྱ་%1
+ Connected to: %1
+
- Wireless Network
- སྐུད་མེད་དྲ་རྒྱ།
+ System proxy enabled
+
- Wireless Network %1
- སྐུད་མེད་དྲ་རྒྱ་%1
+ Connected
+ སྦྲེལ་ཟིན།
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- སྒྲིག་ཆས་སྤྱོད་མི་ཆོག
+ Network off
+
Network cable unplugged
- དྲ་སྐུད་མཐུད་མི་འདུག
+ དྲ་སྐུད་མཐུད་མི་འདུག
Not connected
- སྦྲེལ་མེད་པ།
+ སྦྲེལ་མེད་པ།
Connecting
- སྦྲེལ་བཞིན་པ།
+ སྦྲེལ་བཞིན་པ།
Connected but no Internet access
- དྲ་རྒྱ་དང་འབྲེལ་ཟིན་ཡང་མཉམ་སྦྲེལ་དྲ་རྒྱར་འཛུལ་མི་ཐུབ།
+ དྲ་རྒྱ་དང་འབྲེལ་ཟིན་ཡང་མཉམ་སྦྲེལ་དྲ་རྒྱར་འཛུལ་མི་ཐུབ།
Connection failed
- འབྲེལ་མཐུད་བྱེད་མ་ཐུབ།
+ འབྲེལ་མཐུད་བྱེད་མ་ཐུབ།
IP conflict
- IPགནས་ཡུལ་འགལ་ཟླ་བྱུང་བ།
+ IPགནས་ཡུལ་འགལ་ཟླ་བྱུང་བ།
- Disable wired connection
- སྐུད་ཡོད་དྲ་རྒྱ་ཁ་རྒྱོབ།
+ Wireless Network
+ སྐུད་མེད་དྲ་རྒྱ།
- Enable wired connection
- སྐུད་ཡོད་དྲ་རྒྱ་སྤྱོད་པ།
+ Connected %1
+
- Disable wireless connection
- སྐུད་མེད་དྲ་རྒྱ་ཁ་རྒྱོབ།
+ Off
+
- Enable wireless connection
- སྐུད་མེད་དྲ་རྒྱ་སྤྱོད་པ།
+ Wired Network
+ སྐུད་ཡོད་དྲ་རྒྱ།
- Disable network
- དྲ་རྒྱ་ཁ་རྒྱོབ།
+ Network
+ དྲ་རྒྱ།
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- དྲ་རྒྱ་སྤྱོད་པ།
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- དྲ་རྒྱ་སྒྲིག་འགོད།
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ སྐུད་ཡོད་དྲ་རྒྱ།
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ སྐུད་མེད་དྲ་རྒྱ།
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ ཡིབ་དྲ་དང་མཐུད་པ།
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ དྲ་རྒྱ།
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_ca.ts b/dock-network-plugin/translations/dock-network-plugin_ca.ts
index da3d1eac..5e0331fd 100644
--- a/dock-network-plugin/translations/dock-network-plugin_ca.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_ca.ts
@@ -1,281 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Xarxa sense fil
+ Network settings
+ Configuració de la xarxa
- Wired Network
- Xarxa amb fil
+ Network Detection
+
+
+
+
+ dde::network::NetAirplaneModeTipsItem
+
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- NetworkPlugin
+ dde::network::NetManagerPrivate
+
+ IP conflict
+ Conflicte d'IP
+
Network
- Xarxa
+ Xarxa
+
+
+ dde::network::NetManagerThreadPrivate
- Wireless Network
- Xarxa sense fil
+ Wired Connection %1
+
- Wired Network
- Xarxa amb fil
+ VPN L2TP %1
+
- Connected
-
+ VPN PPTP %1
+
- Device disabled
- Dispositiu inhabilitat
+ VPN VPNC %1
+
- Network cable unplugged
- Cable de xarxa desendollat
+ VPN OpenVPN %1
+
- Not connected
- No connectat
+ VPN StrongSwan %1
+
- Connecting
- Es connecta
+ VPN OpenConnect %1
+
- Obtaining address
-
+ PPPoE Connection %1
+
- Connected but no Internet access
- Connectat però sense accés a Internet
+ Connecting "%1"
+
- IP conflict
- Conflicte d'IP
+ "%1" connected
+
- Connection failed
- Ha fallat la connexió.
+ "%1" disconnected
+
-
-
- WirelessItem
- Connect to hidden network
- Connecta amb una xarxa oculta
+ Unable to connect "%1", please check your router or net cable.
+
- Password
- Contrasenya
+ Unable to connect "%1", please keep closer to the wireless router
+
- Cancel
- button
- Cancel·la
+ Connection failed, unable to connect "%1", wrong password
+
- Connect
- button
- Connecta
+ Password is required to connect "%1"
+
- Name (SSID)
- Nom (SSID)
+ The "%1" 802.11 WLAN network could not be found
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Punt d'accés
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- SSID
- SSID
+ Password
+ Contrasenya
- Protocol
- Protocol
+ Private Pwd
+
- Security Type
- Tipus de seguretat
+ key
+
- Band
- Banda
+ Proxy Password
+
- Channel
- Canal
+ Group Password
+
- Interface
- Interfície
+ Username
+
- MAC
- MAC
+ Name (SSID)
+ Nom (SSID)
- IPv4
- IPv4
+ Cancel
+ button
+ Cancel·la
- Netmask
- Màscara de xarxa
+ Connect
+ button
+ Connecta
+
+
+ dde::network::NetStatus
- Gateway
- Passarel·la
+ Disable wired connection
+ Inhabilita la connexió amb fil
- Primary DNS
- DNS primari
+ Enable wired connection
+ Habilita la connexió amb fil
- IPv6
- IPv6
+ Disable wireless connection
+ Inhabilita la connexió sense fil
- Prefix
- Prefix
+ Enable wireless connection
+ Habilita la connexió sense fil
- Speed
- Velocitat
+ Disable network
+ Inhabilita la xarxa
-
-
- dde::network::NetworkDeviceRealize
- Device disabled
- Dispositiu inhabilitat
+ Enable network
+ Habilita la xarxa
- Connected but no Internet access
- Connectat però sense accés a Internet
+ Disable VPN
+
- Not connected
- No connectat
+ Enable VPN
+
- Network cable unplugged
- Cable de xarxa desendollat
+ Disable system proxy
+
- Connecting
- Es connecta
+ Enable system proxy
+
- Authenticating
- S'autentica
+ Network settings
+ Configuració de la xarxa
- Obtaining IP address
- S'obté l'adreça IP
+ Multiple services started
+
- Connected
- Connectat
+ Connected to: %1
+
- Disconnected
- Desconnectat
+ System proxy enabled
+
- IP conflict
- Conflicte d'IP
+ Connected
+ Connectat
- Failed
- Ha fallat
+ Network off
+
- Obtaining address
- S'obté l'adreça
+ Network cable unplugged
+ Cable de xarxa desendollat
-
-
- dde::network::NetworkProcesser
- Wired Network
- Xarxa amb fil
+ Not connected
+ No connectat
- Wired Network %1
- Xarxa amb fil %1
+ Connecting
+ Es connecta
- Wireless Network
- Xarxa sense fil
+ Connected but no Internet access
+ Connectat però sense accés a Internet
- Wireless Network %1
- Xarxa sense fil %1
+ Connection failed
+ Ha fallat la connexió.
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispositiu inhabilitat
+ IP conflict
+ Conflicte d'IP
- Network cable unplugged
- Cable de xarxa desendollat
+ Wireless Network
+ Xarxa sense fil
- Not connected
- No connectat
+ Connected %1
+
- Connecting
- Es connecta
+ Off
+
- Connected but no Internet access
- Connectat però sense accés a Internet
+ Wired Network
+ Xarxa amb fil
- Connection failed
- Ha fallat la connexió.
+ Network
+ Xarxa
+
+
+ dde::network::NetSystemProxyControlItem
- IP conflict
- Conflicte d'IP
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Disable wired connection
- Inhabilita la connexió amb fil
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Enable wired connection
- Habilita la connexió amb fil
+ Wired Network
+ Xarxa amb fil
+
+
+ dde::network::NetWirelessControlItem
- Disable wireless connection
- Inhabilita la connexió sense fil
+ Wireless Network
+ Xarxa sense fil
+
+
+ dde::network::NetWirelessHiddenItem
- Enable wireless connection
- Habilita la connexió sense fil
+ Connect to hidden network
+ Connecta amb una xarxa oculta
+
+
+ dde::network::NetWirelessMineItem
- Disable network
- Inhabilita la xarxa
+ My Networks
+
+
+
+ dde::network::NetWirelessOtherItem
- Enable network
- Habilita la xarxa
+ Other Networks
+
+
+
+ dde::network::NetworkPlugin
- Network settings
- Configuració de la xarxa
+ Network
+ Xarxa
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_cs.ts b/dock-network-plugin/translations/dock-network-plugin_cs.ts
index fa885ee4..10e73f84 100644
--- a/dock-network-plugin/translations/dock-network-plugin_cs.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_cs.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Bezdrátová síť
+ Network settings
+ Nastavení sítě
- Wired Network
- Drátová síť
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Síť
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ Střet IP adres
- Wired Network
- Drátová síť
+ Network
+ Síť
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Připojit se ke skryté síti
+ VPN OpenConnect %1
+
- Password
- Heslo
+ PPPoE Connection %1
+
- Cancel
- button
- Zrušit
+ Connecting "%1"
+
- Connect
- button
- Připojit
+ "%1" connected
+
- Name (SSID)
- Název (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Přípojný bod
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Typ zabezpečení
+ Password is required to connect "%1"
+
- Band
- Pásmo
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanál
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Rozhraní
+ Password
+ Heslo
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Maska sítě
+ Proxy Password
+
- Gateway
- Brána
+ Group Password
+
- Primary DNS
- Hlavní DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Název (SSID)
- Prefix
- Předpona
+ Cancel
+ button
+ Zrušit
- Speed
- Rychlost
+ Connect
+ button
+ Připojit
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Zařízení zakázáno
-
+ dde::network::NetStatus
- Connected but no Internet access
- Připojeno, ale bez přístupu k internetu
+ Disable wired connection
+ Vypnout drátové připojení
- Not connected
- Nepřipojeno
+ Enable wired connection
+ Zapnout drátové připojení
- Network cable unplugged
- Síťový kabel odpojen
+ Disable wireless connection
+ Vypnout bezdrátové připojení
- Connecting
- Připojuje se
+ Enable wireless connection
+ Zapnout bezdrátové připojení
- Authenticating
- Ověřování
+ Disable network
+ Zakázat síť
- Obtaining IP address
- Získávání IP adresy
+ Enable network
+ Povolit síť
- Connected
- Připojeno
+ Disable VPN
+
- Disconnected
- Odpojeno
+ Enable VPN
+
- IP conflict
- Střet IP adres
+ Disable system proxy
+
- Failed
- Nepodařilo se
+ Enable system proxy
+
- Obtaining address
- Získávání adresy
+ Network settings
+ Nastavení sítě
-
-
- dde::network::NetworkProcesser
- Wired Network
- Drátová síť
+ Multiple services started
+
- Wired Network %1
- Drátová síť %1
+ Connected to: %1
+
- Wireless Network
- Bezdrátová síť
+ System proxy enabled
+
- Wireless Network %1
- Bezdrátová síť %1
+ Connected
+ Připojeno
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Zařízení zakázáno
+ Network off
+
Network cable unplugged
- Síťový kabel odpojen
+ Síťový kabel odpojen
Not connected
- Nepřipojeno
+ Nepřipojeno
Connecting
- Připojuje se
+ Připojuje se
Connected but no Internet access
- Připojeno, ale bez přístupu k Internetu
+
Connection failed
- Připojení se nezdařilo
+ Připojení se nezdařilo
IP conflict
- Střet IP adres
+ Střet IP adres
- Disable wired connection
- Vypnout drátové připojení
+ Wireless Network
+ Bezdrátová síť
- Enable wired connection
- Zapnout drátové připojení
+ Connected %1
+
- Disable wireless connection
- Vypnout bezdrátové připojení
+ Off
+
- Enable wireless connection
- Zapnout bezdrátové připojení
+ Wired Network
+ Drátová síť
- Disable network
- Zakázat síť
+ Network
+ Síť
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Povolit síť
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Nastavení sítě
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Drátová síť
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Bezdrátová síť
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Připojit se ke skryté síti
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Síť
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_da.ts b/dock-network-plugin/translations/dock-network-plugin_da.ts
index d4b8543f..9615343c 100644
--- a/dock-network-plugin/translations/dock-network-plugin_da.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_da.ts
@@ -1,201 +1,312 @@
-
+
+
+
- NetworkPlugin
+ dde::network::DockContentWidget
+
+ Network settings
+ Netværksindstillinger
+
+
+ Network Detection
+
+
+
+
+ dde::network::NetAirplaneModeTipsItem
+
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+
+ dde::network::NetManagerPrivate
+
+ IP conflict
+
+
Network
- Netværk
+ Netværk
- dde::network::NetworkDetails
+ dde::network::NetManagerThreadPrivate
+
+ Wired Connection %1
+
+
- Hotspot
- Hotspot
+ VPN L2TP %1
+
- SSID
- SSID
+ VPN PPTP %1
+
- Protocol
-
+ VPN VPNC %1
+
- Security Type
-
+ VPN OpenVPN %1
+
- Band
- Bånd
+ VPN StrongSwan %1
+
- Channel
- Kanal
+ VPN OpenConnect %1
+
- Interface
- Grænseflade
+ PPPoE Connection %1
+
- MAC
- MAC
+ Connecting "%1"
+
- IPv4
- IPv4
+ "%1" connected
+
- Netmask
- Netmaske
+ "%1" disconnected
+
- Gateway
- Gateway
+ Unable to connect "%1", please check your router or net cable.
+
- Primary DNS
- Primær DNS
+ Unable to connect "%1", please keep closer to the wireless router
+
- IPv6
- IPv6
+ Connection failed, unable to connect "%1", wrong password
+
- Prefix
- Præfiks
+ Password is required to connect "%1"
+
- Speed
- Hastighed
+ The "%1" 802.11 WLAN network could not be found
+
+
+
+ To connect "%1", please set up your authentication info after logging in
+
- dde::network::NetworkDeviceRealize
+ dde::network::NetSecretWidget
- Device disabled
- Enhed deaktiveret
+ Password
+
- Connected but no Internet access
- Tilsluttet men ingen internetadgang
+ Private Pwd
+
- Not connected
- Ikke tilsluttet
+ key
+
- Network cable unplugged
- Netværkskablet er frakoblet
+ Proxy Password
+
- Connecting
- Opretter forbindelse
+ Group Password
+
- Authenticating
- Autentificering
+ Username
+
- Obtaining IP address
- Indhenter IP-adresse
+ Name (SSID)
+
- Connected
- Tilsluttet
+ Cancel
+ button
+
- Disconnected
- Afbrudt
+ Connect
+ button
+
+
+
+ dde::network::NetStatus
- IP conflict
-
+ Disable wired connection
+ Deaktivér kablet forbindelse
- Failed
- Mislykkedet
+ Enable wired connection
+ Aktivér kablet forbindelse
- Obtaining address
-
+ Disable wireless connection
+ Deaktivér trådløs forbindelse
-
-
- dde::network::NetworkProcesser
- Wired Network
- Kablet netværk
+ Enable wireless connection
+ Aktivér trådløs forbindelse
- Wired Network %1
- Kablet netværk %1
+ Disable network
+ Deaktivér netværk
- Wireless Network
- Trådløst netværk
+ Enable network
+ Aktivér netværk
- Wireless Network %1
- Trådløst netværk %1
+ Disable VPN
+
+
+
+ Enable VPN
+
+
+
+ Disable system proxy
+
+
+
+ Enable system proxy
+
+
+
+ Network settings
+ Netværksindstillinger
+
+
+ Multiple services started
+
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Enhed deaktiveret
+ Connected to: %1
+
+
+
+ System proxy enabled
+
+
+
+ Connected
+ Tilsluttet
+
+
+ Network off
+
Network cable unplugged
- Netværkskablet er frakoblet
+ Netværkskablet er frakoblet
Not connected
- Ikke tilsluttet
+ Ikke tilsluttet
Connecting
- Opretter forbindelse
+ Opretter forbindelse
Connected but no Internet access
- Tilsluttet men ingen internetadgang
+ Tilsluttet men ingen internetadgang
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- Deaktivér kablet forbindelse
+ Wireless Network
+ Trådløst netværk
- Enable wired connection
- Aktivér kablet forbindelse
+ Connected %1
+
- Disable wireless connection
- Deaktivér trådløs forbindelse
+ Off
+
- Enable wireless connection
- Aktivér trådløs forbindelse
+ Wired Network
+ Kablet netværk
- Disable network
- Deaktivér netværk
+ Network
+ Netværk
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Aktivér netværk
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Netværksindstillinger
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Kablet netværk
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Trådløst netværk
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Netværk
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_de.ts b/dock-network-plugin/translations/dock-network-plugin_de.ts
index 2ef75122..520f8cd7 100644
--- a/dock-network-plugin/translations/dock-network-plugin_de.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_de.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Drahtlosnetzwerk
+ Network settings
+ Netzwerkeinstellungen
- Wired Network
- Kabelgebundenes Netzwerk
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Netzwerk
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ IP Konflikt
- Wired Network
- Kabelgebundenes Netzwerk
+ Network
+ Netzwerk
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Mit verstecktem Netzwerk verbinden
+ VPN OpenConnect %1
+
- Password
- Passwort
+ PPPoE Connection %1
+
- Cancel
- button
- Abbrechen
+ Connecting "%1"
+
- Connect
- button
- Verbinden
+ "%1" connected
+
- Name (SSID)
- Name (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokoll
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Sicherheitstyp
+ Password is required to connect "%1"
+
- Band
- Band
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Schnittstelle
+ Password
+ Passwort
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Netzmaske
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- Primärer DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Name (SSID)
- Prefix
- Präfix
+ Cancel
+ button
+ Abbrechen
- Speed
- Geschwindigkeit
+ Connect
+ button
+ Verbinden
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Gerät deaktiviert
-
+ dde::network::NetStatus
- Connected but no Internet access
- Verbunden, aber kein Internetzugang
+ Disable wired connection
+ Kabelgebundene Verbindung deaktivieren
- Not connected
- Nicht verbunden
+ Enable wired connection
+ Kabelgebundene Verbindung aktivieren
- Network cable unplugged
- Netzwerkkabel abgezogen
+ Disable wireless connection
+ Drahtlosverbindung deaktivieren
- Connecting
- Wird verbunden
+ Enable wireless connection
+ Drahtlosverbindung aktivieren
- Authenticating
- Wird authentifiziert
+ Disable network
+ Netzwerk deaktivieren
- Obtaining IP address
- IP-Adresse wird abgerufen
+ Enable network
+ Netzwerk aktivieren
- Connected
- Verbunden
+ Disable VPN
+
- Disconnected
- Getrennt
+ Enable VPN
+
- IP conflict
- IP Konflikt
+ Disable system proxy
+
- Failed
- Fehlgeschlagen
+ Enable system proxy
+
- Obtaining address
- Adresse wird abgerufen
+ Network settings
+ Netzwerkeinstellungen
-
-
- dde::network::NetworkProcesser
- Wired Network
- Kabelgebundenes Netzwerk
+ Multiple services started
+
- Wired Network %1
- Kabelgebundenes Netzwerk %1
+ Connected to: %1
+
- Wireless Network
- Drahtlosnetzwerk
+ System proxy enabled
+
- Wireless Network %1
- Drahtlosnetzwerk %1
+ Connected
+ Verbunden
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Gerät deaktiviert
+ Network off
+
Network cable unplugged
- Netzwerkkabel abgezogen
+ Netzwerkkabel abgezogen
Not connected
- Nicht verbunden
+ Nicht verbunden
Connecting
- Wird verbunden
+ Wird verbunden
Connected but no Internet access
- Verbunden, aber kein Internetzugang
+ Verbunden, aber kein Internetzugang
Connection failed
- Verbindung fehlgeschlagen
+ Verbindung fehlgeschlagen
IP conflict
- IP Konflikt
+ IP Konflikt
- Disable wired connection
- Kabelgebundene Verbindung deaktivieren
+ Wireless Network
+ Drahtlosnetzwerk
- Enable wired connection
- Kabelgebundene Verbindung aktivieren
+ Connected %1
+
- Disable wireless connection
- Drahtlosverbindung deaktivieren
+ Off
+
- Enable wireless connection
- Drahtlosverbindung aktivieren
+ Wired Network
+ Kabelgebundenes Netzwerk
- Disable network
- Netzwerk deaktivieren
+ Network
+ Netzwerk
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Netzwerk aktivieren
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Netzwerkeinstellungen
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Kabelgebundenes Netzwerk
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Drahtlosnetzwerk
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Mit verstecktem Netzwerk verbinden
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Netzwerk
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_el.ts b/dock-network-plugin/translations/dock-network-plugin_el.ts
index 6d1af663..56f7a191 100644
--- a/dock-network-plugin/translations/dock-network-plugin_el.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_el.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Ασύρματο Δίκτυο
+ Network settings
+ Ρυθμίσεις δικτύου
- Wired Network
- Ενσύρματο Δίκτυο
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Δίκτυο
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ Αντιτίθεση IP
- Wired Network
- Ενσύρματο Δίκτυο
+ Network
+ Δίκτυο
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Σύνδεση σε κρυφό δίκτυο
+ VPN OpenConnect %1
+
- Password
- Κωδικός πρόσβασης
+ PPPoE Connection %1
+
- Cancel
- button
- Ακύρωση
+ Connecting "%1"
+
- Connect
- button
- Σύνδεση
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Πρωτόκολλο
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Τύπος Ασφαλείας
+ Password is required to connect "%1"
+
- Band
- Mπάντα
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kανάλι
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Διεπαφή
+ Password
+ Κωδικός πρόσβασης
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Μάσκα Δικτύου
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- Πρωτεύον DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Πρόθεμα
+ Cancel
+ button
+ Ακύρωση
- Speed
- Ταχύτητα
+ Connect
+ button
+ Σύνδεση
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Συσκευή Αποσυνδέθηκε
-
+ dde::network::NetStatus
- Connected but no Internet access
- Συνδεδεμένο αλλά χωρίς πρόσβαση στο διαδίκτυο
+ Disable wired connection
+ Απενεργοποιήστε την ενσύρματη σύνδεση
- Not connected
- Δεν Συνδέθηκε
+ Enable wired connection
+ Ενεργοποιήστε την ενσύρματη σύνδεση
- Network cable unplugged
- Το καλώδιο δικτύου, αποσυνδέθηκε
+ Disable wireless connection
+ Απενεργοποιήστε την ασύρματη σύνδεση
- Connecting
- Σύνδεση
+ Enable wireless connection
+ Ενεργοποιήστε την ασύρματη σύνδεση
- Authenticating
- Πιστοποίηση
+ Disable network
+ Απενεργοποίηση δικτύου
- Obtaining IP address
- Απόκτηση Διεύθυνσης IP
+ Enable network
+ Ενεργοποίηση δικτύου
- Connected
- Συνδέθηκε
+ Disable VPN
+
- Disconnected
- Αποσυνδέθηκε
+ Enable VPN
+
- IP conflict
- Αντιτίθεση IP
+ Disable system proxy
+
- Failed
- Αποτυχία
+ Enable system proxy
+
- Obtaining address
- Απόκτηση Διεύθυνσης
+ Network settings
+ Ρυθμίσεις δικτύου
-
-
- dde::network::NetworkProcesser
- Wired Network
- Ενσύρματο Δίκτυο
+ Multiple services started
+
- Wired Network %1
- Ενσύρματο Δίκτυο %1
+ Connected to: %1
+
- Wireless Network
- Ασύρματο Δίκτυο
+ System proxy enabled
+
- Wireless Network %1
- Ασύρματο Δίκτυο %1
+ Connected
+ Συνδέθηκε
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Συσκευή Αποσυνδέθηκε
+ Network off
+
Network cable unplugged
- Το καλώδιο δικτύου, αποσυνδέθηκε
+ Το καλώδιο δικτύου, αποσυνδέθηκε
Not connected
- Δεν Συνδέθηκε
+ Δεν Συνδέθηκε
Connecting
- Σύνδεση
+ Σύνδεση
Connected but no Internet access
- Συνδεδεμένο αλλά χωρίς πρόσβαση στο διαδίκτυο
+ Συνδεδεμένο αλλά χωρίς πρόσβαση στο διαδίκτυο
Connection failed
- Αποτυχία σύνδεσης
+ Αποτυχία σύνδεσης
IP conflict
- Αντιτίθεση IP
+ Αντιτίθεση IP
- Disable wired connection
- Απενεργοποιήστε την ενσύρματη σύνδεση
+ Wireless Network
+ Ασύρματο Δίκτυο
- Enable wired connection
- Ενεργοποιήστε την ενσύρματη σύνδεση
+ Connected %1
+
- Disable wireless connection
- Απενεργοποιήστε την ασύρματη σύνδεση
+ Off
+
- Enable wireless connection
- Ενεργοποιήστε την ασύρματη σύνδεση
+ Wired Network
+ Ενσύρματο Δίκτυο
- Disable network
- Απενεργοποίηση δικτύου
+ Network
+ Δίκτυο
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Ενεργοποίηση δικτύου
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Ρυθμίσεις δικτύου
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Ενσύρματο Δίκτυο
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Ασύρματο Δίκτυο
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Σύνδεση σε κρυφό δίκτυο
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Δίκτυο
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_en_AU.ts b/dock-network-plugin/translations/dock-network-plugin_en_AU.ts
index b192aedd..aa81fa06 100644
--- a/dock-network-plugin/translations/dock-network-plugin_en_AU.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_en_AU.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Wireless Network
+ Network settings
+ Network settings
- Wired Network
- Wired Network
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Network
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+
- Wired Network
- Wired Network
+ Network
+ Network
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Connect to hidden network
+ VPN OpenConnect %1
+
- Password
- Password
+ PPPoE Connection %1
+
- Cancel
- button
- Cancel
+ Connecting "%1"
+
- Connect
- button
- Connect
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Security Type
+ Password is required to connect "%1"
+
- Band
- Band
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Channel
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interface
+ Password
+ Password
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Netmask
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- Primary DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Prefix
+ Cancel
+ button
+ Cancel
- Speed
- Speed
+ Connect
+ button
+ Connect
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Device disabled
-
+ dde::network::NetStatus
- Connected but no Internet access
- Connected but no Internet access
+ Disable wired connection
+ Disable wired connection
- Not connected
- Not connected
+ Enable wired connection
+ Enable wired connection
- Network cable unplugged
- Network cable unplugged
+ Disable wireless connection
+ Disable wireless connection
- Connecting
- Connecting
+ Enable wireless connection
+ Enable wireless connection
- Authenticating
- Authenticating
+ Disable network
+ Disable network
- Obtaining IP address
- Obtaining IP address
+ Enable network
+ Enable network
- Connected
- Connected
+ Disable VPN
+
- Disconnected
- Disconnected
+ Enable VPN
+
- IP conflict
-
+ Disable system proxy
+
- Failed
- Failed
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ Network settings
-
-
- dde::network::NetworkProcesser
- Wired Network
- Wired Network
+ Multiple services started
+
- Wired Network %1
- Wired Network %1
+ Connected to: %1
+
- Wireless Network
- Wireless Network
+ System proxy enabled
+
- Wireless Network %1
- Wired Network %1
+ Connected
+ Connected
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Device disabled
+ Network off
+
Network cable unplugged
- Network cable unplugged
+ Network cable unplugged
Not connected
- Not connected
+ Not connected
Connecting
- Connecting
+ Connecting
Connected but no Internet access
- Connected but no Internet access
+ Connected but no Internet access
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- Disable wired connection
+ Wireless Network
+ Wireless Network
- Enable wired connection
- Enable wired connection
+ Connected %1
+
- Disable wireless connection
- Disable wireless connection
+ Off
+
- Enable wireless connection
- Enable wireless connection
+ Wired Network
+ Wired Network
- Disable network
- Disable network
+ Network
+ Network
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Enable network
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Network settings
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Wired Network
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Wireless Network
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Connect to hidden network
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Network
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_en_US.ts b/dock-network-plugin/translations/dock-network-plugin_en_US.ts
index bd1016b8..0c2aaa7c 100644
--- a/dock-network-plugin/translations/dock-network-plugin_en_US.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_en_US.ts
@@ -2,282 +2,311 @@
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Wireless Network
+ Network settings
+ Network settings
- Wired Network
- Wired Network
+ Network Detection
+
+
+
+
+ dde::network::NetAirplaneModeTipsItem
+
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- NetworkPlugin
+ dde::network::NetManagerPrivate
+
+ IP conflict
+ IP conflict
+
Network
- Network
+ Network
+
+
+ dde::network::NetManagerThreadPrivate
- Wireless Network
- Wireless Network
+ Wired Connection %1
+
- Wired Network
- Wired Network
+ VPN L2TP %1
+
- Connected
- Connected
+ VPN PPTP %1
+
- Device disabled
- Device disabled
+ VPN VPNC %1
+
- Network cable unplugged
- Network cable unplugged
+ VPN OpenVPN %1
+
- Not connected
- Not connected
+ VPN StrongSwan %1
+
- Connecting
- Connecting
+ VPN OpenConnect %1
+
- Obtaining address
- Obtaining address
+ PPPoE Connection %1
+
- Connected but no Internet access
- Connected but no Internet access
+ Connecting "%1"
+
- IP conflict
- IP conflict
+ "%1" connected
+
- Connection failed
- Connection failed
+ "%1" disconnected
+
-
-
- WirelessItem
- Connect to hidden network
- Connect to hidden network
+ Unable to connect "%1", please check your router or net cable.
+
- Password
- Password
+ Unable to connect "%1", please keep closer to the wireless router
+
- Cancel
- button
- Cancel
+ Connection failed, unable to connect "%1", wrong password
+
- Connect
- button
- Connect
+ Password is required to connect "%1"
+
- Name (SSID)
- Name (SSID)
+ The "%1" 802.11 WLAN network could not be found
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- SSID
- SSID
+ Password
+ Password
- Protocol
- Protocol
+ Private Pwd
+
- Security Type
- Security Type
+ key
+
- Band
- Band
+ Proxy Password
+
- Channel
- Channel
+ Group Password
+
- Interface
- Interface
+ Username
+
- MAC
- MAC
+ Name (SSID)
+ Name (SSID)
- IPv4
- IPv4
+ Cancel
+ button
+ Cancel
- Netmask
- Netmask
+ Connect
+ button
+ Connect
+
+
+ dde::network::NetStatus
- Gateway
- Gateway
+ Disable wired connection
+ Disable wired connection
- Primary DNS
- Primary DNS
+ Enable wired connection
+ Enable wired connection
- IPv6
- IPv6
+ Disable wireless connection
+ Disable wireless connection
- Prefix
- Prefix
+ Enable wireless connection
+ Enable wireless connection
- Speed
- Speed
+ Disable network
+ Disable network
-
-
- dde::network::NetworkDeviceRealize
- Device disabled
- Device disabled
+ Enable network
+ Enable network
- Connected but no Internet access
- Connected but no Internet access
+ Disable VPN
+
- Not connected
- Not connected
+ Enable VPN
+
- Network cable unplugged
- Network cable unplugged
+ Disable system proxy
+
- Connecting
- Connecting
+ Enable system proxy
+
- Authenticating
- Authenticating
+ Network settings
+ Network settings
- Obtaining IP address
- Obtaining IP address
+ Multiple services started
+
- Connected
- Connected
+ Connected to: %1
+
- Disconnected
- Disconnected
+ System proxy enabled
+
- IP conflict
- IP conflict
+ Connected
+ Connected
- Failed
- Failed
+ Network off
+
- Obtaining address
- Obtaining address
+ Network cable unplugged
+ Network cable unplugged
-
-
- dde::network::NetworkProcesser
- Wired Network
- Wired Network
+ Not connected
+ Not connected
- Wired Network %1
- Wired Network %1
+ Connecting
+ Connecting
- Wireless Network
- Wireless Network
+ Connected but no Internet access
+ Connected but no Internet access
- Wireless Network %1
- Wireless Network %1
+ Connection failed
+ Connection failed
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Device disabled
+ IP conflict
+ IP conflict
- Network cable unplugged
- Network cable unplugged
+ Wireless Network
+ Wireless Network
- Not connected
- Not connected
+ Connected %1
+
- Connecting
- Connecting
+ Off
+
- Connected but no Internet access
- Connected but no Internet access
+ Wired Network
+ Wired Network
- Connection failed
- Connection failed
+ Network
+ Network
+
+
+ dde::network::NetSystemProxyControlItem
- IP conflict
- IP conflict
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Disable wired connection
- Disable wired connection
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Enable wired connection
- Enable wired connection
+ Wired Network
+ Wired Network
+
+
+ dde::network::NetWirelessControlItem
- Disable wireless connection
- Disable wireless connection
+ Wireless Network
+ Wireless Network
+
+
+ dde::network::NetWirelessHiddenItem
- Enable wireless connection
- Enable wireless connection
+ Connect to hidden network
+ Connect to hidden network
+
+
+ dde::network::NetWirelessMineItem
- Disable network
- Disable network
+ My Networks
+
+
+
+ dde::network::NetWirelessOtherItem
- Enable network
- Enable network
+ Other Networks
+
+
+
+ dde::network::NetworkPlugin
- Network settings
- Network settings
+ Network
+ Network
diff --git a/dock-network-plugin/translations/dock-network-plugin_es.ts b/dock-network-plugin/translations/dock-network-plugin_es.ts
index 7d974cd6..3abc658f 100644
--- a/dock-network-plugin/translations/dock-network-plugin_es.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_es.ts
@@ -1,273 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Red inalámbrica
+ Network settings
+ Ajustes de red
- Wired Network
- Red cableada
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Red
-
-
- Wireless Network
-
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wired Network
- Red cableada
+ IP conflict
+ Conflicto de IP
- Device disabled
- Dispositivo deshabilitado
+ Network
+ Red
+
+
+ dde::network::NetManagerThreadPrivate
- Network cable unplugged
- Cable de red desconectado
+ Wired Connection %1
+
- Not connected
- Sin conexión
+ VPN L2TP %1
+
- Connecting
- Conectando
+ VPN PPTP %1
+
- Connected but no Internet access
- Conectado pero sin acceso a Internet
+ VPN VPNC %1
+
- IP conflict
- Conflicto de IP
+ VPN OpenVPN %1
+
- Connection failed
- Conexión fallida
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Conectarse a una red oculta
+ VPN OpenConnect %1
+
- Password
- Contraseña
+ PPPoE Connection %1
+
- Cancel
- button
- Cancelar
+ Connecting "%1"
+
- Connect
- button
- Conectar
+ "%1" connected
+
- Name (SSID)
- Nombre (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Punto de acceso
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocolo
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Tipo de seguridad
+ Password is required to connect "%1"
+
- Band
- Banda
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interfaz
+ Password
+ Contraseña
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Máscara de red
+ Proxy Password
+
- Gateway
- Puerta de enlace
+ Group Password
+
- Primary DNS
- DNS primario
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nombre (SSID)
- Prefix
- Prefijo
+ Cancel
+ button
+ Cancelar
- Speed
- Velocidad
+ Connect
+ button
+ Conectar
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
- Dispositivo deshabilitado
+ Disable wired connection
+ Desactivar conexión por cable
- Connected but no Internet access
- Conectado pero sin acceso a Internet
+ Enable wired connection
+ Activar conexión por cable
- Not connected
- Sin conexión
+ Disable wireless connection
+ Desactivar conexión inalámbrica
- Network cable unplugged
- Cable de red desconectado
+ Enable wireless connection
+ Activar conexión inalámbrica
- Connecting
- Conectando
+ Disable network
+ Desactivar red
- Authenticating
- Autentificando
+ Enable network
+ Activar red
- Obtaining IP address
- Obteniendo dirección IP
+ Disable VPN
+
- Connected
- Conectado
+ Enable VPN
+
- Disconnected
- Desconectado
+ Disable system proxy
+
- IP conflict
- Conflicto de IP
+ Enable system proxy
+
- Failed
- Fallido
-
-
- Obtaining address
- Obtención de la dirección
+ Network settings
+ Ajustes de red
-
-
- dde::network::NetworkProcesser
- Wired Network
- Red cableada
+ Multiple services started
+
- Wired Network %1
- Red cableada %1
+ Connected to: %1
+
- Wireless Network
- Red inalámbrica
+ System proxy enabled
+
- Wireless Network %1
- Red inalámbrica %1
+ Connected
+ Conectado
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispositivo deshabilitado
+ Network off
+
Network cable unplugged
- Cable de red desconectado
+ Cable de red desconectado
Not connected
- Sin conexión
+ Sin conexión
Connecting
- Conectando
+ Conectando
Connected but no Internet access
- Conectado pero sin acceso a Internet
+ Conectado pero sin acceso a Internet
Connection failed
- Conexión fallida
+ Conexión fallida
IP conflict
- Conflicto de IP
+ Conflicto de IP
- Disable wired connection
- Desactivar conexión por cable
+ Wireless Network
+ Red inalámbrica
- Enable wired connection
- Activar conexión por cable
+ Connected %1
+
- Disable wireless connection
- Desactivar conexión inalámbrica
+ Off
+
- Enable wireless connection
- Activar conexión inalámbrica
+ Wired Network
+ Red cableada
- Disable network
- Desactivar red
+ Network
+ Red
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Activar red
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Ajustes de red
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Red cableada
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Red inalámbrica
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Conectarse a una red oculta
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Red
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_fa.ts b/dock-network-plugin/translations/dock-network-plugin_fa.ts
index 9f8a65c6..36cd6d56 100644
--- a/dock-network-plugin/translations/dock-network-plugin_fa.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_fa.ts
@@ -1,275 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
-
- Wireless Network
- شبکه بیسیم
+ Network settings
+ تنظیمات شبکه
-
- Wired Network
- شبکه کابلی
+ Network Detection
+
- NetworkPanel
+ dde::network::NetAirplaneModeTipsItem
-
- Wired connection: %1
- اتصال سیمی %1
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
-
- Wired Network
- شبکه کابلی
+ IP conflict
+
-
- Wireless connection: %1
-
+ Network
+ شبکه
+
+
+ dde::network::NetManagerThreadPrivate
-
- Wireless Network
- شبکه بیسیم
+ Wired Connection %1
+
-
- Device disabled
- دستگاه غیرفعال است
+ VPN L2TP %1
+
-
- Network cable unplugged
- کابل شبکه وصل نشده است
+ VPN PPTP %1
+
-
- Not connected
- متصل نیست
+ VPN VPNC %1
+
-
- Connecting
- در حال اتصال
+ VPN OpenVPN %1
+
-
- Connected but no Internet access
- متصل است اما دسترسی به اینترنت ندارد
+ VPN StrongSwan %1
+
-
- Connection failed
-
+ VPN OpenConnect %1
+
-
- Disable wired connection
-
+ PPPoE Connection %1
+
-
- Enable wired connection
-
+ Connecting "%1"
+
-
- Disable wireless connection
-
+ "%1" connected
+
-
- Enable wireless connection
-
+ "%1" disconnected
+
-
- Disable network
- غیر فعال کردن شبکه
+ Unable to connect "%1", please check your router or net cable.
+
-
- Enable network
- فعال کردن شبکه
+ Unable to connect "%1", please keep closer to the wireless router
+
-
- Network settings
- تنظیمات شبکه
+ Connection failed, unable to connect "%1", wrong password
+
-
- IP conflict
-
+ Password is required to connect "%1"
+
-
-
- NetworkPlugin
-
- Network
- شبکه
+ The "%1" 802.11 WLAN network could not be found
+
+
+
+ To connect "%1", please set up your authentication info after logging in
+
- dde::network::NetworkController
+ dde::network::NetSecretWidget
-
- Wired Network
- شبکه کابلی
+ Password
+
-
- Wired Network %1
- شبکه سیمی %1
+ Private Pwd
+
-
- Wireless Network
- شبکه بیسیم
+ key
+
-
- Wireless Network %1
- شبکه بی سیم %1
+ Proxy Password
+
+
+
+ Group Password
+
+
+
+ Username
+
+
+
+ Name (SSID)
+
+
+
+ Cancel
+ button
+
+
+
+ Connect
+ button
+
- dde::network::NetworkDetails
+ dde::network::NetStatus
-
- Hotspot
- هات اسپات
+ Disable wired connection
+
-
- SSID
- SSID
+ Enable wired connection
+
-
- Protocol
-
+ Disable wireless connection
+
-
- Security Type
-
+ Enable wireless connection
+
-
- Band
- باند
+ Disable network
+ غیر فعال کردن شبکه
-
- Channel
- کانال
+ Enable network
+ فعال کردن شبکه
-
- Interface
- رابط
+ Disable VPN
+
-
- MAC
- MAC
+ Enable VPN
+
-
- IPv4
- IPv4
+ Disable system proxy
+
-
- Gateway
- درگاه
+ Enable system proxy
+
-
- Primary DNS
- DNS اولیه
+ Network settings
+ تنظیمات شبکه
-
- Netmask
- Netmask
+ Multiple services started
+
-
- IPv6
- IPv6
+ Connected to: %1
+
-
- Prefix
- پیشوند
+ System proxy enabled
+
-
- Speed
- سرعت
+ Connected
+ متصل شده
+
+
+ Network off
+
-
-
- dde::network::NetworkDeviceBase
-
- Disconnected
- قطع اتصال
+ Network cable unplugged
+ کابل شبکه وصل نشده است
+
+
+ Not connected
+ متصل نیست
-
Connecting
- در حال اتصال
+ در حال اتصال
-
- Authenticating
- تأیید اعتبار
+ Connected but no Internet access
+ متصل است اما دسترسی به اینترنت ندارد
-
- Obtaining address
-
+ Connection failed
+
-
- Connected
- متصل شده
+ IP conflict
+
-
- Failed
- عدم اعمال
+ Wireless Network
+ شبکه بیسیم
-
- Device disabled
- دستگاه غیرفعال است
+ Connected %1
+
-
- Connected but no Internet access
- متصل است اما دسترسی به اینترنت ندارد
+ Off
+
-
- Not connected
- متصل نیست
+ Wired Network
+ شبکه کابلی
-
- Network cable unplugged
- کابل شبکه وصل نشده است
+ Network
+ شبکه
+
+
+
+ dde::network::NetSystemProxyControlItem
+
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ شبکه کابلی
+
+
+
+ dde::network::NetWirelessControlItem
-
- Obtaining IP address
- در حال به دست آوردن نشانی IP
+ Wireless Network
+ شبکه بیسیم
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ شبکه
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_fi.ts b/dock-network-plugin/translations/dock-network-plugin_fi.ts
index 2e279fcb..bc1df114 100644
--- a/dock-network-plugin/translations/dock-network-plugin_fi.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_fi.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Langaton verkko
+ Network settings
+ Verkon asetukset
- Wired Network
- Kaapeli
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Verkko
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ IP ristiriita
- Wired Network
- Kaapeli
+ Network
+ Verkko
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Yhdistä piilotettuun verkkoon
+ VPN OpenConnect %1
+
- Password
- Salasana
+ PPPoE Connection %1
+
- Cancel
- button
- Peruuta
+ Connecting "%1"
+
- Connect
- button
- Yhdistä
+ "%1" connected
+
- Name (SSID)
- Nimi (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Tukiasema
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokolla
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Suojaustyyppi
+ Password is required to connect "%1"
+
- Band
- Taajuusalue
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanava
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Liitäntä
+ Password
+ Salasana
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Verkkopeite
+ Proxy Password
+
- Gateway
- Yhdyskäytävä
+ Group Password
+
- Primary DNS
- Ensisijainen DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nimi (SSID)
- Prefix
- Etuliite
+ Cancel
+ button
+ Peruuta
- Speed
- Nopeus
+ Connect
+ button
+ Yhdistä
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Laite suljettu
-
+ dde::network::NetStatus
- Connected but no Internet access
- Yhdistetty, mutta ei internet osoitetta
+ Disable wired connection
+ Poista kiinteä yhteys
- Not connected
- Ei yhteyttä
+ Enable wired connection
+ Kytke kiinteä yhteys
- Network cable unplugged
- Verkkokaapeli irrotettu
+ Disable wireless connection
+ Poista langaton käytöstä
- Connecting
- Yhdistää
+ Enable wireless connection
+ Kytke langaton käyttöön
- Authenticating
- Todennus
+ Disable network
+ Poista verkko käytöstä
- Obtaining IP address
- Hakee IP osoitetta
+ Enable network
+ Kytke verkko käyttöön
- Connected
- Yhdistetty
+ Disable VPN
+
- Disconnected
- Katkaistu
+ Enable VPN
+
- IP conflict
- IP ristiriita
+ Disable system proxy
+
- Failed
- Epäonnistui
+ Enable system proxy
+
- Obtaining address
- Osoitteen haku
+ Network settings
+ Verkon asetukset
-
-
- dde::network::NetworkProcesser
- Wired Network
- Kaapeli
+ Multiple services started
+
- Wired Network %1
- Kaapeli %1
+ Connected to: %1
+
- Wireless Network
- Langaton verkko
+ System proxy enabled
+
- Wireless Network %1
- Langaton verkko: %1
+ Connected
+ Yhdistetty
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Laite suljettu
+ Network off
+
Network cable unplugged
- Verkkokaapeli irrotettu
+ Verkkokaapeli irrotettu
Not connected
- Ei yhteyttä
+ Ei yhteyttä
Connecting
- Yhdistää
+ Yhdistää
Connected but no Internet access
- Yhdistetty, mutta ei internet osoitetta
+ Yhdistetty, mutta ei internet osoitetta
Connection failed
- Yhteys epäonnistui
+ Yhteys epäonnistui
IP conflict
- IP ristiriita
+ IP ristiriita
- Disable wired connection
- Poista kiinteä yhteys
+ Wireless Network
+ Langaton verkko
- Enable wired connection
- Kytke kiinteä yhteys
+ Connected %1
+
- Disable wireless connection
- Poista langaton käytöstä
+ Off
+
- Enable wireless connection
- Kytke langaton käyttöön
+ Wired Network
+ Kaapeli
- Disable network
- Poista verkko käytöstä
+ Network
+ Verkko
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Kytke verkko käyttöön
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Verkon asetukset
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Kaapeli
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Langaton verkko
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Yhdistä piilotettuun verkkoon
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Verkko
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_fr.ts b/dock-network-plugin/translations/dock-network-plugin_fr.ts
index b6fd80a6..e85f78c9 100644
--- a/dock-network-plugin/translations/dock-network-plugin_fr.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_fr.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Réseau sans fil
+ Network settings
+ Paramètres réseau
- Wired Network
- Réseau filaire
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Réseau
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ Conflit IP
- Wired Network
- Réseau filaire
+ Network
+ Réseau
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Se connecter à un réseau caché
+ VPN OpenConnect %1
+
- Password
- Mot de passe
+ PPPoE Connection %1
+
- Cancel
- button
- Annuler
+ Connecting "%1"
+
- Connect
- button
- Relier
+ "%1" connected
+
- Name (SSID)
- Nom (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Point d'accès
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocole
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Type de sécurité
+ Password is required to connect "%1"
+
- Band
- Bande
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interface
+ Password
+ Mot de passe
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Masque de réseau
+ Proxy Password
+
- Gateway
- passerelle
+ Group Password
+
- Primary DNS
- DNS primaire
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nom (SSID)
- Prefix
- Préfixe
+ Cancel
+ button
+ Annuler
- Speed
- Vitesse
+ Connect
+ button
+ Relier
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Périphérique désactivé
-
+ dde::network::NetStatus
- Connected but no Internet access
- Connecté mais pas d’accès internet
+ Disable wired connection
+ Désactiver la connexion filaire
- Not connected
- Pas connecté
+ Enable wired connection
+ Activer la connexion filaire
- Network cable unplugged
- Câble réseau débranché
+ Disable wireless connection
+ Désactiver la connexion sans fil
- Connecting
- Connexion en cours
+ Enable wireless connection
+ Activer la connexion sans fil
- Authenticating
- Authentification
+ Disable network
+ Désactiver le réseau
- Obtaining IP address
- Obtention d'adresse IP
+ Enable network
+ Activer le réseau
- Connected
- Connecté
+ Disable VPN
+
- Disconnected
- Déconnecté
+ Enable VPN
+
- IP conflict
- Conflit IP
+ Disable system proxy
+
- Failed
- Échoué
+ Enable system proxy
+
- Obtaining address
- Obtenir l'adresse
+ Network settings
+ Paramètres réseau
-
-
- dde::network::NetworkProcesser
- Wired Network
- Réseau filaire
+ Multiple services started
+
- Wired Network %1
- Réseau filaire %1
+ Connected to: %1
+
- Wireless Network
- Réseau sans fil
+ System proxy enabled
+
- Wireless Network %1
- Réseau sans fil %1
+ Connected
+ Connecté
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Périphérique désactivé
+ Network off
+
Network cable unplugged
- Câble réseau débranché
+ Câble réseau débranché
Not connected
- Pas connecté
+ Pas connecté
Connecting
- Connexion en cours
+ Connexion en cours
Connected but no Internet access
- Connecté mais pas d’accès internet
+ Connecté mais pas d’accès internet
Connection failed
- La connexion a échoué
+ La connexion a échoué
IP conflict
- Conflit IP
+ Conflit IP
- Disable wired connection
- Désactiver la connexion filaire
+ Wireless Network
+ Réseau sans fil
- Enable wired connection
- Activer la connexion filaire
+ Connected %1
+
- Disable wireless connection
- Désactiver la connexion sans fil
+ Off
+
- Enable wireless connection
- Activer la connexion sans fil
+ Wired Network
+ Réseau filaire
- Disable network
- Désactiver le réseau
+ Network
+ Réseau
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Activer le réseau
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Paramètres réseau
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Réseau filaire
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Réseau sans fil
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Se connecter à un réseau caché
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Réseau
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_gl_ES.ts b/dock-network-plugin/translations/dock-network-plugin_gl_ES.ts
index bf680af5..d9618d71 100644
--- a/dock-network-plugin/translations/dock-network-plugin_gl_ES.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_gl_ES.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Rede sen fíos
+ Network settings
+ Axustes da rede
- Wired Network
- Rede con fíos
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Rede
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+
- Wired Network
- Rede con fíos
+ Network
+ Rede
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Conectar a unha rede oculta
+ VPN OpenConnect %1
+
- Password
- Contrasinal
+ PPPoE Connection %1
+
- Cancel
- button
- Cancelar
+ Connecting "%1"
+
- Connect
- button
- Conectar
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Punto de acceso
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocolo
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Tipo de seguranza
+ Password is required to connect "%1"
+
- Band
- Banda
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canle
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interface
+ Password
+ Contrasinal
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Máscara de rede
+ Proxy Password
+
- Gateway
- Pasarela
+ Group Password
+
- Primary DNS
- DNS primario
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Prefixo
+ Cancel
+ button
+ Cancelar
- Speed
- Velocidade
+ Connect
+ button
+ Conectar
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Dispositivo desactivado
-
+ dde::network::NetStatus
- Connected but no Internet access
- Conectado pero sen acceso a internet
+ Disable wired connection
+ Desactivar a conexión con fíos
- Not connected
- Sen conexión
+ Enable wired connection
+ Activa a conexión con fíos
- Network cable unplugged
- Cabo de rede desconectado
+ Disable wireless connection
+ Desactivar a conexión sen fíos
- Connecting
- Conectando
+ Enable wireless connection
+ Activar a conexión sen fíos
- Authenticating
- Autenticando
+ Disable network
+ Desactivar a rede
- Obtaining IP address
- Obtendo o enderezo IP
+ Enable network
+ Activar a rede
- Connected
- Conectado
+ Disable VPN
+
- Disconnected
- Desconectado
+ Enable VPN
+
- IP conflict
-
+ Disable system proxy
+
- Failed
- Con erros
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ Axustes da rede
-
-
- dde::network::NetworkProcesser
- Wired Network
- Rede con fíos
+ Multiple services started
+
- Wired Network %1
- Rede con fíos % 1
+ Connected to: %1
+
- Wireless Network
- Rede sen fíos
+ System proxy enabled
+
- Wireless Network %1
- Rede sen fíos %1
+ Connected
+ Conectado
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispositivo desactivado
+ Network off
+
Network cable unplugged
- Cabo de rede desconectado
+ Cabo de rede desconectado
Not connected
- Sen conexión
+ Sen conexión
Connecting
- Conectando
+ Conectando
Connected but no Internet access
- Conectado pero sen acceso a internet
+ Conectado pero sen acceso a internet
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- Desactivar a conexión con fíos
+ Wireless Network
+ Rede sen fíos
- Enable wired connection
- Activa a conexión con fíos
+ Connected %1
+
- Disable wireless connection
- Desactivar a conexión sen fíos
+ Off
+
- Enable wireless connection
- Activar a conexión sen fíos
+ Wired Network
+ Rede con fíos
- Disable network
- Desactivar a rede
+ Network
+ Rede
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Activar a rede
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Axustes da rede
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Rede con fíos
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Rede sen fíos
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Conectar a unha rede oculta
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Rede
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_hi_IN.ts b/dock-network-plugin/translations/dock-network-plugin_hi_IN.ts
index c5f21601..696931c6 100644
--- a/dock-network-plugin/translations/dock-network-plugin_hi_IN.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_hi_IN.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- केबल रहित नेटवर्क
+ Network settings
+ नेटवर्क सेटिंग्स
- Wired Network
- केबल नेटवर्क
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- नेटवर्क
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ आईपी विरोधाभास
- Wired Network
- केबल नेटवर्क
+ Network
+ नेटवर्क
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- छुपे नेटवर्क से जुड़ें
+ VPN OpenConnect %1
+
- Password
- कूटशब्द
+ PPPoE Connection %1
+
- Cancel
- button
- रद्द करें
+ Connecting "%1"
+
- Connect
- button
- कनेक्ट करें
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- हॉटस्पॉट
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- प्रोटोकॉल
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- सुरक्षा प्रकार
+ Password is required to connect "%1"
+
- Band
- बैंड
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- चैनल
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- इंटरफेस
+ Password
+ कूटशब्द
- MAC
- MAC
+ Private Pwd
+
- IPv4
- आईपीवी4
+ key
+
- Netmask
- Netmask
+ Proxy Password
+
- Gateway
- नेटवर्क गेटवे
+ Group Password
+
- Primary DNS
- प्राथमिक DNS
+ Username
+
- IPv6
- आईपीवी6
+ Name (SSID)
+
- Prefix
- नेटवर्क उपसर्ग
+ Cancel
+ button
+ रद्द करें
- Speed
- गति
+ Connect
+ button
+ कनेक्ट करें
- dde::network::NetworkDeviceRealize
-
- Device disabled
- उपकरण निष्क्रिय है
-
+ dde::network::NetStatus
- Connected but no Internet access
- कनेक्ट है परंतु नेटवर्क हेतु अभिगम नहीं है
+ Disable wired connection
+ केबल कनेक्शन निष्क्रिय करें
- Not connected
- कनेक्ट नहीं है
+ Enable wired connection
+ केबल कनेक्शन सक्रिय करें
- Network cable unplugged
- नेटवर्क केबल हटी हुई है
+ Disable wireless connection
+ केबल रहित कनेक्शन निष्क्रिय करें
- Connecting
- कनेक्ट हो रहा है
+ Enable wireless connection
+ केबल रहित कनेक्शन सक्रिय करें
- Authenticating
- प्रमाणीकृत किया जा रहा है
+ Disable network
+ नेटवर्क निष्क्रिय करें
- Obtaining IP address
- IP अड्रेस प्राप्त किया जा रहा है
+ Enable network
+ नेटवर्क सक्रिय करें
- Connected
- कनेक्ट है
+ Disable VPN
+
- Disconnected
- डिस्कनेक्ट है
+ Enable VPN
+
- IP conflict
- आईपी विरोधाभास
+ Disable system proxy
+
- Failed
- विफल रहा
+ Enable system proxy
+
- Obtaining address
- नेटवर्क पता प्राप्त करना जारी
+ Network settings
+ नेटवर्क सेटिंग्स
-
-
- dde::network::NetworkProcesser
- Wired Network
- केबल नेटवर्क
+ Multiple services started
+
- Wired Network %1
- केबल नेटवर्क %1
+ Connected to: %1
+
- Wireless Network
- केबल रहित नेटवर्क
+ System proxy enabled
+
- Wireless Network %1
- केबल रहित नेटवर्क %1
+ Connected
+ कनेक्ट है
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- उपकरण निष्क्रिय है
+ Network off
+
Network cable unplugged
- नेटवर्क केबल हटी हुई है
+ नेटवर्क केबल हटी हुई है
Not connected
- कनेक्ट नहीं है
+ कनेक्ट नहीं है
Connecting
- कनेक्ट हो रहा है
+ कनेक्ट हो रहा है
Connected but no Internet access
- कनेक्ट है परंतु नेटवर्क हेतु अभिगम नहीं है
+ कनेक्ट है परंतु नेटवर्क हेतु अभिगम नहीं है
Connection failed
- कनेक्ट करना विफल रहा
+ कनेक्ट करना विफल रहा
IP conflict
- आईपी विरोधाभास
+ आईपी विरोधाभास
- Disable wired connection
- केबल कनेक्शन निष्क्रिय करें
+ Wireless Network
+ केबल रहित नेटवर्क
- Enable wired connection
- केबल कनेक्शन सक्रिय करें
+ Connected %1
+
- Disable wireless connection
- केबल रहित कनेक्शन निष्क्रिय करें
+ Off
+
- Enable wireless connection
- केबल रहित कनेक्शन सक्रिय करें
+ Wired Network
+ केबल नेटवर्क
- Disable network
- नेटवर्क निष्क्रिय करें
+ Network
+ नेटवर्क
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- नेटवर्क सक्रिय करें
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- नेटवर्क सेटिंग्स
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ केबल नेटवर्क
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ केबल रहित नेटवर्क
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ छुपे नेटवर्क से जुड़ें
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ नेटवर्क
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_hr.ts b/dock-network-plugin/translations/dock-network-plugin_hr.ts
index d4882db3..0d4df773 100644
--- a/dock-network-plugin/translations/dock-network-plugin_hr.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_hr.ts
@@ -1,273 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Bežična mreža
+ Network settings
+ Mrežne postavke
- Wired Network
- Žična mreža
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Mreža
-
-
- Wireless Network
-
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wired Network
- Žična mreža
+ IP conflict
+
- Device disabled
- Uređaj je onemogućen
+ Network
+ Mreža
+
+
+ dde::network::NetManagerThreadPrivate
- Network cable unplugged
- Mrežni kabel je isključen
+ Wired Connection %1
+
- Not connected
- Nije spojeno
+ VPN L2TP %1
+
- Connecting
- Povezujem se
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Poveži na skrivenu mrežu
+ VPN OpenConnect %1
+
- Password
- Lozinka
+ PPPoE Connection %1
+
- Cancel
- button
- Otkaži
+ Connecting "%1"
+
- Connect
- button
- Poveži
+ "%1" connected
+
- Name (SSID)
- Ime (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
-
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Vrsta sigurnosti
+ Password is required to connect "%1"
+
- Band
- Frekvencija
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Sučelje
+ Password
+ Lozinka
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Maska podmreže
+ Proxy Password
+
- Gateway
- Pristupnik
+ Group Password
+
- Primary DNS
- Primaran DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Ime (SSID)
- Prefix
- Prefiks
+ Cancel
+ button
+ Otkaži
- Speed
- Brzina
+ Connect
+ button
+ Poveži
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
- Uređaj je onemogućen
+ Disable wired connection
+ Onemogući žično povezivanje
- Connected but no Internet access
- Spojen ali nema pristupa internetu
+ Enable wired connection
+ Omogući žično povezivanje
- Not connected
- Nije spojeno
+ Disable wireless connection
+ Onemogući bežično povezivaqnje
- Network cable unplugged
- Mrežni kabel je isključen
+ Enable wireless connection
+ Omogući bežično povezivanje
- Connecting
- Povezujem se
+ Disable network
+ Onemogući mrežu
- Authenticating
- Autentifikacija
+ Enable network
+ Omogući mrežu
- Obtaining IP address
- Dobivam IP adresu
+ Disable VPN
+
- Connected
- Spojeno
+ Enable VPN
+
- Disconnected
- Odspojeno
+ Disable system proxy
+
- IP conflict
-
+ Enable system proxy
+
- Failed
- Neuspjelo
-
-
- Obtaining address
- Dobivanje adrese
+ Network settings
+ Mrežne postavke
-
-
- dde::network::NetworkProcesser
- Wired Network
- Žična mreža
+ Multiple services started
+
- Wired Network %1
- Žična mreža %1
+ Connected to: %1
+
- Wireless Network
- Bežična mreža
+ System proxy enabled
+
- Wireless Network %1
- Bežična mreža %1
+ Connected
+ Spojeno
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Uređaj je onemogućen
+ Network off
+
Network cable unplugged
- Mrežni kabel je isključen
+ Mrežni kabel je isključen
Not connected
- Nije spojeno
+ Nije spojeno
Connecting
- Povezujem se
+ Povezujem se
Connected but no Internet access
- Spojen ali nema pristupa internetu
+ Spojen ali nema pristupa internetu
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- Onemogući žično povezivanje
+ Wireless Network
+ Bežična mreža
- Enable wired connection
- Omogući žično povezivanje
+ Connected %1
+
- Disable wireless connection
- Onemogući bežično povezivaqnje
+ Off
+
- Enable wireless connection
- Omogući bežično povezivanje
+ Wired Network
+ Žična mreža
- Disable network
- Onemogući mrežu
+ Network
+ Mreža
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Omogući mrežu
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Mrežne postavke
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Žična mreža
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Bežična mreža
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Poveži na skrivenu mrežu
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Mreža
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_hu.ts b/dock-network-plugin/translations/dock-network-plugin_hu.ts
index 34cb3946..c706b64f 100644
--- a/dock-network-plugin/translations/dock-network-plugin_hu.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_hu.ts
@@ -1,273 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Vezeték nélküli hálózat
+ Network settings
+ Hálózati beállítások
- Wired Network
- Vezetékes hálózat
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Hálózat
-
-
- Wireless Network
- Vezeték nélküli hálózat
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wired Network
- Vezetékes hálózat
+ IP conflict
+ IP cím ütközés
- Device disabled
- Eszköz letiltva
+ Network
+ Hálózat
+
+
+ dde::network::NetManagerThreadPrivate
- Network cable unplugged
- A hálózati kábel kihúzva
+ Wired Connection %1
+
- Not connected
- Nincs csatlakozva
+ VPN L2TP %1
+
- Connecting
- Csatlakozás
+ VPN PPTP %1
+
- Connected but no Internet access
- Csatlakoztatva, de nincs internet hozzáférés
+ VPN VPNC %1
+
- IP conflict
- IP cím ütközés
+ VPN OpenVPN %1
+
- Connection failed
- A kapcsolódás sikertelen
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Csatlakozás rejtett hálózathoz
+ VPN OpenConnect %1
+
- Password
- Jelszó
+ PPPoE Connection %1
+
- Cancel
- button
- Mégsem
+ Connecting "%1"
+
- Connect
- button
- Kapcsolódás
+ "%1" connected
+
- Name (SSID)
- Név (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokoll
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Biztonság típusa
+ Password is required to connect "%1"
+
- Band
- Sáv
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Csatorna
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Felület
+ Password
+ Jelszó
- MAC
- MAC cím
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Hálózati maszk
+ Proxy Password
+
- Gateway
- Átjáró
+ Group Password
+
- Primary DNS
- Elsődleges DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Név (SSID)
- Prefix
- Előtag
+ Cancel
+ button
+ Mégsem
- Speed
- Sebesség
+ Connect
+ button
+ Kapcsolódás
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
- Eszköz letiltva
+ Disable wired connection
+ Vezetékes kapcsolat letiltása
- Connected but no Internet access
- Csatlakoztatva, de nincs internet hozzáférés
+ Enable wired connection
+ Vezetékes kapcsolat engedélyezése
- Not connected
- Nincs csatlakozva
+ Disable wireless connection
+ Vezeték-nélküli kapcsolat letiltása
- Network cable unplugged
- A hálózati kábel kihúzva
+ Enable wireless connection
+ Vezeték nélküli kapcsolat engedélyezése
- Connecting
- Csatlakozás
+ Disable network
+ Hálózat letiltása
- Authenticating
- Hitelesítés
+ Enable network
+ Hálózat engedélyezése
- Obtaining IP address
- IP cím lekérése
+ Disable VPN
+
- Connected
- Csatlakozva
+ Enable VPN
+
- Disconnected
- Szétkapcsolva
+ Disable system proxy
+
- IP conflict
- IP cím ütközés
+ Enable system proxy
+
- Failed
- Sikertelen
-
-
- Obtaining address
- Cím lekérése
+ Network settings
+ Hálózati beállítások
-
-
- dde::network::NetworkProcesser
- Wired Network
- Vezetékes hálózat
+ Multiple services started
+
- Wired Network %1
- Vezetékes hálózat %1
+ Connected to: %1
+
- Wireless Network
- Vezeték nélküli hálózat
+ System proxy enabled
+
- Wireless Network %1
- Vezeték nélküli hálózat %1
+ Connected
+ Csatlakozva
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Eszköz letiltva
+ Network off
+
Network cable unplugged
- A hálózati kábel kihúzva
+ A hálózati kábel kihúzva
Not connected
- Nincs csatlakozva
+ Nincs csatlakozva
Connecting
- Csatlakozás
+ Csatlakozás
Connected but no Internet access
- Csatlakoztatva, de nincs internet hozzáférés
+ Csatlakoztatva, de nincs internet hozzáférés
Connection failed
- A kapcsolódás sikertelen
+ A kapcsolódás sikertelen
IP conflict
- IP cím ütközés
+ IP cím ütközés
- Disable wired connection
- Vezetékes kapcsolat letiltása
+ Wireless Network
+ Vezeték nélküli hálózat
- Enable wired connection
- Vezetékes kapcsolat engedélyezése
+ Connected %1
+
- Disable wireless connection
- Vezeték-nélküli kapcsolat letiltása
+ Off
+
- Enable wireless connection
- Vezeték nélküli kapcsolat engedélyezése
+ Wired Network
+ Vezetékes hálózat
- Disable network
- Hálózat letiltása
+ Network
+ Hálózat
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Hálózat engedélyezése
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Hálózati beállítások
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Vezetékes hálózat
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Vezeték nélküli hálózat
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Csatlakozás rejtett hálózathoz
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Hálózat
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_it.ts b/dock-network-plugin/translations/dock-network-plugin_it.ts
index b08185a4..8174a187 100644
--- a/dock-network-plugin/translations/dock-network-plugin_it.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_it.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Connessione WiFi
+ Network settings
+ Impostazioni Rete
- Wired Network
- Connessione cablata
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Rete
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ Conflitto IP
- Wired Network
- Connessione cablata
+ Network
+ Rete
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Connetti ad una rete nascosta
+ VPN OpenConnect %1
+
- Password
- Password
+ PPPoE Connection %1
+
- Cancel
- button
- Annulla
+ Connecting "%1"
+
- Connect
- button
- Connetti
+ "%1" connected
+
- Name (SSID)
- Nome (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocollo
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Tipo sicurezza
+ Password is required to connect "%1"
+
- Band
- Banda
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canale
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interfaccia
+ Password
+ Password
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Netmask
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- DNS Primario
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nome (SSID)
- Prefix
- Prefisso
+ Cancel
+ button
+ Annulla
- Speed
- Velocità
+ Connect
+ button
+ Connetti
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Dispositivo disattivato
-
+ dde::network::NetStatus
- Connected but no Internet access
- Connesso senza accesso ad internet
+ Disable wired connection
+ Disattiva connessione cablata
- Not connected
- Non connesso
+ Enable wired connection
+ Attiva connessione cablata
- Network cable unplugged
- Cavo di rete scollegato
+ Disable wireless connection
+ Disattiva connessione WiFi
- Connecting
- Connessione in corso
+ Enable wireless connection
+ Attiva connessione WiFi
- Authenticating
- Autentificazione in corso
+ Disable network
+ Disabilita Rete
- Obtaining IP address
- Ottenimento indirizzo IP
+ Enable network
+ Abilita Rete
- Connected
- Connesso
+ Disable VPN
+
- Disconnected
- Disconnesso
+ Enable VPN
+
- IP conflict
- Conflitto IP
+ Disable system proxy
+
- Failed
- Connessione fallita
+ Enable system proxy
+
- Obtaining address
- Ottenimento indirizzo
+ Network settings
+ Impostazioni Rete
-
-
- dde::network::NetworkProcesser
- Wired Network
- Connessione cablata
+ Multiple services started
+
- Wired Network %1
- Connessione cablata %1
+ Connected to: %1
+
- Wireless Network
- Connessione WiFi
+ System proxy enabled
+
- Wireless Network %1
- Rete wireless %1
+ Connected
+ Connesso
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispositivo disattivato
+ Network off
+
Network cable unplugged
- Cavo di rete scollegato
+ Cavo di rete scollegato
Not connected
- Non connesso
+ Non connesso
Connecting
- Connessione in corso
+ Connessione in corso
Connected but no Internet access
- Connesso senza accesso ad internet
+ Connesso senza accesso ad internet
Connection failed
- Connessione fallita
+ Connessione fallita
IP conflict
- Conflitto IP
+ Conflitto IP
- Disable wired connection
- Disattiva connessione cablata
+ Wireless Network
+ Connessione WiFi
- Enable wired connection
- Attiva connessione cablata
+ Connected %1
+
- Disable wireless connection
- Disattiva connessione WiFi
+ Off
+
- Enable wireless connection
- Attiva connessione WiFi
+ Wired Network
+ Connessione cablata
- Disable network
- Disabilita Rete
+ Network
+ Rete
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Abilita Rete
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Impostazioni Rete
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Connessione cablata
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Connessione WiFi
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Connetti ad una rete nascosta
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Rete
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_ja.ts b/dock-network-plugin/translations/dock-network-plugin_ja.ts
index 509e556a..70bee69c 100644
--- a/dock-network-plugin/translations/dock-network-plugin_ja.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_ja.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- 無線ネットワーク
+ Network settings
+ ネットワーク設定
- Wired Network
- 有線ネットワーク
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- ネットワーク
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+
- Wired Network
- 有線ネットワーク
+ Network
+ ネットワーク
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- 非表示のネットワークへ接続
+ VPN OpenConnect %1
+
- Password
- パスワード
+ PPPoE Connection %1
+
- Cancel
- button
- キャンセル
+ Connecting "%1"
+
- Connect
- button
- 接続
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- ホットスポット
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- プロトコル
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- セキュリティタイプ
+ Password is required to connect "%1"
+
- Band
- バンド
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- チャンネル
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- インターフェース
+ Password
+ パスワード
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- ネットマスク
+ Proxy Password
+
- Gateway
- ゲートウェイ
+ Group Password
+
- Primary DNS
- プライマリ DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- プレフィックス
+ Cancel
+ button
+ キャンセル
- Speed
- 速度
+ Connect
+ button
+ 接続
- dde::network::NetworkDeviceRealize
-
- Device disabled
- デバイスが無効
-
+ dde::network::NetStatus
- Connected but no Internet access
- 接続済み、インターネットアクセスなし
+ Disable wired connection
+ 有線接続を無効にする
- Not connected
- 未接続
+ Enable wired connection
+ 有線接続を有効にする
- Network cable unplugged
- ネットワークケーブル未接続
+ Disable wireless connection
+ 無線接続を無効にする
- Connecting
- 接続試行中
+ Enable wireless connection
+ 無線接続を有効にする
- Authenticating
- 認証中
+ Disable network
+ ネットワークを無効にする
- Obtaining IP address
- IP アドレスを取得中
+ Enable network
+ ネットワークを有効にする
- Connected
- 接続済み
+ Disable VPN
+
- Disconnected
- 切断
+ Enable VPN
+
- IP conflict
-
+ Disable system proxy
+
- Failed
- 失敗
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ ネットワーク設定
-
-
- dde::network::NetworkProcesser
- Wired Network
- 有線ネットワーク
+ Multiple services started
+
- Wired Network %1
- 有線ネットワーク %1
+ Connected to: %1
+
- Wireless Network
- 無線ネットワーク
+ System proxy enabled
+
- Wireless Network %1
- 無線接続 %1
+ Connected
+ 接続済み
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- デバイスが無効
+ Network off
+
Network cable unplugged
- ネットワークケーブル未接続
+ ネットワークケーブル未接続
Not connected
- 未接続
+ 未接続
Connecting
- 接続試行中
+ 接続試行中
Connected but no Internet access
- 接続済み、インターネットアクセスなし
+ 接続済み、インターネットアクセスなし
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- 有線接続を無効にする
+ Wireless Network
+ 無線ネットワーク
- Enable wired connection
- 有線接続を有効にする
+ Connected %1
+
- Disable wireless connection
- 無線接続を無効にする
+ Off
+
- Enable wireless connection
- 無線接続を有効にする
+ Wired Network
+ 有線ネットワーク
- Disable network
- ネットワークを無効にする
+ Network
+ ネットワーク
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- ネットワークを有効にする
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- ネットワーク設定
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ 有線ネットワーク
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ 無線ネットワーク
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ 非表示のネットワークへ接続
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ ネットワーク
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_ko.ts b/dock-network-plugin/translations/dock-network-plugin_ko.ts
index 0b7489a4..3b388031 100644
--- a/dock-network-plugin/translations/dock-network-plugin_ko.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_ko.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- 무선 네트워크
+ Network settings
+ 네트워크 설정
- Wired Network
- 유선 네트워크
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- 네트워크
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ IP 충돌
- Wired Network
- 유선 네트워크
+ Network
+ 네트워크
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- 숨겨진 네트워크에 연결
+ VPN OpenConnect %1
+
- Password
- 비밀번호
+ PPPoE Connection %1
+
- Cancel
- button
- 취소
+ Connecting "%1"
+
- Connect
- button
- 연결
+ "%1" connected
+
- Name (SSID)
- 명칭(SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- 핫스팟
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- 프로토콜
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- 보안 유형
+ Password is required to connect "%1"
+
- Band
- 밴드
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- 채널
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- 인터페이스
+ Password
+ 비밀번호
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- 넷마스크
+ Proxy Password
+
- Gateway
- 게이트웨이
+ Group Password
+
- Primary DNS
- 기본 DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ 명칭(SSID)
- Prefix
- 접두사
+ Cancel
+ button
+ 취소
- Speed
- 속도
+ Connect
+ button
+ 연결
- dde::network::NetworkDeviceRealize
-
- Device disabled
- 디바이스 사용해제됨
-
+ dde::network::NetStatus
- Connected but no Internet access
- 연결됨, 인터넷 없음
+ Disable wired connection
+ 유선 연결 사용안함
- Not connected
- 연결되지 않음
+ Enable wired connection
+ 유선 연결 사용가능
- Network cable unplugged
- 네트워크 케이블이 연결되어 있지 않습니다.
+ Disable wireless connection
+ 무선 연결 사용안함
- Connecting
- 연결 중
+ Enable wireless connection
+ 무선 연결 사용가능
- Authenticating
- 인증 중
+ Disable network
+ 네트워크 사용안함
- Obtaining IP address
- IP 주소 가져오는 중
+ Enable network
+ 네트워크 사용
- Connected
- 연결됨
+ Disable VPN
+
- Disconnected
- 연결 끊김
+ Enable VPN
+
- IP conflict
- IP 충돌
+ Disable system proxy
+
- Failed
- 실패
+ Enable system proxy
+
- Obtaining address
- 주소 불러오는 중
+ Network settings
+ 네트워크 설정
-
-
- dde::network::NetworkProcesser
- Wired Network
- 유선 네트워크
+ Multiple services started
+
- Wired Network %1
- 유선 네트워크 %1
+ Connected to: %1
+
- Wireless Network
- 무선 네트워크
+ System proxy enabled
+
- Wireless Network %1
- 무선 네트워크 %1
+ Connected
+ 연결됨
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- 디바이스 사용해제됨
+ Network off
+
Network cable unplugged
- 네트워크 케이블이 연결되어 있지 않습니다.
+ 네트워크 케이블이 연결되어 있지 않습니다.
Not connected
- 연결되지 않음
+ 연결되지 않음
Connecting
- 연결 중
+ 연결 중
Connected but no Internet access
- 연결됨, 인터넷 없음
+ 연결됨, 인터넷 없음
Connection failed
- 연결 실패
+ 연결 실패
IP conflict
- IP 충돌
+ IP 충돌
- Disable wired connection
- 유선 연결 사용안함
+ Wireless Network
+ 무선 네트워크
- Enable wired connection
- 유선 연결 사용가능
+ Connected %1
+
- Disable wireless connection
- 무선 연결 사용안함
+ Off
+
- Enable wireless connection
- 무선 연결 사용가능
+ Wired Network
+ 유선 네트워크
- Disable network
- 네트워크 사용안함
+ Network
+ 네트워크
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- 네트워크 사용
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- 네트워크 설정
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ 유선 네트워크
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ 무선 네트워크
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ 숨겨진 네트워크에 연결
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ 네트워크
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_lt.ts b/dock-network-plugin/translations/dock-network-plugin_lt.ts
index 843b90f3..1e66cdbc 100644
--- a/dock-network-plugin/translations/dock-network-plugin_lt.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_lt.ts
@@ -1,273 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Belaidis tinklas
+ Network settings
+ Tinklo nustatymai
- Wired Network
- Laidinis tinklas
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Tinklas
-
-
- Wireless Network
-
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wired Network
- Laidinis tinklas
+ IP conflict
+
- Device disabled
- Įrenginys išjungtas
+ Network
+ Tinklas
+
+
+ dde::network::NetManagerThreadPrivate
- Network cable unplugged
- Atjungtas tinklo laidas
+ Wired Connection %1
+
- Not connected
- Neprijungta
+ VPN L2TP %1
+
- Connecting
- Jungiamasi
+ VPN PPTP %1
+
- Connected but no Internet access
- Prisijungta, bet nėra prieigos prie interneto
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Prisijungti prie paslėpto tinklo
+ VPN OpenConnect %1
+
- Password
- Slaptažodis
+ PPPoE Connection %1
+
- Cancel
- button
- Atsisakyti
+ Connecting "%1"
+
- Connect
- button
- Prisijungti
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Prieigos taškas
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokolas
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Saugumo tipas
+ Password is required to connect "%1"
+
- Band
- Juosta
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanalas
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Sąsaja
+ Password
+ Slaptažodis
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Tinklo kaukė
+ Proxy Password
+
- Gateway
- Tinklų sietuvas
+ Group Password
+
- Primary DNS
- Pirminis DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Priešdelis
+ Cancel
+ button
+ Atsisakyti
- Speed
- Greitis
+ Connect
+ button
+ Prisijungti
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
- Įrenginys išjungtas
+ Disable wired connection
+ Išjungti laidinį ryšį
- Connected but no Internet access
- Prisijungta, bet nėra prieigos prie interneto
+ Enable wired connection
+ Įjungti laidinį ryšį
- Not connected
- Neprijungta
+ Disable wireless connection
+ Išjungti belaidį ryšį
- Network cable unplugged
- Atjungtas tinklo laidas
+ Enable wireless connection
+ Įjungti belaidį ryšį
- Connecting
- Jungiamasi
+ Disable network
+ Išjungti tinklą
- Authenticating
- Nustatoma tapatybė
+ Enable network
+ Įjungti tinklą
- Obtaining IP address
- Gaunamas IP adresas
+ Disable VPN
+
- Connected
- Prisijungta
+ Enable VPN
+
- Disconnected
- Atsijungta
+ Disable system proxy
+
- IP conflict
-
+ Enable system proxy
+
- Failed
- Nepavyko
-
-
- Obtaining address
-
+ Network settings
+ Tinklo nustatymai
-
-
- dde::network::NetworkProcesser
- Wired Network
- Laidinis tinklas
+ Multiple services started
+
- Wired Network %1
- Laidinis tinklas %1
+ Connected to: %1
+
- Wireless Network
- Belaidis tinklas
+ System proxy enabled
+
- Wireless Network %1
- Belaidis tinklas %1
+ Connected
+ Prisijungta
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Įrenginys išjungtas
+ Network off
+
Network cable unplugged
- Atjungtas tinklo laidas
+ Atjungtas tinklo laidas
Not connected
- Neprijungta
+ Neprijungta
Connecting
- Jungiamasi
+ Jungiamasi
Connected but no Internet access
- Prisijungta, bet nėra prieigos prie interneto
+ Prisijungta, bet nėra prieigos prie interneto
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- Išjungti laidinį ryšį
+ Wireless Network
+ Belaidis tinklas
- Enable wired connection
- Įjungti laidinį ryšį
+ Connected %1
+
- Disable wireless connection
- Išjungti belaidį ryšį
+ Off
+
- Enable wireless connection
- Įjungti belaidį ryšį
+ Wired Network
+ Laidinis tinklas
- Disable network
- Išjungti tinklą
+ Network
+ Tinklas
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Įjungti tinklą
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Tinklo nustatymai
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Laidinis tinklas
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Belaidis tinklas
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Prisijungti prie paslėpto tinklo
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Tinklas
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_ms.ts b/dock-network-plugin/translations/dock-network-plugin_ms.ts
index a0ed33ef..0a887c98 100644
--- a/dock-network-plugin/translations/dock-network-plugin_ms.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_ms.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Rangkaian Tanpa Wayar
+ Network settings
+ Tetapan rangkaian
- Wired Network
- Rangkaian Berwayar
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Rangkaian
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ IP berkonflik
- Wired Network
- Rangkaian Berwayar
+ Network
+ Rangkaian
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Sambung ke rangkaian tersembunyi
+ VPN OpenConnect %1
+
- Password
- Kata Laluan
+ PPPoE Connection %1
+
- Cancel
- button
- Batal
+ Connecting "%1"
+
- Connect
- button
- Sambung
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Kawasan Khas
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Jenis Keselamatan
+ Password is required to connect "%1"
+
- Band
- Jalur
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Saluran
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Antara Muka
+ Password
+ Kata Laluan
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Topeng Rangkaian
+ Proxy Password
+
- Gateway
- Get Laluan
+ Group Password
+
- Primary DNS
- DNS Utama
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Awalan
+ Cancel
+ button
+ Batal
- Speed
- Kelajuan
+ Connect
+ button
+ Sambung
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Peranti dilumpuhkan
-
+ dde::network::NetStatus
- Connected but no Internet access
- Bersambung tetapi tiada capaian Internet
+ Disable wired connection
+ Lumpuhkan sambungan berwayar
- Not connected
- Tidak bersambung
+ Enable wired connection
+ Benarkan sambungan berwayar
- Network cable unplugged
- Kabel rangkaian telah dicabut
+ Disable wireless connection
+ Lumpuhkan sambungan tanpa wayar
- Connecting
- Menyambung
+ Enable wireless connection
+ Benarkan sambungan tanpa wayar
- Authenticating
- Mengesahihkan
+ Disable network
+ Lumpuhkan rangkaian
- Obtaining IP address
- Mendapatkan alamat IP
+ Enable network
+ Benarkan rangkaian
- Connected
- Bersambung
+ Disable VPN
+
- Disconnected
- Terputus
+ Enable VPN
+
- IP conflict
- IP berkonflik
+ Disable system proxy
+
- Failed
- Gagal
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ Tetapan rangkaian
-
-
- dde::network::NetworkProcesser
- Wired Network
- Rangkaian Berwayar
+ Multiple services started
+
- Wired Network %1
- Rangkaian Berwayar %1
+ Connected to: %1
+
- Wireless Network
- Rangkaian Tanpa Wayar
+ System proxy enabled
+
- Wireless Network %1
- Sambungan Tanpa Wayar %1
+ Connected
+ Bersambung
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Peranti dilumpuhkan
+ Network off
+
Network cable unplugged
- Kabel rangkaian telah dicabut
+ Kabel rangkaian telah dicabut
Not connected
- Tidak bersambung
+ Tidak bersambung
Connecting
- Menyambung
+ Menyambung
Connected but no Internet access
- Bersambung tetapi tiada capaian Internet
+ Bersambung tetapi tiada capaian Internet
Connection failed
- Sambungan gagal
+ Sambungan gagal
IP conflict
- IP berkonflik
+ IP berkonflik
- Disable wired connection
- Lumpuhkan sambungan berwayar
+ Wireless Network
+ Rangkaian Tanpa Wayar
- Enable wired connection
- Benarkan sambungan berwayar
+ Connected %1
+
- Disable wireless connection
- Lumpuhkan sambungan tanpa wayar
+ Off
+
- Enable wireless connection
- Benarkan sambungan tanpa wayar
+ Wired Network
+ Rangkaian Berwayar
- Disable network
- Lumpuhkan rangkaian
+ Network
+ Rangkaian
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Benarkan rangkaian
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Tetapan rangkaian
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Rangkaian Berwayar
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Rangkaian Tanpa Wayar
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Sambung ke rangkaian tersembunyi
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Rangkaian
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_nl.ts b/dock-network-plugin/translations/dock-network-plugin_nl.ts
index 19e06588..06e39084 100644
--- a/dock-network-plugin/translations/dock-network-plugin_nl.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_nl.ts
@@ -1,273 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Draadloos netwerk
+ Network settings
+ Netwerkinstellingen
- Wired Network
- Bekabeld netwerk
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Netwerk
-
-
- Wireless Network
-
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wired Network
- Bekabeld netwerk
+ IP conflict
+ IP-conflict
- Device disabled
- Apparaat uitgeschakeld
+ Network
+ Netwerk
+
+
+ dde::network::NetManagerThreadPrivate
- Network cable unplugged
- Geen netwerkkabel aangesloten
+ Wired Connection %1
+
- Not connected
- Niet verbonden
+ VPN L2TP %1
+
- Connecting
- Bezig met verbinden…
+ VPN PPTP %1
+
- Connected but no Internet access
- Verbonden, maar geen internettoegang
+ VPN VPNC %1
+
- IP conflict
- IP-conflict
+ VPN OpenVPN %1
+
- Connection failed
- Verbinding mislukt
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Verbinden met verborgen netwerk
+ VPN OpenConnect %1
+
- Password
- Wachtwoord
+ PPPoE Connection %1
+
- Cancel
- button
- Annuleren
+ Connecting "%1"
+
- Connect
- button
- Verbinden
+ "%1" connected
+
- Name (SSID)
- Naam (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Soort beveiliging
+ Password is required to connect "%1"
+
- Band
- Band
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanaal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interface
+ Password
+ Wachtwoord
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Netmasker
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- Primaire dns-server
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Naam (SSID)
- Prefix
- Voorvoegsel
+ Cancel
+ button
+ Annuleren
- Speed
- Snelheid
+ Connect
+ button
+ Verbinden
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
- Apparaat uitgeschakeld
+ Disable wired connection
+ Bekabelde verbinding uitschakelen
- Connected but no Internet access
- Verbonden, maar geen internettoegang
+ Enable wired connection
+ Bekabelde verbinding inschakelen
- Not connected
- Niet verbonden
+ Disable wireless connection
+ Draadloze verbinding uitschakelen
- Network cable unplugged
- Geen netwerkkabel aangesloten
+ Enable wireless connection
+ Draadloze verbinding inschakelen
- Connecting
- Bezig met verbinden…
+ Disable network
+ Netwerk uitschakelen
- Authenticating
- Bezig met authenticeren…
+ Enable network
+ Netwerk inschakelen
- Obtaining IP address
- Bezig met verkrijgen van ip-adres…
+ Disable VPN
+
- Connected
- Verbonden
+ Enable VPN
+
- Disconnected
- Niet verbonden
+ Disable system proxy
+
- IP conflict
- IP-conflict
+ Enable system proxy
+
- Failed
- Mislukt
-
-
- Obtaining address
- Bezig met verkrijgen van adres…
+ Network settings
+ Netwerkinstellingen
-
-
- dde::network::NetworkProcesser
- Wired Network
- Bekabeld netwerk
+ Multiple services started
+
- Wired Network %1
- Bekabeld netwerk: %1
+ Connected to: %1
+
- Wireless Network
- Draadloos netwerk
+ System proxy enabled
+
- Wireless Network %1
- Draadloos netwerk: %1
+ Connected
+ Verbonden
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Apparaat uitgeschakeld
+ Network off
+
Network cable unplugged
- Geen netwerkkabel aangesloten
+ Geen netwerkkabel aangesloten
Not connected
- Niet verbonden
+ Niet verbonden
Connecting
- Bezig met verbinden…
+ Bezig met verbinden…
Connected but no Internet access
- Verbonden, maar geen internettoegang
+ Verbonden, maar geen internettoegang
Connection failed
- Verbinding mislukt
+ Verbinding mislukt
IP conflict
- IP-conflict
+ IP-conflict
- Disable wired connection
- Bekabelde verbinding uitschakelen
+ Wireless Network
+ Draadloos netwerk
- Enable wired connection
- Bekabelde verbinding inschakelen
+ Connected %1
+
- Disable wireless connection
- Draadloze verbinding uitschakelen
+ Off
+
- Enable wireless connection
- Draadloze verbinding inschakelen
+ Wired Network
+ Bekabeld netwerk
- Disable network
- Netwerk uitschakelen
+ Network
+ Netwerk
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Netwerk inschakelen
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Netwerkinstellingen
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Bekabeld netwerk
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Draadloos netwerk
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Verbinden met verborgen netwerk
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Netwerk
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_pl.ts b/dock-network-plugin/translations/dock-network-plugin_pl.ts
index a8f27f07..e4f05f27 100644
--- a/dock-network-plugin/translations/dock-network-plugin_pl.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_pl.ts
@@ -1,281 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Sieć bezprzewodowa
+ Network settings
+ Ustawienia sieci
- Wired Network
- Sieć przewodowa
+ Network Detection
+
+
+
+
+ dde::network::NetAirplaneModeTipsItem
+
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- NetworkPlugin
+ dde::network::NetManagerPrivate
+
+ IP conflict
+
+
Network
- Sieć
+ Sieć
+
+
+ dde::network::NetManagerThreadPrivate
- Wireless Network
- Sieć bezprzewodowa
+ Wired Connection %1
+
- Wired Network
- Sieć przewodowa
+ VPN L2TP %1
+
- Connected
-
+ VPN PPTP %1
+
- Device disabled
- Urządzenie wyłączone
+ VPN VPNC %1
+
- Network cable unplugged
- Kabel sieciowy odłączony
+ VPN OpenVPN %1
+
- Not connected
- Nie połączono
+ VPN StrongSwan %1
+
- Connecting
- Łączenie
+ VPN OpenConnect %1
+
- Obtaining address
-
+ PPPoE Connection %1
+
- Connected but no Internet access
- Połączono, brak dostępu do Internetu
+ Connecting "%1"
+
- IP conflict
- Konflikt adresów IP
+ "%1" connected
+
- Connection failed
- Połączenie nieudane
+ "%1" disconnected
+
-
-
- WirelessItem
- Connect to hidden network
- Połącz z siecią ukrytą
+ Unable to connect "%1", please check your router or net cable.
+
- Password
- Hasło
+ Unable to connect "%1", please keep closer to the wireless router
+
- Cancel
- button
- Anuluj
+ Connection failed, unable to connect "%1", wrong password
+
- Connect
- button
- Połącz
+ Password is required to connect "%1"
+
- Name (SSID)
- Nazwa (SSID)
+ The "%1" 802.11 WLAN network could not be found
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- SSID
- SSID
+ Password
+ Hasło
- Protocol
- Protokół
+ Private Pwd
+
- Security Type
- Typ zabezpieczenia
+ key
+
- Band
- Pasmo
+ Proxy Password
+
- Channel
- Kanał
+ Group Password
+
- Interface
- Interfejs
+ Username
+
- MAC
- MAC
+ Name (SSID)
+ Nazwa (SSID)
- IPv4
- IPv4
+ Cancel
+ button
+ Anuluj
- Netmask
- Maska sieci
+ Connect
+ button
+ Połącz
+
+
+ dde::network::NetStatus
- Gateway
- Brama
+ Disable wired connection
+ Wyłącz połączenie przewodowe
- Primary DNS
- Podstawowy DNS
+ Enable wired connection
+ Włącz połączenie przewodowe
- IPv6
- IPv6
+ Disable wireless connection
+ Wyłącz połączenie bezprzewodowe
- Prefix
- Prefiks
+ Enable wireless connection
+ Włącz połączenie bezprzewodowe
- Speed
- Prędkość
+ Disable network
+ Wyłącz sieć
-
-
- dde::network::NetworkDeviceRealize
- Device disabled
- Urządzenie wyłączone
+ Enable network
+ Włącz sieć
- Connected but no Internet access
- Połączono, brak dostępu do Internetu
+ Disable VPN
+
- Not connected
- Nie połączono
+ Enable VPN
+
- Network cable unplugged
- Kabel sieciowy odłączony
+ Disable system proxy
+
- Connecting
- Łączenie
+ Enable system proxy
+
- Authenticating
- Uwierzytelnianie
+ Network settings
+ Ustawienia sieci
- Obtaining IP address
- Uzyskiwanie adresu IP
+ Multiple services started
+
- Connected
- Połączono
+ Connected to: %1
+
- Disconnected
- Rozłączono
+ System proxy enabled
+
- IP conflict
- Konflikt IP
+ Connected
+ Połączono
- Failed
- Wystąpił błąd
+ Network off
+
- Obtaining address
- Uzyskiwanie adresu
+ Network cable unplugged
+ Kabel sieciowy odłączony
-
-
- dde::network::NetworkProcesser
- Wired Network
- Połączenie przewodowe
+ Not connected
+ Nie połączono
- Wired Network %1
- Połączenie przewodowe %1
+ Connecting
+ Łączenie
- Wireless Network
- Połączenie bezprzewodowe
+ Connected but no Internet access
+ Połączono, brak dostępu do Internetu
- Wireless Network %1
- Połączenie bezprzewodowe %1
+ Connection failed
+ Połączenie nieudane
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Urządzenie wyłączone
+ IP conflict
+
- Network cable unplugged
- Kabel sieciowy odłączony
+ Wireless Network
+
- Not connected
- Nie połączono
+ Connected %1
+
- Connecting
- Łączenie
+ Off
+
- Connected but no Internet access
- Połączono, brak dostępu do Internetu
+ Wired Network
+
- Connection failed
- Połączenie nieudane
+ Network
+ Sieć
+
+
+ dde::network::NetSystemProxyControlItem
- IP conflict
- Konflikt IP
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Disable wired connection
- Wyłącz połączenie przewodowe
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Enable wired connection
- Włącz połączenie przewodowe
+ Wired Network
+
+
+
+ dde::network::NetWirelessControlItem
- Disable wireless connection
- Wyłącz połączenie bezprzewodowe
+ Wireless Network
+
+
+
+ dde::network::NetWirelessHiddenItem
- Enable wireless connection
- Włącz połączenie bezprzewodowe
+ Connect to hidden network
+ Połącz z siecią ukrytą
+
+
+ dde::network::NetWirelessMineItem
- Disable network
- Wyłącz sieć
+ My Networks
+
+
+
+ dde::network::NetWirelessOtherItem
- Enable network
- Włącz sieć
+ Other Networks
+
+
+
+ dde::network::NetworkPlugin
- Network settings
- Ustawienia sieci
+ Network
+ Sieć
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_pt.ts b/dock-network-plugin/translations/dock-network-plugin_pt.ts
index aaacc808..f18da841 100644
--- a/dock-network-plugin/translations/dock-network-plugin_pt.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_pt.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Rede sem fios
+ Network settings
+ Definições de rede
- Wired Network
- Rede por cabo
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Rede
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ Conflito de IP
- Wired Network
- Rede por cabo
+ Network
+ Rede
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Ligar a uma rede oculta
+ VPN OpenConnect %1
+
- Password
- Palavra-passe
+ PPPoE Connection %1
+
- Cancel
- button
- Cancelar
+ Connecting "%1"
+
- Connect
- button
- Ligar
+ "%1" connected
+
- Name (SSID)
- Nome (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Ponto de Acesso
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocolo
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Tipo de Segurança
+ Password is required to connect "%1"
+
- Band
- Banda
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interface
+ Password
+ Palavra-passe
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Máscara de rede
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- DNS Principal
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nome (SSID)
- Prefix
- Prefixo
+ Cancel
+ button
+ Cancelar
- Speed
- Velocidade
+ Connect
+ button
+ Ligar
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Dispositivo desativado
-
+ dde::network::NetStatus
- Connected but no Internet access
- Ligado mas sem acesso à Internet
+ Disable wired connection
+ Desativar ligação por cabo
- Not connected
- Não ligado
+ Enable wired connection
+ Ativar ligação por cabo
- Network cable unplugged
- Cabo de rede desligado
+ Disable wireless connection
+ Desativar ligação sem fios
- Connecting
- A ligar
+ Enable wireless connection
+ Ativar ligação sem fios
- Authenticating
- A autenticar
+ Disable network
+ Desativar rede
- Obtaining IP address
- A obter endereço de IP
+ Enable network
+ Ativar rede
- Connected
- Ligado
+ Disable VPN
+
- Disconnected
- Desligado
+ Enable VPN
+
- IP conflict
- Conflito de IP
+ Disable system proxy
+
- Failed
- Falha
+ Enable system proxy
+
- Obtaining address
- A obter endereço
+ Network settings
+ Definições de rede
-
-
- dde::network::NetworkProcesser
- Wired Network
- Rede por cabo
+ Multiple services started
+
- Wired Network %1
- Rede por cabo %1
+ Connected to: %1
+
- Wireless Network
- Rede sem fios
+ System proxy enabled
+
- Wireless Network %1
- Rede sem fios %1
+ Connected
+ Ligado
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispositivo desativado
+ Network off
+
Network cable unplugged
- Cabo de rede desligado
+ Cabo de rede desligado
Not connected
- Não ligado
+ Não ligado
Connecting
- A ligar
+ A ligar
Connected but no Internet access
- Ligado mas sem acesso à Internet
+ Ligado mas sem acesso à Internet
Connection failed
- Falha na ligação
+ Falha na ligação
IP conflict
- Conflito de IP
+ Conflito de IP
- Disable wired connection
- Desativar ligação por cabo
+ Wireless Network
+ Rede sem fios
- Enable wired connection
- Ativar ligação por cabo
+ Connected %1
+
- Disable wireless connection
- Desativar ligação sem fios
+ Off
+
- Enable wireless connection
- Ativar ligação sem fios
+ Wired Network
+ Rede por cabo
- Disable network
- Desativar rede
+ Network
+ Rede
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Ativar rede
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Definições de rede
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Rede por cabo
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Rede sem fios
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Ligar a uma rede oculta
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Rede
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_pt_BR.ts b/dock-network-plugin/translations/dock-network-plugin_pt_BR.ts
index ff1247eb..ef095b41 100644
--- a/dock-network-plugin/translations/dock-network-plugin_pt_BR.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_pt_BR.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Rede Wi-Fi
+ Network settings
+ Configurações de rede
- Wired Network
- Rede Cabeada
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Rede
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ Conflito de IP
- Wired Network
- Rede Cabeada
+ Network
+ Rede
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Conectar-se à rede oculta
+ VPN OpenConnect %1
+
- Password
- Senha
+ PPPoE Connection %1
+
- Cancel
- button
- Cancelar
+ Connecting "%1"
+
- Connect
- button
- Conectar
+ "%1" connected
+
- Name (SSID)
- Nome (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocolo
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Tipo de Segurança
+ Password is required to connect "%1"
+
- Band
- Frequência
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interface
+ Password
+ Senha
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Máscara de Sub-rede
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- DNS Primário
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nome (SSID)
- Prefix
- Prefixo
+ Cancel
+ button
+ Cancelar
- Speed
- Velocidade
+ Connect
+ button
+ Conectar
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Dispositivo desabilitado
-
+ dde::network::NetStatus
- Connected but no Internet access
- Conectado, sem internet
+ Disable wired connection
+ Desativar conexão cabeada
- Not connected
- Não conectado
+ Enable wired connection
+ Ativar conexão cabeada
- Network cable unplugged
- Cabo de rede desconectado
+ Disable wireless connection
+ Desativar conexão Wi-Fi
- Connecting
- Conectando
+ Enable wireless connection
+ Ativar conexão Wi-Fi
- Authenticating
- Autenticando
+ Disable network
+ Desativar rede
- Obtaining IP address
- Obtendo endereço IP
+ Enable network
+ Ativar rede
- Connected
- Conectado
+ Disable VPN
+
- Disconnected
- Desconectado
+ Enable VPN
+
- IP conflict
- Conflito de IP
+ Disable system proxy
+
- Failed
- Falhou
+ Enable system proxy
+
- Obtaining address
- Obtendo endereço
+ Network settings
+ Configurações de rede
-
-
- dde::network::NetworkProcesser
- Wired Network
- Rede Cabeada
+ Multiple services started
+
- Wired Network %1
- Rede Cabeada %1
+ Connected to: %1
+
- Wireless Network
- Rede Wi-Fi
+ System proxy enabled
+
- Wireless Network %1
- Rede Wi-Fi %1
+ Connected
+ Conectado
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispositivo desabilitado
+ Network off
+
Network cable unplugged
- Cabo de rede desconectado
+ Cabo de rede desconectado
Not connected
- Não conectado
+ Não conectado
Connecting
- Conectando
+ Conectando
Connected but no Internet access
- Conectado, sem internet
+ Conectado, sem internet
Connection failed
- A conexão falhou
+ A conexão falhou
IP conflict
- Conflito de IP
+ Conflito de IP
- Disable wired connection
- Desativar conexão cabeada
+ Wireless Network
+ Rede Wi-Fi
- Enable wired connection
- Ativar conexão cabeada
+ Connected %1
+
- Disable wireless connection
- Desativar conexão Wi-Fi
+ Off
+
- Enable wireless connection
- Ativar conexão Wi-Fi
+ Wired Network
+ Rede Cabeada
- Disable network
- Desativar rede
+ Network
+ Rede
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Ativar rede
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Configurações de rede
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Rede Cabeada
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Rede Wi-Fi
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Conectar-se à rede oculta
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Rede
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_ro.ts b/dock-network-plugin/translations/dock-network-plugin_ro.ts
index 7f64c62e..e227238f 100644
--- a/dock-network-plugin/translations/dock-network-plugin_ro.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_ro.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Rețea fără fir
+ Network settings
+ Configurări de rețea
- Wired Network
- Rețea conectată
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Reţea
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+
- Wired Network
- Rețea conectată
+ Network
+ Reţea
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Conectare la rețele ascunse
+ VPN OpenConnect %1
+
- Password
- Parola
+ PPPoE Connection %1
+
- Cancel
- button
- Anulează
+ Connecting "%1"
+
- Connect
- button
- Conectare
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Tip Securitate
+ Password is required to connect "%1"
+
- Band
- Bandă
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interfață
+ Password
+ Parola
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Mască de rețea
+ Proxy Password
+
- Gateway
- Portalul
+ Group Password
+
- Primary DNS
- DNS primar
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Prefix
+ Cancel
+ button
+ Anulează
- Speed
- Viteză
+ Connect
+ button
+ Conectare
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Dispozitiv Dezactivat
-
+ dde::network::NetStatus
- Connected but no Internet access
- Conectat dar fară acces Internet
+ Disable wired connection
+ Dezactivați conexiunea prin cablu
- Not connected
- Neconectat
+ Enable wired connection
+ Activați conexiunea prin cablu
- Network cable unplugged
- Cablu Reţea Deconectat
+ Disable wireless connection
+ Dezactivați conexiunea fără fir
- Connecting
- Conectare
+ Enable wireless connection
+ Activați conexiunea fără fir
- Authenticating
- Autentificare
+ Disable network
+ Dezactivați conexiunea la rețea
- Obtaining IP address
- Obţinere Adresă IP
+ Enable network
+ Activați rețeaua
- Connected
- Conectat
+ Disable VPN
+
- Disconnected
- Deconectat
+ Enable VPN
+
- IP conflict
-
+ Disable system proxy
+
- Failed
- Eșuat
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ Configurări de rețea
-
-
- dde::network::NetworkProcesser
- Wired Network
- Rețea conectată
+ Multiple services started
+
- Wired Network %1
- Rețea Cablu %1
+ Connected to: %1
+
- Wireless Network
- Rețea fără fir
+ System proxy enabled
+
- Wireless Network %1
- Rețea fără fir %1
+ Connected
+ Conectat
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispozitiv Dezactivat
+ Network off
+
Network cable unplugged
- Cablu Reţea Deconectat
+ Cablu Reţea Deconectat
Not connected
- Neconectat
+ Neconectat
Connecting
- Conectare
+ Conectare
Connected but no Internet access
- Conectat dar fară acces Internet
+ Conectat dar fară acces Internet
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- Dezactivați conexiunea prin cablu
+ Wireless Network
+ Rețea fără fir
- Enable wired connection
- Activați conexiunea prin cablu
+ Connected %1
+
- Disable wireless connection
- Dezactivați conexiunea fără fir
+ Off
+
- Enable wireless connection
- Activați conexiunea fără fir
+ Wired Network
+ Rețea conectată
- Disable network
- Dezactivați conexiunea la rețea
+ Network
+ Reţea
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Activați rețeaua
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Configurări de rețea
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Rețea conectată
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Rețea fără fir
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Conectare la rețele ascunse
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Reţea
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_ru.ts b/dock-network-plugin/translations/dock-network-plugin_ru.ts
index d3d398a3..cf1bcf4f 100644
--- a/dock-network-plugin/translations/dock-network-plugin_ru.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_ru.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Беспроводная сеть
+ Network settings
+ Настройки сети
- Wired Network
- Проводная сеть
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Сеть
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ Конфликт IP-адресов
- Wired Network
- Проводная сеть
+ Network
+ Сеть
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Подключиться к скрытой сети
+ VPN OpenConnect %1
+
- Password
- Пароль
+ PPPoE Connection %1
+
- Cancel
- button
- Отмена
+ Connecting "%1"
+
- Connect
- button
- Подключить
+ "%1" connected
+
- Name (SSID)
- Имя (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Точка доступа
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Протокол
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Тип безопасности
+ Password is required to connect "%1"
+
- Band
- Диапазон
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Канал
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Интерфейс
+ Password
+ Пароль
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Маска сети
+ Proxy Password
+
- Gateway
- Шлюз
+ Group Password
+
- Primary DNS
- Основной DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Имя (SSID)
- Prefix
- Префикс
+ Cancel
+ button
+ Отмена
- Speed
- Скорость
+ Connect
+ button
+ Подключить
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Устройство отключено
-
+ dde::network::NetStatus
- Connected but no Internet access
- Подключено, без доступа к Интернету
+ Disable wired connection
+ Отключить проводное соединение
- Not connected
- Не подключено
+ Enable wired connection
+ Включить проводное соединение
- Network cable unplugged
- Сетевой кабель отключен
+ Disable wireless connection
+ Отключить проводное соединение
- Connecting
- Соединение
+ Enable wireless connection
+ Включить проводное соединение
- Authenticating
- Аутентификация
+ Disable network
+ Отключить сеть
- Obtaining IP address
- Получение IP адреса
+ Enable network
+ Включить сеть
- Connected
- Подключено
+ Disable VPN
+
- Disconnected
- Отключено
+ Enable VPN
+
- IP conflict
- Конфликт IP-адресов
+ Disable system proxy
+
- Failed
- Ошибка
+ Enable system proxy
+
- Obtaining address
- Получение адреса
+ Network settings
+ Настройки сети
-
-
- dde::network::NetworkProcesser
- Wired Network
- Проводная сеть
+ Multiple services started
+
- Wired Network %1
- Проводная сеть %1
+ Connected to: %1
+
- Wireless Network
- Беспроводная сеть
+ System proxy enabled
+
- Wireless Network %1
- Беспроводная сеть %1
+ Connected
+ Подключено
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Устройство отключено
+ Network off
+
Network cable unplugged
- Сетевой кабель отключен
+ Сетевой кабель отключен
Not connected
- Не подключено
+ Не подключено
Connecting
- Соединение
+ Соединение
Connected but no Internet access
- Подключено, без доступа к Интернету
+ Подключено, без доступа к Интернету
Connection failed
- Ошибка подключения
+ Ошибка подключения
IP conflict
- Конфликт IP-адресов
+ Конфликт IP-адресов
- Disable wired connection
- Отключить проводное соединение
+ Wireless Network
+ Беспроводная сеть
- Enable wired connection
- Включить проводное соединение
+ Connected %1
+
- Disable wireless connection
- Отключить проводное соединение
+ Off
+
- Enable wireless connection
- Включить проводное соединение
+ Wired Network
+ Проводная сеть
- Disable network
- Отключить сеть
+ Network
+ Сеть
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Включить сеть
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Настройки сети
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Проводная сеть
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Беспроводная сеть
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Подключиться к скрытой сети
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Сеть
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_si.ts b/dock-network-plugin/translations/dock-network-plugin_si.ts
index e7f49d0f..08cbb63c 100644
--- a/dock-network-plugin/translations/dock-network-plugin_si.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_si.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- රැහැන් රහිත ජාලය
+ Network settings
+ ජාල සැකසුම්
- Wired Network
- රැහැන්ගත ජාලය
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- ජාලය
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+
- Wired Network
- රැහැන්ගත ජාලය
+ Network
+ ජාලය
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- සැඟවුණු ජාලයකට සම්බන්ධ වන්න
+ VPN OpenConnect %1
+
- Password
- මුර පදය
+ PPPoE Connection %1
+
- Cancel
- button
- අවලංගු කරන්න
+ Connecting "%1"
+
- Connect
- button
- සම්බන්ධ කරන්න
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- හොට්ස්පොට්
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- ප්රොටෝකෝලය
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- ආරක්ෂක වර්ගය
+ Password is required to connect "%1"
+
- Band
- කලාපය
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- නාලිකාව
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- අතුරුමුහුණත
+ Password
+ මුර පදය
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- නෙට්මාස්ක්
+ Proxy Password
+
- Gateway
- දොරටුව-gateway
+ Group Password
+
- Primary DNS
- ප්රාථමික DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- උපසර්ගය
+ Cancel
+ button
+ අවලංගු කරන්න
- Speed
- වේගය
+ Connect
+ button
+ සම්බන්ධ කරන්න
- dde::network::NetworkDeviceRealize
-
- Device disabled
- උපාංගය අක්රීය කර ඇත
-
+ dde::network::NetStatus
- Connected but no Internet access
- ජාලගතව ඇතත් අන්තර්ජාල ප්රවේශය නොමැත
+ Disable wired connection
+ රැහැන් සම්බන්ධතාවය අක්රීය කරන්න
- Not connected
- සම්බන්ධතා නොමැත
+ Enable wired connection
+ රැහැන් සම්බන්ධතාවය සක්රීය කරන්න
- Network cable unplugged
- ජාල කේබලය විසන්ධි කර ඇත
+ Disable wireless connection
+ රැහැන් රහිත සම්බන්ධතාවය අක්රීය කරන්න
- Connecting
- සම්බන්ධ වෙමින් පවතී
+ Enable wireless connection
+ රැහැන් රහිත සම්බන්ධතාවය සක්රීය කරන්න
- Authenticating
- සත්යාපනය කිරීම
+ Disable network
+ ජාලය අක්රීය කරන්න
- Obtaining IP address
- IP ලිපිනය ලබා ගැනීම
+ Enable network
+ ජාලය සක්රීය කරන්න
- Connected
- සම්බන්ධයි
+ Disable VPN
+
- Disconnected
- විසන්ධි වි ඇත
+ Enable VPN
+
- IP conflict
-
+ Disable system proxy
+
- Failed
- අසමත් විය
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ ජාල සැකසුම්
-
-
- dde::network::NetworkProcesser
- Wired Network
- රැහැන්ගත ජාලය
+ Multiple services started
+
- Wired Network %1
- රැහැන්ගත ජාලය %1
+ Connected to: %1
+
- Wireless Network
- රැහැන් රහිත ජාලය
+ System proxy enabled
+
- Wireless Network %1
- රැහැන් රහිත ජාලය %1
+ Connected
+ සම්බන්ධයි
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- උපාංගය අක්රීය කර ඇත
+ Network off
+
Network cable unplugged
- ජාල කේබලය විසන්ධි කර ඇත
+ ජාල කේබලය විසන්ධි කර ඇත
Not connected
- සම්බන්ධතා නොමැත
+ සම්බන්ධතා නොමැත
Connecting
- සම්බන්ධ වෙමින් පවතී
+ සම්බන්ධ වෙමින් පවතී
Connected but no Internet access
- ජාලගතව ඇතත් අන්තර්ජාල ප්රවේශය නොමැත
+ ජාලගතව ඇතත් අන්තර්ජාල ප්රවේශය නොමැත
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- රැහැන් සම්බන්ධතාවය අක්රීය කරන්න
+ Wireless Network
+ රැහැන් රහිත ජාලය
- Enable wired connection
- රැහැන් සම්බන්ධතාවය සක්රීය කරන්න
+ Connected %1
+
- Disable wireless connection
- රැහැන් රහිත සම්බන්ධතාවය අක්රීය කරන්න
+ Off
+
- Enable wireless connection
- රැහැන් රහිත සම්බන්ධතාවය සක්රීය කරන්න
+ Wired Network
+ රැහැන්ගත ජාලය
- Disable network
- ජාලය අක්රීය කරන්න
+ Network
+ ජාලය
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- ජාලය සක්රීය කරන්න
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- ජාල සැකසුම්
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ රැහැන්ගත ජාලය
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ රැහැන් රහිත ජාලය
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ සැඟවුණු ජාලයකට සම්බන්ධ වන්න
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ ජාලය
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_sk.ts b/dock-network-plugin/translations/dock-network-plugin_sk.ts
index cfdddf46..031844fc 100644
--- a/dock-network-plugin/translations/dock-network-plugin_sk.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_sk.ts
@@ -1,201 +1,312 @@
-
+
+
+
- NetworkPlugin
+ dde::network::DockContentWidget
+
+ Network settings
+ Nastavenia siete
+
+
+ Network Detection
+
+
+
+
+ dde::network::NetAirplaneModeTipsItem
+
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+
+ dde::network::NetManagerPrivate
+
+ IP conflict
+
+
Network
- Sieť
+ Sieť
- dde::network::NetworkDetails
+ dde::network::NetManagerThreadPrivate
+
+ Wired Connection %1
+
+
- Hotspot
- Hotspot
+ VPN L2TP %1
+
- SSID
- SSID
+ VPN PPTP %1
+
- Protocol
-
+ VPN VPNC %1
+
- Security Type
-
+ VPN OpenVPN %1
+
- Band
- Pásmo
+ VPN StrongSwan %1
+
- Channel
- Kanál
+ VPN OpenConnect %1
+
- Interface
- Rozhranie
+ PPPoE Connection %1
+
- MAC
- MAC
+ Connecting "%1"
+
- IPv4
- IPv4
+ "%1" connected
+
- Netmask
- Maska
+ "%1" disconnected
+
- Gateway
- Brána
+ Unable to connect "%1", please check your router or net cable.
+
- Primary DNS
- Primárna DNS
+ Unable to connect "%1", please keep closer to the wireless router
+
- IPv6
- IPv6
+ Connection failed, unable to connect "%1", wrong password
+
- Prefix
- Prefix
+ Password is required to connect "%1"
+
- Speed
- Rýchlosť
+ The "%1" 802.11 WLAN network could not be found
+
+
+
+ To connect "%1", please set up your authentication info after logging in
+
- dde::network::NetworkDeviceRealize
+ dde::network::NetSecretWidget
- Device disabled
- Zariadenie zakázané
+ Password
+
- Connected but no Internet access
- Pripojené, ale bez prístupu na internet
+ Private Pwd
+
- Not connected
- Nepripojené
+ key
+
- Network cable unplugged
- Sieťový kábel odpojený
+ Proxy Password
+
- Connecting
- Pripájanie
+ Group Password
+
- Authenticating
- Overujem
+ Username
+
- Obtaining IP address
- Získavanie IP adresy
+ Name (SSID)
+
- Connected
- Pripojené
+ Cancel
+ button
+
- Disconnected
- Odpojené
+ Connect
+ button
+
+
+
+ dde::network::NetStatus
- IP conflict
-
+ Disable wired connection
+ Vypnúť káblové pripojenie
- Failed
- Zlyhanie
+ Enable wired connection
+ Zapnúť káblové pripojenie
- Obtaining address
-
+ Disable wireless connection
+ Vypnúť bezdrôtové pripojenie
-
-
- dde::network::NetworkProcesser
- Wired Network
- Drôtová sieť
+ Enable wireless connection
+ Zapnúť bezdrôtové pripojenie
- Wired Network %1
- Káblová sieť %1
+ Disable network
+ Zakázať sieť
- Wireless Network
- Bezdrôtová sieť
+ Enable network
+ Povoliť sieť
- Wireless Network %1
- Bezdrôtová sieť %1
+ Disable VPN
+
+
+
+ Enable VPN
+
+
+
+ Disable system proxy
+
+
+
+ Enable system proxy
+
+
+
+ Network settings
+ Nastavenia siete
+
+
+ Multiple services started
+
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Zariadenie zakázané
+ Connected to: %1
+
+
+
+ System proxy enabled
+
+
+
+ Connected
+ Pripojené
+
+
+ Network off
+
Network cable unplugged
- Sieťový kábel odpojený
+ Sieťový kábel odpojený
Not connected
- Nepripojené
+ Nepripojené
Connecting
- Pripájanie
+ Pripájanie
Connected but no Internet access
- Pripojené, ale bez prístupu na internet
+ Pripojené, ale bez prístupu na internet
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- Vypnúť káblové pripojenie
+ Wireless Network
+ Bezdrôtová sieť
- Enable wired connection
- Zapnúť káblové pripojenie
+ Connected %1
+
- Disable wireless connection
- Vypnúť bezdrôtové pripojenie
+ Off
+
- Enable wireless connection
- Zapnúť bezdrôtové pripojenie
+ Wired Network
+ Drôtová sieť
- Disable network
- Zakázať sieť
+ Network
+ Sieť
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Povoliť sieť
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Nastavenia siete
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Drôtová sieť
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Bezdrôtová sieť
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Sieť
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_sl.ts b/dock-network-plugin/translations/dock-network-plugin_sl.ts
index 0aa52482..e29e0ce5 100644
--- a/dock-network-plugin/translations/dock-network-plugin_sl.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_sl.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Brezžično omrežje
+ Network settings
+ Nastavitve omrežja
- Wired Network
- Ožičeno omrežje
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Omrežje
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ IP spor
- Wired Network
- Ožičeno omrežje
+ Network
+ Omrežje
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Povezava na skrito omrežje
+ VPN OpenConnect %1
+
- Password
- Geslo
+ PPPoE Connection %1
+
- Cancel
- button
- Prekini
+ Connecting "%1"
+
- Connect
- button
- Poveži
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Dostopna točka
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Vrsta varnosti
+ Password is required to connect "%1"
+
- Band
- Pas
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Vmesnik
+ Password
+ Geslo
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Omrežna maska
+ Proxy Password
+
- Gateway
- Prehod
+ Group Password
+
- Primary DNS
- Prednostni DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Predpona
+ Cancel
+ button
+ Prekini
- Speed
- Hitrost
+ Connect
+ button
+ Poveži
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Naprava onemogočena
-
+ dde::network::NetStatus
- Connected but no Internet access
- Povezano, brez dostopa do spleta
+ Disable wired connection
+ Onemogoči žično povezavo
- Not connected
- Brez povezave
+ Enable wired connection
+ Omogoči žično povezavo
- Network cable unplugged
- Omrežni kabel je izklopljen
+ Disable wireless connection
+ Onemogoči brezžično povezavo
- Connecting
- Povezovanje
+ Enable wireless connection
+ Omogoči brezžično povezavo
- Authenticating
- Overjanje
+ Disable network
+ Onemogoči omrežje
- Obtaining IP address
- Pridobivanje IP naslova
+ Enable network
+ Omogoči omrežje
- Connected
- Povezava vzpostavljena
+ Disable VPN
+
- Disconnected
- Povezava prekinjena
+ Enable VPN
+
- IP conflict
- IP spor
+ Disable system proxy
+
- Failed
- Ni uspelo
+ Enable system proxy
+
- Obtaining address
- Pridobivanje naslova
+ Network settings
+ Nastavitve omrežja
-
-
- dde::network::NetworkProcesser
- Wired Network
- Ožičeno omrežje
+ Multiple services started
+
- Wired Network %1
- Žično omrežje %1
+ Connected to: %1
+
- Wireless Network
- Brezžično omrežje
+ System proxy enabled
+
- Wireless Network %1
- Brezžično omrežje %1
+ Connected
+ Povezava vzpostavljena
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Naprava onemogočena
+ Network off
+
Network cable unplugged
- Omrežni kabel je izklopljen
+ Omrežni kabel je izklopljen
Not connected
- Brez povezave
+ Brez povezave
Connecting
- Povezovanje
+ Povezovanje
Connected but no Internet access
- Povezano, brez dostopa do spleta
+ Povezano, brez dostopa do spleta
Connection failed
- Povezava ni uspela
+ Povezava ni uspela
IP conflict
- IP spor
+ IP spor
- Disable wired connection
- Onemogoči žično povezavo
+ Wireless Network
+ Brezžično omrežje
- Enable wired connection
- Omogoči žično povezavo
+ Connected %1
+
- Disable wireless connection
- Onemogoči brezžično povezavo
+ Off
+
- Enable wireless connection
- Omogoči brezžično povezavo
+ Wired Network
+ Ožičeno omrežje
- Disable network
- Onemogoči omrežje
+ Network
+ Omrežje
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Omogoči omrežje
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Nastavitve omrežja
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Ožičeno omrežje
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Brezžično omrežje
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Povezava na skrito omrežje
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Omrežje
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_sq.ts b/dock-network-plugin/translations/dock-network-plugin_sq.ts
index 88f02592..0f62afe0 100644
--- a/dock-network-plugin/translations/dock-network-plugin_sq.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_sq.ts
@@ -1,273 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Rrjet Pa Fill
+ Network settings
+ Rregullime rrjeti
- Wired Network
- Rrjet Me Fill
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Rrjet
-
-
- Wireless Network
-
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wired Network
- Rrjet Me Fill
+ IP conflict
+ Përplasje IP-sh
- Device disabled
- Pajisje e çaktivizuar
+ Network
+ Rrjet
+
+
+ dde::network::NetManagerThreadPrivate
- Network cable unplugged
- Kablloja e rrjetit është e hequr
+ Wired Connection %1
+
- Not connected
- Jo e lidhur
+ VPN L2TP %1
+
- Connecting
- Po lidhet
+ VPN PPTP %1
+
- Connected but no Internet access
- E lidhur, por pa hyrje Internet
+ VPN VPNC %1
+
- IP conflict
- Përplasje IP-sh
+ VPN OpenVPN %1
+
- Connection failed
- Lidhja dështoi
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Lidhu me rrjet të fshehur
+ VPN OpenConnect %1
+
- Password
- Fjalëkalim
+ PPPoE Connection %1
+
- Cancel
- button
- Anuloje
+ Connecting "%1"
+
- Connect
- button
- Lidhu
+ "%1" connected
+
- Name (SSID)
- Emër (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokoll
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Lloj Sigurie
+ Password is required to connect "%1"
+
- Band
- Bandë
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Ndërfaqe
+ Password
+ Fjalëkalim
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- NetMask-ë
+ Proxy Password
+
- Gateway
- Kanal
+ Group Password
+
- Primary DNS
- DNS Parësore
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Emër (SSID)
- Prefix
- Parashtesë
+ Cancel
+ button
+ Anuloje
- Speed
- Shpejtësi
+ Connect
+ button
+ Lidhu
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
- Pajisje e çaktivizuar
+ Disable wired connection
+ Çaktivizo lidhje me fill
- Connected but no Internet access
- E lidhur, por pa hyrje Internet
+ Enable wired connection
+ Aktivizo lidhje me fill
- Not connected
- Jo e lidhur
+ Disable wireless connection
+ Çaktivizo lidhje pa fill
- Network cable unplugged
- Kablloja e rrjetit është e hequr
+ Enable wireless connection
+ Aktivizo lidhje pa fill
- Connecting
- Po lidhet
+ Disable network
+ Çaktivizo rrjetin
- Authenticating
- Po bëhet mirëfilltësim
+ Enable network
+ Aktivizo rrjetin
- Obtaining IP address
- Po merret adresë IP
+ Disable VPN
+
- Connected
- E lidhur
+ Enable VPN
+
- Disconnected
- E shkëputur
+ Disable system proxy
+
- IP conflict
- Përplasje IP-sh
+ Enable system proxy
+
- Failed
- U dështua
-
-
- Obtaining address
- Po merret adresë
+ Network settings
+ Rregullime rrjeti
-
-
- dde::network::NetworkProcesser
- Wired Network
- Rrjet Me Fill
+ Multiple services started
+
- Wired Network %1
- Rrjet Me Fill %1
+ Connected to: %1
+
- Wireless Network
- Rrjet Pa Fill
+ System proxy enabled
+
- Wireless Network %1
- Rrjet Pa Fill %1
+ Connected
+ E lidhur
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Pajisje e çaktivizuar
+ Network off
+
Network cable unplugged
- Kablloja e rrjetit është e hequr
+ Kablloja e rrjetit është e hequr
Not connected
- Jo e lidhur
+ Jo e lidhur
Connecting
- Po lidhet
+ Po lidhet
Connected but no Internet access
- E lidhur, por pa hyrje Internet
+ E lidhur, por pa hyrje Internet
Connection failed
- Lidhja dështoi
+ Lidhja dështoi
IP conflict
- Përplasje IP-sh
+ Përplasje IP-sh
- Disable wired connection
- Çaktivizo lidhje me fill
+ Wireless Network
+ Rrjet Pa Fill
- Enable wired connection
- Aktivizo lidhje me fill
+ Connected %1
+
- Disable wireless connection
- Çaktivizo lidhje pa fill
+ Off
+
- Enable wireless connection
- Aktivizo lidhje pa fill
+ Wired Network
+ Rrjet Me Fill
- Disable network
- Çaktivizo rrjetin
+ Network
+ Rrjet
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Aktivizo rrjetin
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Rregullime rrjeti
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Rrjet Me Fill
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Rrjet Pa Fill
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Lidhu me rrjet të fshehur
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Rrjet
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_sr.ts b/dock-network-plugin/translations/dock-network-plugin_sr.ts
index db6d2cd6..638983aa 100644
--- a/dock-network-plugin/translations/dock-network-plugin_sr.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_sr.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Бежична мрежа
+ Network settings
+ Подешавање мреже
- Wired Network
- Жична мрежа
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Мрежа
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ ИП сукоб
- Wired Network
- Жична мрежа
+ Network
+ Мрежа
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Повежи се на скривену мрежу
+ VPN OpenConnect %1
+
- Password
- Лозинка
+ PPPoE Connection %1
+
- Cancel
- button
- Откажи
+ Connecting "%1"
+
- Connect
- button
- Повежи се
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Врућа тачка
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- ССИД
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Протокол
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Врста безбедности
+ Password is required to connect "%1"
+
- Band
- Опсег
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Канал
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Сучеље
+ Password
+ Лозинка
- MAC
- МАК
+ Private Pwd
+
- IPv4
- ИПв4
+ key
+
- Netmask
- Мрежна маска
+ Proxy Password
+
- Gateway
- Мрежни пролаз
+ Group Password
+
- Primary DNS
- Основни ДНС
+ Username
+
- IPv6
- ИПв6
+ Name (SSID)
+
- Prefix
- Префикс
+ Cancel
+ button
+ Откажи
- Speed
- Брзина протока
+ Connect
+ button
+ Повежи се
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Уређај је онемогућен
-
+ dde::network::NetStatus
- Connected but no Internet access
- Повезани сте, али нема интернета
+ Disable wired connection
+ Искључи жичану везу
- Not connected
- Нисте повезани
+ Enable wired connection
+ Укључи жичану везу
- Network cable unplugged
- Мрежни кабл је ископчан
+ Disable wireless connection
+ Искључи бежичану везу
- Connecting
- Повезивање
+ Enable wireless connection
+ Укључи бежичану везу
- Authenticating
- Идентификовање
+ Disable network
+ Искључи мрежу
- Obtaining IP address
- Прибављање ИП адресе
+ Enable network
+ Укључи мрежу
- Connected
- Повезани сте
+ Disable VPN
+
- Disconnected
- Нисте поевзани
+ Enable VPN
+
- IP conflict
- ИП сукоб
+ Disable system proxy
+
- Failed
- Неуспешно
+ Enable system proxy
+
- Obtaining address
- Прибављање адресе
+ Network settings
+ Подешавање мреже
-
-
- dde::network::NetworkProcesser
- Wired Network
- Жична мрежа
+ Multiple services started
+
- Wired Network %1
- Жичана мрежа %1
+ Connected to: %1
+
- Wireless Network
- Бежична мрежа
+ System proxy enabled
+
- Wireless Network %1
- Бежична мрежа %1
+ Connected
+ Повезани сте
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Уређај је онемогућен
+ Network off
+
Network cable unplugged
- Мрежни кабл је ископчан
+ Мрежни кабл је ископчан
Not connected
- Нисте повезани
+ Нисте повезани
Connecting
- Повезивање
+ Повезивање
Connected but no Internet access
- Повезани сте, али нема интернета
+ Повезани сте, али нема интернета
Connection failed
- Неуспешно повезивање
+ Неуспешно повезивање
IP conflict
- ИП сукоб
+ ИП сукоб
- Disable wired connection
- Искључи жичану везу
+ Wireless Network
+ Бежична мрежа
- Enable wired connection
- Укључи жичану везу
+ Connected %1
+
- Disable wireless connection
- Искључи бежичану везу
+ Off
+
- Enable wireless connection
- Укључи бежичану везу
+ Wired Network
+ Жична мрежа
- Disable network
- Искључи мрежу
+ Network
+ Мрежа
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Укључи мрежу
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Подешавање мреже
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Жична мрежа
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Бежична мрежа
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Повежи се на скривену мрежу
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Мрежа
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_tr.ts b/dock-network-plugin/translations/dock-network-plugin_tr.ts
index 55824fb2..ed0dc84c 100644
--- a/dock-network-plugin/translations/dock-network-plugin_tr.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_tr.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Kablosuz Ağ
+ Network settings
+ Ay ayarları
- Wired Network
- Kablolu Ağ
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Ağ
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ IP çakışması
- Wired Network
- Kablolu Ağ
+ Network
+ Ağ
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Gizli ağa bağlan
+ VPN OpenConnect %1
+
- Password
- Parola
+ PPPoE Connection %1
+
- Cancel
- button
- İptal
+ Connecting "%1"
+
- Connect
- button
- Bağlan
+ "%1" connected
+
- Name (SSID)
- İsim (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Bağlantı Noktası
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Güvenlik Türü
+ Password is required to connect "%1"
+
- Band
- Bant
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Arayüz
+ Password
+ Parola
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Ağ Maskesi
+ Proxy Password
+
- Gateway
- Ağ Geçidi
+ Group Password
+
- Primary DNS
- Birincil DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ İsim (SSID)
- Prefix
- Ön Ek
+ Cancel
+ button
+ İptal
- Speed
- Hız
+ Connect
+ button
+ Bağlan
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Aygıt devre dışı
-
+ dde::network::NetStatus
- Connected but no Internet access
- Bağlandı ancak İnternet erişimi yok
+ Disable wired connection
+ Kablolu bağlantıyı devre dışı bırak
- Not connected
- Bağlı değil
+ Enable wired connection
+ Kablolu bağlantıyı etkinleştir
- Network cable unplugged
- Ağ kablosu takılı değil
+ Disable wireless connection
+ Kablosuz bağlantıyı devre dışı bırak
- Connecting
- Bağlanıyor
+ Enable wireless connection
+ Kablosuz bağlantıyı etkinleştir
- Authenticating
- Kimlik doğrulanıyor
+ Disable network
+ Ağı devre dışı bırak
- Obtaining IP address
- IP adresi elde ediliyor
+ Enable network
+ Ağı etkinleştir
- Connected
- Bağlandı
+ Disable VPN
+
- Disconnected
- Bağlantı kesildi
+ Enable VPN
+
- IP conflict
- IP çakışması
+ Disable system proxy
+
- Failed
- Başarısız
+ Enable system proxy
+
- Obtaining address
- Adres elde ediliyor
+ Network settings
+ Ay ayarları
-
-
- dde::network::NetworkProcesser
- Wired Network
- Kablolu Ağ
+ Multiple services started
+
- Wired Network %1
- Kablolu Ağ %1
+ Connected to: %1
+
- Wireless Network
- Kablosuz Ağ
+ System proxy enabled
+
- Wireless Network %1
- Kablosuz Ağ%1
+ Connected
+ Bağlandı
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Aygıt devre dışı
+ Network off
+
Network cable unplugged
- Ağ kablosu takılı değil
+ Ağ kablosu takılı değil
Not connected
- Bağlı değil
+ Bağlı değil
Connecting
- Bağlanıyor
+ Bağlanıyor
Connected but no Internet access
- Bağlandı ancak İnternet erişimi yok
+ Bağlandı ancak İnternet erişimi yok
Connection failed
- Bağlantı başarısız
+ Bağlantı başarısız
IP conflict
- IP çakışması
+ IP çakışması
- Disable wired connection
- Kablolu bağlantıyı devre dışı bırak
+ Wireless Network
+ Kablosuz Ağ
- Enable wired connection
- Kablolu bağlantıyı etkinleştir
+ Connected %1
+
- Disable wireless connection
- Kablosuz bağlantıyı devre dışı bırak
+ Off
+
- Enable wireless connection
- Kablosuz bağlantıyı etkinleştir
+ Wired Network
+ Kablolu Ağ
- Disable network
- Ağı devre dışı bırak
+ Network
+ Ağ
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Ağı etkinleştir
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Ay ayarları
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Kablolu Ağ
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Kablosuz Ağ
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Gizli ağa bağlan
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Ağ
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_ug.ts b/dock-network-plugin/translations/dock-network-plugin_ug.ts
index b7563082..f82dcf0f 100644
--- a/dock-network-plugin/translations/dock-network-plugin_ug.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_ug.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- سىمسىز تور
+ Network settings
+ تور تەڭشىكى
- Wired Network
- سىملىق تور
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- تور
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+ IP ئادرېس توقۇنۇشۇپ قالدى
- Wired Network
- سىملىق تور
+ Network
+ تور
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- يوشۇرۇن تورغا ئۇلاش
+ VPN OpenConnect %1
+
- Password
- پارولنى كىرگۈزۈڭ
+ PPPoE Connection %1
+
- Cancel
- button
- بىكار قىلىش
+ Connecting "%1"
+
- Connect
- button
- ئۇلاش
+ "%1" connected
+
- Name (SSID)
- تور نامىنى كىرگۈزۈڭ(SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- ھەمبەھىر نۇقتىسى
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- كېلىشىم
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- بىخەتەرلىك تۈرى
+ Password is required to connect "%1"
+
- Band
- دولقۇن بۆلىكى
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- قانال
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- ئۇلىنىش ئېغىزى
+ Password
+ پارولنى كىرگۈزۈڭ
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- تور قەۋىتى
+ Proxy Password
+
- Gateway
- تور قانىلى
+ Group Password
+
- Primary DNS
- شەخسىي DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ تور نامىنى كىرگۈزۈڭ(SSID)
- Prefix
- قوشۇمچە
+ Cancel
+ button
+ بىكار قىلىش
- Speed
- تېزلىكى
+ Connect
+ button
+ ئۇلاش
- dde::network::NetworkDeviceRealize
-
- Device disabled
- ئۈسكۈنە ئىشلىتىش چەكلەندى
-
+ dde::network::NetStatus
- Connected but no Internet access
- تورغا ئۇلاندى،ئەمما تورنى زىيارەت قىلالمىدى
+ Disable wired connection
+ سىملىق تورنى تاقاش
- Not connected
- ئۇلانمىدى
+ Enable wired connection
+ سىملىق تورنى ئېچىش
- Network cable unplugged
- تور سىمى ئۇلانمىغان
+ Disable wireless connection
+ سىمسىز تورنى تاقاش
- Connecting
- ئۇلىنىۋاتىدۇ
+ Enable wireless connection
+ سىمسىز تورنى ئېچىش
- Authenticating
- دەلىللەۋاتىدۇ
+ Disable network
+ تورنى تاقاش
- Obtaining IP address
- IP ئادرېسىغا ئېرىشىش
+ Enable network
+ تورنى قوزغىتىش
- Connected
- ئۇلاندى
+ Disable VPN
+
- Disconnected
- ئۈزۈلدى
+ Enable VPN
+
- IP conflict
- IP ئادرېس توقۇنۇشۇپ قالدى
+ Disable system proxy
+
- Failed
- مەغلۇب بولدى
+ Enable system proxy
+
- Obtaining address
- ئادرېسىغا ئېرىشىۋاتىدۇ
+ Network settings
+ تور تەڭشىكى
-
-
- dde::network::NetworkProcesser
- Wired Network
- سىملىق تور
+ Multiple services started
+
- Wired Network %1
- سىملىق تور%1
+ Connected to: %1
+
- Wireless Network
- سىمسىز تور
+ System proxy enabled
+
- Wireless Network %1
- سىمسىز تور%1
+ Connected
+ ئۇلاندى
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- ئۈسكۈنە ئىشلىتىش چەكلەندى
+ Network off
+
Network cable unplugged
- تور سىمى ئۇلانمىغان
+ تور سىمى ئۇلانمىغان
Not connected
- ئۇلانمىدى
+ ئۇلانمىدى
Connecting
- ئۇلىنىۋاتىدۇ
+ ئۇلىنىۋاتىدۇ
Connected but no Internet access
- تورغا ئۇلاندى،ئەمما تورنى زىيارەت قىلالمىدى
+ تورغا ئۇلاندى،ئەمما تورنى زىيارەت قىلالمىدى
Connection failed
- ئۇلىنىش مەغلۇپ بولدى
+ ئۇلىنىش مەغلۇپ بولدى
IP conflict
- IP ئادرېس توقۇنۇشۇپ قالدى
+ IP ئادرېس توقۇنۇشۇپ قالدى
- Disable wired connection
- سىملىق تورنى تاقاش
+ Wireless Network
+ سىمسىز تور
- Enable wired connection
- سىملىق تورنى ئېچىش
+ Connected %1
+
- Disable wireless connection
- سىمسىز تورنى تاقاش
+ Off
+
- Enable wireless connection
- سىمسىز تورنى ئېچىش
+ Wired Network
+ سىملىق تور
- Disable network
- تورنى تاقاش
+ Network
+ تور
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- تورنى قوزغىتىش
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- تور تەڭشىكى
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ سىملىق تور
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ سىمسىز تور
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ يوشۇرۇن تورغا ئۇلاش
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ تور
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_uk.ts b/dock-network-plugin/translations/dock-network-plugin_uk.ts
index 769935f4..01412d1b 100644
--- a/dock-network-plugin/translations/dock-network-plugin_uk.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_uk.ts
@@ -1,281 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Бездротова мережа
+ Network settings
+ Параметри мережі
- Wired Network
- Провідна мережа
+ Network Detection
+
+
+
+
+ dde::network::NetAirplaneModeTipsItem
+
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- NetworkPlugin
+ dde::network::NetManagerPrivate
+
+ IP conflict
+ Конфлікт IP
+
Network
- Мережа
+ Мережа
+
+
+ dde::network::NetManagerThreadPrivate
- Wireless Network
- Бездротова мережа
+ Wired Connection %1
+
- Wired Network
- Провідна мережа
+ VPN L2TP %1
+
- Connected
-
+ VPN PPTP %1
+
- Device disabled
- Пристрій вимкнено
+ VPN VPNC %1
+
- Network cable unplugged
- Кабель мережі від'єднано
+ VPN OpenVPN %1
+
- Not connected
- Не з'єднано
+ VPN StrongSwan %1
+
- Connecting
- З'єднання
+ VPN OpenConnect %1
+
- Obtaining address
-
+ PPPoE Connection %1
+
- Connected but no Internet access
- З'єднано, але немає доступу до інтернету
+ Connecting "%1"
+
- IP conflict
- Конфлікт IP
+ "%1" connected
+
- Connection failed
- Не вдалося встановити з'єднання
+ "%1" disconnected
+
-
-
- WirelessItem
- Connect to hidden network
- Встановлення з'єднання із прихованою мережею
+ Unable to connect "%1", please check your router or net cable.
+
- Password
- Пароль
+ Unable to connect "%1", please keep closer to the wireless router
+
- Cancel
- button
- Скасувати
+ Connection failed, unable to connect "%1", wrong password
+
- Connect
- button
- З'єднатися
+ Password is required to connect "%1"
+
- Name (SSID)
- Назва (SSID)
+ The "%1" 802.11 WLAN network could not be found
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Точка доступу
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- SSID
- SSID
+ Password
+ Пароль
- Protocol
- Протокол
+ Private Pwd
+
- Security Type
- Тип захисту
+ key
+
- Band
- Група
+ Proxy Password
+
- Channel
- Канал
+ Group Password
+
- Interface
- Інтерфейс
+ Username
+
- MAC
- MAC
+ Name (SSID)
+ Назва (SSID)
- IPv4
- IPv4
+ Cancel
+ button
+ Скасувати
- Netmask
- Маска мережі
+ Connect
+ button
+ З'єднатися
+
+
+ dde::network::NetStatus
- Gateway
- Шлюз
+ Disable wired connection
+ Вимкнути дротове з'єднання
- Primary DNS
- Основний DNS
+ Enable wired connection
+ Увімкнути дротове з'єднання
- IPv6
- IPv6
+ Disable wireless connection
+ Вимкнути бездротове з'єднання
- Prefix
- Префікс
+ Enable wireless connection
+ Увімкнути бездротове з'єднання
- Speed
- Швидкість
+ Disable network
+ Вимкнути мережу
-
-
- dde::network::NetworkDeviceRealize
- Device disabled
- Пристрій вимкнено
+ Enable network
+ Увімкнути мережу
- Connected but no Internet access
- З'єднано, але немає доступу до інтернету
+ Disable VPN
+
- Not connected
- Не з'єднано
+ Enable VPN
+
- Network cable unplugged
- Кабель мережі від'єднано
+ Disable system proxy
+
- Connecting
- З'єднання
+ Enable system proxy
+
- Authenticating
- Розпізнавання
+ Network settings
+ Параметри мережі
- Obtaining IP address
- Отримуємо IP-адресу
+ Multiple services started
+
- Connected
- З'єднано
+ Connected to: %1
+
- Disconnected
- Роз'єднано
+ System proxy enabled
+
- IP conflict
- Конфлікт IP
+ Connected
+ З'єднано
- Failed
- Помилка
+ Network off
+
- Obtaining address
- Отримання адреси
+ Network cable unplugged
+ Кабель мережі від'єднано
-
-
- dde::network::NetworkProcesser
- Wired Network
- Дротова мережа
+ Not connected
+ Не з'єднано
- Wired Network %1
- Дротова мережа %1
+ Connecting
+ З'єднання
- Wireless Network
- Бездротова мережа
+ Connected but no Internet access
+ З'єднано, але немає доступу до інтернету
- Wireless Network %1
- Бездротова мережа %1
+ Connection failed
+ Не вдалося встановити з'єднання
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Пристрій вимкнено
+ IP conflict
+ Конфлікт IP
- Network cable unplugged
- Кабель мережі від'єднано
+ Wireless Network
+ Бездротова мережа
- Not connected
- Не з'єднано
+ Connected %1
+
- Connecting
- З'єднання
+ Off
+
- Connected but no Internet access
- З'єднано, але немає доступу до інтернету
+ Wired Network
+
- Connection failed
- Не вдалося встановити з'єднання
+ Network
+ Мережа
+
+
+ dde::network::NetSystemProxyControlItem
- IP conflict
- Конфлікт IP
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Disable wired connection
- Вимкнути дротове з'єднання
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Enable wired connection
- Увімкнути дротове з'єднання
+ Wired Network
+
+
+
+ dde::network::NetWirelessControlItem
- Disable wireless connection
- Вимкнути бездротове з'єднання
+ Wireless Network
+ Бездротова мережа
+
+
+ dde::network::NetWirelessHiddenItem
- Enable wireless connection
- Увімкнути бездротове з'єднання
+ Connect to hidden network
+ Встановлення з'єднання із прихованою мережею
+
+
+ dde::network::NetWirelessMineItem
- Disable network
- Вимкнути мережу
+ My Networks
+
+
+
+ dde::network::NetWirelessOtherItem
- Enable network
- Увімкнути мережу
+ Other Networks
+
+
+
+ dde::network::NetworkPlugin
- Network settings
- Параметри мережі
+ Network
+ Мережа
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_vi.ts b/dock-network-plugin/translations/dock-network-plugin_vi.ts
index 03d1dfc3..df4d3dc2 100644
--- a/dock-network-plugin/translations/dock-network-plugin_vi.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_vi.ts
@@ -1,269 +1,312 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- Mạng không dây
+ Network settings
+ Thiết lập mạng
- Wired Network
- Mạng kết nối dây
+ Network Detection
+
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- Mạng
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
-
+ IP conflict
+
- Wired Network
- Mạng kết nối dây
+ Network
+ Mạng
+
+
+ dde::network::NetManagerThreadPrivate
- Device disabled
-
+ Wired Connection %1
+
- Not connected
-
+ VPN L2TP %1
+
- Connecting
-
+ VPN PPTP %1
+
- Connected but no Internet access
-
+ VPN VPNC %1
+
- IP conflict
-
+ VPN OpenVPN %1
+
- Connection failed
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Kết nối với mạng ẩn
+ VPN OpenConnect %1
+
- Password
- Mật mã
+ PPPoE Connection %1
+
- Cancel
- button
- Hủy
+ Connecting "%1"
+
- Connect
- button
- Kết nối
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Điểm truy cập
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Giao thức
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Loại bảo mật
+ Password is required to connect "%1"
+
- Band
- Băng tần
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kênh
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Giao diện
+ Password
+ Mật mã
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Mặt nạ mạng
+ Proxy Password
+
- Gateway
- Cổng vào
+ Group Password
+
- Primary DNS
- DNS Đầu
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Tiền tố
+ Cancel
+ button
+ Hủy
- Speed
- Tốt độ
+ Connect
+ button
+ Kết nối
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Thiết bị bị vô hiệu hóa
-
+ dde::network::NetStatus
- Connected but no Internet access
- Đã kết nối nhưng không có truy cập Internet
+ Disable wired connection
+ Tắt kết nối mạng dây
- Not connected
- Không được kết nối
+ Enable wired connection
+ Mở kết nối mạng dây
- Network cable unplugged
- Mạng dây đã ngắt
+ Disable wireless connection
+ Tắt kết nối wifi
- Connecting
- Đang kết nối
+ Enable wireless connection
+ Bật kết nối wifi
- Authenticating
- Đang xác nhận
+ Disable network
+ Vô hiệu hóa mạng
- Obtaining IP address
- Đang lấy địa chỉ IP
+ Enable network
+ Cho phép mạng
- Connected
- Đã kết nối
+ Disable VPN
+
- Disconnected
- Đã ngắt kết nối
+ Enable VPN
+
- IP conflict
-
+ Disable system proxy
+
- Failed
- Thất bại
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ Thiết lập mạng
-
-
- dde::network::NetworkProcesser
- Wired Network
- Mạng kết nối dây
+ Multiple services started
+
- Wired Network %1
- Mạng kết nối dây %1
+ Connected to: %1
+
- Wireless Network
- Mạng không dây
+ System proxy enabled
+
- Wireless Network %1
- Mạng Không dây %1
+ Connected
+ Đã kết nối
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Thiết bị bị vô hiệu hóa
+ Network off
+
Network cable unplugged
- Mạng dây đã ngắt
+ Mạng dây đã ngắt
Not connected
- Không được kết nối
+ Không được kết nối
Connecting
- Đang kết nối
+ Đang kết nối
Connected but no Internet access
- Đã kết nối nhưng không có truy cập Internet
+ Đã kết nối nhưng không có truy cập Internet
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- Tắt kết nối mạng dây
+ Wireless Network
+ Mạng không dây
- Enable wired connection
- Mở kết nối mạng dây
+ Connected %1
+
- Disable wireless connection
- Tắt kết nối wifi
+ Off
+
- Enable wireless connection
- Bật kết nối wifi
+ Wired Network
+ Mạng kết nối dây
- Disable network
- Vô hiệu hóa mạng
+ Network
+ Mạng
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Cho phép mạng
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Thiết lập mạng
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ Mạng kết nối dây
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Mạng không dây
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Kết nối với mạng ẩn
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ Mạng
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_zh_CN.ts b/dock-network-plugin/translations/dock-network-plugin_zh_CN.ts
index 9124fc4a..62719091 100644
--- a/dock-network-plugin/translations/dock-network-plugin_zh_CN.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_zh_CN.ts
@@ -1,229 +1,212 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- 无线网络
+ Network settings
+ 网络设置
- Wired Network
- 有线网络
+ Network Detection
+ 网络检测
- NetworkPlugin
-
- Network
- 网络
-
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- 无线网络
-
-
- Wired Network
- 有线网络
-
-
- Connected
- 已连接
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+ 若要使用无线网络功能,请先关闭 <a style="text-decoration: none;" href="Airplane Mode">飞行模式</a>
+
+
+ dde::network::NetManagerPrivate
- Device disabled
- 设备已禁用
+ IP conflict
+ IP地址冲突
- Network cable unplugged
- 未插入网线
+ Network
+ 网络
+
+
+ dde::network::NetManagerThreadPrivate
- Not connected
- 未连接
+ Connecting "%1"
+ 正在连接"%1"
- Connecting
- 正在连接
+ "%1" connected
+ "%1"已连接
- Obtaining address
- 获取地址中
+ "%1" disconnected
+ "%1"已断开
- Connected but no Internet access
- 已连接网络但无法访问互联网
+ Unable to connect "%1", please check your router or net cable.
+ 未能加入"%1",请检查路由器或网线。
- IP conflict
- IP地址冲突
+ Unable to connect "%1", please keep closer to the wireless router
+ 未能加入"%1",请尝试靠近无线路由器
- Connection failed
- 连接失败
+ Connection failed, unable to connect "%1", wrong password
+ 连接失败,未能加入"%1",密码不正确
-
-
- WirelessItem
- Connect to hidden network
- 连接到隐藏网络
+ Password is required to connect "%1"
+ 连接"%1"需要密码
- Password
- 请输入密码
+ The "%1" 802.11 WLAN network could not be found
+ "%1" 802.11 WLAN网络无法找到
- Cancel
- button
- 取 消
+ To connect "%1", please set up your authentication info after logging in
+ 连接“%1”需要登录后配置认证信息
- Connect
- button
- 连 接
+ Wired Connection %1
+
- Name (SSID)
- 请输入网络名称(SSID)
+ VPN L2TP %1
+
-
-
- dde::network::NetworkDetails
- Hotspot
- 热点
+ VPN PPTP %1
+
- SSID
- SSID
+ VPN VPNC %1
+
- Protocol
- 协议
+ VPN OpenVPN %1
+
- Security Type
- 安全类型
+ VPN StrongSwan %1
+
- Band
- 频段
+ VPN OpenConnect %1
+
- Channel
- 网络通道
+ PPPoE Connection %1
+
+
+
+ dde::network::NetSecretWidget
- Interface
- 接口
+ Password
+ 请输入密码
- MAC
- MAC
+ Private Pwd
+ 私钥密码
- IPv4
- IPv4
+ key
+ 密钥
- Netmask
- 子网掩码
+ Proxy Password
+ 代理密码
- Gateway
- 网关
+ Group Password
+ 组密码
- Primary DNS
- 首选DNS
+ Username
+ 请输入用户名
- IPv6
- IPv6
+ Name (SSID)
+ 请输入网络名称(SSID)
- Prefix
- 前缀
+ Cancel
+ button
+ 取 消
- Speed
- 速率
+ Connect
+ button
+ 连 接
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
- 设备已禁用
-
-
- Connected but no Internet access
- 已连接网络但无法访问互联网
+ Disable wired connection
+ 关闭有线网络
- Not connected
- 未连接
+ Enable wired connection
+ 开启有线网络
- Network cable unplugged
- 未插入网线
+ Disable wireless connection
+ 关闭无线网络
- Connecting
- 正在连接
+ Enable wireless connection
+ 开启无线网络
- Authenticating
- 认证中
+ Disable network
+ 关闭网络
- Obtaining IP address
- 正在获取IP地址
+ Enable network
+ 开启网络
- Connected
- 已连接
+ Disable VPN
+ 关闭VPN
- Disconnected
- 已断开
+ Enable VPN
+ 开启VPN
- IP conflict
- IP地址冲突
+ Disable system proxy
+ 关闭系统代理
- Failed
- 失败
+ Enable system proxy
+ 开启系统代理
- Obtaining address
- 获取地址中
+ Network settings
+ 网络设置
-
-
- dde::network::NetworkProcesser
- Wired Network
- 有线网络
+ Multiple services started
+ 多个服务已开启
- Wired Network %1
- 有线网络%1
+ Connected to: %1
+ 已连接至:%1
- Wireless Network
- 无线网络
+ System proxy enabled
+ 系统代理已开启
- Wireless Network %1
- 无线网络%1
+ Connected
+ 已连接
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- 设备已禁用
+ Network off
+ 网络关闭
Network cable unplugged
@@ -250,32 +233,80 @@
IP地址冲突
- Disable wired connection
- 关闭有线网络
+ Wireless Network
+ 无线网络
- Enable wired connection
- 启用有线网络
+ Connected %1
+ 已连接%1
- Disable wireless connection
- 关闭无线网络
+ Off
+ 关闭
- Enable wireless connection
- 启用无线网络
+ Wired Network
+ 有线网络
- Disable network
- 关闭网络
+ Network
+ 网络
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- 启用网络
+ System Proxy
+ 系统代理
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- 网络设置
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+ VPN配置未连接或连接失败,请 <a style="text-decoration: none;"href="go to the control center">前往控制中心 </a>检查
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ 有线网络
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ 无线网络
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ 连接到隐藏网络
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+ 我的网络
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+ 其他网络
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ 网络
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_zh_HK.ts b/dock-network-plugin/translations/dock-network-plugin_zh_HK.ts
index aceae9dd..786dad90 100644
--- a/dock-network-plugin/translations/dock-network-plugin_zh_HK.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_zh_HK.ts
@@ -1,229 +1,212 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- 無線網絡
+ Network settings
+ 網絡設定
- Wired Network
- 有線網絡
+ Network Detection
+ 網絡檢測
- NetworkPlugin
-
- Network
- 網絡
-
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- 無線網絡
-
-
- Wired Network
- 有線網絡
-
-
- Connected
- 已連接
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+ 若要使用藍牙功能,請先關閉<a style="text-decoration: none;" href="Airplane Mode">飛行模式</a>
+
+
+ dde::network::NetManagerPrivate
- Device disabled
- 設備已禁用
+ IP conflict
+ IP位址衝突
- Network cable unplugged
- 未插入網線
+ Network
+ 網絡
+
+
+ dde::network::NetManagerThreadPrivate
- Not connected
- 未連接
+ Connecting "%1"
+ 正在連接"%1"
- Connecting
- 正在連接
+ "%1" connected
+ "%1"已連接
- Obtaining address
- 獲取地址中
+ "%1" disconnected
+ "%1"已斷開
- Connected but no Internet access
- 已連接網絡但無法訪問互聯網
+ Unable to connect "%1", please check your router or net cable.
+ 未能加入"%1",請檢查路由器或網線。
- IP conflict
- IP位址衝突
+ Unable to connect "%1", please keep closer to the wireless router
+ 未能加入"%1",請嘗試靠近無線路由器
- Connection failed
- 連接失敗
+ Connection failed, unable to connect "%1", wrong password
+ 連接失敗,未能加入"%1",密碼不正確
-
-
- WirelessItem
- Connect to hidden network
- 連接到隱藏網絡
+ Password is required to connect "%1"
+ 連接"%1"需要密碼
- Password
- 請輸入密碼
+ The "%1" 802.11 WLAN network could not be found
+ "%1" 802.11 WLAN網絡無法找到
- Cancel
- button
- 取 消
+ To connect "%1", please set up your authentication info after logging in
+ 連接“%1”需要登錄後配置認證資訊
- Connect
- button
- 連 接
+ Wired Connection %1
+
- Name (SSID)
- 請輸入網絡名稱(SSID)
+ VPN L2TP %1
+
-
-
- dde::network::NetworkDetails
- Hotspot
- 熱點
+ VPN PPTP %1
+
- SSID
- SSID
+ VPN VPNC %1
+
- Protocol
- 協議
+ VPN OpenVPN %1
+
- Security Type
- 安全類型
+ VPN StrongSwan %1
+
- Band
- 頻段
+ VPN OpenConnect %1
+
- Channel
- 網絡通道
+ PPPoE Connection %1
+
+
+
+ dde::network::NetSecretWidget
- Interface
- 接口
+ Password
+ 請輸入密碼
- MAC
- MAC
+ Private Pwd
+ 私鑰密碼
- IPv4
- IPv4
+ key
+ 密鑰
- Netmask
- 子網掩碼
+ Proxy Password
+ 代理密碼
- Gateway
- 網關
+ Group Password
+ 組密碼
- Primary DNS
- 首選DNS
+ Username
+ 請輸入用戶名
- IPv6
- IPv6
+ Name (SSID)
+ 請輸入網絡名稱(SSID)
- Prefix
- 前綴
+ Cancel
+ button
+ 取 消
- Speed
- 速率
+ Connect
+ button
+ 連 接
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
- 設備已禁用
-
-
- Connected but no Internet access
- 已連接網絡但無法訪問互聯網
+ Disable wired connection
+ 關閉有線網絡
- Not connected
- 未連接
+ Enable wired connection
+ 開啟有線網絡
- Network cable unplugged
- 未插入網線
+ Disable wireless connection
+ 關閉無線網絡
- Connecting
- 正在連接
+ Enable wireless connection
+ 開啟無線網絡
- Authenticating
- 認證中
+ Disable network
+ 關閉網絡
- Obtaining IP address
- 正在獲取IP位址
+ Enable network
+ 開啟網絡
- Connected
- 已連接
+ Disable VPN
+ 關閉VPN
- Disconnected
- 已斷開
+ Enable VPN
+ 開啟VPN
- IP conflict
- IP位址衝突
+ Disable system proxy
+ 關閉系統代理
- Failed
- 失敗
+ Enable system proxy
+ 開啟系統代理
- Obtaining address
- 獲取地址中
+ Network settings
+ 網絡設定
-
-
- dde::network::NetworkProcesser
- Wired Network
- 有線網絡
+ Multiple services started
+ 多個服務已開啟
- Wired Network %1
- 有線網絡%1
+ Connected to: %1
+ 已連接至:%1
- Wireless Network
- 無線網絡
+ System proxy enabled
+ 系統代理已開啟
- Wireless Network %1
- 無線網絡%1
+ Connected
+ 已連接
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- 設備已禁用
+ Network off
+ 網絡關閉
Network cable unplugged
@@ -250,32 +233,80 @@
IP位址衝突
- Disable wired connection
- 關閉有線網絡
+ Wireless Network
+ 無線網絡
- Enable wired connection
- 啟用有線網絡
+ Connected %1
+ 已連接%1
- Disable wireless connection
- 關閉無線網絡
+ Off
+ 關閉
- Enable wireless connection
- 啟用無線網絡
+ Wired Network
+ 有線網絡
- Disable network
- 關閉網絡
+ Network
+ 網絡
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- 啟用網絡
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- 網絡設定
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+ VPN配置未連接或連接失敗,請<a style=\"text-decoration: none;\" href=\"go to the control center\">前往控制中心</a>檢查
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ 有線網絡
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ 無線網絡
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ 連接到隱藏網絡
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+ 我的網絡
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+ 其他網絡
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ 網絡
-
\ No newline at end of file
+
diff --git a/dock-network-plugin/translations/dock-network-plugin_zh_TW.ts b/dock-network-plugin/translations/dock-network-plugin_zh_TW.ts
index f02e3d4d..b7e866c9 100644
--- a/dock-network-plugin/translations/dock-network-plugin_zh_TW.ts
+++ b/dock-network-plugin/translations/dock-network-plugin_zh_TW.ts
@@ -1,229 +1,212 @@
-
+
+
+
- DeviceControllItem
+ dde::network::DockContentWidget
- Wireless Network
- 無線網路
+ Network settings
+ 網路設定
- Wired Network
- 有線網路
+ Network Detection
+ 網路檢測
- NetworkPlugin
+ dde::network::NetAirplaneModeTipsItem
- Network
- 網路
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+ 若要使用藍牙功能,請先關閉<a style="text-decoration: none;" href="Airplane Mode">飛行模式</a>
+
+
+ dde::network::NetManagerPrivate
- Wireless Network
- 無線網路
+ IP conflict
+ IP位址衝突
- Wired Network
- 有線網路
+ Network
+ 網路
+
+
+ dde::network::NetManagerThreadPrivate
- Connected
- 已連接
+ Connecting "%1"
+ 正在連線"%1"
- Device disabled
- 裝置已禁用
+ "%1" connected
+ "%1" 已連接
- Network cable unplugged
- 未插入網路線
+ "%1" disconnected
+ "%1" 已斷開
- Not connected
- 未連接
+ Unable to connect "%1", please check your router or net cable.
+ 未能加入"%1",請檢查路由器或網路線。
- Connecting
- 正在連線
+ Unable to connect "%1", please keep closer to the wireless router
+ 未能加入"%1",請嘗試靠近無線路由器
- Obtaining address
- 獲取地址中
+ Connection failed, unable to connect "%1", wrong password
+ 連線失敗,未能加入"%1",密碼不正確
- Connected but no Internet access
- 已連接網路但無法訪問網路
+ Password is required to connect "%1"
+ 連接"%1"需要密碼
- IP conflict
- IP位址衝突
+ The "%1" 802.11 WLAN network could not be found
+ "%1" 802.11 WLAN網路無法找到
- Connection failed
- 連線失敗
+ To connect "%1", please set up your authentication info after logging in
+ 連接“%1”需要登入後配置認證資訊
-
-
- WirelessItem
- Connect to hidden network
- 連接到隱藏網路
+ Wired Connection %1
+
- Password
- 請輸入密碼
+ VPN L2TP %1
+
- Cancel
- button
- 取 消
+ VPN PPTP %1
+
- Connect
- button
- 連 接
+ VPN VPNC %1
+
- Name (SSID)
- 請輸入網路名稱(SSID)
+ VPN OpenVPN %1
+
-
-
- dde::network::NetworkDetails
- Hotspot
- 熱點
+ VPN StrongSwan %1
+
- SSID
- SSID
+ VPN OpenConnect %1
+
- Protocol
- 協議
-
-
- Security Type
- 安全類型
-
-
- Band
- 頻段
-
-
- Channel
- 網路通道
+ PPPoE Connection %1
+
+
+
+ dde::network::NetSecretWidget
- Interface
- 介面
+ Password
+ 請輸入密碼
- MAC
- MAC
+ Private Pwd
+ 私鑰密碼
- IPv4
- IPv4
+ key
+ 金鑰
- Netmask
- 子網掩碼
+ Proxy Password
+ 代理密碼
- Gateway
- 網關
+ Group Password
+ 組密碼
- Primary DNS
- 首選DNS
+ Username
+ 請輸入使用者名稱
- IPv6
- IPv6
+ Name (SSID)
+ 請輸入網路名稱(SSID)
- Prefix
- 前綴
+ Cancel
+ button
+ 取 消
- Speed
- 速率
+ Connect
+ button
+ 連 接
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
- 裝置已禁用
-
-
- Connected but no Internet access
- 已連接網路但無法訪問網路
+ Disable wired connection
+ 關閉有線網路
- Not connected
- 未連接
+ Enable wired connection
+ 開啟有線網路
- Network cable unplugged
- 未插入網路線
+ Disable wireless connection
+ 關閉無線網路
- Connecting
- 正在連線
+ Enable wireless connection
+ 開啟無線網路
- Authenticating
- 認證中
+ Disable network
+ 關閉網路
- Obtaining IP address
- 正在獲取IP位址
+ Enable network
+ 開啟網路
- Connected
- 已連接
+ Disable VPN
+ 關閉VPN
- Disconnected
- 已斷開
+ Enable VPN
+ 開啟VPN
- IP conflict
- IP位址衝突
+ Disable system proxy
+ 關閉系統代理
- Failed
- 失敗
+ Enable system proxy
+ 開啟系統代理
- Obtaining address
- 獲取地址中
+ Network settings
+ 網路設定
-
-
- dde::network::NetworkProcesser
- Wired Network
- 有線網路
+ Multiple services started
+ 多個服務已開啟
- Wired Network %1
- 有線網路%1
+ Connected to: %1
+ 已連接至:%1
- Wireless Network
- 無線網路
+ System proxy enabled
+ 系統代理已開啟
- Wireless Network %1
- 無線網路%1
+ Connected
+ 已連接
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- 裝置已禁用
+ Network off
+ 網路關閉
Network cable unplugged
@@ -250,32 +233,80 @@
IP位址衝突
- Disable wired connection
- 關閉有線網路
+ Wireless Network
+ 無線網路
- Enable wired connection
- 啟用有線網路
+ Connected %1
+ 已連接%1
- Disable wireless connection
- 關閉無線網路
+ Off
+ 關閉
- Enable wireless connection
- 啟用無線網路
+ Wired Network
+ 有線網路
- Disable network
- 關閉網路
+ Network
+ 網路
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- 啟用網路
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- 網路設定
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+ VPN配置未連接或連線失敗,請 <a style="text-decoration: none;"href="go to the control center">前往控制中心 </a>檢查
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ 有線網路
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ 無線網路
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ 連線到隱藏網路
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+ 我的網路
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+ 其他網路
+
+
+
+ dde::network::NetworkPlugin
+
+ Network
+ 網路
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/CMakeLists.txt b/dss-network-plugin/CMakeLists.txt
index ccbdcbf3..b63caf20 100644
--- a/dss-network-plugin/CMakeLists.txt
+++ b/dss-network-plugin/CMakeLists.txt
@@ -25,11 +25,6 @@ find_package(DdeSessionShell REQUIRED)
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -fsanitize=address -O0")
# endif()
-
-file(GLOB TS_FILES "translations/*.ts")
-qt_add_translation(QM_FILES ${TS_FILES})
-add_custom_target(${TARGET_NAME}_language ALL DEPENDS ${QM_FILES})
-
add_definitions("${QT_DEFINITIONS} -DQT_PLUGIN")
if (NET_USE_NOTIFICATION)
@@ -38,6 +33,15 @@ if (NET_USE_NOTIFICATION)
set(SRCS ${SRCS} ${NOTIFICATION_SRCS})
endif()
+file(GLOB TS_FILES "translations/*.ts")
+qt_add_translations(${TARGET_NAME}_language
+ TS_FILES ${TS_FILES}
+ SOURCES ${SRCS}
+ LUPDATE_OPTIONS -no-obsolete -no-ui-lines -locations none
+ QM_FILES_OUTPUT_VARIABLE QM_FILES
+)
+
+add_custom_target(${TARGET_NAME}_language ALL DEPENDS ${QM_FILES})
add_library(${PLUGIN_NAME} SHARED ${SRCS} ../net-view/window/qrc/network.qrc)
target_include_directories(${PLUGIN_NAME} PUBLIC
diff --git a/dss-network-plugin/translations/dss-network-plugin.ts b/dss-network-plugin/translations/dss-network-plugin.ts
index 9ca428e7..d3abb15d 100644
--- a/dss-network-plugin/translations/dss-network-plugin.ts
+++ b/dss-network-plugin/translations/dss-network-plugin.ts
@@ -9,213 +9,199 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
-
-
-
- Wired Network
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
+ IP conflict
- %1 connected
+ Network
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
+ Wired Connection %1
- Unable to connect %1, please check your router or net cable.
+ VPN L2TP %1
- Unable to connect %1, please keep closer to the wireless router
+ VPN PPTP %1
- Connection failed, unable to connect %1, wrong password
+ VPN VPNC %1
- Password is required to connect %1
+ VPN OpenVPN %1
- The %1 802.11 WLAN network could not be found
+ VPN StrongSwan %1
-
-
- WirelessItem
- Connect to hidden network
+ VPN OpenConnect %1
- Password
+ PPPoE Connection %1
- Cancel
- button
+ Connecting "%1"
- Connect
- button
+ "%1" connected
- Name (SSID)
+ "%1" disconnected
-
-
- dde::network::NetworkDetails
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
- Protocol
+ Connection failed, unable to connect "%1", wrong password
- Security Type
+ Password is required to connect "%1"
- Band
+ The "%1" 802.11 WLAN network could not be found
- Channel
+ To connect "%1", please set up your authentication info after logging in
+
+
+ dde::network::NetSecretWidget
- Interface
+ Password
- MAC
+ Private Pwd
- IPv4
+ key
- Netmask
+ Proxy Password
- Gateway
+ Group Password
- Primary DNS
+ Username
- IPv6
+ Name (SSID)
- Prefix
+ Cancel
+ button
- Speed
+ Connect
+ button
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
-
-
-
- Connected but no Internet access
+ Disable wired connection
- Not connected
+ Enable wired connection
- Network cable unplugged
+ Disable wireless connection
- Connecting
+ Enable wireless connection
- Authenticating
+ Disable network
- Obtaining IP address
+ Enable network
- Connected
+ Disable VPN
- Disconnected
+ Enable VPN
- IP conflict
+ Disable system proxy
- Failed
+ Enable system proxy
- Obtaining address
+ Network settings
-
-
- dde::network::NetworkProcesser
- Wired Network
+ Multiple services started
- Wired Network %1
+ Connected to: %1
- Wireless Network
+ System proxy enabled
- Wireless Network %1
+ Connected
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
+ Network off
@@ -243,45 +229,72 @@
- Disable wired connection
+ Wireless Network
- Enable wired connection
+ Connected %1
- Disable wireless connection
+ Off
- Enable wireless connection
+ Wired Network
- Disable network
+ Network
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
+ System Proxy
+
+
+ dde::network::NetVPNTipsItem
- Network settings
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
- dss::module::NetworkModule
+ dde::network::NetWiredControlItem
- Wired Connection
+ Wired Network
- dss::module::NetworkPanelContainer
+ dde::network::NetWirelessControlItem
- Network cable unplugged
+ Wireless Network
+
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
diff --git a/dss-network-plugin/translations/dss-network-plugin_az.ts b/dss-network-plugin/translations/dss-network-plugin_az.ts
index 66893ee1..c2601460 100644
--- a/dss-network-plugin/translations/dss-network-plugin_az.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_az.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Simsiz şəbəkə
-
-
- Wired Network
- Naqilli şəbəkə
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- %1 qoşulur
+ IP conflict
+ İP ziddiyyəti
- %1 connected
- %1 qoşuldu
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 ayrıldı
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- %1 ilə bağlantı mümkün deyil, lütfən routerinizi və ya şəbəkə kabelinizi yoxlayın.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- %1 ilə bağlantı mümüken deyil, lütfən simsiz routerinizə yaxınlaşın
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Bağlantı alınmadı, %1 ilə bağlantı mümkün deyil, şifrə səhvdir
+ VPN VPNC %1
+
- Password is required to connect %1
- %1 ilə bağlantı üçün şifrə tələb olunur
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- %1 802.11 WLAN şəbəkəsi tapılmadı
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Gizli şəbəkəyə qoşulun
+ VPN OpenConnect %1
+
- Password
- Şifrə
+ PPPoE Connection %1
+
- Cancel
- button
- İmtina
+ Connecting "%1"
+
- Connect
- button
- Qoşulun
+ "%1" connected
+
- Name (SSID)
- Ad (SSİD)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Qoşulma nöqtəsi
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Təhlükəsizlik növü
+ Password is required to connect "%1"
+
- Band
- Aralıq
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- İnterfeys
+ Password
+ Şifrə
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Şəbəkə maskası
+ Proxy Password
+
- Gateway
- Şəbəkə keçidi
+ Group Password
+
- Primary DNS
- Birinci DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Ad (SSİD)
- Prefix
- Prefiks
+ Cancel
+ button
+ İmtina
- Speed
- Sürət
+ Connect
+ button
+ Qoşulun
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Cihaz söndürülüb
-
+ dde::network::NetStatus
- Connected but no Internet access
- Qoşulub, lakin internetə giriş yoxdur
+ Disable wired connection
+ Simli bağlantını söndürmək
- Not connected
- Bağlantı yoxdur
+ Enable wired connection
+ Simli bağlantını qoşmaq
- Network cable unplugged
- Şəbəkə kabeli çıxarılıb
+ Disable wireless connection
+ Simsiz bağlantını söndürmək
- Connecting
- Qoşulur...
+ Enable wireless connection
+ Simsiz bağlantını qoşmaq
- Authenticating
- Doğrulanır
+ Disable network
+ Şəbəkəni söndürmək
- Obtaining IP address
- İP ünvanları alınır
+ Enable network
+ Şəbəkəni qoşmaq
- Connected
- Qoşuldu
+ Disable VPN
+
- Disconnected
- Bağlantı kəsildi
+ Enable VPN
+
- IP conflict
- İP ziddiyyəti
+ Disable system proxy
+
- Failed
- Uğursuz
+ Enable system proxy
+
- Obtaining address
- Ünvan alınır
+ Network settings
+ Şəbəkə ayarları
-
-
- dde::network::NetworkProcesser
- Wired Network
- Simli şəbəkə
+ Multiple services started
+
- Wired Network %1
- Simli şəbəkəsi %1
+ Connected to: %1
+
- Wireless Network
- Simsiz şəbəkə
+ System proxy enabled
+
- Wireless Network %1
- Simsiz şəbəkə %1
+ Connected
+ Qoşuldu
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Cihaz söndürülüb
+ Network off
+
Network cable unplugged
- Şəbəkə kabeli çıxarılıb
+ Şəbəkə kabeli çıxarılıb
Not connected
- Bağlantı yoxdur
+ Bağlantı yoxdur
Connecting
- Qoşulur...
+ Qoşulur...
Connected but no Internet access
- Qoşulub, lakin internetə giriş yoxdur
+ Qoşulub, lakin internetə giriş yoxdur
Connection failed
- Qoşulma alınmadı
+ Qoşulma alınmadı
IP conflict
- İP ziddiyyəti
+ İP ziddiyyəti
- Disable wired connection
- Simli bağlantını söndürmək
+ Wireless Network
+ Simsiz şəbəkə
- Enable wired connection
- Simli bağlantını qoşmaq
+ Connected %1
+
- Disable wireless connection
- Simsiz bağlantını söndürmək
+ Off
+
- Enable wireless connection
- Simsiz bağlantını qoşmaq
+ Wired Network
+
- Disable network
- Şəbəkəni söndürmək
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Şəbəkəni qoşmaq
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Şəbəkə ayarları
+ Wired Network
+
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Simsiz şəbəkə
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Gizli şəbəkəyə qoşulun
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Simli bağlantı
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_bo.ts b/dss-network-plugin/translations/dss-network-plugin_bo.ts
index e79bac9b..0c87e557 100644
--- a/dss-network-plugin/translations/dss-network-plugin_bo.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_bo.ts
@@ -1,279 +1,301 @@
-
+
+
+
Bubble
1 new message
- འཕྲིན་གསར་1
+ འཕྲིན་གསར་1
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- སྐུད་མེད་དྲ་རྒྱ།
-
-
- Wired Network
- སྐུད་ཡོད་དྲ་རྒྱ།
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- %1སྦྲེལ་བཞིན་པ།
+ IP conflict
+ IPགནས་ཡུལ་འགལ་ཟླ་བྱུང་བ།
- %1 connected
- %1མཐུད་ཟིན།
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1བཅད་ཟིན།
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- %1སྣོན་ཐུབ་མེད་པས། ལམ་སྟོན་ཆས་སམ་དྲ་སྐུད་ལ་ཞིབ་བཤེར་བྱེད་རོགས།
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- %1སྣོན་ཐུབ་མེད་པས། སྐུད་མེད་ལམ་སྟོན་ཆས་དང་ཉེ་འབྲེལ་ཚོད་ལྟ་བྱེད།
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- འབྲེལ་མཐུད་མི་ཐུབ། %1ནང་དུ་བཅུག་མི་ཐུབ། གསང་ཨང་ནོར་འདུག
+ VPN VPNC %1
+
- Password is required to connect %1
- %1འབྲེལ་བར་གསང་ཨང་དགོས།
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- %1 802.11 WLANདྲ་རྒྱ་རྙེད་ཐབས་མེད།
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- ཡིབ་དྲ་དང་མཐུད་པ།
+ VPN OpenConnect %1
+
- Password
- གསང་ཨང་འཇུག་རོགས།
+ PPPoE Connection %1
+
- Cancel
- button
- འདོར་བ།
+ Connecting "%1"
+
- Connect
- button
- འབྲེལ་མཐུད།
+ "%1" connected
+
- Name (SSID)
- དྲ་བའི་མིང་(SSID)ནང་འཇུག་བྱེད་རོགས།
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- ཚ་གནས།
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- གྲོས་མཐུན།
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- བདེ་འཇགས་རིགས།
+ Password is required to connect "%1"
+
- Band
- བྱུང་རིམ།
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- དྲ་རྒྱའི་རྒྱུ་ལམ།
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- མཐུད་ཁ།
+ Password
+ གསང་ཨང་འཇུག་རོགས།
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- བུ་དྲ་ཡིབ་ཨང་།
+ Proxy Password
+
- Gateway
- དྲ་སྒོ།
+ Group Password
+
- Primary DNS
- སྔོན་འདེམས་DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ དྲ་བའི་མིང་(SSID)ནང་འཇུག་བྱེད་རོགས།
- Prefix
- སྔོན་སྦྱོར།
+ Cancel
+ button
+ འདོར་བ།
- Speed
- མྱུར་ཚད།
+ Connect
+ button
+ འབྲེལ་མཐུད།
- dde::network::NetworkDeviceRealize
-
- Device disabled
- སྒྲིག་ཆས་སྤྱོད་མི་ཆོག
-
+ dde::network::NetStatus
- Connected but no Internet access
- དྲ་རྒྱ་དང་འབྲེལ་ཟིན་ཡང་མཉམ་སྦྲེལ་དྲ་རྒྱར་འཛུལ་མི་ཐུབ།
+ Disable wired connection
+ སྐུད་ཡོད་དྲ་རྒྱ་ཁ་རྒྱོབ།
- Not connected
- སྦྲེལ་མེད་པ།
+ Enable wired connection
+ སྐུད་ཡོད་དྲ་རྒྱ་སྤྱོད་པ།
- Network cable unplugged
- དྲ་སྐུད་མཐུད་མི་འདུག
+ Disable wireless connection
+ སྐུད་མེད་དྲ་རྒྱ་ཁ་རྒྱོབ།
- Connecting
- སྦྲེལ་བཞིན་པ།
+ Enable wireless connection
+ སྐུད་མེད་དྲ་རྒྱ་སྤྱོད་པ།
- Authenticating
- ར་སྤྲོད་བྱེད་བཞིན་པ།
+ Disable network
+ དྲ་རྒྱ་ཁ་རྒྱོབ།
- Obtaining IP address
- IP གནས་ཡུལ་འཚོལ་བཞིན་པ།
+ Enable network
+ དྲ་རྒྱ་སྤྱོད་པ།
- Connected
- སྦྲེལ་ཟིན།
+ Disable VPN
+
- Disconnected
- བཅད་ཟིན།
+ Enable VPN
+
- IP conflict
- IPགནས་ཡུལ་འགལ་ཟླ་བྱུང་བ།
+ Disable system proxy
+
- Failed
- ཕམ་པ།
+ Enable system proxy
+
- Obtaining address
- གནས་ཡུལ་འཚོལ་བཞིན་པ།
+ Network settings
+ དྲ་རྒྱ་སྒྲིག་འགོད།
-
-
- dde::network::NetworkProcesser
- Wired Network
- སྐུད་ཡོད་དྲ་རྒྱ།
+ Multiple services started
+
- Wired Network %1
- སྐུད་ཡོད་དྲ་རྒྱ་%1
+ Connected to: %1
+
- Wireless Network
- སྐུད་མེད་དྲ་རྒྱ།
+ System proxy enabled
+
- Wireless Network %1
- སྐུད་མེད་དྲ་རྒྱ་%1
+ Connected
+ སྦྲེལ་ཟིན།
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- སྒྲིག་ཆས་སྤྱོད་མི་ཆོག
+ Network off
+
Network cable unplugged
- དྲ་སྐུད་མཐུད་མི་འདུག
+ དྲ་སྐུད་མཐུད་མི་འདུག
Not connected
- སྦྲེལ་མེད་པ།
+ སྦྲེལ་མེད་པ།
Connecting
- སྦྲེལ་བཞིན་པ།
+ སྦྲེལ་བཞིན་པ།
Connected but no Internet access
- དྲ་རྒྱ་དང་འབྲེལ་ཟིན་ཡང་མཉམ་སྦྲེལ་དྲ་རྒྱར་འཛུལ་མི་ཐུབ།
+ དྲ་རྒྱ་དང་འབྲེལ་ཟིན་ཡང་མཉམ་སྦྲེལ་དྲ་རྒྱར་འཛུལ་མི་ཐུབ།
Connection failed
- འབྲེལ་མཐུད་བྱེད་མ་ཐུབ།
+ འབྲེལ་མཐུད་བྱེད་མ་ཐུབ།
IP conflict
- IPགནས་ཡུལ་འགལ་ཟླ་བྱུང་བ།
+ IPགནས་ཡུལ་འགལ་ཟླ་བྱུང་བ།
- Disable wired connection
- སྐུད་ཡོད་དྲ་རྒྱ་ཁ་རྒྱོབ།
+ Wireless Network
+ སྐུད་མེད་དྲ་རྒྱ།
- Enable wired connection
- སྐུད་ཡོད་དྲ་རྒྱ་སྤྱོད་པ།
+ Connected %1
+
- Disable wireless connection
- སྐུད་མེད་དྲ་རྒྱ་ཁ་རྒྱོབ།
+ Off
+
- Enable wireless connection
- སྐུད་མེད་དྲ་རྒྱ་སྤྱོད་པ།
+ Wired Network
+ སྐུད་ཡོད་དྲ་རྒྱ།
- Disable network
- དྲ་རྒྱ་ཁ་རྒྱོབ།
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- དྲ་རྒྱ་སྤྱོད་པ།
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- དྲ་རྒྱ་སྒྲིག་འགོད།
+ Wired Network
+ སྐུད་ཡོད་དྲ་རྒྱ།
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ སྐུད་མེད་དྲ་རྒྱ།
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ ཡིབ་དྲ་དང་མཐུད་པ།
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- སྐུད་ཡོད་འབྲེལ་མཐུད།
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_ca.ts b/dss-network-plugin/translations/dss-network-plugin_ca.ts
index b055be3d..7ac7c14e 100644
--- a/dss-network-plugin/translations/dss-network-plugin_ca.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_ca.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Xarxa sense fil
-
-
- Wired Network
- Xarxa amb fil
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Es connecta amb %1
+ IP conflict
+ Conflicte d'IP
- %1 connected
- %1 connectat
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %s desconnectat
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- No es pot connectar amb %1. Comproveu l'encaminador o el cable de xarxa.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- No es pot connectar amb %1. Si us plau, mantingueu-vos a prop de l'encaminador.
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Ha fallat la connexió. No es pot connectar amb %1: contrasenya incorrecta.
+ VPN VPNC %1
+
- Password is required to connect %1
- Cal la contrasenya per connectar amb %1.
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- No s'ha pogut trobar la xarxa WLAN 802.11 %1.
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Connecta amb una xarxa oculta
+ VPN OpenConnect %1
+
- Password
- Contrasenya
+ PPPoE Connection %1
+
- Cancel
- button
- Cancel·la
+ Connecting "%1"
+
- Connect
- button
- Connecta
+ "%1" connected
+
- Name (SSID)
- Nom (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Punt d'accés
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Tipus de seguretat
+ Password is required to connect "%1"
+
- Band
- Banda
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interfície
+ Password
+ Contrasenya
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Màscara de xarxa
+ Proxy Password
+
- Gateway
- Passarel·la
+ Group Password
+
- Primary DNS
- DNS primari
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nom (SSID)
- Prefix
- Prefix
+ Cancel
+ button
+ Cancel·la
- Speed
- Velocitat
+ Connect
+ button
+ Connecta
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Dispositiu inhabilitat
-
+ dde::network::NetStatus
- Connected but no Internet access
- Connectat però sense accés a Internet
+ Disable wired connection
+ Inhabilita la connexió amb fil
- Not connected
- No connectat
+ Enable wired connection
+ Habilita la connexió amb fil
- Network cable unplugged
- Cable de xarxa desendollat
+ Disable wireless connection
+ Inhabilita la connexió sense fil
- Connecting
- Es connecta
+ Enable wireless connection
+ Habilita la connexió sense fil
- Authenticating
- S'autentica
+ Disable network
+ Inhabilita la xarxa
- Obtaining IP address
- S'obté l'adreça IP
+ Enable network
+ Habilita la xarxa
- Connected
- Connectat
+ Disable VPN
+
- Disconnected
- Desconnectat
+ Enable VPN
+
- IP conflict
- Conflicte d'IP
+ Disable system proxy
+
- Failed
- Ha fallat
+ Enable system proxy
+
- Obtaining address
- S'obté l'adreça
+ Network settings
+ Configuració de la xarxa
-
-
- dde::network::NetworkProcesser
- Wired Network
- Xarxa amb fil
+ Multiple services started
+
- Wired Network %1
- Xarxa amb fil %1
+ Connected to: %1
+
- Wireless Network
- Xarxa sense fil
+ System proxy enabled
+
- Wireless Network %1
- Xarxa sense fil %1
+ Connected
+ Connectat
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispositiu inhabilitat
+ Network off
+
Network cable unplugged
- Cable de xarxa desendollat
+ Cable de xarxa desendollat
Not connected
- No connectat
+ No connectat
Connecting
- Es connecta
+ Es connecta
Connected but no Internet access
- Connectat però sense accés a Internet
+ Connectat però sense accés a Internet
Connection failed
- Ha fallat la connexió.
+ Ha fallat la connexió.
IP conflict
- Conflicte d'IP
+ Conflicte d'IP
- Disable wired connection
- Inhabilita la connexió amb fil
+ Wireless Network
+ Xarxa sense fil
- Enable wired connection
- Habilita la connexió amb fil
+ Connected %1
+
- Disable wireless connection
- Inhabilita la connexió sense fil
+ Off
+
- Enable wireless connection
- Habilita la connexió sense fil
+ Wired Network
+ Xarxa amb fil
- Disable network
- Inhabilita la xarxa
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Habilita la xarxa
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Configuració de la xarxa
+ Wired Network
+ Xarxa amb fil
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Xarxa sense fil
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Connecta amb una xarxa oculta
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Connexió amb fil
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_cs.ts b/dss-network-plugin/translations/dss-network-plugin_cs.ts
index 1d4b68a0..bb8bcb61 100644
--- a/dss-network-plugin/translations/dss-network-plugin_cs.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_cs.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Bezdrátová síť
-
-
- Wired Network
- Drátová síť
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Připojování k %1
+ IP conflict
+ Střet IP adres
- %1 connected
- %1 připojeno
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 odpojeno
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- Nedaří se připojit k %1 – zkontrolujte síťové zařízení a kabely prosím.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- Nelze se připojit k %1. Přesuňte se blíže k bezdrátovému přístupovému bodu
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Připojení k %1 se nezdařilo – chybné heslo
+ VPN VPNC %1
+
- Password is required to connect %1
- Pro připojení se k %1 je požadováno heslo
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- %1 802.11 WLAN síť nebyla nalezena
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Připojit se ke skryté síti
+ VPN OpenConnect %1
+
- Password
- Heslo
+ PPPoE Connection %1
+
- Cancel
- button
- Zrušit
+ Connecting "%1"
+
- Connect
- button
- Připojit
+ "%1" connected
+
- Name (SSID)
- Název (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Přípojný bod
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Typ zabezpečení
+ Password is required to connect "%1"
+
- Band
- Pásmo
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanál
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Rozhraní
+ Password
+ Heslo
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Maska sítě
+ Proxy Password
+
- Gateway
- Brána
+ Group Password
+
- Primary DNS
- Hlavní DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Název (SSID)
- Prefix
- Předpona
+ Cancel
+ button
+ Zrušit
- Speed
- Rychlost
+ Connect
+ button
+ Připojit
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Zařízení zakázáno
-
+ dde::network::NetStatus
- Connected but no Internet access
- Připojeno, ale bez přístupu k internetu
+ Disable wired connection
+ Vypnout drátové připojení
- Not connected
- Nepřipojeno
+ Enable wired connection
+ Zapnout drátové připojení
- Network cable unplugged
- Síťový kabel odpojen
+ Disable wireless connection
+ Vypnout bezdrátové připojení
- Connecting
- Připojuje se
+ Enable wireless connection
+ Zapnout bezdrátové připojení
- Authenticating
- Ověřování
+ Disable network
+ Zakázat síť
- Obtaining IP address
- Získávání IP adresy
+ Enable network
+ Povolit síť
- Connected
- Připojeno
+ Disable VPN
+
- Disconnected
- Odpojeno
+ Enable VPN
+
- IP conflict
- Střet IP adres
+ Disable system proxy
+
- Failed
- Nepodařilo se
+ Enable system proxy
+
- Obtaining address
- Získávání adresy
+ Network settings
+ Nastavení sítě
-
-
- dde::network::NetworkProcesser
- Wired Network
- Drátová síť
+ Multiple services started
+
- Wired Network %1
- Drátová síť %1
+ Connected to: %1
+
- Wireless Network
- Bezdrátová síť
+ System proxy enabled
+
- Wireless Network %1
- Bezdrátová síť %1
+ Connected
+ Připojeno
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Zařízení zakázáno
+ Network off
+
Network cable unplugged
- Síťový kabel odpojen
+ Síťový kabel odpojen
Not connected
- Nepřipojeno
+ Nepřipojeno
Connecting
- Připojuje se
+ Připojuje se
Connected but no Internet access
- Připojeno, ale bez přístupu k Internetu
+
Connection failed
- Připojení se nezdařilo
+ Připojení se nezdařilo
IP conflict
- Střet IP adres
+ Střet IP adres
- Disable wired connection
- Vypnout drátové připojení
+ Wireless Network
+ Bezdrátová síť
- Enable wired connection
- Zapnout drátové připojení
+ Connected %1
+
- Disable wireless connection
- Vypnout bezdrátové připojení
+ Off
+
- Enable wireless connection
- Zapnout bezdrátové připojení
+ Wired Network
+ Drátová síť
- Disable network
- Zakázat síť
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Povolit síť
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Nastavení sítě
+ Wired Network
+ Drátová síť
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Bezdrátová síť
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Připojit se ke skryté síti
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Drátové připojení
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_de.ts b/dss-network-plugin/translations/dss-network-plugin_de.ts
index d6105269..32e4ca33 100644
--- a/dss-network-plugin/translations/dss-network-plugin_de.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_de.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Drahtlosnetzwerk
-
-
- Wired Network
- Kabelgebundenes Netzwerk
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- %1 wird verbunden
+ IP conflict
+ IP Konflikt
- %1 connected
- %1 verbunden
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 getrennt
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- Verbindung zu %1 nicht möglich, bitte überprüfen Sie Ihren Router oder Ihr Netzkabel.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- Verbindung zu %1 nicht möglich, bitte näher am WLAN-Router bleiben
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Verbindung fehlgeschlagen, Verbindung zu %1 nicht möglich, falsches Passwort
+ VPN VPNC %1
+
- Password is required to connect %1
- Für die Verbindung mit %1 ist ein Passwort erforderlich
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- Das %1 802.11-WLAN-Netzwerk konnte nicht gefunden werden
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Mit verstecktem Netzwerk verbinden
+ VPN OpenConnect %1
+
- Password
- Passwort
+ PPPoE Connection %1
+
- Cancel
- button
- Abbrechen
+ Connecting "%1"
+
- Connect
- button
- Verbinden
+ "%1" connected
+
- Name (SSID)
- Name (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokoll
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Sicherheitstyp
+ Password is required to connect "%1"
+
- Band
- Band
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Schnittstelle
+ Password
+ Passwort
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Netzmaske
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- Primärer DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Name (SSID)
- Prefix
- Präfix
+ Cancel
+ button
+ Abbrechen
- Speed
- Geschwindigkeit
+ Connect
+ button
+ Verbinden
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Gerät deaktiviert
-
+ dde::network::NetStatus
- Connected but no Internet access
- Verbunden, aber kein Internetzugang
+ Disable wired connection
+ Kabelgebundene Verbindung deaktivieren
- Not connected
- Nicht verbunden
+ Enable wired connection
+ Kabelgebundene Verbindung aktivieren
- Network cable unplugged
- Netzwerkkabel abgezogen
+ Disable wireless connection
+ Drahtlosverbindung deaktivieren
- Connecting
- Wird verbunden
+ Enable wireless connection
+ Drahtlosverbindung aktivieren
- Authenticating
- Wird authentifiziert
+ Disable network
+ Netzwerk deaktivieren
- Obtaining IP address
- IP-Adresse wird abgerufen
+ Enable network
+ Netzwerk aktivieren
- Connected
- Verbunden
+ Disable VPN
+
- Disconnected
- Getrennt
+ Enable VPN
+
- IP conflict
- IP Konflikt
+ Disable system proxy
+
- Failed
- Fehlgeschlagen
+ Enable system proxy
+
- Obtaining address
- Adresse wird abgerufen
+ Network settings
+ Netzwerkeinstellungen
-
-
- dde::network::NetworkProcesser
- Wired Network
- Kabelgebundenes Netzwerk
+ Multiple services started
+
- Wired Network %1
- Kabelgebundenes Netzwerk %1
+ Connected to: %1
+
- Wireless Network
- Drahtlosnetzwerk
+ System proxy enabled
+
- Wireless Network %1
- Drahtlosnetzwerk %1
+ Connected
+ Verbunden
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Gerät deaktiviert
+ Network off
+
Network cable unplugged
- Netzwerkkabel abgezogen
+ Netzwerkkabel abgezogen
Not connected
- Nicht verbunden
+ Nicht verbunden
Connecting
- Wird verbunden
+ Wird verbunden
Connected but no Internet access
- Verbunden, aber kein Internetzugang
+ Verbunden, aber kein Internetzugang
Connection failed
- Verbindung fehlgeschlagen
+ Verbindung fehlgeschlagen
IP conflict
- IP Konflikt
+ IP Konflikt
- Disable wired connection
- Kabelgebundene Verbindung deaktivieren
+ Wireless Network
+ Drahtlosnetzwerk
- Enable wired connection
- Kabelgebundene Verbindung aktivieren
+ Connected %1
+
- Disable wireless connection
- Drahtlosverbindung deaktivieren
+ Off
+
- Enable wireless connection
- Drahtlosverbindung aktivieren
+ Wired Network
+ Kabelgebundenes Netzwerk
- Disable network
- Netzwerk deaktivieren
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Netzwerk aktivieren
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Netzwerkeinstellungen
+ Wired Network
+ Kabelgebundenes Netzwerk
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Drahtlosnetzwerk
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Mit verstecktem Netzwerk verbinden
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Kabelgebundene Verbindung
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_el.ts b/dss-network-plugin/translations/dss-network-plugin_el.ts
index 23dc893b..c8a7b0cb 100644
--- a/dss-network-plugin/translations/dss-network-plugin_el.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_el.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Ασύρματο Δίκτυο
-
-
- Wired Network
- Ενσύρματο Δίκτυο
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
-
+ IP conflict
+ Αντιτίθεση IP
- %1 connected
- %1 συνδέθηκε
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
-
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Σύνδεση σε κρυφό δίκτυο
+ VPN OpenConnect %1
+
- Password
- Κωδικός πρόσβασης
+ PPPoE Connection %1
+
- Cancel
- button
- Ακύρωση
+ Connecting "%1"
+
- Connect
- button
- Σύνδεση
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Πρωτόκολλο
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Τύπος Ασφαλείας
+ Password is required to connect "%1"
+
- Band
- Mπάντα
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kανάλι
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Διεπαφή
+ Password
+ Κωδικός πρόσβασης
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Μάσκα Δικτύου
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- Πρωτεύον DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Πρόθεμα
+ Cancel
+ button
+ Ακύρωση
- Speed
- Ταχύτητα
+ Connect
+ button
+ Σύνδεση
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Συσκευή Αποσυνδέθηκε
-
+ dde::network::NetStatus
- Connected but no Internet access
- Συνδεδεμένο αλλά χωρίς πρόσβαση στο διαδίκτυο
+ Disable wired connection
+ Απενεργοποιήστε την ενσύρματη σύνδεση
- Not connected
- Δεν Συνδέθηκε
+ Enable wired connection
+ Ενεργοποιήστε την ενσύρματη σύνδεση
- Network cable unplugged
- Το καλώδιο δικτύου, αποσυνδέθηκε
+ Disable wireless connection
+ Απενεργοποιήστε την ασύρματη σύνδεση
- Connecting
- Σύνδεση
+ Enable wireless connection
+ Ενεργοποιήστε την ασύρματη σύνδεση
- Authenticating
- Πιστοποίηση
+ Disable network
+ Απενεργοποίηση δικτύου
- Obtaining IP address
- Απόκτηση Διεύθυνσης IP
+ Enable network
+ Ενεργοποίηση δικτύου
- Connected
- Συνδέθηκε
+ Disable VPN
+
- Disconnected
- Αποσυνδέθηκε
+ Enable VPN
+
- IP conflict
- Αντιτίθεση IP
+ Disable system proxy
+
- Failed
- Αποτυχία
+ Enable system proxy
+
- Obtaining address
- Απόκτηση Διεύθυνσης
+ Network settings
+ Ρυθμίσεις δικτύου
-
-
- dde::network::NetworkProcesser
- Wired Network
- Ενσύρματο Δίκτυο
+ Multiple services started
+
- Wired Network %1
- Ενσύρματο Δίκτυο %1
+ Connected to: %1
+
- Wireless Network
- Ασύρματο Δίκτυο
+ System proxy enabled
+
- Wireless Network %1
- Ασύρματο Δίκτυο %1
+ Connected
+ Συνδέθηκε
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Συσκευή Αποσυνδέθηκε
+ Network off
+
Network cable unplugged
- Το καλώδιο δικτύου, αποσυνδέθηκε
+ Το καλώδιο δικτύου, αποσυνδέθηκε
Not connected
- Δεν Συνδέθηκε
+ Δεν Συνδέθηκε
Connecting
- Σύνδεση
+ Σύνδεση
Connected but no Internet access
- Συνδεδεμένο αλλά χωρίς πρόσβαση στο διαδίκτυο
+ Συνδεδεμένο αλλά χωρίς πρόσβαση στο διαδίκτυο
Connection failed
- Αποτυχία σύνδεσης
+ Αποτυχία σύνδεσης
IP conflict
- Αντιτίθεση IP
+ Αντιτίθεση IP
- Disable wired connection
- Απενεργοποιήστε την ενσύρματη σύνδεση
+ Wireless Network
+ Ασύρματο Δίκτυο
- Enable wired connection
- Ενεργοποιήστε την ενσύρματη σύνδεση
+ Connected %1
+
- Disable wireless connection
- Απενεργοποιήστε την ασύρματη σύνδεση
+ Off
+
- Enable wireless connection
- Ενεργοποιήστε την ασύρματη σύνδεση
+ Wired Network
+ Ενσύρματο Δίκτυο
- Disable network
- Απενεργοποίηση δικτύου
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Ενεργοποίηση δικτύου
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Ρυθμίσεις δικτύου
+ Wired Network
+ Ενσύρματο Δίκτυο
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Ασύρματο Δίκτυο
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Σύνδεση σε κρυφό δίκτυο
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Ενσύρματη Σύνδεση
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_en_AU.ts b/dss-network-plugin/translations/dss-network-plugin_en_AU.ts
index 7cd2c100..d755ff60 100644
--- a/dss-network-plugin/translations/dss-network-plugin_en_AU.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_en_AU.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Wireless Network
-
-
- Wired Network
- Wired Network
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
-
+ IP conflict
+
- %1 connected
- %1 connected
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
-
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Connect to hidden network
+ VPN OpenConnect %1
+
- Password
- Password
+ PPPoE Connection %1
+
- Cancel
- button
- Cancel
+ Connecting "%1"
+
- Connect
- button
- Connect
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Security Type
+ Password is required to connect "%1"
+
- Band
- Band
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Channel
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interface
+ Password
+ Password
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Netmask
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- Primary DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Prefix
+ Cancel
+ button
+ Cancel
- Speed
- Speed
+ Connect
+ button
+ Connect
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Device disabled
-
+ dde::network::NetStatus
- Connected but no Internet access
- Connected but no Internet access
+ Disable wired connection
+ Disable wired connection
- Not connected
- Not connected
+ Enable wired connection
+ Enable wired connection
- Network cable unplugged
- Network cable unplugged
+ Disable wireless connection
+ Disable wireless connection
- Connecting
- Connecting
+ Enable wireless connection
+ Enable wireless connection
- Authenticating
- Authenticating
+ Disable network
+ Disable network
- Obtaining IP address
- Obtaining IP address
+ Enable network
+ Enable network
- Connected
- Connected
+ Disable VPN
+
- Disconnected
- Disconnected
+ Enable VPN
+
- IP conflict
-
+ Disable system proxy
+
- Failed
- Failed
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ Network settings
-
-
- dde::network::NetworkProcesser
- Wired Network
- Wired Network
+ Multiple services started
+
- Wired Network %1
- Wired Network %1
+ Connected to: %1
+
- Wireless Network
- Wireless Network
+ System proxy enabled
+
- Wireless Network %1
- Wired Network %1
+ Connected
+ Connected
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Device disabled
+ Network off
+
Network cable unplugged
- Network cable unplugged
+ Network cable unplugged
Not connected
- Not connected
+ Not connected
Connecting
- Connecting
+ Connecting
Connected but no Internet access
- Connected but no Internet access
+ Connected but no Internet access
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- Disable wired connection
+ Wireless Network
+ Wireless Network
- Enable wired connection
- Enable wired connection
+ Connected %1
+
- Disable wireless connection
- Disable wireless connection
+ Off
+
- Enable wireless connection
- Enable wireless connection
+ Wired Network
+ Wired Network
- Disable network
- Disable network
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Enable network
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Network settings
+ Wired Network
+ Wired Network
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Wireless Network
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Connect to hidden network
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Wired Connection
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_en_US.ts b/dss-network-plugin/translations/dss-network-plugin_en_US.ts
index c3065c84..34f49613 100644
--- a/dss-network-plugin/translations/dss-network-plugin_en_US.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_en_US.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,280 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Wireless Network
-
-
- Wired Network
- Wired Network
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Connecting %1
+ IP conflict
+ IP conflict
- %1 connected
- %1 connected
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 disconnected
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- Unable to connect %1, please check your router or net cable.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- Unable to connect %1, please keep closer to the wireless router
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Connection failed, unable to connect %1, wrong password
+ VPN VPNC %1
+
- Password is required to connect %1
- Password is required to connect %1
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- The %1 802.11 WLAN network could not be found
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Connect to hidden network
+ VPN OpenConnect %1
+
- Password
- Password
+ PPPoE Connection %1
+
- Cancel
- button
- Cancel
+ Connecting "%1"
+
- Connect
- button
- Connect
+ "%1" connected
+
- Name (SSID)
- Name (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Security Type
+ Password is required to connect "%1"
+
- Band
- Band
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Channel
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interface
+ Password
+ Password
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Netmask
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- Primary DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Name (SSID)
- Prefix
- Prefix
+ Cancel
+ button
+ Cancel
- Speed
- Speed
+ Connect
+ button
+ Connect
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Device disabled
-
+ dde::network::NetStatus
- Connected but no Internet access
- Connected but no Internet access
+ Disable wired connection
+ Disable wired connection
- Not connected
- Not connected
+ Enable wired connection
+ Enable wired connection
- Network cable unplugged
- Network cable unplugged
+ Disable wireless connection
+ Disable wireless connection
- Connecting
- Connecting
+ Enable wireless connection
+ Enable wireless connection
- Authenticating
- Authenticating
+ Disable network
+ Disable network
- Obtaining IP address
- Obtaining IP address
+ Enable network
+ Enable network
- Connected
- Connected
+ Disable VPN
+
- Disconnected
- Disconnected
+ Enable VPN
+
- IP conflict
- IP conflict
+ Disable system proxy
+
- Failed
- Failed
+ Enable system proxy
+
- Obtaining address
- Obtaining address
+ Network settings
+ Network settings
-
-
- dde::network::NetworkProcesser
- Wired Network
- Wired Network
+ Multiple services started
+
- Wired Network %1
- Wired Network %1
+ Connected to: %1
+
- Wireless Network
- Wireless Network
+ System proxy enabled
+
- Wireless Network %1
- Wireless Network %1
+ Connected
+ Connected
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Device disabled
+ Network off
+
Network cable unplugged
- Network cable unplugged
+ Network cable unplugged
Not connected
- Not connected
+ Not connected
Connecting
- Connecting
+ Connecting
Connected but no Internet access
- Connected but no Internet access
+ Connected but no Internet access
Connection failed
- Connection failed
+ Connection failed
IP conflict
- IP conflict
+ IP conflict
- Disable wired connection
- Disable wired connection
+ Wireless Network
+ Wireless Network
- Enable wired connection
- Enable wired connection
+ Connected %1
+
- Disable wireless connection
- Disable wireless connection
+ Off
+
- Enable wireless connection
- Enable wireless connection
+ Wired Network
+ Wired Network
- Disable network
- Disable network
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Enable network
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- Network settings
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
- dss::module::NetworkModule
+ dde::network::NetWiredControlItem
- Wired Connection
- Wired Connection
+ Wired Network
+ Wired Network
- dss::module::NetworkPanelContainer
+ dde::network::NetWirelessControlItem
- Network cable unplugged
+ Wireless Network
+ Wireless Network
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Connect to hidden network
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_es.ts b/dss-network-plugin/translations/dss-network-plugin_es.ts
index 989124a0..035fa1cd 100644
--- a/dss-network-plugin/translations/dss-network-plugin_es.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_es.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Red inalámbrica
-
-
- Wired Network
- Red cableada
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Conectando %1
+ IP conflict
+ Conflicto de IP
- %1 connected
- %1 conectado
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 desconectado
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- No se puede conectar %1, por favor, compruebe el router o el cable de red.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- No se puede conectar %1, por favor, manténgase más cerca del router inalámbrico
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Fallo de conexión, no se puede conectar %1, contraseña incorrecta
+ VPN VPNC %1
+
- Password is required to connect %1
- Se requiere una contraseña para conectarse %1
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- No se ha podido encontrar la red WLAN 802.11 %1
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Conectarse a una red oculta
+ VPN OpenConnect %1
+
- Password
- Contraseña
+ PPPoE Connection %1
+
- Cancel
- button
- Cancelar
+ Connecting "%1"
+
- Connect
- button
- Conectar
+ "%1" connected
+
- Name (SSID)
- Nombre (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Punto de acceso
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocolo
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Tipo de seguridad
+ Password is required to connect "%1"
+
- Band
- Banda
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interfaz
+ Password
+ Contraseña
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Máscara de red
+ Proxy Password
+
- Gateway
- Puerta de enlace
+ Group Password
+
- Primary DNS
- DNS primario
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nombre (SSID)
- Prefix
- Prefijo
+ Cancel
+ button
+ Cancelar
- Speed
- Velocidad
+ Connect
+ button
+ Conectar
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Dispositivo deshabilitado
-
+ dde::network::NetStatus
- Connected but no Internet access
- Conectado pero sin acceso a Internet
+ Disable wired connection
+ Desactivar conexión por cable
- Not connected
- Sin conexión
+ Enable wired connection
+ Activar conexión por cable
- Network cable unplugged
- Cable de red desconectado
+ Disable wireless connection
+ Desactivar conexión inalámbrica
- Connecting
- Conectando
+ Enable wireless connection
+ Activar conexión inalámbrica
- Authenticating
- Autentificando
+ Disable network
+ Desactivar red
- Obtaining IP address
- Obteniendo dirección IP
+ Enable network
+ Activar red
- Connected
- Conectado
+ Disable VPN
+
- Disconnected
- Desconectado
+ Enable VPN
+
- IP conflict
- Conflicto de IP
+ Disable system proxy
+
- Failed
- Fallido
+ Enable system proxy
+
- Obtaining address
- Obtención de la dirección
+ Network settings
+ Ajustes de red
-
-
- dde::network::NetworkProcesser
- Wired Network
- Red cableada
+ Multiple services started
+
- Wired Network %1
- Red cableada %1
+ Connected to: %1
+
- Wireless Network
- Red inalámbrica
+ System proxy enabled
+
- Wireless Network %1
- Red inalámbrica %1
+ Connected
+ Conectado
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispositivo deshabilitado
+ Network off
+
Network cable unplugged
- Cable de red desconectado
+ Cable de red desconectado
Not connected
- Sin conexión
+ Sin conexión
Connecting
- Conectando
+ Conectando
Connected but no Internet access
- Conectado pero sin acceso a Internet
+ Conectado pero sin acceso a Internet
Connection failed
- Conexión fallida
+ Conexión fallida
IP conflict
- Conflicto de IP
+ Conflicto de IP
- Disable wired connection
- Desactivar conexión por cable
+ Wireless Network
+ Red inalámbrica
- Enable wired connection
- Activar conexión por cable
+ Connected %1
+
- Disable wireless connection
- Desactivar conexión inalámbrica
+ Off
+
- Enable wireless connection
- Activar conexión inalámbrica
+ Wired Network
+ Red cableada
- Disable network
- Desactivar red
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Activar red
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Ajustes de red
+ Wired Network
+ Red cableada
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Red inalámbrica
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Conectarse a una red oculta
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Conexión cableada
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_fi.ts b/dss-network-plugin/translations/dss-network-plugin_fi.ts
index 0cfc10df..d9ae8442 100644
--- a/dss-network-plugin/translations/dss-network-plugin_fi.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_fi.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Langaton verkko
-
-
- Wired Network
- Kaapeli
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Yhdistää %1
+ IP conflict
+ IP ristiriita
- %1 connected
- %1 yhdistetty
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 katkaistu
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- Ei voitu yhdistää %1, tarkista reititin tai verkkokaapeli.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- Ei voitu yhdistää %1, pysyttele lähempänä langatonta reititintä
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Yhteys kohteeseen %1 epäonnistui, väärä salasana
+ VPN VPNC %1
+
- Password is required to connect %1
- Salasana tarvitaan yhteydelle %1
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- %1 802.11 WLAN-verkkoa ei löytynyt
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Yhdistä piilotettuun verkkoon
+ VPN OpenConnect %1
+
- Password
- Salasana
+ PPPoE Connection %1
+
- Cancel
- button
- Peruuta
+ Connecting "%1"
+
- Connect
- button
- Yhdistä
+ "%1" connected
+
- Name (SSID)
- Nimi (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Tukiasema
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokolla
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Suojaustyyppi
+ Password is required to connect "%1"
+
- Band
- Taajuusalue
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanava
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Liitäntä
+ Password
+ Salasana
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Verkkopeite
+ Proxy Password
+
- Gateway
- Yhdyskäytävä
+ Group Password
+
- Primary DNS
- Ensisijainen DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nimi (SSID)
- Prefix
- Etuliite
+ Cancel
+ button
+ Peruuta
- Speed
- Nopeus
+ Connect
+ button
+ Yhdistä
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Laite suljettu
-
+ dde::network::NetStatus
- Connected but no Internet access
- Yhdistetty, mutta ei internet osoitetta
+ Disable wired connection
+ Poista kiinteä yhteys
- Not connected
- Ei yhteyttä
+ Enable wired connection
+ Kytke kiinteä yhteys
- Network cable unplugged
- Verkkokaapeli irrotettu
+ Disable wireless connection
+ Poista langaton käytöstä
- Connecting
- Yhdistää
+ Enable wireless connection
+ Kytke langaton käyttöön
- Authenticating
- Todennus
+ Disable network
+ Poista verkko käytöstä
- Obtaining IP address
- Hakee IP osoitetta
+ Enable network
+ Kytke verkko käyttöön
- Connected
- Yhdistetty
+ Disable VPN
+
- Disconnected
- Katkaistu
+ Enable VPN
+
- IP conflict
- IP ristiriita
+ Disable system proxy
+
- Failed
- Epäonnistui
+ Enable system proxy
+
- Obtaining address
- Osoitteen haku
+ Network settings
+ Verkon asetukset
-
-
- dde::network::NetworkProcesser
- Wired Network
- Kaapeli
+ Multiple services started
+
- Wired Network %1
- Kaapeli %1
+ Connected to: %1
+
- Wireless Network
- Langaton verkko
+ System proxy enabled
+
- Wireless Network %1
- Langaton verkko: %1
+ Connected
+ Yhdistetty
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Laite suljettu
+ Network off
+
Network cable unplugged
- Verkkokaapeli irrotettu
+ Verkkokaapeli irrotettu
Not connected
- Ei yhteyttä
+ Ei yhteyttä
Connecting
- Yhdistää
+ Yhdistää
Connected but no Internet access
- Yhdistetty, mutta ei internet osoitetta
+ Yhdistetty, mutta ei internet osoitetta
Connection failed
- Yhteys epäonnistui
+ Yhteys epäonnistui
IP conflict
- IP ristiriita
+ IP ristiriita
- Disable wired connection
- Poista kiinteä yhteys
+ Wireless Network
+ Langaton verkko
- Enable wired connection
- Kytke kiinteä yhteys
+ Connected %1
+
- Disable wireless connection
- Poista langaton käytöstä
+ Off
+
- Enable wireless connection
- Kytke langaton käyttöön
+ Wired Network
+ Kaapeli
- Disable network
- Poista verkko käytöstä
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Kytke verkko käyttöön
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Verkon asetukset
+ Wired Network
+ Kaapeli
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Langaton verkko
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Yhdistä piilotettuun verkkoon
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Verkkokaapeli
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_fr.ts b/dss-network-plugin/translations/dss-network-plugin_fr.ts
index d1c4b489..1e7f7eb8 100644
--- a/dss-network-plugin/translations/dss-network-plugin_fr.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_fr.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Réseau sans fil
-
-
- Wired Network
- Réseau filaire
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Connexion %1
+ IP conflict
+ Conflit IP
- %1 connected
- %1 connecté
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 déconnecté
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- Impossible de se connecter à %1, veuillez vérifier votre routeur ou votre câble réseau.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- Impossible de se connecter à %1, veuillez vous rapprocher du routeur sans fil
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- La connexion a échoué, impossible de se connecter à %1, mot de passe erroné
+ VPN VPNC %1
+
- Password is required to connect %1
- Le mot de passe est requis pour se connecter à %1
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- Le réseau WLAN %1 802.11 est introuvable
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Se connecter à un réseau caché
+ VPN OpenConnect %1
+
- Password
- Mot de passe
+ PPPoE Connection %1
+
- Cancel
- button
- Annuler
+ Connecting "%1"
+
- Connect
- button
- Relier
+ "%1" connected
+
- Name (SSID)
- Nom (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Point d'accès
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocole
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Type de sécurité
+ Password is required to connect "%1"
+
- Band
- Bande
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interface
+ Password
+ Mot de passe
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Masque de réseau
+ Proxy Password
+
- Gateway
- passerelle
+ Group Password
+
- Primary DNS
- DNS primaire
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nom (SSID)
- Prefix
- Préfixe
+ Cancel
+ button
+ Annuler
- Speed
- Vitesse
+ Connect
+ button
+ Relier
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Périphérique désactivé
-
+ dde::network::NetStatus
- Connected but no Internet access
- Connecté mais pas d’accès internet
+ Disable wired connection
+ Désactiver la connexion filaire
- Not connected
- Pas connecté
+ Enable wired connection
+ Activer la connexion filaire
- Network cable unplugged
- Câble réseau débranché
+ Disable wireless connection
+ Désactiver la connexion sans fil
- Connecting
- Connexion en cours
+ Enable wireless connection
+ Activer la connexion sans fil
- Authenticating
- Authentification
+ Disable network
+ Désactiver le réseau
- Obtaining IP address
- Obtention d'adresse IP
+ Enable network
+ Activer le réseau
- Connected
- Connecté
+ Disable VPN
+
- Disconnected
- Déconnecté
+ Enable VPN
+
- IP conflict
- Conflit IP
+ Disable system proxy
+
- Failed
- Échoué
+ Enable system proxy
+
- Obtaining address
- Obtenir l'adresse
+ Network settings
+ Paramètres réseau
-
-
- dde::network::NetworkProcesser
- Wired Network
- Réseau filaire
+ Multiple services started
+
- Wired Network %1
- Réseau filaire %1
+ Connected to: %1
+
- Wireless Network
- Réseau sans fil
+ System proxy enabled
+
- Wireless Network %1
- Réseau sans fil %1
+ Connected
+ Connecté
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Périphérique désactivé
+ Network off
+
Network cable unplugged
- Câble réseau débranché
+ Câble réseau débranché
Not connected
- Pas connecté
+ Pas connecté
Connecting
- Connexion en cours
+ Connexion en cours
Connected but no Internet access
- Connecté mais pas d’accès internet
+ Connecté mais pas d’accès internet
Connection failed
- La connexion a échoué
+ La connexion a échoué
IP conflict
- Conflit IP
+ Conflit IP
- Disable wired connection
- Désactiver la connexion filaire
+ Wireless Network
+ Réseau sans fil
- Enable wired connection
- Activer la connexion filaire
+ Connected %1
+
- Disable wireless connection
- Désactiver la connexion sans fil
+ Off
+
- Enable wireless connection
- Activer la connexion sans fil
+ Wired Network
+ Réseau filaire
- Disable network
- Désactiver le réseau
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Activer le réseau
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Paramètres réseau
+ Wired Network
+ Réseau filaire
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Réseau sans fil
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Se connecter à un réseau caché
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Connexion filaire
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_gl_ES.ts b/dss-network-plugin/translations/dss-network-plugin_gl_ES.ts
index e21a7b4a..9b075444 100644
--- a/dss-network-plugin/translations/dss-network-plugin_gl_ES.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_gl_ES.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Rede sen fíos
-
-
- Wired Network
- Rede con fíos
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
-
+ IP conflict
+
- %1 connected
- %1 conectado
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
-
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Conectar a unha rede oculta
+ VPN OpenConnect %1
+
- Password
- Contrasinal
+ PPPoE Connection %1
+
- Cancel
- button
- Cancelar
+ Connecting "%1"
+
- Connect
- button
- Conectar
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Punto de acceso
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocolo
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Tipo de seguranza
+ Password is required to connect "%1"
+
- Band
- Banda
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canle
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interface
+ Password
+ Contrasinal
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Máscara de rede
+ Proxy Password
+
- Gateway
- Pasarela
+ Group Password
+
- Primary DNS
- DNS primario
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Prefixo
+ Cancel
+ button
+ Cancelar
- Speed
- Velocidade
+ Connect
+ button
+ Conectar
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Dispositivo desactivado
-
+ dde::network::NetStatus
- Connected but no Internet access
- Conectado pero sen acceso a internet
+ Disable wired connection
+ Desactivar a conexión con fíos
- Not connected
- Sen conexión
+ Enable wired connection
+ Activa a conexión con fíos
- Network cable unplugged
- Cabo de rede desconectado
+ Disable wireless connection
+ Desactivar a conexión sen fíos
- Connecting
- Conectando
+ Enable wireless connection
+ Activar a conexión sen fíos
- Authenticating
- Autenticando
+ Disable network
+ Desactivar a rede
- Obtaining IP address
- Obtendo o enderezo IP
+ Enable network
+ Activar a rede
- Connected
- Conectado
+ Disable VPN
+
- Disconnected
- Desconectado
+ Enable VPN
+
- IP conflict
-
+ Disable system proxy
+
- Failed
- Con erros
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ Axustes da rede
-
-
- dde::network::NetworkProcesser
- Wired Network
- Rede con fíos
+ Multiple services started
+
- Wired Network %1
- Rede con fíos % 1
+ Connected to: %1
+
- Wireless Network
- Rede sen fíos
+ System proxy enabled
+
- Wireless Network %1
- Rede sen fíos %1
+ Connected
+ Conectado
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispositivo desactivado
+ Network off
+
Network cable unplugged
- Cabo de rede desconectado
+ Cabo de rede desconectado
Not connected
- Sen conexión
+ Sen conexión
Connecting
- Conectando
+ Conectando
Connected but no Internet access
- Conectado pero sen acceso a internet
+ Conectado pero sen acceso a internet
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- Desactivar a conexión con fíos
+ Wireless Network
+ Rede sen fíos
- Enable wired connection
- Activa a conexión con fíos
+ Connected %1
+
- Disable wireless connection
- Desactivar a conexión sen fíos
+ Off
+
- Enable wireless connection
- Activar a conexión sen fíos
+ Wired Network
+ Rede con fíos
- Disable network
- Desactivar a rede
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Activar a rede
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Axustes da rede
+ Wired Network
+ Rede con fíos
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Rede sen fíos
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Conectar a unha rede oculta
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Conexión con fíos
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_hi_IN.ts b/dss-network-plugin/translations/dss-network-plugin_hi_IN.ts
index f7a906b6..24555bb8 100644
--- a/dss-network-plugin/translations/dss-network-plugin_hi_IN.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_hi_IN.ts
@@ -1,279 +1,301 @@
-
+
+
+
Bubble
1 new message
-
+
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- केबल रहित नेटवर्क
-
-
- Wired Network
- केबल नेटवर्क
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
-
+ IP conflict
+ आईपी विरोधाभास
- %1 connected
-
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
-
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- छुपे नेटवर्क से जुड़ें
+ VPN OpenConnect %1
+
- Password
- कूटशब्द
+ PPPoE Connection %1
+
- Cancel
- button
- रद्द करें
+ Connecting "%1"
+
- Connect
- button
- कनेक्ट करें
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- हॉटस्पॉट
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- प्रोटोकॉल
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- सुरक्षा प्रकार
+ Password is required to connect "%1"
+
- Band
- बैंड
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- चैनल
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- इंटरफेस
+ Password
+ कूटशब्द
- MAC
- MAC
+ Private Pwd
+
- IPv4
- आईपीवी4
+ key
+
- Netmask
- Netmask
+ Proxy Password
+
- Gateway
- नेटवर्क गेटवे
+ Group Password
+
- Primary DNS
- प्राथमिक DNS
+ Username
+
- IPv6
- आईपीवी6
+ Name (SSID)
+
- Prefix
- नेटवर्क उपसर्ग
+ Cancel
+ button
+ रद्द करें
- Speed
- गति
+ Connect
+ button
+ कनेक्ट करें
- dde::network::NetworkDeviceRealize
-
- Device disabled
- उपकरण निष्क्रिय है
-
+ dde::network::NetStatus
- Connected but no Internet access
- कनेक्ट है परंतु नेटवर्क हेतु अभिगम नहीं है
+ Disable wired connection
+ केबल कनेक्शन निष्क्रिय करें
- Not connected
- कनेक्ट नहीं है
+ Enable wired connection
+ केबल कनेक्शन सक्रिय करें
- Network cable unplugged
- नेटवर्क केबल हटी हुई है
+ Disable wireless connection
+ केबल रहित कनेक्शन निष्क्रिय करें
- Connecting
- कनेक्ट हो रहा है
+ Enable wireless connection
+ केबल रहित कनेक्शन सक्रिय करें
- Authenticating
- प्रमाणीकृत किया जा रहा है
+ Disable network
+ नेटवर्क निष्क्रिय करें
- Obtaining IP address
- IP अड्रेस प्राप्त किया जा रहा है
+ Enable network
+ नेटवर्क सक्रिय करें
- Connected
- कनेक्ट है
+ Disable VPN
+
- Disconnected
- डिस्कनेक्ट है
+ Enable VPN
+
- IP conflict
- आईपी विरोधाभास
+ Disable system proxy
+
- Failed
- विफल रहा
+ Enable system proxy
+
- Obtaining address
- नेटवर्क पता प्राप्त करना जारी
+ Network settings
+ नेटवर्क सेटिंग्स
-
-
- dde::network::NetworkProcesser
- Wired Network
- केबल नेटवर्क
+ Multiple services started
+
- Wired Network %1
- केबल नेटवर्क %1
+ Connected to: %1
+
- Wireless Network
- केबल रहित नेटवर्क
+ System proxy enabled
+
- Wireless Network %1
- केबल रहित नेटवर्क %1
+ Connected
+ कनेक्ट है
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- उपकरण निष्क्रिय है
+ Network off
+
Network cable unplugged
- नेटवर्क केबल हटी हुई है
+ नेटवर्क केबल हटी हुई है
Not connected
- कनेक्ट नहीं है
+ कनेक्ट नहीं है
Connecting
- कनेक्ट हो रहा है
+ कनेक्ट हो रहा है
Connected but no Internet access
- कनेक्ट है परंतु नेटवर्क हेतु अभिगम नहीं है
+ कनेक्ट है परंतु नेटवर्क हेतु अभिगम नहीं है
Connection failed
- कनेक्ट करना विफल रहा
+ कनेक्ट करना विफल रहा
IP conflict
- आईपी विरोधाभास
+ आईपी विरोधाभास
- Disable wired connection
- केबल कनेक्शन निष्क्रिय करें
+ Wireless Network
+ केबल रहित नेटवर्क
- Enable wired connection
- केबल कनेक्शन सक्रिय करें
+ Connected %1
+
- Disable wireless connection
- केबल रहित कनेक्शन निष्क्रिय करें
+ Off
+
- Enable wireless connection
- केबल रहित कनेक्शन सक्रिय करें
+ Wired Network
+ केबल नेटवर्क
- Disable network
- नेटवर्क निष्क्रिय करें
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- नेटवर्क सक्रिय करें
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- नेटवर्क सेटिंग्स
+ Wired Network
+ केबल नेटवर्क
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ केबल रहित नेटवर्क
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ छुपे नेटवर्क से जुड़ें
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- वायर्ड कनेक्शन
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_hr.ts b/dss-network-plugin/translations/dss-network-plugin_hr.ts
index 9bc498ec..dab173c7 100644
--- a/dss-network-plugin/translations/dss-network-plugin_hr.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_hr.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Bežična mreža
-
-
- Wired Network
- Žična mreža
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Povezujem %1
+ IP conflict
+
- %1 connected
- %1 povezan
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
-
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Poveži na skrivenu mrežu
+ VPN OpenConnect %1
+
- Password
- Lozinka
+ PPPoE Connection %1
+
- Cancel
- button
- Otkaži
+ Connecting "%1"
+
- Connect
- button
- Poveži
+ "%1" connected
+
- Name (SSID)
- Ime (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
-
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Vrsta sigurnosti
+ Password is required to connect "%1"
+
- Band
- Frekvencija
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Sučelje
+ Password
+ Lozinka
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Maska podmreže
+ Proxy Password
+
- Gateway
- Pristupnik
+ Group Password
+
- Primary DNS
- Primaran DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Ime (SSID)
- Prefix
- Prefiks
+ Cancel
+ button
+ Otkaži
- Speed
- Brzina
+ Connect
+ button
+ Poveži
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Uređaj je onemogućen
-
+ dde::network::NetStatus
- Connected but no Internet access
- Spojen ali nema pristupa internetu
+ Disable wired connection
+ Onemogući žično povezivanje
- Not connected
- Nije spojeno
+ Enable wired connection
+ Omogući žično povezivanje
- Network cable unplugged
- Mrežni kabel je isključen
+ Disable wireless connection
+ Onemogući bežično povezivaqnje
- Connecting
- Povezujem se
+ Enable wireless connection
+ Omogući bežično povezivanje
- Authenticating
- Autentifikacija
+ Disable network
+ Onemogući mrežu
- Obtaining IP address
- Dobivam IP adresu
+ Enable network
+ Omogući mrežu
- Connected
- Spojeno
+ Disable VPN
+
- Disconnected
- Odspojeno
+ Enable VPN
+
- IP conflict
-
+ Disable system proxy
+
- Failed
- Neuspjelo
+ Enable system proxy
+
- Obtaining address
- Dobivanje adrese
+ Network settings
+ Mrežne postavke
-
-
- dde::network::NetworkProcesser
- Wired Network
- Žična mreža
+ Multiple services started
+
- Wired Network %1
- Žična mreža %1
+ Connected to: %1
+
- Wireless Network
- Bežična mreža
+ System proxy enabled
+
- Wireless Network %1
- Bežična mreža %1
+ Connected
+ Spojeno
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Uređaj je onemogućen
+ Network off
+
Network cable unplugged
- Mrežni kabel je isključen
+ Mrežni kabel je isključen
Not connected
- Nije spojeno
+ Nije spojeno
Connecting
- Povezujem se
+ Povezujem se
Connected but no Internet access
- Spojen ali nema pristupa internetu
+ Spojen ali nema pristupa internetu
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- Onemogući žično povezivanje
+ Wireless Network
+ Bežična mreža
- Enable wired connection
- Omogući žično povezivanje
+ Connected %1
+
- Disable wireless connection
- Onemogući bežično povezivaqnje
+ Off
+
- Enable wireless connection
- Omogući bežično povezivanje
+ Wired Network
+ Žična mreža
- Disable network
- Onemogući mrežu
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Omogući mrežu
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Mrežne postavke
+ Wired Network
+ Žična mreža
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Bežična mreža
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Poveži na skrivenu mrežu
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Žično povezivanje
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_hu.ts b/dss-network-plugin/translations/dss-network-plugin_hu.ts
index 68b50317..ba7b8ac4 100644
--- a/dss-network-plugin/translations/dss-network-plugin_hu.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_hu.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Vezeték nélküli hálózat
-
-
- Wired Network
- Vezetékes hálózat
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- %1 Csatlakozása
+ IP conflict
+ IP cím ütközés
- %1 connected
- %1 csatlakozva
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 lekapcsolódva
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- Nem sikerült csatlakozni a %1 eszközhöz, kérjük ellenőrizze a Routert, vagy a hálózati kábelt.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- Nem sikerült csatlakozni a %1 -eszközhöz, kérjük próbálja meg közelebb vinni a Routerhez
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- A csatlakozás sikertelen, nem sikerült csatlakozni a %1-hez, helytelen jelszó
+ VPN VPNC %1
+
- Password is required to connect %1
- Jelszó szükséges a %1 csatlakoztatásához
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- A %1 802.11 vezeték nélküli hálózat nem található
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Csatlakozás rejtett hálózathoz
+ VPN OpenConnect %1
+
- Password
- Jelszó
+ PPPoE Connection %1
+
- Cancel
- button
- Mégsem
+ Connecting "%1"
+
- Connect
- button
- Kapcsolódás
+ "%1" connected
+
- Name (SSID)
- Név (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokoll
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Biztonság típusa
+ Password is required to connect "%1"
+
- Band
- Sáv
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Csatorna
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Felület
+ Password
+ Jelszó
- MAC
- MAC cím
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Hálózati maszk
+ Proxy Password
+
- Gateway
- Átjáró
+ Group Password
+
- Primary DNS
- Elsődleges DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Név (SSID)
- Prefix
- Előtag
+ Cancel
+ button
+ Mégsem
- Speed
- Sebesség
+ Connect
+ button
+ Kapcsolódás
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Eszköz letiltva
-
+ dde::network::NetStatus
- Connected but no Internet access
- Csatlakoztatva, de nincs internet hozzáférés
+ Disable wired connection
+ Vezetékes kapcsolat letiltása
- Not connected
- Nincs csatlakozva
+ Enable wired connection
+ Vezetékes kapcsolat engedélyezése
- Network cable unplugged
- A hálózati kábel kihúzva
+ Disable wireless connection
+ Vezeték-nélküli kapcsolat letiltása
- Connecting
- Csatlakozás
+ Enable wireless connection
+ Vezeték nélküli kapcsolat engedélyezése
- Authenticating
- Hitelesítés
+ Disable network
+ Hálózat letiltása
- Obtaining IP address
- IP cím lekérése
+ Enable network
+ Hálózat engedélyezése
- Connected
- Csatlakozva
+ Disable VPN
+
- Disconnected
- Szétkapcsolva
+ Enable VPN
+
- IP conflict
- IP cím ütközés
+ Disable system proxy
+
- Failed
- Sikertelen
+ Enable system proxy
+
- Obtaining address
- Cím lekérése
+ Network settings
+ Hálózati beállítások
-
-
- dde::network::NetworkProcesser
- Wired Network
- Vezetékes hálózat
+ Multiple services started
+
- Wired Network %1
- Vezetékes hálózat %1
+ Connected to: %1
+
- Wireless Network
- Vezeték nélküli hálózat
+ System proxy enabled
+
- Wireless Network %1
- Vezeték nélküli hálózat %1
+ Connected
+ Csatlakozva
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Eszköz letiltva
+ Network off
+
Network cable unplugged
- A hálózati kábel kihúzva
+ A hálózati kábel kihúzva
Not connected
- Nincs csatlakozva
+ Nincs csatlakozva
Connecting
- Csatlakozás
+ Csatlakozás
Connected but no Internet access
- Csatlakoztatva, de nincs internet hozzáférés
+ Csatlakoztatva, de nincs internet hozzáférés
Connection failed
- A kapcsolódás sikertelen
+ A kapcsolódás sikertelen
IP conflict
- IP cím ütközés
+ IP cím ütközés
- Disable wired connection
- Vezetékes kapcsolat letiltása
+ Wireless Network
+ Vezeték nélküli hálózat
- Enable wired connection
- Vezetékes kapcsolat engedélyezése
+ Connected %1
+
- Disable wireless connection
- Vezeték-nélküli kapcsolat letiltása
+ Off
+
- Enable wireless connection
- Vezeték nélküli kapcsolat engedélyezése
+ Wired Network
+ Vezetékes hálózat
- Disable network
- Hálózat letiltása
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Hálózat engedélyezése
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Hálózati beállítások
+ Wired Network
+ Vezetékes hálózat
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Vezeték nélküli hálózat
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Csatlakozás rejtett hálózathoz
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Vezetékes kapcsolat
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_it.ts b/dss-network-plugin/translations/dss-network-plugin_it.ts
index b7520d1e..dec676ab 100644
--- a/dss-network-plugin/translations/dss-network-plugin_it.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_it.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Connessione WiFi
-
-
- Wired Network
- Connessione cablata
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Connessione a %1
+ IP conflict
+ Conflitto IP
- %1 connected
- %1 connesso
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 disconnesso
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- Impossibile connettersi a %1, controlla il tuo router o il cavo di rete.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- Impossibile collegarsi a %1, avvicinati al router wireless
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Connessione fallita, impossibile connettersi a %1, password errata
+ VPN VPNC %1
+
- Password is required to connect %1
- Password richiesta per connettersi a %1
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- Il %1 802.11 WLAN non è stato trovato
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Connetti ad una rete nascosta
+ VPN OpenConnect %1
+
- Password
- Password
+ PPPoE Connection %1
+
- Cancel
- button
- Annulla
+ Connecting "%1"
+
- Connect
- button
- Connetti
+ "%1" connected
+
- Name (SSID)
- Nome (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocollo
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Tipo sicurezza
+ Password is required to connect "%1"
+
- Band
- Banda
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canale
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interfaccia
+ Password
+ Password
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Netmask
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- DNS Primario
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nome (SSID)
- Prefix
- Prefisso
+ Cancel
+ button
+ Annulla
- Speed
- Velocità
+ Connect
+ button
+ Connetti
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Dispositivo disattivato
-
+ dde::network::NetStatus
- Connected but no Internet access
- Connesso senza accesso ad internet
+ Disable wired connection
+ Disattiva connessione cablata
- Not connected
- Non connesso
+ Enable wired connection
+ Attiva connessione cablata
- Network cable unplugged
- Cavo di rete scollegato
+ Disable wireless connection
+ Disattiva connessione WiFi
- Connecting
- Connessione in corso
+ Enable wireless connection
+ Attiva connessione WiFi
- Authenticating
- Autentificazione in corso
+ Disable network
+ Disabilita Rete
- Obtaining IP address
- Ottenimento indirizzo IP
+ Enable network
+ Abilita Rete
- Connected
- Connesso
+ Disable VPN
+
- Disconnected
- Disconnesso
+ Enable VPN
+
- IP conflict
- Conflitto IP
+ Disable system proxy
+
- Failed
- Connessione fallita
+ Enable system proxy
+
- Obtaining address
- Ottenimento indirizzo
+ Network settings
+ Impostazioni Rete
-
-
- dde::network::NetworkProcesser
- Wired Network
- Connessione cablata
+ Multiple services started
+
- Wired Network %1
- Connessione cablata %1
+ Connected to: %1
+
- Wireless Network
- Connessione WiFi
+ System proxy enabled
+
- Wireless Network %1
- Rete wireless %1
+ Connected
+ Connesso
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispositivo disattivato
+ Network off
+
Network cable unplugged
- Cavo di rete scollegato
+ Cavo di rete scollegato
Not connected
- Non connesso
+ Non connesso
Connecting
- Connessione in corso
+ Connessione in corso
Connected but no Internet access
- Connesso senza accesso ad internet
+ Connesso senza accesso ad internet
Connection failed
- Connessione fallita
+ Connessione fallita
IP conflict
- Conflitto IP
+ Conflitto IP
- Disable wired connection
- Disattiva connessione cablata
+ Wireless Network
+ Connessione WiFi
- Enable wired connection
- Attiva connessione cablata
+ Connected %1
+
- Disable wireless connection
- Disattiva connessione WiFi
+ Off
+
- Enable wireless connection
- Attiva connessione WiFi
+ Wired Network
+ Connessione cablata
- Disable network
- Disabilita Rete
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Abilita Rete
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Impostazioni Rete
+ Wired Network
+ Connessione cablata
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Connessione WiFi
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Connetti ad una rete nascosta
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Connessione cablata
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_ja.ts b/dss-network-plugin/translations/dss-network-plugin_ja.ts
index e3d525f2..411bf419 100644
--- a/dss-network-plugin/translations/dss-network-plugin_ja.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_ja.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- 無線ネットワーク
-
-
- Wired Network
- 有線ネットワーク
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
-
+ IP conflict
+
- %1 connected
- %1が接続されました
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
-
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- 非表示のネットワークへ接続
+ VPN OpenConnect %1
+
- Password
- パスワード
+ PPPoE Connection %1
+
- Cancel
- button
- キャンセル
+ Connecting "%1"
+
- Connect
- button
- 接続
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- ホットスポット
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- プロトコル
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- セキュリティタイプ
+ Password is required to connect "%1"
+
- Band
- バンド
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- チャンネル
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- インターフェース
+ Password
+ パスワード
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- ネットマスク
+ Proxy Password
+
- Gateway
- ゲートウェイ
+ Group Password
+
- Primary DNS
- プライマリ DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- プレフィックス
+ Cancel
+ button
+ キャンセル
- Speed
- 速度
+ Connect
+ button
+ 接続
- dde::network::NetworkDeviceRealize
-
- Device disabled
- デバイスが無効
-
+ dde::network::NetStatus
- Connected but no Internet access
- 接続済み、インターネットアクセスなし
+ Disable wired connection
+ 有線接続を無効にする
- Not connected
- 未接続
+ Enable wired connection
+ 有線接続を有効にする
- Network cable unplugged
- ネットワークケーブル未接続
+ Disable wireless connection
+ 無線接続を無効にする
- Connecting
- 接続試行中
+ Enable wireless connection
+ 無線接続を有効にする
- Authenticating
- 認証中
+ Disable network
+ ネットワークを無効にする
- Obtaining IP address
- IP アドレスを取得中
+ Enable network
+ ネットワークを有効にする
- Connected
- 接続済み
+ Disable VPN
+
- Disconnected
- 切断
+ Enable VPN
+
- IP conflict
-
+ Disable system proxy
+
- Failed
- 失敗
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ ネットワーク設定
-
-
- dde::network::NetworkProcesser
- Wired Network
- 有線ネットワーク
+ Multiple services started
+
- Wired Network %1
- 有線ネットワーク %1
+ Connected to: %1
+
- Wireless Network
- 無線ネットワーク
+ System proxy enabled
+
- Wireless Network %1
- 無線接続 %1
+ Connected
+ 接続済み
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- デバイスが無効
+ Network off
+
Network cable unplugged
- ネットワークケーブル未接続
+ ネットワークケーブル未接続
Not connected
- 未接続
+ 未接続
Connecting
- 接続試行中
+ 接続試行中
Connected but no Internet access
- 接続済み、インターネットアクセスなし
+ 接続済み、インターネットアクセスなし
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- 有線接続を無効にする
+ Wireless Network
+ 無線ネットワーク
- Enable wired connection
- 有線接続を有効にする
+ Connected %1
+
- Disable wireless connection
- 無線接続を無効にする
+ Off
+
- Enable wireless connection
- 無線接続を有効にする
+ Wired Network
+ 有線ネットワーク
- Disable network
- ネットワークを無効にする
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- ネットワークを有効にする
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- ネットワーク設定
+ Wired Network
+ 有線ネットワーク
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ 無線ネットワーク
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ 非表示のネットワークへ接続
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- 無線接続
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_ko.ts b/dss-network-plugin/translations/dss-network-plugin_ko.ts
index 844cfa74..3cd2a61e 100644
--- a/dss-network-plugin/translations/dss-network-plugin_ko.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_ko.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- 무선 네트워크
-
-
- Wired Network
- 유선 네트워크
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
-
+ IP conflict
+ IP 충돌
- %1 connected
- %1 연결됨
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
-
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- 숨겨진 네트워크에 연결
+ VPN OpenConnect %1
+
- Password
- 비밀번호
+ PPPoE Connection %1
+
- Cancel
- button
- 취소
+ Connecting "%1"
+
- Connect
- button
- 연결
+ "%1" connected
+
- Name (SSID)
- 명칭(SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- 핫스팟
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- 프로토콜
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- 보안 유형
+ Password is required to connect "%1"
+
- Band
- 밴드
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- 채널
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- 인터페이스
+ Password
+ 비밀번호
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- 넷마스크
+ Proxy Password
+
- Gateway
- 게이트웨이
+ Group Password
+
- Primary DNS
- 기본 DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ 명칭(SSID)
- Prefix
- 접두사
+ Cancel
+ button
+ 취소
- Speed
- 속도
+ Connect
+ button
+ 연결
- dde::network::NetworkDeviceRealize
-
- Device disabled
- 디바이스 사용해제됨
-
+ dde::network::NetStatus
- Connected but no Internet access
- 연결됨, 인터넷 없음
+ Disable wired connection
+ 유선 연결 사용안함
- Not connected
- 연결되지 않음
+ Enable wired connection
+ 유선 연결 사용가능
- Network cable unplugged
- 네트워크 케이블이 연결되어 있지 않습니다.
+ Disable wireless connection
+ 무선 연결 사용안함
- Connecting
- 연결 중
+ Enable wireless connection
+ 무선 연결 사용가능
- Authenticating
- 인증 중
+ Disable network
+ 네트워크 사용안함
- Obtaining IP address
- IP 주소 가져오는 중
+ Enable network
+ 네트워크 사용
- Connected
- 연결됨
+ Disable VPN
+
- Disconnected
- 연결 끊김
+ Enable VPN
+
- IP conflict
- IP 충돌
+ Disable system proxy
+
- Failed
- 실패
+ Enable system proxy
+
- Obtaining address
- 주소 불러오는 중
+ Network settings
+ 네트워크 설정
-
-
- dde::network::NetworkProcesser
- Wired Network
- 유선 네트워크
+ Multiple services started
+
- Wired Network %1
- 유선 네트워크 %1
+ Connected to: %1
+
- Wireless Network
- 무선 네트워크
+ System proxy enabled
+
- Wireless Network %1
- 무선 네트워크 %1
+ Connected
+ 연결됨
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- 디바이스 사용해제됨
+ Network off
+
Network cable unplugged
- 네트워크 케이블이 연결되어 있지 않습니다.
+ 네트워크 케이블이 연결되어 있지 않습니다.
Not connected
- 연결되지 않음
+ 연결되지 않음
Connecting
- 연결 중
+ 연결 중
Connected but no Internet access
- 연결됨, 인터넷 없음
+ 연결됨, 인터넷 없음
Connection failed
- 연결 실패
+ 연결 실패
IP conflict
- IP 충돌
+ IP 충돌
- Disable wired connection
- 유선 연결 사용안함
+ Wireless Network
+ 무선 네트워크
- Enable wired connection
- 유선 연결 사용가능
+ Connected %1
+
- Disable wireless connection
- 무선 연결 사용안함
+ Off
+
- Enable wireless connection
- 무선 연결 사용가능
+ Wired Network
+ 유선 네트워크
- Disable network
- 네트워크 사용안함
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- 네트워크 사용
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- 네트워크 설정
+ Wired Network
+ 유선 네트워크
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ 무선 네트워크
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ 숨겨진 네트워크에 연결
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- 유선 연결
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_ms.ts b/dss-network-plugin/translations/dss-network-plugin_ms.ts
index c3335e4e..9120e4e5 100644
--- a/dss-network-plugin/translations/dss-network-plugin_ms.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_ms.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Rangkaian Tanpa Wayar
-
-
- Wired Network
- Rangkaian Berwayar
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
-
+ IP conflict
+ IP berkonflik
- %1 connected
- %1 bersambung
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
-
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Sambung ke rangkaian tersembunyi
+ VPN OpenConnect %1
+
- Password
- Kata Laluan
+ PPPoE Connection %1
+
- Cancel
- button
- Batal
+ Connecting "%1"
+
- Connect
- button
- Sambung
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Kawasan Khas
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Jenis Keselamatan
+ Password is required to connect "%1"
+
- Band
- Jalur
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Saluran
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Antara Muka
+ Password
+ Kata Laluan
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Topeng Rangkaian
+ Proxy Password
+
- Gateway
- Get Laluan
+ Group Password
+
- Primary DNS
- DNS Utama
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Awalan
+ Cancel
+ button
+ Batal
- Speed
- Kelajuan
+ Connect
+ button
+ Sambung
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Peranti dilumpuhkan
-
+ dde::network::NetStatus
- Connected but no Internet access
- Bersambung tetapi tiada capaian Internet
+ Disable wired connection
+ Lumpuhkan sambungan berwayar
- Not connected
- Tidak bersambung
+ Enable wired connection
+ Benarkan sambungan berwayar
- Network cable unplugged
- Kabel rangkaian telah dicabut
+ Disable wireless connection
+ Lumpuhkan sambungan tanpa wayar
- Connecting
- Menyambung
+ Enable wireless connection
+ Benarkan sambungan tanpa wayar
- Authenticating
- Mengesahihkan
+ Disable network
+ Lumpuhkan rangkaian
- Obtaining IP address
- Mendapatkan alamat IP
+ Enable network
+ Benarkan rangkaian
- Connected
- Bersambung
+ Disable VPN
+
- Disconnected
- Terputus
+ Enable VPN
+
- IP conflict
- IP berkonflik
+ Disable system proxy
+
- Failed
- Gagal
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ Tetapan rangkaian
-
-
- dde::network::NetworkProcesser
- Wired Network
- Rangkaian Berwayar
+ Multiple services started
+
- Wired Network %1
- Rangkaian Berwayar %1
+ Connected to: %1
+
- Wireless Network
- Rangkaian Tanpa Wayar
+ System proxy enabled
+
- Wireless Network %1
- Sambungan Tanpa Wayar %1
+ Connected
+ Bersambung
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Peranti dilumpuhkan
+ Network off
+
Network cable unplugged
- Kabel rangkaian telah dicabut
+ Kabel rangkaian telah dicabut
Not connected
- Tidak bersambung
+ Tidak bersambung
Connecting
- Menyambung
+ Menyambung
Connected but no Internet access
- Bersambung tetapi tiada capaian Internet
+ Bersambung tetapi tiada capaian Internet
Connection failed
- Sambungan gagal
+ Sambungan gagal
IP conflict
- IP berkonflik
+ IP berkonflik
- Disable wired connection
- Lumpuhkan sambungan berwayar
+ Wireless Network
+ Rangkaian Tanpa Wayar
- Enable wired connection
- Benarkan sambungan berwayar
+ Connected %1
+
- Disable wireless connection
- Lumpuhkan sambungan tanpa wayar
+ Off
+
- Enable wireless connection
- Benarkan sambungan tanpa wayar
+ Wired Network
+ Rangkaian Berwayar
- Disable network
- Lumpuhkan rangkaian
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Benarkan rangkaian
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Tetapan rangkaian
+ Wired Network
+ Rangkaian Berwayar
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Rangkaian Tanpa Wayar
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Sambung ke rangkaian tersembunyi
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Sambungan Berwayar
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_nl.ts b/dss-network-plugin/translations/dss-network-plugin_nl.ts
index 71c58436..9e2561dd 100644
--- a/dss-network-plugin/translations/dss-network-plugin_nl.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_nl.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Draadloos netwerk
-
-
- Wired Network
- Bekabeld netwerk
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Bezig met verbinden met ‘%1’
+ IP conflict
+ IP-conflict
- %1 connected
- Verbonden met ‘%1’
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- Verbinding verbroken met ‘%1’
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- Kan geen verbinding maken met ‘%1’ - controleer de router of netwerkkabel
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- Kan geen verbinding maken met ‘%1’ - blijf in de buurt van de draadloze router
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Kan geen verbinding maken met ‘%1’: onjuist wachtwoord
+ VPN VPNC %1
+
- Password is required to connect %1
- Wachtwoord vereist om verbinding te maken met ‘%1’
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- Het 802.11 wlan-netwerk ‘%1’ is niet aangetroffen
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Verbinden met verborgen netwerk
+ VPN OpenConnect %1
+
- Password
- Wachtwoord
+ PPPoE Connection %1
+
- Cancel
- button
- Annuleren
+ Connecting "%1"
+
- Connect
- button
- Verbinden
+ "%1" connected
+
- Name (SSID)
- Naam (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Soort beveiliging
+ Password is required to connect "%1"
+
- Band
- Band
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanaal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interface
+ Password
+ Wachtwoord
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Netmasker
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- Primaire dns-server
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Naam (SSID)
- Prefix
- Voorvoegsel
+ Cancel
+ button
+ Annuleren
- Speed
- Snelheid
+ Connect
+ button
+ Verbinden
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Apparaat uitgeschakeld
-
+ dde::network::NetStatus
- Connected but no Internet access
- Verbonden, maar geen internettoegang
+ Disable wired connection
+ Bekabelde verbinding uitschakelen
- Not connected
- Niet verbonden
+ Enable wired connection
+ Bekabelde verbinding inschakelen
- Network cable unplugged
- Geen netwerkkabel aangesloten
+ Disable wireless connection
+ Draadloze verbinding uitschakelen
- Connecting
- Bezig met verbinden…
+ Enable wireless connection
+ Draadloze verbinding inschakelen
- Authenticating
- Bezig met authenticeren…
+ Disable network
+ Netwerk uitschakelen
- Obtaining IP address
- Bezig met verkrijgen van ip-adres…
+ Enable network
+ Netwerk inschakelen
- Connected
- Verbonden
+ Disable VPN
+
- Disconnected
- Niet verbonden
+ Enable VPN
+
- IP conflict
- IP-conflict
+ Disable system proxy
+
- Failed
- Mislukt
+ Enable system proxy
+
- Obtaining address
- Bezig met verkrijgen van adres…
+ Network settings
+ Netwerkinstellingen
-
-
- dde::network::NetworkProcesser
- Wired Network
- Bekabeld netwerk
+ Multiple services started
+
- Wired Network %1
- Bekabeld netwerk: %1
+ Connected to: %1
+
- Wireless Network
- Draadloos netwerk
+ System proxy enabled
+
- Wireless Network %1
- Draadloos netwerk: %1
+ Connected
+ Verbonden
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Apparaat uitgeschakeld
+ Network off
+
Network cable unplugged
- Geen netwerkkabel aangesloten
+ Geen netwerkkabel aangesloten
Not connected
- Niet verbonden
+ Niet verbonden
Connecting
- Bezig met verbinden…
+ Bezig met verbinden…
Connected but no Internet access
- Verbonden, maar geen internettoegang
+ Verbonden, maar geen internettoegang
Connection failed
- Verbinding mislukt
+ Verbinding mislukt
IP conflict
- IP-conflict
+ IP-conflict
- Disable wired connection
- Bekabelde verbinding uitschakelen
+ Wireless Network
+ Draadloos netwerk
- Enable wired connection
- Bekabelde verbinding inschakelen
+ Connected %1
+
- Disable wireless connection
- Draadloze verbinding uitschakelen
+ Off
+
- Enable wireless connection
- Draadloze verbinding inschakelen
+ Wired Network
+ Bekabeld netwerk
- Disable network
- Netwerk uitschakelen
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Netwerk inschakelen
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Netwerkinstellingen
+ Wired Network
+ Bekabeld netwerk
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Draadloos netwerk
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Verbinden met verborgen netwerk
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Bekabelde verbinding
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_pl.ts b/dss-network-plugin/translations/dss-network-plugin_pl.ts
index b940dd2b..152a474b 100644
--- a/dss-network-plugin/translations/dss-network-plugin_pl.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_pl.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Sieć bezprzewodowa
-
-
- Wired Network
- Sieć przewodowa
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Łączenie z %1
+ IP conflict
+ Konflikt IP
- %1 connected
- %1 połączone
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 rozłączono
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- Nie udało się połączyć z %1, prosimy sprawdzić router lub kabel sieciowy.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- Nie udało się połączyć z %1, prosimy przybliżyć się do routera bezprzewodowego
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Połączenie nieudane, nie można połączyć się z %1, błędne hasło
+ VPN VPNC %1
+
- Password is required to connect %1
- Wymagane jest hasło, aby połączyć się z %1
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- Nie można znaleźć sieci WLAN %1 802.11
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Połącz z siecią ukrytą
+ VPN OpenConnect %1
+
- Password
- Hasło
+ PPPoE Connection %1
+
- Cancel
- button
- Anuluj
+ Connecting "%1"
+
- Connect
- button
- Połącz
+ "%1" connected
+
- Name (SSID)
- Nazwa (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokół
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Typ zabezpieczenia
+ Password is required to connect "%1"
+
- Band
- Pasmo
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanał
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interfejs
+ Password
+ Hasło
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Maska sieci
+ Proxy Password
+
- Gateway
- Brama
+ Group Password
+
- Primary DNS
- Podstawowy DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nazwa (SSID)
- Prefix
- Prefiks
+ Cancel
+ button
+ Anuluj
- Speed
- Prędkość
+ Connect
+ button
+ Połącz
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Urządzenie wyłączone
-
+ dde::network::NetStatus
- Connected but no Internet access
- Połączono, brak dostępu do Internetu
+ Disable wired connection
+ Wyłącz połączenie przewodowe
- Not connected
- Nie połączono
+ Enable wired connection
+ Włącz połączenie przewodowe
- Network cable unplugged
- Kabel sieciowy odłączony
+ Disable wireless connection
+ Wyłącz połączenie bezprzewodowe
- Connecting
- Łączenie
+ Enable wireless connection
+ Włącz połączenie bezprzewodowe
- Authenticating
- Uwierzytelnianie
+ Disable network
+ Wyłącz sieć
- Obtaining IP address
- Uzyskiwanie adresu IP
+ Enable network
+ Włącz sieć
- Connected
- Połączono
+ Disable VPN
+
- Disconnected
- Rozłączono
+ Enable VPN
+
- IP conflict
- Konflikt IP
+ Disable system proxy
+
- Failed
- Wystąpił błąd
+ Enable system proxy
+
- Obtaining address
- Uzyskiwanie adresu
+ Network settings
+ Ustawienia sieci
-
-
- dde::network::NetworkProcesser
- Wired Network
- Połączenie przewodowe
+ Multiple services started
+
- Wired Network %1
- Połączenie przewodowe %1
+ Connected to: %1
+
- Wireless Network
- Połączenie bezprzewodowe
+ System proxy enabled
+
- Wireless Network %1
- Połączenie bezprzewodowe %1
+ Connected
+ Połączono
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Urządzenie wyłączone
+ Network off
+
Network cable unplugged
- Kabel sieciowy odłączony
+ Kabel sieciowy odłączony
Not connected
- Nie połączono
+ Nie połączono
Connecting
- Łączenie
+ Łączenie
Connected but no Internet access
- Połączono, brak dostępu do Internetu
+ Połączono, brak dostępu do Internetu
Connection failed
- Połączenie nieudane
+ Połączenie nieudane
IP conflict
- Konflikt IP
+ Konflikt IP
- Disable wired connection
- Wyłącz połączenie przewodowe
+ Wireless Network
+
- Enable wired connection
- Włącz połączenie przewodowe
+ Connected %1
+
- Disable wireless connection
- Wyłącz połączenie bezprzewodowe
+ Off
+
- Enable wireless connection
- Włącz połączenie bezprzewodowe
+ Wired Network
+
- Disable network
- Wyłącz sieć
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Włącz sieć
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Ustawienia sieci
+ Wired Network
+
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Połącz z siecią ukrytą
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Połączenie przewodowe
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_pt.ts b/dss-network-plugin/translations/dss-network-plugin_pt.ts
index 3a04b70c..bc4756f0 100644
--- a/dss-network-plugin/translations/dss-network-plugin_pt.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_pt.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Rede sem fios
-
-
- Wired Network
- Rede por cabo
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- A conectar %1
+ IP conflict
+ Conflito de IP
- %1 connected
- %1 ligado
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 disconectado
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- Falha ao conectar %1, por favor verifique o seu router ou cabo internet.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- Falha ao conectar %1, por favor mantenha-se próximo do seu sinal wireless
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Falha de conexão, erro ao conectar %1, password errada
+ VPN VPNC %1
+
- Password is required to connect %1
- Uma password é necessária para conectar a %1
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- A rede WLAN %1 802.11 não pode ser encontrada
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Ligar a uma rede oculta
+ VPN OpenConnect %1
+
- Password
- Palavra-passe
+ PPPoE Connection %1
+
- Cancel
- button
- Cancelar
+ Connecting "%1"
+
- Connect
- button
- Ligar
+ "%1" connected
+
- Name (SSID)
- Nome (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Ponto de Acesso
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocolo
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Tipo de Segurança
+ Password is required to connect "%1"
+
- Band
- Banda
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interface
+ Password
+ Palavra-passe
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Máscara de rede
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- DNS Principal
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nome (SSID)
- Prefix
- Prefixo
+ Cancel
+ button
+ Cancelar
- Speed
- Velocidade
+ Connect
+ button
+ Ligar
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Dispositivo desativado
-
+ dde::network::NetStatus
- Connected but no Internet access
- Ligado mas sem acesso à Internet
+ Disable wired connection
+ Desativar ligação por cabo
- Not connected
- Não ligado
+ Enable wired connection
+ Ativar ligação por cabo
- Network cable unplugged
- Cabo de rede desligado
+ Disable wireless connection
+ Desativar ligação sem fios
- Connecting
- A ligar
+ Enable wireless connection
+ Ativar ligação sem fios
- Authenticating
- A autenticar
+ Disable network
+ Desativar rede
- Obtaining IP address
- A obter endereço de IP
+ Enable network
+ Ativar rede
- Connected
- Ligado
+ Disable VPN
+
- Disconnected
- Desligado
+ Enable VPN
+
- IP conflict
- Conflito de IP
+ Disable system proxy
+
- Failed
- Falha
+ Enable system proxy
+
- Obtaining address
- A obter endereço
+ Network settings
+ Definições de rede
-
-
- dde::network::NetworkProcesser
- Wired Network
- Rede por cabo
+ Multiple services started
+
- Wired Network %1
- Rede por cabo %1
+ Connected to: %1
+
- Wireless Network
- Rede sem fios
+ System proxy enabled
+
- Wireless Network %1
- Rede sem fios %1
+ Connected
+ Ligado
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispositivo desativado
+ Network off
+
Network cable unplugged
- Cabo de rede desligado
+ Cabo de rede desligado
Not connected
- Não ligado
+ Não ligado
Connecting
- A ligar
+ A ligar
Connected but no Internet access
- Ligado mas sem acesso à Internet
+ Ligado mas sem acesso à Internet
Connection failed
- Falha na ligação
+ Falha na ligação
IP conflict
- Conflito de IP
+ Conflito de IP
- Disable wired connection
- Desativar ligação por cabo
+ Wireless Network
+ Rede sem fios
- Enable wired connection
- Ativar ligação por cabo
+ Connected %1
+
- Disable wireless connection
- Desativar ligação sem fios
+ Off
+
- Enable wireless connection
- Ativar ligação sem fios
+ Wired Network
+ Rede por cabo
- Disable network
- Desativar rede
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Ativar rede
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Definições de rede
+ Wired Network
+ Rede por cabo
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Rede sem fios
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Ligar a uma rede oculta
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Ligação por cabo
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_pt_BR.ts b/dss-network-plugin/translations/dss-network-plugin_pt_BR.ts
index ee4dbd62..b9bcaac9 100644
--- a/dss-network-plugin/translations/dss-network-plugin_pt_BR.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_pt_BR.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Rede Wi-Fi
-
-
- Wired Network
- Rede Cabeada
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Conectando %1
+ IP conflict
+ Conflito de IP
- %1 connected
- %1 conectado
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 desconectado
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- Falha ao conectar %1, por favor verifique o seu roteador ou cabo de internet.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- Falha ao conectar %1, por favor mantenha-se próximo do seu roteador wireless
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Falha de conexão, erro ao conectar %1, senha incorreta
+ VPN VPNC %1
+
- Password is required to connect %1
- Uma senha é necessária para conectar-se à %1
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- A rede WLAN 802.11 %1 não pode ser encontrada
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Conectar-se à rede oculta
+ VPN OpenConnect %1
+
- Password
- Senha
+ PPPoE Connection %1
+
- Cancel
- button
- Cancelar
+ Connecting "%1"
+
- Connect
- button
- Conectar
+ "%1" connected
+
- Name (SSID)
- Nome (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocolo
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Tipo de Segurança
+ Password is required to connect "%1"
+
- Band
- Frequência
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interface
+ Password
+ Senha
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Máscara de Sub-rede
+ Proxy Password
+
- Gateway
- Gateway
+ Group Password
+
- Primary DNS
- DNS Primário
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Nome (SSID)
- Prefix
- Prefixo
+ Cancel
+ button
+ Cancelar
- Speed
- Velocidade
+ Connect
+ button
+ Conectar
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Dispositivo desabilitado
-
+ dde::network::NetStatus
- Connected but no Internet access
- Conectado, sem internet
+ Disable wired connection
+ Desativar conexão cabeada
- Not connected
- Não conectado
+ Enable wired connection
+ Ativar conexão cabeada
- Network cable unplugged
- Cabo de rede desconectado
+ Disable wireless connection
+ Desativar conexão Wi-Fi
- Connecting
- Conectando
+ Enable wireless connection
+ Ativar conexão Wi-Fi
- Authenticating
- Autenticando
+ Disable network
+ Desativar rede
- Obtaining IP address
- Obtendo endereço IP
+ Enable network
+ Ativar rede
- Connected
- Conectado
+ Disable VPN
+
- Disconnected
- Desconectado
+ Enable VPN
+
- IP conflict
- Conflito de IP
+ Disable system proxy
+
- Failed
- Falhou
+ Enable system proxy
+
- Obtaining address
- Obtendo endereço
+ Network settings
+ Configurações de rede
-
-
- dde::network::NetworkProcesser
- Wired Network
- Rede Cabeada
+ Multiple services started
+
- Wired Network %1
- Rede Cabeada %1
+ Connected to: %1
+
- Wireless Network
- Rede Wi-Fi
+ System proxy enabled
+
- Wireless Network %1
- Rede Wi-Fi %1
+ Connected
+ Conectado
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispositivo desabilitado
+ Network off
+
Network cable unplugged
- Cabo de rede desconectado
+ Cabo de rede desconectado
Not connected
- Não conectado
+ Não conectado
Connecting
- Conectando
+ Conectando
Connected but no Internet access
- Conectado, sem internet
+ Conectado, sem internet
Connection failed
- A conexão falhou
+ A conexão falhou
IP conflict
- Conflito de IP
+ Conflito de IP
- Disable wired connection
- Desativar conexão cabeada
+ Wireless Network
+ Rede Wi-Fi
- Enable wired connection
- Ativar conexão cabeada
+ Connected %1
+
- Disable wireless connection
- Desativar conexão Wi-Fi
+ Off
+
- Enable wireless connection
- Ativar conexão Wi-Fi
+ Wired Network
+ Rede Cabeada
- Disable network
- Desativar rede
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Ativar rede
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Configurações de rede
+ Wired Network
+ Rede Cabeada
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Rede Wi-Fi
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Conectar-se à rede oculta
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Conexão Cabeada
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_ro.ts b/dss-network-plugin/translations/dss-network-plugin_ro.ts
index 9608a4f4..8952c492 100644
--- a/dss-network-plugin/translations/dss-network-plugin_ro.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_ro.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Rețea fără fir
-
-
- Wired Network
- Rețea conectată
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
-
+ IP conflict
+
- %1 connected
- %1 conectat
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
-
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Conectare la rețele ascunse
+ VPN OpenConnect %1
+
- Password
- Parola
+ PPPoE Connection %1
+
- Cancel
- button
- Anulează
+ Connecting "%1"
+
- Connect
- button
- Conectare
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protocol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Tip Securitate
+ Password is required to connect "%1"
+
- Band
- Bandă
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Canal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Interfață
+ Password
+ Parola
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Mască de rețea
+ Proxy Password
+
- Gateway
- Portalul
+ Group Password
+
- Primary DNS
- DNS primar
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Prefix
+ Cancel
+ button
+ Anulează
- Speed
- Viteză
+ Connect
+ button
+ Conectare
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Dispozitiv Dezactivat
-
+ dde::network::NetStatus
- Connected but no Internet access
- Conectat dar fară acces Internet
+ Disable wired connection
+ Dezactivați conexiunea prin cablu
- Not connected
- Neconectat
+ Enable wired connection
+ Activați conexiunea prin cablu
- Network cable unplugged
- Cablu Reţea Deconectat
+ Disable wireless connection
+ Dezactivați conexiunea fără fir
- Connecting
- Conectare
+ Enable wireless connection
+ Activați conexiunea fără fir
- Authenticating
- Autentificare
+ Disable network
+ Dezactivați conexiunea la rețea
- Obtaining IP address
- Obţinere Adresă IP
+ Enable network
+ Activați rețeaua
- Connected
- Conectat
+ Disable VPN
+
- Disconnected
- Deconectat
+ Enable VPN
+
- IP conflict
-
+ Disable system proxy
+
- Failed
- Eșuat
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ Configurări de rețea
-
-
- dde::network::NetworkProcesser
- Wired Network
- Rețea conectată
+ Multiple services started
+
- Wired Network %1
- Rețea Cablu %1
+ Connected to: %1
+
- Wireless Network
- Rețea fără fir
+ System proxy enabled
+
- Wireless Network %1
- Rețea fără fir %1
+ Connected
+ Conectat
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Dispozitiv Dezactivat
+ Network off
+
Network cable unplugged
- Cablu Reţea Deconectat
+ Cablu Reţea Deconectat
Not connected
- Neconectat
+ Neconectat
Connecting
- Conectare
+ Conectare
Connected but no Internet access
- Conectat dar fară acces Internet
+ Conectat dar fară acces Internet
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- Dezactivați conexiunea prin cablu
+ Wireless Network
+ Rețea fără fir
- Enable wired connection
- Activați conexiunea prin cablu
+ Connected %1
+
- Disable wireless connection
- Dezactivați conexiunea fără fir
+ Off
+
- Enable wireless connection
- Activați conexiunea fără fir
+ Wired Network
+ Rețea conectată
- Disable network
- Dezactivați conexiunea la rețea
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Activați rețeaua
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Configurări de rețea
+ Wired Network
+ Rețea conectată
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Rețea fără fir
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Conectare la rețele ascunse
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Conexiune prin cablu
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_ru.ts b/dss-network-plugin/translations/dss-network-plugin_ru.ts
index 3cae4d9f..a27e8bff 100644
--- a/dss-network-plugin/translations/dss-network-plugin_ru.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_ru.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Беспроводная сеть
-
-
- Wired Network
- Проводная сеть
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Соединение с %1
+ IP conflict
+ Конфликт IP-адресов
- %1 connected
- %1 подключено
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
- Для соединения с %1 требуется пароль
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- Не удалось найти сеть WLAN 802.11 %1
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Подключиться к скрытой сети
+ VPN OpenConnect %1
+
- Password
- Пароль
+ PPPoE Connection %1
+
- Cancel
- button
- Отмена
+ Connecting "%1"
+
- Connect
- button
- Подключить
+ "%1" connected
+
- Name (SSID)
- Имя (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Точка доступа
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Протокол
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Тип безопасности
+ Password is required to connect "%1"
+
- Band
- Диапазон
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Канал
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Интерфейс
+ Password
+ Пароль
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Маска сети
+ Proxy Password
+
- Gateway
- Шлюз
+ Group Password
+
- Primary DNS
- Основной DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Имя (SSID)
- Prefix
- Префикс
+ Cancel
+ button
+ Отмена
- Speed
- Скорость
+ Connect
+ button
+ Подключить
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Устройство отключено
-
+ dde::network::NetStatus
- Connected but no Internet access
- Подключено, без доступа к Интернету
+ Disable wired connection
+ Отключить проводное соединение
- Not connected
- Не подключено
+ Enable wired connection
+ Включить проводное соединение
- Network cable unplugged
- Сетевой кабель отключен
+ Disable wireless connection
+ Отключить проводное соединение
- Connecting
- Соединение
+ Enable wireless connection
+ Включить проводное соединение
- Authenticating
- Аутентификация
+ Disable network
+ Отключить сеть
- Obtaining IP address
- Получение IP адреса
+ Enable network
+ Включить сеть
- Connected
- Подключено
+ Disable VPN
+
- Disconnected
- Отключено
+ Enable VPN
+
- IP conflict
- Конфликт IP-адресов
+ Disable system proxy
+
- Failed
- Ошибка
+ Enable system proxy
+
- Obtaining address
- Получение адреса
+ Network settings
+ Настройки сети
-
-
- dde::network::NetworkProcesser
- Wired Network
- Проводная сеть
+ Multiple services started
+
- Wired Network %1
- Проводная сеть %1
+ Connected to: %1
+
- Wireless Network
- Беспроводная сеть
+ System proxy enabled
+
- Wireless Network %1
- Беспроводная сеть %1
+ Connected
+ Подключено
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Устройство отключено
+ Network off
+
Network cable unplugged
- Сетевой кабель отключен
+ Сетевой кабель отключен
Not connected
- Не подключено
+ Не подключено
Connecting
- Соединение
+ Соединение
Connected but no Internet access
- Подключено, без доступа к Интернету
+ Подключено, без доступа к Интернету
Connection failed
- Ошибка подключения
+ Ошибка подключения
IP conflict
- Конфликт IP-адресов
+ Конфликт IP-адресов
- Disable wired connection
- Отключить проводное соединение
+ Wireless Network
+ Беспроводная сеть
- Enable wired connection
- Включить проводное соединение
+ Connected %1
+
- Disable wireless connection
- Отключить проводное соединение
+ Off
+
- Enable wireless connection
- Включить проводное соединение
+ Wired Network
+ Проводная сеть
- Disable network
- Отключить сеть
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Включить сеть
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Настройки сети
+ Wired Network
+ Проводная сеть
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Беспроводная сеть
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Подключиться к скрытой сети
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Проводное Соединение
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_si.ts b/dss-network-plugin/translations/dss-network-plugin_si.ts
index e1a6bc63..21801b29 100644
--- a/dss-network-plugin/translations/dss-network-plugin_si.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_si.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- රැහැන් රහිත ජාලය
-
-
- Wired Network
- රැහැන්ගත ජාලය
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
-
+ IP conflict
+
- %1 connected
- %1 සම්බන්ධයි
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
-
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- සැඟවුණු ජාලයකට සම්බන්ධ වන්න
+ VPN OpenConnect %1
+
- Password
- මුර පදය
+ PPPoE Connection %1
+
- Cancel
- button
- අවලංගු කරන්න
+ Connecting "%1"
+
- Connect
- button
- සම්බන්ධ කරන්න
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- හොට්ස්පොට්
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- ප්රොටෝකෝලය
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- ආරක්ෂක වර්ගය
+ Password is required to connect "%1"
+
- Band
- කලාපය
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- නාලිකාව
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- අතුරුමුහුණත
+ Password
+ මුර පදය
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- නෙට්මාස්ක්
+ Proxy Password
+
- Gateway
- දොරටුව-gateway
+ Group Password
+
- Primary DNS
- ප්රාථමික DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- උපසර්ගය
+ Cancel
+ button
+ අවලංගු කරන්න
- Speed
- වේගය
+ Connect
+ button
+ සම්බන්ධ කරන්න
- dde::network::NetworkDeviceRealize
-
- Device disabled
- උපාංගය අක්රීය කර ඇත
-
+ dde::network::NetStatus
- Connected but no Internet access
- ජාලගතව ඇතත් අන්තර්ජාල ප්රවේශය නොමැත
+ Disable wired connection
+ රැහැන් සම්බන්ධතාවය අක්රීය කරන්න
- Not connected
- සම්බන්ධතා නොමැත
+ Enable wired connection
+ රැහැන් සම්බන්ධතාවය සක්රීය කරන්න
- Network cable unplugged
- ජාල කේබලය විසන්ධි කර ඇත
+ Disable wireless connection
+ රැහැන් රහිත සම්බන්ධතාවය අක්රීය කරන්න
- Connecting
- සම්බන්ධ වෙමින් පවතී
+ Enable wireless connection
+ රැහැන් රහිත සම්බන්ධතාවය සක්රීය කරන්න
- Authenticating
- සත්යාපනය කිරීම
+ Disable network
+ ජාලය අක්රීය කරන්න
- Obtaining IP address
- IP ලිපිනය ලබා ගැනීම
+ Enable network
+ ජාලය සක්රීය කරන්න
- Connected
- සම්බන්ධයි
+ Disable VPN
+
- Disconnected
- විසන්ධි වි ඇත
+ Enable VPN
+
- IP conflict
-
+ Disable system proxy
+
- Failed
- අසමත් විය
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ ජාල සැකසුම්
-
-
- dde::network::NetworkProcesser
- Wired Network
- රැහැන්ගත ජාලය
+ Multiple services started
+
- Wired Network %1
- රැහැන්ගත ජාලය %1
+ Connected to: %1
+
- Wireless Network
- රැහැන් රහිත ජාලය
+ System proxy enabled
+
- Wireless Network %1
- රැහැන් රහිත ජාලය %1
+ Connected
+ සම්බන්ධයි
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- උපාංගය අක්රීය කර ඇත
+ Network off
+
Network cable unplugged
- ජාල කේබලය විසන්ධි කර ඇත
+ ජාල කේබලය විසන්ධි කර ඇත
Not connected
- සම්බන්ධතා නොමැත
+ සම්බන්ධතා නොමැත
Connecting
- සම්බන්ධ වෙමින් පවතී
+ සම්බන්ධ වෙමින් පවතී
Connected but no Internet access
- ජාලගතව ඇතත් අන්තර්ජාල ප්රවේශය නොමැත
+ ජාලගතව ඇතත් අන්තර්ජාල ප්රවේශය නොමැත
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- රැහැන් සම්බන්ධතාවය අක්රීය කරන්න
+ Wireless Network
+ රැහැන් රහිත ජාලය
- Enable wired connection
- රැහැන් සම්බන්ධතාවය සක්රීය කරන්න
+ Connected %1
+
- Disable wireless connection
- රැහැන් රහිත සම්බන්ධතාවය අක්රීය කරන්න
+ Off
+
- Enable wireless connection
- රැහැන් රහිත සම්බන්ධතාවය සක්රීය කරන්න
+ Wired Network
+ රැහැන්ගත ජාලය
- Disable network
- ජාලය අක්රීය කරන්න
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- ජාලය සක්රීය කරන්න
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- ජාල සැකසුම්
+ Wired Network
+ රැහැන්ගත ජාලය
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ රැහැන් රහිත ජාලය
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ සැඟවුණු ජාලයකට සම්බන්ධ වන්න
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- රැහැන් සම්බන්ධතාවය
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_sl.ts b/dss-network-plugin/translations/dss-network-plugin_sl.ts
index df90b06e..35b3120f 100644
--- a/dss-network-plugin/translations/dss-network-plugin_sl.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_sl.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Brezžično omrežje
-
-
- Wired Network
- Ožičeno omrežje
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
-
+ IP conflict
+ IP spor
- %1 connected
- %1 je povezan
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
-
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Povezava na skrito omrežje
+ VPN OpenConnect %1
+
- Password
- Geslo
+ PPPoE Connection %1
+
- Cancel
- button
- Prekini
+ Connecting "%1"
+
- Connect
- button
- Poveži
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Dostopna točka
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Vrsta varnosti
+ Password is required to connect "%1"
+
- Band
- Pas
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Vmesnik
+ Password
+ Geslo
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Omrežna maska
+ Proxy Password
+
- Gateway
- Prehod
+ Group Password
+
- Primary DNS
- Prednostni DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Predpona
+ Cancel
+ button
+ Prekini
- Speed
- Hitrost
+ Connect
+ button
+ Poveži
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Naprava onemogočena
-
+ dde::network::NetStatus
- Connected but no Internet access
- Povezano, brez dostopa do spleta
+ Disable wired connection
+ Onemogoči žično povezavo
- Not connected
- Brez povezave
+ Enable wired connection
+ Omogoči žično povezavo
- Network cable unplugged
- Omrežni kabel je izklopljen
+ Disable wireless connection
+ Onemogoči brezžično povezavo
- Connecting
- Povezovanje
+ Enable wireless connection
+ Omogoči brezžično povezavo
- Authenticating
- Overjanje
+ Disable network
+ Onemogoči omrežje
- Obtaining IP address
- Pridobivanje IP naslova
+ Enable network
+ Omogoči omrežje
- Connected
- Povezava vzpostavljena
+ Disable VPN
+
- Disconnected
- Povezava prekinjena
+ Enable VPN
+
- IP conflict
- IP spor
+ Disable system proxy
+
- Failed
- Ni uspelo
+ Enable system proxy
+
- Obtaining address
- Pridobivanje naslova
+ Network settings
+ Nastavitve omrežja
-
-
- dde::network::NetworkProcesser
- Wired Network
- Ožičeno omrežje
+ Multiple services started
+
- Wired Network %1
- Žično omrežje %1
+ Connected to: %1
+
- Wireless Network
- Brezžično omrežje
+ System proxy enabled
+
- Wireless Network %1
- Brezžično omrežje %1
+ Connected
+ Povezava vzpostavljena
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Naprava onemogočena
+ Network off
+
Network cable unplugged
- Omrežni kabel je izklopljen
+ Omrežni kabel je izklopljen
Not connected
- Brez povezave
+ Brez povezave
Connecting
- Povezovanje
+ Povezovanje
Connected but no Internet access
- Povezano, brez dostopa do spleta
+ Povezano, brez dostopa do spleta
Connection failed
- Povezava ni uspela
+ Povezava ni uspela
IP conflict
- IP spor
+ IP spor
- Disable wired connection
- Onemogoči žično povezavo
+ Wireless Network
+ Brezžično omrežje
- Enable wired connection
- Omogoči žično povezavo
+ Connected %1
+
- Disable wireless connection
- Onemogoči brezžično povezavo
+ Off
+
- Enable wireless connection
- Omogoči brezžično povezavo
+ Wired Network
+ Ožičeno omrežje
- Disable network
- Onemogoči omrežje
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Omogoči omrežje
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Nastavitve omrežja
+ Wired Network
+ Ožičeno omrežje
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Brezžično omrežje
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Povezava na skrito omrežje
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Žična povezava
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_sq.ts b/dss-network-plugin/translations/dss-network-plugin_sq.ts
index df0d69eb..47ef0513 100644
--- a/dss-network-plugin/translations/dss-network-plugin_sq.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_sq.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Rrjet Pa Fill
-
-
- Wired Network
- Rrjet Me Fill
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Po lidhet %1
+ IP conflict
+ Përplasje IP-sh
- %1 connected
- %1 u lidh
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 u shkëput
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- S’arrihet të lidhet %1, ju lutemi, kontrolloni rrugëzuesin tuaj ose kabllon e rrjetit.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- S’arrihet të lidhet %1, ju lutemi, jini pranë rrugëzuesit pa fill
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Lidhja dështoi, s’arrihet të lidhet %1, fjalëkalim i gabuar
+ VPN VPNC %1
+
- Password is required to connect %1
- Fjalëkalimi është i domosdoshëm për t’u lidhur %1
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- Rrjeti %1 802.11 WLAN s’u gjet dot
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Lidhu me rrjet të fshehur
+ VPN OpenConnect %1
+
- Password
- Fjalëkalim
+ PPPoE Connection %1
+
- Cancel
- button
- Anuloje
+ Connecting "%1"
+
- Connect
- button
- Lidhu
+ "%1" connected
+
- Name (SSID)
- Emër (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Hotspot
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokoll
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Lloj Sigurie
+ Password is required to connect "%1"
+
- Band
- Bandë
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Ndërfaqe
+ Password
+ Fjalëkalim
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- NetMask-ë
+ Proxy Password
+
- Gateway
- Kanal
+ Group Password
+
- Primary DNS
- DNS Parësore
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Emër (SSID)
- Prefix
- Parashtesë
+ Cancel
+ button
+ Anuloje
- Speed
- Shpejtësi
+ Connect
+ button
+ Lidhu
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Pajisje e çaktivizuar
-
+ dde::network::NetStatus
- Connected but no Internet access
- E lidhur, por pa hyrje Internet
+ Disable wired connection
+ Çaktivizo lidhje me fill
- Not connected
- Jo e lidhur
+ Enable wired connection
+ Aktivizo lidhje me fill
- Network cable unplugged
- Kablloja e rrjetit është e hequr
+ Disable wireless connection
+ Çaktivizo lidhje pa fill
- Connecting
- Po lidhet
+ Enable wireless connection
+ Aktivizo lidhje pa fill
- Authenticating
- Po bëhet mirëfilltësim
+ Disable network
+ Çaktivizo rrjetin
- Obtaining IP address
- Po merret adresë IP
+ Enable network
+ Aktivizo rrjetin
- Connected
- E lidhur
+ Disable VPN
+
- Disconnected
- E shkëputur
+ Enable VPN
+
- IP conflict
- Përplasje IP-sh
+ Disable system proxy
+
- Failed
- U dështua
+ Enable system proxy
+
- Obtaining address
- Po merret adresë
+ Network settings
+ Rregullime rrjeti
-
-
- dde::network::NetworkProcesser
- Wired Network
- Rrjet Me Fill
+ Multiple services started
+
- Wired Network %1
- Rrjet Me Fill %1
+ Connected to: %1
+
- Wireless Network
- Rrjet Pa Fill
+ System proxy enabled
+
- Wireless Network %1
- Rrjet Pa Fill %1
+ Connected
+ E lidhur
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Pajisje e çaktivizuar
+ Network off
+
Network cable unplugged
- Kablloja e rrjetit është e hequr
+ Kablloja e rrjetit është e hequr
Not connected
- Jo e lidhur
+ Jo e lidhur
Connecting
- Po lidhet
+ Po lidhet
Connected but no Internet access
- E lidhur, por pa hyrje Internet
+ E lidhur, por pa hyrje Internet
Connection failed
- Lidhja dështoi
+ Lidhja dështoi
IP conflict
- Përplasje IP-sh
+ Përplasje IP-sh
- Disable wired connection
- Çaktivizo lidhje me fill
+ Wireless Network
+ Rrjet Pa Fill
- Enable wired connection
- Aktivizo lidhje me fill
+ Connected %1
+
- Disable wireless connection
- Çaktivizo lidhje pa fill
+ Off
+
- Enable wireless connection
- Aktivizo lidhje pa fill
+ Wired Network
+ Rrjet Me Fill
- Disable network
- Çaktivizo rrjetin
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Aktivizo rrjetin
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Rregullime rrjeti
+ Wired Network
+ Rrjet Me Fill
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Rrjet Pa Fill
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Lidhu me rrjet të fshehur
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Lidhje Me Fill
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_sr.ts b/dss-network-plugin/translations/dss-network-plugin_sr.ts
index d2c0a5d4..f392edb8 100644
--- a/dss-network-plugin/translations/dss-network-plugin_sr.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_sr.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Бежична мрежа
-
-
- Wired Network
- Жична мрежа
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
-
+ IP conflict
+ ИП сукоб
- %1 connected
- %1 повезано
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
-
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Повежи се на скривену мрежу
+ VPN OpenConnect %1
+
- Password
- Лозинка
+ PPPoE Connection %1
+
- Cancel
- button
- Откажи
+ Connecting "%1"
+
- Connect
- button
- Повежи се
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Врућа тачка
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- ССИД
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Протокол
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Врста безбедности
+ Password is required to connect "%1"
+
- Band
- Опсег
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Канал
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Сучеље
+ Password
+ Лозинка
- MAC
- МАК
+ Private Pwd
+
- IPv4
- ИПв4
+ key
+
- Netmask
- Мрежна маска
+ Proxy Password
+
- Gateway
- Мрежни пролаз
+ Group Password
+
- Primary DNS
- Основни ДНС
+ Username
+
- IPv6
- ИПв6
+ Name (SSID)
+
- Prefix
- Префикс
+ Cancel
+ button
+ Откажи
- Speed
- Брзина протока
+ Connect
+ button
+ Повежи се
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Уређај је онемогућен
-
+ dde::network::NetStatus
- Connected but no Internet access
- Повезани сте, али нема интернета
+ Disable wired connection
+ Искључи жичану везу
- Not connected
- Нисте повезани
+ Enable wired connection
+ Укључи жичану везу
- Network cable unplugged
- Мрежни кабл је ископчан
+ Disable wireless connection
+ Искључи бежичану везу
- Connecting
- Повезивање
+ Enable wireless connection
+ Укључи бежичану везу
- Authenticating
- Идентификовање
+ Disable network
+ Искључи мрежу
- Obtaining IP address
- Прибављање ИП адресе
+ Enable network
+ Укључи мрежу
- Connected
- Повезани сте
+ Disable VPN
+
- Disconnected
- Нисте поевзани
+ Enable VPN
+
- IP conflict
- ИП сукоб
+ Disable system proxy
+
- Failed
- Неуспешно
+ Enable system proxy
+
- Obtaining address
- Прибављање адресе
+ Network settings
+ Подешавање мреже
-
-
- dde::network::NetworkProcesser
- Wired Network
- Жична мрежа
+ Multiple services started
+
- Wired Network %1
- Жичана мрежа %1
+ Connected to: %1
+
- Wireless Network
- Бежична мрежа
+ System proxy enabled
+
- Wireless Network %1
- Бежична мрежа %1
+ Connected
+ Повезани сте
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Уређај је онемогућен
+ Network off
+
Network cable unplugged
- Мрежни кабл је ископчан
+ Мрежни кабл је ископчан
Not connected
- Нисте повезани
+ Нисте повезани
Connecting
- Повезивање
+ Повезивање
Connected but no Internet access
- Повезани сте, али нема интернета
+ Повезани сте, али нема интернета
Connection failed
- Неуспешно повезивање
+ Неуспешно повезивање
IP conflict
- ИП сукоб
+ ИП сукоб
- Disable wired connection
- Искључи жичану везу
+ Wireless Network
+ Бежична мрежа
- Enable wired connection
- Укључи жичану везу
+ Connected %1
+
- Disable wireless connection
- Искључи бежичану везу
+ Off
+
- Enable wireless connection
- Укључи бежичану везу
+ Wired Network
+ Жична мрежа
- Disable network
- Искључи мрежу
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Укључи мрежу
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Подешавање мреже
+ Wired Network
+ Жична мрежа
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Бежична мрежа
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Повежи се на скривену мрежу
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Жичана веза
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_tr.ts b/dss-network-plugin/translations/dss-network-plugin_tr.ts
index 495f0072..faabaa61 100644
--- a/dss-network-plugin/translations/dss-network-plugin_tr.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_tr.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Kablosuz Ağ
-
-
- Wired Network
- Kablolu Ağ
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Bağlanıyor %1
+ IP conflict
+ IP çakışması
- %1 connected
- %1 bağlandı
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 bağlantısı kesildi
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- %1 bağlantısı kurulamadı, lütfen yönlendiricinizi ya da ağ kablonuzu denetleyin.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- %1'e bağlanılamıyor, lütfen kablosuz yönlendiriciye yakın olun
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Bağlantı başarısız, parola yanlış olduğundan %1 bağlantısı kurulamadı
+ VPN VPNC %1
+
- Password is required to connect %1
- %1'e bağlanmak için parola gerekli
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- %1 802.11 WLAN ağı bulunamadı
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Gizli ağa bağlan
+ VPN OpenConnect %1
+
- Password
- Parola
+ PPPoE Connection %1
+
- Cancel
- button
- İptal
+ Connecting "%1"
+
- Connect
- button
- Bağlan
+ "%1" connected
+
- Name (SSID)
- İsim (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Bağlantı Noktası
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Protokol
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Güvenlik Türü
+ Password is required to connect "%1"
+
- Band
- Bant
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kanal
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Arayüz
+ Password
+ Parola
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Ağ Maskesi
+ Proxy Password
+
- Gateway
- Ağ Geçidi
+ Group Password
+
- Primary DNS
- Birincil DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ İsim (SSID)
- Prefix
- Ön Ek
+ Cancel
+ button
+ İptal
- Speed
- Hız
+ Connect
+ button
+ Bağlan
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Aygıt devre dışı
-
+ dde::network::NetStatus
- Connected but no Internet access
- Bağlandı ancak İnternet erişimi yok
+ Disable wired connection
+ Kablolu bağlantıyı devre dışı bırak
- Not connected
- Bağlı değil
+ Enable wired connection
+ Kablolu bağlantıyı etkinleştir
- Network cable unplugged
- Ağ kablosu takılı değil
+ Disable wireless connection
+ Kablosuz bağlantıyı devre dışı bırak
- Connecting
- Bağlanıyor
+ Enable wireless connection
+ Kablosuz bağlantıyı etkinleştir
- Authenticating
- Kimlik doğrulanıyor
+ Disable network
+ Ağı devre dışı bırak
- Obtaining IP address
- IP adresi elde ediliyor
+ Enable network
+ Ağı etkinleştir
- Connected
- Bağlandı
+ Disable VPN
+
- Disconnected
- Bağlantı kesildi
+ Enable VPN
+
- IP conflict
- IP çakışması
+ Disable system proxy
+
- Failed
- Başarısız
+ Enable system proxy
+
- Obtaining address
- Adres elde ediliyor
+ Network settings
+ Ay ayarları
-
-
- dde::network::NetworkProcesser
- Wired Network
- Kablolu Ağ
+ Multiple services started
+
- Wired Network %1
- Kablolu Ağ %1
+ Connected to: %1
+
- Wireless Network
- Kablosuz Ağ
+ System proxy enabled
+
- Wireless Network %1
- Kablosuz Ağ%1
+ Connected
+ Bağlandı
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Aygıt devre dışı
+ Network off
+
Network cable unplugged
- Ağ kablosu takılı değil
+ Ağ kablosu takılı değil
Not connected
- Bağlı değil
+ Bağlı değil
Connecting
- Bağlanıyor
+ Bağlanıyor
Connected but no Internet access
- Bağlandı ancak İnternet erişimi yok
+ Bağlandı ancak İnternet erişimi yok
Connection failed
- Bağlantı başarısız
+ Bağlantı başarısız
IP conflict
- IP çakışması
+ IP çakışması
- Disable wired connection
- Kablolu bağlantıyı devre dışı bırak
+ Wireless Network
+ Kablosuz Ağ
- Enable wired connection
- Kablolu bağlantıyı etkinleştir
+ Connected %1
+
- Disable wireless connection
- Kablosuz bağlantıyı devre dışı bırak
+ Off
+
- Enable wireless connection
- Kablosuz bağlantıyı etkinleştir
+ Wired Network
+ Kablolu Ağ
- Disable network
- Ağı devre dışı bırak
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Ağı etkinleştir
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Ay ayarları
+ Wired Network
+ Kablolu Ağ
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Kablosuz Ağ
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Gizli ağa bağlan
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Kablolu Bağlantı
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_ug.ts b/dss-network-plugin/translations/dss-network-plugin_ug.ts
index fe7c4af3..412051b3 100644
--- a/dss-network-plugin/translations/dss-network-plugin_ug.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_ug.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- سىمسىز تور
-
-
- Wired Network
- سىملىق تور
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- ئۇلىنىۋاتىدۇ %1
+ IP conflict
+ IP ئادرېس توقۇنۇشۇپ قالدى
- %1 connected
- %1 ئۇلاندى
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1 ئۈزۈلدى
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- %1 نى ئۇلىيالمىدى ، روتېر ياكى تور سىمىڭىزنى تەكشۈرۈپ بېقىڭ
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- ئۇلىيالمىدى،روتىرغا يىقىنلىشىپ سىناپ بىقىڭ %1
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- ئۇلاش مەغلۇپ بولدى،توغرا پارولنى كىرگۈزۈڭ %1
+ VPN VPNC %1
+
- Password is required to connect %1
- %1غا پارول كىرگۈزۈپ ئۇلاڭ
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- %1 802.11 WLAN تورىنى تاپالمىدى
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- يوشۇرۇن تورغا ئۇلاش
+ VPN OpenConnect %1
+
- Password
- پارولنى كىرگۈزۈڭ
+ PPPoE Connection %1
+
- Cancel
- button
- بىكار قىلىش
+ Connecting "%1"
+
- Connect
- button
- ئۇلاش
+ "%1" connected
+
- Name (SSID)
- تور نامىنى كىرگۈزۈڭ(SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- ھەمبەھىر نۇقتىسى
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- كېلىشىم
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- بىخەتەرلىك تۈرى
+ Password is required to connect "%1"
+
- Band
- دولقۇن بۆلىكى
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- قانال
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- ئۇلىنىش ئېغىزى
+ Password
+ پارولنى كىرگۈزۈڭ
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- تور قەۋىتى
+ Proxy Password
+
- Gateway
- تور قانىلى
+ Group Password
+
- Primary DNS
- شەخسىي DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ تور نامىنى كىرگۈزۈڭ(SSID)
- Prefix
- قوشۇمچە
+ Cancel
+ button
+ بىكار قىلىش
- Speed
- تېزلىكى
+ Connect
+ button
+ ئۇلاش
- dde::network::NetworkDeviceRealize
-
- Device disabled
- ئۈسكۈنە ئىشلىتىش چەكلەندى
-
+ dde::network::NetStatus
- Connected but no Internet access
- تورغا ئۇلاندى،ئەمما تورنى زىيارەت قىلالمىدى
+ Disable wired connection
+ سىملىق تورنى تاقاش
- Not connected
- ئۇلانمىدى
+ Enable wired connection
+ سىملىق تورنى ئېچىش
- Network cable unplugged
- تور سىمى ئۇلانمىغان
+ Disable wireless connection
+ سىمسىز تورنى تاقاش
- Connecting
- ئۇلىنىۋاتىدۇ
+ Enable wireless connection
+ سىمسىز تورنى ئېچىش
- Authenticating
- دەلىللەۋاتىدۇ
+ Disable network
+ تورنى تاقاش
- Obtaining IP address
- IP ئادرېسىغا ئېرىشىش
+ Enable network
+ تورنى قوزغىتىش
- Connected
- ئۇلاندى
+ Disable VPN
+
- Disconnected
- ئۈزۈلدى
+ Enable VPN
+
- IP conflict
- IP ئادرېس توقۇنۇشۇپ قالدى
+ Disable system proxy
+
- Failed
- مەغلۇب بولدى
+ Enable system proxy
+
- Obtaining address
- ئادرېسىغا ئېرىشىۋاتىدۇ
+ Network settings
+ تور تەڭشىكى
-
-
- dde::network::NetworkProcesser
- Wired Network
- سىملىق تور
+ Multiple services started
+
- Wired Network %1
- سىملىق تور%1
+ Connected to: %1
+
- Wireless Network
- سىمسىز تور
+ System proxy enabled
+
- Wireless Network %1
- سىمسىز تور%1
+ Connected
+ ئۇلاندى
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- ئۈسكۈنە ئىشلىتىش چەكلەندى
+ Network off
+
Network cable unplugged
- تور سىمى ئۇلانمىغان
+ تور سىمى ئۇلانمىغان
Not connected
- ئۇلانمىدى
+ ئۇلانمىدى
Connecting
- ئۇلىنىۋاتىدۇ
+ ئۇلىنىۋاتىدۇ
Connected but no Internet access
- تورغا ئۇلاندى،ئەمما تورنى زىيارەت قىلالمىدى
+ تورغا ئۇلاندى،ئەمما تورنى زىيارەت قىلالمىدى
Connection failed
- ئۇلىنىش مەغلۇپ بولدى
+ ئۇلىنىش مەغلۇپ بولدى
IP conflict
- IP ئادرېس توقۇنۇشۇپ قالدى
+ IP ئادرېس توقۇنۇشۇپ قالدى
- Disable wired connection
- سىملىق تورنى تاقاش
+ Wireless Network
+ سىمسىز تور
- Enable wired connection
- سىملىق تورنى ئېچىش
+ Connected %1
+
- Disable wireless connection
- سىمسىز تورنى تاقاش
+ Off
+
- Enable wireless connection
- سىمسىز تورنى ئېچىش
+ Wired Network
+ سىملىق تور
- Disable network
- تورنى تاقاش
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- تورنى قوزغىتىش
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- تور تەڭشىكى
+ Wired Network
+ سىملىق تور
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ سىمسىز تور
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ يوشۇرۇن تورغا ئۇلاش
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- سىملىق تور ئۇلىنىشى
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_uk.ts b/dss-network-plugin/translations/dss-network-plugin_uk.ts
index 23e75133..d09ad4d4 100644
--- a/dss-network-plugin/translations/dss-network-plugin_uk.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_uk.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Бездротова мережа
-
-
- Wired Network
- Провідна мережа
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- Встановлюємо з'єднання із %1
+ IP conflict
+ Конфлікт IP
- %1 connected
- З'єднання із %1 встановлено
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- З'єднання із %1 розірвано
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
- Не вдалося з'єднатися із %1. Будь ласка, перевірте, чи працює ваш маршрутизатор або мережевий кабель.
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
- Не вдалося встановити з'єднання із %1. Будь ласка, підійдіть ближче до бездротового маршрутизатора.
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
- Не вдалося встановити з'єднання із %1. Вказано помилковий пароль.
+ VPN VPNC %1
+
- Password is required to connect %1
- Для встановлення з'єднання із %1 потрібен пароль
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
- Не вдалося знайти мережу WLAN 802.11 %1
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Встановлення з'єднання із прихованою мережею
+ VPN OpenConnect %1
+
- Password
- Пароль
+ PPPoE Connection %1
+
- Cancel
- button
- Скасувати
+ Connecting "%1"
+
- Connect
- button
- З'єднатися
+ "%1" connected
+
- Name (SSID)
- Назва (SSID)
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Точка доступу
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Протокол
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Тип захисту
+ Password is required to connect "%1"
+
- Band
- Група
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Канал
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Інтерфейс
+ Password
+ Пароль
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Маска мережі
+ Proxy Password
+
- Gateway
- Шлюз
+ Group Password
+
- Primary DNS
- Основний DNS
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+ Назва (SSID)
- Prefix
- Префікс
+ Cancel
+ button
+ Скасувати
- Speed
- Швидкість
+ Connect
+ button
+ З'єднатися
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Пристрій вимкнено
-
+ dde::network::NetStatus
- Connected but no Internet access
- З'єднано, але немає доступу до інтернету
+ Disable wired connection
+ Вимкнути дротове з'єднання
- Not connected
- Не з'єднано
+ Enable wired connection
+ Увімкнути дротове з'єднання
- Network cable unplugged
- Кабель мережі від'єднано
+ Disable wireless connection
+ Вимкнути бездротове з'єднання
- Connecting
- З'єднання
+ Enable wireless connection
+ Увімкнути бездротове з'єднання
- Authenticating
- Розпізнавання
+ Disable network
+ Вимкнути мережу
- Obtaining IP address
- Отримуємо IP-адресу
+ Enable network
+ Увімкнути мережу
- Connected
- З'єднано
+ Disable VPN
+
- Disconnected
- Роз'єднано
+ Enable VPN
+
- IP conflict
- Конфлікт IP
+ Disable system proxy
+
- Failed
- Помилка
+ Enable system proxy
+
- Obtaining address
- Отримання адреси
+ Network settings
+ Параметри мережі
-
-
- dde::network::NetworkProcesser
- Wired Network
- Дротова мережа
+ Multiple services started
+
- Wired Network %1
- Дротова мережа %1
+ Connected to: %1
+
- Wireless Network
- Бездротова мережа
+ System proxy enabled
+
- Wireless Network %1
- Бездротова мережа %1
+ Connected
+ З'єднано
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Пристрій вимкнено
+ Network off
+
Network cable unplugged
- Кабель мережі від'єднано
+ Кабель мережі від'єднано
Not connected
- Не з'єднано
+ Не з'єднано
Connecting
- З'єднання
+ З'єднання
Connected but no Internet access
- З'єднано, але немає доступу до інтернету
+ З'єднано, але немає доступу до інтернету
Connection failed
- Не вдалося встановити з'єднання
+ Не вдалося встановити з'єднання
IP conflict
- Конфлікт IP
+ Конфлікт IP
- Disable wired connection
- Вимкнути дротове з'єднання
+ Wireless Network
+ Бездротова мережа
- Enable wired connection
- Увімкнути дротове з'єднання
+ Connected %1
+
- Disable wireless connection
- Вимкнути бездротове з'єднання
+ Off
+
- Enable wireless connection
- Увімкнути бездротове з'єднання
+ Wired Network
+
- Disable network
- Вимкнути мережу
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Увімкнути мережу
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Параметри мережі
+ Wired Network
+
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Бездротова мережа
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Встановлення з'єднання із прихованою мережею
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Дротове підключення
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_vi.ts b/dss-network-plugin/translations/dss-network-plugin_vi.ts
index 5279ad31..d3f2efc0 100644
--- a/dss-network-plugin/translations/dss-network-plugin_vi.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_vi.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,273 +9,293 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- Mạng không dây
-
-
- Wired Network
- Mạng kết nối dây
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
-
+ IP conflict
+
- %1 connected
- %1 đã kết nối
+ Network
+
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
-
+ Wired Connection %1
+
- Unable to connect %1, please check your router or net cable.
-
+ VPN L2TP %1
+
- Unable to connect %1, please keep closer to the wireless router
-
+ VPN PPTP %1
+
- Connection failed, unable to connect %1, wrong password
-
+ VPN VPNC %1
+
- Password is required to connect %1
-
+ VPN OpenVPN %1
+
- The %1 802.11 WLAN network could not be found
-
+ VPN StrongSwan %1
+
-
-
- WirelessItem
- Connect to hidden network
- Kết nối với mạng ẩn
+ VPN OpenConnect %1
+
- Password
- Mật mã
+ PPPoE Connection %1
+
- Cancel
- button
- Hủy
+ Connecting "%1"
+
- Connect
- button
- Kết nối
+ "%1" connected
+
- Name (SSID)
-
+ "%1" disconnected
+
-
-
- dde::network::NetworkDetails
- Hotspot
- Điểm truy cập
+ Unable to connect "%1", please check your router or net cable.
+
- SSID
- SSID
+ Unable to connect "%1", please keep closer to the wireless router
+
- Protocol
- Giao thức
+ Connection failed, unable to connect "%1", wrong password
+
- Security Type
- Loại bảo mật
+ Password is required to connect "%1"
+
- Band
- Băng tần
+ The "%1" 802.11 WLAN network could not be found
+
- Channel
- Kênh
+ To connect "%1", please set up your authentication info after logging in
+
+
+
+ dde::network::NetSecretWidget
- Interface
- Giao diện
+ Password
+ Mật mã
- MAC
- MAC
+ Private Pwd
+
- IPv4
- IPv4
+ key
+
- Netmask
- Mặt nạ mạng
+ Proxy Password
+
- Gateway
- Cổng vào
+ Group Password
+
- Primary DNS
- DNS Đầu
+ Username
+
- IPv6
- IPv6
+ Name (SSID)
+
- Prefix
- Tiền tố
+ Cancel
+ button
+ Hủy
- Speed
- Tốt độ
+ Connect
+ button
+ Kết nối
- dde::network::NetworkDeviceRealize
-
- Device disabled
- Thiết bị bị vô hiệu hóa
-
+ dde::network::NetStatus
- Connected but no Internet access
- Đã kết nối nhưng không có truy cập Internet
+ Disable wired connection
+ Tắt kết nối mạng dây
- Not connected
- Không được kết nối
+ Enable wired connection
+ Mở kết nối mạng dây
- Network cable unplugged
- Mạng dây đã ngắt
+ Disable wireless connection
+ Tắt kết nối wifi
- Connecting
- Đang kết nối
+ Enable wireless connection
+ Bật kết nối wifi
- Authenticating
- Đang xác nhận
+ Disable network
+ Vô hiệu hóa mạng
- Obtaining IP address
- Đang lấy địa chỉ IP
+ Enable network
+ Cho phép mạng
- Connected
- Đã kết nối
+ Disable VPN
+
- Disconnected
- Đã ngắt kết nối
+ Enable VPN
+
- IP conflict
-
+ Disable system proxy
+
- Failed
- Thất bại
+ Enable system proxy
+
- Obtaining address
-
+ Network settings
+ Thiết lập mạng
-
-
- dde::network::NetworkProcesser
- Wired Network
- Mạng kết nối dây
+ Multiple services started
+
- Wired Network %1
- Mạng kết nối dây %1
+ Connected to: %1
+
- Wireless Network
- Mạng không dây
+ System proxy enabled
+
- Wireless Network %1
- Mạng Không dây %1
+ Connected
+ Đã kết nối
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- Thiết bị bị vô hiệu hóa
+ Network off
+
Network cable unplugged
- Mạng dây đã ngắt
+ Mạng dây đã ngắt
Not connected
- Không được kết nối
+ Không được kết nối
Connecting
- Đang kết nối
+ Đang kết nối
Connected but no Internet access
- Đã kết nối nhưng không có truy cập Internet
+ Đã kết nối nhưng không có truy cập Internet
Connection failed
-
+
IP conflict
-
+
- Disable wired connection
- Tắt kết nối mạng dây
+ Wireless Network
+ Mạng không dây
- Enable wired connection
- Mở kết nối mạng dây
+ Connected %1
+
- Disable wireless connection
- Tắt kết nối wifi
+ Off
+
- Enable wireless connection
- Bật kết nối wifi
+ Wired Network
+ Mạng kết nối dây
- Disable network
- Vô hiệu hóa mạng
+ Network
+
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- Cho phép mạng
+ System Proxy
+
+
+
+
+ dde::network::NetVPNTipsItem
+
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+
+
+
+ dde::network::NetWiredControlItem
- Network settings
- Thiết lập mạng
+ Wired Network
+ Mạng kết nối dây
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ Mạng không dây
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ Kết nối với mạng ẩn
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- Kết nối Có dây
+ Other Networks
+
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_zh_CN.ts b/dss-network-plugin/translations/dss-network-plugin_zh_CN.ts
index e5774691..cbc1c4f9 100644
--- a/dss-network-plugin/translations/dss-network-plugin_zh_CN.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_zh_CN.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,214 +9,200 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- 无线网络
-
-
- Wired Network
- 有线网络
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+ 若要使用无线网络功能,请先关闭 <a style="text-decoration: none;" href="Airplane Mode">飞行模式</a>
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- 正在连接%1
+ IP conflict
+ IP地址冲突
- %1 connected
- %1已连接
+ Network
+ 网络
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1已断开
+ Connecting "%1"
+ 正在连接"%1"
- Unable to connect %1, please check your router or net cable.
- 未能加入%1,请检查路由器或网线。
+ "%1" connected
+ "%1"已连接
- Unable to connect %1, please keep closer to the wireless router
- 未能加入%1,请尝试靠近无线路由器
+ "%1" disconnected
+ "%1"已断开
- Connection failed, unable to connect %1, wrong password
- 连接失败,未能加入%1,密码不正确
+ Unable to connect "%1", please check your router or net cable.
+ 未能加入"%1",请检查路由器或网线。
- Password is required to connect %1
- 连接%1需要密码
+ Unable to connect "%1", please keep closer to the wireless router
+ 未能加入"%1",请尝试靠近无线路由器
- The %1 802.11 WLAN network could not be found
- %1 802.11 WLAN网络无法找到
+ Connection failed, unable to connect "%1", wrong password
+ 连接失败,未能加入"%1",密码不正确
-
-
- WirelessItem
- Connect to hidden network
- 连接到隐藏网络
+ Password is required to connect "%1"
+ 连接"%1"需要密码
- Password
- 请输入密码
+ The "%1" 802.11 WLAN network could not be found
+ "%1" 802.11 WLAN网络无法找到
- Cancel
- button
- 取 消
+ To connect "%1", please set up your authentication info after logging in
+ 连接“%1”需要登录后配置认证信息
- Connect
- button
- 连 接
+ Wired Connection %1
+
- Name (SSID)
- 请输入网络名称(SSID)
+ VPN L2TP %1
+
-
-
- dde::network::NetworkDetails
- Hotspot
- 热点
+ VPN PPTP %1
+
- SSID
- SSID
+ VPN VPNC %1
+
- Protocol
- 协议
+ VPN OpenVPN %1
+
- Security Type
- 安全类型
+ VPN StrongSwan %1
+
- Band
- 频段
+ VPN OpenConnect %1
+
- Channel
- 网络通道
+ PPPoE Connection %1
+
+
+
+ dde::network::NetSecretWidget
- Interface
- 接口
+ Password
+ 请输入密码
- MAC
- MAC
+ Private Pwd
+ 私钥密码
- IPv4
- IPv4
+ key
+ 密钥
- Netmask
- 子网掩码
+ Proxy Password
+ 代理密码
- Gateway
- 网关
+ Group Password
+ 组密码
- Primary DNS
- 首选DNS
+ Username
+ 请输入用户名
- IPv6
- IPv6
+ Name (SSID)
+ 请输入网络名称(SSID)
- Prefix
- 前缀
+ Cancel
+ button
+ 取 消
- Speed
- 速率
+ Connect
+ button
+ 连 接
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
- 设备已禁用
-
-
- Connected but no Internet access
- 已连接网络但无法访问互联网
+ Disable wired connection
+ 关闭有线网络
- Not connected
- 未连接
+ Enable wired connection
+ 启用有线网络
- Network cable unplugged
- 未插入网线
+ Disable wireless connection
+ 关闭无线网络
- Connecting
- 正在连接
+ Enable wireless connection
+ 启用无线网络
- Authenticating
- 认证中
+ Disable network
+ 关闭网络
- Obtaining IP address
- 正在获取IP地址
+ Enable network
+ 启用网络
- Connected
- 已连接
+ Disable VPN
+ 关闭VPN
- Disconnected
- 已断开
+ Enable VPN
+ 开启VPN
- IP conflict
- IP地址冲突
+ Disable system proxy
+ 关闭系统代理
- Failed
- 失败
+ Enable system proxy
+ 开启系统代理
- Obtaining address
- 获取地址中
+ Network settings
+ 网络设置
-
-
- dde::network::NetworkProcesser
- Wired Network
- 有线网络
+ Multiple services started
+ 多个服务已开启
- Wired Network %1
- 有线网络%1
+ Connected to: %1
+ 已连接至:%1
- Wireless Network
- 无线网络
+ System proxy enabled
+ 系统代理已开启
- Wireless Network %1
- 无线网络%1
+ Connected
+ 已连接
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- 设备已禁用
+ Network off
+ 网络关闭
Network cable unplugged
@@ -241,46 +229,73 @@
IP地址冲突
- Disable wired connection
- 关闭有线网络
+ Wireless Network
+ 无线网络
- Enable wired connection
- 启用有线网络
+ Connected %1
+ 已连接%1
- Disable wireless connection
- 关闭无线网络
+ Off
+ 关闭
- Enable wireless connection
- 启用无线网络
+ Wired Network
+ 有线网络
- Disable network
- 关闭网络
+ Network
+ 网络
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- 启用网络
+ System Proxy
+ 系统代理
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- 网络设置
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+ VPN配置未连接或连接失败,请前往控制中心检查
- dss::module::NetworkModule
+ dde::network::NetWiredControlItem
- Wired Connection
- 有线连接
+ Wired Network
+ 有线网络
- dss::module::NetworkPanelContainer
+ dde::network::NetWirelessControlItem
- Network cable unplugged
- 未插入网线
+ Wireless Network
+ 无线网络
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ 连接到隐藏网络
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+ 我的网络
+
+
+
+ dde::network::NetWirelessOtherItem
+
+ Other Networks
+ 其他网络
diff --git a/dss-network-plugin/translations/dss-network-plugin_zh_HK.ts b/dss-network-plugin/translations/dss-network-plugin_zh_HK.ts
index 08d082fc..30e35fcc 100644
--- a/dss-network-plugin/translations/dss-network-plugin_zh_HK.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_zh_HK.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,214 +9,200 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- 無線網絡
-
-
- Wired Network
- 有線網絡
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+ 若要使用藍牙功能,請先關閉<a style="text-decoration: none;" href="Airplane Mode">飛行模式</a>
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- 正在連接%1
+ IP conflict
+ IP位址衝突
- %1 connected
- %1已連接
+ Network
+ 網絡
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1已斷開
+ Connecting "%1"
+ 正在連接"%1"
- Unable to connect %1, please check your router or net cable.
- 未能加入%1,請檢查路由器或網線。
+ "%1" connected
+ "%1"已連接
- Unable to connect %1, please keep closer to the wireless router
- 未能加入%1,請嘗試靠近無線路由器
+ "%1" disconnected
+ "%1"已斷開
- Connection failed, unable to connect %1, wrong password
- 連接失敗,未能加入%1,密碼不正確
+ Unable to connect "%1", please check your router or net cable.
+ 未能加入"%1",請檢查路由器或網線。
- Password is required to connect %1
- 連接%1需要密碼
+ Unable to connect "%1", please keep closer to the wireless router
+ 未能加入"%1",請嘗試靠近無線路由器
- The %1 802.11 WLAN network could not be found
- %1 802.11 WLAN網絡無法找到
+ Connection failed, unable to connect "%1", wrong password
+ 連接失敗,未能加入"%1",密碼不正確
-
-
- WirelessItem
- Connect to hidden network
- 連接到隱藏網絡
+ Password is required to connect "%1"
+ 連接"%1"需要密碼
- Password
- 請輸入密碼
+ The "%1" 802.11 WLAN network could not be found
+ "%1" 802.11 WLAN網絡無法找到
- Cancel
- button
- 取 消
+ To connect "%1", please set up your authentication info after logging in
+ 連接“%1”需要登錄後配置認證資訊
- Connect
- button
- 連 接
+ Wired Connection %1
+
- Name (SSID)
- 請輸入網絡名稱(SSID)
+ VPN L2TP %1
+
-
-
- dde::network::NetworkDetails
- Hotspot
- 熱點
+ VPN PPTP %1
+
- SSID
- SSID
+ VPN VPNC %1
+
- Protocol
- 協議
+ VPN OpenVPN %1
+
- Security Type
- 安全類型
+ VPN StrongSwan %1
+
- Band
- 頻段
+ VPN OpenConnect %1
+
- Channel
- 網絡通道
+ PPPoE Connection %1
+
+
+
+ dde::network::NetSecretWidget
- Interface
- 接口
+ Password
+ 請輸入密碼
- MAC
- MAC
+ Private Pwd
+ 私鑰密碼
- IPv4
- IPv4
+ key
+ 密鑰
- Netmask
- 子網掩碼
+ Proxy Password
+ 代理密碼
- Gateway
- 網關
+ Group Password
+ 組密碼
- Primary DNS
- 首選DNS
+ Username
+ 請輸入用戶名
- IPv6
- IPv6
+ Name (SSID)
+ 請輸入網絡名稱(SSID)
- Prefix
- 前綴
+ Cancel
+ button
+ 取 消
- Speed
- 速率
+ Connect
+ button
+ 連 接
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
- 設備已禁用
-
-
- Connected but no Internet access
- 已連接網絡但無法訪問互聯網
+ Disable wired connection
+ 關閉有線網絡
- Not connected
- 未連接
+ Enable wired connection
+ 啟用有線網絡
- Network cable unplugged
- 未插入網線
+ Disable wireless connection
+ 關閉無線網絡
- Connecting
- 正在連接
+ Enable wireless connection
+ 啟用無線網絡
- Authenticating
- 認證中
+ Disable network
+ 關閉網絡
- Obtaining IP address
- 正在獲取IP位址
+ Enable network
+ 啟用網絡
- Connected
- 已連接
+ Disable VPN
+ 關閉VPN
- Disconnected
- 已斷開
+ Enable VPN
+ 開啟VPN
- IP conflict
- IP位址衝突
+ Disable system proxy
+ 關閉系統代理
- Failed
- 失敗
+ Enable system proxy
+ 開啟系統代理
- Obtaining address
- 獲取地址中
+ Network settings
+ 網絡設定
-
-
- dde::network::NetworkProcesser
- Wired Network
- 有線網絡
+ Multiple services started
+ 多個服務已開啟
- Wired Network %1
- 有線網絡%1
+ Connected to: %1
+ 已連接至:%1
- Wireless Network
- 無線網絡
+ System proxy enabled
+ 系統代理已開啟
- Wireless Network %1
- 無線網絡%1
+ Connected
+ 已連接
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- 設備已禁用
+ Network off
+ 網絡關閉
Network cable unplugged
@@ -241,39 +229,73 @@
IP位址衝突
- Disable wired connection
- 關閉有線網絡
+ Wireless Network
+ 無線網絡
- Enable wired connection
- 啟用有線網絡
+ Connected %1
+ 已連接%1
- Disable wireless connection
- 關閉無線網絡
+ Off
+ 關閉
- Enable wireless connection
- 啟用無線網絡
+ Wired Network
+ 有線網絡
- Disable network
- 關閉網絡
+ Network
+ 網絡
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- 啟用網絡
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- 網絡設定
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+ VPN配置未連接或連接失敗,請前往控制中心檢查。
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ 有線網絡
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ 無線網絡
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ 連接到隱藏網絡
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+ 我的網絡
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- 有線連接
+ Other Networks
+ 其他網絡
-
\ No newline at end of file
+
diff --git a/dss-network-plugin/translations/dss-network-plugin_zh_TW.ts b/dss-network-plugin/translations/dss-network-plugin_zh_TW.ts
index 947e7ddf..ba1cf72d 100644
--- a/dss-network-plugin/translations/dss-network-plugin_zh_TW.ts
+++ b/dss-network-plugin/translations/dss-network-plugin_zh_TW.ts
@@ -1,4 +1,6 @@
-
+
+
+
Bubble
@@ -7,214 +9,200 @@
- DeviceControllItem
+ dde::network::NetAirplaneModeTipsItem
- Wireless Network
- 無線網路
-
-
- Wired Network
- 有線網路
+ Disable <a style="text-decoration: none;" href="Airplane Mode">Airplane Mode</a> first if you want to connect to a wireless network
+ 若要使用藍牙功能,請先關閉<a style="text-decoration: none;" href="Airplane Mode">飛行模式</a>
- QObject
+ dde::network::NetManagerPrivate
- Connecting %1
- 正在連線%1
+ IP conflict
+ IP位址衝突
- %1 connected
- %1已連接
+ Network
+ 網路
+
+
+ dde::network::NetManagerThreadPrivate
- %1 disconnected
- %1已斷開
+ Connecting "%1"
+ 正在連線"%1"
- Unable to connect %1, please check your router or net cable.
- 未能加入%1,請檢查路由器或網路線。
+ "%1" connected
+ "%1" 已連接
- Unable to connect %1, please keep closer to the wireless router
- 未能加入%1,請嘗試靠近無線路由器
+ "%1" disconnected
+ "%1" 已斷開
- Connection failed, unable to connect %1, wrong password
- 連線失敗,未能加入%1,密碼不正確
+ Unable to connect "%1", please check your router or net cable.
+ 未能加入"%1",請檢查路由器或網路線。
- Password is required to connect %1
- 連接%1需要密碼
+ Unable to connect "%1", please keep closer to the wireless router
+ 未能加入"%1",請嘗試靠近無線路由器
- The %1 802.11 WLAN network could not be found
- %1 802.11 WLAN網路無法找到
+ Connection failed, unable to connect "%1", wrong password
+ 連線失敗,未能加入"%1",密碼不正確
-
-
- WirelessItem
- Connect to hidden network
- 連接到隱藏網路
+ Password is required to connect "%1"
+ 連接"%1"需要密碼
- Password
- 請輸入密碼
+ The "%1" 802.11 WLAN network could not be found
+ "%1" 802.11 WLAN網路無法找到
- Cancel
- button
- 取 消
+ To connect "%1", please set up your authentication info after logging in
+ 連接“%1”需要登入後配置認證資訊
- Connect
- button
- 連 接
+ Wired Connection %1
+
- Name (SSID)
- 請輸入網路名稱(SSID)
+ VPN L2TP %1
+
-
-
- dde::network::NetworkDetails
- Hotspot
- 熱點
+ VPN PPTP %1
+
- SSID
- SSID
+ VPN VPNC %1
+
- Protocol
- 協議
+ VPN OpenVPN %1
+
- Security Type
- 安全類型
+ VPN StrongSwan %1
+
- Band
- 頻段
+ VPN OpenConnect %1
+
- Channel
- 網路通道
+ PPPoE Connection %1
+
+
+
+ dde::network::NetSecretWidget
- Interface
- 介面
+ Password
+ 請輸入密碼
- MAC
- MAC
+ Private Pwd
+ 私鑰密碼
- IPv4
- IPv4
+ key
+ 金鑰
- Netmask
- 子網掩碼
+ Proxy Password
+ 代理密碼
- Gateway
- 網關
+ Group Password
+ 組密碼
- Primary DNS
- 首選DNS
+ Username
+ 請輸入使用者名稱
- IPv6
- IPv6
+ Name (SSID)
+ 請輸入網路名稱(SSID)
- Prefix
- 前綴
+ Cancel
+ button
+ 取 消
- Speed
- 速率
+ Connect
+ button
+ 連 接
- dde::network::NetworkDeviceRealize
+ dde::network::NetStatus
- Device disabled
- 裝置已禁用
-
-
- Connected but no Internet access
- 已連接網路但無法訪問網路
+ Disable wired connection
+ 關閉有線網路
- Not connected
- 未連接
+ Enable wired connection
+ 啟用有線網路
- Network cable unplugged
- 未插入網路線
+ Disable wireless connection
+ 關閉無線網路
- Connecting
- 正在連線
+ Enable wireless connection
+ 啟用無線網路
- Authenticating
- 認證中
+ Disable network
+ 關閉網路
- Obtaining IP address
- 正在獲取IP位址
+ Enable network
+ 啟用網路
- Connected
- 已連接
+ Disable VPN
+ 關閉VPN
- Disconnected
- 已斷開
+ Enable VPN
+ 開啟VPN
- IP conflict
- IP位址衝突
+ Disable system proxy
+ 關閉系統代理
- Failed
- 失敗
+ Enable system proxy
+ 開啟系統代理
- Obtaining address
- 獲取地址中
+ Network settings
+ 網路設定
-
-
- dde::network::NetworkProcesser
- Wired Network
- 有線網路
+ Multiple services started
+ 多個服務已開啟
- Wired Network %1
- 有線網路%1
+ Connected to: %1
+ 已連接至:%1
- Wireless Network
- 無線網路
+ System proxy enabled
+ 系統代理已開啟
- Wireless Network %1
- 無線網路%1
+ Connected
+ 已連接
-
-
- dde::networkplugin::NetworkPluginHelper
- Device disabled
- 裝置已禁用
+ Network off
+ 網路關閉
Network cable unplugged
@@ -241,39 +229,73 @@
IP位址衝突
- Disable wired connection
- 關閉有線網路
+ Wireless Network
+ 無線網路
- Enable wired connection
- 啟用有線網路
+ Connected %1
+ 已連接%1
- Disable wireless connection
- 關閉無線網路
+ Off
+ 關閉
- Enable wireless connection
- 啟用無線網路
+ Wired Network
+ 有線網路
- Disable network
- 關閉網路
+ Network
+ 網路
+
+
+ dde::network::NetSystemProxyControlItem
- Enable network
- 啟用網路
+ System Proxy
+
+
+
+ dde::network::NetVPNTipsItem
- Network settings
- 網路設定
+ VPN configuration is not connected or failed to connect. Please <a style="text-decoration: none;" href="go to the control center">go to the control center</a> for inspection.
+ VPN配置未連接或連接失敗,請前往控制中心檢查。
+
+
+
+ dde::network::NetWiredControlItem
+
+ Wired Network
+ 有線網路
+
+
+
+ dde::network::NetWirelessControlItem
+
+ Wireless Network
+ 無線網路
+
+
+
+ dde::network::NetWirelessHiddenItem
+
+ Connect to hidden network
+ 連線到隱藏網路
+
+
+
+ dde::network::NetWirelessMineItem
+
+ My Networks
+ 我的網路
- dss::module::NetworkModule
+ dde::network::NetWirelessOtherItem
- Wired Connection
- 有線連接
+ Other Networks
+ 其他網路
-
\ No newline at end of file
+
diff --git a/net-view/operation/netitem.cpp b/net-view/operation/netitem.cpp
index 2397d723..c0d29fd2 100644
--- a/net-view/operation/netitem.cpp
+++ b/net-view/operation/netitem.cpp
@@ -146,6 +146,12 @@ QString NetVPNTipsItem::name() const
GETFUN(bool, NetVPNControlItem, isExpanded)
// 系统代理
+
+QString NetSystemProxyControlItem::name() const
+{
+ return tr("System Proxy");
+}
+
GETFUN(NetType::ProxyMethod, NetSystemProxyControlItem, lastMethod)
GETFUN(NetType::ProxyMethod, NetSystemProxyControlItem, method)
GETFUN(const QString &, NetSystemProxyControlItem, autoProxy)
diff --git a/net-view/operation/netitem.h b/net-view/operation/netitem.h
index 9bb3a5de..1473fcc5 100644
--- a/net-view/operation/netitem.h
+++ b/net-view/operation/netitem.h
@@ -313,6 +313,7 @@ class NetSystemProxyControlItem : public NetControlItem
Q_PROPERTY(QString autoProxy READ autoProxy NOTIFY autoProxyChanged)
Q_PROPERTY(QVariantMap manualProxy READ manualProxy NOTIFY manualProxyChanged)
public:
+ QString name() const override;
NetType::ProxyMethod lastMethod() const;
NetType::ProxyMethod method() const;
const QString &autoProxy() const;