- for libnm 1.9.90
+ for libnm 1.10.0
The latest version of this documentation can be found on-line at
https://developer.gnome.org/libnm/stable/ .
diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html
index 55669399..e57558ce 100644
--- a/docs/libnm/html/usage.html
+++ b/docs/libnm/html/usage.html
@@ -96,7 +96,7 @@
$ cc $(pkg-config --libs --cflags libnm) -o hello-nm hello-nm.c
$ ./hello-nm
- NetworkManager version: 1.9.90
+ NetworkManager version: 1.10.0
$
diff --git a/docs/libnm/version.xml b/docs/libnm/version.xml
index 1f707060..81c871de 100644
--- a/docs/libnm/version.xml
+++ b/docs/libnm/version.xml
@@ -1 +1 @@
-1.9.90
+1.10.0
diff --git a/libnm-core/nm-setting-ovs-port.c b/libnm-core/nm-setting-ovs-port.c
index bd05f2e7..456e3fbc 100644
--- a/libnm-core/nm-setting-ovs-port.c
+++ b/libnm-core/nm-setting-ovs-port.c
@@ -440,7 +440,7 @@ nm_setting_ovs_port_class_init (NMSettingOvsPortClass *setting_class)
/**
* NMSettingOvsPort:bond-updelay:
*
- * The time port must be active befor it starts forwarding traffic.
+ * The time port must be active before it starts forwarding traffic.
*
* Since: 1.10
**/
diff --git a/libnm/nm-object.c b/libnm/nm-object.c
index ef335862..c344a08d 100644
--- a/libnm/nm-object.c
+++ b/libnm/nm-object.c
@@ -572,7 +572,7 @@ object_created (GObject *obj, const char *path, gpointer user_data)
object_class->object_creation_failed (odata->self, path);
}
- odata->objects[--odata->remaining] = obj ? g_object_ref (obj) : NULL;
+ odata->objects[odata->length - odata->remaining--] = obj ? g_object_ref (obj) : NULL;
object_property_maybe_complete (odata->self);
}
diff --git a/libnm/nm-property-docs.xml b/libnm/nm-property-docs.xml
index f2249942..36f61c08 100644
--- a/libnm/nm-property-docs.xml
+++ b/libnm/nm-property-docs.xml
@@ -270,7 +270,7 @@
-
+
diff --git a/libnm/nm-settings-docs.xml b/libnm/nm-settings-docs.xml
index 0a5aa3f7..09fde86d 100644
--- a/libnm/nm-settings-docs.xml
+++ b/libnm/nm-settings-docs.xml
@@ -276,7 +276,7 @@
-
+
diff --git a/man/NetworkManager.8 b/man/NetworkManager.8
index 5615216b..652552c8 100644
--- a/man/NetworkManager.8
+++ b/man/NetworkManager.8
@@ -2,12 +2,12 @@
.\" Title: NetworkManager
.\" Author:
.\" Generator: DocBook XSL Stylesheets vsnapshot
-.\" Date: 11/03/2017
+.\" Date: 11/10/2017
.\" Manual: Network management daemons
-.\" Source: NetworkManager 1.9.90
+.\" Source: NetworkManager 1.10.0
.\" Language: English
.\"
-.TH "NETWORKMANAGER" "8" "" "NetworkManager 1\&.9\&.90" "Network management daemons"
+.TH "NETWORKMANAGER" "8" "" "NetworkManager 1\&.10\&.0" "Network management daemons"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man/NetworkManager.conf.5 b/man/NetworkManager.conf.5
index c45f42fd..27552930 100644
--- a/man/NetworkManager.conf.5
+++ b/man/NetworkManager.conf.5
@@ -2,12 +2,12 @@
.\" Title: NetworkManager.conf
.\" Author:
.\" Generator: DocBook XSL Stylesheets vsnapshot
-.\" Date: 11/03/2017
+.\" Date: 11/10/2017
.\" Manual: Configuration
-.\" Source: NetworkManager 1.9.90
+.\" Source: NetworkManager 1.10.0
.\" Language: English
.\"
-.TH "NETWORKMANAGER\&.CONF" "5" "" "NetworkManager 1\&.9\&.90" "Configuration"
+.TH "NETWORKMANAGER\&.CONF" "5" "" "NetworkManager 1\&.10\&.0" "Configuration"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -385,7 +385,7 @@ TRACE\&. The ERR level logs only critical errors\&. WARN logs warnings that may
.PP
\fIdomains\fR
.RS 4
-The following log domains are available: PLATFORM, RFKILL, ETHER, WIFI, BT, MB, DHCP4, DHCP6, PPP, WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT, AGENTS, SETTINGS, SUSPEND, CORE, DEVICE, OLPC, WIMAX, INFINIBAND, FIREWALL, ADSL, BOND, VLAN, BRIDGE, DBUS_PROPS, TEAM, CONCHECK, DCB, DISPATCH, AUDIT, SYSTEMD, VPN_PLUGIN\&.
+The following log domains are available: PLATFORM, RFKILL, ETHER, WIFI, BT, MB, DHCP4, DHCP6, PPP, WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT, AGENTS, SETTINGS, SUSPEND, CORE, DEVICE, OLPC, WIMAX, INFINIBAND, FIREWALL, ADSL, BOND, VLAN, BRIDGE, DBUS_PROPS, TEAM, CONCHECK, DCB, DISPATCH, AUDIT, SYSTEMD, VPN_PLUGIN, PROXY\&.
.sp
In addition, these special domains can be used: NONE, ALL, DEFAULT, DHCP, IP\&.
.sp
@@ -441,7 +441,7 @@ DNS : Domain Name System related operations
VPN : Virtual Private Network connections and operations
.RE
.RS 4
-SHARING : Connection sharing
+SHARING : Connection sharing\&. With TRACE level log queries for dnsmasq instance
.RE
.RS 4
SUPPLICANT : WPA supplicant related operations
@@ -510,6 +510,9 @@ SYSTEMD : Messages from internal libsystemd
VPN_PLUGIN : logging messages from VPN plugins
.RE
.RS 4
+PROXY : logging messages for proxy handling
+.RE
+.RS 4
.RE
.RS 4
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml
index e2a91426..f0c3c5c8 100644
--- a/man/NetworkManager.conf.xml
+++ b/man/NetworkManager.conf.xml
@@ -530,7 +530,8 @@ unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth
WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT,
AGENTS, SETTINGS, SUSPEND, CORE, DEVICE, OLPC, WIMAX,
INFINIBAND, FIREWALL, ADSL, BOND, VLAN, BRIDGE, DBUS_PROPS,
- TEAM, CONCHECK, DCB, DISPATCH, AUDIT, SYSTEMD, VPN_PLUGIN.
+ TEAM, CONCHECK, DCB, DISPATCH, AUDIT, SYSTEMD, VPN_PLUGIN,
+ PROXY.
In addition, these special domains can be used: NONE,
ALL, DEFAULT, DHCP, IP.
You can specify per-domain log level overrides by
@@ -555,7 +556,7 @@ unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth
AUTOIP4 : AutoIP operations
DNS : Domain Name System related operations
VPN : Virtual Private Network connections and operations
- SHARING : Connection sharing
+ SHARING : Connection sharing. With TRACE level log queries for dnsmasq instance
SUPPLICANT : WPA supplicant related operations
AGENTS : Secret agents operations and communication
SETTINGS : Settings/config service operations
@@ -578,6 +579,7 @@ unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth
AUDIT : Audit records
SYSTEMD : Messages from internal libsystemd
VPN_PLUGIN : logging messages from VPN plugins
+ PROXY : logging messages for proxy handling
NONE : when given by itself logging is disabled
ALL : all log domains
diff --git a/man/nm-online.1 b/man/nm-online.1
index 17ae2a83..93f4ca45 100644
--- a/man/nm-online.1
+++ b/man/nm-online.1
@@ -2,12 +2,12 @@
.\" Title: nm-online
.\" Author:
.\" Generator: DocBook XSL Stylesheets vsnapshot
-.\" Date: 11/03/2017
+.\" Date: 11/10/2017
.\" Manual: General Commands Manual
-.\" Source: NetworkManager 1.9.90
+.\" Source: NetworkManager 1.10.0
.\" Language: English
.\"
-.TH "NM\-ONLINE" "1" "" "NetworkManager 1\&.9\&.90" "General Commands Manual"
+.TH "NM\-ONLINE" "1" "" "NetworkManager 1\&.10\&.0" "General Commands Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man/nm-openvswitch.7 b/man/nm-openvswitch.7
index 24dde44f..a09de6de 100644
--- a/man/nm-openvswitch.7
+++ b/man/nm-openvswitch.7
@@ -2,12 +2,12 @@
.\" Title: nm-openvswitch
.\" Author:
.\" Generator: DocBook XSL Stylesheets vsnapshot
-.\" Date: 11/03/2017
+.\" Date: 11/10/2017
.\" Manual: OpenVSwitch support overview
-.\" Source: NetworkManager 1.9.90
+.\" Source: NetworkManager 1.10.0
.\" Language: English
.\"
-.TH "NM\-OPENVSWITCH" "7" "" "NetworkManager 1\&.9\&.90" "OpenVSwitch support overview"
+.TH "NM\-OPENVSWITCH" "7" "" "NetworkManager 1\&.10\&.0" "OpenVSwitch support overview"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man/nm-settings-ifcfg-rh.5 b/man/nm-settings-ifcfg-rh.5
index ab29c925..9e9782e7 100644
--- a/man/nm-settings-ifcfg-rh.5
+++ b/man/nm-settings-ifcfg-rh.5
@@ -2,12 +2,12 @@
.\" Title: nm-settings-ifcfg-rh
.\" Author:
.\" Generator: DocBook XSL Stylesheets vsnapshot
-.\" Date: 11/03/2017
+.\" Date: 11/10/2017
.\" Manual: Configuration
-.\" Source: NetworkManager 1.9.90
+.\" Source: NetworkManager 1.10.0
.\" Language: English
.\"
-.TH "NM\-SETTINGS\-IFCFG\-RH" "5" "" "NetworkManager 1\&.9\&.90" "Configuration"
+.TH "NM\-SETTINGS\-IFCFG\-RH" "5" "" "NetworkManager 1\&.10\&.0" "Configuration"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man/nm-settings-ifcfg-rh.xml b/man/nm-settings-ifcfg-rh.xml
index 2db84cb0..4968eb7f 100644
--- a/man/nm-settings-ifcfg-rh.xml
+++ b/man/nm-settings-ifcfg-rh.xml
@@ -1,6 +1,6 @@
-nm-settings-ifcfg-rh NetworkManager developers nm-settings-ifcfg-rh 5 NetworkManager Configuration 1.9.90 nm-settings-ifcfg-rh Description of ifcfg-rh settings plugin Description
+nm-settings-ifcfg-rh NetworkManager developers nm-settings-ifcfg-rh 5 NetworkManager Configuration 1.10.0 nm-settings-ifcfg-rh Description of ifcfg-rh settings plugin Description
NetworkManager is based on the concept of connection profiles that contain
network configuration (see nm-settings 5 for details). The profiles can be
stored in various formats. NetworkManager uses plugins for reading and writing
diff --git a/man/nm-settings-keyfile.5 b/man/nm-settings-keyfile.5
index ed14a777..f60023af 100644
--- a/man/nm-settings-keyfile.5
+++ b/man/nm-settings-keyfile.5
@@ -2,12 +2,12 @@
.\" Title: nm-settings-keyfile
.\" Author:
.\" Generator: DocBook XSL Stylesheets vsnapshot
-.\" Date: 11/03/2017
+.\" Date: 11/10/2017
.\" Manual: Configuration
-.\" Source: NetworkManager 1.9.90
+.\" Source: NetworkManager 1.10.0
.\" Language: English
.\"
-.TH "NM\-SETTINGS\-KEYFILE" "5" "" "NetworkManager 1\&.9\&.90" "Configuration"
+.TH "NM\-SETTINGS\-KEYFILE" "5" "" "NetworkManager 1\&.10\&.0" "Configuration"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man/nm-settings-keyfile.xml b/man/nm-settings-keyfile.xml
index b81fe3c5..f656d3d6 100644
--- a/man/nm-settings-keyfile.xml
+++ b/man/nm-settings-keyfile.xml
@@ -1,6 +1,6 @@
-nm-settings-keyfile NetworkManager developers nm-settings-keyfile 5 NetworkManager Configuration 1.9.90 nm-settings-keyfile Description of keyfile settings plugin Description
+nm-settings-keyfile NetworkManager developers nm-settings-keyfile 5 NetworkManager Configuration 1.10.0 nm-settings-keyfile Description of keyfile settings plugin Description
NetworkManager is based on the concept of connection profiles that contain
network configuration (see nm-settings 5 for details). The profiles can be
stored in various formats. NetworkManager uses plugins for reading and writing
diff --git a/man/nm-settings.5 b/man/nm-settings.5
index 5bf03f10..e987f8e0 100644
--- a/man/nm-settings.5
+++ b/man/nm-settings.5
@@ -2,12 +2,12 @@
.\" Title: nm-settings
.\" Author:
.\" Generator: DocBook XSL Stylesheets vsnapshot
-.\" Date: 11/03/2017
+.\" Date: 11/10/2017
.\" Manual: Configuration
-.\" Source: NetworkManager 1.9.90
+.\" Source: NetworkManager 1.10.0
.\" Language: English
.\"
-.TH "NM\-SETTINGS" "5" "" "NetworkManager 1\&.9\&.90" "Configuration"
+.TH "NM\-SETTINGS" "5" "" "NetworkManager 1\&.10\&.0" "Configuration"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -2762,7 +2762,7 @@ uint32
T}:T{
0
T}:T{
-The time port must be active befor it starts forwarding traffic\&.
+The time port must be active before it starts forwarding traffic\&.
T}
T{
lacp
diff --git a/man/nm-settings.xml b/man/nm-settings.xml
index 3f29ff10..b05af142 100644
--- a/man/nm-settings.xml
+++ b/man/nm-settings.xml
@@ -1,6 +1,6 @@
-nm-settings NetworkManager developers nm-settings 5 NetworkManager Configuration 1.9.90 nm-settings Description of settings and properties of NetworkManager connection profiles Description
+nm-settings NetworkManager developers nm-settings 5 NetworkManager Configuration 1.10.0 nm-settings Description of settings and properties of NetworkManager connection profiles Description
NetworkManager is based on a concept of connection profiles, sometimes referred to as
connections only. These connection profiles contain a network configuration. When
NetworkManager activates a connection profile on a network device the configuration will
@@ -306,7 +306,7 @@
ovs-port setting OvsPort Link Settings. Key Name Value Type Default Value Value Description |
bond-downdelay uint32 0 The time port must be inactive in order to be considered down.
bond-mode string Bonding mode. One of "active-backup", "balance-slb", or "balance-tcp".
- bond-updelay uint32 0 The time port must be active befor it starts forwarding traffic.
+ bond-updelay uint32 0 The time port must be active before it starts forwarding traffic.
lacp string LACP mode. One of "active", "off", or "passive".
name string ovs-port The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".
tag uint32 0 The VLAN tag in the range 0-4095.
diff --git a/man/nmcli-examples.7 b/man/nmcli-examples.7
index 8a5ee51f..e59fd766 100644
--- a/man/nmcli-examples.7
+++ b/man/nmcli-examples.7
@@ -2,12 +2,12 @@
.\" Title: nmcli-examples
.\" Author:
.\" Generator: DocBook XSL Stylesheets vsnapshot
-.\" Date: 11/03/2017
+.\" Date: 11/10/2017
.\" Manual: Examples
-.\" Source: NetworkManager 1.9.90
+.\" Source: NetworkManager 1.10.0
.\" Language: English
.\"
-.TH "NMCLI\-EXAMPLES" "7" "" "NetworkManager 1\&.9\&.90" "Examples"
+.TH "NMCLI\-EXAMPLES" "7" "" "NetworkManager 1\&.10\&.0" "Examples"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man/nmcli.1 b/man/nmcli.1
index b8515cc4..68335f5a 100644
--- a/man/nmcli.1
+++ b/man/nmcli.1
@@ -2,12 +2,12 @@
.\" Title: nmcli
.\" Author:
.\" Generator: DocBook XSL Stylesheets vsnapshot
-.\" Date: 11/03/2017
+.\" Date: 11/10/2017
.\" Manual: General Commands Manual
-.\" Source: NetworkManager 1.9.90
+.\" Source: NetworkManager 1.10.0
.\" Language: English
.\"
-.TH "NMCLI" "1" "" "NetworkManager 1\&.9\&.90" "General Commands Manual"
+.TH "NMCLI" "1" "" "NetworkManager 1\&.10\&.0" "General Commands Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man/nmtui.1 b/man/nmtui.1
index 8bca2fda..db40f593 100644
--- a/man/nmtui.1
+++ b/man/nmtui.1
@@ -2,12 +2,12 @@
.\" Title: nmtui
.\" Author:
.\" Generator: DocBook XSL Stylesheets vsnapshot
-.\" Date: 11/03/2017
+.\" Date: 11/10/2017
.\" Manual: General Commands Manual
-.\" Source: NetworkManager 1.9.90
+.\" Source: NetworkManager 1.10.0
.\" Language: English
.\"
-.TH "NMTUI" "1" "" "NetworkManager 1\&.9\&.90" "General Commands Manual"
+.TH "NMTUI" "1" "" "NetworkManager 1\&.10\&.0" "General Commands Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/po/ar.po b/po/ar.po
index 7dcc7bbe..d281fff0 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-29 17:44+0200\n"
+"POT-Creation-Date: 2017-11-10 15:29+0100\n"
"PO-Revision-Date: 2017-04-21 05:04-0400\n"
"Last-Translator: Copied by Zanata \n"
"Language-Team: Arabic \n"
@@ -87,459 +87,88 @@ msgstr ""
msgid "nmcli successfully registered as a polkit agent.\n"
msgstr ""
-#: ../clients/cli/common.c:149
+#: ../clients/cli/common.c:263 ../clients/cli/common.c:278
msgid "GROUP"
msgstr ""
-#: ../clients/cli/common.c:381
-msgid "unmanaged"
-msgstr ""
-
-#: ../clients/cli/common.c:383
-msgid "unavailable"
-msgstr ""
-
-#: ../clients/cli/common.c:385 ../clients/cli/general.c:48
-msgid "disconnected"
-msgstr ""
-
-#: ../clients/cli/common.c:387
-msgid "connecting (prepare)"
-msgstr ""
-
-#: ../clients/cli/common.c:389
-msgid "connecting (configuring)"
-msgstr ""
-
-#: ../clients/cli/common.c:391
-msgid "connecting (need authentication)"
-msgstr ""
-
-#: ../clients/cli/common.c:393
-msgid "connecting (getting IP configuration)"
-msgstr ""
-
-#: ../clients/cli/common.c:395
-msgid "connecting (checking IP connectivity)"
-msgstr ""
-
-#: ../clients/cli/common.c:397
-msgid "connecting (starting secondary connections)"
-msgstr ""
-
-#: ../clients/cli/common.c:399 ../clients/cli/general.c:46
-msgid "connected"
-msgstr ""
-
-#: ../clients/cli/common.c:401 ../clients/cli/connections.c:528
-msgid "deactivating"
-msgstr ""
-
-#: ../clients/cli/common.c:403
-msgid "connection failed"
-msgstr ""
-
-#: ../clients/cli/common.c:405 ../clients/cli/common.c:422
-#: ../clients/cli/connections.c:533 ../clients/cli/connections.c:556
-#: ../clients/cli/devices.c:1153 ../clients/cli/devices.c:1197
-#: ../clients/cli/devices.c:1199 ../clients/cli/general.c:41
-#: ../clients/cli/general.c:79 ../clients/cli/general.c:144
-#: ../clients/cli/general.c:149 ../clients/common/nm-meta-setting-desc.c:1368
-#: ../clients/common/nm-meta-setting-desc.c:1436
-#: ../clients/common/nm-meta-setting-desc.c:2593
-#: ../clients/common/nm-meta-setting-desc.c:2647
-msgid "unknown"
-msgstr ""
-
-#. "CAPABILITIES"
-#: ../clients/cli/common.c:414 ../clients/cli/connections.c:876
-#: ../clients/cli/connections.c:878 ../clients/cli/connections.c:880
-#: ../clients/cli/connections.c:913 ../clients/cli/connections.c:980
-#: ../clients/cli/connections.c:981 ../clients/cli/connections.c:983
-#: ../clients/cli/connections.c:4496 ../clients/cli/connections.c:6375
-#: ../clients/cli/connections.c:6376 ../clients/cli/devices.c:827
-#: ../clients/cli/devices.c:1116 ../clients/cli/devices.c:1117
-#: ../clients/cli/devices.c:1118 ../clients/cli/devices.c:1119
-#: ../clients/cli/devices.c:1120 ../clients/cli/devices.c:1157
-#: ../clients/cli/devices.c:1159 ../clients/cli/devices.c:1160
-#: ../clients/cli/devices.c:1190 ../clients/cli/devices.c:1191
-#: ../clients/cli/devices.c:1192 ../clients/cli/devices.c:1193
-#: ../clients/cli/devices.c:1194 ../clients/cli/devices.c:1195
-#: ../clients/cli/devices.c:1196 ../clients/cli/devices.c:1198
-#: ../clients/cli/devices.c:1200 ../clients/cli/general.c:150
-#: ../clients/common/nm-meta-setting-desc.c:574
-#: ../clients/common/nm-meta-setting-desc.c:2586
-msgid "yes"
-msgstr ""
-
-#: ../clients/cli/common.c:416 ../clients/cli/connections.c:876
-#: ../clients/cli/connections.c:878 ../clients/cli/connections.c:880
-#: ../clients/cli/connections.c:980 ../clients/cli/connections.c:981
-#: ../clients/cli/connections.c:983 ../clients/cli/connections.c:4495
-#: ../clients/cli/connections.c:6375 ../clients/cli/connections.c:6376
-#: ../clients/cli/devices.c:827 ../clients/cli/devices.c:1116
-#: ../clients/cli/devices.c:1117 ../clients/cli/devices.c:1118
-#: ../clients/cli/devices.c:1119 ../clients/cli/devices.c:1120
-#: ../clients/cli/devices.c:1157 ../clients/cli/devices.c:1159
-#: ../clients/cli/devices.c:1160 ../clients/cli/devices.c:1190
-#: ../clients/cli/devices.c:1191 ../clients/cli/devices.c:1192
-#: ../clients/cli/devices.c:1193 ../clients/cli/devices.c:1194
-#: ../clients/cli/devices.c:1195 ../clients/cli/devices.c:1196
-#: ../clients/cli/devices.c:1198 ../clients/cli/devices.c:1200
-#: ../clients/cli/general.c:151 ../clients/common/nm-meta-setting-desc.c:574
-#: ../clients/common/nm-meta-setting-desc.c:2589
-#, fuzzy
-msgid "no"
-msgstr "بلا"
-
-#: ../clients/cli/common.c:418
-msgid "yes (guessed)"
-msgstr ""
-
-#: ../clients/cli/common.c:420
-msgid "no (guessed)"
-msgstr ""
-
-#: ../clients/cli/common.c:431
-msgid "No reason given"
-msgstr ""
-
-#. We should not really come here
-#: ../clients/cli/common.c:434 ../clients/cli/connections.c:3095
-#: ../clients/cli/connections.c:3155
-#, c-format
-msgid "Unknown error"
-msgstr ""
-
-#: ../clients/cli/common.c:437
-msgid "Device is now managed"
-msgstr ""
-
-#: ../clients/cli/common.c:440
-msgid "Device is now unmanaged"
-msgstr ""
-
-#: ../clients/cli/common.c:443
-msgid "The device could not be readied for configuration"
-msgstr ""
-
-#: ../clients/cli/common.c:446
-msgid ""
-"IP configuration could not be reserved (no available address, timeout, etc.)"
-msgstr ""
-
-#: ../clients/cli/common.c:449
-msgid "The IP configuration is no longer valid"
-msgstr ""
-
-#: ../clients/cli/common.c:452
-msgid "Secrets were required, but not provided"
-msgstr ""
-
-#: ../clients/cli/common.c:455
-msgid "802.1X supplicant disconnected"
-msgstr ""
-
-#: ../clients/cli/common.c:458
-msgid "802.1X supplicant configuration failed"
-msgstr ""
-
-#: ../clients/cli/common.c:461
-msgid "802.1X supplicant failed"
-msgstr ""
-
-#: ../clients/cli/common.c:464
-msgid "802.1X supplicant took too long to authenticate"
-msgstr ""
-
-#: ../clients/cli/common.c:467
-msgid "PPP service failed to start"
-msgstr ""
-
-#: ../clients/cli/common.c:470
-msgid "PPP service disconnected"
-msgstr ""
-
-#: ../clients/cli/common.c:473
-msgid "PPP failed"
-msgstr ""
-
-#: ../clients/cli/common.c:476
-msgid "DHCP client failed to start"
-msgstr ""
-
-#: ../clients/cli/common.c:479
-msgid "DHCP client error"
-msgstr ""
-
-#: ../clients/cli/common.c:482
-msgid "DHCP client failed"
-msgstr ""
-
-#: ../clients/cli/common.c:485
-msgid "Shared connection service failed to start"
-msgstr ""
-
-#: ../clients/cli/common.c:488
-msgid "Shared connection service failed"
-msgstr ""
-
-#: ../clients/cli/common.c:491
-msgid "AutoIP service failed to start"
-msgstr ""
-
-#: ../clients/cli/common.c:494
-msgid "AutoIP service error"
-msgstr ""
-
-#: ../clients/cli/common.c:497
-msgid "AutoIP service failed"
-msgstr ""
-
-#: ../clients/cli/common.c:500
-msgid "The line is busy"
-msgstr ""
-
-#: ../clients/cli/common.c:503
-msgid "No dial tone"
-msgstr ""
-
-#: ../clients/cli/common.c:506
-msgid "No carrier could be established"
-msgstr ""
-
-#: ../clients/cli/common.c:509
-msgid "The dialing request timed out"
-msgstr ""
-
-#: ../clients/cli/common.c:512
-msgid "The dialing attempt failed"
-msgstr ""
-
-#: ../clients/cli/common.c:515
-msgid "Modem initialization failed"
-msgstr ""
-
-#: ../clients/cli/common.c:518
-msgid "Failed to select the specified APN"
-msgstr ""
-
-#: ../clients/cli/common.c:521
-msgid "Not searching for networks"
-msgstr ""
-
-#: ../clients/cli/common.c:524
-msgid "Network registration denied"
-msgstr ""
-
-#: ../clients/cli/common.c:527
-msgid "Network registration timed out"
-msgstr ""
-
-#: ../clients/cli/common.c:530
-msgid "Failed to register with the requested network"
-msgstr ""
-
-#: ../clients/cli/common.c:533
-msgid "PIN check failed"
-msgstr ""
-
-#: ../clients/cli/common.c:536
-msgid "Necessary firmware for the device may be missing"
-msgstr ""
-
-#: ../clients/cli/common.c:539
-msgid "The device was removed"
-msgstr ""
-
-#: ../clients/cli/common.c:542
-msgid "NetworkManager went to sleep"
-msgstr ""
-
-#: ../clients/cli/common.c:545
-msgid "The device's active connection disappeared"
-msgstr ""
-
-#: ../clients/cli/common.c:548
-msgid "Device disconnected by user or client"
-msgstr ""
-
-#: ../clients/cli/common.c:551
-msgid "Carrier/link changed"
-msgstr ""
-
-#: ../clients/cli/common.c:554
-msgid "The device's existing connection was assumed"
-msgstr ""
-
-#: ../clients/cli/common.c:557
-msgid "The supplicant is now available"
-msgstr ""
-
-#: ../clients/cli/common.c:560
-msgid "The modem could not be found"
-msgstr ""
-
-#: ../clients/cli/common.c:563
-msgid "The Bluetooth connection failed or timed out"
-msgstr ""
-
-#: ../clients/cli/common.c:566
-msgid "GSM Modem's SIM card not inserted"
-msgstr ""
-
-#: ../clients/cli/common.c:569
-msgid "GSM Modem's SIM PIN required"
-msgstr ""
-
-#: ../clients/cli/common.c:572
-msgid "GSM Modem's SIM PUK required"
-msgstr ""
-
-#: ../clients/cli/common.c:575
-msgid "GSM Modem's SIM wrong"
-msgstr ""
-
-#: ../clients/cli/common.c:578
-msgid "InfiniBand device does not support connected mode"
-msgstr ""
-
-#: ../clients/cli/common.c:581
-msgid "A dependency of the connection failed"
-msgstr ""
-
-#: ../clients/cli/common.c:584
-msgid "A problem with the RFC 2684 Ethernet over ADSL bridge"
-msgstr ""
-
-#: ../clients/cli/common.c:587
-msgid "ModemManager is unavailable"
-msgstr ""
-
-#: ../clients/cli/common.c:590
-msgid "The Wi-Fi network could not be found"
-msgstr ""
-
-#: ../clients/cli/common.c:593
-msgid "A secondary connection of the base connection failed"
-msgstr ""
-
-#: ../clients/cli/common.c:596
-msgid "DCB or FCoE setup failed"
-msgstr ""
-
-#: ../clients/cli/common.c:599
-msgid "teamd control failed"
-msgstr ""
-
-#: ../clients/cli/common.c:602
-msgid "Modem failed or no longer available"
-msgstr ""
-
-#: ../clients/cli/common.c:605
-msgid "Modem now ready and available"
-msgstr ""
-
-#: ../clients/cli/common.c:608
-msgid "SIM PIN was incorrect"
-msgstr ""
-
-#: ../clients/cli/common.c:611
-msgid "New connection activation was enqueued"
-msgstr ""
-
-#: ../clients/cli/common.c:614
-msgid "The device's parent changed"
-msgstr ""
-
-#: ../clients/cli/common.c:617
-msgid "The device parent's management changed"
-msgstr ""
-
-#. TRANSLATORS: Unknown reason for a device state change (NMDeviceStateReason)
-#: ../clients/cli/common.c:621 ../libnm-glib/nm-device.c:1860
-#: ../libnm/nm-device.c:1560
-msgid "Unknown"
-msgstr ""
-
-#: ../clients/cli/common.c:737
+#: ../clients/cli/common.c:561
#, c-format
msgid "Error: openconnect failed: %s\n"
msgstr ""
-#: ../clients/cli/common.c:744
+#: ../clients/cli/common.c:568
#, c-format
msgid "Error: openconnect failed with status %d\n"
msgstr ""
-#: ../clients/cli/common.c:746
+#: ../clients/cli/common.c:570
#, c-format
msgid "Error: openconnect failed with signal %d\n"
msgstr ""
-#: ../clients/cli/common.c:827
+#: ../clients/cli/common.c:651
#, c-format
msgid ""
"Warning: password for '%s' not given in 'passwd-file' and nmcli cannot ask "
"without '--ask' option.\n"
msgstr ""
-#: ../clients/cli/common.c:1291
+#: ../clients/cli/common.c:1117
#, c-format
msgid "Error: Could not create NMClient object: %s."
msgstr ""
-#: ../clients/cli/common.c:1311
+#: ../clients/cli/common.c:1137
msgid "Error: NetworkManager is not running."
msgstr ""
-#: ../clients/cli/common.c:1408
+#: ../clients/cli/common.c:1234
#, c-format
msgid "Error: argument '%s' not understood. Try passing --help instead."
msgstr ""
-#: ../clients/cli/common.c:1418
+#: ../clients/cli/common.c:1244
msgid "Error: missing argument. Try passing --help."
msgstr ""
-#: ../clients/cli/common.c:1471
+#: ../clients/cli/common.c:1297
msgid "access denied"
msgstr ""
#. define some prompts for connection editor
-#: ../clients/cli/connections.c:64
+#: ../clients/cli/connections.c:66
msgid "Setting name? "
msgstr ""
-#: ../clients/cli/connections.c:65
+#: ../clients/cli/connections.c:67
msgid "Property name? "
msgstr ""
-#: ../clients/cli/connections.c:66
+#: ../clients/cli/connections.c:68
msgid "Enter connection type: "
msgstr ""
#. define some other prompts
-#: ../clients/cli/connections.c:70
+#: ../clients/cli/connections.c:72
#, fuzzy
msgid "Connection (name, UUID, or path)"
msgstr "إتّصالات VPN"
-#: ../clients/cli/connections.c:71
+#: ../clients/cli/connections.c:73
#, fuzzy
msgid "VPN connection (name, UUID, or path)"
msgstr "إتّصالات VPN"
-#: ../clients/cli/connections.c:72
+#: ../clients/cli/connections.c:74
#, fuzzy
msgid "Connection(s) (name, UUID, or path)"
msgstr "إتّصالات VPN"
-#: ../clients/cli/connections.c:73
+#: ../clients/cli/connections.c:75
msgid "Connection(s) (name, UUID, path or apath)"
msgstr ""
-#: ../clients/cli/connections.c:190
+#: ../clients/cli/connections.c:196
#, c-format
msgid ""
"Usage: nmcli connection { COMMAND | help }\n"
@@ -580,7 +209,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:212
+#: ../clients/cli/connections.c:218
#, c-format
msgid ""
"Usage: nmcli connection show { ARGUMENTS | help }\n"
@@ -607,7 +236,7 @@ msgid ""
"well.\n"
msgstr ""
-#: ../clients/cli/connections.c:233
+#: ../clients/cli/connections.c:239
#, c-format
msgid ""
"Usage: nmcli connection up { ARGUMENTS | help }\n"
@@ -632,7 +261,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:254
+#: ../clients/cli/connections.c:260
#, c-format
msgid ""
"Usage: nmcli connection down { ARGUMENTS | help }\n"
@@ -646,7 +275,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:266
+#: ../clients/cli/connections.c:272
#, c-format
msgid ""
"Usage: nmcli connection add { ARGUMENTS | help }\n"
@@ -697,7 +326,7 @@ msgid ""
" [p-key ]\n"
"\n"
" bluetooth: [addr ]\n"
-" [bt-type panu|dun-gsm|dun-cdma]\n"
+" [bt-type panu|nap|dun-gsm|dun-cdma]\n"
"\n"
" vlan: dev \n"
" id \n"
@@ -798,7 +427,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:384
+#: ../clients/cli/connections.c:390
#, c-format
msgid ""
"Usage: nmcli connection modify { ARGUMENTS | help }\n"
@@ -823,7 +452,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:407
+#: ../clients/cli/connections.c:413
#, c-format
msgid ""
"Usage: nmcli connection clone { ARGUMENTS | help }\n"
@@ -837,7 +466,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:419
+#: ../clients/cli/connections.c:425
#, c-format
msgid ""
"Usage: nmcli connection edit { ARGUMENTS | help }\n"
@@ -853,7 +482,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:434
+#: ../clients/cli/connections.c:440
#, c-format
msgid ""
"Usage: nmcli connection delete { ARGUMENTS | help }\n"
@@ -865,7 +494,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:445
+#: ../clients/cli/connections.c:451
#, c-format
msgid ""
"Usage: nmcli connection monitor { ARGUMENTS | help }\n"
@@ -878,7 +507,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:457
+#: ../clients/cli/connections.c:463
#, c-format
msgid ""
"Usage: nmcli connection reload { help }\n"
@@ -887,7 +516,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:465
+#: ../clients/cli/connections.c:471
#, c-format
msgid ""
"Usage: nmcli connection load { ARGUMENTS | help }\n"
@@ -901,7 +530,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:477
+#: ../clients/cli/connections.c:483
#, c-format
msgid ""
"Usage: nmcli connection import { ARGUMENTS | help }\n"
@@ -916,7 +545,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:490
+#: ../clients/cli/connections.c:496
#, c-format
msgid ""
"Usage: nmcli connection export { ARGUMENTS | help }\n"
@@ -928,457 +557,467 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:524
+#: ../clients/cli/connections.c:530
msgid "activating"
msgstr ""
-#: ../clients/cli/connections.c:526
+#: ../clients/cli/connections.c:532
msgid "activated"
msgstr ""
-#: ../clients/cli/connections.c:530
+#: ../clients/cli/connections.c:534 ../clients/common/nm-client-utils.c:243
+msgid "deactivating"
+msgstr ""
+
+#: ../clients/cli/connections.c:536
msgid "deactivated"
msgstr ""
-#: ../clients/cli/connections.c:542
+#: ../clients/cli/connections.c:539 ../clients/cli/connections.c:562
+#: ../clients/cli/devices.c:1210 ../clients/cli/devices.c:1254
+#: ../clients/cli/devices.c:1256 ../clients/cli/general.c:41
+#: ../clients/cli/general.c:79 ../clients/cli/general.c:146
+#: ../clients/cli/general.c:151 ../clients/common/nm-client-utils.c:247
+#: ../clients/common/nm-client-utils.c:250
+#: ../clients/common/nm-client-utils.c:266
+#: ../clients/common/nm-client-utils.c:269
+#: ../clients/common/nm-meta-setting-desc.c:1335
+#: ../clients/common/nm-meta-setting-desc.c:1403
+#: ../clients/common/nm-meta-setting-desc.c:2545
+#: ../clients/common/nm-meta-setting-desc.c:2599
+msgid "unknown"
+msgstr ""
+
+#: ../clients/cli/connections.c:548
#, fuzzy
msgid "VPN connecting (prepare)"
msgstr "إتّصالات VPN"
-#: ../clients/cli/connections.c:544
+#: ../clients/cli/connections.c:550
msgid "VPN connecting (need authentication)"
msgstr ""
-#: ../clients/cli/connections.c:546
+#: ../clients/cli/connections.c:552
#, fuzzy
msgid "VPN connecting"
msgstr "إتّصالات VPN"
-#: ../clients/cli/connections.c:548
+#: ../clients/cli/connections.c:554
msgid "VPN connecting (getting IP configuration)"
msgstr ""
-#: ../clients/cli/connections.c:550
+#: ../clients/cli/connections.c:556
#, fuzzy
msgid "VPN connected"
msgstr "إتّصالات VPN"
-#: ../clients/cli/connections.c:552
+#: ../clients/cli/connections.c:558
#, fuzzy
msgid "VPN connection failed"
msgstr "إتّصالات VPN"
-#: ../clients/cli/connections.c:554
+#: ../clients/cli/connections.c:560
#, fuzzy
msgid "VPN disconnected"
msgstr "إتّصالات VPN"
-#: ../clients/cli/connections.c:624
+#: ../clients/cli/connections.c:630
#, c-format
msgid "Error updating secrets for %s: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:644
+#: ../clients/cli/connections.c:650
msgid "Connection profile details"
msgstr ""
-#: ../clients/cli/connections.c:657 ../clients/cli/connections.c:1107
+#: ../clients/cli/connections.c:663 ../clients/cli/connections.c:1113
#, fuzzy, c-format
msgid "Error: 'connection show': %s"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:875
+#: ../clients/cli/connections.c:881
msgid "never"
msgstr ""
-#: ../clients/cli/connections.c:1097
+#. "CAPABILITIES"
+#: ../clients/cli/connections.c:882 ../clients/cli/connections.c:884
+#: ../clients/cli/connections.c:886 ../clients/cli/connections.c:919
+#: ../clients/cli/connections.c:986 ../clients/cli/connections.c:987
+#: ../clients/cli/connections.c:989 ../clients/cli/connections.c:4432
+#: ../clients/cli/connections.c:6370 ../clients/cli/connections.c:6371
+#: ../clients/cli/devices.c:884 ../clients/cli/devices.c:1173
+#: ../clients/cli/devices.c:1174 ../clients/cli/devices.c:1175
+#: ../clients/cli/devices.c:1176 ../clients/cli/devices.c:1177
+#: ../clients/cli/devices.c:1214 ../clients/cli/devices.c:1216
+#: ../clients/cli/devices.c:1217 ../clients/cli/devices.c:1247
+#: ../clients/cli/devices.c:1248 ../clients/cli/devices.c:1249
+#: ../clients/cli/devices.c:1250 ../clients/cli/devices.c:1251
+#: ../clients/cli/devices.c:1252 ../clients/cli/devices.c:1253
+#: ../clients/cli/devices.c:1255 ../clients/cli/devices.c:1257
+#: ../clients/cli/general.c:152 ../clients/common/nm-client-utils.c:258
+#: ../clients/common/nm-meta-setting-desc.c:575
+#: ../clients/common/nm-meta-setting-desc.c:2538
+msgid "yes"
+msgstr ""
+
+#: ../clients/cli/connections.c:882 ../clients/cli/connections.c:884
+#: ../clients/cli/connections.c:886 ../clients/cli/connections.c:986
+#: ../clients/cli/connections.c:987 ../clients/cli/connections.c:989
+#: ../clients/cli/connections.c:4431 ../clients/cli/connections.c:6370
+#: ../clients/cli/connections.c:6371 ../clients/cli/devices.c:884
+#: ../clients/cli/devices.c:1173 ../clients/cli/devices.c:1174
+#: ../clients/cli/devices.c:1175 ../clients/cli/devices.c:1176
+#: ../clients/cli/devices.c:1177 ../clients/cli/devices.c:1214
+#: ../clients/cli/devices.c:1216 ../clients/cli/devices.c:1217
+#: ../clients/cli/devices.c:1247 ../clients/cli/devices.c:1248
+#: ../clients/cli/devices.c:1249 ../clients/cli/devices.c:1250
+#: ../clients/cli/devices.c:1251 ../clients/cli/devices.c:1252
+#: ../clients/cli/devices.c:1253 ../clients/cli/devices.c:1255
+#: ../clients/cli/devices.c:1257 ../clients/cli/general.c:153
+#: ../clients/common/nm-client-utils.c:260
+#: ../clients/common/nm-meta-setting-desc.c:575
+#: ../clients/common/nm-meta-setting-desc.c:2541
+#, fuzzy
+msgid "no"
+msgstr "بلا"
+
+#: ../clients/cli/connections.c:1103
msgid "Activate connection details"
msgstr ""
-#: ../clients/cli/connections.c:1344
+#: ../clients/cli/connections.c:1350
#, c-format
msgid "invalid field '%s'; allowed fields: %s and %s, or %s,%s"
msgstr ""
-#: ../clients/cli/connections.c:1359 ../clients/cli/connections.c:1367
+#: ../clients/cli/connections.c:1365 ../clients/cli/connections.c:1373
#, c-format
msgid "'%s' has to be alone"
msgstr ""
-#: ../clients/cli/connections.c:1567
+#: ../clients/cli/connections.c:1573
#, c-format
msgid "incorrect string '%s' of '--order' option"
msgstr ""
-#: ../clients/cli/connections.c:1593
+#: ../clients/cli/connections.c:1599
#, c-format
msgid "incorrect item '%s' in '--order' option"
msgstr ""
-#: ../clients/cli/connections.c:1623
+#: ../clients/cli/connections.c:1629
#, fuzzy
msgid "No connection specified"
msgstr "إتّصالات VPN"
-#: ../clients/cli/connections.c:1638
+#: ../clients/cli/connections.c:1644
#, c-format
msgid "%s argument is missing"
msgstr ""
-#: ../clients/cli/connections.c:1648
+#: ../clients/cli/connections.c:1654
#, fuzzy, c-format
msgid "unknown connection '%s'"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:1681
+#: ../clients/cli/connections.c:1687
msgid "'--order' argument is missing"
msgstr ""
-#: ../clients/cli/connections.c:1736
+#: ../clients/cli/connections.c:1742
msgid "NetworkManager active profiles"
msgstr ""
-#: ../clients/cli/connections.c:1737
+#: ../clients/cli/connections.c:1743
msgid "NetworkManager connection profiles"
msgstr ""
-#: ../clients/cli/connections.c:1790 ../clients/cli/connections.c:2558
-#: ../clients/cli/connections.c:2570 ../clients/cli/connections.c:2582
-#: ../clients/cli/connections.c:2758 ../clients/cli/connections.c:8446
-#: ../clients/cli/connections.c:8463 ../clients/cli/devices.c:2624
-#: ../clients/cli/devices.c:2634 ../clients/cli/devices.c:2876
-#: ../clients/cli/devices.c:2886 ../clients/cli/devices.c:2904
-#: ../clients/cli/devices.c:2913 ../clients/cli/devices.c:2934
+#: ../clients/cli/connections.c:1796 ../clients/cli/connections.c:2471
+#: ../clients/cli/connections.c:2483 ../clients/cli/connections.c:2495
+#: ../clients/cli/connections.c:2671 ../clients/cli/connections.c:8431
+#: ../clients/cli/connections.c:8448 ../clients/cli/devices.c:2681
+#: ../clients/cli/devices.c:2692 ../clients/cli/devices.c:2934
#: ../clients/cli/devices.c:2945 ../clients/cli/devices.c:2963
-#: ../clients/cli/devices.c:3341 ../clients/cli/devices.c:3351
-#: ../clients/cli/devices.c:3359 ../clients/cli/devices.c:3371
-#: ../clients/cli/devices.c:3386 ../clients/cli/devices.c:3394
-#: ../clients/cli/devices.c:3568 ../clients/cli/devices.c:3579
-#: ../clients/cli/devices.c:3751
+#: ../clients/cli/devices.c:2972 ../clients/cli/devices.c:2993
+#: ../clients/cli/devices.c:3004 ../clients/cli/devices.c:3022
+#: ../clients/cli/devices.c:3400 ../clients/cli/devices.c:3410
+#: ../clients/cli/devices.c:3418 ../clients/cli/devices.c:3430
+#: ../clients/cli/devices.c:3445 ../clients/cli/devices.c:3453
+#: ../clients/cli/devices.c:3627 ../clients/cli/devices.c:3638
+#: ../clients/cli/devices.c:3810
#, c-format
msgid "Error: %s argument is missing."
msgstr ""
-#: ../clients/cli/connections.c:1809
+#: ../clients/cli/connections.c:1815
#, c-format
msgid "Error: %s - no such connection profile."
msgstr ""
-#: ../clients/cli/connections.c:1873 ../clients/cli/connections.c:2545
-#: ../clients/cli/connections.c:2609 ../clients/cli/connections.c:7956
-#: ../clients/cli/connections.c:8067 ../clients/cli/connections.c:8577
-#: ../clients/cli/devices.c:1525 ../clients/cli/devices.c:1811
-#: ../clients/cli/devices.c:1980 ../clients/cli/devices.c:2088
-#: ../clients/cli/devices.c:2277 ../clients/cli/devices.c:3531
-#: ../clients/cli/devices.c:3757 ../clients/cli/general.c:926
+#: ../clients/cli/connections.c:1879 ../clients/cli/connections.c:2458
+#: ../clients/cli/connections.c:2522 ../clients/cli/connections.c:7941
+#: ../clients/cli/connections.c:8052 ../clients/cli/connections.c:8562
+#: ../clients/cli/devices.c:1582 ../clients/cli/devices.c:1868
+#: ../clients/cli/devices.c:2037 ../clients/cli/devices.c:2145
+#: ../clients/cli/devices.c:2334 ../clients/cli/devices.c:3590
+#: ../clients/cli/devices.c:3816 ../clients/cli/general.c:928
#, c-format
msgid "Error: %s."
msgstr ""
-#: ../clients/cli/connections.c:1971
+#: ../clients/cli/connections.c:1977
#, c-format
msgid "no active connection on device '%s'"
msgstr ""
-#: ../clients/cli/connections.c:1979
+#: ../clients/cli/connections.c:1985
msgid "no active connection or device"
msgstr ""
-#: ../clients/cli/connections.c:1999
+#: ../clients/cli/connections.c:2005
#, fuzzy, c-format
msgid "device '%s' not compatible with connection '%s':"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:2035
+#: ../clients/cli/connections.c:2041
#, c-format
msgid "device '%s' not compatible with connection '%s'"
msgstr ""
-#: ../clients/cli/connections.c:2038
+#: ../clients/cli/connections.c:2044
#, fuzzy, c-format
msgid "no device found for connection '%s'"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:2058
-msgid "Unknown reason"
-msgstr ""
-
-#: ../clients/cli/connections.c:2060
-#, fuzzy
-msgid "The connection was disconnected"
-msgstr "لا يمكن إضافة اتصال VPN"
-
-#: ../clients/cli/connections.c:2062
-#, fuzzy
-msgid "Disconnected by user"
-msgstr "إتّصالات VPN"
-
-#: ../clients/cli/connections.c:2064
-msgid "The base network connection was interrupted"
-msgstr ""
-
-#: ../clients/cli/connections.c:2066
-msgid "The VPN service stopped unexpectedly"
-msgstr ""
-
-#: ../clients/cli/connections.c:2068
-msgid "The VPN service returned invalid configuration"
-msgstr ""
-
-#: ../clients/cli/connections.c:2070
-#, fuzzy
-msgid "The connection attempt timed out"
-msgstr "إتّصالات VPN"
-
#: ../clients/cli/connections.c:2072
-msgid "The VPN service did not start in time"
-msgstr ""
-
-#: ../clients/cli/connections.c:2074
-msgid "The VPN service failed to start"
-msgstr ""
-
-#: ../clients/cli/connections.c:2076
-msgid "No valid secrets"
-msgstr ""
-
-#: ../clients/cli/connections.c:2078
-msgid "Invalid secrets"
-msgstr ""
-
-#: ../clients/cli/connections.c:2080
-#, fuzzy
-msgid "The connection was removed"
-msgstr "حذف اتصال VPN \"%s\"؟"
-
-#: ../clients/cli/connections.c:2082
-#, fuzzy
-msgid "Master connection failed"
-msgstr "إتّصالات VPN"
-
-#: ../clients/cli/connections.c:2084
-msgid "Could not create a software link"
-msgstr ""
-
-#: ../clients/cli/connections.c:2086
-msgid "The device disappeared"
-msgstr ""
-
-#: ../clients/cli/connections.c:2089
-msgid "Invalid reason"
+#, c-format
+msgid "Connection successfully activated (%s) (D-Bus active path: %s)\n"
msgstr ""
-#: ../clients/cli/connections.c:2115 ../clients/cli/connections.c:2307
-#: ../clients/cli/connections.c:6263
+#: ../clients/cli/connections.c:2076 ../clients/cli/connections.c:2224
+#: ../clients/cli/connections.c:6249
#, c-format
msgid "Connection successfully activated (D-Bus active path: %s)\n"
msgstr ""
-#: ../clients/cli/connections.c:2146 ../clients/cli/connections.c:2287
+#: ../clients/cli/connections.c:2083 ../clients/cli/connections.c:2204
#, c-format
msgid "Error: Connection activation failed: %s"
msgstr ""
-#: ../clients/cli/connections.c:2173
-#, c-format
-msgid ""
-"Connection successfully activated (master waiting for slaves) (D-Bus active "
-"path: %s)\n"
-msgstr ""
-
-#: ../clients/cli/connections.c:2202
+#: ../clients/cli/connections.c:2119
#, c-format
msgid "Error: Timeout expired (%d seconds)"
msgstr ""
-#: ../clients/cli/connections.c:2368
+#: ../clients/cli/connections.c:2285
#, c-format
msgid "failed to read passwd-file '%s': %s"
msgstr ""
-#: ../clients/cli/connections.c:2380
+#: ../clients/cli/connections.c:2297
#, c-format
msgid "missing colon in 'password' entry '%s'"
msgstr ""
-#: ../clients/cli/connections.c:2388
+#: ../clients/cli/connections.c:2305
#, c-format
msgid "missing dot in 'password' entry '%s'"
msgstr ""
-#: ../clients/cli/connections.c:2401
+#: ../clients/cli/connections.c:2318
#, c-format
msgid "invalid setting name in 'password' entry '%s'"
msgstr ""
-#: ../clients/cli/connections.c:2457
+#: ../clients/cli/connections.c:2374
#, c-format
msgid "unknown device '%s'."
msgstr ""
-#: ../clients/cli/connections.c:2462
+#: ../clients/cli/connections.c:2379
msgid "neither a valid connection nor device given"
msgstr ""
-#: ../clients/cli/connections.c:2592 ../clients/cli/devices.c:1476
-#: ../clients/cli/devices.c:2641 ../clients/cli/devices.c:2976
-#: ../clients/cli/devices.c:3585
+#: ../clients/cli/connections.c:2505 ../clients/cli/devices.c:1533
+#: ../clients/cli/devices.c:2699 ../clients/cli/devices.c:3035
+#: ../clients/cli/devices.c:3644
#, c-format
msgid "Unknown parameter: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:2617
+#: ../clients/cli/connections.c:2530
msgid "preparing"
msgstr ""
-#: ../clients/cli/connections.c:2637
+#: ../clients/cli/connections.c:2550
#, c-format
msgid "Connection '%s' (%s) successfully deleted.\n"
msgstr ""
-#: ../clients/cli/connections.c:2653
+#: ../clients/cli/connections.c:2566
#, c-format
msgid "Connection '%s' successfully deactivated (D-Bus active path: %s)\n"
msgstr ""
-#: ../clients/cli/connections.c:2734 ../clients/cli/connections.c:8182
-#: ../clients/cli/connections.c:8214 ../clients/cli/connections.c:8371
+#: ../clients/cli/connections.c:2647 ../clients/cli/connections.c:8167
+#: ../clients/cli/connections.c:8199 ../clients/cli/connections.c:8356
#, c-format
msgid "Error: No connection specified."
msgstr ""
-#: ../clients/cli/connections.c:2775
+#: ../clients/cli/connections.c:2688
#, c-format
msgid "Error: '%s' is not an active connection.\n"
msgstr ""
-#: ../clients/cli/connections.c:2776
+#: ../clients/cli/connections.c:2689
#, c-format
msgid "Error: not all active connections found."
msgstr ""
-#: ../clients/cli/connections.c:2785
+#: ../clients/cli/connections.c:2698
#, c-format
msgid "Error: no active connection provided."
msgstr ""
-#: ../clients/cli/connections.c:2819
+#: ../clients/cli/connections.c:2732
#, c-format
msgid "Connection '%s' deactivation failed: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:3075 ../clients/cli/connections.c:3132
-#: ../clients/common/nm-client-utils.c:165
+#: ../clients/cli/connections.c:2988 ../clients/cli/connections.c:3045
+#: ../clients/common/nm-client-utils.c:169
#, c-format
msgid "'%s' not among [%s]"
msgstr ""
-#: ../clients/cli/connections.c:3289
+#. We should not really come here
+#: ../clients/cli/connections.c:3008 ../clients/cli/connections.c:3068
+#: ../clients/common/nm-client-utils.c:279
+#, c-format
+msgid "Unknown error"
+msgstr ""
+
+#: ../clients/cli/connections.c:3202
#, c-format
msgid "Warning: master='%s' doesn't refer to any existing profile.\n"
msgstr ""
-#: ../clients/cli/connections.c:3626
+#: ../clients/cli/connections.c:3539
#, c-format
msgid "Error: invalid property '%s': %s."
msgstr ""
-#: ../clients/cli/connections.c:3643
+#: ../clients/cli/connections.c:3556
#, c-format
msgid "Error: failed to modify %s.%s: %s."
msgstr ""
-#: ../clients/cli/connections.c:3662
+#: ../clients/cli/connections.c:3575
#, c-format
msgid "Error: failed to remove a value from %s.%s: %s."
msgstr ""
-#: ../clients/cli/connections.c:3696
+#: ../clients/cli/connections.c:3609
#, c-format
msgid "Error: '%s' is mandatory."
msgstr ""
-#: ../clients/cli/connections.c:3723
+#: ../clients/cli/connections.c:3636
#, fuzzy, c-format
msgid "Error: invalid slave type; %s."
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:3733
+#: ../clients/cli/connections.c:3644
#, fuzzy, c-format
msgid "Error: invalid connection type; %s."
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:3810
+#: ../clients/cli/connections.c:3721
#, fuzzy, c-format
msgid "Error: bad connection type: %s"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:3856
+#: ../clients/cli/connections.c:3767
#, fuzzy, c-format
msgid "Error: '%s': %s"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:3877
+#: ../clients/cli/connections.c:3788
msgid "Error: master is required"
msgstr ""
-#: ../clients/cli/connections.c:3936
+#: ../clients/cli/connections.c:3847
#, fuzzy, c-format
msgid "Error: error adding bond option '%s=%s'."
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:3967
+#: ../clients/cli/connections.c:3878
#, c-format
msgid "Error: '%s' is not a valid monitoring mode; use '%s' or '%s'.\n"
msgstr ""
-#: ../clients/cli/connections.c:3998
+#: ../clients/cli/connections.c:3909
#, c-format
-msgid "Error: 'bt-type': '%s' not valid; use [%s, %s (%s), %s]."
+msgid "Error: 'bt-type': '%s' not valid; use [%s, %s, %s (%s), %s]."
msgstr ""
-#: ../clients/cli/connections.c:4246
+#: ../clients/cli/connections.c:4158
#, c-format
msgid "Error: value for '%s' is missing."
msgstr ""
-#: ../clients/cli/connections.c:4292
+#: ../clients/cli/connections.c:4204
msgid "Error: . argument is missing."
msgstr ""
-#: ../clients/cli/connections.c:4315
+#: ../clients/cli/connections.c:4227
#, c-format
msgid "Error: invalid or not allowed setting '%s': %s."
msgstr ""
-#: ../clients/cli/connections.c:4361 ../clients/cli/connections.c:4377
+#: ../clients/cli/connections.c:4273 ../clients/cli/connections.c:4289
#, c-format
msgid "Error: '%s' is ambiguous (%s.%s or %s.%s)."
msgstr ""
-#: ../clients/cli/connections.c:4395
+#: ../clients/cli/connections.c:4307
#, c-format
msgid "Error: invalid . '%s'."
msgstr ""
-#: ../clients/cli/connections.c:4437 ../clients/cli/connections.c:8007
+#: ../clients/cli/connections.c:4351 ../clients/cli/connections.c:7992
#, fuzzy, c-format
msgid "Error: Failed to add '%s' connection: %s"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:4442
+#: ../clients/cli/connections.c:4369
+#, c-format
+msgid ""
+"Warning: There is another connection with the name '%1$s'. Reference the "
+"connection by its uuid '%2$s'\n"
+msgid_plural ""
+"Warning: There are %3$u other connections with the name '%1$s'. Reference "
+"the connection by its uuid '%2$s'\n"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#: ../clients/cli/connections.c:4378
#, c-format
msgid "Connection '%s' (%s) successfully added.\n"
msgstr ""
-#: ../clients/cli/connections.c:4580
+#: ../clients/cli/connections.c:4516
#, c-format
msgid ""
"You can specify this option more than once. Press when you're done.\n"
msgstr ""
#. Ask for optional arguments.
-#: ../clients/cli/connections.c:4645
+#: ../clients/cli/connections.c:4615
#, c-format
msgid "There is %d optional setting for %s.\n"
msgid_plural "There are %d optional settings for %s.\n"
@@ -1387,7 +1026,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: ../clients/cli/connections.c:4648
+#: ../clients/cli/connections.c:4618
#, c-format
msgid "Do you want to provide it? %s"
msgid_plural "Do you want to provide them? %s"
@@ -1396,22 +1035,22 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: ../clients/cli/connections.c:4773 ../clients/cli/utils.c:302
+#: ../clients/cli/connections.c:4754 ../clients/cli/utils.c:303
#, c-format
msgid "Error: value for '%s' argument is required."
msgstr ""
-#: ../clients/cli/connections.c:4779
+#: ../clients/cli/connections.c:4760
#, c-format
msgid "Error: 'save': %s."
msgstr ""
-#: ../clients/cli/connections.c:4867 ../clients/cli/connections.c:4878
+#: ../clients/cli/connections.c:4848 ../clients/cli/connections.c:4859
#, c-format
msgid "Error: '%s' argument is required."
msgstr ""
-#: ../clients/cli/connections.c:5852
+#: ../clients/cli/connections.c:5837
#, c-format
msgid "['%s' setting values]\n"
msgstr ""
@@ -1419,7 +1058,7 @@ msgstr ""
#. TRANSLATORS: do not translate command names and keywords before ::
#. * However, you should translate terms enclosed in <>.
#.
-#: ../clients/cli/connections.c:5931
+#: ../clients/cli/connections.c:5916
#, c-format
msgid ""
"---[ Main menu ]---\n"
@@ -1438,7 +1077,7 @@ msgid ""
"quit :: exit nmcli\n"
msgstr ""
-#: ../clients/cli/connections.c:5958
+#: ../clients/cli/connections.c:5943
#, c-format
msgid ""
"goto [.] | :: enter setting/property for editing\n"
@@ -1450,7 +1089,7 @@ msgid ""
" nmcli> goto ipv4.addresses\n"
msgstr ""
-#: ../clients/cli/connections.c:5965
+#: ../clients/cli/connections.c:5950
#, c-format
msgid ""
"remove [.] :: remove setting or reset property value\n"
@@ -1463,7 +1102,7 @@ msgid ""
" nmcli> remove eth.mtu\n"
msgstr ""
-#: ../clients/cli/connections.c:5972
+#: ../clients/cli/connections.c:5957
#, c-format
msgid ""
"set [. ] :: set property value\n"
@@ -1473,7 +1112,7 @@ msgid ""
"Example: nmcli> set con.id My connection\n"
msgstr ""
-#: ../clients/cli/connections.c:5977
+#: ../clients/cli/connections.c:5962
#, c-format
msgid ""
"describe [.] :: describe property\n"
@@ -1482,7 +1121,7 @@ msgid ""
"see all NM settings and properties.\n"
msgstr ""
-#: ../clients/cli/connections.c:5982
+#: ../clients/cli/connections.c:5967
#, c-format
msgid ""
"print [all] :: print setting or connection values\n"
@@ -1492,7 +1131,7 @@ msgid ""
"Example: nmcli ipv4> print all\n"
msgstr ""
-#: ../clients/cli/connections.c:5987
+#: ../clients/cli/connections.c:5972
#, c-format
msgid ""
"verify [all | fix] :: verify setting or connection validity\n"
@@ -1507,7 +1146,7 @@ msgid ""
" nmcli bond> verify\n"
msgstr ""
-#: ../clients/cli/connections.c:5996
+#: ../clients/cli/connections.c:5981
#, c-format
msgid ""
"save [persistent|temporary] :: save the connection\n"
@@ -1523,7 +1162,7 @@ msgid ""
"profile must be deleted.\n"
msgstr ""
-#: ../clients/cli/connections.c:6007
+#: ../clients/cli/connections.c:5992
#, c-format
msgid ""
"activate [] [/|] :: activate the connection\n"
@@ -1536,21 +1175,21 @@ msgid ""
"specified)\n"
msgstr ""
-#: ../clients/cli/connections.c:6014 ../clients/cli/connections.c:6173
+#: ../clients/cli/connections.c:5999 ../clients/cli/connections.c:6158
#, c-format
msgid ""
"back :: go to upper menu level\n"
"\n"
msgstr ""
-#: ../clients/cli/connections.c:6017
+#: ../clients/cli/connections.c:6002
#, c-format
msgid ""
"help/? [] :: help for the nmcli commands\n"
"\n"
msgstr ""
-#: ../clients/cli/connections.c:6020
+#: ../clients/cli/connections.c:6005
#, c-format
msgid ""
"nmcli [ ] :: nmcli configuration\n"
@@ -1566,7 +1205,7 @@ msgid ""
" nmcli> nmcli prompt-color 3\n"
msgstr ""
-#: ../clients/cli/connections.c:6042 ../clients/cli/connections.c:6179
+#: ../clients/cli/connections.c:6027 ../clients/cli/connections.c:6164
#, c-format
msgid ""
"quit :: exit nmcli\n"
@@ -1575,8 +1214,8 @@ msgid ""
"user is asked to confirm the action.\n"
msgstr ""
-#: ../clients/cli/connections.c:6047 ../clients/cli/connections.c:6184
-#: ../clients/cli/connections.c:6610 ../clients/cli/connections.c:7569
+#: ../clients/cli/connections.c:6032 ../clients/cli/connections.c:6169
+#: ../clients/cli/connections.c:6605 ../clients/cli/connections.c:7562
#, c-format
msgid "Unknown command: '%s'\n"
msgstr ""
@@ -1584,7 +1223,7 @@ msgstr ""
#. TRANSLATORS: do not translate command names and keywords before ::
#. * However, you should translate terms enclosed in <>.
#.
-#: ../clients/cli/connections.c:6113
+#: ../clients/cli/connections.c:6098
#, c-format
msgid ""
"---[ Property menu ]---\n"
@@ -1600,7 +1239,7 @@ msgid ""
"quit :: exit nmcli\n"
msgstr ""
-#: ../clients/cli/connections.c:6138
+#: ../clients/cli/connections.c:6123
#, c-format
msgid ""
"set [] :: set new value\n"
@@ -1608,7 +1247,7 @@ msgid ""
"This command sets provided to this property\n"
msgstr ""
-#: ../clients/cli/connections.c:6142
+#: ../clients/cli/connections.c:6127
#, c-format
msgid ""
"add [] :: append new value to the property\n"
@@ -1618,7 +1257,7 @@ msgid ""
"(same as 'set').\n"
msgstr ""
-#: ../clients/cli/connections.c:6148
+#: ../clients/cli/connections.c:6133
#, c-format
msgid ""
"change :: change current value\n"
@@ -1626,7 +1265,7 @@ msgid ""
"Displays current value and allows editing it.\n"
msgstr ""
-#: ../clients/cli/connections.c:6152
+#: ../clients/cli/connections.c:6137
#, c-format
msgid ""
"remove [||] :: delete the value\n"
@@ -1646,7 +1285,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:6163
+#: ../clients/cli/connections.c:6148
#, c-format
msgid ""
"describe :: describe property\n"
@@ -1655,7 +1294,7 @@ msgid ""
"see all NM settings and properties.\n"
msgstr ""
-#: ../clients/cli/connections.c:6168
+#: ../clients/cli/connections.c:6153
#, c-format
msgid ""
"print [property|setting|connection] :: print property (setting, connection) "
@@ -1665,101 +1304,101 @@ msgid ""
"the whole setting or connection.\n"
msgstr ""
-#: ../clients/cli/connections.c:6176
+#: ../clients/cli/connections.c:6161
#, c-format
msgid ""
"help/? [] :: help for nmcli commands\n"
"\n"
msgstr ""
-#: ../clients/cli/connections.c:6269
+#: ../clients/cli/connections.c:6255
#, c-format
msgid "Error: Connection activation failed.\n"
msgstr ""
-#: ../clients/cli/connections.c:6355
+#: ../clients/cli/connections.c:6350
#, c-format
msgid "Error: setting '%s' is mandatory and cannot be removed.\n"
msgstr ""
#. TRANSLATORS: status line in nmcli connection editor
-#: ../clients/cli/connections.c:6373
+#: ../clients/cli/connections.c:6368
#, c-format
msgid "[ Type: %s | Name: %s | UUID: %s | Dirty: %s | Temp: %s ]\n"
msgstr ""
-#: ../clients/cli/connections.c:6409
+#: ../clients/cli/connections.c:6404
#, c-format
msgid "The connection is not saved. Do you really want to quit? %s"
msgstr ""
-#: ../clients/cli/connections.c:6458
+#: ../clients/cli/connections.c:6453
#, c-format
msgid ""
"The connection profile has been removed from another client. You may type "
"'save' in the main menu to restore it.\n"
msgstr ""
-#: ../clients/cli/connections.c:6488 ../clients/cli/connections.c:6906
-#: ../clients/cli/connections.c:6968
+#: ../clients/cli/connections.c:6483 ../clients/cli/connections.c:6897
+#: ../clients/cli/connections.c:6955
#, c-format
msgid "Allowed values for '%s' property: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6491 ../clients/cli/connections.c:6909
-#: ../clients/cli/connections.c:6971
+#: ../clients/cli/connections.c:6486 ../clients/cli/connections.c:6900
+#: ../clients/cli/connections.c:6958
#, c-format
msgid "Enter '%s' value: "
msgstr ""
-#: ../clients/cli/connections.c:6506 ../clients/cli/connections.c:6528
-#: ../clients/cli/connections.c:6913 ../clients/cli/connections.c:6976
+#: ../clients/cli/connections.c:6501 ../clients/cli/connections.c:6523
+#: ../clients/cli/connections.c:6904 ../clients/cli/connections.c:6963
#, c-format
msgid "Error: failed to set '%s' property: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6522
+#: ../clients/cli/connections.c:6517
#, c-format
msgid "Edit '%s' value: "
msgstr ""
-#: ../clients/cli/connections.c:6551 ../clients/cli/settings.c:388
+#: ../clients/cli/connections.c:6546 ../clients/cli/settings.c:388
#, c-format
msgid "Error: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6557 ../clients/cli/connections.c:7072
-#: ../clients/cli/connections.c:7121
+#: ../clients/cli/connections.c:6552 ../clients/cli/connections.c:7058
+#: ../clients/cli/connections.c:7109
#, c-format
msgid "Error: failed to remove value of '%s': %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6578
+#: ../clients/cli/connections.c:6573
#, c-format
msgid "Unknown command argument: '%s'\n"
msgstr ""
-#: ../clients/cli/connections.c:6681
+#: ../clients/cli/connections.c:6676
#, c-format
msgid "Available settings: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6693
+#: ../clients/cli/connections.c:6688
#, c-format
msgid "Error: invalid setting name; %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6710
+#: ../clients/cli/connections.c:6705
#, c-format
msgid "Available properties: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6718
+#: ../clients/cli/connections.c:6713
#, c-format
msgid "Error: property %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6759
+#: ../clients/cli/connections.c:6754
#, c-format
msgid ""
"Saving the connection with 'autoconnect=yes'. That might result in an "
@@ -1767,417 +1406,418 @@ msgid ""
"Do you still want to save? %s"
msgstr ""
-#: ../clients/cli/connections.c:6845
+#: ../clients/cli/connections.c:6837
#, c-format
msgid "You may edit the following settings: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6873
+#: ../clients/cli/connections.c:6867
#, c-format
msgid ""
"The connection profile has been removed from another client. You may type "
"'save' to restore it.\n"
msgstr ""
-#: ../clients/cli/connections.c:6917 ../clients/cli/connections.c:7166
+#: ../clients/cli/connections.c:6908 ../clients/cli/connections.c:7153
+#: ../clients/cli/connections.c:7185
#, c-format
msgid "Error: no setting selected; valid are [%s]\n"
msgstr ""
-#: ../clients/cli/connections.c:6918
+#: ../clients/cli/connections.c:6909
#, c-format
msgid "use 'goto ' first, or 'set .'\n"
msgstr ""
-#: ../clients/cli/connections.c:6932 ../clients/cli/connections.c:7099
-#: ../clients/cli/connections.c:7188
+#: ../clients/cli/connections.c:6924 ../clients/cli/connections.c:7085
+#: ../clients/cli/connections.c:7175
#, c-format
msgid "Error: invalid setting argument '%s'; valid are [%s]\n"
msgstr ""
-#: ../clients/cli/connections.c:6942
+#: ../clients/cli/connections.c:6933
#, c-format
msgid "Error: missing setting for '%s' property\n"
msgstr ""
-#: ../clients/cli/connections.c:6949
+#: ../clients/cli/connections.c:6940
#, c-format
msgid "Error: invalid property: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7008
+#: ../clients/cli/connections.c:6994
#, c-format
msgid "Error: unknown setting '%s'\n"
msgstr ""
-#: ../clients/cli/connections.c:7033
+#: ../clients/cli/connections.c:7019
#, c-format
msgid "You may edit the following properties: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7077
+#: ../clients/cli/connections.c:7063
#, c-format
msgid "Error: no argument given; valid are [%s]\n"
msgstr ""
-#: ../clients/cli/connections.c:7096
+#: ../clients/cli/connections.c:7082
#, c-format
msgid "Setting '%s' is not present in the connection.\n"
msgstr ""
-#: ../clients/cli/connections.c:7142
+#: ../clients/cli/connections.c:7130
#, c-format
msgid "Error: %s properties, nor it is a setting name.\n"
msgstr ""
-#: ../clients/cli/connections.c:7167
+#: ../clients/cli/connections.c:7154 ../clients/cli/connections.c:7186
#, c-format
msgid "use 'goto ' first, or 'describe .'\n"
msgstr ""
-#: ../clients/cli/connections.c:7216
+#: ../clients/cli/connections.c:7209
#, c-format
msgid "Error: invalid property: %s, neither a valid setting name.\n"
msgstr ""
-#: ../clients/cli/connections.c:7249
+#: ../clients/cli/connections.c:7239
#, c-format
msgid "Error: unknown setting: '%s'\n"
msgstr ""
-#: ../clients/cli/connections.c:7254
+#: ../clients/cli/connections.c:7244
#, c-format
msgid "Error: '%s' setting not present in the connection\n"
msgstr ""
-#: ../clients/cli/connections.c:7282
+#: ../clients/cli/connections.c:7275
#, c-format
msgid "Error: invalid property: %s%s\n"
msgstr ""
-#: ../clients/cli/connections.c:7284
+#: ../clients/cli/connections.c:7277
msgid ", neither a valid setting name"
msgstr ""
-#: ../clients/cli/connections.c:7301
+#: ../clients/cli/connections.c:7293
#, c-format
msgid "Invalid verify option: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7309
+#: ../clients/cli/connections.c:7301
#, c-format
msgid "Verify setting '%s': %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7324
+#: ../clients/cli/connections.c:7316
#, fuzzy, c-format
msgid "Verify connection: %s\n"
msgstr "إتّصالات VPN"
-#: ../clients/cli/connections.c:7327
+#: ../clients/cli/connections.c:7319
#, c-format
msgid "The error cannot be fixed automatically.\n"
msgstr ""
-#: ../clients/cli/connections.c:7344
+#: ../clients/cli/connections.c:7336
#, c-format
msgid "Error: invalid argument '%s'\n"
msgstr ""
-#: ../clients/cli/connections.c:7376
+#: ../clients/cli/connections.c:7368
#, c-format
msgid "Error: Failed to save '%s' (%s) connection: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7383
+#: ../clients/cli/connections.c:7375
#, c-format
msgid "Connection '%s' (%s) successfully saved.\n"
msgstr ""
-#: ../clients/cli/connections.c:7384
+#: ../clients/cli/connections.c:7376
#, c-format
msgid "Connection '%s' (%s) successfully updated.\n"
msgstr ""
-#: ../clients/cli/connections.c:7416
+#: ../clients/cli/connections.c:7408
#, c-format
msgid "Error: connection verification failed: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7417
+#: ../clients/cli/connections.c:7409
msgid "(unknown error)"
msgstr ""
-#: ../clients/cli/connections.c:7418
+#: ../clients/cli/connections.c:7410
#, c-format
msgid "You may try running 'verify fix' to fix errors.\n"
msgstr ""
-#: ../clients/cli/connections.c:7440
+#: ../clients/cli/connections.c:7432
#, c-format
msgid "Error: connection is not saved. Type 'save' first.\n"
msgstr ""
-#: ../clients/cli/connections.c:7444
+#: ../clients/cli/connections.c:7436
#, c-format
msgid "Error: connection is not valid: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7454
+#: ../clients/cli/connections.c:7446
#, fuzzy, c-format
msgid "Error: Cannot activate connection: %s.\n"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:7463
+#: ../clients/cli/connections.c:7455
#, c-format
msgid "Error: Failed to activate '%s' (%s) connection: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7469
+#: ../clients/cli/connections.c:7461
msgid "Monitoring connection activation (press any key to continue)\n"
msgstr ""
-#: ../clients/cli/connections.c:7505
+#: ../clients/cli/connections.c:7497
#, c-format
msgid "Error: status-line: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7513
+#: ../clients/cli/connections.c:7505
#, c-format
msgid "Error: save-confirmation: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7521
+#: ../clients/cli/connections.c:7513
#, c-format
msgid "Error: show-secrets: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7530
+#: ../clients/cli/connections.c:7522
#, c-format
msgid "Error: bad color: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7544
+#: ../clients/cli/connections.c:7537
#, c-format
msgid "Current nmcli configuration:\n"
msgstr ""
-#: ../clients/cli/connections.c:7554
+#: ../clients/cli/connections.c:7547
#, c-format
msgid "Invalid configuration option '%s'; allowed [%s]\n"
msgstr ""
-#: ../clients/cli/connections.c:7780
+#: ../clients/cli/connections.c:7765
#, c-format
msgid "Error: only one of 'id', uuid, or 'path' can be provided."
msgstr ""
-#: ../clients/cli/connections.c:7795 ../clients/cli/connections.c:7964
+#: ../clients/cli/connections.c:7780 ../clients/cli/connections.c:7949
#, fuzzy, c-format
msgid "Error: Unknown connection '%s'."
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:7813
+#: ../clients/cli/connections.c:7798
#, c-format
msgid "Warning: editing existing connection '%s'; 'type' argument is ignored\n"
msgstr ""
-#: ../clients/cli/connections.c:7816
+#: ../clients/cli/connections.c:7801
#, c-format
msgid ""
"Warning: editing existing connection '%s'; 'con-name' argument is ignored\n"
msgstr ""
-#: ../clients/cli/connections.c:7838
+#: ../clients/cli/connections.c:7823
#, c-format
msgid "Valid connection types: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7840
+#: ../clients/cli/connections.c:7825
#, fuzzy, c-format
msgid "Error: invalid connection type; %s\n"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:7880
+#: ../clients/cli/connections.c:7865
#, c-format
msgid "===| nmcli interactive connection editor |==="
msgstr ""
-#: ../clients/cli/connections.c:7883
+#: ../clients/cli/connections.c:7868
#, fuzzy, c-format
msgid "Editing existing '%s' connection: '%s'"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:7885
+#: ../clients/cli/connections.c:7870
#, fuzzy, c-format
msgid "Adding a new '%s' connection"
msgstr "أضف اتصال VPN جديد"
-#: ../clients/cli/connections.c:7887
+#: ../clients/cli/connections.c:7872
#, c-format
msgid "Type 'help' or '?' for available commands."
msgstr ""
-#: ../clients/cli/connections.c:7889
+#: ../clients/cli/connections.c:7874
#, c-format
msgid "Type 'describe [.]' for detailed property description."
msgstr ""
-#: ../clients/cli/connections.c:7924
+#: ../clients/cli/connections.c:7909
#, fuzzy, c-format
msgid "Error: Failed to modify connection '%s': %s"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:7931
+#: ../clients/cli/connections.c:7916
#, c-format
msgid "Connection '%s' (%s) successfully modified.\n"
msgstr ""
-#: ../clients/cli/connections.c:8012
+#: ../clients/cli/connections.c:7997
#, c-format
msgid "%s (%s) cloned as %s (%s).\n"
msgstr ""
-#: ../clients/cli/connections.c:8078
+#: ../clients/cli/connections.c:8063
#, fuzzy
msgid "New connection name: "
msgstr "إتّصالات VPN"
-#: ../clients/cli/connections.c:8080
+#: ../clients/cli/connections.c:8065
#, c-format
msgid "Error: argument is missing."
msgstr ""
-#: ../clients/cli/connections.c:8086 ../clients/cli/connections.c:8588
+#: ../clients/cli/connections.c:8071 ../clients/cli/connections.c:8573
#, c-format
msgid "Error: unknown extra argument: '%s'."
msgstr ""
-#: ../clients/cli/connections.c:8137
+#: ../clients/cli/connections.c:8122
#, c-format
msgid "Error: not all connections deleted."
msgstr ""
-#: ../clients/cli/connections.c:8138
+#: ../clients/cli/connections.c:8123
#, c-format
msgid "Error: Connection deletion failed: %s"
msgstr ""
-#: ../clients/cli/connections.c:8199 ../clients/cli/connections.c:8324
+#: ../clients/cli/connections.c:8184 ../clients/cli/connections.c:8309
#, c-format
msgid "Error: %s.\n"
msgstr ""
-#: ../clients/cli/connections.c:8200 ../clients/cli/connections.c:8325
+#: ../clients/cli/connections.c:8185 ../clients/cli/connections.c:8310
#, c-format
msgid "Error: not all connections found."
msgstr ""
#. truncate trailing ", "
-#: ../clients/cli/connections.c:8243
+#: ../clients/cli/connections.c:8228
#, c-format
msgid "Error: cannot delete unknown connection(s): %s."
msgstr ""
-#: ../clients/cli/connections.c:8255
+#: ../clients/cli/connections.c:8240
#, c-format
msgid "%s: connection profile changed\n"
msgstr ""
-#: ../clients/cli/connections.c:8281
+#: ../clients/cli/connections.c:8266
#, c-format
msgid "%s: connection profile created\n"
msgstr ""
-#: ../clients/cli/connections.c:8290
+#: ../clients/cli/connections.c:8275
#, c-format
msgid "%s: connection profile removed\n"
msgstr ""
-#: ../clients/cli/connections.c:8353
+#: ../clients/cli/connections.c:8338
#, fuzzy, c-format
msgid "Error: failed to reload connections: %s."
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:8386
+#: ../clients/cli/connections.c:8371
#, fuzzy, c-format
msgid "Error: failed to load connection: %s."
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:8394
+#: ../clients/cli/connections.c:8379
#, c-format
msgid "Could not load file '%s'\n"
msgstr ""
-#: ../clients/cli/connections.c:8401
+#: ../clients/cli/connections.c:8386
msgid "File to import: "
msgstr ""
-#: ../clients/cli/connections.c:8432
+#: ../clients/cli/connections.c:8417
#, c-format
msgid "Error: No arguments provided."
msgstr ""
-#: ../clients/cli/connections.c:8457
+#: ../clients/cli/connections.c:8442
#, c-format
msgid "Warning: 'type' already specified, ignoring extra one.\n"
msgstr ""
-#: ../clients/cli/connections.c:8472
+#: ../clients/cli/connections.c:8457
#, c-format
msgid "Warning: 'file' already specified, ignoring extra one.\n"
msgstr ""
-#: ../clients/cli/connections.c:8474
+#: ../clients/cli/connections.c:8459
#, c-format
msgid "Unknown parameter: %s"
msgstr ""
-#: ../clients/cli/connections.c:8486
+#: ../clients/cli/connections.c:8471
#, c-format
msgid "Error: 'type' argument is required."
msgstr ""
-#: ../clients/cli/connections.c:8491
+#: ../clients/cli/connections.c:8476
#, c-format
msgid "Error: 'file' argument is required."
msgstr ""
-#: ../clients/cli/connections.c:8498
+#: ../clients/cli/connections.c:8483
#, fuzzy, c-format
msgid "Error: failed to find VPN plugin for %s."
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:8506 ../clients/cli/connections.c:8607
+#: ../clients/cli/connections.c:8491 ../clients/cli/connections.c:8592
#, c-format
msgid "Error: failed to load VPN plugin: %s."
msgstr ""
-#: ../clients/cli/connections.c:8514
+#: ../clients/cli/connections.c:8499
#, c-format
msgid "Error: failed to import '%s': %s."
msgstr ""
-#: ../clients/cli/connections.c:8594
+#: ../clients/cli/connections.c:8579
msgid "Output file name: "
msgstr ""
-#: ../clients/cli/connections.c:8598
+#: ../clients/cli/connections.c:8583
#, fuzzy, c-format
msgid "Error: the connection is not VPN."
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/connections.c:8619
+#: ../clients/cli/connections.c:8604
#, c-format
msgid "Error: failed to create temporary file %s."
msgstr ""
-#: ../clients/cli/connections.c:8628
+#: ../clients/cli/connections.c:8613
#, c-format
msgid "Error: failed to export '%s': %s."
msgstr ""
-#: ../clients/cli/connections.c:8639
+#: ../clients/cli/connections.c:8624
#, c-format
msgid "Error: failed to read temporary file '%s': %s."
msgstr ""
@@ -2431,432 +2071,432 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/devices.c:543
+#: ../clients/cli/devices.c:600
#, c-format
msgid "Error: No interface specified."
msgstr ""
-#: ../clients/cli/devices.c:566
+#: ../clients/cli/devices.c:623
#, c-format
msgid "Warning: argument '%s' is duplicated.\n"
msgstr ""
-#: ../clients/cli/devices.c:569
+#: ../clients/cli/devices.c:626
#, c-format
msgid "Error: Device '%s' not found.\n"
msgstr ""
-#: ../clients/cli/devices.c:570
+#: ../clients/cli/devices.c:627
#, c-format
msgid "Error: not all devices found."
msgstr ""
-#: ../clients/cli/devices.c:599
+#: ../clients/cli/devices.c:656
msgid "No interface specified"
msgstr ""
-#: ../clients/cli/devices.c:618
+#: ../clients/cli/devices.c:675
#, c-format
msgid "Device '%s' not found"
msgstr ""
-#: ../clients/cli/devices.c:704 ../clients/cli/devices.c:856
+#: ../clients/cli/devices.c:761 ../clients/cli/devices.c:913
#, fuzzy
msgid "(none)"
msgstr "بلا"
-#: ../clients/cli/devices.c:775
+#: ../clients/cli/devices.c:832
#, c-format
msgid "%u MHz"
msgstr ""
-#: ../clients/cli/devices.c:776
+#: ../clients/cli/devices.c:833
#, c-format
msgid "%u Mbit/s"
msgstr ""
-#: ../clients/cli/devices.c:787
+#: ../clients/cli/devices.c:844
msgid "WEP"
msgstr ""
-#: ../clients/cli/devices.c:791
+#: ../clients/cli/devices.c:848
msgid "WPA1"
msgstr ""
-#: ../clients/cli/devices.c:795
+#: ../clients/cli/devices.c:852
#, fuzzy
msgid "WPA2"
msgstr "WPA2 TKIP"
-#: ../clients/cli/devices.c:800
+#: ../clients/cli/devices.c:857
msgid "802.1X"
msgstr ""
-#: ../clients/cli/devices.c:815
+#: ../clients/cli/devices.c:872
msgid "Ad-Hoc"
msgstr ""
-#: ../clients/cli/devices.c:816
+#: ../clients/cli/devices.c:873
msgid "Infra"
msgstr ""
-#: ../clients/cli/devices.c:817
+#: ../clients/cli/devices.c:874
msgid "N/A"
msgstr ""
-#: ../clients/cli/devices.c:1031
+#: ../clients/cli/devices.c:1088
msgid "Device details"
msgstr ""
-#: ../clients/cli/devices.c:1042
+#: ../clients/cli/devices.c:1099
#, c-format
msgid "Error: 'device show': %s"
msgstr ""
-#: ../clients/cli/devices.c:1107 ../clients/cli/devices.c:1110
+#: ../clients/cli/devices.c:1164 ../clients/cli/devices.c:1167
msgid "(unknown)"
msgstr ""
-#: ../clients/cli/devices.c:1153
+#: ../clients/cli/devices.c:1210
#, c-format
msgid "%u Mb/s"
msgstr ""
-#: ../clients/cli/devices.c:1256
+#: ../clients/cli/devices.c:1313
#, fuzzy
msgid "on"
msgstr "بلا"
-#: ../clients/cli/devices.c:1256
+#: ../clients/cli/devices.c:1313
msgid "off"
msgstr ""
-#: ../clients/cli/devices.c:1490
+#: ../clients/cli/devices.c:1547
#, c-format
msgid "Error: 'device status': %s"
msgstr ""
-#: ../clients/cli/devices.c:1504
+#: ../clients/cli/devices.c:1561
msgid "Status of devices"
msgstr ""
-#: ../clients/cli/devices.c:1530 ../clients/cli/devices.c:1985
-#: ../clients/cli/devices.c:3761
+#: ../clients/cli/devices.c:1587 ../clients/cli/devices.c:2042
+#: ../clients/cli/devices.c:3820
#, c-format
msgid "Error: invalid extra argument '%s'."
msgstr ""
-#: ../clients/cli/devices.c:1566 ../clients/cli/general.c:553
+#: ../clients/cli/devices.c:1623 ../clients/cli/general.c:555
#, c-format
msgid "Error: Timeout %d sec expired."
msgstr ""
-#: ../clients/cli/devices.c:1615
+#: ../clients/cli/devices.c:1672
#, c-format
msgid "Device '%s' successfully activated with '%s'.\n"
msgstr ""
-#: ../clients/cli/devices.c:1621
+#: ../clients/cli/devices.c:1678
#, c-format
msgid "Error: Connection activation failed: (%d) %s.\n"
msgstr ""
-#: ../clients/cli/devices.c:1657
+#: ../clients/cli/devices.c:1714
#, c-format
msgid "Error: Failed to setup a Wi-Fi hotspot: %s"
msgstr ""
-#: ../clients/cli/devices.c:1660
+#: ../clients/cli/devices.c:1717
#, c-format
msgid "Error: Failed to add/activate new connection: %s"
msgstr ""
-#: ../clients/cli/devices.c:1670
+#: ../clients/cli/devices.c:1727
#, c-format
msgid "Error: Failed to setup a Wi-Fi hotspot"
msgstr ""
-#: ../clients/cli/devices.c:1672
+#: ../clients/cli/devices.c:1729
#, c-format
msgid "Error: Failed to add/activate new connection: Unknown error"
msgstr ""
-#: ../clients/cli/devices.c:1684
+#: ../clients/cli/devices.c:1741
#, c-format
msgid "Connection with UUID '%s' created and activated on device '%s'\n"
msgstr ""
-#: ../clients/cli/devices.c:1687
+#: ../clients/cli/devices.c:1744
#, c-format
msgid "Hotspot '%s' activated on device '%s'\n"
msgstr ""
-#: ../clients/cli/devices.c:1751
+#: ../clients/cli/devices.c:1808
#, c-format
msgid "Error: Device activation failed: %s"
msgstr ""
-#: ../clients/cli/devices.c:1760
+#: ../clients/cli/devices.c:1817
#, c-format
msgid "Error: Device activation failed: device was disconnected"
msgstr ""
-#: ../clients/cli/devices.c:1775
+#: ../clients/cli/devices.c:1832
#, c-format
msgid "Device '%s' has been connected.\n"
msgstr ""
-#: ../clients/cli/devices.c:1816
+#: ../clients/cli/devices.c:1873
#, c-format
msgid "Error: extra argument not allowed: '%s'."
msgstr ""
-#: ../clients/cli/devices.c:1888 ../clients/cli/devices.c:1903
-#: ../clients/cli/devices.c:2133
+#: ../clients/cli/devices.c:1945 ../clients/cli/devices.c:1960
+#: ../clients/cli/devices.c:2190
#, c-format
msgid "Device '%s' successfully disconnected.\n"
msgstr ""
-#: ../clients/cli/devices.c:1891
+#: ../clients/cli/devices.c:1948
#, c-format
msgid "Device '%s' successfully removed.\n"
msgstr ""
-#: ../clients/cli/devices.c:1950 ../clients/cli/devices.c:2020
+#: ../clients/cli/devices.c:2007 ../clients/cli/devices.c:2077
#, c-format
msgid "Error: Reapplying connection to device '%s' (%s) failed: %s"
msgstr ""
-#: ../clients/cli/devices.c:1960 ../clients/cli/devices.c:2029
+#: ../clients/cli/devices.c:2017 ../clients/cli/devices.c:2086
#, c-format
msgid "Connection successfully reapplied to device '%s'.\n"
msgstr ""
-#: ../clients/cli/devices.c:2054
+#: ../clients/cli/devices.c:2111
#, c-format
msgid "Error: Reading applied connection from device '%s' (%s) failed: %s"
msgstr ""
-#: ../clients/cli/devices.c:2118
+#: ../clients/cli/devices.c:2175
#, c-format
msgid "Error: not all devices disconnected."
msgstr ""
-#: ../clients/cli/devices.c:2119
+#: ../clients/cli/devices.c:2176
#, c-format
msgid "Error: Device '%s' (%s) disconnecting failed: %s\n"
msgstr ""
-#: ../clients/cli/devices.c:2197
+#: ../clients/cli/devices.c:2254
#, c-format
msgid "Error: not all devices deleted."
msgstr ""
-#: ../clients/cli/devices.c:2198
+#: ../clients/cli/devices.c:2255
#, c-format
msgid "Error: Device '%s' (%s) deletion failed: %s\n"
msgstr ""
-#: ../clients/cli/devices.c:2282
+#: ../clients/cli/devices.c:2339
#, c-format
msgid "Error: No property specified."
msgstr ""
-#: ../clients/cli/devices.c:2297 ../clients/cli/devices.c:2314
-#: ../clients/cli/general.c:722 ../clients/cli/general.c:734
+#: ../clients/cli/devices.c:2354 ../clients/cli/devices.c:2371
+#: ../clients/cli/general.c:724 ../clients/cli/general.c:736
#, c-format
msgid "Error: '%s' argument is missing."
msgstr ""
-#: ../clients/cli/devices.c:2303
+#: ../clients/cli/devices.c:2360
#, c-format
msgid "Error: 'managed': %s."
msgstr ""
-#: ../clients/cli/devices.c:2320
+#: ../clients/cli/devices.c:2377
#, c-format
msgid "Error: 'autoconnect': %s."
msgstr ""
-#: ../clients/cli/devices.c:2328 ../clients/cli/general.c:748
+#: ../clients/cli/devices.c:2385 ../clients/cli/general.c:750
#, c-format
msgid "Error: property '%s' is not known."
msgstr ""
-#: ../clients/cli/devices.c:2378
+#: ../clients/cli/devices.c:2435
#, fuzzy, c-format
msgid "%s: using connection '%s'\n"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/cli/devices.c:2404
+#: ../clients/cli/devices.c:2461
#, c-format
msgid "%s: device created\n"
msgstr ""
-#: ../clients/cli/devices.c:2411
+#: ../clients/cli/devices.c:2468
#, c-format
msgid "%s: device removed\n"
msgstr ""
-#: ../clients/cli/devices.c:2609
+#: ../clients/cli/devices.c:2666
msgid "Wi-Fi scan list"
msgstr ""
-#: ../clients/cli/devices.c:2657
+#: ../clients/cli/devices.c:2715
#, c-format
msgid "Error: 'device wifi': %s"
msgstr ""
-#: ../clients/cli/devices.c:2669
+#: ../clients/cli/devices.c:2727
#, c-format
msgid "Error: Device '%s' not found."
msgstr ""
-#: ../clients/cli/devices.c:2690 ../clients/cli/devices.c:2776
+#: ../clients/cli/devices.c:2748 ../clients/cli/devices.c:2834
#, c-format
msgid "Error: Access point with bssid '%s' not found."
msgstr ""
-#: ../clients/cli/devices.c:2718
+#: ../clients/cli/devices.c:2776
#, c-format
msgid ""
"Error: Device '%s' was not recognized as a Wi-Fi device, check "
"NetworkManager Wi-Fi plugin."
msgstr ""
-#: ../clients/cli/devices.c:2722 ../clients/cli/devices.c:3004
-#: ../clients/cli/devices.c:3439 ../clients/cli/devices.c:3598
+#: ../clients/cli/devices.c:2780 ../clients/cli/devices.c:3063
+#: ../clients/cli/devices.c:3498 ../clients/cli/devices.c:3657
#, c-format
msgid "Error: Device '%s' is not a Wi-Fi device."
msgstr ""
-#: ../clients/cli/devices.c:2854
+#: ../clients/cli/devices.c:2912
msgid "SSID or BSSID: "
msgstr ""
-#: ../clients/cli/devices.c:2859
+#: ../clients/cli/devices.c:2917
#, c-format
msgid "Error: SSID or BSSID are missing."
msgstr ""
-#: ../clients/cli/devices.c:2895
+#: ../clients/cli/devices.c:2954
#, c-format
msgid "Error: bssid argument value '%s' is not a valid BSSID."
msgstr ""
-#: ../clients/cli/devices.c:2925
+#: ../clients/cli/devices.c:2984
#, c-format
msgid ""
"Error: wep-key-type argument value '%s' is invalid, use 'key' or 'phrase'."
msgstr ""
-#: ../clients/cli/devices.c:2952 ../clients/cli/devices.c:2970
+#: ../clients/cli/devices.c:3011 ../clients/cli/devices.c:3029
#, c-format
msgid "Error: %s: %s."
msgstr ""
-#: ../clients/cli/devices.c:2987
+#: ../clients/cli/devices.c:3046
#, c-format
msgid "Error: BSSID to connect to (%s) differs from bssid argument (%s)."
msgstr ""
-#: ../clients/cli/devices.c:2993
+#: ../clients/cli/devices.c:3052
#, c-format
msgid "Error: Parameter '%s' is neither SSID nor BSSID."
msgstr ""
-#: ../clients/cli/devices.c:3006 ../clients/cli/devices.c:3441
-#: ../clients/cli/devices.c:3600
+#: ../clients/cli/devices.c:3065 ../clients/cli/devices.c:3500
+#: ../clients/cli/devices.c:3659
#, c-format
msgid "Error: No Wi-Fi device found."
msgstr ""
-#: ../clients/cli/devices.c:3026
+#: ../clients/cli/devices.c:3085
#, c-format
msgid "Error: Failed to scan hidden SSID: %s."
msgstr ""
-#: ../clients/cli/devices.c:3053
+#: ../clients/cli/devices.c:3112
#, c-format
msgid "Error: No network with SSID '%s' found."
msgstr ""
-#: ../clients/cli/devices.c:3055
+#: ../clients/cli/devices.c:3114
#, c-format
msgid "Error: No access point with BSSID '%s' found."
msgstr ""
-#: ../clients/cli/devices.c:3097
+#: ../clients/cli/devices.c:3156
#, c-format
msgid ""
"Warning: '%s' should be SSID for hidden APs; but it looks like a BSSID.\n"
msgstr ""
-#: ../clients/cli/devices.c:3111
+#: ../clients/cli/devices.c:3170
msgid "Password: "
msgstr ""
-#: ../clients/cli/devices.c:3260
+#: ../clients/cli/devices.c:3319
#, c-format
msgid "'%s' is not valid WPA PSK"
msgstr ""
-#: ../clients/cli/devices.c:3277
+#: ../clients/cli/devices.c:3336
#, c-format
msgid "'%s' is not valid WEP key (it should be 5 or 13 ASCII chars)"
msgstr ""
-#: ../clients/cli/devices.c:3293
+#: ../clients/cli/devices.c:3352
#, c-format
msgid "Hotspot password: %s\n"
msgstr ""
-#: ../clients/cli/devices.c:3364
+#: ../clients/cli/devices.c:3423
#, c-format
msgid "Error: ssid is too long."
msgstr ""
-#: ../clients/cli/devices.c:3378
+#: ../clients/cli/devices.c:3437
#, c-format
msgid "Error: band argument value '%s' is invalid; use 'a' or 'bg'."
msgstr ""
-#: ../clients/cli/devices.c:3403
+#: ../clients/cli/devices.c:3462
#, c-format
msgid "Error: Unknown parameter %s."
msgstr ""
-#: ../clients/cli/devices.c:3423
+#: ../clients/cli/devices.c:3482
#, c-format
msgid "Error: channel requires band too."
msgstr ""
-#: ../clients/cli/devices.c:3428
+#: ../clients/cli/devices.c:3487
#, c-format
msgid "Error: channel '%s' not valid for band '%s'."
msgstr ""
-#: ../clients/cli/devices.c:3452
+#: ../clients/cli/devices.c:3511
#, c-format
msgid "Error: Device '%s' supports neither AP nor Ad-Hoc mode."
msgstr ""
-#: ../clients/cli/devices.c:3486
+#: ../clients/cli/devices.c:3545
#, c-format
msgid "Error: Invalid 'password': %s."
msgstr ""
-#: ../clients/cli/devices.c:3561
+#: ../clients/cli/devices.c:3620
#, c-format
msgid "Error: '%s' cannot repeat."
msgstr ""
#. Main header name
-#: ../clients/cli/devices.c:3667
+#: ../clients/cli/devices.c:3726
msgid "Device LLDP neighbors"
msgstr ""
-#: ../clients/cli/devices.c:3777
+#: ../clients/cli/devices.c:3836
#, c-format
msgid "Error: 'device lldp list': %s"
msgstr ""
@@ -2878,11 +2518,19 @@ msgstr ""
msgid "connected (site only)"
msgstr ""
+#: ../clients/cli/general.c:46 ../clients/common/nm-client-utils.c:241
+msgid "connected"
+msgstr ""
+
#: ../clients/cli/general.c:47
#, fuzzy
msgid "disconnecting"
msgstr "حرر اتصال VPN"
+#: ../clients/cli/general.c:48 ../clients/common/nm-client-utils.c:227
+msgid "disconnected"
+msgstr ""
+
#: ../clients/cli/general.c:80
msgid "none"
msgstr "بلا"
@@ -2900,31 +2548,31 @@ msgstr ""
msgid "full"
msgstr ""
-#: ../clients/cli/general.c:152
+#: ../clients/cli/general.c:154
msgid "auth"
msgstr ""
-#: ../clients/cli/general.c:187
+#: ../clients/cli/general.c:189
msgid "running"
msgstr ""
-#: ../clients/cli/general.c:201
+#: ../clients/cli/general.c:203
msgid "starting"
msgstr ""
-#: ../clients/cli/general.c:201
+#: ../clients/cli/general.c:203
msgid "started"
msgstr ""
-#: ../clients/cli/general.c:235
+#: ../clients/cli/general.c:237
msgid "enabled"
msgstr ""
-#: ../clients/cli/general.c:235
+#: ../clients/cli/general.c:237
msgid "disabled"
msgstr ""
-#: ../clients/cli/general.c:367
+#: ../clients/cli/general.c:369
#, c-format
msgid ""
"Usage: nmcli general { COMMAND | help }\n"
@@ -2941,7 +2589,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:378
+#: ../clients/cli/general.c:380
#, c-format
msgid ""
"Usage: nmcli general status { help }\n"
@@ -2952,7 +2600,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:387
+#: ../clients/cli/general.c:389
#, c-format
msgid ""
"Usage: nmcli general hostname { ARGUMENTS | help }\n"
@@ -2966,7 +2614,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:399
+#: ../clients/cli/general.c:401
#, c-format
msgid ""
"Usage: nmcli general permissions { help }\n"
@@ -2975,7 +2623,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:407
+#: ../clients/cli/general.c:409
#, c-format
msgid ""
"Usage: nmcli general logging { ARGUMENTS | help }\n"
@@ -2991,7 +2639,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:420
+#: ../clients/cli/general.c:422
#, c-format
msgid ""
"Usage: nmcli networking { COMMAND | help }\n"
@@ -3006,7 +2654,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:430
+#: ../clients/cli/general.c:432
#, c-format
msgid ""
"Usage: nmcli networking on { help }\n"
@@ -3015,7 +2663,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:438
+#: ../clients/cli/general.c:440
#, c-format
msgid ""
"Usage: nmcli networking off { help }\n"
@@ -3024,7 +2672,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:446
+#: ../clients/cli/general.c:448
#, c-format
msgid ""
"Usage: nmcli networking connectivity { ARGUMENTS | help }\n"
@@ -3037,7 +2685,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:458
+#: ../clients/cli/general.c:460
#, c-format
msgid ""
"Usage: nmcli radio { COMMAND | help }\n"
@@ -3048,7 +2696,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:467
+#: ../clients/cli/general.c:469
#, c-format
msgid ""
"Usage: nmcli radio all { ARGUMENTS | help }\n"
@@ -3059,7 +2707,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:477
+#: ../clients/cli/general.c:479
#, c-format
msgid ""
"Usage: nmcli radio wifi { ARGUMENTS | help }\n"
@@ -3070,7 +2718,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:487
+#: ../clients/cli/general.c:489
#, c-format
msgid ""
"Usage: nmcli radio wwan { ARGUMENTS | help }\n"
@@ -3081,7 +2729,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:497
+#: ../clients/cli/general.c:499
#, c-format
msgid ""
"Usage: nmcli monitor\n"
@@ -3091,182 +2739,182 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:526
+#: ../clients/cli/general.c:528
msgid "NetworkManager status"
msgstr ""
-#: ../clients/cli/general.c:530
+#: ../clients/cli/general.c:532
#, c-format
msgid "Error: only these fields are allowed: %s"
msgstr ""
-#: ../clients/cli/general.c:580
+#: ../clients/cli/general.c:582
msgid "NetworkManager permissions"
msgstr ""
-#: ../clients/cli/general.c:584
+#: ../clients/cli/general.c:586
#, c-format
msgid "Error: 'general permissions': %s"
msgstr ""
-#: ../clients/cli/general.c:672
+#: ../clients/cli/general.c:674
msgid "NetworkManager logging"
msgstr ""
-#: ../clients/cli/general.c:676
+#: ../clients/cli/general.c:678
#, c-format
msgid "Error: 'general logging': %s"
msgstr ""
-#: ../clients/cli/general.c:758
+#: ../clients/cli/general.c:760
#, c-format
msgid "Error: failed to set logging: %s"
msgstr ""
-#: ../clients/cli/general.c:775
+#: ../clients/cli/general.c:777
#, c-format
msgid "Error: failed to set hostname: %s"
msgstr ""
-#: ../clients/cli/general.c:844
+#: ../clients/cli/general.c:846
#, c-format
msgid "Error: '--fields' value '%s' is not valid here (allowed field: %s)"
msgstr ""
-#: ../clients/cli/general.c:869
+#: ../clients/cli/general.c:871
#, c-format
msgid "Error: invalid '%s' argument: '%s' (use on/off)."
msgstr ""
#. no arguments -> get current state
-#: ../clients/cli/general.c:917 ../clients/cli/general.c:929
+#: ../clients/cli/general.c:919 ../clients/cli/general.c:931
msgid "Connectivity"
msgstr ""
-#: ../clients/cli/general.c:932
+#: ../clients/cli/general.c:934
#, c-format
msgid "Error: 'networking' command '%s' is not valid."
msgstr ""
-#: ../clients/cli/general.c:946
+#: ../clients/cli/general.c:948
msgid "Networking"
msgstr ""
#. no argument, show all radio switches
-#: ../clients/cli/general.c:981
+#: ../clients/cli/general.c:983
msgid "Radio switches"
msgstr ""
#. no argument, show current WiFi state
-#: ../clients/cli/general.c:1011
+#: ../clients/cli/general.c:1013
msgid "Wi-Fi radio switch"
msgstr ""
#. no argument, show current WWAN (mobile broadband) state
-#: ../clients/cli/general.c:1038
+#: ../clients/cli/general.c:1040
msgid "WWAN radio switch"
msgstr ""
-#: ../clients/cli/general.c:1087
+#: ../clients/cli/general.c:1089
msgid "NetworkManager has started"
msgstr ""
-#: ../clients/cli/general.c:1087
+#: ../clients/cli/general.c:1089
msgid "NetworkManager has stopped"
msgstr ""
-#: ../clients/cli/general.c:1098
+#: ../clients/cli/general.c:1100
#, c-format
msgid "Hostname set to '%s'\n"
msgstr ""
-#: ../clients/cli/general.c:1113
+#: ../clients/cli/general.c:1115
#, c-format
msgid "'%s' is now the primary connection\n"
msgstr ""
-#: ../clients/cli/general.c:1115
+#: ../clients/cli/general.c:1117
#, c-format
msgid "There's no primary connection\n"
msgstr ""
-#: ../clients/cli/general.c:1127
+#: ../clients/cli/general.c:1129
#, c-format
msgid "Connectivity is now '%s'\n"
msgstr ""
-#: ../clients/cli/general.c:1140
+#: ../clients/cli/general.c:1142
#, c-format
msgid "Networkmanager is now in the '%s' state\n"
msgstr ""
-#: ../clients/cli/general.c:1161
+#: ../clients/cli/general.c:1163
#, fuzzy
msgid "connection available"
msgstr "إتّصالات VPN"
-#: ../clients/cli/general.c:1163
+#: ../clients/cli/general.c:1165
#, fuzzy
msgid "connections available"
msgstr "إتّصالات VPN"
-#: ../clients/cli/general.c:1181
+#: ../clients/cli/general.c:1183
#, fuzzy
msgid "autoconnect"
msgstr "إتّصالات VPN"
-#: ../clients/cli/general.c:1183
+#: ../clients/cli/general.c:1185
msgid "fw missing"
msgstr ""
-#: ../clients/cli/general.c:1188
+#: ../clients/cli/general.c:1190
msgid "plugin missing"
msgstr ""
-#: ../clients/cli/general.c:1193
+#: ../clients/cli/general.c:1195
msgid "sw"
msgstr ""
-#: ../clients/cli/general.c:1195
+#: ../clients/cli/general.c:1197
msgid "hw"
msgstr ""
-#: ../clients/cli/general.c:1200
+#: ../clients/cli/general.c:1202
msgid "iface"
msgstr ""
-#: ../clients/cli/general.c:1203
+#: ../clients/cli/general.c:1205
#, fuzzy
msgid "port"
msgstr "_صدِّر"
-#: ../clients/cli/general.c:1206
+#: ../clients/cli/general.c:1208
msgid "mtu"
msgstr ""
-#: ../clients/cli/general.c:1223
+#: ../clients/cli/general.c:1225
msgid "master"
msgstr ""
-#: ../clients/cli/general.c:1227 ../clients/tui/nm-editor-utils.c:241
-#: ../clients/tui/nmt-connect-connection-list.c:406
+#: ../clients/cli/general.c:1229 ../clients/tui/nm-editor-utils.c:241
+#: ../clients/tui/nmt-connect-connection-list.c:410
msgid "VPN"
msgstr ""
-#: ../clients/cli/general.c:1229
+#: ../clients/cli/general.c:1231
msgid "ip4 default"
msgstr ""
-#: ../clients/cli/general.c:1231
+#: ../clients/cli/general.c:1233
msgid "ip6 default"
msgstr ""
-#: ../clients/cli/general.c:1314
+#: ../clients/cli/general.c:1316
#, fuzzy, c-format
msgid "%s VPN connection"
msgstr "إتّصالات VPN"
-#: ../clients/cli/general.c:1384
+#: ../clients/cli/general.c:1386
#, c-format
msgid ""
"Use \"nmcli device show\" to get complete information about known devices "
@@ -3277,16 +2925,16 @@ msgid ""
"details.\n"
msgstr ""
-#: ../clients/cli/general.c:1405
+#: ../clients/cli/general.c:1407
#, c-format
msgid "Error: 'monitor' command '%s' is not valid."
msgstr ""
-#: ../clients/cli/general.c:1417
+#: ../clients/cli/general.c:1419
msgid "Networkmanager is not running (waiting for it)\n"
msgstr ""
-#: ../clients/cli/nmcli.c:184
+#: ../clients/cli/nmcli.c:186
#, c-format
msgid ""
"Usage: nmcli [OPTIONS] OBJECT { COMMAND | help }\n"
@@ -3320,62 +2968,62 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/nmcli.c:263
+#: ../clients/cli/nmcli.c:265
#, c-format
msgid "Error: missing argument for '%s' option."
msgstr ""
-#: ../clients/cli/nmcli.c:311
+#: ../clients/cli/nmcli.c:313
#, c-format
msgid "Error: Option '--terse' is specified the second time."
msgstr ""
-#: ../clients/cli/nmcli.c:316
+#: ../clients/cli/nmcli.c:318
#, c-format
msgid "Error: Option '--terse' is mutually exclusive with '--pretty'."
msgstr ""
-#: ../clients/cli/nmcli.c:324
+#: ../clients/cli/nmcli.c:326
#, c-format
msgid "Error: Option '--pretty' is specified the second time."
msgstr ""
-#: ../clients/cli/nmcli.c:329
+#: ../clients/cli/nmcli.c:331
#, c-format
msgid "Error: Option '--pretty' is mutually exclusive with '--terse'."
msgstr ""
-#: ../clients/cli/nmcli.c:344
+#: ../clients/cli/nmcli.c:346
#, c-format
msgid "Error: '%s' is not a valid argument for '%s' option."
msgstr ""
-#: ../clients/cli/nmcli.c:358 ../clients/cli/nmcli.c:370
+#: ../clients/cli/nmcli.c:360 ../clients/cli/nmcli.c:372
#, c-format
msgid "Error: '%s' is not valid argument for '%s' option."
msgstr ""
-#: ../clients/cli/nmcli.c:394
+#: ../clients/cli/nmcli.c:396
#, c-format
msgid "Error: '%s' is not a valid timeout."
msgstr ""
-#: ../clients/cli/nmcli.c:401
+#: ../clients/cli/nmcli.c:403
#, c-format
msgid "nmcli tool, version %s\n"
msgstr ""
-#: ../clients/cli/nmcli.c:409
+#: ../clients/cli/nmcli.c:411
#, c-format
msgid "Error: Option '%s' is unknown, try 'nmcli -help'."
msgstr ""
-#: ../clients/cli/nmcli.c:455 ../clients/cli/nmcli.c:462
+#: ../clients/cli/nmcli.c:457 ../clients/cli/nmcli.c:464
#, c-format
msgid "Error: nmcli terminated by signal %s (%d)\n"
msgstr ""
-#: ../clients/cli/nmcli.c:560
+#: ../clients/cli/nmcli.c:562
msgid "Success"
msgstr ""
@@ -3424,407 +3072,778 @@ msgstr ""
msgid "Warning: %s is not an UUID of any existing connection profile\n"
msgstr ""
-#: ../clients/cli/settings.c:335 ../clients/cli/settings.c:348
-#, fuzzy, c-format
-msgid "'%s' is not a VPN connection profile"
-msgstr "لا يمكن إضافة اتصال VPN"
+#: ../clients/cli/settings.c:335 ../clients/cli/settings.c:348
+#, fuzzy, c-format
+msgid "'%s' is not a VPN connection profile"
+msgstr "لا يمكن إضافة اتصال VPN"
+
+#: ../clients/cli/settings.c:342
+#, c-format
+msgid "'%s' is not a name of any exiting profile"
+msgstr ""
+
+#: ../clients/cli/settings.c:382
+#, c-format
+msgid "Warning: %s\n"
+msgstr ""
+
+#: ../clients/cli/settings.c:385
+#, c-format
+msgid "Info: %s\n"
+msgstr ""
+
+#: ../clients/cli/settings.c:477
+msgid "don't know how to get the property value"
+msgstr ""
+
+#: ../clients/cli/settings.c:567 ../clients/cli/settings.c:609
+msgid "the property can't be changed"
+msgstr ""
+
+#: ../clients/cli/settings.c:729
+msgid "[NM property description]"
+msgstr ""
+
+#: ../clients/cli/settings.c:739
+msgid "[nmcli specific description]"
+msgstr ""
+
+#: ../clients/cli/utils.c:328
+#, c-format
+msgid "Error: Argument '%s' was expected, but '%s' provided."
+msgstr ""
+
+#: ../clients/cli/utils.c:331
+#, c-format
+msgid "Error: Unexpected argument '%s'"
+msgstr ""
+
+#: ../clients/cli/utils.c:804
+#, c-format
+msgid "invalid field '%s%s%s'; no such field"
+msgstr ""
+
+#: ../clients/cli/utils.c:808
+#, c-format
+msgid "invalid field '%s%s%s'; allowed fields: [%s]"
+msgstr ""
+
+#: ../clients/cli/utils.c:881
+#, c-format
+msgid "failure to select field"
+msgstr ""
+
+#: ../clients/cli/utils.c:1469
+#, c-format
+msgid "Error reading nmcli output: %s\n"
+msgstr ""
+
+#: ../clients/cli/utils.c:1474
+#, c-format
+msgid "Error writing nmcli output: %s\n"
+msgstr ""
+
+#: ../clients/cli/utils.c:1498
+#, c-format
+msgid "Failed to create pager pipe: %s\n"
+msgstr ""
+
+#: ../clients/cli/utils.c:1506
+#, c-format
+msgid "Failed to fork pager: %s\n"
+msgstr ""
+
+#: ../clients/cli/utils.c:1552 ../clients/cli/utils.c:1554
+#, c-format
+msgid "Failed to duplicate pager pipe: %s\n"
+msgstr ""
+
+#. Translators: the first %s is the partial value entered by
+#. * the user, the second %s a list of compatible values.
+#.
+#: ../clients/common/nm-client-utils.c:75
+#: ../clients/common/nm-client-utils.c:106
+#, c-format
+msgid "'%s' is ambiguous (%s)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:85
+#, c-format
+msgid "'%s' is not valid; use [%s] or [%s]"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:118
+#, c-format
+msgid "'%s' is not valid; use [%s], [%s] or [%s]"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:155
+#, c-format
+msgid "'%s' is ambiguous (%s x %s)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:167
+#, c-format
+msgid "missing name, try one of [%s]"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:223
+msgid "unmanaged"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:225
+msgid "unavailable"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:229
+msgid "connecting (prepare)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:231
+msgid "connecting (configuring)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:233
+msgid "connecting (need authentication)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:235
+msgid "connecting (getting IP configuration)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:237
+msgid "connecting (checking IP connectivity)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:239
+msgid "connecting (starting secondary connections)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:245
+msgid "connection failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:262
+msgid "yes (guessed)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:264
+msgid "no (guessed)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:277
+msgid "No reason given"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:281
+msgid "Device is now managed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:283
+msgid "Device is now unmanaged"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:285
+msgid "The device could not be readied for configuration"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:287
+msgid ""
+"IP configuration could not be reserved (no available address, timeout, etc.)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:289
+msgid "The IP configuration is no longer valid"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:291
+msgid "Secrets were required, but not provided"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:293
+msgid "802.1X supplicant disconnected"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:295
+msgid "802.1X supplicant configuration failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:297
+msgid "802.1X supplicant failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:299
+msgid "802.1X supplicant took too long to authenticate"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:301
+msgid "PPP service failed to start"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:303
+msgid "PPP service disconnected"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:305
+msgid "PPP failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:307
+msgid "DHCP client failed to start"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:309
+msgid "DHCP client error"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:311
+msgid "DHCP client failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:313
+msgid "Shared connection service failed to start"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:315
+msgid "Shared connection service failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:317
+msgid "AutoIP service failed to start"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:319
+msgid "AutoIP service error"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:321
+msgid "AutoIP service failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:323
+msgid "The line is busy"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:325
+msgid "No dial tone"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:327
+msgid "No carrier could be established"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:329
+msgid "The dialing request timed out"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:331
+msgid "The dialing attempt failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:333
+msgid "Modem initialization failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:335
+msgid "Failed to select the specified APN"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:337
+msgid "Not searching for networks"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:339
+msgid "Network registration denied"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:341
+msgid "Network registration timed out"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:343
+msgid "Failed to register with the requested network"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:345
+msgid "PIN check failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:347
+msgid "Necessary firmware for the device may be missing"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:349
+msgid "The device was removed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:351
+msgid "NetworkManager went to sleep"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:353
+msgid "The device's active connection disappeared"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:355
+msgid "Device disconnected by user or client"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:357
+msgid "Carrier/link changed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:359
+msgid "The device's existing connection was assumed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:361
+msgid "The supplicant is now available"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:363
+msgid "The modem could not be found"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:365
+msgid "The Bluetooth connection failed or timed out"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:367
+msgid "GSM Modem's SIM card not inserted"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:369
+msgid "GSM Modem's SIM PIN required"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:371
+msgid "GSM Modem's SIM PUK required"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:373
+msgid "GSM Modem's SIM wrong"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:375
+msgid "InfiniBand device does not support connected mode"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:377
+msgid "A dependency of the connection failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:379
+msgid "A problem with the RFC 2684 Ethernet over ADSL bridge"
+msgstr ""
-#: ../clients/cli/settings.c:342
-#, c-format
-msgid "'%s' is not a name of any exiting profile"
+#: ../clients/common/nm-client-utils.c:381
+msgid "ModemManager is unavailable"
msgstr ""
-#: ../clients/cli/settings.c:382
-#, c-format
-msgid "Warning: %s\n"
+#: ../clients/common/nm-client-utils.c:383
+msgid "The Wi-Fi network could not be found"
msgstr ""
-#: ../clients/cli/settings.c:385
-#, c-format
-msgid "Info: %s\n"
+#: ../clients/common/nm-client-utils.c:385
+msgid "A secondary connection of the base connection failed"
msgstr ""
-#: ../clients/cli/settings.c:477
-msgid "don't know how to get the property value"
+#: ../clients/common/nm-client-utils.c:387
+msgid "DCB or FCoE setup failed"
msgstr ""
-#: ../clients/cli/settings.c:567 ../clients/cli/settings.c:609
-msgid "the property can't be changed"
+#: ../clients/common/nm-client-utils.c:389
+msgid "teamd control failed"
msgstr ""
-#: ../clients/cli/settings.c:729
-msgid "[NM property description]"
+#: ../clients/common/nm-client-utils.c:391
+msgid "Modem failed or no longer available"
msgstr ""
-#: ../clients/cli/settings.c:739
-msgid "[nmcli specific description]"
+#: ../clients/common/nm-client-utils.c:393
+msgid "Modem now ready and available"
msgstr ""
-#: ../clients/cli/utils.c:327
-#, c-format
-msgid "Error: Argument '%s' was expected, but '%s' provided."
+#: ../clients/common/nm-client-utils.c:395
+msgid "SIM PIN was incorrect"
msgstr ""
-#: ../clients/cli/utils.c:330
-#, c-format
-msgid "Error: Unexpected argument '%s'"
+#: ../clients/common/nm-client-utils.c:397
+msgid "New connection activation was enqueued"
msgstr ""
-#: ../clients/cli/utils.c:803
-#, c-format
-msgid "invalid field '%s%s%s'; no such field"
+#: ../clients/common/nm-client-utils.c:399
+msgid "The device's parent changed"
msgstr ""
-#: ../clients/cli/utils.c:807
-#, c-format
-msgid "invalid field '%s%s%s'; allowed fields: [%s]"
+#: ../clients/common/nm-client-utils.c:401
+msgid "The device parent's management changed"
msgstr ""
-#: ../clients/cli/utils.c:880
-#, c-format
-msgid "failure to select field"
+#: ../clients/common/nm-client-utils.c:404
+#, fuzzy
+msgid "OpenVSwitch database connection failed"
+msgstr "إتّصالات VPN"
+
+#. TRANSLATORS: Unknown reason for a device state change (NMDeviceStateReason)
+#. TRANSLATORS: Unknown reason for a connection state change (NMActiveConnectionStateReason)
+#: ../clients/common/nm-client-utils.c:408
+#: ../clients/common/nm-client-utils.c:447 ../libnm-glib/nm-device.c:1860
+#: ../libnm/nm-device.c:1572
+msgid "Unknown"
msgstr ""
-#: ../clients/cli/utils.c:1467
-#, c-format
-msgid "Error reading nmcli output: %s\n"
+#: ../clients/common/nm-client-utils.c:416
+msgid "Unknown reason"
msgstr ""
-#: ../clients/cli/utils.c:1472
-#, c-format
-msgid "Error writing nmcli output: %s\n"
+#: ../clients/common/nm-client-utils.c:418
+#, fuzzy
+msgid "The connection was disconnected"
+msgstr "لا يمكن إضافة اتصال VPN"
+
+#: ../clients/common/nm-client-utils.c:420
+#, fuzzy
+msgid "Disconnected by user"
+msgstr "إتّصالات VPN"
+
+#: ../clients/common/nm-client-utils.c:422
+msgid "The base network connection was interrupted"
msgstr ""
-#: ../clients/cli/utils.c:1494
-#, c-format
-msgid "Failed to create pager pipe: %s\n"
+#: ../clients/common/nm-client-utils.c:424
+msgid "The VPN service stopped unexpectedly"
msgstr ""
-#: ../clients/cli/utils.c:1502
-#, c-format
-msgid "Failed to fork pager: %s\n"
+#: ../clients/common/nm-client-utils.c:426
+msgid "The VPN service returned invalid configuration"
msgstr ""
-#: ../clients/cli/utils.c:1548 ../clients/cli/utils.c:1550
-#, c-format
-msgid "Failed to duplicate pager pipe: %s\n"
+#: ../clients/common/nm-client-utils.c:428
+#, fuzzy
+msgid "The connection attempt timed out"
+msgstr "إتّصالات VPN"
+
+#: ../clients/common/nm-client-utils.c:430
+msgid "The VPN service did not start in time"
msgstr ""
-#. Translators: the first %s is the partial value entered by
-#. * the user, the second %s a list of compatible values.
-#.
-#: ../clients/common/nm-client-utils.c:71
-#: ../clients/common/nm-client-utils.c:102
-#, c-format
-msgid "'%s' is ambiguous (%s)"
+#: ../clients/common/nm-client-utils.c:432
+msgid "The VPN service failed to start"
msgstr ""
-#: ../clients/common/nm-client-utils.c:81
-#, c-format
-msgid "'%s' is not valid; use [%s] or [%s]"
+#: ../clients/common/nm-client-utils.c:434
+msgid "No valid secrets"
msgstr ""
-#: ../clients/common/nm-client-utils.c:114
-#, c-format
-msgid "'%s' is not valid; use [%s], [%s] or [%s]"
+#: ../clients/common/nm-client-utils.c:436
+msgid "Invalid secrets"
msgstr ""
-#: ../clients/common/nm-client-utils.c:151
-#, c-format
-msgid "'%s' is ambiguous (%s x %s)"
+#: ../clients/common/nm-client-utils.c:438
+#, fuzzy
+msgid "The connection was removed"
+msgstr "حذف اتصال VPN \"%s\"؟"
+
+#: ../clients/common/nm-client-utils.c:440
+#, fuzzy
+msgid "Master connection failed"
+msgstr "إتّصالات VPN"
+
+#: ../clients/common/nm-client-utils.c:442
+msgid "Could not create a software link"
msgstr ""
-#: ../clients/common/nm-client-utils.c:163
-#, c-format
-msgid "missing name, try one of [%s]"
+#: ../clients/common/nm-client-utils.c:444
+msgid "The device disappeared"
msgstr ""
-#: ../clients/common/nm-meta-setting-access.c:484
+#: ../clients/common/nm-meta-setting-access.c:501
#, c-format
msgid "field '%s' has to be alone"
msgstr ""
-#: ../clients/common/nm-meta-setting-access.c:499
+#: ../clients/common/nm-meta-setting-access.c:516
#, c-format
msgid "invalid field '%s%s%s%s%s'; %s%s%s"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:100
-#: ../clients/common/nm-meta-setting-desc.c:156
+#: ../clients/common/nm-meta-setting-desc.c:101
+#: ../clients/common/nm-meta-setting-desc.c:157
#, c-format
msgid "invalid prefix '%s'; <1-%d> allowed"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:108
+#: ../clients/common/nm-meta-setting-desc.c:109
#, c-format
msgid "invalid IP address: %s"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:133
+#: ../clients/common/nm-meta-setting-desc.c:134
msgid ""
"The valid syntax is: 'ip[/prefix] [next-hop] [metric] [attribute=val]... [,"
"ip[/prefix] ...]'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:167
+#: ../clients/common/nm-meta-setting-desc.c:168
#, c-format
msgid "the next hop ('%s') must be first"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:173
+#: ../clients/common/nm-meta-setting-desc.c:174
#, c-format
msgid "the metric ('%s') must be before attributes"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:213
+#: ../clients/common/nm-meta-setting-desc.c:214
#, c-format
msgid "invalid route: %s. %s"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:225
+#: ../clients/common/nm-meta-setting-desc.c:226
msgid "default route cannot be added (NetworkManager handles it by itself)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:280
+#: ../clients/common/nm-meta-setting-desc.c:281
#, c-format
msgid "invalid priority map '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:287
-#: ../clients/common/nm-meta-setting-desc.c:293
+#: ../clients/common/nm-meta-setting-desc.c:288
+#: ../clients/common/nm-meta-setting-desc.c:294
#, c-format
msgid "priority '%s' is not valid (<0-%ld>)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:345
+#: ../clients/common/nm-meta-setting-desc.c:346
#, c-format
msgid "cannot read pac-script from file '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:352
+#: ../clients/common/nm-meta-setting-desc.c:353
#, c-format
msgid "file '%s' contains non-valid utf-8"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:365
+#: ../clients/common/nm-meta-setting-desc.c:366
#, c-format
msgid "'%s' does not contain a valid PAC Script"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:368
+#: ../clients/common/nm-meta-setting-desc.c:369
#, c-format
msgid "Not a valid PAC Script"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:422
+#: ../clients/common/nm-meta-setting-desc.c:423
#, c-format
msgid "cannot read team config from file '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:429
+#: ../clients/common/nm-meta-setting-desc.c:430
#, c-format
msgid "team config file '%s' contains non-valid utf-8"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:441
+#: ../clients/common/nm-meta-setting-desc.c:442
#, c-format
msgid "'%s' does not contain a valid team configuration"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:444
+#: ../clients/common/nm-meta-setting-desc.c:445
#, c-format
msgid "team configuration must be a JSON object"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:537
+#: ../clients/common/nm-meta-setting-desc.c:538
#: ../clients/tui/nmt-mtu-entry.c:84
msgid "(default)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:678
+#: ../clients/common/nm-meta-setting-desc.c:653
msgid "auto"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:826
+#: ../clients/common/nm-meta-setting-desc.c:801
#, c-format
msgid "%s (%s)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:953
+#: ../clients/common/nm-meta-setting-desc.c:925
#, c-format
msgid "'%s' is out of range [%lli, %lli]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:959
+#: ../clients/common/nm-meta-setting-desc.c:931
#, c-format
msgid "'%s' is not a valid number"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1014
+#: ../clients/common/nm-meta-setting-desc.c:981
#, c-format
msgid "'%s' is out of range [0, %u]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1051
+#: ../clients/common/nm-meta-setting-desc.c:1018
#, c-format
msgid "'%s' is not a valid Ethernet MAC"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1070
+#: ../clients/common/nm-meta-setting-desc.c:1037
#, c-format
msgid "'%s' is not a valid flag number; use <0-%d>"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1084
+#: ../clients/common/nm-meta-setting-desc.c:1051
#, c-format
msgid "'%s' sum is higher than all flags => all flags set"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1188
+#: ../clients/common/nm-meta-setting-desc.c:1155
#, c-format
msgid "invalid option '%s', use a combination of [%s]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1193
-#: ../libnm-core/nm-keyfile-reader.c:612
+#: ../clients/common/nm-meta-setting-desc.c:1160
+#: ../libnm-core/nm-keyfile-reader.c:622
#, c-format
msgid "invalid option '%s', use one of [%s]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1316
+#: ../clients/common/nm-meta-setting-desc.c:1283
#, c-format
msgid "%d (key)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1318
+#: ../clients/common/nm-meta-setting-desc.c:1285
#, c-format
msgid "%d (passphrase)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1321
-#: ../clients/common/nm-meta-setting-desc.c:1410
+#: ../clients/common/nm-meta-setting-desc.c:1288
+#: ../clients/common/nm-meta-setting-desc.c:1377
#, c-format
msgid "%d (unknown)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1353
+#: ../clients/common/nm-meta-setting-desc.c:1320
msgid "0 (NONE)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1359
+#: ../clients/common/nm-meta-setting-desc.c:1326
msgid "REORDER_HEADERS, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1361
+#: ../clients/common/nm-meta-setting-desc.c:1328
msgid "GVRP, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1363
+#: ../clients/common/nm-meta-setting-desc.c:1330
msgid "LOOSE_BINDING, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1365
+#: ../clients/common/nm-meta-setting-desc.c:1332
msgid "MVRP, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1404
+#: ../clients/common/nm-meta-setting-desc.c:1371
#, c-format
msgid "%d (disabled)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1406
+#: ../clients/common/nm-meta-setting-desc.c:1373
#, c-format
msgid "%d (enabled, prefer public IP)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1408
+#: ../clients/common/nm-meta-setting-desc.c:1375
#, c-format
msgid "%d (enabled, prefer temporary IP)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1423
+#: ../clients/common/nm-meta-setting-desc.c:1390
#, fuzzy
msgid "0 (none)"
msgstr "بلا"
-#: ../clients/common/nm-meta-setting-desc.c:1429
+#: ../clients/common/nm-meta-setting-desc.c:1396
msgid "agent-owned, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1431
+#: ../clients/common/nm-meta-setting-desc.c:1398
msgid "not saved, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1433
+#: ../clients/common/nm-meta-setting-desc.c:1400
msgid "not required, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1495
+#: ../clients/common/nm-meta-setting-desc.c:1462
#, c-format
msgid "'%s' is not valid; use ="
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1537
+#: ../clients/common/nm-meta-setting-desc.c:1504
msgid "no item to remove"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1541
+#: ../clients/common/nm-meta-setting-desc.c:1508
#, c-format
msgid "index '%d' is not in range <0-%d>"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1556
+#: ../clients/common/nm-meta-setting-desc.c:1523
#, c-format
msgid "invalid option '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1558
+#: ../clients/common/nm-meta-setting-desc.c:1525
msgid "missing option"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1582
+#: ../clients/common/nm-meta-setting-desc.c:1549
#, c-format
msgid "'%s' is not a valid MAC"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1612
-#: ../clients/common/nm-meta-setting-desc.c:1708
-#: ../clients/common/nm-meta-setting-desc.c:4233
+#: ../clients/common/nm-meta-setting-desc.c:1579
+#: ../clients/common/nm-meta-setting-desc.c:1675
+#: ../clients/common/nm-meta-setting-desc.c:4163
#, c-format
msgid "'%s' is not valid"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1652
+#: ../clients/common/nm-meta-setting-desc.c:1619
#, c-format
msgid "'%u' flags are not valid; use combination of %s"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1688
+#: ../clients/common/nm-meta-setting-desc.c:1655
#, c-format
msgid "'%s' is not a valid number (or out of range)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1803
+#: ../clients/common/nm-meta-setting-desc.c:1775
#, c-format
msgid "'%s' is not a valid hex character"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2083
+#: ../clients/common/nm-meta-setting-desc.c:2055
#, c-format
msgid "the property doesn't contain EAP method '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2106
+#: ../clients/common/nm-meta-setting-desc.c:2078
#, c-format
msgid "the property doesn't contain alternative subject match '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2132
+#: ../clients/common/nm-meta-setting-desc.c:2104
#, c-format
msgid "the property doesn't contain \"phase2\" alternative subject match '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2253
+#: ../clients/common/nm-meta-setting-desc.c:2225
#, c-format
msgid ""
"Enter a list of bonding options formatted as:\n"
@@ -3842,17 +3861,6 @@ msgid ""
"Example: mode=2,miimon=120\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2289
-#: ../clients/common/nm-meta-setting-desc.c:3132
-#, c-format
-msgid "%d (default)"
-msgstr ""
-
-#: ../clients/common/nm-meta-setting-desc.c:2292
-#, c-format
-msgid "%d (forever)"
-msgstr ""
-
#. Don't allow setting type unless the connection is brand new.
#. * Just because it's a bad idea and the user wouldn't probably want that.
#. * No technical reason, really.
@@ -3860,185 +3868,180 @@ msgstr ""
#. * hacky: we can not see if the type is already set, because
#. * nmc_setting_set_property() is called only after the property
#. * we're setting (type) has been removed.
-#: ../clients/common/nm-meta-setting-desc.c:2342
+#: ../clients/common/nm-meta-setting-desc.c:2285
#, fuzzy, c-format
msgid "Can not change the connection type"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/common/nm-meta-setting-desc.c:2444
+#: ../clients/common/nm-meta-setting-desc.c:2392
#, c-format
msgid "the property doesn't contain permission '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2465
+#: ../clients/common/nm-meta-setting-desc.c:2413
#, c-format
msgid "'%s' is not valid master; use ifname or connection UUID"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2560
+#: ../clients/common/nm-meta-setting-desc.c:2512
#, c-format
msgid "the value '%s' is not a valid UUID"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2567
+#: ../clients/common/nm-meta-setting-desc.c:2519
#, c-format
msgid "the property doesn't contain UUID '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2634
+#: ../clients/common/nm-meta-setting-desc.c:2586
msgid "0 (disabled)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2640
+#: ../clients/common/nm-meta-setting-desc.c:2592
msgid "enabled, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2642
+#: ../clients/common/nm-meta-setting-desc.c:2594
msgid "advertise, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2644
+#: ../clients/common/nm-meta-setting-desc.c:2596
msgid "willing, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2764
+#: ../clients/common/nm-meta-setting-desc.c:2716
#, c-format
msgid "'%s' is not a valid DCB flag"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2794
+#: ../clients/common/nm-meta-setting-desc.c:2746
msgid "must contain 8 comma-separated numbers"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2810
+#: ../clients/common/nm-meta-setting-desc.c:2762
#, c-format
msgid "'%s' not a number between 0 and %u (inclusive) or %u"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2813
+#: ../clients/common/nm-meta-setting-desc.c:2765
#, c-format
msgid "'%s' not a number between 0 and %u (inclusive)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2834
+#: ../clients/common/nm-meta-setting-desc.c:2786
#, c-format
msgid "changes will have no effect until '%s' includes 1 (enabled)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2889
+#: ../clients/common/nm-meta-setting-desc.c:2841
#, c-format
msgid "bandwidth percentages must total 100%%"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2962
-#: ../clients/common/nm-meta-setting-desc.c:2968
+#: ../clients/common/nm-meta-setting-desc.c:2914
+#: ../clients/common/nm-meta-setting-desc.c:2920
msgid "SIM operator ID must be a 5 or 6 number MCCMNC code"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2992
+#: ../clients/common/nm-meta-setting-desc.c:2944
#, c-format
msgid "'%s' is not a valid IBoIP P_Key"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3015
+#: ../clients/common/nm-meta-setting-desc.c:2967
msgid "default"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3134
-#, c-format
-msgid "%d (off)"
-msgstr ""
-
-#: ../clients/common/nm-meta-setting-desc.c:3171
-#: ../clients/common/nm-meta-setting-desc.c:3190
+#: ../clients/common/nm-meta-setting-desc.c:3101
+#: ../clients/common/nm-meta-setting-desc.c:3120
#, c-format
msgid "invalid IPv4 address '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3196
-#: ../clients/common/nm-meta-setting-desc.c:3450
+#: ../clients/common/nm-meta-setting-desc.c:3126
+#: ../clients/common/nm-meta-setting-desc.c:3380
#, c-format
msgid "the property doesn't contain DNS server '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3236
-#: ../clients/common/nm-meta-setting-desc.c:3490
+#: ../clients/common/nm-meta-setting-desc.c:3166
+#: ../clients/common/nm-meta-setting-desc.c:3420
#, c-format
msgid "the property doesn't contain DNS search domain '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3273
-#: ../clients/common/nm-meta-setting-desc.c:3527
+#: ../clients/common/nm-meta-setting-desc.c:3203
+#: ../clients/common/nm-meta-setting-desc.c:3457
#, c-format
msgid "the property doesn't contain DNS option '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3316
-#: ../clients/common/nm-meta-setting-desc.c:3569
+#: ../clients/common/nm-meta-setting-desc.c:3246
+#: ../clients/common/nm-meta-setting-desc.c:3499
#, c-format
msgid "the property doesn't contain IP address '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3336
-#: ../clients/common/nm-meta-setting-desc.c:3588
+#: ../clients/common/nm-meta-setting-desc.c:3266
+#: ../clients/common/nm-meta-setting-desc.c:3518
#, c-format
msgid "invalid gateway address '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3375
-#: ../clients/common/nm-meta-setting-desc.c:3629
+#: ../clients/common/nm-meta-setting-desc.c:3305
+#: ../clients/common/nm-meta-setting-desc.c:3559
#, c-format
msgid "the property doesn't contain route '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3425
-#: ../clients/common/nm-meta-setting-desc.c:3444
+#: ../clients/common/nm-meta-setting-desc.c:3355
+#: ../clients/common/nm-meta-setting-desc.c:3374
#, c-format
msgid "invalid IPv6 address '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3647
+#: ../clients/common/nm-meta-setting-desc.c:3577
#: ../libnm-core/nm-setting-gsm.c:381 ../libnm-util/nm-setting-gsm.c:364
#, c-format
msgid "'%s' is not a number"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3654
+#: ../clients/common/nm-meta-setting-desc.c:3584
#, c-format
msgid "'%s' is not valid; use 0, 1, or 2"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3688
+#: ../clients/common/nm-meta-setting-desc.c:3618
#, c-format
msgid "'%s' is not a valid channel; use <1-13>"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3794
+#: ../clients/common/nm-meta-setting-desc.c:3724
#, c-format
msgid "only one mapping at a time is supported; taking the first one (%s)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3802
+#: ../clients/common/nm-meta-setting-desc.c:3732
#, c-format
msgid "the property doesn't contain mapping '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3810
+#: ../clients/common/nm-meta-setting-desc.c:3740
msgid "no priority to remove"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3814
+#: ../clients/common/nm-meta-setting-desc.c:3744
#, c-format
msgid "index '%d' is not in the range of <0-%d>"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3883
+#: ../clients/common/nm-meta-setting-desc.c:3813
#, c-format
msgid "'%s' cannot be empty"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3922
-#: ../clients/common/nm-meta-setting-desc.c:4055
+#: ../clients/common/nm-meta-setting-desc.c:3852
+#: ../clients/common/nm-meta-setting-desc.c:3985
#: ../libnm-core/nm-setting-wired.c:664 ../libnm-core/nm-setting-wireless.c:857
#: ../libnm-core/nm-setting-wireless.c:869 ../libnm-util/nm-setting-wired.c:646
#: ../libnm-util/nm-setting-wireless.c:859
@@ -4047,23 +4050,23 @@ msgstr ""
msgid "'%s' is not a valid MAC address"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3928
-#: ../clients/common/nm-meta-setting-desc.c:4061
+#: ../clients/common/nm-meta-setting-desc.c:3858
+#: ../clients/common/nm-meta-setting-desc.c:3991
#, c-format
msgid "the property doesn't contain MAC address '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3946
+#: ../clients/common/nm-meta-setting-desc.c:3876
#, c-format
msgid "'%s' is not valid; 2 or 3 strings should be provided"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3962
+#: ../clients/common/nm-meta-setting-desc.c:3892
#, c-format
msgid "'%s' string value should consist of 1 - 199 characters"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3994
+#: ../clients/common/nm-meta-setting-desc.c:3924
#, c-format
msgid ""
"Enter a list of S/390 options formatted as:\n"
@@ -4071,80 +4074,80 @@ msgid ""
"Valid options are: %s\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4028
+#: ../clients/common/nm-meta-setting-desc.c:3958
#, c-format
msgid "'%s' is not a valid channel"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4034
+#: ../clients/common/nm-meta-setting-desc.c:3964
#, c-format
msgid "'%ld' is not a valid channel"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4133
-#: ../clients/common/nm-meta-setting-desc.c:4169
-#: ../clients/common/nm-meta-setting-desc.c:4205
+#: ../clients/common/nm-meta-setting-desc.c:4063
+#: ../clients/common/nm-meta-setting-desc.c:4099
+#: ../clients/common/nm-meta-setting-desc.c:4135
#, c-format
msgid "the property doesn't contain protocol '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4242
+#: ../clients/common/nm-meta-setting-desc.c:4172
#, c-format
msgid ""
"'%s' not compatible with %s '%s', please change the key or set the right %s "
"first."
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4252
+#: ../clients/common/nm-meta-setting-desc.c:4182
#, c-format
msgid "WEP key is guessed to be of '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4257
+#: ../clients/common/nm-meta-setting-desc.c:4187
#, c-format
msgid "WEP key index set to '%d'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4296
+#: ../clients/common/nm-meta-setting-desc.c:4226
#, c-format
msgid "'%s' is not compatible with '%s' type, please change or delete the key."
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4306
+#: ../clients/common/nm-meta-setting-desc.c:4236
#, c-format
msgid "'%s' is not a valid PSK"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4338
+#: ../clients/common/nm-meta-setting-desc.c:4268
msgid "Bonding primary interface [none]"
msgstr ""
#. this is a virtual property, only needed during "ask" mode.
-#: ../clients/common/nm-meta-setting-desc.c:4345
+#: ../clients/common/nm-meta-setting-desc.c:4275
msgid "Bonding monitoring mode"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4354
+#: ../clients/common/nm-meta-setting-desc.c:4284
msgid "Bonding miimon [100]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4362
+#: ../clients/common/nm-meta-setting-desc.c:4292
msgid "Bonding downdelay [0]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4370
+#: ../clients/common/nm-meta-setting-desc.c:4300
msgid "Bonding updelay [0]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4378
+#: ../clients/common/nm-meta-setting-desc.c:4308
msgid "Bonding arp-interval [0]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4386
+#: ../clients/common/nm-meta-setting-desc.c:4316
msgid "Bonding arp-ip-target [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4394
+#: ../clients/common/nm-meta-setting-desc.c:4324
msgid "LACP rate ('slow' or 'fast') [slow]"
msgstr ""
@@ -4152,7 +4155,7 @@ msgstr ""
#. * that the actual type is (gboolean(*)(type *)).
#. macro that returns @func as const (guint32(*)(NMSetting*)) type, but checks
#. * that the actual type is (guint32(*)(type *)).
-#: ../clients/common/nm-meta-setting-desc.c:4511
+#: ../clients/common/nm-meta-setting-desc.c:4436
msgid ""
"nmcli can accepts both direct JSON configuration data and a file name "
"containing the configuration. In the latter case the file is read and the "
@@ -4163,7 +4166,7 @@ msgid ""
" set team.config /etc/my-team.conf\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4541
+#: ../clients/common/nm-meta-setting-desc.c:4477
msgid ""
"Enter file path to CA certificate (optionally prefixed with file://).\n"
" [file://]\n"
@@ -4171,7 +4174,7 @@ msgid ""
"Example: /home/cimrman/cacert.crt\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4575
+#: ../clients/common/nm-meta-setting-desc.c:4511
msgid ""
"Enter file path to client certificate (optionally prefixed with file://).\n"
" [file://]\n"
@@ -4179,7 +4182,7 @@ msgid ""
"Example: /home/cimrman/jara.crt\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4632
+#: ../clients/common/nm-meta-setting-desc.c:4568
msgid ""
"Enter file path to CA certificate for inner authentication (optionally "
"prefixed\n"
@@ -4189,7 +4192,7 @@ msgid ""
"Example: /home/cimrman/ca-zweite-phase.crt\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4667
+#: ../clients/common/nm-meta-setting-desc.c:4603
msgid ""
"Enter file path to client certificate for inner authentication (optionally "
"prefixed\n"
@@ -4199,7 +4202,7 @@ msgid ""
"Example: /home/cimrman/jara-zweite-phase.crt\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4694
+#: ../clients/common/nm-meta-setting-desc.c:4630
msgid ""
"Enter bytes as a list of hexadecimal values.\n"
"Two formats are accepted:\n"
@@ -4212,8 +4215,8 @@ msgid ""
" ab 4 55 0xa6 ea 3a 74 C2\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4711
-#: ../clients/common/nm-meta-setting-desc.c:4729
+#: ../clients/common/nm-meta-setting-desc.c:4647
+#: ../clients/common/nm-meta-setting-desc.c:4665
msgid ""
"Enter path to a private key and the key password (if not set yet):\n"
" [file://] []\n"
@@ -4225,79 +4228,83 @@ msgstr ""
#. * is not visible here since we only care about phase2 authentication
#. * (and don't even care of which one)
#.
-#: ../clients/common/nm-meta-setting-desc.c:4768
-#: ../clients/common/nm-secret-agent-simple.c:223
-#: ../clients/common/nm-secret-agent-simple.c:328
-#: ../clients/tui/nmt-page-dsl.c:66 ../clients/tui/nmt-page-wifi.c:321
+#: ../clients/common/nm-meta-setting-desc.c:4704
+#: ../clients/common/nm-secret-agent-simple.c:225
+#: ../clients/common/nm-secret-agent-simple.c:330
+#: ../clients/tui/nmt-page-dsl.c:66 ../clients/tui/nmt-page-wifi.c:320
msgid "Username"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4774
-#: ../clients/common/nm-meta-setting-desc.c:4952
-#: ../clients/common/nm-meta-setting-desc.c:5221
-#: ../clients/common/nm-meta-setting-desc.c:5788
+#: ../clients/common/nm-meta-setting-desc.c:4710
+#: ../clients/common/nm-meta-setting-desc.c:4894
+#: ../clients/common/nm-meta-setting-desc.c:5177
+#: ../clients/common/nm-meta-setting-desc.c:5801
msgid "Password [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4821
+#: ../clients/common/nm-meta-setting-desc.c:4756
msgid "Bluetooth device address"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4865
-#: ../clients/common/nm-meta-setting-desc.c:5275
-#: ../clients/common/nm-meta-setting-desc.c:6213
-#: ../clients/common/nm-meta-setting-desc.c:6251
-#: ../clients/common/nm-meta-setting-desc.c:6388
+#: ../clients/common/nm-meta-setting-desc.c:4801
+#: ../clients/common/nm-meta-setting-desc.c:5231
+#: ../clients/common/nm-meta-setting-desc.c:6301
+#: ../clients/common/nm-meta-setting-desc.c:6339
+#: ../clients/common/nm-meta-setting-desc.c:6476
msgid "MAC [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4871
+#: ../clients/common/nm-meta-setting-desc.c:4807
msgid "Enable STP [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4877
+#: ../clients/common/nm-meta-setting-desc.c:4813
msgid "STP priority [32768]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4883
+#: ../clients/common/nm-meta-setting-desc.c:4819
msgid "Forward delay [15]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4889
+#: ../clients/common/nm-meta-setting-desc.c:4825
msgid "Hello time [2]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4895
+#: ../clients/common/nm-meta-setting-desc.c:4831
msgid "Max age [20]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4901
+#: ../clients/common/nm-meta-setting-desc.c:4837
msgid "MAC address ageing time [300]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4907
+#: ../clients/common/nm-meta-setting-desc.c:4843
+msgid "Group forward mask [0]"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:4849
msgid "Enable IGMP snooping [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4919
+#: ../clients/common/nm-meta-setting-desc.c:4861
msgid "Bridge port priority [32]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4925
+#: ../clients/common/nm-meta-setting-desc.c:4867
msgid "Bridge port STP path cost [100]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4931
+#: ../clients/common/nm-meta-setting-desc.c:4873
msgid "Hairpin [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4946
-#: ../clients/common/nm-meta-setting-desc.c:5215
-#: ../clients/common/nm-meta-setting-desc.c:6103
+#: ../clients/common/nm-meta-setting-desc.c:4888
+#: ../clients/common/nm-meta-setting-desc.c:5171
+#: ../clients/common/nm-meta-setting-desc.c:6191
msgid "Username [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5029
+#: ../clients/common/nm-meta-setting-desc.c:4983
msgid ""
"Enter a list of user permissions. This is a list of user names formatted "
"as:\n"
@@ -4307,7 +4314,7 @@ msgid ""
"Example: alice bob charlie\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5069
+#: ../clients/common/nm-meta-setting-desc.c:5025
msgid ""
"Enter secondary connections that should be activated when this connection "
"is\n"
@@ -4320,7 +4327,7 @@ msgid ""
"Example: private-openvpn, fe6ba5d8-c2fc-4aae-b2e3-97efddd8d9a7\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5086
+#: ../clients/common/nm-meta-setting-desc.c:5042
msgid ""
"Enter a value which indicates whether the connection is subject to a data\n"
"quota, usage costs or other limitations. Accepted options are:\n"
@@ -4329,37 +4336,37 @@ msgid ""
"'unknown' to let NetworkManager choose a value using some heuristics\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5232
+#: ../clients/common/nm-meta-setting-desc.c:5188
#, fuzzy
msgid "APN"
msgstr "LEAP"
-#: ../clients/common/nm-meta-setting-desc.c:5284
-#: ../clients/common/nm-meta-setting-desc.c:6276
-#: ../clients/common/nm-meta-setting-desc.c:6422
+#: ../clients/common/nm-meta-setting-desc.c:5240
+#: ../clients/common/nm-meta-setting-desc.c:6364
+#: ../clients/common/nm-meta-setting-desc.c:6510
msgid "MTU [auto]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5303
+#: ../clients/common/nm-meta-setting-desc.c:5259
msgid "P_KEY [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5312
+#: ../clients/common/nm-meta-setting-desc.c:5268
msgid "Parent interface [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5335
+#: ../clients/common/nm-meta-setting-desc.c:5291
msgid ""
"Enter a list of IPv4 addresses of DNS servers.\n"
"\n"
"Example: 8.8.8.8, 8.8.4.4\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5367
+#: ../clients/common/nm-meta-setting-desc.c:5323
msgid "IPv4 address (IP[/plen]) [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5369
+#: ../clients/common/nm-meta-setting-desc.c:5325
msgid ""
"Enter a list of IPv4 addresses formatted as:\n"
" ip[/prefix], ip[/prefix],...\n"
@@ -4368,11 +4375,11 @@ msgid ""
"Example: 192.168.1.5/24, 10.0.0.11/24\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5382
+#: ../clients/common/nm-meta-setting-desc.c:5338
msgid "IPv4 gateway [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5390
+#: ../clients/common/nm-meta-setting-desc.c:5346
msgid ""
"Enter a list of IPv4 routes formatted as:\n"
" ip[/prefix] [next-hop] [metric],...\n"
@@ -4385,7 +4392,7 @@ msgid ""
" 10.1.2.0/24\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5456
+#: ../clients/common/nm-meta-setting-desc.c:5448
msgid ""
"Enter a list of IPv6 addresses of DNS servers. If the IPv6 configuration "
"method is 'auto' these DNS servers are appended to those (if any) returned "
@@ -4397,11 +4404,11 @@ msgid ""
"Example: 2607:f0d0:1002:51::4, 2607:f0d0:1002:51::1\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5494
+#: ../clients/common/nm-meta-setting-desc.c:5486
msgid "IPv6 address (IP[/plen]) [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5496
+#: ../clients/common/nm-meta-setting-desc.c:5488
msgid ""
"Enter a list of IPv6 addresses formatted as:\n"
" ip[/prefix], ip[/prefix],...\n"
@@ -4410,11 +4417,11 @@ msgid ""
"Example: 2607:f0d0:1002:51::4/64, 1050:0:0:0:5:600:300c:326b\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5509
+#: ../clients/common/nm-meta-setting-desc.c:5501
msgid "IPv6 gateway [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5517
+#: ../clients/common/nm-meta-setting-desc.c:5509
msgid ""
"Enter a list of IPv6 routes formatted as:\n"
" ip[/prefix] [next-hop] [metric],...\n"
@@ -4428,329 +4435,349 @@ msgid ""
" abbe::/64 55\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5595
-#: ../clients/common/nm-meta-setting-desc.c:6136
+#: ../clients/common/nm-meta-setting-desc.c:5602
+#: ../clients/common/nm-meta-setting-desc.c:6224
msgid "Parent device [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5601
+#: ../clients/common/nm-meta-setting-desc.c:5608
msgid "Local endpoint [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5608
-#: ../clients/common/nm-meta-setting-desc.c:6156
+#: ../clients/common/nm-meta-setting-desc.c:5615
+#: ../clients/common/nm-meta-setting-desc.c:6244
msgid "Remote"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5645
+#: ../clients/common/nm-meta-setting-desc.c:5652
msgid "MACsec parent device or connection UUID"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5666
+#: ../clients/common/nm-meta-setting-desc.c:5673
msgid "Enable encryption [yes]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5672
-#: ../clients/common/nm-secret-agent-simple.c:520
+#: ../clients/common/nm-meta-setting-desc.c:5679
+#: ../clients/common/nm-secret-agent-simple.c:522
msgid "MKA CAK"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5682
+#: ../clients/common/nm-meta-setting-desc.c:5689
msgid "MKA_CKN"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5688
+#: ../clients/common/nm-meta-setting-desc.c:5695
msgid "SCI port [1]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5711
+#: ../clients/common/nm-meta-setting-desc.c:5718
#, fuzzy
msgid "MACVLAN parent device or connection UUID"
msgstr "إتّصالات VPN"
-#: ../clients/common/nm-meta-setting-desc.c:5732
+#: ../clients/common/nm-meta-setting-desc.c:5739
msgid "Tap [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5745
-#: ../clients/common/nm-meta-setting-desc.c:6343
-#: ../clients/tui/nmt-page-wifi.c:213
+#: ../clients/common/nm-meta-setting-desc.c:5752
+#: ../clients/common/nm-meta-setting-desc.c:6431
+#: ../clients/tui/nmt-page-wifi.c:212
msgid "SSID"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5754
+#: ../clients/common/nm-meta-setting-desc.c:5761
msgid "OLPC Mesh channel [1]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5763
+#: ../clients/common/nm-meta-setting-desc.c:5770
msgid "DHCP anycast MAC address [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5775
+#: ../clients/common/nm-meta-setting-desc.c:5782
+msgid "PPPoE parent device"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:5788
msgid "Service [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5782
+#: ../clients/common/nm-meta-setting-desc.c:5795
msgid "PPPoE username"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5881
+#: ../clients/common/nm-meta-setting-desc.c:5969
msgid "Browser only [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5887
+#: ../clients/common/nm-meta-setting-desc.c:5975
msgid "PAC URL"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5893
+#: ../clients/common/nm-meta-setting-desc.c:5981
msgid "PAC script"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5908
-#: ../clients/common/nm-meta-setting-desc.c:5924
+#: ../clients/common/nm-meta-setting-desc.c:5996
+#: ../clients/common/nm-meta-setting-desc.c:6012
msgid "Team JSON configuration [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6006
+#: ../clients/common/nm-meta-setting-desc.c:6094
msgid "User ID [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6012
+#: ../clients/common/nm-meta-setting-desc.c:6100
msgid "Group ID [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6018
+#: ../clients/common/nm-meta-setting-desc.c:6106
msgid "Enable PI [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6024
+#: ../clients/common/nm-meta-setting-desc.c:6112
msgid "Enable VNET header [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6030
+#: ../clients/common/nm-meta-setting-desc.c:6118
msgid "Enable multi queue [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6043
+#: ../clients/common/nm-meta-setting-desc.c:6131
#, fuzzy
msgid "VLAN parent device or connection UUID"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/common/nm-meta-setting-desc.c:6050
+#: ../clients/common/nm-meta-setting-desc.c:6138
msgid "VLAN ID (<0-4094>)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6056
+#: ../clients/common/nm-meta-setting-desc.c:6144
msgid "VLAN flags (<0-7>) [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6065
+#: ../clients/common/nm-meta-setting-desc.c:6153
msgid "Ingress priority maps [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6075
+#: ../clients/common/nm-meta-setting-desc.c:6163
msgid "Egress priority maps [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6143
+#: ../clients/common/nm-meta-setting-desc.c:6231
msgid "VXLAN ID"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6149
+#: ../clients/common/nm-meta-setting-desc.c:6237
msgid "Local address [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6162
+#: ../clients/common/nm-meta-setting-desc.c:6250
msgid "Minimum source port [0]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6168
+#: ../clients/common/nm-meta-setting-desc.c:6256
msgid "Maximum source port [0]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6174
+#: ../clients/common/nm-meta-setting-desc.c:6262
msgid "Destination port [8472]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6220
+#: ../clients/common/nm-meta-setting-desc.c:6308
msgid "WiMAX NSP name"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6257
-#: ../clients/common/nm-meta-setting-desc.c:6393
+#: ../clients/common/nm-meta-setting-desc.c:6345
+#: ../clients/common/nm-meta-setting-desc.c:6481
msgid "Cloned MAC [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6284
+#: ../clients/common/nm-meta-setting-desc.c:6372
msgid ""
"Enter a list of subchannels (comma or space separated).\n"
"\n"
"Example: 0.0.0e20 0.0.0e21 0.0.0e22\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6538
+#: ../clients/common/nm-meta-setting-desc.c:6626
msgid ""
"Enter the type of WEP keys. The accepted values are: 0 or unknown, 1 or key, "
"and 2 or passphrase.\n"
msgstr ""
#. ***************************************************************************
-#: ../clients/common/nm-meta-setting-desc.c:6708
+#: ../clients/common/nm-meta-setting-desc.c:6786
msgid "802-1x settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6709
+#: ../clients/common/nm-meta-setting-desc.c:6787
#: ../src/devices/adsl/nm-device-adsl.c:137
#, fuzzy
msgid "ADSL connection"
msgstr "إتّصالات VPN"
-#: ../clients/common/nm-meta-setting-desc.c:6710
+#: ../clients/common/nm-meta-setting-desc.c:6788
#, fuzzy
msgid "bluetooth connection"
msgstr "إتّصالات VPN"
-#: ../clients/common/nm-meta-setting-desc.c:6711
+#: ../clients/common/nm-meta-setting-desc.c:6789
msgid "Bond device"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6712
+#: ../clients/common/nm-meta-setting-desc.c:6790
#, fuzzy
msgid "Bridge device"
msgstr "أضف اتصال VPN جديد"
-#: ../clients/common/nm-meta-setting-desc.c:6713
+#: ../clients/common/nm-meta-setting-desc.c:6791
#, fuzzy
msgid "Bridge port"
msgstr "أضف اتصال VPN جديد"
-#: ../clients/common/nm-meta-setting-desc.c:6714
+#: ../clients/common/nm-meta-setting-desc.c:6792
#, fuzzy
msgid "CDMA mobile broadband connection"
msgstr "إتّصالات VPN"
-#: ../clients/common/nm-meta-setting-desc.c:6715
+#: ../clients/common/nm-meta-setting-desc.c:6793
msgid "General settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6716
+#: ../clients/common/nm-meta-setting-desc.c:6794
msgid "DCB settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6717
+#: ../clients/common/nm-meta-setting-desc.c:6795
msgid "Dummy settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6718
+#: ../clients/common/nm-meta-setting-desc.c:6796
msgid "Generic settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6719
+#: ../clients/common/nm-meta-setting-desc.c:6797
#, fuzzy
msgid "GSM mobile broadband connection"
msgstr "إتّصالات VPN"
-#: ../clients/common/nm-meta-setting-desc.c:6720
+#: ../clients/common/nm-meta-setting-desc.c:6798
#: ../src/devices/nm-device-infiniband.c:192
#, fuzzy
msgid "InfiniBand connection"
msgstr "لا يمكن إضافة اتصال VPN"
-#: ../clients/common/nm-meta-setting-desc.c:6721
+#: ../clients/common/nm-meta-setting-desc.c:6799
msgid "IPv4 protocol"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6722
+#: ../clients/common/nm-meta-setting-desc.c:6800
msgid "IPv6 protocol"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6723
+#: ../clients/common/nm-meta-setting-desc.c:6801
msgid "IP-tunnel settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6724
+#: ../clients/common/nm-meta-setting-desc.c:6802
msgid "MACsec connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6725
+#: ../clients/common/nm-meta-setting-desc.c:6803
#, fuzzy
msgid "macvlan connection"
msgstr "إتّصالات VPN"
-#: ../clients/common/nm-meta-setting-desc.c:6726
+#: ../clients/common/nm-meta-setting-desc.c:6804
#, fuzzy
msgid "OLPC Mesh connection"
msgstr "إتّصالات VPN"
-#: ../clients/common/nm-meta-setting-desc.c:6727
+#: ../clients/common/nm-meta-setting-desc.c:6805
+msgid "OpenVSwitch bridge settings"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:6806
+msgid "OpenVSwitch interface settings"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:6807
+msgid "OpenVSwitch patch interface settings"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:6808
+msgid "OpenVSwitch port settings"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:6809
msgid "PPP settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6728
+#: ../clients/common/nm-meta-setting-desc.c:6810
msgid "PPPoE"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6729
+#: ../clients/common/nm-meta-setting-desc.c:6811
msgid "Proxy"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6730
+#: ../clients/common/nm-meta-setting-desc.c:6812
msgid "Serial settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6731
+#: ../clients/common/nm-meta-setting-desc.c:6813
msgid "Team device"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6732
+#: ../clients/common/nm-meta-setting-desc.c:6814
msgid "Team port"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6733
+#: ../clients/common/nm-meta-setting-desc.c:6815
msgid "Tun device"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6734
+#: ../clients/common/nm-meta-setting-desc.c:6816
msgid "User settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6735
-#: ../src/devices/nm-device-vlan.c:433
+#: ../clients/common/nm-meta-setting-desc.c:6817
+#: ../src/devices/nm-device-vlan.c:394
#, fuzzy
msgid "VLAN connection"
msgstr "إتّصالات VPN"
-#: ../clients/common/nm-meta-setting-desc.c:6736 ../src/nm-manager.c:4079
+#: ../clients/common/nm-meta-setting-desc.c:6818 ../src/nm-manager.c:4191
#, fuzzy
msgid "VPN connection"
msgstr "إتّصالات VPN"
-#: ../clients/common/nm-meta-setting-desc.c:6737
-#: ../src/devices/nm-device-vxlan.c:369
+#: ../clients/common/nm-meta-setting-desc.c:6819
+#: ../src/devices/nm-device-vxlan.c:331
#, fuzzy
msgid "VXLAN connection"
msgstr "إتّصالات VPN"
-#: ../clients/common/nm-meta-setting-desc.c:6738
+#: ../clients/common/nm-meta-setting-desc.c:6820
#, fuzzy
msgid "WiMAX connection"
msgstr "إتّصالات VPN"
-#: ../clients/common/nm-meta-setting-desc.c:6739
+#: ../clients/common/nm-meta-setting-desc.c:6821
#, fuzzy
msgid "Wired Ethernet"
msgstr "انشيء اتصال VPN"
-#: ../clients/common/nm-meta-setting-desc.c:6740
+#: ../clients/common/nm-meta-setting-desc.c:6822
#, fuzzy
msgid "Wi-Fi connection"
msgstr "انشيء اتصال VPN"
-#: ../clients/common/nm-meta-setting-desc.c:6741
+#: ../clients/common/nm-meta-setting-desc.c:6823
msgid "Wi-Fi security settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:7013
+#: ../clients/common/nm-meta-setting-desc.c:7138
msgid "name"
msgstr ""
@@ -4758,109 +4785,109 @@ msgstr ""
msgid "An authentication session is already underway."
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:230
-#: ../clients/common/nm-secret-agent-simple.c:273
-#: ../clients/common/nm-secret-agent-simple.c:303
-#: ../clients/common/nm-secret-agent-simple.c:342
-#: ../clients/common/nm-secret-agent-simple.c:504
-#: ../clients/common/nm-secret-agent-simple.c:538
-#: ../clients/common/nm-secret-agent-simple.c:556
+#: ../clients/common/nm-secret-agent-simple.c:232
+#: ../clients/common/nm-secret-agent-simple.c:275
+#: ../clients/common/nm-secret-agent-simple.c:305
+#: ../clients/common/nm-secret-agent-simple.c:344
+#: ../clients/common/nm-secret-agent-simple.c:506
+#: ../clients/common/nm-secret-agent-simple.c:540
+#: ../clients/common/nm-secret-agent-simple.c:563
#: ../clients/common/nm-vpn-helpers.c:119
#: ../clients/common/nm-vpn-helpers.c:123
#: ../clients/common/nm-vpn-helpers.c:129
#: ../clients/common/nm-vpn-helpers.c:134 ../clients/tui/nmt-page-dsl.c:75
-#: ../clients/tui/nmt-page-wifi.c:266 ../clients/tui/nmt-page-wifi.c:297
-#: ../clients/tui/nmt-page-wifi.c:330
+#: ../clients/tui/nmt-page-wifi.c:265 ../clients/tui/nmt-page-wifi.c:296
+#: ../clients/tui/nmt-page-wifi.c:329
msgid "Password"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:241
+#: ../clients/common/nm-secret-agent-simple.c:243
msgid "Identity"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:248
+#: ../clients/common/nm-secret-agent-simple.c:250
msgid "Private key password"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:289
-#: ../clients/tui/nmt-page-wifi.c:278
+#: ../clients/common/nm-secret-agent-simple.c:291
+#: ../clients/tui/nmt-page-wifi.c:277
msgid "Key"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:335
+#: ../clients/common/nm-secret-agent-simple.c:337
#: ../clients/tui/nmt-page-dsl.c:78
msgid "Service"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:465
+#: ../clients/common/nm-secret-agent-simple.c:467
msgid "Authentication required by wireless network"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:466
+#: ../clients/common/nm-secret-agent-simple.c:468
#, c-format
msgid ""
"Passwords or encryption keys are required to access the wireless network "
"'%s'."
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:474
+#: ../clients/common/nm-secret-agent-simple.c:476
msgid "Wired 802.1X authentication"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:475
+#: ../clients/common/nm-secret-agent-simple.c:477
#, c-format
msgid "Secrets are required to access the wired network '%s'"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:480
+#: ../clients/common/nm-secret-agent-simple.c:482
msgid "DSL authentication"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:481
+#: ../clients/common/nm-secret-agent-simple.c:483
#, fuzzy, c-format
msgid "Secrets are required for the DSL connection '%s'"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../clients/common/nm-secret-agent-simple.c:489
+#: ../clients/common/nm-secret-agent-simple.c:491
msgid "PIN code required"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:490
+#: ../clients/common/nm-secret-agent-simple.c:492
msgid "PIN code is needed for the mobile broadband device"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:492
+#: ../clients/common/nm-secret-agent-simple.c:494
msgid "PIN"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:500
-#: ../clients/common/nm-secret-agent-simple.c:534
-#: ../clients/common/nm-secret-agent-simple.c:552
+#: ../clients/common/nm-secret-agent-simple.c:502
+#: ../clients/common/nm-secret-agent-simple.c:536
+#: ../clients/common/nm-secret-agent-simple.c:559
msgid "Mobile broadband network password"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:501
-#: ../clients/common/nm-secret-agent-simple.c:535
-#: ../clients/common/nm-secret-agent-simple.c:553
-#: ../clients/common/nm-secret-agent-simple.c:573
+#: ../clients/common/nm-secret-agent-simple.c:503
+#: ../clients/common/nm-secret-agent-simple.c:537
+#: ../clients/common/nm-secret-agent-simple.c:560
+#: ../clients/common/nm-secret-agent-simple.c:582
#, c-format
msgid "A password is required to connect to '%s'."
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:515
+#: ../clients/common/nm-secret-agent-simple.c:517
#, c-format
msgid "Secrets are required to access the MACsec network '%s'"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:519
+#: ../clients/common/nm-secret-agent-simple.c:521
msgid "MACsec PSK authentication"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:528
+#: ../clients/common/nm-secret-agent-simple.c:530
msgid "MACsec EAP authentication"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:568
+#: ../clients/common/nm-secret-agent-simple.c:577
msgid "VPN password required"
msgstr ""
@@ -4931,32 +4958,36 @@ msgstr ""
#: ../clients/common/settings-docs.c.in:105
#: ../clients/common/settings-docs.c.in:113
#: ../clients/common/settings-docs.c.in:115
-#: ../clients/common/settings-docs.c.in:123
-#: ../clients/common/settings-docs.c.in:127
-#: ../clients/common/settings-docs.c.in:131
-#: ../clients/common/settings-docs.c.in:146
-#: ../clients/common/settings-docs.c.in:163
-#: ../clients/common/settings-docs.c.in:172
-#: ../clients/common/settings-docs.c.in:173
-#: ../clients/common/settings-docs.c.in:178
-#: ../clients/common/settings-docs.c.in:190
-#: ../clients/common/settings-docs.c.in:200
-#: ../clients/common/settings-docs.c.in:223
-#: ../clients/common/settings-docs.c.in:243
-#: ../clients/common/settings-docs.c.in:253
-#: ../clients/common/settings-docs.c.in:258
-#: ../clients/common/settings-docs.c.in:269
-#: ../clients/common/settings-docs.c.in:281
-#: ../clients/common/settings-docs.c.in:288
-#: ../clients/common/settings-docs.c.in:293
-#: ../clients/common/settings-docs.c.in:298
-#: ../clients/common/settings-docs.c.in:300
-#: ../clients/common/settings-docs.c.in:304
+#: ../clients/common/settings-docs.c.in:124
+#: ../clients/common/settings-docs.c.in:128
+#: ../clients/common/settings-docs.c.in:132
+#: ../clients/common/settings-docs.c.in:148
+#: ../clients/common/settings-docs.c.in:165
+#: ../clients/common/settings-docs.c.in:174
+#: ../clients/common/settings-docs.c.in:175
+#: ../clients/common/settings-docs.c.in:180
+#: ../clients/common/settings-docs.c.in:192
+#: ../clients/common/settings-docs.c.in:202
+#: ../clients/common/settings-docs.c.in:225
+#: ../clients/common/settings-docs.c.in:246
+#: ../clients/common/settings-docs.c.in:257
+#: ../clients/common/settings-docs.c.in:262
+#: ../clients/common/settings-docs.c.in:268
+#: ../clients/common/settings-docs.c.in:271
+#: ../clients/common/settings-docs.c.in:273
+#: ../clients/common/settings-docs.c.in:279
+#: ../clients/common/settings-docs.c.in:289
+#: ../clients/common/settings-docs.c.in:301
#: ../clients/common/settings-docs.c.in:309
#: ../clients/common/settings-docs.c.in:314
-#: ../clients/common/settings-docs.c.in:317
-#: ../clients/common/settings-docs.c.in:331
-#: ../clients/common/settings-docs.c.in:341
+#: ../clients/common/settings-docs.c.in:319
+#: ../clients/common/settings-docs.c.in:321
+#: ../clients/common/settings-docs.c.in:325
+#: ../clients/common/settings-docs.c.in:330
+#: ../clients/common/settings-docs.c.in:335
+#: ../clients/common/settings-docs.c.in:338
+#: ../clients/common/settings-docs.c.in:352
+#: ../clients/common/settings-docs.c.in:362
msgid ""
"The setting's name, which uniquely identifies the setting within the "
"connection. Each setting type has a name unique to that type, for example "
@@ -4994,7 +5025,6 @@ msgid ""
msgstr ""
#: ../clients/common/settings-docs.c.in:10
-#: ../clients/common/settings-docs.c.in:90
msgid ""
"If specified, request that the device use this MAC address instead. This is "
"known as MAC cloning or spoofing. Beside explicitly specifying a MAC "
@@ -5032,7 +5062,7 @@ msgid ""
"address to 68:F7:28, while the lower bits are randomized. A value of "
"\"02:00:00:00:00:00 00:00:00:00:00:00\" will create a fully scrambled "
"globally-administered, burned-in MAC address. If the value contains more "
-"then one additional MAC addresses, one of them is chosen randomly. For "
+"than one additional MAC addresses, one of them is chosen randomly. For "
"example, \"02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00\" will "
"create a fully scrambled MAC address, randomly locally or globally "
"administered."
@@ -5256,7 +5286,7 @@ msgid ""
"Flags indicating which mode of WPS is to be used if any. There's little "
"point in changing the default setting as NetworkManager will automatically "
"determine whether it's feasible to start WPS enrollment from the Access "
-"Point capabilities. WPS can by disabled by setting this property to a value "
+"Point capabilities. WPS can be disabled by setting this property to a value "
"of 1."
msgstr ""
@@ -5370,9 +5400,9 @@ msgstr ""
#: ../clients/common/settings-docs.c.in:60
#: ../clients/common/settings-docs.c.in:107
-#: ../clients/common/settings-docs.c.in:134
-#: ../clients/common/settings-docs.c.in:182
-#: ../clients/common/settings-docs.c.in:283
+#: ../clients/common/settings-docs.c.in:135
+#: ../clients/common/settings-docs.c.in:184
+#: ../clients/common/settings-docs.c.in:304
msgid "Flags indicating how to handle the \"password\" property."
msgstr ""
@@ -5567,7 +5597,7 @@ msgid "PIN used for EAP authentication methods."
msgstr ""
#: ../clients/common/settings-docs.c.in:83
-#: ../clients/common/settings-docs.c.in:184
+#: ../clients/common/settings-docs.c.in:186
msgid "Flags indicating how to handle the \"pin\" property."
msgstr ""
@@ -5632,6 +5662,23 @@ msgid ""
"will be skipped."
msgstr ""
+#: ../clients/common/settings-docs.c.in:90
+msgid ""
+"If specified, request that the device use this MAC address instead. This is "
+"known as MAC cloning or spoofing. Beside explicitly specifying a MAC "
+"address, the special values \"preserve\", \"permanent\", \"random\" and "
+"\"stable\" are supported. \"preserve\" means not to touch the MAC address on "
+"activation. \"permanent\" means to use the permanent hardware address if the "
+"device has one (otherwise this is treated as \"preserve\"). \"random\" "
+"creates a random MAC address on each connect. \"stable\" creates a hashed "
+"MAC address based on connection.stable-id and a machine dependent key. If "
+"unspecified, the value can be overwritten via global defaults, see manual of "
+"NetworkManager.conf. If still unspecified, it defaults to \"preserve"
+"\" (older versions of NetworkManager may use a different default value). On "
+"D-Bus, this field is expressed as \"assigned-mac-address\" or the deprecated "
+"\"cloned-mac-address\"."
+msgstr ""
+
#: ../clients/common/settings-docs.c.in:91
msgid ""
"Can be specified only when \"auto-negotiate\" is \"off\". In that case, "
@@ -5656,10 +5703,10 @@ msgstr ""
#: ../clients/common/settings-docs.c.in:97
msgid ""
-"Specific port type to use if multiple the device supports multiple "
-"attachment methods. One of \"tp\" (Twisted Pair), \"aui\" (Attachment Unit "
-"Interface), \"bnc\" (Thin Ethernet) or \"mii\" (Media Independent Interface. "
-"If the device supports only one port type, this setting is ignored."
+"Specific port type to use if the device supports multiple attachment "
+"methods. One of \"tp\" (Twisted Pair), \"aui\" (Attachment Unit Interface), "
+"\"bnc\" (Thin Ethernet) or \"mii\" (Media Independent Interface). If the "
+"device supports only one port type, this setting is ignored."
msgstr ""
#: ../clients/common/settings-docs.c.in:98
@@ -5688,7 +5735,7 @@ msgstr ""
#: ../clients/common/settings-docs.c.in:101
msgid ""
-"Can be set to a value grater than zero only when \"auto-negotiate\" is \"off"
+"Can be set to a value greater than zero only when \"auto-negotiate\" is \"off"
"\". In that case, statically configures the device to use that specified "
"speed. In Mbit/s, ie 100 == 100Mbit/s. Must be set together with the \"duplex"
"\" property when non-zero. Before specifying a speed value be sure your "
@@ -5765,86 +5812,106 @@ msgid "The Spanning Tree Protocol (STP) forwarding delay, in seconds."
msgstr ""
#: ../clients/common/settings-docs.c.in:119
-msgid "The Spanning Tree Protocol (STP) hello time, in seconds."
+msgid ""
+"A mask of group addresses to forward. Usually, group addresses in the range "
+"from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F are not forwarded according to "
+"standards. This property is a mask of 16 bits, each corresponding to a group "
+"address in that range that must be forwarded. The mask can't have bits 0, 1 "
+"or 2 set because they are used for STP, MAC pause frames and LACP."
msgstr ""
#: ../clients/common/settings-docs.c.in:120
+msgid "The Spanning Tree Protocol (STP) hello time, in seconds."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:121
msgid ""
"If specified, the MAC address of bridge. When creating a new bridge, this "
-"MAC address will be set. When matching an existing (outside NetworkManager "
-"created) bridge, this MAC address must match."
+"MAC address will be set. If this field is left unspecified, the \"ethernet."
+"cloned-mac-address\" is referred instead to generate the initial MAC "
+"address. Note that setting \"ethernet.cloned-mac-address\" anyway overwrites "
+"the MAC address of the bridge later while activating the bridge. Hence, this "
+"property is deprecated."
msgstr ""
-#: ../clients/common/settings-docs.c.in:121
+#: ../clients/common/settings-docs.c.in:122
msgid "The Spanning Tree Protocol (STP) maximum message age, in seconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:122
+#: ../clients/common/settings-docs.c.in:123
msgid ""
"Controls whether IGMP snooping is enabled for this bridge. Note that if "
"snooping was automatically disabled due to hash collisions, the system may "
"refuse to enable the feature until the collisions are resolved."
msgstr ""
-#: ../clients/common/settings-docs.c.in:124
+#: ../clients/common/settings-docs.c.in:125
msgid ""
"Sets the Spanning Tree Protocol (STP) priority for this bridge. Lower "
"values are \"better\"; the lowest priority bridge will be elected the root "
"bridge."
msgstr ""
-#: ../clients/common/settings-docs.c.in:125
+#: ../clients/common/settings-docs.c.in:126
msgid ""
"Controls whether Spanning Tree Protocol (STP) is enabled for this bridge."
msgstr ""
-#: ../clients/common/settings-docs.c.in:126
+#: ../clients/common/settings-docs.c.in:127
msgid ""
-"Enables or disabled \"hairpin mode\" for the port, which allows frames to be "
+"Enables or disables \"hairpin mode\" for the port, which allows frames to be "
"sent back out through the port the frame was received on."
msgstr ""
-#: ../clients/common/settings-docs.c.in:128
+#: ../clients/common/settings-docs.c.in:129
msgid ""
"The Spanning Tree Protocol (STP) port cost for destinations via this port."
msgstr ""
-#: ../clients/common/settings-docs.c.in:129
+#: ../clients/common/settings-docs.c.in:130
msgid "The Spanning Tree Protocol (STP) priority of this bridge port."
msgstr ""
-#: ../clients/common/settings-docs.c.in:130
-#: ../clients/common/settings-docs.c.in:177
-#: ../clients/common/settings-docs.c.in:189
+#: ../clients/common/settings-docs.c.in:131
+#: ../clients/common/settings-docs.c.in:179
+#: ../clients/common/settings-docs.c.in:191
msgid ""
"If non-zero, only transmit packets of the specified size or smaller, "
"breaking larger packets up into multiple frames."
msgstr ""
-#: ../clients/common/settings-docs.c.in:132
+#: ../clients/common/settings-docs.c.in:133
msgid ""
"The number to dial to establish the connection to the CDMA-based mobile "
"broadband network, if any. If not specified, the default number (#777) is "
"used when required."
msgstr ""
-#: ../clients/common/settings-docs.c.in:133
-#: ../clients/common/settings-docs.c.in:181
+#: ../clients/common/settings-docs.c.in:134
+#: ../clients/common/settings-docs.c.in:183
msgid ""
"The password used to authenticate with the network, if required. Many "
"providers do not require a password, or accept any password. But if a "
"password is required, it is specified here."
msgstr ""
-#: ../clients/common/settings-docs.c.in:135
-#: ../clients/common/settings-docs.c.in:187
+#: ../clients/common/settings-docs.c.in:136
+#: ../clients/common/settings-docs.c.in:189
msgid ""
"The username used to authenticate with the network, if required. Many "
"providers do not require a username, or accept any username. But if a "
"username is required, it is specified here."
msgstr ""
-#: ../clients/common/settings-docs.c.in:136
+#: ../clients/common/settings-docs.c.in:137
+msgid ""
+"The number of retries for the authentication. Zero means to try "
+"indefinitely; -1 means to use a global default. If the global default is not "
+"set, the authentication retries for 3 times before failing the connection. "
+"Currently this only applies to 802-1x authentication."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:138
msgid ""
"Whether or not the connection should be automatically connected by "
"NetworkManager when the resources for the connection are available. TRUE to "
@@ -5852,21 +5919,23 @@ msgid ""
"to activate the connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:137
+#: ../clients/common/settings-docs.c.in:139
msgid ""
"The autoconnect priority. If the connection is set to autoconnect, "
"connections with higher priority will be preferred. Defaults to 0. The "
"higher number means higher priority."
msgstr ""
-#: ../clients/common/settings-docs.c.in:138
+#: ../clients/common/settings-docs.c.in:140
msgid ""
"The number of times a connection should be tried when autoactivating before "
"giving up. Zero means forever, -1 means the global default (4 times if not "
-"overridden)."
+"overridden). Setting this to 1 means to try activation only once before "
+"blocking autoconnect. Note that after a timeout, NetworkManager will try to "
+"autoconnect again."
msgstr ""
-#: ../clients/common/settings-docs.c.in:139
+#: ../clients/common/settings-docs.c.in:141
msgid ""
"Whether or not slaves of this connection should be automatically brought up "
"when NetworkManager activates this connection. This only has a real effect "
@@ -5877,19 +5946,19 @@ msgid ""
"to 0."
msgstr ""
-#: ../clients/common/settings-docs.c.in:140
+#: ../clients/common/settings-docs.c.in:142
msgid ""
"If greater than zero, delay success of IP addressing until either the "
"timeout is reached, or an IP gateway replies to a ping."
msgstr ""
-#: ../clients/common/settings-docs.c.in:141
+#: ../clients/common/settings-docs.c.in:143
msgid ""
"A human readable unique identifier for the connection, like \"Work Wi-Fi\" "
"or \"T-Mobile 3G\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:142
+#: ../clients/common/settings-docs.c.in:144
msgid ""
"The name of the network interface this connection is bound to. If not set, "
"then the connection can be attached to any interface of the appropriate type "
@@ -5902,54 +5971,55 @@ msgid ""
"interface."
msgstr ""
-#: ../clients/common/settings-docs.c.in:143
+#: ../clients/common/settings-docs.c.in:145
msgid "Whether LLDP is enabled for the connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:144
+#: ../clients/common/settings-docs.c.in:146
msgid "Interface name of the master device or UUID of the master connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:145
+#: ../clients/common/settings-docs.c.in:147
msgid ""
"Whether the connection is metered. When updating this property on a "
"currently activated connection, the change takes effect immediately."
msgstr ""
-#: ../clients/common/settings-docs.c.in:147
+#: ../clients/common/settings-docs.c.in:149
msgid ""
"An array of strings defining what access a given user has to this "
"connection. If this is NULL or empty, all users are allowed to access this "
-"connection. Otherwise a user is allowed to access this connection if and "
-"only if they are in this list. Each entry is of the form \"[type]:[id]:"
-"[reserved]\"; for example, \"user:dcbw:blah\". At this time only the \"user"
-"\" [type] is allowed. Any other values are ignored and reserved for future "
-"use. [id] is the username that this permission refers to, which may not "
-"contain the \":\" character. Any [reserved] information present must be "
-"ignored and is reserved for future use. All of [type], [id], and [reserved] "
-"must be valid UTF-8."
+"connection; otherwise users are allowed if and only if they are in this "
+"list. When this is not empty, the connection can be active only when one of "
+"the specified users is logged into an active session. Each entry is of the "
+"form \"[type]:[id]:[reserved]\"; for example, \"user:dcbw:blah\". At this "
+"time only the \"user\" [type] is allowed. Any other values are ignored and "
+"reserved for future use. [id] is the username that this permission refers "
+"to, which may not contain the \":\" character. Any [reserved] information "
+"present must be ignored and is reserved for future use. All of [type], "
+"[id], and [reserved] must be valid UTF-8."
msgstr ""
-#: ../clients/common/settings-docs.c.in:148
+#: ../clients/common/settings-docs.c.in:150
msgid ""
"FALSE if the connection can be modified using the provided settings "
"service's D-Bus interface with the right privileges, or TRUE if the "
"connection is read-only and cannot be modified."
msgstr ""
-#: ../clients/common/settings-docs.c.in:149
+#: ../clients/common/settings-docs.c.in:151
msgid ""
"List of connection UUIDs that should be activated when the base connection "
"itself is activated. Currently only VPN connections are supported."
msgstr ""
-#: ../clients/common/settings-docs.c.in:150
+#: ../clients/common/settings-docs.c.in:152
msgid ""
"Setting name of the device type of this slave's master connection (eg, \"bond"
"\"), or NULL if this connection is not a slave."
msgstr ""
-#: ../clients/common/settings-docs.c.in:151
+#: ../clients/common/settings-docs.c.in:153
msgid ""
"Token to generate stable IDs for the connection. The stable-id is used for "
"generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-"
@@ -5972,7 +6042,7 @@ msgid ""
"identical before performing dynamic substitutions."
msgstr ""
-#: ../clients/common/settings-docs.c.in:152
+#: ../clients/common/settings-docs.c.in:154
msgid ""
"The time, in seconds since the Unix Epoch, that the connection was last "
"_successfully_ fully activated. NetworkManager updates the connection "
@@ -5981,7 +6051,7 @@ msgid ""
"reading (changes to this property will not be preserved)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:153
+#: ../clients/common/settings-docs.c.in:155
msgid ""
"Base type of the connection. For hardware-dependent connections, should "
"contain the setting name of the hardware-type specific setting (ie, \"802-3-"
@@ -5990,7 +6060,7 @@ msgid ""
"setting name of that setting type (ie, \"vpn\" or \"bridge\", etc)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:154
+#: ../clients/common/settings-docs.c.in:156
msgid ""
"A universally unique identifier for the connection, for example generated "
"with libuuid. It should be assigned when the connection is created, and "
@@ -6002,7 +6072,7 @@ msgid ""
"contains only hexadecimal characters and \"-\")."
msgstr ""
-#: ../clients/common/settings-docs.c.in:155
+#: ../clients/common/settings-docs.c.in:157
msgid ""
"The trust level of a the connection. Free form case-insensitive string (for "
"example \"Home\", \"Work\", \"Public\"). NULL or unspecified zone means the "
@@ -6011,112 +6081,112 @@ msgid ""
"takes effect immediately."
msgstr ""
-#: ../clients/common/settings-docs.c.in:156
+#: ../clients/common/settings-docs.c.in:158
msgid ""
"Specifies the NMSettingDcbFlags for the DCB FCoE application. Flags may be "
"any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:157
+#: ../clients/common/settings-docs.c.in:159
msgid "The FCoE controller mode; either \"fabric\" (default) or \"vn2vn\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:158
+#: ../clients/common/settings-docs.c.in:160
msgid ""
"The highest User Priority (0 - 7) which FCoE frames should use, or -1 for "
"default priority. Only used when the \"app-fcoe-flags\" property includes "
"the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag."
msgstr ""
-#: ../clients/common/settings-docs.c.in:159
+#: ../clients/common/settings-docs.c.in:161
msgid ""
"Specifies the NMSettingDcbFlags for the DCB FIP application. Flags may be "
"any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:160
+#: ../clients/common/settings-docs.c.in:162
msgid ""
"The highest User Priority (0 - 7) which FIP frames should use, or -1 for "
"default priority. Only used when the \"app-fip-flags\" property includes "
"the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag."
msgstr ""
-#: ../clients/common/settings-docs.c.in:161
+#: ../clients/common/settings-docs.c.in:163
msgid ""
"Specifies the NMSettingDcbFlags for the DCB iSCSI application. Flags may be "
"any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:162
+#: ../clients/common/settings-docs.c.in:164
msgid ""
"The highest User Priority (0 - 7) which iSCSI frames should use, or -1 for "
"default priority. Only used when the \"app-iscsi-flags\" property includes "
"the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag."
msgstr ""
-#: ../clients/common/settings-docs.c.in:164
+#: ../clients/common/settings-docs.c.in:166
msgid ""
"An array of 8 uint values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates the percentage of bandwidth of the "
"priority's assigned group that the priority may use. The sum of all "
"percentages for priorities which belong to the same group must total 100 "
-"percent."
+"percents."
msgstr ""
-#: ../clients/common/settings-docs.c.in:165
+#: ../clients/common/settings-docs.c.in:167
msgid ""
"An array of 8 boolean values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates whether or not the corresponding "
"priority should transmit priority pause."
msgstr ""
-#: ../clients/common/settings-docs.c.in:166
+#: ../clients/common/settings-docs.c.in:168
msgid ""
"Specifies the NMSettingDcbFlags for DCB Priority Flow Control (PFC). Flags "
"may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:167
+#: ../clients/common/settings-docs.c.in:169
msgid ""
"An array of 8 uint values, where the array index corresponds to the Priority "
"Group ID (0 - 7) and the value indicates the percentage of link bandwidth "
"allocated to that group. Allowed values are 0 - 100, and the sum of all "
-"values must total 100 percent."
+"values must total 100 percents."
msgstr ""
-#: ../clients/common/settings-docs.c.in:168
+#: ../clients/common/settings-docs.c.in:170
msgid ""
"Specifies the NMSettingDcbFlags for DCB Priority Groups. Flags may be any "
"combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:169
+#: ../clients/common/settings-docs.c.in:171
msgid ""
"An array of 8 uint values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates the Priority Group ID. Allowed "
"Priority Group ID values are 0 - 7 or 15 for the unrestricted group."
msgstr ""
-#: ../clients/common/settings-docs.c.in:170
+#: ../clients/common/settings-docs.c.in:172
msgid ""
"An array of 8 boolean values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates whether or not the priority may use "
"all of the bandwidth allocated to its assigned group."
msgstr ""
-#: ../clients/common/settings-docs.c.in:171
+#: ../clients/common/settings-docs.c.in:173
msgid ""
"An array of 8 uint values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates the traffic class (0 - 7) to which "
"the priority is mapped."
msgstr ""
-#: ../clients/common/settings-docs.c.in:174
+#: ../clients/common/settings-docs.c.in:176
msgid ""
"The GPRS Access Point Name specifying the APN used when establishing a data "
"session with the GSM-based network. The APN often determines how the user "
@@ -6127,20 +6197,20 @@ msgid ""
"14.9."
msgstr ""
-#: ../clients/common/settings-docs.c.in:175
+#: ../clients/common/settings-docs.c.in:177
msgid ""
"The device unique identifier (as given by the WWAN management service) which "
"this connection applies to. If given, the connection will only apply to the "
"specified device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:176
+#: ../clients/common/settings-docs.c.in:178
msgid ""
"When TRUE, only connections to the home network will be allowed. Connections "
"to roaming networks will not be made."
msgstr ""
-#: ../clients/common/settings-docs.c.in:179
+#: ../clients/common/settings-docs.c.in:181
msgid ""
"The Network ID (GSM LAI format, ie MCC-MNC) to force specific network "
"registration. If the Network ID is specified, NetworkManager will attempt "
@@ -6149,7 +6219,7 @@ msgid ""
"the device is not otherwise possible."
msgstr ""
-#: ../clients/common/settings-docs.c.in:180
+#: ../clients/common/settings-docs.c.in:182
msgid ""
"Number to dial when establishing a PPP data session with the GSM-based "
"mobile broadband network. Many modems do not require PPP for connections to "
@@ -6157,14 +6227,14 @@ msgid ""
"NetworkManager to select the appropriate settings automatically."
msgstr ""
-#: ../clients/common/settings-docs.c.in:183
+#: ../clients/common/settings-docs.c.in:185
msgid ""
"If the SIM is locked with a PIN it must be unlocked before any other "
"operations are requested. Specify the PIN here to allow operation of the "
"device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:185
+#: ../clients/common/settings-docs.c.in:187
msgid ""
"The SIM card unique identifier (as given by the WWAN management service) "
"which this connection applies to. If given, the connection will apply to "
@@ -6172,116 +6242,118 @@ msgid ""
"the given identifier."
msgstr ""
-#: ../clients/common/settings-docs.c.in:186
+#: ../clients/common/settings-docs.c.in:188
msgid ""
"A MCC/MNC string like \"310260\" or \"21601\" identifying the specific "
"mobile network operator which this connection applies to. If given, the "
"connection will apply to any device also allowed by \"device-id\" and \"sim-"
-"id\" which contains a SIM card provisioined by the given operator."
+"id\" which contains a SIM card provisioned by the given operator."
msgstr ""
-#: ../clients/common/settings-docs.c.in:188
+#: ../clients/common/settings-docs.c.in:190
msgid ""
"If specified, this connection will only apply to the IPoIB device whose "
"permanent MAC address matches. This property does not change the MAC address "
"of the device (i.e. MAC spoofing)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:191
+#: ../clients/common/settings-docs.c.in:193
msgid ""
"The InfiniBand P_Key to use for this device. A value of -1 means to use the "
"default P_Key (aka \"the P_Key at index 0\"). Otherwise it is a 16-bit "
"unsigned integer, whose high bit is set if it is a \"full membership\" P_Key."
msgstr ""
-#: ../clients/common/settings-docs.c.in:192
+#: ../clients/common/settings-docs.c.in:194
msgid ""
"The interface name of the parent device of this device. Normally NULL, but "
"if the \"p_key\" property is set, then you must specify the base device by "
"setting either this property or \"mac-address\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:193
+#: ../clients/common/settings-docs.c.in:195
msgid ""
"The IP-over-InfiniBand transport mode. Either \"datagram\" or \"connected\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:194
+#: ../clients/common/settings-docs.c.in:196
msgid ""
"How many additional levels of encapsulation are permitted to be prepended to "
"packets. This property applies only to IPv6 tunnels."
msgstr ""
-#: ../clients/common/settings-docs.c.in:195
+#: ../clients/common/settings-docs.c.in:197
msgid ""
"The flow label to assign to tunnel packets. This property applies only to "
"IPv6 tunnels."
msgstr ""
-#: ../clients/common/settings-docs.c.in:196
+#: ../clients/common/settings-docs.c.in:198
msgid ""
"The key used for tunnel input packets; the property is valid only for "
"certain tunnel modes (GRE, IP6GRE). If empty, no key is used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:197
+#: ../clients/common/settings-docs.c.in:199
msgid ""
"The local endpoint of the tunnel; the value can be empty, otherwise it must "
"contain an IPv4 or IPv6 address."
msgstr ""
-#: ../clients/common/settings-docs.c.in:198
+#: ../clients/common/settings-docs.c.in:200
msgid ""
"The tunneling mode, for example NM_IP_TUNNEL_MODE_IPIP (1) or "
"NM_IP_TUNNEL_MODE_GRE (2)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:199
-msgid "None"
+#: ../clients/common/settings-docs.c.in:201
+msgid ""
+"If non-zero, only transmit packets of the specified size or smaller, "
+"breaking larger packets up into multiple fragments."
msgstr ""
-#: ../clients/common/settings-docs.c.in:201
+#: ../clients/common/settings-docs.c.in:203
msgid ""
"The key used for tunnel output packets; the property is valid only for "
"certain tunnel modes (GRE, IP6GRE). If empty, no key is used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:202
+#: ../clients/common/settings-docs.c.in:204
msgid ""
"If given, specifies the parent interface name or parent connection UUID the "
"new device will be bound to so that tunneled packets will only be routed via "
"that interface."
msgstr ""
-#: ../clients/common/settings-docs.c.in:203
+#: ../clients/common/settings-docs.c.in:205
msgid "Whether to enable Path MTU Discovery on this tunnel."
msgstr ""
-#: ../clients/common/settings-docs.c.in:204
+#: ../clients/common/settings-docs.c.in:206
msgid ""
"The remote endpoint of the tunnel; the value must contain an IPv4 or IPv6 "
"address."
msgstr ""
-#: ../clients/common/settings-docs.c.in:205
+#: ../clients/common/settings-docs.c.in:207
msgid ""
"The type of service (IPv4) or traffic class (IPv6) field to be set on "
"tunneled packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:206
+#: ../clients/common/settings-docs.c.in:208
msgid ""
"The TTL to assign to tunneled packets. 0 is a special value meaning that "
"packets inherit the TTL value."
msgstr ""
-#: ../clients/common/settings-docs.c.in:207
-#: ../clients/common/settings-docs.c.in:228
+#: ../clients/common/settings-docs.c.in:209
+#: ../clients/common/settings-docs.c.in:231
msgid "Array of IP addresses."
msgstr ""
-#: ../clients/common/settings-docs.c.in:208
-#: ../clients/common/settings-docs.c.in:229
+#: ../clients/common/settings-docs.c.in:210
+#: ../clients/common/settings-docs.c.in:232
msgid ""
"Timeout in milliseconds used to check for the presence of duplicate IP "
"addresses on the network. If an address conflict is detected, the "
@@ -6291,29 +6363,35 @@ msgid ""
"timeout in milliseconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:209
+#: ../clients/common/settings-docs.c.in:211
msgid ""
"A string sent to the DHCP server to identify the local machine which the "
-"DHCP server may use to customize the DHCP lease and options."
+"DHCP server may use to customize the DHCP lease and options. When the "
+"property is a hex string ('aa:bb:cc') it is interpreted as a binary client "
+"ID, in which case the first byte is assumed to be the 'type' field as per "
+"RFC 2132 section 9.14 and the remaining bytes may be an hardware address (e."
+"g. '01:xx:xx:xx:xx:xx:xx' where 1 is the Ethernet ARP type and the rest is a "
+"MAC address). If the property is not a hex string it is considered as a non-"
+"hardware-address client ID and the 'type' field is set to 0."
msgstr ""
-#: ../clients/common/settings-docs.c.in:210
+#: ../clients/common/settings-docs.c.in:212
msgid ""
"If the \"dhcp-send-hostname\" property is TRUE, then the specified FQDN will "
"be sent to the DHCP server when acquiring a lease. This property and \"dhcp-"
"hostname\" are mutually exclusive and cannot be set at the same time."
msgstr ""
-#: ../clients/common/settings-docs.c.in:211
-#: ../clients/common/settings-docs.c.in:230
+#: ../clients/common/settings-docs.c.in:213
+#: ../clients/common/settings-docs.c.in:233
msgid ""
"If the \"dhcp-send-hostname\" property is TRUE, then the specified name will "
"be sent to the DHCP server when acquiring a lease. This property and \"dhcp-"
"fqdn\" are mutually exclusive and cannot be set at the same time."
msgstr ""
-#: ../clients/common/settings-docs.c.in:212
-#: ../clients/common/settings-docs.c.in:231
+#: ../clients/common/settings-docs.c.in:214
+#: ../clients/common/settings-docs.c.in:234
msgid ""
"If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some "
"DHCP servers use this hostname to update DNS databases, essentially "
@@ -6322,26 +6400,26 @@ msgid ""
"of the computer is sent."
msgstr ""
-#: ../clients/common/settings-docs.c.in:213
-#: ../clients/common/settings-docs.c.in:232
+#: ../clients/common/settings-docs.c.in:215
+#: ../clients/common/settings-docs.c.in:235
msgid "A timeout for a DHCP transaction in seconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:214
-#: ../clients/common/settings-docs.c.in:233
+#: ../clients/common/settings-docs.c.in:216
+#: ../clients/common/settings-docs.c.in:236
msgid "Array of IP addresses of DNS servers."
msgstr ""
-#: ../clients/common/settings-docs.c.in:215
-#: ../clients/common/settings-docs.c.in:234
+#: ../clients/common/settings-docs.c.in:217
+#: ../clients/common/settings-docs.c.in:237
msgid ""
"Array of DNS options as described in man 5 resolv.conf. NULL means that the "
"options are unset and left at the default. In this case NetworkManager will "
"use default options. This is distinct from an empty list of properties."
msgstr ""
-#: ../clients/common/settings-docs.c.in:216
-#: ../clients/common/settings-docs.c.in:235
+#: ../clients/common/settings-docs.c.in:218
+#: ../clients/common/settings-docs.c.in:238
msgid ""
"Intra-connection DNS priority. The relative priority to be used when "
"determining the order of DNS servers in resolv.conf. A lower value means "
@@ -6359,20 +6437,20 @@ msgid ""
"priority value will be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:217
-#: ../clients/common/settings-docs.c.in:236
+#: ../clients/common/settings-docs.c.in:219
+#: ../clients/common/settings-docs.c.in:239
msgid "Array of DNS search domains."
msgstr ""
-#: ../clients/common/settings-docs.c.in:218
-#: ../clients/common/settings-docs.c.in:237
+#: ../clients/common/settings-docs.c.in:220
+#: ../clients/common/settings-docs.c.in:240
msgid ""
"The gateway associated with this configuration. This is only meaningful if "
"\"addresses\" is also set."
msgstr ""
-#: ../clients/common/settings-docs.c.in:219
-#: ../clients/common/settings-docs.c.in:238
+#: ../clients/common/settings-docs.c.in:221
+#: ../clients/common/settings-docs.c.in:241
msgid ""
"When \"method\" is set to \"auto\" and this property to TRUE, automatically "
"configured nameservers and search domains are ignored and only nameservers "
@@ -6380,16 +6458,16 @@ msgid ""
"if any, are used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:220
-#: ../clients/common/settings-docs.c.in:239
+#: ../clients/common/settings-docs.c.in:222
+#: ../clients/common/settings-docs.c.in:242
msgid ""
"When \"method\" is set to \"auto\" and this property to TRUE, automatically "
"configured routes are ignored and only routes specified in the \"routes\" "
"property, if any, are used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:221
-#: ../clients/common/settings-docs.c.in:241
+#: ../clients/common/settings-docs.c.in:223
+#: ../clients/common/settings-docs.c.in:244
msgid ""
"If TRUE, allow overall network configuration to proceed even if the "
"configuration specified by this property times out. Note that at least one "
@@ -6399,8 +6477,8 @@ msgid ""
"if IPv4 configuration fails but IPv6 configuration completes successfully."
msgstr ""
-#: ../clients/common/settings-docs.c.in:222
-#: ../clients/common/settings-docs.c.in:242
+#: ../clients/common/settings-docs.c.in:224
+#: ../clients/common/settings-docs.c.in:245
msgid ""
"IP configuration method. NMSettingIP4Config and NMSettingIP6Config both "
"support \"auto\", \"manual\", and \"link-local\". See the subclass-specific "
@@ -6414,15 +6492,15 @@ msgid ""
"10.42.x.0/24 is chosen."
msgstr ""
-#: ../clients/common/settings-docs.c.in:224
-#: ../clients/common/settings-docs.c.in:244
+#: ../clients/common/settings-docs.c.in:226
+#: ../clients/common/settings-docs.c.in:247
msgid ""
"If TRUE, this connection will never be the default connection for this IP "
"type, meaning it will never be assigned the default route by NetworkManager."
msgstr ""
-#: ../clients/common/settings-docs.c.in:225
-#: ../clients/common/settings-docs.c.in:245
+#: ../clients/common/settings-docs.c.in:227
+#: ../clients/common/settings-docs.c.in:248
msgid ""
"The default metric for routes that don't explicitly specify a metric. The "
"default value -1 means that the metric is chosen automatically based on the "
@@ -6433,33 +6511,52 @@ msgid ""
"mean setting it to 1024. For IPv4, zero is a regular value for the metric."
msgstr ""
-#: ../clients/common/settings-docs.c.in:226
-#: ../clients/common/settings-docs.c.in:246
+#: ../clients/common/settings-docs.c.in:228
+#: ../clients/common/settings-docs.c.in:249
+msgid ""
+"Enable policy routing (source routing) and set the routing table used when "
+"adding routes. This affects all routes, including device-routes, IPv4LL, "
+"DHCP, SLAAC, default-routes and static routes. But note that static routes "
+"can individually overwrite the setting by explicitly specifying a non-zero "
+"routing table. If the table setting is left at zero, it is eligible to be "
+"overwritten via global configuration. If the property is zero even after "
+"applying the global configuration value, policy routing is disabled for the "
+"address family of this connection. Policy routing disabled means that "
+"NetworkManager will add all routes to the main table (except static routes "
+"that explicitly configure a different table). Additionally, NetworkManager "
+"will not delete any extraneous routes from tables except the main table. "
+"This is to preserve backward compatibility for users who manage routing "
+"tables outside of NetworkManager."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:229
+#: ../clients/common/settings-docs.c.in:250
msgid "Array of IP routes."
msgstr ""
-#: ../clients/common/settings-docs.c.in:227
+#: ../clients/common/settings-docs.c.in:230
msgid ""
"Configure method for creating the address for use with RFC4862 IPv6 "
-"Stateless Address Autoconfiguration. The permitted values are: \"eui64\", or "
-"\"stable-privacy\". If the property is set to \"eui64\", the addresses will "
-"be generated using the interface tokens derived from hardware address. This "
-"makes the host part of the address to stay constant, making it possible to "
-"track host's presence when it changes networks. The address changes when the "
-"interface hardware is replaced. The value of \"stable-privacy\" enables use "
-"of cryptographically secure hash of a secret host-specific key along with "
-"the connection's stable-id and the network address as specified by RFC7217. "
-"This makes it impossible to use the address track host's presence, and makes "
-"the address stable when the network interface hardware is replaced. On D-"
-"Bus, the absence of an addr-gen-mode setting equals enabling \"stable-privacy"
-"\". For keyfile plugin, the absence of the setting on disk means \"eui64\" "
-"so that the property doesn't change on upgrade from older versions. Note "
-"that this setting is distinct from the Privacy Extensions as configured by "
-"\"ip6-privacy\" property and it does not affect the temporary addresses "
-"configured with this option."
+"Stateless Address Autoconfiguration. The permitted values are: "
+"NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_EUI64 (0) or "
+"NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_STABLE_PRIVACY (1). If the property is "
+"set to EUI64, the addresses will be generated using the interface tokens "
+"derived from hardware address. This makes the host part of the address to "
+"stay constant, making it possible to track host's presence when it changes "
+"networks. The address changes when the interface hardware is replaced. The "
+"value of stable-privacy enables use of cryptographically secure hash of a "
+"secret host-specific key along with the connection's stable-id and the "
+"network address as specified by RFC7217. This makes it impossible to use the "
+"address track host's presence, and makes the address stable when the network "
+"interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode "
+"setting equals enabling stable-privacy. For keyfile plugin, the absence of "
+"the setting on disk means EUI64 so that the property doesn't change on "
+"upgrade from older versions. Note that this setting is distinct from the "
+"Privacy Extensions as configured by \"ip6-privacy\" property and it does not "
+"affect the temporary addresses configured with this option."
msgstr ""
-#: ../clients/common/settings-docs.c.in:240
+#: ../clients/common/settings-docs.c.in:243
msgid ""
"Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941. If "
"enabled, it makes the kernel generate a temporary IPv6 address in addition "
@@ -6476,38 +6573,38 @@ msgid ""
"IPv6 addresses."
msgstr ""
-#: ../clients/common/settings-docs.c.in:247
+#: ../clients/common/settings-docs.c.in:251
msgid ""
"Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 IPv6 "
"tokenized interface identifiers. Useful with eui64 addr-gen-mode."
msgstr ""
-#: ../clients/common/settings-docs.c.in:248
+#: ../clients/common/settings-docs.c.in:252
msgid "Whether the transmitted traffic must be encrypted."
msgstr ""
-#: ../clients/common/settings-docs.c.in:249
+#: ../clients/common/settings-docs.c.in:253
msgid ""
"The pre-shared CAK (Connectivity Association Key) for MACsec Key Agreement."
msgstr ""
-#: ../clients/common/settings-docs.c.in:250
+#: ../clients/common/settings-docs.c.in:254
msgid "Flags indicating how to handle the \"mka-cak\" property."
msgstr ""
-#: ../clients/common/settings-docs.c.in:251
+#: ../clients/common/settings-docs.c.in:255
msgid ""
"The pre-shared CKN (Connectivity-association Key Name) for MACsec Key "
"Agreement."
msgstr ""
-#: ../clients/common/settings-docs.c.in:252
+#: ../clients/common/settings-docs.c.in:256
msgid ""
"Specifies how the CAK (Connectivity Association Key) for MKA (MACsec Key "
"Agreement) is obtained."
msgstr ""
-#: ../clients/common/settings-docs.c.in:254
+#: ../clients/common/settings-docs.c.in:258
msgid ""
"If given, specifies the parent interface name or parent connection UUID from "
"which this MACSEC interface should be created. If this property is not "
@@ -6515,53 +6612,106 @@ msgid ""
"\"mac-address\" property."
msgstr ""
-#: ../clients/common/settings-docs.c.in:255
+#: ../clients/common/settings-docs.c.in:259
msgid ""
"The port component of the SCI (Secure Channel Identifier), between 1 and "
"65534."
msgstr ""
-#: ../clients/common/settings-docs.c.in:256
+#: ../clients/common/settings-docs.c.in:260
msgid "Specifies the validation mode for incoming frames."
msgstr ""
-#: ../clients/common/settings-docs.c.in:257
+#: ../clients/common/settings-docs.c.in:261
msgid ""
"The macvlan mode, which specifies the communication mechanism between "
"multiple macvlans on the same lower device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:259
-msgid ""
-"If given, specifies the parent interface name or parent connection UUID from "
-"which this MAC-VLAN interface should be created. If this property is not "
-"specified, the connection must contain an \"802-3-ethernet\" setting with a "
-"\"mac-address\" property."
+#: ../clients/common/settings-docs.c.in:263
+msgid ""
+"If given, specifies the parent interface name or parent connection UUID from "
+"which this MAC-VLAN interface should be created. If this property is not "
+"specified, the connection must contain an \"802-3-ethernet\" setting with a "
+"\"mac-address\" property."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:264
+msgid "Whether the interface should be put in promiscuous mode."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:265
+msgid "Whether the interface should be a MACVTAP."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:266
+msgid "The bridge failure mode. One of \"secure\", \"standalone\" or empty."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:267
+msgid "Enable or disable multicast snooping."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:269
+msgid "Enable or disable RSTP."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:270
+msgid "Enable or disable STP."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:272
+msgid "The interface type. Either \"internal\", or empty."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:274
+msgid ""
+"Specifies the unicast destination IP address of a remote OpenVSwitch bridge "
+"port to connect to."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:275
+msgid "The time port must be inactive in order to be considered down."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:276
+msgid ""
+"Bonding mode. One of \"active-backup\", \"balance-slb\", or \"balance-tcp\"."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:277
+msgid "The time port must be active before it starts forwarding traffic."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:278
+msgid "LACP mode. One of \"active\", \"off\", or \"passive\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:260
-msgid "Whether the interface should be put in promiscuous mode."
+#: ../clients/common/settings-docs.c.in:280
+msgid "The VLAN tag in the range 0-4095."
msgstr ""
-#: ../clients/common/settings-docs.c.in:261
-msgid "Whether the interface should be a MACVTAP."
+#: ../clients/common/settings-docs.c.in:281
+msgid ""
+"The VLAN mode. One of \"access\", \"native-tagged\", \"native-untagged\", "
+"\"trunk\" or unset."
msgstr ""
-#: ../clients/common/settings-docs.c.in:262
+#: ../clients/common/settings-docs.c.in:282
msgid ""
"If non-zero, instruct pppd to set the serial port to the specified "
"baudrate. This value should normally be left as 0 to automatically choose "
"the speed."
msgstr ""
-#: ../clients/common/settings-docs.c.in:263
+#: ../clients/common/settings-docs.c.in:283
msgid ""
"If TRUE, specify that pppd should set the serial port to use hardware flow "
"control with RTS and CTS signals. This value should normally be set to "
"FALSE."
msgstr ""
-#: ../clients/common/settings-docs.c.in:264
+#: ../clients/common/settings-docs.c.in:284
msgid ""
"If non-zero, instruct pppd to presume the connection to the peer has failed "
"if the specified number of LCP echo-requests go unanswered by the peer. The "
@@ -6569,7 +6719,7 @@ msgid ""
"property is used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:265
+#: ../clients/common/settings-docs.c.in:285
msgid ""
"If non-zero, instruct pppd to send an LCP echo-request frame to the peer "
"every n seconds (where n is the specified value). Note that some PPP peers "
@@ -6577,82 +6727,90 @@ msgid ""
"autodetect this."
msgstr ""
-#: ../clients/common/settings-docs.c.in:266
+#: ../clients/common/settings-docs.c.in:286
msgid ""
"If TRUE, stateful MPPE is used. See pppd documentation for more information "
"on stateful MPPE."
msgstr ""
-#: ../clients/common/settings-docs.c.in:267
+#: ../clients/common/settings-docs.c.in:287
msgid ""
"If non-zero, instruct pppd to request that the peer send packets no larger "
"than the specified size. If non-zero, the MRU should be between 128 and "
"16384."
msgstr ""
-#: ../clients/common/settings-docs.c.in:268
+#: ../clients/common/settings-docs.c.in:288
msgid ""
"If non-zero, instruct pppd to send packets no larger than the specified size."
msgstr ""
-#: ../clients/common/settings-docs.c.in:270
+#: ../clients/common/settings-docs.c.in:290
msgid "If TRUE, Van Jacobsen TCP header compression will not be requested."
msgstr ""
-#: ../clients/common/settings-docs.c.in:271
+#: ../clients/common/settings-docs.c.in:291
msgid ""
"If TRUE, do not require the other side (usually the PPP server) to "
"authenticate itself to the client. If FALSE, require authentication from "
"the remote side. In almost all cases, this should be TRUE."
msgstr ""
-#: ../clients/common/settings-docs.c.in:272
+#: ../clients/common/settings-docs.c.in:292
msgid "If TRUE, BSD compression will not be requested."
msgstr ""
-#: ../clients/common/settings-docs.c.in:273
+#: ../clients/common/settings-docs.c.in:293
msgid "If TRUE, \"deflate\" compression will not be requested."
msgstr ""
-#: ../clients/common/settings-docs.c.in:274
+#: ../clients/common/settings-docs.c.in:294
msgid "If TRUE, the CHAP authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:275
+#: ../clients/common/settings-docs.c.in:295
msgid "If TRUE, the EAP authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:276
+#: ../clients/common/settings-docs.c.in:296
msgid "If TRUE, the MSCHAP authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:277
+#: ../clients/common/settings-docs.c.in:297
msgid "If TRUE, the MSCHAPv2 authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:278
+#: ../clients/common/settings-docs.c.in:298
msgid "If TRUE, the PAP authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:279
+#: ../clients/common/settings-docs.c.in:299
msgid ""
"If TRUE, MPPE (Microsoft Point-to-Point Encryption) will be required for the "
"PPP session. If either 64-bit or 128-bit MPPE is not available the session "
"will fail. Note that MPPE is not used on mobile broadband connections."
msgstr ""
-#: ../clients/common/settings-docs.c.in:280
+#: ../clients/common/settings-docs.c.in:300
msgid ""
"If TRUE, 128-bit MPPE (Microsoft Point-to-Point Encryption) will be required "
"for the PPP session, and the \"require-mppe\" property must also be set to "
"TRUE. If 128-bit MPPE is not available the session will fail."
msgstr ""
-#: ../clients/common/settings-docs.c.in:282
+#: ../clients/common/settings-docs.c.in:302
+msgid ""
+"If given, specifies the parent interface name on which this PPPoE connection "
+"should be created. If this property is not specified, the connection is "
+"activated on the interface specified in \"interface-name\" of "
+"NMSettingConnection."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:303
msgid "Password used to authenticate with the PPPoE service."
msgstr ""
-#: ../clients/common/settings-docs.c.in:284
+#: ../clients/common/settings-docs.c.in:305
msgid ""
"If specified, instruct PPPoE to only initiate sessions with access "
"concentrators that provide the specified service. For most providers, this "
@@ -6660,53 +6818,53 @@ msgid ""
"concentrators or a specific service is known to be required."
msgstr ""
-#: ../clients/common/settings-docs.c.in:285
+#: ../clients/common/settings-docs.c.in:306
msgid "Username used to authenticate with the PPPoE service."
msgstr ""
-#: ../clients/common/settings-docs.c.in:286
+#: ../clients/common/settings-docs.c.in:307
msgid "Whether the proxy configuration is for browser only."
msgstr ""
-#: ../clients/common/settings-docs.c.in:287
+#: ../clients/common/settings-docs.c.in:308
msgid ""
"Method for proxy configuration, Default is NM_SETTING_PROXY_METHOD_NONE (0)"
msgstr ""
-#: ../clients/common/settings-docs.c.in:289
+#: ../clients/common/settings-docs.c.in:310
msgid "PAC script for the connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:290
+#: ../clients/common/settings-docs.c.in:311
msgid "PAC URL for obtaining PAC file."
msgstr ""
-#: ../clients/common/settings-docs.c.in:291
+#: ../clients/common/settings-docs.c.in:312
msgid ""
"Speed to use for communication over the serial port. Note that this value "
"usually has no effect for mobile broadband modems as they generally ignore "
"speed settings and use the highest available speed."
msgstr ""
-#: ../clients/common/settings-docs.c.in:292
+#: ../clients/common/settings-docs.c.in:313
msgid "Byte-width of the serial communication. The 8 in \"8n1\" for example."
msgstr ""
-#: ../clients/common/settings-docs.c.in:294
+#: ../clients/common/settings-docs.c.in:315
msgid "Parity setting of the serial port."
msgstr ""
-#: ../clients/common/settings-docs.c.in:295
+#: ../clients/common/settings-docs.c.in:316
msgid "Time to delay between each byte sent to the modem, in microseconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:296
+#: ../clients/common/settings-docs.c.in:317
msgid ""
"Number of stop bits for communication on the serial port. Either 1 or 2. "
"The 1 in \"8n1\" for example."
msgstr ""
-#: ../clients/common/settings-docs.c.in:297
+#: ../clients/common/settings-docs.c.in:318
msgid ""
"The JSON configuration for the team network interface. The property should "
"contain raw JSON configuration data suitable for teamd, because the value is "
@@ -6714,7 +6872,7 @@ msgid ""
"used. See man teamd.conf for the format details."
msgstr ""
-#: ../clients/common/settings-docs.c.in:299
+#: ../clients/common/settings-docs.c.in:320
msgid ""
"The JSON configuration for the team port. The property should contain raw "
"JSON configuration data suitable for teamd, because the value is passed "
@@ -6722,45 +6880,45 @@ msgid ""
"man teamd.conf for the format details."
msgstr ""
-#: ../clients/common/settings-docs.c.in:301
+#: ../clients/common/settings-docs.c.in:322
msgid ""
"The group ID which will own the device. If set to NULL everyone will be able "
"to use the device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:302
+#: ../clients/common/settings-docs.c.in:323
msgid ""
"The operating mode of the virtual device. Allowed values are "
"NM_SETTING_TUN_MODE_TUN (1) to create a layer 3 device and "
"NM_SETTING_TUN_MODE_TAP (2) to create an Ethernet-like layer 2 one."
msgstr ""
-#: ../clients/common/settings-docs.c.in:303
+#: ../clients/common/settings-docs.c.in:324
msgid ""
"If the property is set to TRUE, the interface will support multiple file "
"descriptors (queues) to parallelize packet sending or receiving. Otherwise, "
"the interface will only support a single queue."
msgstr ""
-#: ../clients/common/settings-docs.c.in:305
+#: ../clients/common/settings-docs.c.in:326
msgid ""
"The user ID which will own the device. If set to NULL everyone will be able "
"to use the device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:306
+#: ../clients/common/settings-docs.c.in:327
msgid ""
"If TRUE the interface will prepend a 4 byte header describing the physical "
"interface to the packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:307
+#: ../clients/common/settings-docs.c.in:328
msgid ""
"If TRUE the IFF_VNET_HDR the tunnel packets will include a virtio network "
"header."
msgstr ""
-#: ../clients/common/settings-docs.c.in:308
+#: ../clients/common/settings-docs.c.in:329
msgid ""
"A dictionary of key/value pairs with user data. This data is ignored by "
"NetworkManager and can be used at the users discretion. The keys only "
@@ -6768,14 +6926,14 @@ msgid ""
"up to a certain length."
msgstr ""
-#: ../clients/common/settings-docs.c.in:310
+#: ../clients/common/settings-docs.c.in:331
msgid ""
"For outgoing packets, a list of mappings from Linux SKB priorities to 802.1p "
"priorities. The mapping is given in the format \"from:to\" where both \"from"
"\" and \"to\" are unsigned integers, ie \"7:3\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:311
+#: ../clients/common/settings-docs.c.in:332
msgid ""
"One or more flags which control the behavior and features of the VLAN "
"interface. Flags include NM_VLAN_FLAG_REORDER_HEADERS (0x1) (reordering of "
@@ -6788,20 +6946,20 @@ msgid ""
"missing property on D-Bus is still considered as 0."
msgstr ""
-#: ../clients/common/settings-docs.c.in:312
+#: ../clients/common/settings-docs.c.in:333
msgid ""
"The VLAN identifier that the interface created by this connection should be "
"assigned. The valid range is from 0 to 4094, without the reserved id 4095."
msgstr ""
-#: ../clients/common/settings-docs.c.in:313
+#: ../clients/common/settings-docs.c.in:334
msgid ""
"For incoming packets, a list of mappings from 802.1p priorities to Linux SKB "
"priorities. The mapping is given in the format \"from:to\" where both \"from"
"\" and \"to\" are unsigned integers, ie \"7:3\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:315
+#: ../clients/common/settings-docs.c.in:336
msgid ""
"If given, specifies the parent interface name or parent connection UUID from "
"which this VLAN interface should be created. If this property is not "
@@ -6809,32 +6967,32 @@ msgid ""
"\"mac-address\" property."
msgstr ""
-#: ../clients/common/settings-docs.c.in:316
+#: ../clients/common/settings-docs.c.in:337
msgid ""
"Dictionary of key/value pairs of VPN plugin specific data. Both keys and "
"values must be strings."
msgstr ""
-#: ../clients/common/settings-docs.c.in:318
+#: ../clients/common/settings-docs.c.in:339
msgid ""
"If the VPN service supports persistence, and this property is TRUE, the VPN "
"will attempt to stay connected across link changes and outages, until "
"explicitly disconnected."
msgstr ""
-#: ../clients/common/settings-docs.c.in:319
+#: ../clients/common/settings-docs.c.in:340
msgid ""
"Dictionary of key/value pairs of VPN plugin specific secrets like passwords "
"or private keys. Both keys and values must be strings."
msgstr ""
-#: ../clients/common/settings-docs.c.in:320
+#: ../clients/common/settings-docs.c.in:341
msgid ""
"D-Bus service name of the VPN plugin that this setting uses to connect to "
"its network. i.e. org.freedesktop.NetworkManager.vpnc for the vpnc plugin."
msgstr ""
-#: ../clients/common/settings-docs.c.in:321
+#: ../clients/common/settings-docs.c.in:342
msgid ""
"Timeout for the VPN service to establish the connection. Some services may "
"take quite a long time to connect. Value of 0 means a default timeout, which "
@@ -6842,7 +7000,7 @@ msgid ""
"Values greater than zero mean timeout in seconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:322
+#: ../clients/common/settings-docs.c.in:343
msgid ""
"If the VPN connection requires a user name for authentication, that name "
"should be provided here. If the connection is available to more than one "
@@ -6852,93 +7010,93 @@ msgid ""
"connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:323
+#: ../clients/common/settings-docs.c.in:344
msgid "Specifies the lifetime in seconds of FDB entries learnt by the kernel."
msgstr ""
-#: ../clients/common/settings-docs.c.in:324
+#: ../clients/common/settings-docs.c.in:345
msgid ""
"Specifies the UDP destination port to communicate to the remote VXLAN tunnel "
"endpoint."
msgstr ""
-#: ../clients/common/settings-docs.c.in:325
+#: ../clients/common/settings-docs.c.in:346
msgid ""
"Specifies the VXLAN Network Identifier (or VXLAN Segment Identifier) to use."
msgstr ""
-#: ../clients/common/settings-docs.c.in:326
+#: ../clients/common/settings-docs.c.in:347
msgid "Specifies whether netlink LL ADDR miss notifications are generated."
msgstr ""
-#: ../clients/common/settings-docs.c.in:327
+#: ../clients/common/settings-docs.c.in:348
msgid "Specifies whether netlink IP ADDR miss notifications are generated."
msgstr ""
-#: ../clients/common/settings-docs.c.in:328
+#: ../clients/common/settings-docs.c.in:349
msgid ""
"Specifies whether unknown source link layer addresses and IP addresses are "
"entered into the VXLAN device forwarding database."
msgstr ""
-#: ../clients/common/settings-docs.c.in:329
+#: ../clients/common/settings-docs.c.in:350
msgid ""
"Specifies the maximum number of FDB entries. A value of zero means that the "
"kernel will store unlimited entries."
msgstr ""
-#: ../clients/common/settings-docs.c.in:330
+#: ../clients/common/settings-docs.c.in:351
msgid "If given, specifies the source IP address to use in outgoing packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:332
+#: ../clients/common/settings-docs.c.in:353
msgid ""
"If given, specifies the parent interface name or parent connection UUID."
msgstr ""
-#: ../clients/common/settings-docs.c.in:333
+#: ../clients/common/settings-docs.c.in:354
msgid "Specifies whether ARP proxy is turned on."
msgstr ""
-#: ../clients/common/settings-docs.c.in:334
+#: ../clients/common/settings-docs.c.in:355
msgid ""
"Specifies the unicast destination IP address to use in outgoing packets when "
"the destination link layer address is not known in the VXLAN device "
"forwarding database, or the multicast IP address to join."
msgstr ""
-#: ../clients/common/settings-docs.c.in:335
+#: ../clients/common/settings-docs.c.in:356
msgid "Specifies whether route short circuit is turned on."
msgstr ""
-#: ../clients/common/settings-docs.c.in:336
+#: ../clients/common/settings-docs.c.in:357
msgid ""
"Specifies the maximum UDP source port to communicate to the remote VXLAN "
"tunnel endpoint."
msgstr ""
-#: ../clients/common/settings-docs.c.in:337
+#: ../clients/common/settings-docs.c.in:358
msgid ""
"Specifies the minimum UDP source port to communicate to the remote VXLAN "
"tunnel endpoint."
msgstr ""
-#: ../clients/common/settings-docs.c.in:338
+#: ../clients/common/settings-docs.c.in:359
msgid "Specifies the TOS value to use in outgoing packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:339
+#: ../clients/common/settings-docs.c.in:360
msgid "Specifies the time-to-live value to use in outgoing packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:340
+#: ../clients/common/settings-docs.c.in:361
msgid ""
"If specified, this connection will only apply to the WiMAX device whose MAC "
"address matches. This property does not change the MAC address of the device "
"(known as MAC spoofing). Deprecated: 1"
msgstr ""
-#: ../clients/common/settings-docs.c.in:342
+#: ../clients/common/settings-docs.c.in:363
msgid ""
"Network Service Provider (NSP) name of the WiMAX network this connection "
"should use. Deprecated: 1"
@@ -7021,7 +7179,7 @@ msgid "Could not re-read file: %s"
msgstr ""
#: ../clients/tui/nm-editor-utils.c:146 ../libnm-glib/nm-device.c:1821
-#: ../libnm/nm-device.c:1517
+#: ../libnm/nm-device.c:1521
msgid "Ethernet"
msgstr ""
@@ -7031,7 +7189,7 @@ msgid "Ethernet connection %d"
msgstr "حذف اتصال VPN \"%s\"؟"
#: ../clients/tui/nm-editor-utils.c:154 ../libnm-glib/nm-device.c:1823
-#: ../libnm/nm-device.c:1519
+#: ../libnm/nm-device.c:1523
msgid "Wi-Fi"
msgstr ""
@@ -7040,8 +7198,8 @@ msgstr ""
msgid "Wi-Fi connection %d"
msgstr ""
-#: ../clients/tui/nm-editor-utils.c:163 ../libnm-core/nm-connection.c:1939
-#: ../libnm-glib/nm-device.c:1833 ../libnm/nm-device.c:1529
+#: ../clients/tui/nm-editor-utils.c:163 ../libnm-core/nm-connection.c:2114
+#: ../libnm-glib/nm-device.c:1833 ../libnm/nm-device.c:1539
msgid "InfiniBand"
msgstr ""
@@ -7051,7 +7209,7 @@ msgid "InfiniBand connection %d"
msgstr "لا يمكن إضافة اتصال VPN"
#: ../clients/tui/nm-editor-utils.c:172 ../libnm-glib/nm-device.c:1831
-#: ../libnm/nm-device.c:1527
+#: ../libnm/nm-device.c:1537
msgid "Mobile Broadband"
msgstr ""
@@ -7069,10 +7227,10 @@ msgstr ""
msgid "DSL connection %d"
msgstr "حذف اتصال VPN \"%s\"؟"
-#: ../clients/tui/nm-editor-utils.c:190 ../libnm-core/nm-connection.c:1931
+#: ../clients/tui/nm-editor-utils.c:190 ../libnm-core/nm-connection.c:2106
#: ../libnm-glib/nm-device.c:1835 ../libnm-util/nm-connection.c:1626
-#: ../libnm/nm-device.c:1531
-#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4476
+#: ../libnm/nm-device.c:1541
+#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4504
msgid "Bond"
msgstr ""
@@ -7081,10 +7239,10 @@ msgstr ""
msgid "Bond connection %d"
msgstr "إتّصالات VPN"
-#: ../clients/tui/nm-editor-utils.c:199 ../libnm-core/nm-connection.c:1935
+#: ../clients/tui/nm-editor-utils.c:199 ../libnm-core/nm-connection.c:2110
#: ../libnm-glib/nm-device.c:1839 ../libnm-util/nm-connection.c:1630
-#: ../libnm/nm-device.c:1535
-#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4766
+#: ../libnm/nm-device.c:1545
+#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4797
msgid "Bridge"
msgstr ""
@@ -7093,10 +7251,10 @@ msgstr ""
msgid "Bridge connection %d"
msgstr ""
-#: ../clients/tui/nm-editor-utils.c:208 ../libnm-core/nm-connection.c:1933
+#: ../clients/tui/nm-editor-utils.c:208 ../libnm-core/nm-connection.c:2108
#: ../libnm-glib/nm-device.c:1837 ../libnm-util/nm-connection.c:1628
-#: ../libnm/nm-device.c:1533
-#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4579
+#: ../libnm/nm-device.c:1543
+#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4607
msgid "Team"
msgstr ""
@@ -7106,8 +7264,8 @@ msgid "Team connection %d"
msgstr "حذف اتصال VPN \"%s\"؟"
#: ../clients/tui/nm-editor-utils.c:217 ../clients/tui/nmt-page-vlan.c:82
-#: ../libnm-core/nm-connection.c:1937 ../libnm-glib/nm-device.c:1841
-#: ../libnm-util/nm-connection.c:1632 ../libnm/nm-device.c:1537
+#: ../libnm-core/nm-connection.c:2112 ../libnm-glib/nm-device.c:1841
+#: ../libnm-util/nm-connection.c:1632 ../libnm/nm-device.c:1547
msgid "VLAN"
msgstr ""
@@ -7260,7 +7418,7 @@ msgid "Slaves"
msgstr ""
#: ../clients/tui/nmt-page-bond.c:375 ../clients/tui/nmt-page-ip-tunnel.c:148
-#: ../clients/tui/nmt-page-wifi.c:219
+#: ../clients/tui/nmt-page-wifi.c:218
msgid "Mode"
msgstr ""
@@ -7295,7 +7453,7 @@ msgid "ARP targets"
msgstr ""
#: ../clients/tui/nmt-page-bond.c:428 ../clients/tui/nmt-page-ethernet.c:77
-#: ../clients/tui/nmt-page-vlan.c:110 ../clients/tui/nmt-page-wifi.c:353
+#: ../clients/tui/nmt-page-vlan.c:110 ../clients/tui/nmt-page-wifi.c:352
msgid "Cloned MAC address"
msgstr ""
@@ -7349,6 +7507,10 @@ msgstr ""
msgid "Max age"
msgstr ""
+#: ../clients/tui/nmt-page-bridge.c:154
+msgid "Group forward mask"
+msgstr ""
+
#: ../clients/tui/nmt-page-ethernet.c:70
msgid "ETHERNET"
msgstr ""
@@ -7356,7 +7518,7 @@ msgstr ""
#: ../clients/tui/nmt-page-ethernet.c:83
#: ../clients/tui/nmt-page-infiniband.c:94
#: ../clients/tui/nmt-page-ip-tunnel.c:186 ../clients/tui/nmt-page-vlan.c:116
-#: ../clients/tui/nmt-page-wifi.c:359
+#: ../clients/tui/nmt-page-wifi.c:358
msgid "MTU"
msgstr ""
@@ -7438,7 +7600,11 @@ msgstr ""
msgid "Ignore automatically obtained routes"
msgstr ""
-#: ../clients/tui/nmt-page-ip4.c:187
+#: ../clients/tui/nmt-page-ip4.c:185 ../clients/tui/nmt-page-ip6.c:183
+msgid "Ignore automatically obtained DNS parameters"
+msgstr ""
+
+#: ../clients/tui/nmt-page-ip4.c:193
msgid "Require IPv4 addressing for this connection"
msgstr ""
@@ -7454,7 +7620,7 @@ msgstr ""
msgid "IPv6 CONFIGURATION"
msgstr ""
-#: ../clients/tui/nmt-page-ip6.c:185
+#: ../clients/tui/nmt-page-ip6.c:191
msgid "Require IPv6 addressing for this connection"
msgstr ""
@@ -7675,39 +7841,39 @@ msgstr ""
msgid "Shared Key"
msgstr ""
-#: ../clients/tui/nmt-page-wifi.c:203
+#: ../clients/tui/nmt-page-wifi.c:202
msgid "WI-FI"
msgstr ""
-#: ../clients/tui/nmt-page-wifi.c:245
+#: ../clients/tui/nmt-page-wifi.c:244
msgid "Channel"
msgstr ""
-#: ../clients/tui/nmt-page-wifi.c:250
+#: ../clients/tui/nmt-page-wifi.c:249
msgid "Security"
msgstr ""
#. "wpa-enterprise"
#. FIXME
-#: ../clients/tui/nmt-page-wifi.c:271
+#: ../clients/tui/nmt-page-wifi.c:270
msgid "(No support for wpa-enterprise yet...)"
msgstr ""
-#: ../clients/tui/nmt-page-wifi.c:281 ../clients/tui/nmt-page-wifi.c:300
+#: ../clients/tui/nmt-page-wifi.c:280 ../clients/tui/nmt-page-wifi.c:299
msgid "WEP index"
msgstr ""
-#: ../clients/tui/nmt-page-wifi.c:289 ../clients/tui/nmt-page-wifi.c:308
+#: ../clients/tui/nmt-page-wifi.c:288 ../clients/tui/nmt-page-wifi.c:307
msgid "Authentication"
msgstr ""
#. "dynamic-wep"
#. FIXME
-#: ../clients/tui/nmt-page-wifi.c:314
+#: ../clients/tui/nmt-page-wifi.c:313
msgid "(No support for dynamic-wep yet...)"
msgstr ""
-#: ../clients/tui/nmt-page-wifi.c:347
+#: ../clients/tui/nmt-page-wifi.c:346
msgid "BSSID"
msgstr ""
@@ -7751,64 +7917,65 @@ msgstr ""
msgid "Remove"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:54
+#: ../clients/tui/nmtui-connect.c:55
msgid ""
"openconnect will be run to authenticate.\n"
"It will return to nmtui when completed."
msgstr ""
-#: ../clients/tui/nmtui-connect.c:68
+#: ../clients/tui/nmtui-connect.c:69
#, c-format
msgid "Error: openconnect failed: %s"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:75
+#: ../clients/tui/nmtui-connect.c:76
#, c-format
msgid "openconnect failed with status %d"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:79
+#: ../clients/tui/nmtui-connect.c:80
#, c-format
msgid "openconnect failed with signal %d"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:178
-msgid "Activation failed"
+#: ../clients/tui/nmtui-connect.c:186
+#, c-format
+msgid "Activation failed: %s"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:233
+#: ../clients/tui/nmtui-connect.c:257
#, fuzzy
msgid "Connecting..."
msgstr "إتّصالات VPN"
-#: ../clients/tui/nmtui-connect.c:271 ../clients/tui/nmtui-connect.c:302
+#: ../clients/tui/nmtui-connect.c:295 ../clients/tui/nmtui-connect.c:332
#, c-format
msgid "Could not activate connection: %s"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:362 ../clients/tui/nmtui-connect.c:411
+#: ../clients/tui/nmtui-connect.c:394 ../clients/tui/nmtui-connect.c:443
msgid "Activate"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:364
+#: ../clients/tui/nmtui-connect.c:396
msgid "Deactivate"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:416 ../clients/tui/nmtui-edit.c:120
+#: ../clients/tui/nmtui-connect.c:448 ../clients/tui/nmtui-edit.c:120
#: ../clients/tui/nmtui.c:130
msgid "Quit"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:416 ../clients/tui/nmtui-edit.c:120
+#: ../clients/tui/nmtui-connect.c:448 ../clients/tui/nmtui-edit.c:120
msgid "Back"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:439
+#: ../clients/tui/nmtui-connect.c:471
#, fuzzy, c-format
msgid "No such connection '%s'"
msgstr "إتّصالات VPN"
-#: ../clients/tui/nmtui-connect.c:441
+#: ../clients/tui/nmtui-connect.c:473
msgid "Connection is already active"
msgstr ""
@@ -8195,54 +8362,56 @@ msgstr ""
msgid "Could not generate random data."
msgstr ""
-#: ../libnm-core/nm-connection.c:229
+#: ../libnm-core/nm-connection.c:249
msgid "wrong type; should be a list of strings."
msgstr ""
-#: ../libnm-core/nm-connection.c:299
+#: ../libnm-core/nm-connection.c:319
msgid "unknown setting name"
msgstr ""
-#: ../libnm-core/nm-connection.c:311
+#: ../libnm-core/nm-connection.c:331
msgid "duplicate setting name"
msgstr ""
-#: ../libnm-core/nm-connection.c:1080
+#: ../libnm-core/nm-connection.c:1233
msgid "setting not found"
msgstr ""
-#: ../libnm-core/nm-connection.c:1146
+#: ../libnm-core/nm-connection.c:1300
msgid "setting not allowed in slave connection"
msgstr ""
-#: ../libnm-core/nm-connection.c:1162
+#: ../libnm-core/nm-connection.c:1316
msgid "setting is required for non-slave connections"
msgstr ""
-#: ../libnm-core/nm-connection.c:1257
+#: ../libnm-core/nm-connection.c:1412
msgid "Unexpected failure to verify the connection"
msgstr ""
-#: ../libnm-core/nm-connection.c:1296
+#: ../libnm-core/nm-connection.c:1454
msgid "Unexpected failure to normalize the connection"
msgstr ""
-#: ../libnm-core/nm-connection.c:1797 ../libnm-core/nm-setting-8021x.c:2876
-#: ../libnm-core/nm-setting-8021x.c:2893 ../libnm-core/nm-setting-8021x.c:2924
-#: ../libnm-core/nm-setting-8021x.c:2941 ../libnm-core/nm-setting-8021x.c:2983
-#: ../libnm-core/nm-setting-8021x.c:2995 ../libnm-core/nm-setting-8021x.c:3013
-#: ../libnm-core/nm-setting-8021x.c:3025 ../libnm-core/nm-setting-8021x.c:3049
-#: ../libnm-core/nm-setting-8021x.c:3230 ../libnm-core/nm-setting-adsl.c:189
-#: ../libnm-core/nm-setting-bluetooth.c:120
-#: ../libnm-core/nm-setting-bluetooth.c:138 ../libnm-core/nm-setting-cdma.c:159
-#: ../libnm-core/nm-setting-connection.c:871
-#: ../libnm-core/nm-setting-connection.c:912
-#: ../libnm-core/nm-setting-connection.c:1026
-#: ../libnm-core/nm-setting-ip-config.c:2409
+#: ../libnm-core/nm-connection.c:1973 ../libnm-core/nm-setting-8021x.c:2881
+#: ../libnm-core/nm-setting-8021x.c:2898 ../libnm-core/nm-setting-8021x.c:2929
+#: ../libnm-core/nm-setting-8021x.c:2946 ../libnm-core/nm-setting-8021x.c:2988
+#: ../libnm-core/nm-setting-8021x.c:3000 ../libnm-core/nm-setting-8021x.c:3018
+#: ../libnm-core/nm-setting-8021x.c:3030 ../libnm-core/nm-setting-8021x.c:3054
+#: ../libnm-core/nm-setting-8021x.c:3235 ../libnm-core/nm-setting-adsl.c:189
+#: ../libnm-core/nm-setting-bluetooth.c:138
+#: ../libnm-core/nm-setting-bluetooth.c:196
+#: ../libnm-core/nm-setting-bluetooth.c:210 ../libnm-core/nm-setting-cdma.c:159
+#: ../libnm-core/nm-setting-connection.c:894
+#: ../libnm-core/nm-setting-connection.c:937
+#: ../libnm-core/nm-setting-connection.c:1066
+#: ../libnm-core/nm-setting-ip-config.c:2513
#: ../libnm-core/nm-setting-ip-tunnel.c:352
#: ../libnm-core/nm-setting-olpc-mesh.c:120
-#: ../libnm-core/nm-setting-pppoe.c:142 ../libnm-core/nm-setting-vpn.c:419
-#: ../libnm-core/nm-setting-vxlan.c:360 ../libnm-core/nm-setting-wimax.c:126
+#: ../libnm-core/nm-setting-ovs-patch.c:95 ../libnm-core/nm-setting-pppoe.c:161
+#: ../libnm-core/nm-setting-vpn.c:419 ../libnm-core/nm-setting-vxlan.c:360
+#: ../libnm-core/nm-setting-wimax.c:126
#: ../libnm-core/nm-setting-wireless-security.c:900
#: ../libnm-core/nm-setting-wireless.c:750 ../libnm-util/nm-setting.c:1357
#: ../libnm-util/nm-setting.c:1376 ../libnm-util/nm-setting.c:1394
@@ -8267,7 +8436,7 @@ msgstr ""
msgid "property is missing"
msgstr ""
-#: ../libnm-core/nm-connection.c:1942
+#: ../libnm-core/nm-connection.c:2117
#, fuzzy
msgid "IP Tunnel"
msgstr "أضف اتصال VPN جديد"
@@ -8277,165 +8446,165 @@ msgstr "أضف اتصال VPN جديد"
msgid "Method returned type '%s', but expected '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:144
+#: ../libnm-core/nm-keyfile-reader.c:143
msgid "ignoring missing number"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:153
+#: ../libnm-core/nm-keyfile-reader.c:151
#, c-format
msgid "ignoring invalid number '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:173
+#: ../libnm-core/nm-keyfile-reader.c:172
#, c-format
msgid "ignoring invalid %s address: %s"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:213
+#: ../libnm-core/nm-keyfile-reader.c:214
#, c-format
msgid "ignoring invalid gateway '%s' for %s route"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:233
+#: ../libnm-core/nm-keyfile-reader.c:235
#, c-format
msgid "ignoring invalid %s route: %s"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:351
+#: ../libnm-core/nm-keyfile-reader.c:361
#, c-format
msgid "unexpected character '%c' for address %s: '%s' (position %td)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:361
+#: ../libnm-core/nm-keyfile-reader.c:371
#, c-format
msgid "unexpected character '%c' for %s: '%s' (position %td)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:370
+#: ../libnm-core/nm-keyfile-reader.c:380
#, c-format
msgid "unexpected character '%c' in prefix length for %s: '%s' (position %td)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:381
+#: ../libnm-core/nm-keyfile-reader.c:391
#, c-format
msgid "garbage at the end of value %s: '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:387
+#: ../libnm-core/nm-keyfile-reader.c:397
#, c-format
msgid "deprecated semicolon at the end of value %s: '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:402
+#: ../libnm-core/nm-keyfile-reader.c:412
#, c-format
msgid "invalid prefix length for %s '%s', defaulting to %d"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:409
+#: ../libnm-core/nm-keyfile-reader.c:419
#, c-format
msgid "missing prefix length for %s '%s', defaulting to %d"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:543
+#: ../libnm-core/nm-keyfile-reader.c:553
#, c-format
msgid "ignoring invalid DNS server IPv4 address '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:582
+#: ../libnm-core/nm-keyfile-reader.c:592
#, c-format
msgid "ignoring invalid DNS server IPv6 address '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:676 ../libnm-core/nm-keyfile-reader.c:1603
+#: ../libnm-core/nm-keyfile-reader.c:686 ../libnm-core/nm-keyfile-reader.c:1613
#, c-format
msgid "ignoring invalid byte element '%d' (not between 0 and 255 inclusive)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:687
+#: ../libnm-core/nm-keyfile-reader.c:697
msgid "ignoring invalid MAC address"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:924
+#: ../libnm-core/nm-keyfile-reader.c:934
msgid "ignoring invalid SSID"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:940
+#: ../libnm-core/nm-keyfile-reader.c:950
msgid "ignoring invalid raw password"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1015
-#: ../libnm-core/nm-keyfile-reader.c:1191
+#: ../libnm-core/nm-keyfile-reader.c:1025
+#: ../libnm-core/nm-keyfile-reader.c:1201
#, c-format
msgid "certificate or key file '%s' does not exist"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1020
+#: ../libnm-core/nm-keyfile-reader.c:1030
#, c-format
msgid "invalid key/cert value path \"%s\""
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1030
+#: ../libnm-core/nm-keyfile-reader.c:1040
#, c-format
msgid "invalid PKCS#11 URI \"%s\""
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1068
+#: ../libnm-core/nm-keyfile-reader.c:1078
msgid "invalid key/cert value data:;base64, is not base64"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1081
+#: ../libnm-core/nm-keyfile-reader.c:1091
msgid "invalid key/cert value data:;base64,file://"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1228
+#: ../libnm-core/nm-keyfile-reader.c:1238
msgid "invalid key/cert value is not a valid blob"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1233
+#: ../libnm-core/nm-keyfile-reader.c:1243
msgid "invalid key/cert value"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1280
+#: ../libnm-core/nm-keyfile-reader.c:1290
#, c-format
msgid "invalid parity value '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1298
+#: ../libnm-core/nm-keyfile-reader.c:1308
#, c-format
msgid "ignoring invalid team configuration: %s"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1504
+#: ../libnm-core/nm-keyfile-reader.c:1514
#, fuzzy, c-format
msgid "error loading setting value: %s"
msgstr "خطأ في قراءة رسالة نتلينك: %s"
-#: ../libnm-core/nm-keyfile-reader.c:1536
+#: ../libnm-core/nm-keyfile-reader.c:1546
#, c-format
msgid "invalid negative value (%i)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1557
+#: ../libnm-core/nm-keyfile-reader.c:1567
#, c-format
msgid "invalid char value (%i)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1580
+#: ../libnm-core/nm-keyfile-reader.c:1590
#, c-format
msgid "invalid int64 value (%s)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1639
+#: ../libnm-core/nm-keyfile-reader.c:1649
#, c-format
msgid "too large FLAGS property '%s' (%llu)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1652
+#: ../libnm-core/nm-keyfile-reader.c:1662
#, c-format
msgid "unhandled setting property type '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1683
+#: ../libnm-core/nm-keyfile-reader.c:1693
#, c-format
msgid "invalid setting name '%s'"
msgstr ""
@@ -8478,24 +8647,24 @@ msgstr ""
msgid "invalid phase2 private key"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:2883 ../libnm-core/nm-setting-8021x.c:2900
-#: ../libnm-core/nm-setting-8021x.c:2931 ../libnm-core/nm-setting-8021x.c:2948
-#: ../libnm-core/nm-setting-8021x.c:2989 ../libnm-core/nm-setting-8021x.c:3001
-#: ../libnm-core/nm-setting-8021x.c:3019 ../libnm-core/nm-setting-8021x.c:3031
-#: ../libnm-core/nm-setting-8021x.c:3056 ../libnm-core/nm-setting-adsl.c:196
+#: ../libnm-core/nm-setting-8021x.c:2888 ../libnm-core/nm-setting-8021x.c:2905
+#: ../libnm-core/nm-setting-8021x.c:2936 ../libnm-core/nm-setting-8021x.c:2953
+#: ../libnm-core/nm-setting-8021x.c:2994 ../libnm-core/nm-setting-8021x.c:3006
+#: ../libnm-core/nm-setting-8021x.c:3024 ../libnm-core/nm-setting-8021x.c:3036
+#: ../libnm-core/nm-setting-8021x.c:3061 ../libnm-core/nm-setting-adsl.c:196
#: ../libnm-core/nm-setting-cdma.c:166 ../libnm-core/nm-setting-cdma.c:175
-#: ../libnm-core/nm-setting-connection.c:878
-#: ../libnm-core/nm-setting-connection.c:923 ../libnm-core/nm-setting-gsm.c:299
+#: ../libnm-core/nm-setting-connection.c:901
+#: ../libnm-core/nm-setting-connection.c:949 ../libnm-core/nm-setting-gsm.c:299
#: ../libnm-core/nm-setting-gsm.c:356 ../libnm-core/nm-setting-gsm.c:393
-#: ../libnm-core/nm-setting-gsm.c:402 ../libnm-core/nm-setting-ip-config.c:2416
+#: ../libnm-core/nm-setting-gsm.c:402 ../libnm-core/nm-setting-ip-config.c:2520
#: ../libnm-core/nm-setting-ip4-config.c:198
#: ../libnm-core/nm-setting-ip4-config.c:205
-#: ../libnm-core/nm-setting-pppoe.c:149 ../libnm-core/nm-setting-pppoe.c:158
+#: ../libnm-core/nm-setting-pppoe.c:168 ../libnm-core/nm-setting-pppoe.c:177
#: ../libnm-core/nm-setting-vpn.c:428 ../libnm-core/nm-setting-vpn.c:438
#: ../libnm-core/nm-setting-wimax.c:135
#: ../libnm-core/nm-setting-wireless-security.c:930
#: ../libnm-core/nm-setting-wireless-security.c:954
-#: ../libnm-core/nm-setting.c:1135 ../libnm-util/nm-setting-8021x.c:2332
+#: ../libnm-core/nm-setting.c:1118 ../libnm-util/nm-setting-8021x.c:2332
#: ../libnm-util/nm-setting-8021x.c:2349 ../libnm-util/nm-setting-8021x.c:2390
#: ../libnm-util/nm-setting-8021x.c:2407 ../libnm-util/nm-setting-8021x.c:2458
#: ../libnm-util/nm-setting-8021x.c:2470 ../libnm-util/nm-setting-8021x.c:2488
@@ -8514,25 +8683,25 @@ msgstr ""
msgid "property is empty"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:2913 ../libnm-core/nm-setting-8021x.c:2961
+#: ../libnm-core/nm-setting-8021x.c:2918 ../libnm-core/nm-setting-8021x.c:2966
#: ../libnm-util/nm-setting-8021x.c:2360 ../libnm-util/nm-setting-8021x.c:2372
#: ../libnm-util/nm-setting-8021x.c:2418 ../libnm-util/nm-setting-8021x.c:2430
#, c-format
msgid "has to match '%s' property for PKCS#12"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:3192
+#: ../libnm-core/nm-setting-8021x.c:3197
#, c-format
msgid "certificate is invalid: %s"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:3202
+#: ../libnm-core/nm-setting-8021x.c:3207
#, c-format
msgid "password is not supported when certificate is not on a PKCS#11 token"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:3239
-#: ../libnm-core/nm-setting-bluetooth.c:129
+#: ../libnm-core/nm-setting-8021x.c:3244
+#: ../libnm-core/nm-setting-bluetooth.c:123
#: ../libnm-core/nm-setting-infiniband.c:192
#: ../libnm-core/nm-setting-infiniband.c:207
#: ../libnm-core/nm-setting-ip4-config.c:189
@@ -8574,10 +8743,10 @@ msgstr ""
msgid "property is invalid"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:3264 ../libnm-core/nm-setting-8021x.c:3274
-#: ../libnm-core/nm-setting-8021x.c:3284 ../libnm-core/nm-setting-8021x.c:3303
-#: ../libnm-core/nm-setting-8021x.c:3313 ../libnm-core/nm-setting-adsl.c:208
-#: ../libnm-core/nm-setting-adsl.c:220 ../libnm-core/nm-setting-bluetooth.c:146
+#: ../libnm-core/nm-setting-8021x.c:3269 ../libnm-core/nm-setting-8021x.c:3279
+#: ../libnm-core/nm-setting-8021x.c:3289 ../libnm-core/nm-setting-8021x.c:3308
+#: ../libnm-core/nm-setting-8021x.c:3318 ../libnm-core/nm-setting-adsl.c:208
+#: ../libnm-core/nm-setting-adsl.c:220 ../libnm-core/nm-setting-bluetooth.c:151
#: ../libnm-core/nm-setting-wireless-security.c:909
#: ../libnm-util/nm-setting-8021x.c:2714 ../libnm-util/nm-setting-8021x.c:2724
#: ../libnm-util/nm-setting-8021x.c:2734 ../libnm-util/nm-setting-8021x.c:2744
@@ -8588,95 +8757,110 @@ msgstr ""
msgid "'%s' is not a valid value for the property"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:3294
+#: ../libnm-core/nm-setting-8021x.c:3299
msgid "invalid auth flags"
msgstr ""
-#: ../libnm-core/nm-setting-bluetooth.c:168
+#: ../libnm-core/nm-setting-bluetooth.c:173
#, c-format
msgid "'%s' connection requires '%s' or '%s' setting"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:552 ../libnm-util/nm-setting-bond.c:502
+#: ../libnm-core/nm-setting-bluetooth.c:219
+#, c-format
+msgid "'%s' connection requires '%s' setting"
+msgstr ""
+
+#: ../libnm-core/nm-setting-bond.c:568 ../libnm-util/nm-setting-bond.c:517
#, c-format
msgid "invalid option '%s' or its value '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:577 ../libnm-util/nm-setting-bond.c:521
+#: ../libnm-core/nm-setting-bond.c:593 ../libnm-util/nm-setting-bond.c:536
#, c-format
msgid "only one of '%s' and '%s' can be set"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:590 ../libnm-util/nm-setting-bond.c:532
+#: ../libnm-core/nm-setting-bond.c:606 ../libnm-util/nm-setting-bond.c:547
#, c-format
msgid "mandatory option '%s' is missing"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:600 ../libnm-util/nm-setting-bond.c:541
+#: ../libnm-core/nm-setting-bond.c:616 ../libnm-util/nm-setting-bond.c:556
#, c-format
msgid "'%s' is not a valid value for '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:614 ../libnm-util/nm-setting-bond.c:554
+#: ../libnm-core/nm-setting-bond.c:630 ../libnm-util/nm-setting-bond.c:569
#, c-format
msgid "'%s=%s' is incompatible with '%s > 0'"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:629
+#: ../libnm-core/nm-setting-bond.c:645
#, c-format
msgid "'%s' is not valid for the '%s' option: %s"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
+#: ../libnm-core/nm-setting-bond.c:656 ../libnm-util/nm-setting-bond.c:592
#, c-format
msgid "'%s' option is only valid for '%s=%s'"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:653 ../libnm-util/nm-setting-bond.c:590
+#: ../libnm-core/nm-setting-bond.c:669 ../libnm-util/nm-setting-bond.c:605
#, c-format
msgid "'%s=%s' is not a valid configuration for '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:666 ../libnm-core/nm-setting-bond.c:675
-#: ../libnm-core/nm-setting-bond.c:695 ../libnm-core/nm-setting-bond.c:731
-#: ../libnm-util/nm-setting-bond.c:603 ../libnm-util/nm-setting-bond.c:612
-#: ../libnm-util/nm-setting-bond.c:632 ../libnm-util/nm-setting-bond.c:668
+#: ../libnm-core/nm-setting-bond.c:682 ../libnm-core/nm-setting-bond.c:691
+#: ../libnm-core/nm-setting-bond.c:711 ../libnm-core/nm-setting-bond.c:747
+#: ../libnm-util/nm-setting-bond.c:618 ../libnm-util/nm-setting-bond.c:627
+#: ../libnm-util/nm-setting-bond.c:647 ../libnm-util/nm-setting-bond.c:683
#, c-format
msgid "'%s' option requires '%s' option to be set"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:706 ../libnm-util/nm-setting-bond.c:643
+#: ../libnm-core/nm-setting-bond.c:722 ../libnm-util/nm-setting-bond.c:658
#, c-format
msgid "'%s' option is empty"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:718 ../libnm-util/nm-setting-bond.c:655
+#: ../libnm-core/nm-setting-bond.c:734 ../libnm-util/nm-setting-bond.c:670
#, c-format
msgid "'%s' is not a valid IPv4 address for '%s' option"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:746 ../libnm-util/nm-setting-bond.c:682
+#: ../libnm-core/nm-setting-bond.c:762 ../libnm-util/nm-setting-bond.c:697
#, c-format
msgid "'%s' option is only valid with mode '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:757
+#: ../libnm-core/nm-setting-bond.c:773
#, c-format
msgid "'%s' and '%s' cannot have different values"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:773
+#: ../libnm-core/nm-setting-bond.c:789
#, c-format
msgid "'%s' option should be string"
msgstr ""
+#: ../libnm-core/nm-setting-bond.c:805
+#, c-format
+msgid "'%s' option is not valid with mode '%s'"
+msgstr ""
+
#: ../libnm-core/nm-setting-bridge-port.c:127
+#: ../libnm-core/nm-setting-ovs-interface.c:262
+#: ../libnm-core/nm-setting-ovs-port.c:189
+#: ../libnm-core/nm-setting-ovs-bridge.c:152
#: ../libnm-core/nm-setting-team-port.c:99
#, c-format
msgid "missing setting"
msgstr ""
#: ../libnm-core/nm-setting-bridge-port.c:138
+#: ../libnm-core/nm-setting-ovs-interface.c:283
+#: ../libnm-core/nm-setting-ovs-port.c:210
#: ../libnm-core/nm-setting-team-port.c:110
#, c-format
msgid ""
@@ -8684,75 +8868,84 @@ msgid ""
"Instead it is '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-bridge.c:227 ../libnm-util/nm-setting-bridge.c:269
+#: ../libnm-core/nm-setting-bridge.c:245 ../libnm-util/nm-setting-bridge.c:269
#, c-format
msgid "value '%d' is out of range <%d-%d>"
msgstr ""
-#: ../libnm-core/nm-setting-bridge.c:244 ../libnm-core/nm-setting-wired.c:652
+#: ../libnm-core/nm-setting-bridge.c:262 ../libnm-core/nm-setting-wired.c:652
#: ../libnm-core/nm-setting-wired.c:714 ../libnm-core/nm-setting-wired.c:756
#: ../libnm-util/nm-setting-bridge.c:286 ../libnm-util/nm-setting-wired.c:633
#: ../libnm-util/nm-setting-wired.c:691
msgid "is not a valid MAC address"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:850
+#: ../libnm-core/nm-setting-bridge.c:303
+msgid "the mask can't contain bits 0 (STP), 1 (MAC) or 2 (LACP)"
+msgstr ""
+
+#: ../libnm-core/nm-setting-connection.c:871
#, c-format
msgid "setting required for connection of type '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:887
+#: ../libnm-core/nm-setting-connection.c:910
#: ../libnm-util/nm-setting-connection.c:791
#, c-format
msgid "'%s' is not a valid UUID"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:933
+#: ../libnm-core/nm-setting-connection.c:960
#, c-format
msgid "connection type '%s' is not valid"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:968
+#: ../libnm-core/nm-setting-connection.c:996
#: ../libnm-util/nm-setting-connection.c:877
#, c-format
msgid "Unknown slave type '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:979
+#: ../libnm-core/nm-setting-connection.c:1007
#: ../libnm-util/nm-setting-connection.c:887
#, c-format
msgid "Slave connections need a valid '%s' property"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:1000
+#: ../libnm-core/nm-setting-connection.c:1028
#: ../libnm-util/nm-setting-connection.c:897
#, c-format
msgid "Cannot set '%s' without '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:1014
+#: ../libnm-core/nm-setting-connection.c:1041
+#, c-format
+msgid "Only '%s' connections can be enslaved to '%s'"
+msgstr ""
+
+#: ../libnm-core/nm-setting-connection.c:1054
#, c-format
msgid "metered value %d is not valid"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:1035
+#: ../libnm-core/nm-setting-connection.c:1075
#, c-format
msgid "property type should be set to '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:1050
+#: ../libnm-core/nm-setting-connection.c:1090
#, c-format
msgid "slave-type '%s' requires a '%s' setting in the connection"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:1060
+#: ../libnm-core/nm-setting-connection.c:1100
#, c-format
msgid ""
"Detect a slave connection with '%s' set and a port type '%s'. '%s' should be "
"set to '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:1077
+#: ../libnm-core/nm-setting-connection.c:1117
#, c-format
msgid "A slave connection with '%s' set to '%s' cannot have a '%s' setting"
msgstr ""
@@ -8820,7 +9013,7 @@ msgstr ""
msgid "InfiniBand P_Key connection did not specify parent interface name"
msgstr ""
-#: ../libnm-core/nm-setting-infiniband.c:275
+#: ../libnm-core/nm-setting-infiniband.c:276
#: ../libnm-util/nm-setting-infiniband.c:285
#, c-format
msgid ""
@@ -8828,7 +9021,7 @@ msgid ""
"it is '%s')"
msgstr ""
-#: ../libnm-core/nm-setting-infiniband.c:290
+#: ../libnm-core/nm-setting-infiniband.c:291
#, c-format
msgid "mtu for transport mode '%s' can be at most %d but it is %d"
msgstr ""
@@ -8868,81 +9061,81 @@ msgstr ""
msgid "Invalid routing metric '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1260
+#: ../libnm-core/nm-setting-ip-config.c:1316
msgid "unknown attribute"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1270
+#: ../libnm-core/nm-setting-ip-config.c:1326
#, fuzzy, c-format
msgid "invalid attribute type '%s'"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../libnm-core/nm-setting-ip-config.c:1281
+#: ../libnm-core/nm-setting-ip-config.c:1337
#, c-format
msgid "attribute is not valid for a IPv4 route"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1282
+#: ../libnm-core/nm-setting-ip-config.c:1338
#, c-format
msgid "attribute is not valid for a IPv6 route"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1298
-#: ../libnm-core/nm-setting-ip-config.c:1322
+#: ../libnm-core/nm-setting-ip-config.c:1354
+#: ../libnm-core/nm-setting-ip-config.c:1378
#, c-format
msgid "'%s' is not a valid IPv4 address"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1299
-#: ../libnm-core/nm-setting-ip-config.c:1323
+#: ../libnm-core/nm-setting-ip-config.c:1355
+#: ../libnm-core/nm-setting-ip-config.c:1379
#, c-format
msgid "'%s' is not a valid IPv6 address"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1313
+#: ../libnm-core/nm-setting-ip-config.c:1369
#, c-format
msgid "invalid prefix %s"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2429
+#: ../libnm-core/nm-setting-ip-config.c:2533
#, c-format
msgid "%d. DNS server address is invalid"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2445
+#: ../libnm-core/nm-setting-ip-config.c:2549
#, c-format
msgid "%d. IP address is invalid"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2457
+#: ../libnm-core/nm-setting-ip-config.c:2561
#, c-format
msgid "%d. IP address has 'label' property with invalid type"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2466
+#: ../libnm-core/nm-setting-ip-config.c:2570
#, c-format
msgid "%d. IP address has invalid label '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2480
+#: ../libnm-core/nm-setting-ip-config.c:2584
msgid "gateway cannot be set if there are no addresses configured"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2489
+#: ../libnm-core/nm-setting-ip-config.c:2593
msgid "gateway is invalid"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2503
+#: ../libnm-core/nm-setting-ip-config.c:2607
#, c-format
msgid "%d. route is invalid"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2512
+#: ../libnm-core/nm-setting-ip-config.c:2616
#, c-format
msgid "%d. route cannot be a default route"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2523
+#: ../libnm-core/nm-setting-ip-config.c:2627
#, c-format
msgid "a gateway is incompatible with '%s'"
msgstr ""
@@ -9092,6 +9285,97 @@ msgstr ""
msgid "'%d' is not a valid channel"
msgstr ""
+#: ../libnm-core/nm-setting-ovs-interface.c:113
+#, fuzzy, c-format
+msgid "'%s' is not a valid interface type"
+msgstr "لا يمكن إضافة اتصال VPN"
+
+#: ../libnm-core/nm-setting-ovs-interface.c:135
+#, c-format
+msgid "A connection with a '%s' setting needs connection.type explicitly set"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:147
+#, c-format
+msgid "A connection of type '%s' cannot have ovs-interface.type \"system\""
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:159
+#, c-format
+msgid "A connection of type '%s' cannot have an ovs-interface.type \"%s\""
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:175
+#, c-format
+msgid ""
+"A connection with '%s' setting must be of connection.type \"ovs-interface\" "
+"but is \"%s\""
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:186
+#, c-format
+msgid ""
+"A connection with '%s' setting needs to be of 'patch' interface type, not "
+"'%s'"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:201
+#, c-format
+msgid "A connection with ovs-interface.type '%s' setting a 'ovs-patch' setting"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:221
+#, c-format
+msgid "Missing ovs interface setting"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:227
+#, c-format
+msgid "Missing ovs interface type"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:271
+#: ../libnm-core/nm-setting-ovs-port.c:198
+#, c-format
+msgid "A connection with a '%s' setting must have a master."
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-patch.c:110
+#: ../libnm-core/nm-setting-vxlan.c:375
+#, c-format
+msgid "'%s' is not a valid IP address"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-port.c:223
+#, c-format
+msgid "'%s' is not allowed in vlan_mode"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-port.c:233
+#, c-format
+msgid "the tag id must be in range 0-4094 but is %u"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-port.c:243
+#, fuzzy, c-format
+msgid "'%s' is not allowed in lacp"
+msgstr "لا يمكن إضافة اتصال VPN"
+
+#: ../libnm-core/nm-setting-ovs-port.c:253
+#, c-format
+msgid "'%s' is not allowed in bond_mode"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-bridge.c:161
+#, c-format
+msgid "A connection with a '%s' setting must not have a master."
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-bridge.c:172
+#, fuzzy, c-format
+msgid "'%s' is not allowed in fail_mode"
+msgstr "لا يمكن إضافة اتصال VPN"
+
#: ../libnm-core/nm-setting-ppp.c:365 ../libnm-util/nm-setting-ppp.c:387
#, c-format
msgid "'%d' is out of valid range <128-16384>"
@@ -9127,7 +9411,7 @@ msgstr ""
msgid "the script lacks FindProxyForURL function"
msgstr ""
-#: ../libnm-core/nm-setting-team.c:94 ../libnm-core/nm-setting-team-port.c:122
+#: ../libnm-core/nm-setting-team.c:93 ../libnm-core/nm-setting-team-port.c:122
#, c-format
msgid "team config exceeds size limit"
msgstr ""
@@ -9207,11 +9491,11 @@ msgstr ""
msgid "the vlan id must be in range 0-4094 but is %u"
msgstr ""
-#: ../libnm-core/nm-setting-vlan.c:679 ../libnm-util/nm-setting-vlan.c:591
+#: ../libnm-core/nm-setting-vlan.c:680 ../libnm-util/nm-setting-vlan.c:591
msgid "flags are invalid"
msgstr ""
-#: ../libnm-core/nm-setting-vlan.c:691
+#: ../libnm-core/nm-setting-vlan.c:692
msgid "vlan setting should have a ethernet setting as well"
msgstr ""
@@ -9229,7 +9513,7 @@ msgstr ""
msgid "secret value was empty"
msgstr ""
-#: ../libnm-core/nm-setting-vpn.c:545 ../libnm-core/nm-setting.c:1785
+#: ../libnm-core/nm-setting-vpn.c:545 ../libnm-core/nm-setting.c:1788
msgid "not a secret property"
msgstr ""
@@ -9242,11 +9526,6 @@ msgstr ""
msgid "failed to convert value '%s' to uint"
msgstr ""
-#: ../libnm-core/nm-setting-vxlan.c:375
-#, c-format
-msgid "'%s' is not a valid IP address"
-msgstr ""
-
#: ../libnm-core/nm-setting-vxlan.c:388
#, c-format
msgid "'%s' is not a valid IP%c address"
@@ -9358,167 +9637,167 @@ msgstr ""
msgid "conflicting value of mac-address-randomization and cloned-mac-address"
msgstr ""
-#: ../libnm-core/nm-setting.c:838
+#: ../libnm-core/nm-setting.c:821
#, c-format
msgid "duplicate property"
msgstr ""
-#: ../libnm-core/nm-setting.c:866 ../libnm-core/nm-setting.c:913
+#: ../libnm-core/nm-setting.c:849 ../libnm-core/nm-setting.c:896
#, c-format
msgid "can't set property of type '%s' from value of type '%s'"
msgstr ""
-#: ../libnm-core/nm-setting.c:885 ../libnm-core/nm-setting.c:899
+#: ../libnm-core/nm-setting.c:868 ../libnm-core/nm-setting.c:882
#, fuzzy, c-format
msgid "failed to set property: %s"
msgstr "تعذّر التحميل"
-#: ../libnm-core/nm-setting.c:927
+#: ../libnm-core/nm-setting.c:910
#, c-format
msgid "can not set property: %s"
msgstr ""
-#: ../libnm-core/nm-setting.c:943
+#: ../libnm-core/nm-setting.c:926
#, c-format
msgid "unknown property"
msgstr ""
-#: ../libnm-core/nm-setting.c:1683
+#: ../libnm-core/nm-setting.c:1686
msgid "secret not found"
msgstr ""
-#: ../libnm-core/nm-setting.c:1775
+#: ../libnm-core/nm-setting.c:1778
msgid "secret is not set"
msgstr ""
-#: ../libnm-core/nm-utils.c:2415
+#: ../libnm-core/nm-utils.c:2412
#, c-format
msgid "failed stat file %s: %s"
msgstr ""
-#: ../libnm-core/nm-utils.c:2424
+#: ../libnm-core/nm-utils.c:2421
#, c-format
msgid "not a file (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:2435
+#: ../libnm-core/nm-utils.c:2432
#, c-format
msgid "invalid file owner %d for %s"
msgstr ""
-#: ../libnm-core/nm-utils.c:2446
+#: ../libnm-core/nm-utils.c:2443
#, c-format
msgid "file permissions for %s"
msgstr ""
-#: ../libnm-core/nm-utils.c:2456
+#: ../libnm-core/nm-utils.c:2453
#, c-format
msgid "reject %s"
msgstr ""
-#: ../libnm-core/nm-utils.c:2476
+#: ../libnm-core/nm-utils.c:2473
#, c-format
msgid "path is not absolute (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:2490
+#: ../libnm-core/nm-utils.c:2487
#, c-format
msgid "Plugin file does not exist (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:2498
+#: ../libnm-core/nm-utils.c:2495
#, c-format
msgid "Plugin is not a valid file (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:2508
+#: ../libnm-core/nm-utils.c:2505
#, c-format
msgid "libtool archives are not supported (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:2590 ../libnm-util/nm-utils.c:1803
+#: ../libnm-core/nm-utils.c:2587 ../libnm-util/nm-utils.c:1798
#, c-format
msgid "Could not find \"%s\" binary"
msgstr ""
-#: ../libnm-core/nm-utils.c:3636
+#: ../libnm-core/nm-utils.c:3633
#, c-format
msgid "not a valid ethernet MAC address for mask at position %lld"
msgstr ""
-#: ../libnm-core/nm-utils.c:3651
+#: ../libnm-core/nm-utils.c:3648
#, c-format
msgid "not a valid ethernet MAC address #%u at position %lld"
msgstr ""
-#: ../libnm-core/nm-utils.c:3685
+#: ../libnm-core/nm-utils.c:3684
msgid "interface name is too short"
msgstr ""
-#: ../libnm-core/nm-utils.c:3691
-msgid "interface name is longer than 15 characters"
-msgstr ""
-
-#: ../libnm-core/nm-utils.c:3697
+#: ../libnm-core/nm-utils.c:3693
msgid "interface name is reserved"
msgstr ""
-#: ../libnm-core/nm-utils.c:3704
+#: ../libnm-core/nm-utils.c:3705
msgid "interface name contains an invalid character"
msgstr ""
-#: ../libnm-core/nm-utils.c:4316 ../libnm-core/nm-utils.c:4450
+#: ../libnm-core/nm-utils.c:3711
+msgid "interface name is longer than 15 characters"
+msgstr ""
+
+#: ../libnm-core/nm-utils.c:4319 ../libnm-core/nm-utils.c:4464
msgid "value is NULL"
msgstr ""
-#: ../libnm-core/nm-utils.c:4316 ../libnm-core/nm-utils.c:4450
+#: ../libnm-core/nm-utils.c:4319 ../libnm-core/nm-utils.c:4464
msgid "value is empty"
msgstr ""
-#: ../libnm-core/nm-utils.c:4325
+#: ../libnm-core/nm-utils.c:4328
#, c-format
msgid "invalid JSON at position %d (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:4337 ../libnm-core/nm-utils.c:4469
+#: ../libnm-core/nm-utils.c:4340 ../libnm-core/nm-utils.c:4483
msgid "is not a JSON object"
msgstr ""
-#: ../libnm-core/nm-utils.c:4439
+#: ../libnm-core/nm-utils.c:4453
msgid "not valid utf-8"
msgstr ""
-#: ../libnm-core/nm-utils.c:4564 ../libnm-core/nm-utils.c:4582
+#: ../libnm-core/nm-utils.c:4578 ../libnm-core/nm-utils.c:4596
#, c-format
msgid "unterminated escape sequence"
msgstr ""
-#: ../libnm-core/nm-utils.c:4592
+#: ../libnm-core/nm-utils.c:4606
#, c-format
msgid "missing key-value separator '%c'"
msgstr ""
-#: ../libnm-core/nm-utils.c:4609
+#: ../libnm-core/nm-utils.c:4623
#, fuzzy, c-format
msgid "unknown attribute '%s'"
msgstr "خطأ أثناء فتح اتصال VPN '%s'"
-#: ../libnm-core/nm-utils.c:4619
+#: ../libnm-core/nm-utils.c:4633
#, c-format
msgid "invalid uint32 value '%s' for attribute '%s'"
msgstr ""
-#: ../libnm-core/nm-utils.c:4628
+#: ../libnm-core/nm-utils.c:4642
#, c-format
msgid "invalid uint8 value '%s' for attribute '%s'"
msgstr ""
-#: ../libnm-core/nm-utils.c:4641
+#: ../libnm-core/nm-utils.c:4655
#, c-format
msgid "invalid boolean value '%s' for attribute '%s'"
msgstr ""
-#: ../libnm-core/nm-utils.c:4649
+#: ../libnm-core/nm-utils.c:4663
#, c-format
msgid "unsupported attribute '%s' of type '%s'"
msgstr ""
@@ -9605,51 +9884,51 @@ msgstr ""
msgid "missing service for VPN plugin info"
msgstr ""
-#: ../libnm-glib/nm-device.c:1825 ../libnm/nm-device.c:1521
+#: ../libnm-glib/nm-device.c:1825 ../libnm/nm-device.c:1525
msgid "Bluetooth"
msgstr ""
-#: ../libnm-glib/nm-device.c:1827 ../libnm/nm-device.c:1523
+#: ../libnm-glib/nm-device.c:1827 ../libnm/nm-device.c:1527
msgid "OLPC Mesh"
msgstr ""
-#: ../libnm-glib/nm-device.c:1829 ../libnm/nm-device.c:1525
+#: ../libnm-glib/nm-device.c:1829 ../libnm/nm-device.c:1535
msgid "WiMAX"
msgstr ""
-#: ../libnm-glib/nm-device.c:1843 ../libnm/nm-device.c:1539
+#: ../libnm-glib/nm-device.c:1843 ../libnm/nm-device.c:1549
msgid "ADSL"
msgstr ""
-#: ../libnm-glib/nm-device.c:1845 ../libnm/nm-device.c:1541
+#: ../libnm-glib/nm-device.c:1845 ../libnm/nm-device.c:1551
msgid "MACVLAN"
msgstr ""
-#: ../libnm-glib/nm-device.c:1847 ../libnm/nm-device.c:1543
+#: ../libnm-glib/nm-device.c:1847 ../libnm/nm-device.c:1553
msgid "VXLAN"
msgstr ""
-#: ../libnm-glib/nm-device.c:1849 ../libnm/nm-device.c:1545
+#: ../libnm-glib/nm-device.c:1849 ../libnm/nm-device.c:1555
msgid "IPTunnel"
msgstr ""
-#: ../libnm-glib/nm-device.c:1851 ../libnm/nm-device.c:1547
+#: ../libnm-glib/nm-device.c:1851 ../libnm/nm-device.c:1557
msgid "Tun"
msgstr ""
-#: ../libnm-glib/nm-device.c:1853 ../libnm/nm-device.c:1549
+#: ../libnm-glib/nm-device.c:1853 ../libnm/nm-device.c:1559
msgid "Veth"
msgstr ""
-#: ../libnm-glib/nm-device.c:1885 ../libnm/nm-device.c:1585
+#: ../libnm-glib/nm-device.c:1885 ../libnm/nm-device.c:1597
msgid "Wired"
msgstr ""
-#: ../libnm-glib/nm-device.c:1916 ../libnm/nm-device.c:1616
+#: ../libnm-glib/nm-device.c:1916 ../libnm/nm-device.c:1628
msgid "PCI"
msgstr ""
-#: ../libnm-glib/nm-device.c:1918 ../libnm/nm-device.c:1618
+#: ../libnm-glib/nm-device.c:1918 ../libnm/nm-device.c:1630
msgid "USB"
msgstr ""
@@ -9660,7 +9939,7 @@ msgstr ""
#. * the strings otherwise.
#.
#: ../libnm-glib/nm-device.c:2015 ../libnm-glib/nm-device.c:2034
-#: ../libnm/nm-device.c:1713 ../libnm/nm-device.c:1732
+#: ../libnm/nm-device.c:1725 ../libnm/nm-device.c:1744
#, c-format
msgctxt "long device name"
msgid "%s %s"
@@ -9695,7 +9974,7 @@ msgstr ""
msgid "requires '%s' or '%s' setting"
msgstr ""
-#: ../libnm-util/nm-setting-bond.c:567
+#: ../libnm-util/nm-setting-bond.c:582
#, c-format
msgid "'%s' is not a valid interface name for '%s' option"
msgstr ""
@@ -9764,34 +10043,41 @@ msgstr ""
msgid "The connection was not a bond connection."
msgstr ""
-#: ../libnm/nm-device-bridge.c:111
+#: ../libnm/nm-device-bridge.c:115
msgid "The connection was not a bridge connection."
msgstr ""
-#: ../libnm/nm-device-bt.c:136
+#: ../libnm/nm-device-bt.c:137
#, c-format
msgid "The connection was not a Bluetooth connection."
msgstr ""
-#: ../libnm/nm-device-bt.c:145
+#: ../libnm/nm-device-bt.c:143
+#, fuzzy, c-format
+msgid "The connection is of Bluetooth NAP type."
+msgstr "حذف اتصال VPN \"%s\"؟"
+
+#: ../libnm/nm-device-bt.c:152
msgid "Invalid device Bluetooth address."
msgstr ""
-#: ../libnm/nm-device-bt.c:152
+#: ../libnm/nm-device-bt.c:158
msgid "The Bluetooth addresses of the device and the connection didn't match."
msgstr ""
-#: ../libnm/nm-device-bt.c:161
+#: ../libnm/nm-device-bt.c:167
msgid ""
"The device is lacking Bluetooth capabilities required by the connection."
msgstr ""
-#: ../libnm/nm-device-dummy.c:46
+#: ../libnm/nm-device-dummy.c:76
#, fuzzy
msgid "The connection was not a dummy connection."
msgstr "لا يمكن إضافة اتصال VPN"
-#: ../libnm/nm-device-dummy.c:53 ../libnm/nm-device-generic.c:97
+#: ../libnm/nm-device-dummy.c:83 ../libnm/nm-device-generic.c:97
+#: ../libnm/nm-device-ovs-bridge.c:68 ../libnm/nm-device-ovs-interface.c:68
+#: ../libnm/nm-device-ovs-port.c:67
msgid "The connection did not specify an interface name."
msgstr ""
@@ -9872,6 +10158,21 @@ msgstr ""
msgid "The connection was not an OLPC Mesh connection."
msgstr ""
+#: ../libnm/nm-device-ovs-bridge.c:61
+#, fuzzy
+msgid "The connection was not a ovs_bridge connection."
+msgstr "لا يمكن إضافة اتصال VPN"
+
+#: ../libnm/nm-device-ovs-interface.c:61
+#, fuzzy
+msgid "The connection was not a ovs_interface connection."
+msgstr "لا يمكن إضافة اتصال VPN"
+
+#: ../libnm/nm-device-ovs-port.c:60
+#, fuzzy
+msgid "The connection was not a ovs_port connection."
+msgstr "لا يمكن إضافة اتصال VPN"
+
#: ../libnm/nm-device-team.c:138
msgid "The connection was not a team connection."
msgstr ""
@@ -9913,25 +10214,41 @@ msgstr ""
msgid "The connection was not a WiMAX connection."
msgstr ""
-#: ../libnm/nm-device.c:1551
+#: ../libnm/nm-device.c:1529
+msgid "OpenVSwitch Interface"
+msgstr ""
+
+#: ../libnm/nm-device.c:1531
+msgid "OpenVSwitch Port"
+msgstr ""
+
+#: ../libnm/nm-device.c:1533
+msgid "OpenVSwitch Bridge"
+msgstr ""
+
+#: ../libnm/nm-device.c:1561
msgid "MACsec"
msgstr ""
-#: ../libnm/nm-device.c:1553
+#: ../libnm/nm-device.c:1563
msgid "Dummy"
msgstr ""
-#: ../libnm/nm-device.c:2444
+#: ../libnm/nm-device.c:1565
+msgid "PPP"
+msgstr ""
+
+#: ../libnm/nm-device.c:2456
#, c-format
msgid "The connection was not valid: %s"
msgstr ""
-#: ../libnm/nm-device.c:2453
+#: ../libnm/nm-device.c:2465
#, c-format
msgid "The interface names of the device and the connection didn't match."
msgstr ""
-#: ../libnm/nm-manager.c:822
+#: ../libnm/nm-manager.c:870
msgid "Active connection removed before it was initialized"
msgstr ""
@@ -10069,33 +10386,42 @@ msgstr ""
msgid "System policy prevents enabling or disabling device statistics"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:345
+#: ../data/org.freedesktop.NetworkManager.policy.in.in.h:31
+#, fuzzy
+msgid "Enable or disable connectivity checking"
+msgstr "حذف اتصال VPN \"%s\"؟"
+
+#: ../data/org.freedesktop.NetworkManager.policy.in.in.h:32
+msgid "System policy prevents enabling or disabling connectivity checking"
+msgstr ""
+
+#: ../shared/nm-utils/nm-shared-utils.c:794
#, c-format
msgid "object class '%s' has no property named '%s'"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:352
+#: ../shared/nm-utils/nm-shared-utils.c:801
#, c-format
msgid "property '%s' of object class '%s' is not writable"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:359
+#: ../shared/nm-utils/nm-shared-utils.c:808
#, c-format
msgid ""
"construct property \"%s\" for object '%s' can't be set after construction"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:367
+#: ../shared/nm-utils/nm-shared-utils.c:816
#, c-format
msgid "'%s::%s' is not a valid property name; '%s' is not a GObject subtype"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:376
+#: ../shared/nm-utils/nm-shared-utils.c:825
#, c-format
msgid "unable to set property '%s' of type '%s' from value of type '%s'"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:387
+#: ../shared/nm-utils/nm-shared-utils.c:836
#, c-format
msgid ""
"value \"%s\" of type '%s' is invalid or out of range for property '%s' of "
@@ -10118,25 +10444,25 @@ msgid "Failed to read configuration: %s\n"
msgstr ""
#. Logging/debugging
-#: ../src/main.c:193 ../src/nm-iface-helper.c:309
+#: ../src/main.c:193 ../src/nm-iface-helper.c:292
msgid "Print NetworkManager version and exit"
msgstr ""
-#: ../src/main.c:194 ../src/nm-iface-helper.c:310
+#: ../src/main.c:194 ../src/nm-iface-helper.c:293
msgid "Don't become a daemon"
msgstr ""
-#: ../src/main.c:195 ../src/nm-iface-helper.c:312
+#: ../src/main.c:195 ../src/nm-iface-helper.c:295
#, c-format
msgid "Log level: one of [%s]"
msgstr ""
-#: ../src/main.c:197 ../src/nm-iface-helper.c:314
+#: ../src/main.c:197 ../src/nm-iface-helper.c:297
#, c-format
msgid "Log domains separated by ',': any combination of [%s]"
msgstr ""
-#: ../src/main.c:199 ../src/nm-iface-helper.c:316
+#: ../src/main.c:199 ../src/nm-iface-helper.c:299
msgid "Make all warnings fatal"
msgstr ""
@@ -10156,12 +10482,12 @@ msgid ""
"should associate with."
msgstr ""
-#: ../src/main.c:303 ../src/main-utils.c:286 ../src/nm-iface-helper.c:414
+#: ../src/main.c:303 ../src/main-utils.c:286 ../src/nm-iface-helper.c:398
#, fuzzy, c-format
msgid "%s. Please use --help to see a list of valid options.\n"
msgstr "خيار غير صحيح. استعمل --help لعرض قائمة الخيارات الممكنة.\n"
-#: ../src/main.c:308 ../src/nm-iface-helper.c:419
+#: ../src/main.c:308 ../src/nm-iface-helper.c:403
#, c-format
msgid "Ignoring unrecognized log domain(s) '%s' passed on command line.\n"
msgstr ""
@@ -10176,7 +10502,7 @@ msgstr ""
msgid "Ignoring unrecognized log domain(s) '%s' from config files.\n"
msgstr ""
-#: ../src/main.c:349 ../src/nm-iface-helper.c:429
+#: ../src/main.c:349 ../src/nm-iface-helper.c:413
#, c-format
msgid "Could not daemonize: %s [error %u]\n"
msgstr ""
@@ -10211,18 +10537,18 @@ msgstr ""
msgid "You must be root to run %s!\n"
msgstr ""
-#: ../src/dhcp/nm-dhcp-dhclient-utils.c:274
+#: ../src/dhcp/nm-dhcp-dhclient-utils.c:280
msgid "# Created by NetworkManager\n"
msgstr ""
-#: ../src/dhcp/nm-dhcp-dhclient-utils.c:284
+#: ../src/dhcp/nm-dhcp-dhclient-utils.c:290
#, c-format
msgid ""
"# Merged from %s\n"
"\n"
msgstr ""
-#: ../src/devices/bluetooth/nm-bluez-device.c:210
+#: ../src/devices/bluetooth/nm-bluez-device.c:211
#, c-format
msgid "%s Network"
msgstr ""
@@ -10249,13 +10575,13 @@ msgid "DUN connection must include a GSM or CDMA setting"
msgstr ""
#: ../src/devices/bluetooth/nm-device-bt.c:314
-#: ../src/devices/wwan/nm-modem-broadband.c:706
+#: ../src/devices/wwan/nm-modem-broadband.c:709
#, fuzzy
msgid "GSM connection"
msgstr "إتّصالات VPN"
#: ../src/devices/bluetooth/nm-device-bt.c:318
-#: ../src/devices/wwan/nm-modem-broadband.c:730
+#: ../src/devices/wwan/nm-modem-broadband.c:733
#, fuzzy
msgid "CDMA connection"
msgstr "إتّصالات VPN"
@@ -10265,18 +10591,18 @@ msgid "Unknown/unhandled Bluetooth connection type"
msgstr ""
#: ../src/devices/bluetooth/nm-device-bt.c:347
-#: ../src/devices/nm-device-ethernet.c:1454
+#: ../src/devices/nm-device-ethernet.c:1408
#: ../src/devices/nm-device-infiniband.c:210
-#: ../src/devices/wifi/nm-device-wifi.c:938
+#: ../src/devices/wifi/nm-device-wifi.c:952
msgid "connection does not match device"
msgstr ""
-#: ../src/devices/nm-device-bond.c:109
+#: ../src/devices/nm-device-bond.c:91
#, fuzzy
msgid "Bond connection"
msgstr "إتّصالات VPN"
-#: ../src/devices/nm-device-bridge.c:115
+#: ../src/devices/nm-device-bridge.c:130
#, fuzzy
msgid "Bridge connection"
msgstr "أضف اتصال VPN جديد"
@@ -10286,12 +10612,12 @@ msgstr "أضف اتصال VPN جديد"
msgid "Dummy connection"
msgstr "إتّصالات VPN"
-#: ../src/devices/nm-device-ethernet.c:1435
+#: ../src/devices/nm-device-ethernet.c:1389
#, fuzzy
msgid "PPPoE connection"
msgstr "إتّصالات VPN"
-#: ../src/devices/nm-device-ethernet.c:1435
+#: ../src/devices/nm-device-ethernet.c:1389
#, fuzzy
msgid "Wired connection"
msgstr "انشيء اتصال VPN"
@@ -10306,7 +10632,7 @@ msgstr "حذف اتصال VPN \"%s\"؟"
msgid "IP tunnel connection"
msgstr "أضف اتصال VPN جديد"
-#: ../src/devices/nm-device-macvlan.c:407
+#: ../src/devices/nm-device-macvlan.c:344
#, fuzzy
msgid "MACVLAN connection"
msgstr "إتّصالات VPN"
@@ -10316,16 +10642,16 @@ msgstr "إتّصالات VPN"
msgid "TUN connection"
msgstr "إتّصالات VPN"
-#: ../src/devices/team/nm-device-team.c:135
+#: ../src/devices/team/nm-device-team.c:119
#, fuzzy
msgid "Team connection"
msgstr "انشيء اتصال VPN"
-#: ../src/devices/wifi/nm-device-olpc-mesh.c:156
+#: ../src/devices/wifi/nm-device-olpc-mesh.c:152
msgid "Mesh"
msgstr ""
-#: ../src/devices/wifi/nm-device-wifi.c:905
+#: ../src/devices/wifi/nm-device-wifi.c:919
msgid "WPA Ad-Hoc disabled due to kernel bugs"
msgstr ""
@@ -10478,7 +10804,7 @@ msgstr ""
msgid "Failed to determine AP security information"
msgstr ""
-#: ../src/devices/wwan/nm-modem-broadband.c:692
+#: ../src/devices/wwan/nm-modem-broadband.c:695
msgid "GSM mobile broadband connection requires a 'gsm' setting"
msgstr ""
@@ -10514,7 +10840,7 @@ msgstr ""
msgid "Quit after initial configuration"
msgstr ""
-#: ../src/nm-config.c:494 ../src/nm-iface-helper.c:311
+#: ../src/nm-config.c:494 ../src/nm-iface-helper.c:294
msgid "Don't become a daemon, and log to stderr"
msgstr ""
@@ -10532,106 +10858,106 @@ msgid "The expected start of the response"
msgstr ""
#. Interface/IP config
-#: ../src/nm-iface-helper.c:291
+#: ../src/nm-iface-helper.c:274
msgid "The interface to manage"
msgstr ""
-#: ../src/nm-iface-helper.c:292
+#: ../src/nm-iface-helper.c:275
#, fuzzy
msgid "Connection UUID"
msgstr "إتّصالات VPN"
-#: ../src/nm-iface-helper.c:293
+#: ../src/nm-iface-helper.c:276
msgid "Connection Token for Stable IDs"
msgstr ""
-#: ../src/nm-iface-helper.c:294
+#: ../src/nm-iface-helper.c:277
msgid "Whether to manage IPv6 SLAAC"
msgstr ""
-#: ../src/nm-iface-helper.c:295
+#: ../src/nm-iface-helper.c:278
msgid "Whether SLAAC must be successful"
msgstr ""
-#: ../src/nm-iface-helper.c:296
+#: ../src/nm-iface-helper.c:279
msgid "Use an IPv6 temporary privacy address"
msgstr ""
-#: ../src/nm-iface-helper.c:297
+#: ../src/nm-iface-helper.c:280
msgid "Current DHCPv4 address"
msgstr ""
-#: ../src/nm-iface-helper.c:298
+#: ../src/nm-iface-helper.c:281
msgid "Whether DHCPv4 must be successful"
msgstr ""
-#: ../src/nm-iface-helper.c:299
+#: ../src/nm-iface-helper.c:282
msgid "Hex-encoded DHCPv4 client ID"
msgstr ""
-#: ../src/nm-iface-helper.c:300
+#: ../src/nm-iface-helper.c:283
msgid "Hostname to send to DHCP server"
msgstr ""
-#: ../src/nm-iface-helper.c:300
+#: ../src/nm-iface-helper.c:283
msgid "barbar"
msgstr ""
-#: ../src/nm-iface-helper.c:301
+#: ../src/nm-iface-helper.c:284
msgid "FQDN to send to DHCP server"
msgstr ""
-#: ../src/nm-iface-helper.c:301
+#: ../src/nm-iface-helper.c:284
msgid "host.domain.org"
msgstr ""
-#: ../src/nm-iface-helper.c:302
+#: ../src/nm-iface-helper.c:285
msgid "Route priority for IPv4"
msgstr ""
-#: ../src/nm-iface-helper.c:302
+#: ../src/nm-iface-helper.c:285
msgid "0"
msgstr ""
-#: ../src/nm-iface-helper.c:303
+#: ../src/nm-iface-helper.c:286
msgid "Route priority for IPv6"
msgstr ""
-#: ../src/nm-iface-helper.c:303
+#: ../src/nm-iface-helper.c:286
msgid "1024"
msgstr ""
-#: ../src/nm-iface-helper.c:304
+#: ../src/nm-iface-helper.c:287
msgid "Hex-encoded Interface Identifier"
msgstr ""
-#: ../src/nm-iface-helper.c:305
+#: ../src/nm-iface-helper.c:288
msgid "IPv6 SLAAC address generation mode"
msgstr ""
-#: ../src/nm-iface-helper.c:306
+#: ../src/nm-iface-helper.c:289
msgid ""
"The logging backend configuration value. See logging.backend in "
"NetworkManager.conf"
msgstr ""
-#: ../src/nm-iface-helper.c:326
+#: ../src/nm-iface-helper.c:309
msgid ""
"nm-iface-helper is a small, standalone process that manages a single network "
"interface."
msgstr ""
-#: ../src/nm-iface-helper.c:395
+#: ../src/nm-iface-helper.c:379
#, c-format
msgid "An interface name and UUID are required\n"
msgstr ""
-#: ../src/nm-iface-helper.c:401
+#: ../src/nm-iface-helper.c:385
#, c-format
msgid "Failed to find interface index for %s (%s)\n"
msgstr ""
-#: ../src/nm-iface-helper.c:462
+#: ../src/nm-iface-helper.c:446
#, c-format
msgid "(%s): Invalid IID %s\n"
msgstr ""
diff --git a/po/as.po b/po/as.po
index a387b115..500eaa3b 100644
--- a/po/as.po
+++ b/po/as.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-29 17:44+0200\n"
+"POT-Creation-Date: 2017-11-10 15:29+0100\n"
"PO-Revision-Date: 2017-04-21 05:06-0400\n"
"Last-Translator: Copied by Zanata \n"
"Language-Team: Assamese \n"
@@ -82,463 +82,90 @@ msgstr "ত্ৰুটি: সংযোগৰ সক্ৰিয়কৰণ ব
msgid "nmcli successfully registered as a polkit agent.\n"
msgstr ""
-#: ../clients/cli/common.c:149
+#: ../clients/cli/common.c:263 ../clients/cli/common.c:278
msgid "GROUP"
msgstr "দল"
-#: ../clients/cli/common.c:381
-msgid "unmanaged"
-msgstr "অব্যৱস্থাপিত"
-
-#: ../clients/cli/common.c:383
-msgid "unavailable"
-msgstr "উপলব্ধ নাই"
-
-#: ../clients/cli/common.c:385 ../clients/cli/general.c:48
-msgid "disconnected"
-msgstr "বিচ্ছিন্নিত"
-
-#: ../clients/cli/common.c:387
-msgid "connecting (prepare)"
-msgstr "সংযোগ কৰা হৈছে (প্ৰস্তুত হওক)"
-
-#: ../clients/cli/common.c:389
-msgid "connecting (configuring)"
-msgstr "সংযোগ কৰা (সংৰূপণ কৰা)"
-
-#: ../clients/cli/common.c:391
-msgid "connecting (need authentication)"
-msgstr "সংযোগ কৰা (প্ৰমাণীকৰণৰ প্ৰয়োজন)"
-
-#: ../clients/cli/common.c:393
-msgid "connecting (getting IP configuration)"
-msgstr "সংযোগ কৰা (IP সংৰূপ প্ৰাপ্ত কৰা)"
-
-#: ../clients/cli/common.c:395
-msgid "connecting (checking IP connectivity)"
-msgstr "সংযোগ কৰা (IP সংযোগ নিৰীক্ষণ কৰা)"
-
-#: ../clients/cli/common.c:397
-msgid "connecting (starting secondary connections)"
-msgstr "সংযোগ কৰা (দ্বিতীয় সংযোগসমূহ আৰম্ভ কৰা)"
-
-#: ../clients/cli/common.c:399 ../clients/cli/general.c:46
-msgid "connected"
-msgstr "সংযুক্ত"
-
-#: ../clients/cli/common.c:401 ../clients/cli/connections.c:528
-msgid "deactivating"
-msgstr "নিষ্ক্ৰিয় কৰা হৈছে"
-
-#: ../clients/cli/common.c:403
-msgid "connection failed"
-msgstr "সংযোগ ব্যৰ্থ"
-
-#: ../clients/cli/common.c:405 ../clients/cli/common.c:422
-#: ../clients/cli/connections.c:533 ../clients/cli/connections.c:556
-#: ../clients/cli/devices.c:1153 ../clients/cli/devices.c:1197
-#: ../clients/cli/devices.c:1199 ../clients/cli/general.c:41
-#: ../clients/cli/general.c:79 ../clients/cli/general.c:144
-#: ../clients/cli/general.c:149 ../clients/common/nm-meta-setting-desc.c:1368
-#: ../clients/common/nm-meta-setting-desc.c:1436
-#: ../clients/common/nm-meta-setting-desc.c:2593
-#: ../clients/common/nm-meta-setting-desc.c:2647
-msgid "unknown"
-msgstr "অজ্ঞাত"
-
-#. "CAPABILITIES"
-#: ../clients/cli/common.c:414 ../clients/cli/connections.c:876
-#: ../clients/cli/connections.c:878 ../clients/cli/connections.c:880
-#: ../clients/cli/connections.c:913 ../clients/cli/connections.c:980
-#: ../clients/cli/connections.c:981 ../clients/cli/connections.c:983
-#: ../clients/cli/connections.c:4496 ../clients/cli/connections.c:6375
-#: ../clients/cli/connections.c:6376 ../clients/cli/devices.c:827
-#: ../clients/cli/devices.c:1116 ../clients/cli/devices.c:1117
-#: ../clients/cli/devices.c:1118 ../clients/cli/devices.c:1119
-#: ../clients/cli/devices.c:1120 ../clients/cli/devices.c:1157
-#: ../clients/cli/devices.c:1159 ../clients/cli/devices.c:1160
-#: ../clients/cli/devices.c:1190 ../clients/cli/devices.c:1191
-#: ../clients/cli/devices.c:1192 ../clients/cli/devices.c:1193
-#: ../clients/cli/devices.c:1194 ../clients/cli/devices.c:1195
-#: ../clients/cli/devices.c:1196 ../clients/cli/devices.c:1198
-#: ../clients/cli/devices.c:1200 ../clients/cli/general.c:150
-#: ../clients/common/nm-meta-setting-desc.c:574
-#: ../clients/common/nm-meta-setting-desc.c:2586
-msgid "yes"
-msgstr "হয়"
-
-#: ../clients/cli/common.c:416 ../clients/cli/connections.c:876
-#: ../clients/cli/connections.c:878 ../clients/cli/connections.c:880
-#: ../clients/cli/connections.c:980 ../clients/cli/connections.c:981
-#: ../clients/cli/connections.c:983 ../clients/cli/connections.c:4495
-#: ../clients/cli/connections.c:6375 ../clients/cli/connections.c:6376
-#: ../clients/cli/devices.c:827 ../clients/cli/devices.c:1116
-#: ../clients/cli/devices.c:1117 ../clients/cli/devices.c:1118
-#: ../clients/cli/devices.c:1119 ../clients/cli/devices.c:1120
-#: ../clients/cli/devices.c:1157 ../clients/cli/devices.c:1159
-#: ../clients/cli/devices.c:1160 ../clients/cli/devices.c:1190
-#: ../clients/cli/devices.c:1191 ../clients/cli/devices.c:1192
-#: ../clients/cli/devices.c:1193 ../clients/cli/devices.c:1194
-#: ../clients/cli/devices.c:1195 ../clients/cli/devices.c:1196
-#: ../clients/cli/devices.c:1198 ../clients/cli/devices.c:1200
-#: ../clients/cli/general.c:151 ../clients/common/nm-meta-setting-desc.c:574
-#: ../clients/common/nm-meta-setting-desc.c:2589
-msgid "no"
-msgstr "নহয়"
-
-#: ../clients/cli/common.c:418
-msgid "yes (guessed)"
-msgstr ""
-
-#: ../clients/cli/common.c:420
-msgid "no (guessed)"
-msgstr ""
-
-#: ../clients/cli/common.c:431
-msgid "No reason given"
-msgstr "কোনো কাৰণ দিয়া হোৱা নাই"
-
-#. We should not really come here
-#: ../clients/cli/common.c:434 ../clients/cli/connections.c:3095
-#: ../clients/cli/connections.c:3155
-#, c-format
-msgid "Unknown error"
-msgstr "অজ্ঞাত ত্ৰুটি"
-
-#: ../clients/cli/common.c:437
-msgid "Device is now managed"
-msgstr "ডিভাইচ এতিয়া ব্যৱস্থাপিত"
-
-#: ../clients/cli/common.c:440
-msgid "Device is now unmanaged"
-msgstr "ডিভাইচ এতিয়া ব্যৱস্থাপিত নহয়"
-
-#: ../clients/cli/common.c:443
-msgid "The device could not be readied for configuration"
-msgstr "ডিভাইচক সংৰূপণৰ বাবে পঢ়িব নোৱাৰি"
-
-#: ../clients/cli/common.c:446
-msgid ""
-"IP configuration could not be reserved (no available address, timeout, etc.)"
-msgstr "IP সংৰূপ সংৰক্ষণ কৰিব নোৱাৰি (কোনো ঠিকনা, সময়অন্ত, ইত্যাদী উপলব্ধ নাই)"
-
-#: ../clients/cli/common.c:449
-msgid "The IP configuration is no longer valid"
-msgstr "IP সংৰূপ আৰু বৈধ নহয়"
-
-#: ../clients/cli/common.c:452
-msgid "Secrets were required, but not provided"
-msgstr "গোপনসমূহৰ প্ৰয়োজন আছিল, কিন্তু প্ৰদান কৰা হোৱা নাছিল"
-
-#: ../clients/cli/common.c:455
-msgid "802.1X supplicant disconnected"
-msgstr "802.1X চাপ্লিকেণ্ট বিচ্ছিন্নিত"
-
-#: ../clients/cli/common.c:458
-msgid "802.1X supplicant configuration failed"
-msgstr "802.1X চাপ্লিকেণ্ট সংৰূপ ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:461
-msgid "802.1X supplicant failed"
-msgstr "802.1X চাপ্লিকেণ্ট ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:464
-msgid "802.1X supplicant took too long to authenticate"
-msgstr "802.1X চাপ্লিকেণ্ট প্ৰমাণীত হবলে বহু সময় ললে"
-
-#: ../clients/cli/common.c:467
-msgid "PPP service failed to start"
-msgstr "PPP সেৱা আৰম্ভ হবলে ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:470
-msgid "PPP service disconnected"
-msgstr "PPP সেৱা বিচ্ছিন্নিত হল"
-
-#: ../clients/cli/common.c:473
-msgid "PPP failed"
-msgstr "PPP ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:476
-msgid "DHCP client failed to start"
-msgstr "DHCP ক্লাএণ্ট আৰম্ভ হবলে ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:479
-msgid "DHCP client error"
-msgstr "DHCP ক্লাএণ্ট ত্ৰুটি"
-
-#: ../clients/cli/common.c:482
-msgid "DHCP client failed"
-msgstr "DHCP ক্লাএণ্ট ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:485
-msgid "Shared connection service failed to start"
-msgstr "অংশীদাৰী সংযোগ সেৱা আৰম্ভ হবলে ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:488
-msgid "Shared connection service failed"
-msgstr "অংশীদাৰী সংযোগ সেৱা ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:491
-msgid "AutoIP service failed to start"
-msgstr "AutoIP সেৱা আৰম্ভ হবলে ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:494
-msgid "AutoIP service error"
-msgstr "AutoIP সেৱা ত্ৰুটি"
-
-#: ../clients/cli/common.c:497
-msgid "AutoIP service failed"
-msgstr "AutoIP সেৱা ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:500
-msgid "The line is busy"
-msgstr "শাৰী ব্যস্থ"
-
-#: ../clients/cli/common.c:503
-msgid "No dial tone"
-msgstr "কোনো ডায়েল শব্দ নাই"
-
-#: ../clients/cli/common.c:506
-msgid "No carrier could be established"
-msgstr "কোনো বাহক স্থাপন কৰিব পৰা নগল"
-
-#: ../clients/cli/common.c:509
-msgid "The dialing request timed out"
-msgstr "ডায়লিং অনুৰোধৰ সময় অন্ত হল"
-
-#: ../clients/cli/common.c:512
-msgid "The dialing attempt failed"
-msgstr "ডায়লিং চেষ্টা ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:515
-msgid "Modem initialization failed"
-msgstr "মডেম আৰম্ভকৰণ ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:518
-msgid "Failed to select the specified APN"
-msgstr "ধাৰ্য্যত APN নিৰ্বাচন কৰিবলে ব্যৰ্থ"
-
-#: ../clients/cli/common.c:521
-msgid "Not searching for networks"
-msgstr "নেটৱৰ্কসমূহ সন্ধান কৰা হোৱা নাই"
-
-#: ../clients/cli/common.c:524
-msgid "Network registration denied"
-msgstr "নেটৱৰ্ক ৰেজিষ্ট্ৰেষণ নাকচ কৰা হৈছে"
-
-#: ../clients/cli/common.c:527
-msgid "Network registration timed out"
-msgstr "নেটৱৰ্ক ৰেজিষ্ট্ৰেষণৰ সময় অন্ত হল"
-
-#: ../clients/cli/common.c:530
-msgid "Failed to register with the requested network"
-msgstr "অনুৰোধ কৰা নেটৱৰ্কৰ সৈতে ৰেজিস্টাৰ কৰিবলে ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:533
-msgid "PIN check failed"
-msgstr "PIN নিৰীক্ষণ ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:536
-msgid "Necessary firmware for the device may be missing"
-msgstr "ডিভাইচৰ বাবে প্ৰয়োজনীয় ফাৰ্মৱেৰ সন্ধানহীন হব পাৰে"
-
-#: ../clients/cli/common.c:539
-msgid "The device was removed"
-msgstr "ডিভাইচ আতৰোৱা হৈছিল"
-
-#: ../clients/cli/common.c:542
-msgid "NetworkManager went to sleep"
-msgstr "NetworkManager নিদ্ৰাত গল"
-
-#: ../clients/cli/common.c:545
-msgid "The device's active connection disappeared"
-msgstr "ডিভাইচৰ সক্ৰিয় সংযোগ অদৃশ্য হল"
-
-#: ../clients/cli/common.c:548
-msgid "Device disconnected by user or client"
-msgstr "ডিভাইচ ব্যৱহাৰকাৰী অথবা ক্লাএণ্ট দ্বাৰা বিচ্ছিন্ন কৰা হল"
-
-#: ../clients/cli/common.c:551
-msgid "Carrier/link changed"
-msgstr "বাহক/সংযোগ পৰিৱৰ্তন হল"
-
-#: ../clients/cli/common.c:554
-msgid "The device's existing connection was assumed"
-msgstr "ডিভাইচৰ স্থায়ী সংযোগ ধাৰণা কৰা হৈছিল"
-
-#: ../clients/cli/common.c:557
-msgid "The supplicant is now available"
-msgstr "চাপ্লিকেণ্ট এতিয়া উপলব্ধ"
-
-#: ../clients/cli/common.c:560
-msgid "The modem could not be found"
-msgstr "মডেম পোৱা নগল"
-
-#: ../clients/cli/common.c:563
-msgid "The Bluetooth connection failed or timed out"
-msgstr "ব্লুটুথ সংযোগ ব্যৰ্থ হল অথবা সময়অন্ত হল"
-
-#: ../clients/cli/common.c:566
-msgid "GSM Modem's SIM card not inserted"
-msgstr "GSM মডেমৰ SIM কাৰ্ড সুমুৱা হোৱা নাই"
-
-#: ../clients/cli/common.c:569
-msgid "GSM Modem's SIM PIN required"
-msgstr "GSM মডেমৰ SIM PIN ৰ প্ৰয়োজন"
-
-#: ../clients/cli/common.c:572
-msgid "GSM Modem's SIM PUK required"
-msgstr "GSM মডেমৰ SIM PUK ৰ প্ৰয়োজন"
-
-#: ../clients/cli/common.c:575
-msgid "GSM Modem's SIM wrong"
-msgstr "GSM মডেমৰ SIM ভূল"
-
-#: ../clients/cli/common.c:578
-msgid "InfiniBand device does not support connected mode"
-msgstr "InfiniBand ডিভাইচে সংযুক্ত অৱস্থা সমৰ্থন নকৰে"
-
-#: ../clients/cli/common.c:581
-msgid "A dependency of the connection failed"
-msgstr "সংযোগৰ এটা নিৰ্ভৰতা ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:584
-msgid "A problem with the RFC 2684 Ethernet over ADSL bridge"
-msgstr "ADSL ব্ৰিজৰে RFC 2684 ইথাৰনেটৰ সৈতে এটা সমস্যা"
-
-#: ../clients/cli/common.c:587
-msgid "ModemManager is unavailable"
-msgstr "ModemManager উপলব্ধ নাই"
-
-#: ../clients/cli/common.c:590
-msgid "The Wi-Fi network could not be found"
-msgstr "Wi-Fi নেটৱৰ্ক পোৱা নগল"
-
-#: ../clients/cli/common.c:593
-msgid "A secondary connection of the base connection failed"
-msgstr "ভিত্তি সংযোগৰ এটা দ্বিতীয় সংযোগ ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:596
-msgid "DCB or FCoE setup failed"
-msgstr "DCB অথবা FCoE সংস্থাপন ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:599
-msgid "teamd control failed"
-msgstr "teamd নিয়ন্ত্ৰণ ব্যৰ্থ হল"
-
-#: ../clients/cli/common.c:602
-msgid "Modem failed or no longer available"
-msgstr "মডেম ব্যৰ্থ হল অথবা উপলব্ধ নহয়"
-
-#: ../clients/cli/common.c:605
-msgid "Modem now ready and available"
-msgstr "মডেম প্ৰস্তুত আৰু উপলব্ধ"
-
-#: ../clients/cli/common.c:608
-msgid "SIM PIN was incorrect"
-msgstr "SIM PIN ভুল আছিল"
-
-#: ../clients/cli/common.c:611
-#, fuzzy
-msgid "New connection activation was enqueued"
-msgstr "ত্ৰুটি: সংযোগৰ সক্ৰিয়কৰণ ব্যৰ্থ হল।"
-
-#: ../clients/cli/common.c:614
-#, fuzzy
-msgid "The device's parent changed"
-msgstr "ডিভাইচ আতৰোৱা হৈছিল"
-
-#: ../clients/cli/common.c:617
-#, fuzzy
-msgid "The device parent's management changed"
-msgstr "ডিভাইচ আতৰোৱা হৈছিল"
-
-#. TRANSLATORS: Unknown reason for a device state change (NMDeviceStateReason)
-#: ../clients/cli/common.c:621 ../libnm-glib/nm-device.c:1860
-#: ../libnm/nm-device.c:1560
-msgid "Unknown"
-msgstr "অজ্ঞাত"
-
-#: ../clients/cli/common.c:737
+#: ../clients/cli/common.c:561
#, fuzzy, c-format
msgid "Error: openconnect failed: %s\n"
msgstr "ত্ৰুটি: সংযোগৰ সত্যাপন ব্যৰ্থ হল: %s\n"
-#: ../clients/cli/common.c:744
+#: ../clients/cli/common.c:568
#, fuzzy, c-format
msgid "Error: openconnect failed with status %d\n"
msgstr "সম্পাদক অৱস্থা %d ৰ সৈতে ব্যৰ্থ হল"
-#: ../clients/cli/common.c:746
+#: ../clients/cli/common.c:570
#, fuzzy, c-format
msgid "Error: openconnect failed with signal %d\n"
msgstr "সম্পাদক সংকেত %d ৰ সৈতে ব্যৰ্থ হল"
-#: ../clients/cli/common.c:827
+#: ../clients/cli/common.c:651
#, c-format
msgid ""
"Warning: password for '%s' not given in 'passwd-file' and nmcli cannot ask "
"without '--ask' option.\n"
msgstr ""
-#: ../clients/cli/common.c:1291
+#: ../clients/cli/common.c:1117
#, c-format
msgid "Error: Could not create NMClient object: %s."
msgstr "ত্ৰুটি: NMClient অবজেক্ট সৃষ্টি কৰিব পৰা নগল: %s।"
-#: ../clients/cli/common.c:1311
+#: ../clients/cli/common.c:1137
msgid "Error: NetworkManager is not running."
msgstr "ত্ৰুটি: NetworkManager চলি থকা নাই।"
-#: ../clients/cli/common.c:1408
+#: ../clients/cli/common.c:1234
#, c-format
msgid "Error: argument '%s' not understood. Try passing --help instead."
msgstr ""
-#: ../clients/cli/common.c:1418
+#: ../clients/cli/common.c:1244
#, fuzzy
msgid "Error: missing argument. Try passing --help."
msgstr "ত্ৰুটি: '%s' বিকল্পৰ বাবে তৰ্ক সন্ধানহীন।"
-#: ../clients/cli/common.c:1471
+#: ../clients/cli/common.c:1297
msgid "access denied"
msgstr ""
#. define some prompts for connection editor
-#: ../clients/cli/connections.c:64
+#: ../clients/cli/connections.c:66
msgid "Setting name? "
msgstr "সংহতিৰ নাম?"
-#: ../clients/cli/connections.c:65
+#: ../clients/cli/connections.c:67
msgid "Property name? "
msgstr "বৈশিষ্ট্যৰ নাম?"
-#: ../clients/cli/connections.c:66
+#: ../clients/cli/connections.c:68
msgid "Enter connection type: "
msgstr "সংযোগৰ ধৰণ সুমুৱাওক:"
#. define some other prompts
-#: ../clients/cli/connections.c:70
+#: ../clients/cli/connections.c:72
#, fuzzy
msgid "Connection (name, UUID, or path)"
msgstr "সংযোগ (নাম, UUID, অথবা পথ):"
-#: ../clients/cli/connections.c:71
+#: ../clients/cli/connections.c:73
#, fuzzy
msgid "VPN connection (name, UUID, or path)"
msgstr "সংযোগ (নাম, UUID, অথবা পথ):"
-#: ../clients/cli/connections.c:72
+#: ../clients/cli/connections.c:74
#, fuzzy
msgid "Connection(s) (name, UUID, or path)"
msgstr "সংযোগ (নাম, UUID, অথবা পথ):"
-#: ../clients/cli/connections.c:73
+#: ../clients/cli/connections.c:75
#, fuzzy
msgid "Connection(s) (name, UUID, path or apath)"
msgstr "সংযোগ (নাম, UUID, অথবা পথ):"
-#: ../clients/cli/connections.c:190
+#: ../clients/cli/connections.c:196
#, fuzzy, c-format
msgid ""
"Usage: nmcli connection { COMMAND | help }\n"
@@ -606,7 +233,7 @@ msgstr ""
" load [ ... ]\n"
"\n"
-#: ../clients/cli/connections.c:212
+#: ../clients/cli/connections.c:218
#, fuzzy, c-format
msgid ""
"Usage: nmcli connection show { ARGUMENTS | help }\n"
@@ -650,7 +277,7 @@ msgstr ""
"যেতিয়া --active বিকল্প ধাৰ্য্য কৰা হয়, কেৱল সক্ৰিয় আলেখ্যসমূহ\n"
"ব্যৱহাৰ কৰা হয়।\n"
-#: ../clients/cli/connections.c:233
+#: ../clients/cli/connections.c:239
#, fuzzy, c-format
msgid ""
"Usage: nmcli connection up { ARGUMENTS | help }\n"
@@ -693,7 +320,7 @@ msgstr ""
"nsp - সংযোগ কৰিবলে NSP ধাৰ্য্য কৰে (কেৱল WiMAX ৰ বাবে বৈধ)\n"
"\n"
-#: ../clients/cli/connections.c:254
+#: ../clients/cli/connections.c:260
#, fuzzy, c-format
msgid ""
"Usage: nmcli connection down { ARGUMENTS | help }\n"
@@ -715,7 +342,7 @@ msgstr ""
"অথবা D-Bus পথ দ্বাৰা চিনাক্ত কৰা হয়।\n"
"\n"
-#: ../clients/cli/connections.c:266
+#: ../clients/cli/connections.c:272
#, c-format
msgid ""
"Usage: nmcli connection add { ARGUMENTS | help }\n"
@@ -766,7 +393,7 @@ msgid ""
" [p-key ]\n"
"\n"
" bluetooth: [addr ]\n"
-" [bt-type panu|dun-gsm|dun-cdma]\n"
+" [bt-type panu|nap|dun-gsm|dun-cdma]\n"
"\n"
" vlan: dev \n"
" id \n"
@@ -867,7 +494,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:384
+#: ../clients/cli/connections.c:390
#, c-format
msgid ""
"Usage: nmcli connection modify { ARGUMENTS | help }\n"
@@ -912,7 +539,7 @@ msgstr ""
"nmcli con mod bond0 -bond.options downdelay\n"
"\n"
-#: ../clients/cli/connections.c:407
+#: ../clients/cli/connections.c:413
#, c-format
msgid ""
"Usage: nmcli connection clone { ARGUMENTS | help }\n"
@@ -926,7 +553,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:419
+#: ../clients/cli/connections.c:425
#, c-format
msgid ""
"Usage: nmcli connection edit { ARGUMENTS | help }\n"
@@ -953,7 +580,7 @@ msgstr ""
"এটা ভাৱবিনিময়ী সম্পাদকত এটা নতুন সংযোগ আলেখ্য যোগ কৰক।\n"
"\n"
-#: ../clients/cli/connections.c:434
+#: ../clients/cli/connections.c:440
#, c-format
msgid ""
"Usage: nmcli connection delete { ARGUMENTS | help }\n"
@@ -972,7 +599,7 @@ msgstr ""
"আলেখ্যক তাৰ নাম, UUID অথবা D-Bus পথ দ্বাৰা চিনাক্ত কৰা হয়।\n"
"\n"
-#: ../clients/cli/connections.c:445
+#: ../clients/cli/connections.c:451
#, fuzzy, c-format
msgid ""
"Usage: nmcli connection monitor { ARGUMENTS | help }\n"
@@ -996,7 +623,7 @@ msgstr ""
"এটা ভাৱবিনিময়ী সম্পাদকত এটা নতুন সংযোগ আলেখ্য যোগ কৰক।\n"
"\n"
-#: ../clients/cli/connections.c:457
+#: ../clients/cli/connections.c:463
#, c-format
msgid ""
"Usage: nmcli connection reload { help }\n"
@@ -1009,7 +636,7 @@ msgstr ""
"ডিস্কৰ পৰা সকলো সংযোগ ফাইল পুনৰ লড কৰক\n"
"\n"
-#: ../clients/cli/connections.c:465
+#: ../clients/cli/connections.c:471
#, c-format
msgid ""
"Usage: nmcli connection load { ARGUMENTS | help }\n"
@@ -1031,7 +658,7 @@ msgstr ""
"তাৰ শেহতীয়া অৱস্থাৰ বিষয়ে জ্ঞাত।\n"
"\n"
-#: ../clients/cli/connections.c:477
+#: ../clients/cli/connections.c:483
#, c-format
msgid ""
"Usage: nmcli connection import { ARGUMENTS | help }\n"
@@ -1046,7 +673,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:490
+#: ../clients/cli/connections.c:496
#, fuzzy, c-format
msgid ""
"Usage: nmcli connection export { ARGUMENTS | help }\n"
@@ -1065,496 +692,490 @@ msgstr ""
"আলেখ্যক তাৰ নাম, UUID অথবা D-Bus পথ দ্বাৰা চিনাক্ত কৰা হয়।\n"
"\n"
-#: ../clients/cli/connections.c:524
+#: ../clients/cli/connections.c:530
msgid "activating"
msgstr "সক্ৰিয় কৰা হৈছে"
-#: ../clients/cli/connections.c:526
+#: ../clients/cli/connections.c:532
msgid "activated"
msgstr "সক্ৰিয়"
-#: ../clients/cli/connections.c:530
+#: ../clients/cli/connections.c:534 ../clients/common/nm-client-utils.c:243
+msgid "deactivating"
+msgstr "নিষ্ক্ৰিয় কৰা হৈছে"
+
+#: ../clients/cli/connections.c:536
msgid "deactivated"
msgstr "নিষ্ক্ৰিয়"
-#: ../clients/cli/connections.c:542
+#: ../clients/cli/connections.c:539 ../clients/cli/connections.c:562
+#: ../clients/cli/devices.c:1210 ../clients/cli/devices.c:1254
+#: ../clients/cli/devices.c:1256 ../clients/cli/general.c:41
+#: ../clients/cli/general.c:79 ../clients/cli/general.c:146
+#: ../clients/cli/general.c:151 ../clients/common/nm-client-utils.c:247
+#: ../clients/common/nm-client-utils.c:250
+#: ../clients/common/nm-client-utils.c:266
+#: ../clients/common/nm-client-utils.c:269
+#: ../clients/common/nm-meta-setting-desc.c:1335
+#: ../clients/common/nm-meta-setting-desc.c:1403
+#: ../clients/common/nm-meta-setting-desc.c:2545
+#: ../clients/common/nm-meta-setting-desc.c:2599
+msgid "unknown"
+msgstr "অজ্ঞাত"
+
+#: ../clients/cli/connections.c:548
msgid "VPN connecting (prepare)"
msgstr "VPN সংযোগ কৰা হৈছে (প্ৰস্তুত হওক)"
-#: ../clients/cli/connections.c:544
+#: ../clients/cli/connections.c:550
msgid "VPN connecting (need authentication)"
msgstr "VPN সংযোগ কৰা হৈছে (প্ৰমাণীকৰণৰ প্ৰয়োজন)"
-#: ../clients/cli/connections.c:546
+#: ../clients/cli/connections.c:552
msgid "VPN connecting"
msgstr "VPN সংযোগ কৰা হৈছে"
-#: ../clients/cli/connections.c:548
+#: ../clients/cli/connections.c:554
msgid "VPN connecting (getting IP configuration)"
msgstr "VPN সংযোগ কৰা (IP সংৰূপ প্ৰাপ্ত কৰা)"
-#: ../clients/cli/connections.c:550
+#: ../clients/cli/connections.c:556
msgid "VPN connected"
msgstr "VPN সংযুক্ত"
-#: ../clients/cli/connections.c:552
+#: ../clients/cli/connections.c:558
msgid "VPN connection failed"
msgstr "VPN সংযোগ ব্যৰ্থ হল"
-#: ../clients/cli/connections.c:554
+#: ../clients/cli/connections.c:560
msgid "VPN disconnected"
msgstr "VPN বিচ্ছিন্নিত"
-#: ../clients/cli/connections.c:624
+#: ../clients/cli/connections.c:630
#, fuzzy, c-format
msgid "Error updating secrets for %s: %s\n"
msgstr "সংযোগ সংৰক্ষণ কৰোতে ত্ৰুটি: %s"
-#: ../clients/cli/connections.c:644
+#: ../clients/cli/connections.c:650
msgid "Connection profile details"
msgstr "সংযোগ আলেখ্যৰ বিৱৰণ"
-#: ../clients/cli/connections.c:657 ../clients/cli/connections.c:1107
+#: ../clients/cli/connections.c:663 ../clients/cli/connections.c:1113
#, c-format
msgid "Error: 'connection show': %s"
msgstr "ত্ৰুটি: 'connection show': %s"
-#: ../clients/cli/connections.c:875
+#: ../clients/cli/connections.c:881
msgid "never"
msgstr "কেতিয়াও নহয়"
-#: ../clients/cli/connections.c:1097
+#. "CAPABILITIES"
+#: ../clients/cli/connections.c:882 ../clients/cli/connections.c:884
+#: ../clients/cli/connections.c:886 ../clients/cli/connections.c:919
+#: ../clients/cli/connections.c:986 ../clients/cli/connections.c:987
+#: ../clients/cli/connections.c:989 ../clients/cli/connections.c:4432
+#: ../clients/cli/connections.c:6370 ../clients/cli/connections.c:6371
+#: ../clients/cli/devices.c:884 ../clients/cli/devices.c:1173
+#: ../clients/cli/devices.c:1174 ../clients/cli/devices.c:1175
+#: ../clients/cli/devices.c:1176 ../clients/cli/devices.c:1177
+#: ../clients/cli/devices.c:1214 ../clients/cli/devices.c:1216
+#: ../clients/cli/devices.c:1217 ../clients/cli/devices.c:1247
+#: ../clients/cli/devices.c:1248 ../clients/cli/devices.c:1249
+#: ../clients/cli/devices.c:1250 ../clients/cli/devices.c:1251
+#: ../clients/cli/devices.c:1252 ../clients/cli/devices.c:1253
+#: ../clients/cli/devices.c:1255 ../clients/cli/devices.c:1257
+#: ../clients/cli/general.c:152 ../clients/common/nm-client-utils.c:258
+#: ../clients/common/nm-meta-setting-desc.c:575
+#: ../clients/common/nm-meta-setting-desc.c:2538
+msgid "yes"
+msgstr "হয়"
+
+#: ../clients/cli/connections.c:882 ../clients/cli/connections.c:884
+#: ../clients/cli/connections.c:886 ../clients/cli/connections.c:986
+#: ../clients/cli/connections.c:987 ../clients/cli/connections.c:989
+#: ../clients/cli/connections.c:4431 ../clients/cli/connections.c:6370
+#: ../clients/cli/connections.c:6371 ../clients/cli/devices.c:884
+#: ../clients/cli/devices.c:1173 ../clients/cli/devices.c:1174
+#: ../clients/cli/devices.c:1175 ../clients/cli/devices.c:1176
+#: ../clients/cli/devices.c:1177 ../clients/cli/devices.c:1214
+#: ../clients/cli/devices.c:1216 ../clients/cli/devices.c:1217
+#: ../clients/cli/devices.c:1247 ../clients/cli/devices.c:1248
+#: ../clients/cli/devices.c:1249 ../clients/cli/devices.c:1250
+#: ../clients/cli/devices.c:1251 ../clients/cli/devices.c:1252
+#: ../clients/cli/devices.c:1253 ../clients/cli/devices.c:1255
+#: ../clients/cli/devices.c:1257 ../clients/cli/general.c:153
+#: ../clients/common/nm-client-utils.c:260
+#: ../clients/common/nm-meta-setting-desc.c:575
+#: ../clients/common/nm-meta-setting-desc.c:2541
+msgid "no"
+msgstr "নহয়"
+
+#: ../clients/cli/connections.c:1103
msgid "Activate connection details"
msgstr "সক্ৰিয় সংযোগৰ বিৱৰণ"
-#: ../clients/cli/connections.c:1344
+#: ../clients/cli/connections.c:1350
#, c-format
msgid "invalid field '%s'; allowed fields: %s and %s, or %s,%s"
msgstr "অবৈধ ফিল্ড '%s'; অনুমোদিত ফিল্ডসমূহ: %s আৰু %s, অথবা %s,%s"
-#: ../clients/cli/connections.c:1359 ../clients/cli/connections.c:1367
+#: ../clients/cli/connections.c:1365 ../clients/cli/connections.c:1373
#, c-format
msgid "'%s' has to be alone"
msgstr "'%s' অকলে থাকিব লাগিব"
-#: ../clients/cli/connections.c:1567
+#: ../clients/cli/connections.c:1573
#, c-format
msgid "incorrect string '%s' of '--order' option"
msgstr ""
-#: ../clients/cli/connections.c:1593
+#: ../clients/cli/connections.c:1599
#, c-format
msgid "incorrect item '%s' in '--order' option"
msgstr ""
-#: ../clients/cli/connections.c:1623
+#: ../clients/cli/connections.c:1629
#, fuzzy
msgid "No connection specified"
msgstr "ত্ৰুটি: কোনো সংযোগ ধাৰ্য্য কৰা হোৱা নাই।"
-#: ../clients/cli/connections.c:1638
+#: ../clients/cli/connections.c:1644
#, fuzzy, c-format
msgid "%s argument is missing"
msgstr "ত্ৰুটি: %s তৰ্ক সন্ধানহীন।"
-#: ../clients/cli/connections.c:1648
+#: ../clients/cli/connections.c:1654
#, fuzzy, c-format
msgid "unknown connection '%s'"
msgstr "ত্ৰুটি: অজ্ঞাত সংযোগ: %s\n"
-#: ../clients/cli/connections.c:1681
+#: ../clients/cli/connections.c:1687
#, fuzzy
msgid "'--order' argument is missing"
msgstr "ত্ৰুটি: %s তৰ্ক সন্ধানহীন।"
-#: ../clients/cli/connections.c:1736
+#: ../clients/cli/connections.c:1742
msgid "NetworkManager active profiles"
msgstr "NetworkManager সক্ৰিয় আলেখ্যসমূহ"
-#: ../clients/cli/connections.c:1737
+#: ../clients/cli/connections.c:1743
msgid "NetworkManager connection profiles"
msgstr "NetworkManager সংযোগ আলেখ্যসমূহ"
-#: ../clients/cli/connections.c:1790 ../clients/cli/connections.c:2558
-#: ../clients/cli/connections.c:2570 ../clients/cli/connections.c:2582
-#: ../clients/cli/connections.c:2758 ../clients/cli/connections.c:8446
-#: ../clients/cli/connections.c:8463 ../clients/cli/devices.c:2624
-#: ../clients/cli/devices.c:2634 ../clients/cli/devices.c:2876
-#: ../clients/cli/devices.c:2886 ../clients/cli/devices.c:2904
-#: ../clients/cli/devices.c:2913 ../clients/cli/devices.c:2934
+#: ../clients/cli/connections.c:1796 ../clients/cli/connections.c:2471
+#: ../clients/cli/connections.c:2483 ../clients/cli/connections.c:2495
+#: ../clients/cli/connections.c:2671 ../clients/cli/connections.c:8431
+#: ../clients/cli/connections.c:8448 ../clients/cli/devices.c:2681
+#: ../clients/cli/devices.c:2692 ../clients/cli/devices.c:2934
#: ../clients/cli/devices.c:2945 ../clients/cli/devices.c:2963
-#: ../clients/cli/devices.c:3341 ../clients/cli/devices.c:3351
-#: ../clients/cli/devices.c:3359 ../clients/cli/devices.c:3371
-#: ../clients/cli/devices.c:3386 ../clients/cli/devices.c:3394
-#: ../clients/cli/devices.c:3568 ../clients/cli/devices.c:3579
-#: ../clients/cli/devices.c:3751
+#: ../clients/cli/devices.c:2972 ../clients/cli/devices.c:2993
+#: ../clients/cli/devices.c:3004 ../clients/cli/devices.c:3022
+#: ../clients/cli/devices.c:3400 ../clients/cli/devices.c:3410
+#: ../clients/cli/devices.c:3418 ../clients/cli/devices.c:3430
+#: ../clients/cli/devices.c:3445 ../clients/cli/devices.c:3453
+#: ../clients/cli/devices.c:3627 ../clients/cli/devices.c:3638
+#: ../clients/cli/devices.c:3810
#, c-format
msgid "Error: %s argument is missing."
msgstr "ত্ৰুটি: %s তৰ্ক সন্ধানহীন।"
-#: ../clients/cli/connections.c:1809
+#: ../clients/cli/connections.c:1815
#, c-format
msgid "Error: %s - no such connection profile."
msgstr "ত্ৰুটি: %s - এই ধৰণৰ কোনো সংযোগ আলেখ্য নাই।"
-#: ../clients/cli/connections.c:1873 ../clients/cli/connections.c:2545
-#: ../clients/cli/connections.c:2609 ../clients/cli/connections.c:7956
-#: ../clients/cli/connections.c:8067 ../clients/cli/connections.c:8577
-#: ../clients/cli/devices.c:1525 ../clients/cli/devices.c:1811
-#: ../clients/cli/devices.c:1980 ../clients/cli/devices.c:2088
-#: ../clients/cli/devices.c:2277 ../clients/cli/devices.c:3531
-#: ../clients/cli/devices.c:3757 ../clients/cli/general.c:926
+#: ../clients/cli/connections.c:1879 ../clients/cli/connections.c:2458
+#: ../clients/cli/connections.c:2522 ../clients/cli/connections.c:7941
+#: ../clients/cli/connections.c:8052 ../clients/cli/connections.c:8562
+#: ../clients/cli/devices.c:1582 ../clients/cli/devices.c:1868
+#: ../clients/cli/devices.c:2037 ../clients/cli/devices.c:2145
+#: ../clients/cli/devices.c:2334 ../clients/cli/devices.c:3590
+#: ../clients/cli/devices.c:3816 ../clients/cli/general.c:928
#, c-format
msgid "Error: %s."
msgstr "ত্ৰুটি: %s।"
-#: ../clients/cli/connections.c:1971
+#: ../clients/cli/connections.c:1977
#, c-format
msgid "no active connection on device '%s'"
msgstr "ডিভাইচ '%s' ত কোনো সক্ৰিয় সংযোগ নাই"
-#: ../clients/cli/connections.c:1979
+#: ../clients/cli/connections.c:1985
msgid "no active connection or device"
msgstr "কোনো সক্ৰিয় সংযোগ অথবা ডিভাইচ নাই"
-#: ../clients/cli/connections.c:1999
+#: ../clients/cli/connections.c:2005
#, fuzzy, c-format
msgid "device '%s' not compatible with connection '%s':"
msgstr "ডিভাইচ '%s' সংযোগ '%s' ৰ সৈতে সংগত নহয়"
-#: ../clients/cli/connections.c:2035
+#: ../clients/cli/connections.c:2041
#, c-format
msgid "device '%s' not compatible with connection '%s'"
msgstr "ডিভাইচ '%s' সংযোগ '%s' ৰ সৈতে সংগত নহয়"
-#: ../clients/cli/connections.c:2038
+#: ../clients/cli/connections.c:2044
#, c-format
msgid "no device found for connection '%s'"
msgstr "সংযোগ '%s' ৰ বাবে কোনো ডিভাইচ পোৱা নগল"
-#: ../clients/cli/connections.c:2058
-#, fuzzy
-msgid "Unknown reason"
-msgstr "অজ্ঞাত কাৰণ"
-
-#: ../clients/cli/connections.c:2060
-#, fuzzy
-msgid "The connection was disconnected"
-msgstr "সংযোগ কৰা (দ্বিতীয় সংযোগসমূহ আৰম্ভ কৰা)"
-
-#: ../clients/cli/connections.c:2062
-#, fuzzy
-msgid "Disconnected by user"
-msgstr "D-Bus দ্বাৰা বিচ্ছিন্নিত"
-
-#: ../clients/cli/connections.c:2064
-#, fuzzy
-msgid "The base network connection was interrupted"
-msgstr "ভিত্তি নেটৱৰ্ক সংযোগ বাধাগ্ৰস্থ হৈছিল"
-
-#: ../clients/cli/connections.c:2066
-#, fuzzy
-msgid "The VPN service stopped unexpectedly"
-msgstr "VPN সেৱা অপ্ৰত্যাশিতভাৱে বন্ধ হল"
-
-#: ../clients/cli/connections.c:2068
-#, fuzzy
-msgid "The VPN service returned invalid configuration"
-msgstr "VPN সেৱায় অবৈধ সংৰূপ ঘুৰাই দিলে"
-
-#: ../clients/cli/connections.c:2070
-#, fuzzy
-msgid "The connection attempt timed out"
-msgstr "সংযোগৰ চেষ্টাৰ সময় অন্ত হল"
-
#: ../clients/cli/connections.c:2072
-#, fuzzy
-msgid "The VPN service did not start in time"
-msgstr "VPN সেৱা সময়ত আৰম্ভ নহল"
-
-#: ../clients/cli/connections.c:2074
-#, fuzzy
-msgid "The VPN service failed to start"
-msgstr "VPN সেৱা আৰম্ভ হবলে ব্যৰ্থ হল"
-
-#: ../clients/cli/connections.c:2076
-#, fuzzy
-msgid "No valid secrets"
-msgstr "কোনো বৈধ VPN গোপন তথ্য নাই"
-
-#: ../clients/cli/connections.c:2078
-#, fuzzy
-msgid "Invalid secrets"
-msgstr "অবৈধ VPN গোপন তথ্য"
-
-#: ../clients/cli/connections.c:2080
-#, fuzzy
-msgid "The connection was removed"
-msgstr "সংযোগ আতৰোৱা হৈছিল"
-
-#: ../clients/cli/connections.c:2082
-#, fuzzy
-msgid "Master connection failed"
-msgstr "সংযোগ ব্যৰ্থ"
-
-#: ../clients/cli/connections.c:2084
-#, fuzzy
-msgid "Could not create a software link"
-msgstr "অস্থায়ী ফাইল সৃষ্টি কৰিব পৰা নগল: %s"
-
-#: ../clients/cli/connections.c:2086
-#, fuzzy
-msgid "The device disappeared"
-msgstr "ডিভাইচৰ সক্ৰিয় সংযোগ অদৃশ্য হল"
-
-#: ../clients/cli/connections.c:2089
-#, fuzzy
-msgid "Invalid reason"
-msgstr "অবৈধ IPv4 পথ '%s'"
+#, fuzzy, c-format
+msgid "Connection successfully activated (%s) (D-Bus active path: %s)\n"
+msgstr "সংযোগ সফলভাৱে সক্ৰিয় কৰা হৈছিল (D-Bus সক্ৰিয় পথ: %s)\n"
-#: ../clients/cli/connections.c:2115 ../clients/cli/connections.c:2307
-#: ../clients/cli/connections.c:6263
+#: ../clients/cli/connections.c:2076 ../clients/cli/connections.c:2224
+#: ../clients/cli/connections.c:6249
#, c-format
msgid "Connection successfully activated (D-Bus active path: %s)\n"
msgstr "সংযোগ সফলভাৱে সক্ৰিয় কৰা হৈছিল (D-Bus সক্ৰিয় পথ: %s)\n"
-#: ../clients/cli/connections.c:2146 ../clients/cli/connections.c:2287
+#: ../clients/cli/connections.c:2083 ../clients/cli/connections.c:2204
#, c-format
msgid "Error: Connection activation failed: %s"
msgstr "ত্ৰুটি: সংযোগৰ সক্ৰিয়কৰণ ব্যৰ্থ হল: %s"
-#: ../clients/cli/connections.c:2173
-#, c-format
-msgid ""
-"Connection successfully activated (master waiting for slaves) (D-Bus active "
-"path: %s)\n"
-msgstr ""
-"সংযোগ সফলভাৱে সক্ৰিয় কৰা হৈছে (মাস্টাৰে স্লেইভৰ বাবে অপেক্ষা কৰি আছে) (D-Bus "
-"সক্ৰিয় পথ: %s)\n"
-
-#: ../clients/cli/connections.c:2202
+#: ../clients/cli/connections.c:2119
#, fuzzy, c-format
msgid "Error: Timeout expired (%d seconds)"
msgstr "ত্ৰুটি: সময়অন্ত %d sec ৰ অৱসান ঘটিল"
-#: ../clients/cli/connections.c:2368
+#: ../clients/cli/connections.c:2285
#, fuzzy, c-format
msgid "failed to read passwd-file '%s': %s"
msgstr "ত্ৰুটি: '%s' ৰ মান আতৰাবলৈ ব্যৰ্থ: %s\n"
-#: ../clients/cli/connections.c:2380
+#: ../clients/cli/connections.c:2297
#, c-format
msgid "missing colon in 'password' entry '%s'"
msgstr ""
-#: ../clients/cli/connections.c:2388
+#: ../clients/cli/connections.c:2305
#, c-format
msgid "missing dot in 'password' entry '%s'"
msgstr ""
-#: ../clients/cli/connections.c:2401
+#: ../clients/cli/connections.c:2318
#, c-format
msgid "invalid setting name in 'password' entry '%s'"
msgstr ""
-#: ../clients/cli/connections.c:2457
+#: ../clients/cli/connections.c:2374
#, c-format
msgid "unknown device '%s'."
msgstr "অজ্ঞাত ডিভাইচ '%s'।"
-#: ../clients/cli/connections.c:2462
+#: ../clients/cli/connections.c:2379
msgid "neither a valid connection nor device given"
msgstr "এটা বৈধ সংযোগ অথবা ডিভাইচ দিয়া হোৱা নাই"
-#: ../clients/cli/connections.c:2592 ../clients/cli/devices.c:1476
-#: ../clients/cli/devices.c:2641 ../clients/cli/devices.c:2976
-#: ../clients/cli/devices.c:3585
+#: ../clients/cli/connections.c:2505 ../clients/cli/devices.c:1533
+#: ../clients/cli/devices.c:2699 ../clients/cli/devices.c:3035
+#: ../clients/cli/devices.c:3644
#, c-format
msgid "Unknown parameter: %s\n"
msgstr "অজ্ঞাত প্ৰাচল: %s\n"
-#: ../clients/cli/connections.c:2617
+#: ../clients/cli/connections.c:2530
msgid "preparing"
msgstr "প্ৰস্তুত কৰা হৈছে"
-#: ../clients/cli/connections.c:2637
+#: ../clients/cli/connections.c:2550
#, fuzzy, c-format
msgid "Connection '%s' (%s) successfully deleted.\n"
msgstr "সংযোগ '%s' (%s) সফলভাৱে আপডেইট কৰা হল।\n"
-#: ../clients/cli/connections.c:2653
+#: ../clients/cli/connections.c:2566
#, fuzzy, c-format
msgid "Connection '%s' successfully deactivated (D-Bus active path: %s)\n"
msgstr "সংযোগ সফলভাৱে সক্ৰিয় কৰা হৈছিল (D-Bus সক্ৰিয় পথ: %s)\n"
-#: ../clients/cli/connections.c:2734 ../clients/cli/connections.c:8182
-#: ../clients/cli/connections.c:8214 ../clients/cli/connections.c:8371
+#: ../clients/cli/connections.c:2647 ../clients/cli/connections.c:8167
+#: ../clients/cli/connections.c:8199 ../clients/cli/connections.c:8356
#, c-format
msgid "Error: No connection specified."
msgstr "ত্ৰুটি: কোনো সংযোগ ধাৰ্য্য কৰা হোৱা নাই।"
-#: ../clients/cli/connections.c:2775
+#: ../clients/cli/connections.c:2688
#, fuzzy, c-format
msgid "Error: '%s' is not an active connection.\n"
msgstr "ত্ৰুটি: '%s' এটা সক্ৰিয় সংযোগ নহয়।"
-#: ../clients/cli/connections.c:2776
+#: ../clients/cli/connections.c:2689
#, fuzzy, c-format
msgid "Error: not all active connections found."
msgstr "ত্ৰুটি: '%s' এটা সক্ৰিয় সংযোগ নহয়।"
-#: ../clients/cli/connections.c:2785
+#: ../clients/cli/connections.c:2698
#, fuzzy, c-format
msgid "Error: no active connection provided."
msgstr "ত্ৰুটি: %s - এই ধৰণৰ কোনো সংযোগ আলেখ্য নাই।"
-#: ../clients/cli/connections.c:2819
+#: ../clients/cli/connections.c:2732
#, fuzzy, c-format
msgid "Connection '%s' deactivation failed: %s\n"
msgstr "ত্ৰুটি: সংযোগৰ সক্ৰিয়কৰণ ব্যৰ্থ হল: %s"
-#: ../clients/cli/connections.c:3075 ../clients/cli/connections.c:3132
-#: ../clients/common/nm-client-utils.c:165
+#: ../clients/cli/connections.c:2988 ../clients/cli/connections.c:3045
+#: ../clients/common/nm-client-utils.c:169
#, c-format
msgid "'%s' not among [%s]"
msgstr "'%s' [%s] ত অন্তৰ্ভুক্ত নহয়"
-#: ../clients/cli/connections.c:3289
+#. We should not really come here
+#: ../clients/cli/connections.c:3008 ../clients/cli/connections.c:3068
+#: ../clients/common/nm-client-utils.c:279
+#, c-format
+msgid "Unknown error"
+msgstr "অজ্ঞাত ত্ৰুটি"
+
+#: ../clients/cli/connections.c:3202
#, c-format
msgid "Warning: master='%s' doesn't refer to any existing profile.\n"
msgstr "সতৰ্কবাৰ্তা: মাস্টাৰ='%s' এ কোনো স্থায়ী আলেখ্যলৈ প্ৰসংগ নকৰে।\n"
-#: ../clients/cli/connections.c:3626
+#: ../clients/cli/connections.c:3539
#, c-format
msgid "Error: invalid property '%s': %s."
msgstr "ত্ৰুটি: অবৈধ বৈশিষ্ট্য '%s': %s।"
-#: ../clients/cli/connections.c:3643
+#: ../clients/cli/connections.c:3556
#, c-format
msgid "Error: failed to modify %s.%s: %s."
msgstr "ত্ৰুটি: %s.%s পৰিবৰ্তন কৰিবলৈ ব্যৰ্থ: %s।"
-#: ../clients/cli/connections.c:3662
+#: ../clients/cli/connections.c:3575
#, c-format
msgid "Error: failed to remove a value from %s.%s: %s."
msgstr "ত্ৰুটি: %s.%s ৰ পৰা এটা মান আতৰাবলৈ ব্যৰ্থ: %s।"
-#: ../clients/cli/connections.c:3696
+#: ../clients/cli/connections.c:3609
#, fuzzy, c-format
msgid "Error: '%s' is mandatory."
msgstr "ত্ৰুটি: '%s' সংহতি উপলব্ধ নহয়\n"
-#: ../clients/cli/connections.c:3723
+#: ../clients/cli/connections.c:3636
#, fuzzy, c-format
msgid "Error: invalid slave type; %s."
msgstr "ত্ৰুটি: অবৈধ সংযোগ ধৰণ; %s।"
-#: ../clients/cli/connections.c:3733
+#: ../clients/cli/connections.c:3644
#, c-format
msgid "Error: invalid connection type; %s."
msgstr "ত্ৰুটি: অবৈধ সংযোগ ধৰণ; %s।"
-#: ../clients/cli/connections.c:3810
+#: ../clients/cli/connections.c:3721
#, fuzzy, c-format
msgid "Error: bad connection type: %s"
msgstr "ত্ৰুটি: অবৈধ সংযোগ ধৰণ; %s।"
-#: ../clients/cli/connections.c:3856
+#: ../clients/cli/connections.c:3767
#, fuzzy, c-format
msgid "Error: '%s': %s"
msgstr "ত্ৰুটি: %s: %s।"
-#: ../clients/cli/connections.c:3877
+#: ../clients/cli/connections.c:3788
#, fuzzy
msgid "Error: master is required"
msgstr "ত্ৰুটি: 'master' প্ৰয়োজনীয়।"
-#: ../clients/cli/connections.c:3936
+#: ../clients/cli/connections.c:3847
#, fuzzy, c-format
msgid "Error: error adding bond option '%s=%s'."
msgstr "ত্ৰুটি: অজ্ঞাত সংযোগ '%s'।"
-#: ../clients/cli/connections.c:3967
+#: ../clients/cli/connections.c:3878
#, c-format
msgid "Error: '%s' is not a valid monitoring mode; use '%s' or '%s'.\n"
msgstr "ত্ৰুটি: '%s' এটা বৈধ মনিটৰিং অৱস্থা নহয়; '%s' অথবা '%s' ব্যৱহাৰ কৰক।\n"
-#: ../clients/cli/connections.c:3998
-#, c-format
-msgid "Error: 'bt-type': '%s' not valid; use [%s, %s (%s), %s]."
+#: ../clients/cli/connections.c:3909
+#, fuzzy, c-format
+msgid "Error: 'bt-type': '%s' not valid; use [%s, %s, %s (%s), %s]."
msgstr "ত্ৰুটি: 'bt-type': '%s' বৈধ নহয়; [%s, %s (%s), %s] ব্যৱহাৰ কৰক।"
-#: ../clients/cli/connections.c:4246
+#: ../clients/cli/connections.c:4158
#, c-format
msgid "Error: value for '%s' is missing."
msgstr "ত্ৰুটি: '%s' ৰ বাবে মান নাই।"
-#: ../clients/cli/connections.c:4292
+#: ../clients/cli/connections.c:4204
msgid "Error: . argument is missing."
msgstr "ত্ৰুটি: . তৰ্ক সন্ধানহীন।"
-#: ../clients/cli/connections.c:4315
+#: ../clients/cli/connections.c:4227
#, c-format
msgid "Error: invalid or not allowed setting '%s': %s."
msgstr "ত্ৰুটি: অবৈধ অথবা অনুমতি নথকা সংহতি '%s': %s।"
-#: ../clients/cli/connections.c:4361 ../clients/cli/connections.c:4377
+#: ../clients/cli/connections.c:4273 ../clients/cli/connections.c:4289
#, fuzzy, c-format
msgid "Error: '%s' is ambiguous (%s.%s or %s.%s)."
msgstr "'%s' দ্বৈৰ্থক (%s x %s)"
-#: ../clients/cli/connections.c:4395
+#: ../clients/cli/connections.c:4307
#, c-format
msgid "Error: invalid . '%s'."
msgstr "ত্ৰুটি: অবৈধ . '%s'।"
-#: ../clients/cli/connections.c:4437 ../clients/cli/connections.c:8007
+#: ../clients/cli/connections.c:4351 ../clients/cli/connections.c:7992
#, c-format
msgid "Error: Failed to add '%s' connection: %s"
msgstr "ত্ৰুটি: '%s' সংযোগ যোগ কৰিবলে ব্যৰ্থ: %s"
-#: ../clients/cli/connections.c:4442
+#: ../clients/cli/connections.c:4369
+#, c-format
+msgid ""
+"Warning: There is another connection with the name '%1$s'. Reference the "
+"connection by its uuid '%2$s'\n"
+msgid_plural ""
+"Warning: There are %3$u other connections with the name '%1$s'. Reference "
+"the connection by its uuid '%2$s'\n"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../clients/cli/connections.c:4378
#, c-format
msgid "Connection '%s' (%s) successfully added.\n"
msgstr "সংযোগ '%s' (%s) সফলভাৱে যোগ কৰা হল।\n"
-#: ../clients/cli/connections.c:4580
+#: ../clients/cli/connections.c:4516
#, c-format
msgid ""
"You can specify this option more than once. Press when you're done.\n"
msgstr ""
#. Ask for optional arguments.
-#: ../clients/cli/connections.c:4645
+#: ../clients/cli/connections.c:4615
#, fuzzy, c-format
msgid "There is %d optional setting for %s.\n"
msgid_plural "There are %d optional settings for %s.\n"
msgstr[0] "%d বৈকল্পিক তৰ্ক আছে, '%s' সংযোগ ধৰণৰ বাবে।\n"
msgstr[1] "%d বৈকল্পিক তৰ্কসমূহ আছে, '%s' সংযোগ ধৰণৰ বাবে।\n"
-#: ../clients/cli/connections.c:4648
+#: ../clients/cli/connections.c:4618
#, c-format
msgid "Do you want to provide it? %s"
msgid_plural "Do you want to provide them? %s"
msgstr[0] "আপুনি ইয়াক প্ৰদান কৰিব খোজে নে? %s"
msgstr[1] "আপুনি ইহতক প্ৰদান কৰিব খোজে নে? %s"
-#: ../clients/cli/connections.c:4773 ../clients/cli/utils.c:302
+#: ../clients/cli/connections.c:4754 ../clients/cli/utils.c:303
#, c-format
msgid "Error: value for '%s' argument is required."
msgstr "ত্ৰুটি: '%s' তৰ্কৰ বাবে মান প্ৰয়োজনীয়।"
-#: ../clients/cli/connections.c:4779
+#: ../clients/cli/connections.c:4760
#, c-format
msgid "Error: 'save': %s."
msgstr "ত্ৰুটি: 'save': %s।"
-#: ../clients/cli/connections.c:4867 ../clients/cli/connections.c:4878
+#: ../clients/cli/connections.c:4848 ../clients/cli/connections.c:4859
#, fuzzy, c-format
msgid "Error: '%s' argument is required."
msgstr "ত্ৰুটি: 'type' তৰ্ক প্ৰয়োজনীয়।"
-#: ../clients/cli/connections.c:5852
+#: ../clients/cli/connections.c:5837
#, c-format
msgid "['%s' setting values]\n"
msgstr "['%s' সংহতি মানসমূহ]\n"
@@ -1562,7 +1183,7 @@ msgstr "['%s' সংহতি মানসমূহ]\n"
#. TRANSLATORS: do not translate command names and keywords before ::
#. * However, you should translate terms enclosed in <>.
#.
-#: ../clients/cli/connections.c:5931
+#: ../clients/cli/connections.c:5916
#, fuzzy, c-format
msgid ""
"---[ Main menu ]---\n"
@@ -1595,7 +1216,7 @@ msgstr ""
"nmcli :: nmcli configuration\n"
"quit :: exit nmcli\n"
-#: ../clients/cli/connections.c:5958
+#: ../clients/cli/connections.c:5943
#, c-format
msgid ""
"goto [.] | :: enter setting/property for editing\n"
@@ -1614,7 +1235,7 @@ msgstr ""
" nmcli connection> goto secondaries\n"
" nmcli> goto ipv4.addresses\n"
-#: ../clients/cli/connections.c:5965
+#: ../clients/cli/connections.c:5950
#, c-format
msgid ""
"remove [.] :: remove setting or reset property value\n"
@@ -1635,7 +1256,7 @@ msgstr ""
"Examples: nmcli> remove wifi-sec\n"
" nmcli> remove eth.mtu\n"
-#: ../clients/cli/connections.c:5972
+#: ../clients/cli/connections.c:5957
#, c-format
msgid ""
"set [. ] :: set property value\n"
@@ -1650,7 +1271,7 @@ msgstr ""
"\n"
"উদাহৰণ: nmcli> set con.id My connection\n"
-#: ../clients/cli/connections.c:5977
+#: ../clients/cli/connections.c:5962
#, c-format
msgid ""
"describe [.] :: describe property\n"
@@ -1663,7 +1284,7 @@ msgstr ""
"বৈশিষ্ট্যৰ বিৱৰণ দেখুৱায়। সকলো NM সংহতি আৰু বৈশিষ্ট্যসমূহ চাবলৈ আপুনি nm-"
"settings(5) manual চাব পাৰে।\n"
-#: ../clients/cli/connections.c:5982
+#: ../clients/cli/connections.c:5967
#, c-format
msgid ""
"print [all] :: print setting or connection values\n"
@@ -1678,7 +1299,7 @@ msgstr ""
"\n"
"উদাহৰণ: nmcli ipv4> print all\n"
-#: ../clients/cli/connections.c:5987
+#: ../clients/cli/connections.c:5972
#, fuzzy, c-format
msgid ""
"verify [all | fix] :: verify setting or connection validity\n"
@@ -1700,7 +1321,7 @@ msgstr ""
"উদাহৰণ: nmcli> verify\n"
" nmcli bond> verify\n"
-#: ../clients/cli/connections.c:5996
+#: ../clients/cli/connections.c:5981
#, c-format
msgid ""
"save [persistent|temporary] :: save the connection\n"
@@ -1726,7 +1347,7 @@ msgstr ""
"যদি আপুনি স্থায়ী সংযোগ সম্পূৰ্ণভাৱে আতৰাব খোজে, সংযোগ\n"
"আলেখ্যক মচিব লাগিব।\n"
-#: ../clients/cli/connections.c:6007
+#: ../clients/cli/connections.c:5992
#, c-format
msgid ""
"activate [] [/|] :: activate the connection\n"
@@ -1747,7 +1368,7 @@ msgstr ""
"/| - AP (Wi-Fi) or NSP (WiMAX) (আৰম্ভণিত / যোগ কৰক যেতিয়া "
"ধাৰ্য্যত নহয়)\n"
-#: ../clients/cli/connections.c:6014 ../clients/cli/connections.c:6173
+#: ../clients/cli/connections.c:5999 ../clients/cli/connections.c:6158
#, c-format
msgid ""
"back :: go to upper menu level\n"
@@ -1756,7 +1377,7 @@ msgstr ""
"back :: ওপৰ স্তৰ মেনুলৈ যাওক\n"
"\n"
-#: ../clients/cli/connections.c:6017
+#: ../clients/cli/connections.c:6002
#, c-format
msgid ""
"help/? [] :: help for the nmcli commands\n"
@@ -1765,7 +1386,7 @@ msgstr ""
"help/? [] :: nmcli কমান্ডসমূহৰ বাবে সহায়\n"
"\n"
-#: ../clients/cli/connections.c:6020
+#: ../clients/cli/connections.c:6005
#, fuzzy, c-format
msgid ""
"nmcli [ ] :: nmcli configuration\n"
@@ -1791,7 +1412,7 @@ msgstr ""
" nmcli> nmcli save-confirmation no\n"
" nmcli> nmcli prompt-color 3\n"
-#: ../clients/cli/connections.c:6042 ../clients/cli/connections.c:6179
+#: ../clients/cli/connections.c:6027 ../clients/cli/connections.c:6164
#, c-format
msgid ""
"quit :: exit nmcli\n"
@@ -1804,8 +1425,8 @@ msgstr ""
"এই কমান্ডে nmcli প্ৰস্থান কৰে। যেতিয়া সম্পাদন কৰি থকা সংযোগ সংৰক্ষণ কৰা নহয়, "
"ব্যৱহাৰকাৰীক কাৰ্য্য সুনিশ্চিত কৰিবলৈ কোৱা হয়।\n"
-#: ../clients/cli/connections.c:6047 ../clients/cli/connections.c:6184
-#: ../clients/cli/connections.c:6610 ../clients/cli/connections.c:7569
+#: ../clients/cli/connections.c:6032 ../clients/cli/connections.c:6169
+#: ../clients/cli/connections.c:6605 ../clients/cli/connections.c:7562
#, c-format
msgid "Unknown command: '%s'\n"
msgstr "অজ্ঞাত কমান্ড: '%s'\n"
@@ -1813,7 +1434,7 @@ msgstr "অজ্ঞাত কমান্ড: '%s'\n"
#. TRANSLATORS: do not translate command names and keywords before ::
#. * However, you should translate terms enclosed in <>.
#.
-#: ../clients/cli/connections.c:6113
+#: ../clients/cli/connections.c:6098
#, c-format
msgid ""
"---[ Property menu ]---\n"
@@ -1840,7 +1461,7 @@ msgstr ""
"help/? [] :: এই সহায় অথবা কমান্ডৰ বিৱৰণ প্ৰিণ্ট কৰক\n"
"quit :: nmcli প্ৰস্থান কৰক\n"
-#: ../clients/cli/connections.c:6138
+#: ../clients/cli/connections.c:6123
#, c-format
msgid ""
"set [] :: set new value\n"
@@ -1851,7 +1472,7 @@ msgstr ""
"\n"
"এই কমান্ডে এই বৈশিষ্ট্যলৈ প্ৰদান কৰা সংহতি কৰে\n"
-#: ../clients/cli/connections.c:6142
+#: ../clients/cli/connections.c:6127
#, c-format
msgid ""
"add [] :: append new value to the property\n"
@@ -1866,7 +1487,7 @@ msgstr ""
"ধৰণৰ হয়। single-valued বৈশিষ্ট্যসমূহৰ বাবে ই মান প্ৰতিস্থাপন কৰে ('set' ৰ নিচিনা "
"একে)।\n"
-#: ../clients/cli/connections.c:6148
+#: ../clients/cli/connections.c:6133
#, c-format
msgid ""
"change :: change current value\n"
@@ -1877,7 +1498,7 @@ msgstr ""
"\n"
"বৰ্তমান মান প্ৰদৰ্শন কৰে আৰু ইয়াক সম্পাদন কৰাৰ অনুমতি দিয়ে।\n"
-#: ../clients/cli/connections.c:6152
+#: ../clients/cli/connections.c:6137
#, c-format
msgid ""
"remove [||] :: delete the value\n"
@@ -1910,7 +1531,7 @@ msgstr ""
" nmcli bond.options> remove downdelay\n"
"\n"
-#: ../clients/cli/connections.c:6163
+#: ../clients/cli/connections.c:6148
#, c-format
msgid ""
"describe :: describe property\n"
@@ -1923,7 +1544,7 @@ msgstr ""
"বৈশিষ্ট্যৰ বিৱৰণ দেখুৱায়। সকলো NM সংহতি আৰু বৈশিষ্ট্য চাবলৈ nm-settings(5) manual "
"চাওক।\n"
-#: ../clients/cli/connections.c:6168
+#: ../clients/cli/connections.c:6153
#, c-format
msgid ""
"print [property|setting|connection] :: print property (setting, connection) "
@@ -1938,7 +1559,7 @@ msgstr ""
"বৈশিষ্ট্যৰ মান দেখুৱায়। এটা তৰ্ক প্ৰদান কৰি আপুনি সম্পূৰ্ণ সংহতি অথবা সংযোগৰ বাবে "
"মানসমূহ প্ৰদৰ্শন কৰিব পাৰিব।\n"
-#: ../clients/cli/connections.c:6176
+#: ../clients/cli/connections.c:6161
#, c-format
msgid ""
"help/? [] :: help for nmcli commands\n"
@@ -1947,28 +1568,28 @@ msgstr ""
"help/? [] :: nmcli কমান্ডসমূহৰ বাবে সহায়\n"
"\n"
-#: ../clients/cli/connections.c:6269
+#: ../clients/cli/connections.c:6255
#, c-format
msgid "Error: Connection activation failed.\n"
msgstr "ত্ৰুটি: সংযোগ সক্ৰিয়কৰণ ব্যৰ্থ হল।\n"
-#: ../clients/cli/connections.c:6355
+#: ../clients/cli/connections.c:6350
#, c-format
msgid "Error: setting '%s' is mandatory and cannot be removed.\n"
msgstr "ত্ৰুটি: সংহতি '%s' বাধ্যতামূলক আৰু আতৰাব নোৱাৰি।\n"
#. TRANSLATORS: status line in nmcli connection editor
-#: ../clients/cli/connections.c:6373
+#: ../clients/cli/connections.c:6368
#, c-format
msgid "[ Type: %s | Name: %s | UUID: %s | Dirty: %s | Temp: %s ]\n"
msgstr "[ Type: %s | Name: %s | UUID: %s | Dirty: %s | Temp: %s ]\n"
-#: ../clients/cli/connections.c:6409
+#: ../clients/cli/connections.c:6404
#, c-format
msgid "The connection is not saved. Do you really want to quit? %s"
msgstr "সংযোগ সংৰক্ষণ কৰা হোৱা নাই। আপুনি সঁচাকৈ প্ৰস্থান কৰিব খোজে নে? %s"
-#: ../clients/cli/connections.c:6458
+#: ../clients/cli/connections.c:6453
#, c-format
msgid ""
"The connection profile has been removed from another client. You may type "
@@ -1977,66 +1598,66 @@ msgstr ""
"সংযোগ আলেখ্যক অন্য ক্লাএণ্টৰ পৰা আতৰোৱা হৈছে। আপুনি ইয়াক পুনৰুদ্ধাৰ কৰিবলৈ মূখ্য মেনুত "
"'save' টাইপ কৰিব পাৰে।\n"
-#: ../clients/cli/connections.c:6488 ../clients/cli/connections.c:6906
-#: ../clients/cli/connections.c:6968
+#: ../clients/cli/connections.c:6483 ../clients/cli/connections.c:6897
+#: ../clients/cli/connections.c:6955
#, c-format
msgid "Allowed values for '%s' property: %s\n"
msgstr "'%s' বৈশিষ্ট্যৰ বাবে অনুমোদিত মানসমূহ: %s\n"
-#: ../clients/cli/connections.c:6491 ../clients/cli/connections.c:6909
-#: ../clients/cli/connections.c:6971
+#: ../clients/cli/connections.c:6486 ../clients/cli/connections.c:6900
+#: ../clients/cli/connections.c:6958
#, c-format
msgid "Enter '%s' value: "
msgstr "'%s' মান সুমুৱাওক:"
-#: ../clients/cli/connections.c:6506 ../clients/cli/connections.c:6528
-#: ../clients/cli/connections.c:6913 ../clients/cli/connections.c:6976
+#: ../clients/cli/connections.c:6501 ../clients/cli/connections.c:6523
+#: ../clients/cli/connections.c:6904 ../clients/cli/connections.c:6963
#, c-format
msgid "Error: failed to set '%s' property: %s\n"
msgstr "ত্ৰুটি: '%s' বৈশিষ্ট্য সংহতি কৰিবলৈ ব্যৰ্থ: %s\n"
-#: ../clients/cli/connections.c:6522
+#: ../clients/cli/connections.c:6517
#, c-format
msgid "Edit '%s' value: "
msgstr "'%s' মান সম্পাদন কৰক:"
-#: ../clients/cli/connections.c:6551 ../clients/cli/settings.c:388
+#: ../clients/cli/connections.c:6546 ../clients/cli/settings.c:388
#, c-format
msgid "Error: %s\n"
msgstr "ত্ৰুটি: %s\n"
-#: ../clients/cli/connections.c:6557 ../clients/cli/connections.c:7072
-#: ../clients/cli/connections.c:7121
+#: ../clients/cli/connections.c:6552 ../clients/cli/connections.c:7058
+#: ../clients/cli/connections.c:7109
#, c-format
msgid "Error: failed to remove value of '%s': %s\n"
msgstr "ত্ৰুটি: '%s' ৰ মান আতৰাবলৈ ব্যৰ্থ: %s\n"
-#: ../clients/cli/connections.c:6578
+#: ../clients/cli/connections.c:6573
#, c-format
msgid "Unknown command argument: '%s'\n"
msgstr "অজ্ঞাত কমান্ড তৰ্ক: '%s'\n"
-#: ../clients/cli/connections.c:6681
+#: ../clients/cli/connections.c:6676
#, c-format
msgid "Available settings: %s\n"
msgstr "উপলব্ধ সংহতিসমূহ: %s\n"
-#: ../clients/cli/connections.c:6693
+#: ../clients/cli/connections.c:6688
#, c-format
msgid "Error: invalid setting name; %s\n"
msgstr "ত্ৰুটি: অবৈধ সংহতি নাম; %s\n"
-#: ../clients/cli/connections.c:6710
+#: ../clients/cli/connections.c:6705
#, c-format
msgid "Available properties: %s\n"
msgstr "উপলব্ধ বৈশিষ্ট্যসমূহ: %s\n"
-#: ../clients/cli/connections.c:6718
+#: ../clients/cli/connections.c:6713
#, c-format
msgid "Error: property %s\n"
msgstr "ত্ৰুটি: বৈশিষ্ট্য %s\n"
-#: ../clients/cli/connections.c:6759
+#: ../clients/cli/connections.c:6754
#, c-format
msgid ""
"Saving the connection with 'autoconnect=yes'. That might result in an "
@@ -2047,12 +1668,12 @@ msgstr ""
"সক্ৰিয়কৰণ হব পাৰে।\n"
"আপুনি তথাপিও সংৰক্ষণ কৰিব খোজে নে? %s"
-#: ../clients/cli/connections.c:6845
+#: ../clients/cli/connections.c:6837
#, c-format
msgid "You may edit the following settings: %s\n"
msgstr "আপুনি নিম্নলিখিত সংহতিসমূহ সম্পাদন কৰিব পাৰিব: %s\n"
-#: ../clients/cli/connections.c:6873
+#: ../clients/cli/connections.c:6867
#, c-format
msgid ""
"The connection profile has been removed from another client. You may type "
@@ -2061,212 +1682,213 @@ msgstr ""
"সংযোগ আলেখ্যক অন্য ক্লাএণ্টৰ পৰা আতৰোৱা হৈছে। আপুনি ইয়াক পুনৰুদ্ধাৰ কৰিবলে 'save' "
"টাইপ কৰিব পাৰে।\n"
-#: ../clients/cli/connections.c:6917 ../clients/cli/connections.c:7166
+#: ../clients/cli/connections.c:6908 ../clients/cli/connections.c:7153
+#: ../clients/cli/connections.c:7185
#, c-format
msgid "Error: no setting selected; valid are [%s]\n"
msgstr "ত্ৰুটি: কোনো সংহতি নিৰ্বাচন কৰা হোৱা নাই; বৈধ হল [%s]\n"
-#: ../clients/cli/connections.c:6918
+#: ../clients/cli/connections.c:6909
#, c-format
msgid "use 'goto ' first, or 'set .'\n"
msgstr "প্ৰথমতে 'goto ' ব্যৱহাৰ কৰক, অথবা .'\n"
-#: ../clients/cli/connections.c:6932 ../clients/cli/connections.c:7099
-#: ../clients/cli/connections.c:7188
+#: ../clients/cli/connections.c:6924 ../clients/cli/connections.c:7085
+#: ../clients/cli/connections.c:7175
#, c-format
msgid "Error: invalid setting argument '%s'; valid are [%s]\n"
msgstr "ত্ৰুটি: অবৈধ সংহতি তৰ্ক '%s', বৈধ হল [%s]\n"
-#: ../clients/cli/connections.c:6942
+#: ../clients/cli/connections.c:6933
#, c-format
msgid "Error: missing setting for '%s' property\n"
msgstr "ত্ৰুটি: '%s' বৈশিষ্ট্যৰ বাবে সংহতি নাই\n"
-#: ../clients/cli/connections.c:6949
+#: ../clients/cli/connections.c:6940
#, c-format
msgid "Error: invalid property: %s\n"
msgstr "ত্ৰুটি: অবৈধ বৈশিষ্ট্য: %s\n"
-#: ../clients/cli/connections.c:7008
+#: ../clients/cli/connections.c:6994
#, c-format
msgid "Error: unknown setting '%s'\n"
msgstr "ত্ৰুটি: অজ্ঞাত সংহতি '%s'\n"
-#: ../clients/cli/connections.c:7033
+#: ../clients/cli/connections.c:7019
#, c-format
msgid "You may edit the following properties: %s\n"
msgstr "আপুনি নিম্নলিখিত বৈশিষ্ট্যসমূহ সম্পাদন কৰিব পাৰিব: %s\n"
-#: ../clients/cli/connections.c:7077
+#: ../clients/cli/connections.c:7063
#, c-format
msgid "Error: no argument given; valid are [%s]\n"
msgstr "ত্ৰুটি: কোনো তৰ্ক দিয়া হোৱা নাই, বৈধ হল [%s]\n"
-#: ../clients/cli/connections.c:7096
+#: ../clients/cli/connections.c:7082
#, c-format
msgid "Setting '%s' is not present in the connection.\n"
msgstr "সংহতি '%s' সংযোগত উপলব্ধ নাই।\n"
-#: ../clients/cli/connections.c:7142
+#: ../clients/cli/connections.c:7130
#, c-format
msgid "Error: %s properties, nor it is a setting name.\n"
msgstr "ত্ৰুটি: %s বৈশিষ্ট্যসমূহ, ই এটা সংহতি নাম নহয়।\n"
-#: ../clients/cli/connections.c:7167
+#: ../clients/cli/connections.c:7154 ../clients/cli/connections.c:7186
#, c-format
msgid "use 'goto ' first, or 'describe .'\n"
msgstr ""
"প্ৰথমতে 'goto ' ব্যৱহাৰ কৰক, অথবা 'describe .'\n"
-#: ../clients/cli/connections.c:7216
+#: ../clients/cli/connections.c:7209
#, c-format
msgid "Error: invalid property: %s, neither a valid setting name.\n"
msgstr "ত্ৰুটি: অবৈধ বৈশিষ্ট্য: %s, অথবা এটা বৈধ সংহতি নাম নহয়।\n"
-#: ../clients/cli/connections.c:7249
+#: ../clients/cli/connections.c:7239
#, c-format
msgid "Error: unknown setting: '%s'\n"
msgstr "ত্ৰুটি: অজ্ঞাত সংহতি: '%s'\n"
-#: ../clients/cli/connections.c:7254
+#: ../clients/cli/connections.c:7244
#, c-format
msgid "Error: '%s' setting not present in the connection\n"
msgstr "ত্ৰুটি: সংহতি '%s' সংযোগত উপলব্ধ নাই\n"
-#: ../clients/cli/connections.c:7282
+#: ../clients/cli/connections.c:7275
#, c-format
msgid "Error: invalid property: %s%s\n"
msgstr "ত্ৰুটি: অবৈধ বৈশিষ্ট্য: %s%s\n"
-#: ../clients/cli/connections.c:7284
+#: ../clients/cli/connections.c:7277
msgid ", neither a valid setting name"
msgstr ", এটা বৈধ সংহতি নাম নহয়"
-#: ../clients/cli/connections.c:7301
+#: ../clients/cli/connections.c:7293
#, fuzzy, c-format
msgid "Invalid verify option: %s\n"
msgstr "অবৈধ বিকল্প '%s'"
-#: ../clients/cli/connections.c:7309
+#: ../clients/cli/connections.c:7301
#, c-format
msgid "Verify setting '%s': %s\n"
msgstr "সংহতি '%s' সত্যাপন কৰক: %s\n"
-#: ../clients/cli/connections.c:7324
+#: ../clients/cli/connections.c:7316
#, c-format
msgid "Verify connection: %s\n"
msgstr "সংযোগ সত্যাপন কৰক: %s\n"
-#: ../clients/cli/connections.c:7327
+#: ../clients/cli/connections.c:7319
#, c-format
msgid "The error cannot be fixed automatically.\n"
msgstr ""
-#: ../clients/cli/connections.c:7344
+#: ../clients/cli/connections.c:7336
#, c-format
msgid "Error: invalid argument '%s'\n"
msgstr "ত্ৰুটি: অবৈধ তৰ্ক '%s'\n"
-#: ../clients/cli/connections.c:7376
+#: ../clients/cli/connections.c:7368
#, c-format
msgid "Error: Failed to save '%s' (%s) connection: %s\n"
msgstr "ত্ৰুটি: '%s' (%s) সংযোগ সংৰক্ষণ কৰিবলৈ ব্যৰ্থ: %s\n"
-#: ../clients/cli/connections.c:7383
+#: ../clients/cli/connections.c:7375
#, c-format
msgid "Connection '%s' (%s) successfully saved.\n"
msgstr "সংযোগ '%s' (%s) সফলভাৱে সংৰক্ষণ কৰা হল।\n"
-#: ../clients/cli/connections.c:7384
+#: ../clients/cli/connections.c:7376
#, c-format
msgid "Connection '%s' (%s) successfully updated.\n"
msgstr "সংযোগ '%s' (%s) সফলভাৱে আপডেইট কৰা হল।\n"
-#: ../clients/cli/connections.c:7416
+#: ../clients/cli/connections.c:7408
#, c-format
msgid "Error: connection verification failed: %s\n"
msgstr "ত্ৰুটি: সংযোগৰ সত্যাপন ব্যৰ্থ হল: %s\n"
-#: ../clients/cli/connections.c:7417
+#: ../clients/cli/connections.c:7409
msgid "(unknown error)"
msgstr "(অজ্ঞাত ত্ৰুটি)"
-#: ../clients/cli/connections.c:7418
+#: ../clients/cli/connections.c:7410
#, c-format
msgid "You may try running 'verify fix' to fix errors.\n"
msgstr ""
-#: ../clients/cli/connections.c:7440
+#: ../clients/cli/connections.c:7432
#, c-format
msgid "Error: connection is not saved. Type 'save' first.\n"
msgstr "ত্ৰুটি: সংযোগ সংৰক্ষণ হোৱা নাই। প্ৰথমতে 'save' টাইপ কৰক।\n"
-#: ../clients/cli/connections.c:7444
+#: ../clients/cli/connections.c:7436
#, c-format
msgid "Error: connection is not valid: %s\n"
msgstr "ত্ৰুটি: সংযোগ বৈধ নহয়: %s\n"
-#: ../clients/cli/connections.c:7454
+#: ../clients/cli/connections.c:7446
#, c-format
msgid "Error: Cannot activate connection: %s.\n"
msgstr "ত্ৰুটি: সংযোগ সক্ৰিয় কৰিব নোৱাৰি: %s।\n"
-#: ../clients/cli/connections.c:7463
+#: ../clients/cli/connections.c:7455
#, c-format
msgid "Error: Failed to activate '%s' (%s) connection: %s\n"
msgstr "ত্ৰুটি: '%s' (%s) সংযোগ সক্ৰিয় কৰিবলৈ ব্যৰ্থ: %s\n"
-#: ../clients/cli/connections.c:7469
+#: ../clients/cli/connections.c:7461
msgid "Monitoring connection activation (press any key to continue)\n"
msgstr "সংযোগৰ সক্ৰিয়কৰণ পৰ্যবেক্ষণ কৰা হৈছে (আগবাঢ়িবলৈ যিকোনো কি টিপক)\n"
-#: ../clients/cli/connections.c:7505
+#: ../clients/cli/connections.c:7497
#, c-format
msgid "Error: status-line: %s\n"
msgstr "ত্ৰুটি: status-line: %s\n"
-#: ../clients/cli/connections.c:7513
+#: ../clients/cli/connections.c:7505
#, c-format
msgid "Error: save-confirmation: %s\n"
msgstr "ত্ৰুটি: save-confirmation: %s\n"
-#: ../clients/cli/connections.c:7521
+#: ../clients/cli/connections.c:7513
#, fuzzy, c-format
msgid "Error: show-secrets: %s\n"
msgstr "ত্ৰুটি: 'show active': %s"
-#: ../clients/cli/connections.c:7530
+#: ../clients/cli/connections.c:7522
#, fuzzy, c-format
msgid "Error: bad color: %s\n"
msgstr "ত্ৰুটি: অবৈধ বৈশিষ্ট্য: %s\n"
-#: ../clients/cli/connections.c:7544
+#: ../clients/cli/connections.c:7537
#, c-format
msgid "Current nmcli configuration:\n"
msgstr "বৰ্তমান nmcli সংৰূপ:\n"
-#: ../clients/cli/connections.c:7554
+#: ../clients/cli/connections.c:7547
#, c-format
msgid "Invalid configuration option '%s'; allowed [%s]\n"
msgstr "অবৈধ সংৰূপ বিকল্প '%s'; অনুমোদিত [%s]\n"
-#: ../clients/cli/connections.c:7780
+#: ../clients/cli/connections.c:7765
#, c-format
msgid "Error: only one of 'id', uuid, or 'path' can be provided."
msgstr "ত্ৰুটি: 'id', uuid, অথবা 'path' ৰ যিকোনো এটা প্ৰদান কৰিব পাৰি।"
-#: ../clients/cli/connections.c:7795 ../clients/cli/connections.c:7964
+#: ../clients/cli/connections.c:7780 ../clients/cli/connections.c:7949
#, c-format
msgid "Error: Unknown connection '%s'."
msgstr "ত্ৰুটি: অজ্ঞাত সংযোগ '%s'।"
-#: ../clients/cli/connections.c:7813
+#: ../clients/cli/connections.c:7798
#, c-format
msgid "Warning: editing existing connection '%s'; 'type' argument is ignored\n"
msgstr ""
"সতৰ্কবাৰ্তা: অস্তিত্ববান সংযোগ '%s' সম্পাদন কৰা হৈছে; 'type' তৰ্ক উপেক্ষা কৰা হৈছে\n"
-#: ../clients/cli/connections.c:7816
+#: ../clients/cli/connections.c:7801
#, c-format
msgid ""
"Warning: editing existing connection '%s'; 'con-name' argument is ignored\n"
@@ -2274,198 +1896,198 @@ msgstr ""
"সতৰ্কবাৰ্তা: অস্তিত্ববান সংযোগ '%s' সম্পাদন কৰা হৈছে; 'con-name' তৰ্ক উপেক্ষা কৰা "
"হৈছে\n"
-#: ../clients/cli/connections.c:7838
+#: ../clients/cli/connections.c:7823
#, c-format
msgid "Valid connection types: %s\n"
msgstr "বৈধ সংযোগ ধৰণসমূহ: %s\n"
-#: ../clients/cli/connections.c:7840
+#: ../clients/cli/connections.c:7825
#, c-format
msgid "Error: invalid connection type; %s\n"
msgstr "ত্ৰুটি: অবৈধ সংযোগ ধৰণ; %s\n"
-#: ../clients/cli/connections.c:7880
+#: ../clients/cli/connections.c:7865
#, c-format
msgid "===| nmcli interactive connection editor |==="
msgstr "===| nmcli interactive connection editor |==="
-#: ../clients/cli/connections.c:7883
+#: ../clients/cli/connections.c:7868
#, c-format
msgid "Editing existing '%s' connection: '%s'"
msgstr "অস্তিত্ববান '%s' সংযোগ সম্পাদন কৰা হৈছে: '%s'"
-#: ../clients/cli/connections.c:7885
+#: ../clients/cli/connections.c:7870
#, c-format
msgid "Adding a new '%s' connection"
msgstr "এটা নতুন '%s' সংযোগ যোগ কৰা হৈছে"
-#: ../clients/cli/connections.c:7887
+#: ../clients/cli/connections.c:7872
#, c-format
msgid "Type 'help' or '?' for available commands."
msgstr "উপলব্ধ কমান্ডসমূহৰ বাবে 'help' অথবা '?' টাইপ কৰক।"
-#: ../clients/cli/connections.c:7889
+#: ../clients/cli/connections.c:7874
#, c-format
msgid "Type 'describe [.]' for detailed property description."
msgstr "বিৱৰিত বৈশিষ্ট্যৰ বিৱৰণৰ বাবে 'describe [.]' টাইপ কৰক।"
-#: ../clients/cli/connections.c:7924
+#: ../clients/cli/connections.c:7909
#, c-format
msgid "Error: Failed to modify connection '%s': %s"
msgstr "ত্ৰুটি: সংযোগ '%s' পৰিবৰ্তন কৰিবলৈ ব্যৰ্থ: %s"
-#: ../clients/cli/connections.c:7931
+#: ../clients/cli/connections.c:7916
#, c-format
msgid "Connection '%s' (%s) successfully modified.\n"
msgstr "সংযোগ '%s' (%s) সফলভাৱে পৰিবৰ্তন কৰা হৈছে।\n"
-#: ../clients/cli/connections.c:8012
+#: ../clients/cli/connections.c:7997
#, c-format
msgid "%s (%s) cloned as %s (%s).\n"
msgstr ""
-#: ../clients/cli/connections.c:8078
+#: ../clients/cli/connections.c:8063
#, fuzzy
msgid "New connection name: "
msgstr "নতুন সংযোগ"
-#: ../clients/cli/connections.c:8080
+#: ../clients/cli/connections.c:8065
#, fuzzy, c-format
msgid "Error: argument is missing."
msgstr "ত্ৰুটি: %s তৰ্ক সন্ধানহীন।"
-#: ../clients/cli/connections.c:8086 ../clients/cli/connections.c:8588
+#: ../clients/cli/connections.c:8071 ../clients/cli/connections.c:8573
#, fuzzy, c-format
msgid "Error: unknown extra argument: '%s'."
msgstr "ত্ৰুটি: অবৈধ অতিৰিক্ত তৰ্ক '%s'।"
-#: ../clients/cli/connections.c:8137
+#: ../clients/cli/connections.c:8122
#, fuzzy, c-format
msgid "Error: not all connections deleted."
msgstr "ত্ৰুটি: কোনো সংযোগ ধাৰ্য্য কৰা হোৱা নাই।"
-#: ../clients/cli/connections.c:8138
+#: ../clients/cli/connections.c:8123
#, c-format
msgid "Error: Connection deletion failed: %s"
msgstr "ত্ৰুটি: সংযোগ মচি পেলোৱা ব্যৰ্থ হল: %s"
-#: ../clients/cli/connections.c:8199 ../clients/cli/connections.c:8324
+#: ../clients/cli/connections.c:8184 ../clients/cli/connections.c:8309
#, fuzzy, c-format
msgid "Error: %s.\n"
msgstr "ত্ৰুটি: %s।"
-#: ../clients/cli/connections.c:8200 ../clients/cli/connections.c:8325
+#: ../clients/cli/connections.c:8185 ../clients/cli/connections.c:8310
#, fuzzy, c-format
msgid "Error: not all connections found."
msgstr "ত্ৰুটি: '%s' এটা বৈধ 'connection' কমান্ড নহয়।"
#. truncate trailing ", "
-#: ../clients/cli/connections.c:8243
+#: ../clients/cli/connections.c:8228
#, c-format
msgid "Error: cannot delete unknown connection(s): %s."
msgstr "ত্ৰুটি: অজ্ঞাত সংযোগ(সমূহ) মচি পেলাব নোৱাৰি: %s।"
-#: ../clients/cli/connections.c:8255
+#: ../clients/cli/connections.c:8240
#, fuzzy, c-format
msgid "%s: connection profile changed\n"
msgstr "সংযোগ আলেখ্যৰ বিৱৰণ"
-#: ../clients/cli/connections.c:8281
+#: ../clients/cli/connections.c:8266
#, fuzzy, c-format
msgid "%s: connection profile created\n"
msgstr "সংযোগ আলেখ্যৰ বিৱৰণ"
-#: ../clients/cli/connections.c:8290
+#: ../clients/cli/connections.c:8275
#, fuzzy, c-format
msgid "%s: connection profile removed\n"
msgstr "সংযোগ আতৰোৱা হৈছিল"
-#: ../clients/cli/connections.c:8353
+#: ../clients/cli/connections.c:8338
#, c-format
msgid "Error: failed to reload connections: %s."
msgstr "ত্ৰুটি: সংযোগসমূহ পূনৰ ল'ড কৰিবলে ব্যৰ্থ: %s।"
-#: ../clients/cli/connections.c:8386
+#: ../clients/cli/connections.c:8371
#, c-format
msgid "Error: failed to load connection: %s."
msgstr "ত্ৰুটি: সংযোগ ল'ড কৰিবলৈ কৰিবলে ব্যৰ্থ: %s।"
-#: ../clients/cli/connections.c:8394
+#: ../clients/cli/connections.c:8379
#, c-format
msgid "Could not load file '%s'\n"
msgstr "ফাইল '%s' লড কৰিব পৰা নগল\n"
-#: ../clients/cli/connections.c:8401
+#: ../clients/cli/connections.c:8386
#, fuzzy
msgid "File to import: "
msgstr "ইনক্ৰিপ্ট কৰিবলে ব্যৰ্থ: %d।"
-#: ../clients/cli/connections.c:8432
+#: ../clients/cli/connections.c:8417
#, c-format
msgid "Error: No arguments provided."
msgstr "ত্ৰুটি: কোনো তৰ্ক প্ৰদান কৰা হোৱা নাই।"
-#: ../clients/cli/connections.c:8457
+#: ../clients/cli/connections.c:8442
#, c-format
msgid "Warning: 'type' already specified, ignoring extra one.\n"
msgstr ""
-#: ../clients/cli/connections.c:8472
+#: ../clients/cli/connections.c:8457
#, c-format
msgid "Warning: 'file' already specified, ignoring extra one.\n"
msgstr ""
-#: ../clients/cli/connections.c:8474
+#: ../clients/cli/connections.c:8459
#, fuzzy, c-format
msgid "Unknown parameter: %s"
msgstr "অজ্ঞাত প্ৰাচল: %s\n"
-#: ../clients/cli/connections.c:8486
+#: ../clients/cli/connections.c:8471
#, c-format
msgid "Error: 'type' argument is required."
msgstr "ত্ৰুটি: 'type' তৰ্ক প্ৰয়োজনীয়।"
-#: ../clients/cli/connections.c:8491
+#: ../clients/cli/connections.c:8476
#, fuzzy, c-format
msgid "Error: 'file' argument is required."
msgstr "ত্ৰুটি: 'ifname' তৰ্ক প্ৰয়োজনীয়।"
-#: ../clients/cli/connections.c:8498
+#: ../clients/cli/connections.c:8483
#, fuzzy, c-format
msgid "Error: failed to find VPN plugin for %s."
msgstr "ত্ৰুটি: সংযোগ ল'ড কৰিবলৈ কৰিবলে ব্যৰ্থ: %s।"
-#: ../clients/cli/connections.c:8506 ../clients/cli/connections.c:8607
+#: ../clients/cli/connections.c:8491 ../clients/cli/connections.c:8592
#, fuzzy, c-format
msgid "Error: failed to load VPN plugin: %s."
msgstr "ত্ৰুটি: সংযোগ ল'ড কৰিবলৈ কৰিবলে ব্যৰ্থ: %s।"
-#: ../clients/cli/connections.c:8514
+#: ../clients/cli/connections.c:8499
#, fuzzy, c-format
msgid "Error: failed to import '%s': %s."
msgstr "ত্ৰুটি: %s.%s পৰিবৰ্তন কৰিবলৈ ব্যৰ্থ: %s।"
-#: ../clients/cli/connections.c:8594
+#: ../clients/cli/connections.c:8579
#, fuzzy
msgid "Output file name: "
msgstr "ফাইলনাম"
-#: ../clients/cli/connections.c:8598
+#: ../clients/cli/connections.c:8583
#, fuzzy, c-format
msgid "Error: the connection is not VPN."
msgstr "ত্ৰুটি: সংযোগ বৈধ নহয়: %s\n"
-#: ../clients/cli/connections.c:8619
+#: ../clients/cli/connections.c:8604
#, fuzzy, c-format
msgid "Error: failed to create temporary file %s."
msgstr "অস্থায়ী ফাইল সৃষ্টি কৰিব পৰা নগল: %s"
-#: ../clients/cli/connections.c:8628
+#: ../clients/cli/connections.c:8613
#, fuzzy, c-format
msgid "Error: failed to export '%s': %s."
msgstr "ত্ৰুটি: '%s' বৈশিষ্ট্য সংহতি কৰিবলৈ ব্যৰ্থ: %s\n"
-#: ../clients/cli/connections.c:8639
+#: ../clients/cli/connections.c:8624
#, fuzzy, c-format
msgid "Error: failed to read temporary file '%s': %s."
msgstr "ত্ৰুটি: '%s' ৰ মান আতৰাবলৈ ব্যৰ্থ: %s\n"
@@ -2870,430 +2492,430 @@ msgstr ""
"এটা নিৰ্দিষ্ট NSP ৰ সৈতে।\n"
"\n"
-#: ../clients/cli/devices.c:543
+#: ../clients/cli/devices.c:600
#, c-format
msgid "Error: No interface specified."
msgstr "ত্ৰুটি: কোনো আন্তঃপৃষ্ঠ ধাৰ্য্য কৰা হোৱা নাই।"
-#: ../clients/cli/devices.c:566
+#: ../clients/cli/devices.c:623
#, c-format
msgid "Warning: argument '%s' is duplicated.\n"
msgstr ""
-#: ../clients/cli/devices.c:569
+#: ../clients/cli/devices.c:626
#, fuzzy, c-format
msgid "Error: Device '%s' not found.\n"
msgstr "ত্ৰুটি: ডিভাইচ '%s' পোৱা নগল।"
-#: ../clients/cli/devices.c:570
+#: ../clients/cli/devices.c:627
#, fuzzy, c-format
msgid "Error: not all devices found."
msgstr "ত্ৰুটি: কোনো Wi-Fi ডিভাইচ পোৱা নগল।"
-#: ../clients/cli/devices.c:599
+#: ../clients/cli/devices.c:656
#, fuzzy
msgid "No interface specified"
msgstr "ত্ৰুটি: কোনো আন্তঃপৃষ্ঠ ধাৰ্য্য কৰা হোৱা নাই।"
-#: ../clients/cli/devices.c:618
+#: ../clients/cli/devices.c:675
#, fuzzy, c-format
msgid "Device '%s' not found"
msgstr "ত্ৰুটি: ডিভাইচ '%s' পোৱা নগল।"
-#: ../clients/cli/devices.c:704 ../clients/cli/devices.c:856
+#: ../clients/cli/devices.c:761 ../clients/cli/devices.c:913
msgid "(none)"
msgstr "(শূণ্য)"
-#: ../clients/cli/devices.c:775
+#: ../clients/cli/devices.c:832
#, c-format
msgid "%u MHz"
msgstr "%u MHz"
-#: ../clients/cli/devices.c:776
+#: ../clients/cli/devices.c:833
#, c-format
msgid "%u Mbit/s"
msgstr "%u Mbit/s"
-#: ../clients/cli/devices.c:787
+#: ../clients/cli/devices.c:844
msgid "WEP"
msgstr "WEP"
-#: ../clients/cli/devices.c:791
+#: ../clients/cli/devices.c:848
msgid "WPA1"
msgstr "WPA1"
-#: ../clients/cli/devices.c:795
+#: ../clients/cli/devices.c:852
msgid "WPA2"
msgstr "WPA2"
-#: ../clients/cli/devices.c:800
+#: ../clients/cli/devices.c:857
msgid "802.1X"
msgstr "802.1X"
-#: ../clients/cli/devices.c:815
+#: ../clients/cli/devices.c:872
msgid "Ad-Hoc"
msgstr "Ad-Hoc"
-#: ../clients/cli/devices.c:816
+#: ../clients/cli/devices.c:873
msgid "Infra"
msgstr "Infra"
-#: ../clients/cli/devices.c:817
+#: ../clients/cli/devices.c:874
msgid "N/A"
msgstr "অপ্ৰযোজ্য"
-#: ../clients/cli/devices.c:1031
+#: ../clients/cli/devices.c:1088
msgid "Device details"
msgstr "ডিভাইচৰ বিৱৰণ"
-#: ../clients/cli/devices.c:1042
+#: ../clients/cli/devices.c:1099
#, c-format
msgid "Error: 'device show': %s"
msgstr "ত্ৰুটি: 'device show': %s"
-#: ../clients/cli/devices.c:1107 ../clients/cli/devices.c:1110
+#: ../clients/cli/devices.c:1164 ../clients/cli/devices.c:1167
msgid "(unknown)"
msgstr "(অজ্ঞাত)"
-#: ../clients/cli/devices.c:1153
+#: ../clients/cli/devices.c:1210
#, c-format
msgid "%u Mb/s"
msgstr "%u Mb/s"
-#: ../clients/cli/devices.c:1256
+#: ../clients/cli/devices.c:1313
msgid "on"
msgstr "অন"
-#: ../clients/cli/devices.c:1256
+#: ../clients/cli/devices.c:1313
msgid "off"
msgstr "অফ"
-#: ../clients/cli/devices.c:1490
+#: ../clients/cli/devices.c:1547
#, c-format
msgid "Error: 'device status': %s"
msgstr "ত্ৰুটি: 'device status': %s"
-#: ../clients/cli/devices.c:1504
+#: ../clients/cli/devices.c:1561
msgid "Status of devices"
msgstr "ডিভাইচসমূহৰ অৱস্থা"
-#: ../clients/cli/devices.c:1530 ../clients/cli/devices.c:1985
-#: ../clients/cli/devices.c:3761
+#: ../clients/cli/devices.c:1587 ../clients/cli/devices.c:2042
+#: ../clients/cli/devices.c:3820
#, c-format
msgid "Error: invalid extra argument '%s'."
msgstr "ত্ৰুটি: অবৈধ অতিৰিক্ত তৰ্ক '%s'।"
-#: ../clients/cli/devices.c:1566 ../clients/cli/general.c:553
+#: ../clients/cli/devices.c:1623 ../clients/cli/general.c:555
#, c-format
msgid "Error: Timeout %d sec expired."
msgstr "ত্ৰুটি: সময়অন্ত %d sec ৰ অৱসান ঘটিল"
-#: ../clients/cli/devices.c:1615
+#: ../clients/cli/devices.c:1672
#, c-format
msgid "Device '%s' successfully activated with '%s'.\n"
msgstr "ডিভাইচ '%s' সফলভাৱে '%s' ৰ সৈতে সক্ৰিয় কৰা হল।\n"
-#: ../clients/cli/devices.c:1621
+#: ../clients/cli/devices.c:1678
#, fuzzy, c-format
msgid "Error: Connection activation failed: (%d) %s.\n"
msgstr "ত্ৰুটি: সংযোগৰ সক্ৰিয়কৰণ ব্যৰ্থ হল: (%d) %s।"
-#: ../clients/cli/devices.c:1657
+#: ../clients/cli/devices.c:1714
#, fuzzy, c-format
msgid "Error: Failed to setup a Wi-Fi hotspot: %s"
msgstr "ত্ৰুটি: হস্টনাম সংহতি কৰিবলৈ ব্যৰ্থ: %s"
-#: ../clients/cli/devices.c:1660
+#: ../clients/cli/devices.c:1717
#, c-format
msgid "Error: Failed to add/activate new connection: %s"
msgstr "ত্ৰুটি: নতুন সংযোগ যোগ/সক্ৰিয় কৰিবলে ব্যৰ্থ: %s"
-#: ../clients/cli/devices.c:1670
+#: ../clients/cli/devices.c:1727
#, fuzzy, c-format
msgid "Error: Failed to setup a Wi-Fi hotspot"
msgstr "ত্ৰুটি: হস্টনাম সংহতি কৰিবলৈ ব্যৰ্থ: %s"
-#: ../clients/cli/devices.c:1672
+#: ../clients/cli/devices.c:1729
#, c-format
msgid "Error: Failed to add/activate new connection: Unknown error"
msgstr "ত্ৰুটি: নতুন সংযোগ যোগ/সক্ৰিয় কৰিবলে ব্যৰ্থ: অজ্ঞাত ত্ৰুটি"
-#: ../clients/cli/devices.c:1684
+#: ../clients/cli/devices.c:1741
#, c-format
msgid "Connection with UUID '%s' created and activated on device '%s'\n"
msgstr "UUID '%s' ৰ সৈতে সংযোগ সৃষ্টি কৰা হল আৰু ডিভাইচ '%s' ড সক্ৰিয় কৰা হল\n"
-#: ../clients/cli/devices.c:1687
+#: ../clients/cli/devices.c:1744
#, fuzzy, c-format
msgid "Hotspot '%s' activated on device '%s'\n"
msgstr "UUID '%s' ৰ সৈতে সংযোগ সৃষ্টি কৰা হল আৰু ডিভাইচ '%s' ড সক্ৰিয় কৰা হল\n"
-#: ../clients/cli/devices.c:1751
+#: ../clients/cli/devices.c:1808
#, c-format
msgid "Error: Device activation failed: %s"
msgstr "ত্ৰুটি: ডিভাইচ সক্ৰিয়কৰণ ব্যৰ্থ: %s"
-#: ../clients/cli/devices.c:1760
+#: ../clients/cli/devices.c:1817
#, c-format
msgid "Error: Device activation failed: device was disconnected"
msgstr "ত্ৰুটি: ডিভাইচ সক্ৰিয়কৰণ ব্যৰ্থ হল: ডিভাইচ বিচ্ছিন্নিত হৈছিল"
-#: ../clients/cli/devices.c:1775
+#: ../clients/cli/devices.c:1832
#, c-format
msgid "Device '%s' has been connected.\n"
msgstr "ডিভাইচ '%s' সংযুক্ত কৰা হৈছে।\n"
-#: ../clients/cli/devices.c:1816
+#: ../clients/cli/devices.c:1873
#, c-format
msgid "Error: extra argument not allowed: '%s'."
msgstr "ত্ৰুটি: অতিৰিক্ত তৰ্কৰ অনুমতি নাই: '%s'।"
-#: ../clients/cli/devices.c:1888 ../clients/cli/devices.c:1903
-#: ../clients/cli/devices.c:2133
+#: ../clients/cli/devices.c:1945 ../clients/cli/devices.c:1960
+#: ../clients/cli/devices.c:2190
#, fuzzy, c-format
msgid "Device '%s' successfully disconnected.\n"
msgstr "সফলতা: ডিভাইচ '%s' সফলভাৱে বিচ্ছিন্ন কৰা হল।"
-#: ../clients/cli/devices.c:1891
+#: ../clients/cli/devices.c:1948
#, fuzzy, c-format
msgid "Device '%s' successfully removed.\n"
msgstr "ডিভাইচ '%s' সফলভাৱে '%s' ৰ সৈতে সক্ৰিয় কৰা হল।\n"
-#: ../clients/cli/devices.c:1950 ../clients/cli/devices.c:2020
+#: ../clients/cli/devices.c:2007 ../clients/cli/devices.c:2077
#, fuzzy, c-format
msgid "Error: Reapplying connection to device '%s' (%s) failed: %s"
msgstr "ত্ৰুটি: ডিভাইচ '%s' (%s) মচি পেলোৱা ব্যৰ্থ হল: %s"
-#: ../clients/cli/devices.c:1960 ../clients/cli/devices.c:2029
+#: ../clients/cli/devices.c:2017 ../clients/cli/devices.c:2086
#, fuzzy, c-format
msgid "Connection successfully reapplied to device '%s'.\n"
msgstr "সংযোগ সফলভাৱে সক্ৰিয় কৰা হৈছিল (D-Bus সক্ৰিয় পথ: %s)\n"
-#: ../clients/cli/devices.c:2054
+#: ../clients/cli/devices.c:2111
#, fuzzy, c-format
msgid "Error: Reading applied connection from device '%s' (%s) failed: %s"
msgstr "ত্ৰুটি: ডিভাইচ '%s' (%s) মচি পেলোৱা ব্যৰ্থ হল: %s"
-#: ../clients/cli/devices.c:2118
+#: ../clients/cli/devices.c:2175
#, fuzzy, c-format
msgid "Error: not all devices disconnected."
msgstr "ত্ৰুটি: ডিভাইচ সক্ৰিয়কৰণ ব্যৰ্থ হল: ডিভাইচ বিচ্ছিন্নিত হৈছিল"
-#: ../clients/cli/devices.c:2119
+#: ../clients/cli/devices.c:2176
#, fuzzy, c-format
msgid "Error: Device '%s' (%s) disconnecting failed: %s\n"
msgstr "ত্ৰুটি: ডিভাইচ '%s' (%s) বিচ্ছিন্ন কৰা ব্যৰ্থ হল: %s"
-#: ../clients/cli/devices.c:2197
+#: ../clients/cli/devices.c:2254
#, fuzzy, c-format
msgid "Error: not all devices deleted."
msgstr "ত্ৰুটি: কোনো Wi-Fi ডিভাইচ পোৱা নগল।"
-#: ../clients/cli/devices.c:2198
+#: ../clients/cli/devices.c:2255
#, fuzzy, c-format
msgid "Error: Device '%s' (%s) deletion failed: %s\n"
msgstr "ত্ৰুটি: ডিভাইচ '%s' (%s) মচি পেলোৱা ব্যৰ্থ হল: %s"
-#: ../clients/cli/devices.c:2282
+#: ../clients/cli/devices.c:2339
#, fuzzy, c-format
msgid "Error: No property specified."
msgstr "ত্ৰুটি: কোনো সংযোগ ধাৰ্য্য কৰা হোৱা নাই।"
-#: ../clients/cli/devices.c:2297 ../clients/cli/devices.c:2314
-#: ../clients/cli/general.c:722 ../clients/cli/general.c:734
+#: ../clients/cli/devices.c:2354 ../clients/cli/devices.c:2371
+#: ../clients/cli/general.c:724 ../clients/cli/general.c:736
#, c-format
msgid "Error: '%s' argument is missing."
msgstr "ত্ৰুটি: '%s' তৰ্ক অনুপস্থিত ।"
-#: ../clients/cli/devices.c:2303
+#: ../clients/cli/devices.c:2360
#, fuzzy, c-format
msgid "Error: 'managed': %s."
msgstr "ত্ৰুটি: 'mode': %s."
-#: ../clients/cli/devices.c:2320
+#: ../clients/cli/devices.c:2377
#, c-format
msgid "Error: 'autoconnect': %s."
msgstr "ত্ৰুটি: 'autoconnect': %s।"
-#: ../clients/cli/devices.c:2328 ../clients/cli/general.c:748
+#: ../clients/cli/devices.c:2385 ../clients/cli/general.c:750
#, fuzzy, c-format
msgid "Error: property '%s' is not known."
msgstr "ত্ৰুটি: অবৈধ বৈশিষ্ট্য '%s': %s।"
-#: ../clients/cli/devices.c:2378
+#: ../clients/cli/devices.c:2435
#, fuzzy, c-format
msgid "%s: using connection '%s'\n"
msgstr "এই ধৰণৰ কোনো সংযোগ '%s' নাই"
-#: ../clients/cli/devices.c:2404
+#: ../clients/cli/devices.c:2461
#, c-format
msgid "%s: device created\n"
msgstr ""
-#: ../clients/cli/devices.c:2411
+#: ../clients/cli/devices.c:2468
#, fuzzy, c-format
msgid "%s: device removed\n"
msgstr "ডিভাইচ আতৰোৱা হৈছিল"
-#: ../clients/cli/devices.c:2609
+#: ../clients/cli/devices.c:2666
msgid "Wi-Fi scan list"
msgstr "Wi-Fi স্কেন তালিকা"
-#: ../clients/cli/devices.c:2657
+#: ../clients/cli/devices.c:2715
#, c-format
msgid "Error: 'device wifi': %s"
msgstr "ত্ৰুটি: 'device wifi': %s"
-#: ../clients/cli/devices.c:2669
+#: ../clients/cli/devices.c:2727
#, c-format
msgid "Error: Device '%s' not found."
msgstr "ত্ৰুটি: ডিভাইচ '%s' পোৱা নগল।"
-#: ../clients/cli/devices.c:2690 ../clients/cli/devices.c:2776
+#: ../clients/cli/devices.c:2748 ../clients/cli/devices.c:2834
#, c-format
msgid "Error: Access point with bssid '%s' not found."
msgstr "ত্ৰুটি: bssid '%s' ৰ সৈতে অভিগম বিন্দু পোৱা নগল।"
-#: ../clients/cli/devices.c:2718
+#: ../clients/cli/devices.c:2776
#, fuzzy, c-format
msgid ""
"Error: Device '%s' was not recognized as a Wi-Fi device, check "
"NetworkManager Wi-Fi plugin."
msgstr "ত্ৰুটি: ডিভাইচ '%s' এটা Wi-Fi ডিভাইচ নহয়।"
-#: ../clients/cli/devices.c:2722 ../clients/cli/devices.c:3004
-#: ../clients/cli/devices.c:3439 ../clients/cli/devices.c:3598
+#: ../clients/cli/devices.c:2780 ../clients/cli/devices.c:3063
+#: ../clients/cli/devices.c:3498 ../clients/cli/devices.c:3657
#, c-format
msgid "Error: Device '%s' is not a Wi-Fi device."
msgstr "ত্ৰুটি: ডিভাইচ '%s' এটা Wi-Fi ডিভাইচ নহয়।"
-#: ../clients/cli/devices.c:2854
+#: ../clients/cli/devices.c:2912
msgid "SSID or BSSID: "
msgstr "SSID অথবা BSSID: "
-#: ../clients/cli/devices.c:2859
+#: ../clients/cli/devices.c:2917
#, c-format
msgid "Error: SSID or BSSID are missing."
msgstr "ত্ৰুটি: SSID অথবা BSSID সন্ধানহীন।"
-#: ../clients/cli/devices.c:2895
+#: ../clients/cli/devices.c:2954
#, c-format
msgid "Error: bssid argument value '%s' is not a valid BSSID."
msgstr "ত্ৰুটি: bssid তৰ্ক মান '%s' এটা বৈধ BSSID নহয়।"
-#: ../clients/cli/devices.c:2925
+#: ../clients/cli/devices.c:2984
#, c-format
msgid ""
"Error: wep-key-type argument value '%s' is invalid, use 'key' or 'phrase'."
msgstr "ত্ৰুটি: wep-key-type তৰ্ক মান '%s' অবৈধ, 'key' অথবা 'phrase' ব্যৱহাৰ কৰক।"
-#: ../clients/cli/devices.c:2952 ../clients/cli/devices.c:2970
+#: ../clients/cli/devices.c:3011 ../clients/cli/devices.c:3029
#, c-format
msgid "Error: %s: %s."
msgstr "ত্ৰুটি: %s: %s।"
-#: ../clients/cli/devices.c:2987
+#: ../clients/cli/devices.c:3046
#, c-format
msgid "Error: BSSID to connect to (%s) differs from bssid argument (%s)."
msgstr "ত্ৰুটি: (%s) লে সংযোগ কৰিব লগিয়া BSSID bssid তৰ্ক (%s) পৰা পৃথক।"
-#: ../clients/cli/devices.c:2993
+#: ../clients/cli/devices.c:3052
#, c-format
msgid "Error: Parameter '%s' is neither SSID nor BSSID."
msgstr "ত্ৰুটি: প্ৰাচল '%s' SSID অথবা BSSID নহয়।"
-#: ../clients/cli/devices.c:3006 ../clients/cli/devices.c:3441
-#: ../clients/cli/devices.c:3600
+#: ../clients/cli/devices.c:3065 ../clients/cli/devices.c:3500
+#: ../clients/cli/devices.c:3659
#, c-format
msgid "Error: No Wi-Fi device found."
msgstr "ত্ৰুটি: কোনো Wi-Fi ডিভাইচ পোৱা নগল।"
-#: ../clients/cli/devices.c:3026
+#: ../clients/cli/devices.c:3085
#, fuzzy, c-format
msgid "Error: Failed to scan hidden SSID: %s."
msgstr "ত্ৰুটি: লগিং সংহতি কৰিবলৈ ব্যৰ্থ: %s"
-#: ../clients/cli/devices.c:3053
+#: ../clients/cli/devices.c:3112
#, c-format
msgid "Error: No network with SSID '%s' found."
msgstr "ত্ৰুটি: SSID '%s' ৰ সৈতে কোনো নেটৱৰ্ক পোৱা নগল।"
-#: ../clients/cli/devices.c:3055
+#: ../clients/cli/devices.c:3114
#, c-format
msgid "Error: No access point with BSSID '%s' found."
msgstr "ত্ৰুটি: BSSID '%s' ৰ সৈতে কোনো অভিগম বিন্দু পোৱা নগল।"
-#: ../clients/cli/devices.c:3097
+#: ../clients/cli/devices.c:3156
#, c-format
msgid ""
"Warning: '%s' should be SSID for hidden APs; but it looks like a BSSID.\n"
msgstr ""
-#: ../clients/cli/devices.c:3111
+#: ../clients/cli/devices.c:3170
msgid "Password: "
msgstr "পাছৱৰ্ড:"
-#: ../clients/cli/devices.c:3260
+#: ../clients/cli/devices.c:3319
#, fuzzy, c-format
msgid "'%s' is not valid WPA PSK"
msgstr "'%s' এটা বৈধ PSK নহয়"
-#: ../clients/cli/devices.c:3277
+#: ../clients/cli/devices.c:3336
#, fuzzy, c-format
msgid "'%s' is not valid WEP key (it should be 5 or 13 ASCII chars)"
msgstr "'%s' দৈৰ্ঘ্য অবৈধ (৫ অথবা ৬ ডিজিট হব লাগিব)"
-#: ../clients/cli/devices.c:3293
+#: ../clients/cli/devices.c:3352
#, c-format
msgid "Hotspot password: %s\n"
msgstr ""
-#: ../clients/cli/devices.c:3364
+#: ../clients/cli/devices.c:3423
#, fuzzy, c-format
msgid "Error: ssid is too long."
msgstr "ত্ৰুটি: 'ssid' প্ৰয়োজনীয়।"
-#: ../clients/cli/devices.c:3378
+#: ../clients/cli/devices.c:3437
#, fuzzy, c-format
msgid "Error: band argument value '%s' is invalid; use 'a' or 'bg'."
msgstr "ত্ৰুটি: wep-key-type তৰ্ক মান '%s' অবৈধ, 'key' অথবা 'phrase' ব্যৱহাৰ কৰক।"
-#: ../clients/cli/devices.c:3403
+#: ../clients/cli/devices.c:3462
#, fuzzy, c-format
msgid "Error: Unknown parameter %s."
msgstr "অজ্ঞাত প্ৰাচল: %s\n"
-#: ../clients/cli/devices.c:3423
+#: ../clients/cli/devices.c:3482
#, fuzzy, c-format
msgid "Error: channel requires band too."
msgstr "ত্ৰুটি: 'apn' প্ৰয়োজনীয়।"
-#: ../clients/cli/devices.c:3428
+#: ../clients/cli/devices.c:3487
#, fuzzy, c-format
msgid "Error: channel '%s' not valid for band '%s'."
msgstr "ত্ৰুটি: 'channel': '%s' বৈধ নহয়; <1-13> ব্যৱহাৰ কৰক।"
-#: ../clients/cli/devices.c:3452
+#: ../clients/cli/devices.c:3511
#, fuzzy, c-format
msgid "Error: Device '%s' supports neither AP nor Ad-Hoc mode."
msgstr "ত্ৰুটি: ডিভাইচ '%s' এটা Wi-Fi ডিভাইচ নহয়।"
-#: ../clients/cli/devices.c:3486
+#: ../clients/cli/devices.c:3545
#, fuzzy, c-format
msgid "Error: Invalid 'password': %s."
msgstr "ত্ৰুটি: অবৈধ বৈশিষ্ট্য '%s': %s।"
-#: ../clients/cli/devices.c:3561
+#: ../clients/cli/devices.c:3620
#, fuzzy, c-format
msgid "Error: '%s' cannot repeat."
msgstr "ত্ৰুটি: '%s' সংহতি উপলব্ধ নহয়\n"
#. Main header name
-#: ../clients/cli/devices.c:3667
+#: ../clients/cli/devices.c:3726
msgid "Device LLDP neighbors"
msgstr ""
-#: ../clients/cli/devices.c:3777
+#: ../clients/cli/devices.c:3836
#, fuzzy, c-format
msgid "Error: 'device lldp list': %s"
msgstr "ত্ৰুটি: 'device status': %s"
@@ -3314,10 +2936,18 @@ msgstr "সংযুক্ত (কেৱল স্থানীয়)"
msgid "connected (site only)"
msgstr "সংযুক্ত (কেৱল ছাইট)"
+#: ../clients/cli/general.c:46 ../clients/common/nm-client-utils.c:241
+msgid "connected"
+msgstr "সংযুক্ত"
+
#: ../clients/cli/general.c:47
msgid "disconnecting"
msgstr "বিচ্ছিন্ন কৰা হৈছে"
+#: ../clients/cli/general.c:48 ../clients/common/nm-client-utils.c:227
+msgid "disconnected"
+msgstr "বিচ্ছিন্নিত"
+
#: ../clients/cli/general.c:80
msgid "none"
msgstr "কোনো নহয়"
@@ -3334,31 +2964,31 @@ msgstr "সীমিত"
msgid "full"
msgstr "পূৰ্ণ"
-#: ../clients/cli/general.c:152
+#: ../clients/cli/general.c:154
msgid "auth"
msgstr "auth"
-#: ../clients/cli/general.c:187
+#: ../clients/cli/general.c:189
msgid "running"
msgstr "চলি আছে"
-#: ../clients/cli/general.c:201
+#: ../clients/cli/general.c:203
msgid "starting"
msgstr "আৰম্ভ কৰা হৈছে"
-#: ../clients/cli/general.c:201
+#: ../clients/cli/general.c:203
msgid "started"
msgstr "আৰম্ভ কৰা হল"
-#: ../clients/cli/general.c:235
+#: ../clients/cli/general.c:237
msgid "enabled"
msgstr "সামৰ্থবান"
-#: ../clients/cli/general.c:235
+#: ../clients/cli/general.c:237
msgid "disabled"
msgstr "অসামৰ্থবান"
-#: ../clients/cli/general.c:367
+#: ../clients/cli/general.c:369
#, c-format
msgid ""
"Usage: nmcli general { COMMAND | help }\n"
@@ -3387,7 +3017,7 @@ msgstr ""
" logging [level ] [domains ]\n"
"\n"
-#: ../clients/cli/general.c:378
+#: ../clients/cli/general.c:380
#, c-format
msgid ""
"Usage: nmcli general status { help }\n"
@@ -3404,7 +3034,7 @@ msgstr ""
"কৰে\n"
"\n"
-#: ../clients/cli/general.c:387
+#: ../clients/cli/general.c:389
#, c-format
msgid ""
"Usage: nmcli general hostname { ARGUMENTS | help }\n"
@@ -3427,7 +3057,7 @@ msgstr ""
"সংহতি কৰিব।\n"
"\n"
-#: ../clients/cli/general.c:399
+#: ../clients/cli/general.c:401
#, c-format
msgid ""
"Usage: nmcli general permissions { help }\n"
@@ -3440,7 +3070,7 @@ msgstr ""
"প্ৰমাণীত কাৰ্য্যসমূহৰ বাবে কলাৰ অনুমতি দেখুৱাওক।\n"
"\n"
-#: ../clients/cli/general.c:407
+#: ../clients/cli/general.c:409
#, c-format
msgid ""
"Usage: nmcli general logging { ARGUMENTS | help }\n"
@@ -3466,7 +3096,7 @@ msgstr ""
"man পৃষ্ঠা চাওক\n"
"\n"
-#: ../clients/cli/general.c:420
+#: ../clients/cli/general.c:422
#, c-format
msgid ""
"Usage: nmcli networking { COMMAND | help }\n"
@@ -3491,7 +3121,7 @@ msgstr ""
" connectivity [check]\n"
"\n"
-#: ../clients/cli/general.c:430
+#: ../clients/cli/general.c:432
#, c-format
msgid ""
"Usage: nmcli networking on { help }\n"
@@ -3504,7 +3134,7 @@ msgstr ""
"নেটৱাৰ্কিং অন কৰক।\n"
"\n"
-#: ../clients/cli/general.c:438
+#: ../clients/cli/general.c:440
#, c-format
msgid ""
"Usage: nmcli networking off { help }\n"
@@ -3517,7 +3147,7 @@ msgstr ""
"নেটৱাৰ্কিং অফ কৰক।\n"
"\n"
-#: ../clients/cli/general.c:446
+#: ../clients/cli/general.c:448
#, c-format
msgid ""
"Usage: nmcli networking connectivity { ARGUMENTS | help }\n"
@@ -3537,7 +3167,7 @@ msgstr ""
"বৈকল্পিক 'check' তৰ্কয় NetworkManager ক সংযোগ পুনৰ-নিৰীক্ষণ কৰিব দিয়ে।\n"
"\n"
-#: ../clients/cli/general.c:458
+#: ../clients/cli/general.c:460
#, fuzzy, c-format
msgid ""
"Usage: nmcli radio { COMMAND | help }\n"
@@ -3558,7 +3188,7 @@ msgstr ""
" all | wifi | wwan [ on | off ]\n"
"\n"
-#: ../clients/cli/general.c:467
+#: ../clients/cli/general.c:469
#, c-format
msgid ""
"Usage: nmcli radio all { ARGUMENTS | help }\n"
@@ -3575,7 +3205,7 @@ msgstr ""
"সকলো ৰেডিঅ' চুইচৰ অৱস্থা প্ৰাপ্ত কৰক, অথবা সিহতক অন/অফ কৰক।\n"
"\n"
-#: ../clients/cli/general.c:477
+#: ../clients/cli/general.c:479
#, c-format
msgid ""
"Usage: nmcli radio wifi { ARGUMENTS | help }\n"
@@ -3592,7 +3222,7 @@ msgstr ""
"Wi-Fi ৰেডিঅ' চুইচৰ অৱস্থা প্ৰাপ্ত কৰক, অথবা ইয়াক অন/অফ কৰক।\n"
"\n"
-#: ../clients/cli/general.c:487
+#: ../clients/cli/general.c:489
#, c-format
msgid ""
"Usage: nmcli radio wwan { ARGUMENTS | help }\n"
@@ -3609,7 +3239,7 @@ msgstr ""
"মবাইল ব্ৰডবেণ্ড ৰেডিঅ' চুইচৰ অৱস্থা প্ৰাপ্ত কৰক, অথবা ইয়াক অন/অফ কৰক।\n"
"\n"
-#: ../clients/cli/general.c:497
+#: ../clients/cli/general.c:499
#, c-format
msgid ""
"Usage: nmcli monitor\n"
@@ -3619,190 +3249,190 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:526
+#: ../clients/cli/general.c:528
msgid "NetworkManager status"
msgstr "NetworkManager ৰ অৱস্থা"
-#: ../clients/cli/general.c:530
+#: ../clients/cli/general.c:532
#, c-format
msgid "Error: only these fields are allowed: %s"
msgstr "ত্ৰুটি: কেৱল এই ফিল্ডসমূহ অনুমোদিত: %s"
-#: ../clients/cli/general.c:580
+#: ../clients/cli/general.c:582
msgid "NetworkManager permissions"
msgstr "NetworkManager অনুমতিসমূহ"
-#: ../clients/cli/general.c:584
+#: ../clients/cli/general.c:586
#, c-format
msgid "Error: 'general permissions': %s"
msgstr "ত্ৰুটি: 'general permissions': %s"
-#: ../clients/cli/general.c:672
+#: ../clients/cli/general.c:674
msgid "NetworkManager logging"
msgstr "NetworkManager লগিং"
-#: ../clients/cli/general.c:676
+#: ../clients/cli/general.c:678
#, c-format
msgid "Error: 'general logging': %s"
msgstr "ত্ৰুটি: 'general logging': %s"
-#: ../clients/cli/general.c:758
+#: ../clients/cli/general.c:760
#, c-format
msgid "Error: failed to set logging: %s"
msgstr "ত্ৰুটি: লগিং সংহতি কৰিবলৈ ব্যৰ্থ: %s"
-#: ../clients/cli/general.c:775
+#: ../clients/cli/general.c:777
#, c-format
msgid "Error: failed to set hostname: %s"
msgstr "ত্ৰুটি: হস্টনাম সংহতি কৰিবলৈ ব্যৰ্থ: %s"
-#: ../clients/cli/general.c:844
+#: ../clients/cli/general.c:846
#, c-format
msgid "Error: '--fields' value '%s' is not valid here (allowed field: %s)"
msgstr "ত্ৰুটি: '--fields' মান '%s' ইয়াত বৈধ নহয় (অনুমোদিত মান: %s)"
-#: ../clients/cli/general.c:869
+#: ../clients/cli/general.c:871
#, c-format
msgid "Error: invalid '%s' argument: '%s' (use on/off)."
msgstr "ত্ৰুটি: অবৈধ '%s' তৰ্ক: '%s' (on/off ব্যৱহাৰ কৰক)।"
#. no arguments -> get current state
-#: ../clients/cli/general.c:917 ../clients/cli/general.c:929
+#: ../clients/cli/general.c:919 ../clients/cli/general.c:931
msgid "Connectivity"
msgstr "সংযোগ"
-#: ../clients/cli/general.c:932
+#: ../clients/cli/general.c:934
#, c-format
msgid "Error: 'networking' command '%s' is not valid."
msgstr "ত্ৰুটি: 'networking' কমান্ড '%s' বৈধ নহয়।"
-#: ../clients/cli/general.c:946
+#: ../clients/cli/general.c:948
msgid "Networking"
msgstr "নেটৱাৰ্কিং"
#. no argument, show all radio switches
-#: ../clients/cli/general.c:981
+#: ../clients/cli/general.c:983
msgid "Radio switches"
msgstr "ৰেডিঅ' চুইচসমূহ"
#. no argument, show current WiFi state
-#: ../clients/cli/general.c:1011
+#: ../clients/cli/general.c:1013
msgid "Wi-Fi radio switch"
msgstr "Wi-Fi ৰেডিঅ' চুইচ"
#. no argument, show current WWAN (mobile broadband) state
-#: ../clients/cli/general.c:1038
+#: ../clients/cli/general.c:1040
msgid "WWAN radio switch"
msgstr "WWAN ৰেডিঅ' চুইচ"
-#: ../clients/cli/general.c:1087
+#: ../clients/cli/general.c:1089
#, fuzzy
msgid "NetworkManager has started"
msgstr "NetworkManager ৰ অৱস্থা"
-#: ../clients/cli/general.c:1087
+#: ../clients/cli/general.c:1089
#, fuzzy
msgid "NetworkManager has stopped"
msgstr "NetworkManager ৰ অৱস্থা"
-#: ../clients/cli/general.c:1098
+#: ../clients/cli/general.c:1100
#, fuzzy, c-format
msgid "Hostname set to '%s'\n"
msgstr "হস্টনামক '%s' লৈ সংহতি কৰক"
-#: ../clients/cli/general.c:1113
+#: ../clients/cli/general.c:1115
#, fuzzy, c-format
msgid "'%s' is now the primary connection\n"
msgstr "'%s' এটা VPN সংযোগ আলেখ্য নহয়"
-#: ../clients/cli/general.c:1115
+#: ../clients/cli/general.c:1117
#, fuzzy, c-format
msgid "There's no primary connection\n"
msgstr "দল সংযোগ"
-#: ../clients/cli/general.c:1127
+#: ../clients/cli/general.c:1129
#, fuzzy, c-format
msgid "Connectivity is now '%s'\n"
msgstr "সংযোগ"
-#: ../clients/cli/general.c:1140
+#: ../clients/cli/general.c:1142
#, fuzzy, c-format
msgid "Networkmanager is now in the '%s' state\n"
msgstr "NetworkManager চলি থকা নাই।"
-#: ../clients/cli/general.c:1161
+#: ../clients/cli/general.c:1163
#, fuzzy
msgid "connection available"
msgstr "সংযোগ ব্যৰ্থ"
-#: ../clients/cli/general.c:1163
+#: ../clients/cli/general.c:1165
#, fuzzy
msgid "connections available"
msgstr "সংযোগ ব্যৰ্থ"
-#: ../clients/cli/general.c:1181
+#: ../clients/cli/general.c:1183
#, fuzzy
msgid "autoconnect"
msgstr "সংযুক্ত"
-#: ../clients/cli/general.c:1183
+#: ../clients/cli/general.c:1185
#, fuzzy
msgid "fw missing"
msgstr "বৈশিষ্ট্য সন্ধানহীন"
-#: ../clients/cli/general.c:1188
+#: ../clients/cli/general.c:1190
#, fuzzy
msgid "plugin missing"
msgstr "বৈশিষ্ট্য সন্ধানহীন"
-#: ../clients/cli/general.c:1193
+#: ../clients/cli/general.c:1195
msgid "sw"
msgstr ""
-#: ../clients/cli/general.c:1195
+#: ../clients/cli/general.c:1197
#, fuzzy
msgid "hw"
msgstr "দেখুৱাওক"
-#: ../clients/cli/general.c:1200
+#: ../clients/cli/general.c:1202
msgid "iface"
msgstr ""
-#: ../clients/cli/general.c:1203
+#: ../clients/cli/general.c:1205
#, fuzzy
msgid "port"
msgstr "পৰ্টেল"
-#: ../clients/cli/general.c:1206
+#: ../clients/cli/general.c:1208
msgid "mtu"
msgstr ""
-#: ../clients/cli/general.c:1223
+#: ../clients/cli/general.c:1225
#, fuzzy
msgid "master"
msgstr "বান্ধনী মাস্টাৰ:"
-#: ../clients/cli/general.c:1227 ../clients/tui/nm-editor-utils.c:241
-#: ../clients/tui/nmt-connect-connection-list.c:406
+#: ../clients/cli/general.c:1229 ../clients/tui/nm-editor-utils.c:241
+#: ../clients/tui/nmt-connect-connection-list.c:410
msgid "VPN"
msgstr "VPN"
-#: ../clients/cli/general.c:1229
+#: ../clients/cli/general.c:1231
#, fuzzy
msgid "ip4 default"
msgstr "অবিকল্পিত"
-#: ../clients/cli/general.c:1231
+#: ../clients/cli/general.c:1233
#, fuzzy
msgid "ip6 default"
msgstr "অবিকল্পিত"
-#: ../clients/cli/general.c:1314
+#: ../clients/cli/general.c:1316
#, fuzzy, c-format
msgid "%s VPN connection"
msgstr "VPN সংযোগ"
-#: ../clients/cli/general.c:1384
+#: ../clients/cli/general.c:1386
#, c-format
msgid ""
"Use \"nmcli device show\" to get complete information about known devices "
@@ -3813,17 +3443,17 @@ msgid ""
"details.\n"
msgstr ""
-#: ../clients/cli/general.c:1405
+#: ../clients/cli/general.c:1407
#, fuzzy, c-format
msgid "Error: 'monitor' command '%s' is not valid."
msgstr "ত্ৰুটি: 'radio' কমান্ড '%s' বৈধ নহয়।"
-#: ../clients/cli/general.c:1417
+#: ../clients/cli/general.c:1419
#, fuzzy
msgid "Networkmanager is not running (waiting for it)\n"
msgstr "NetworkManager চলি থকা নাই।"
-#: ../clients/cli/nmcli.c:184
+#: ../clients/cli/nmcli.c:186
#, fuzzy, c-format
msgid ""
"Usage: nmcli [OPTIONS] OBJECT { COMMAND | help }\n"
@@ -3879,64 +3509,64 @@ msgstr ""
" d[evice] devices managed by NetworkManager\n"
"\n"
-#: ../clients/cli/nmcli.c:263
+#: ../clients/cli/nmcli.c:265
#, c-format
msgid "Error: missing argument for '%s' option."
msgstr "ত্ৰুটি: '%s' বিকল্পৰ বাবে তৰ্ক সন্ধানহীন।"
-#: ../clients/cli/nmcli.c:311
+#: ../clients/cli/nmcli.c:313
#, c-format
msgid "Error: Option '--terse' is specified the second time."
msgstr "ত্ৰুটি: বিকল্প '--terse' দ্বিতীয়বাৰ ধাৰ্য্য কৰা হৈছে।"
-#: ../clients/cli/nmcli.c:316
+#: ../clients/cli/nmcli.c:318
#, c-format
msgid "Error: Option '--terse' is mutually exclusive with '--pretty'."
msgstr "ত্ৰুটি: বিকল্প '--terse' '--pretty' ৰ সৈতে পাৰস্পৰিকভাৱে সুকীয়া।"
-#: ../clients/cli/nmcli.c:324
+#: ../clients/cli/nmcli.c:326
#, c-format
msgid "Error: Option '--pretty' is specified the second time."
msgstr "ত্ৰুটি: বিকল্প '--pretty' দ্বিতীয় বাৰত ধাৰ্য্য কৰা হয়।"
-#: ../clients/cli/nmcli.c:329
+#: ../clients/cli/nmcli.c:331
#, c-format
msgid "Error: Option '--pretty' is mutually exclusive with '--terse'."
msgstr "ত্ৰুটি: বিকল্পn '--pretty' '--terse' ৰ সৈতে পাৰস্পৰিকভাৱে সূকীয়া।"
-#: ../clients/cli/nmcli.c:344
+#: ../clients/cli/nmcli.c:346
#, c-format
msgid "Error: '%s' is not a valid argument for '%s' option."
msgstr ""
-#: ../clients/cli/nmcli.c:358 ../clients/cli/nmcli.c:370
+#: ../clients/cli/nmcli.c:360 ../clients/cli/nmcli.c:372
#, c-format
msgid "Error: '%s' is not valid argument for '%s' option."
msgstr "ত্ৰুটি: '%s' '%s' বিকল্পৰ বাবে বৈধ তৰ্ক নহয়।"
-#: ../clients/cli/nmcli.c:394
+#: ../clients/cli/nmcli.c:396
#, c-format
msgid "Error: '%s' is not a valid timeout."
msgstr ""
-#: ../clients/cli/nmcli.c:401
+#: ../clients/cli/nmcli.c:403
#, c-format
msgid "nmcli tool, version %s\n"
msgstr "nmcli সঁজুলি, সংস্কৰণ %s\n"
-#: ../clients/cli/nmcli.c:409
+#: ../clients/cli/nmcli.c:411
#, c-format
msgid "Error: Option '%s' is unknown, try 'nmcli -help'."
msgstr "ত্ৰুটি: বিকল্প '%s' অজ্ঞাত, 'nmcli -help' চেষ্টা কৰি চাওক।"
-#: ../clients/cli/nmcli.c:455 ../clients/cli/nmcli.c:462
+#: ../clients/cli/nmcli.c:457 ../clients/cli/nmcli.c:464
#, fuzzy, c-format
msgid "Error: nmcli terminated by signal %s (%d)\n"
msgstr ""
"\n"
"ত্ৰুটি: nmcli ক সংকেত %s (%d) দ্বাৰা অন্ত কৰা হৈছে\n"
-#: ../clients/cli/nmcli.c:560
+#: ../clients/cli/nmcli.c:562
msgid "Success"
msgstr "সফলতা"
@@ -4020,375 +3650,759 @@ msgstr "বৈশিষ্ট্যক পৰিবৰ্তন কৰিব ন
msgid "[NM property description]"
msgstr "[NM বৈশিষ্ট্যৰ বিৱৰণ]"
-#: ../clients/cli/settings.c:739
-msgid "[nmcli specific description]"
-msgstr "[nmcli বিশেষ বিৱৰণ]"
+#: ../clients/cli/settings.c:739
+msgid "[nmcli specific description]"
+msgstr "[nmcli বিশেষ বিৱৰণ]"
+
+#: ../clients/cli/utils.c:328
+#, c-format
+msgid "Error: Argument '%s' was expected, but '%s' provided."
+msgstr "ত্ৰুটি: তৰ্ক '%s' আশা কৰা হৈছিল, কিন্তু '%s' প্ৰদান কৰা হৈছে।"
+
+#: ../clients/cli/utils.c:331
+#, c-format
+msgid "Error: Unexpected argument '%s'"
+msgstr "ত্ৰুটি: অপ্ৰত্যাশিত তৰ্ক '%s'"
+
+#: ../clients/cli/utils.c:804
+#, fuzzy, c-format
+msgid "invalid field '%s%s%s'; no such field"
+msgstr "অবৈধ ফিল্ড '%s'; অনুমোদিত ফিল্ডসমূহ: %s"
+
+#: ../clients/cli/utils.c:808
+#, fuzzy, c-format
+msgid "invalid field '%s%s%s'; allowed fields: [%s]"
+msgstr "অবৈধ ফিল্ড '%s'; অনুমোদিত ফিল্ডসমূহ: %s"
+
+#: ../clients/cli/utils.c:881
+#, fuzzy, c-format
+msgid "failure to select field"
+msgstr "ধাৰ্য্যত APN নিৰ্বাচন কৰিবলে ব্যৰ্থ"
+
+#: ../clients/cli/utils.c:1469
+#, c-format
+msgid "Error reading nmcli output: %s\n"
+msgstr ""
+
+#: ../clients/cli/utils.c:1474
+#, c-format
+msgid "Error writing nmcli output: %s\n"
+msgstr ""
+
+#: ../clients/cli/utils.c:1498
+#, c-format
+msgid "Failed to create pager pipe: %s\n"
+msgstr ""
+
+#: ../clients/cli/utils.c:1506
+#, c-format
+msgid "Failed to fork pager: %s\n"
+msgstr ""
+
+#: ../clients/cli/utils.c:1552 ../clients/cli/utils.c:1554
+#, c-format
+msgid "Failed to duplicate pager pipe: %s\n"
+msgstr ""
+
+#. Translators: the first %s is the partial value entered by
+#. * the user, the second %s a list of compatible values.
+#.
+#: ../clients/common/nm-client-utils.c:75
+#: ../clients/common/nm-client-utils.c:106
+#, fuzzy, c-format
+msgid "'%s' is ambiguous (%s)"
+msgstr "'%s' দ্বৈৰ্থক (%s x %s)"
+
+#: ../clients/common/nm-client-utils.c:85
+#, c-format
+msgid "'%s' is not valid; use [%s] or [%s]"
+msgstr "'%s' বৈধ নহয়; [%s] অথবা [%s] ব্যৱহাৰ কৰক"
+
+#: ../clients/common/nm-client-utils.c:118
+#, fuzzy, c-format
+msgid "'%s' is not valid; use [%s], [%s] or [%s]"
+msgstr "'%s' বৈধ নহয়; [%s] অথবা [%s] ব্যৱহাৰ কৰক"
+
+#: ../clients/common/nm-client-utils.c:155
+#, c-format
+msgid "'%s' is ambiguous (%s x %s)"
+msgstr "'%s' দ্বৈৰ্থক (%s x %s)"
+
+#: ../clients/common/nm-client-utils.c:167
+#, c-format
+msgid "missing name, try one of [%s]"
+msgstr "সন্ধানহীন নাম, [%s] ৰ এটা চেষ্টা কৰি চাওক"
+
+#: ../clients/common/nm-client-utils.c:223
+msgid "unmanaged"
+msgstr "অব্যৱস্থাপিত"
+
+#: ../clients/common/nm-client-utils.c:225
+msgid "unavailable"
+msgstr "উপলব্ধ নাই"
+
+#: ../clients/common/nm-client-utils.c:229
+msgid "connecting (prepare)"
+msgstr "সংযোগ কৰা হৈছে (প্ৰস্তুত হওক)"
+
+#: ../clients/common/nm-client-utils.c:231
+msgid "connecting (configuring)"
+msgstr "সংযোগ কৰা (সংৰূপণ কৰা)"
+
+#: ../clients/common/nm-client-utils.c:233
+msgid "connecting (need authentication)"
+msgstr "সংযোগ কৰা (প্ৰমাণীকৰণৰ প্ৰয়োজন)"
+
+#: ../clients/common/nm-client-utils.c:235
+msgid "connecting (getting IP configuration)"
+msgstr "সংযোগ কৰা (IP সংৰূপ প্ৰাপ্ত কৰা)"
+
+#: ../clients/common/nm-client-utils.c:237
+msgid "connecting (checking IP connectivity)"
+msgstr "সংযোগ কৰা (IP সংযোগ নিৰীক্ষণ কৰা)"
+
+#: ../clients/common/nm-client-utils.c:239
+msgid "connecting (starting secondary connections)"
+msgstr "সংযোগ কৰা (দ্বিতীয় সংযোগসমূহ আৰম্ভ কৰা)"
+
+#: ../clients/common/nm-client-utils.c:245
+msgid "connection failed"
+msgstr "সংযোগ ব্যৰ্থ"
+
+#: ../clients/common/nm-client-utils.c:262
+msgid "yes (guessed)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:264
+msgid "no (guessed)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:277
+msgid "No reason given"
+msgstr "কোনো কাৰণ দিয়া হোৱা নাই"
+
+#: ../clients/common/nm-client-utils.c:281
+msgid "Device is now managed"
+msgstr "ডিভাইচ এতিয়া ব্যৱস্থাপিত"
+
+#: ../clients/common/nm-client-utils.c:283
+msgid "Device is now unmanaged"
+msgstr "ডিভাইচ এতিয়া ব্যৱস্থাপিত নহয়"
+
+#: ../clients/common/nm-client-utils.c:285
+msgid "The device could not be readied for configuration"
+msgstr "ডিভাইচক সংৰূপণৰ বাবে পঢ়িব নোৱাৰি"
+
+#: ../clients/common/nm-client-utils.c:287
+msgid ""
+"IP configuration could not be reserved (no available address, timeout, etc.)"
+msgstr "IP সংৰূপ সংৰক্ষণ কৰিব নোৱাৰি (কোনো ঠিকনা, সময়অন্ত, ইত্যাদী উপলব্ধ নাই)"
+
+#: ../clients/common/nm-client-utils.c:289
+msgid "The IP configuration is no longer valid"
+msgstr "IP সংৰূপ আৰু বৈধ নহয়"
+
+#: ../clients/common/nm-client-utils.c:291
+msgid "Secrets were required, but not provided"
+msgstr "গোপনসমূহৰ প্ৰয়োজন আছিল, কিন্তু প্ৰদান কৰা হোৱা নাছিল"
+
+#: ../clients/common/nm-client-utils.c:293
+msgid "802.1X supplicant disconnected"
+msgstr "802.1X চাপ্লিকেণ্ট বিচ্ছিন্নিত"
+
+#: ../clients/common/nm-client-utils.c:295
+msgid "802.1X supplicant configuration failed"
+msgstr "802.1X চাপ্লিকেণ্ট সংৰূপ ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:297
+msgid "802.1X supplicant failed"
+msgstr "802.1X চাপ্লিকেণ্ট ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:299
+msgid "802.1X supplicant took too long to authenticate"
+msgstr "802.1X চাপ্লিকেণ্ট প্ৰমাণীত হবলে বহু সময় ললে"
+
+#: ../clients/common/nm-client-utils.c:301
+msgid "PPP service failed to start"
+msgstr "PPP সেৱা আৰম্ভ হবলে ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:303
+msgid "PPP service disconnected"
+msgstr "PPP সেৱা বিচ্ছিন্নিত হল"
+
+#: ../clients/common/nm-client-utils.c:305
+msgid "PPP failed"
+msgstr "PPP ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:307
+msgid "DHCP client failed to start"
+msgstr "DHCP ক্লাএণ্ট আৰম্ভ হবলে ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:309
+msgid "DHCP client error"
+msgstr "DHCP ক্লাএণ্ট ত্ৰুটি"
+
+#: ../clients/common/nm-client-utils.c:311
+msgid "DHCP client failed"
+msgstr "DHCP ক্লাএণ্ট ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:313
+msgid "Shared connection service failed to start"
+msgstr "অংশীদাৰী সংযোগ সেৱা আৰম্ভ হবলে ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:315
+msgid "Shared connection service failed"
+msgstr "অংশীদাৰী সংযোগ সেৱা ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:317
+msgid "AutoIP service failed to start"
+msgstr "AutoIP সেৱা আৰম্ভ হবলে ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:319
+msgid "AutoIP service error"
+msgstr "AutoIP সেৱা ত্ৰুটি"
+
+#: ../clients/common/nm-client-utils.c:321
+msgid "AutoIP service failed"
+msgstr "AutoIP সেৱা ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:323
+msgid "The line is busy"
+msgstr "শাৰী ব্যস্থ"
+
+#: ../clients/common/nm-client-utils.c:325
+msgid "No dial tone"
+msgstr "কোনো ডায়েল শব্দ নাই"
+
+#: ../clients/common/nm-client-utils.c:327
+msgid "No carrier could be established"
+msgstr "কোনো বাহক স্থাপন কৰিব পৰা নগল"
+
+#: ../clients/common/nm-client-utils.c:329
+msgid "The dialing request timed out"
+msgstr "ডায়লিং অনুৰোধৰ সময় অন্ত হল"
+
+#: ../clients/common/nm-client-utils.c:331
+msgid "The dialing attempt failed"
+msgstr "ডায়লিং চেষ্টা ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:333
+msgid "Modem initialization failed"
+msgstr "মডেম আৰম্ভকৰণ ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:335
+msgid "Failed to select the specified APN"
+msgstr "ধাৰ্য্যত APN নিৰ্বাচন কৰিবলে ব্যৰ্থ"
+
+#: ../clients/common/nm-client-utils.c:337
+msgid "Not searching for networks"
+msgstr "নেটৱৰ্কসমূহ সন্ধান কৰা হোৱা নাই"
+
+#: ../clients/common/nm-client-utils.c:339
+msgid "Network registration denied"
+msgstr "নেটৱৰ্ক ৰেজিষ্ট্ৰেষণ নাকচ কৰা হৈছে"
+
+#: ../clients/common/nm-client-utils.c:341
+msgid "Network registration timed out"
+msgstr "নেটৱৰ্ক ৰেজিষ্ট্ৰেষণৰ সময় অন্ত হল"
+
+#: ../clients/common/nm-client-utils.c:343
+msgid "Failed to register with the requested network"
+msgstr "অনুৰোধ কৰা নেটৱৰ্কৰ সৈতে ৰেজিস্টাৰ কৰিবলে ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:345
+msgid "PIN check failed"
+msgstr "PIN নিৰীক্ষণ ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:347
+msgid "Necessary firmware for the device may be missing"
+msgstr "ডিভাইচৰ বাবে প্ৰয়োজনীয় ফাৰ্মৱেৰ সন্ধানহীন হব পাৰে"
+
+#: ../clients/common/nm-client-utils.c:349
+msgid "The device was removed"
+msgstr "ডিভাইচ আতৰোৱা হৈছিল"
+
+#: ../clients/common/nm-client-utils.c:351
+msgid "NetworkManager went to sleep"
+msgstr "NetworkManager নিদ্ৰাত গল"
+
+#: ../clients/common/nm-client-utils.c:353
+msgid "The device's active connection disappeared"
+msgstr "ডিভাইচৰ সক্ৰিয় সংযোগ অদৃশ্য হল"
+
+#: ../clients/common/nm-client-utils.c:355
+msgid "Device disconnected by user or client"
+msgstr "ডিভাইচ ব্যৱহাৰকাৰী অথবা ক্লাএণ্ট দ্বাৰা বিচ্ছিন্ন কৰা হল"
+
+#: ../clients/common/nm-client-utils.c:357
+msgid "Carrier/link changed"
+msgstr "বাহক/সংযোগ পৰিৱৰ্তন হল"
+
+#: ../clients/common/nm-client-utils.c:359
+msgid "The device's existing connection was assumed"
+msgstr "ডিভাইচৰ স্থায়ী সংযোগ ধাৰণা কৰা হৈছিল"
+
+#: ../clients/common/nm-client-utils.c:361
+msgid "The supplicant is now available"
+msgstr "চাপ্লিকেণ্ট এতিয়া উপলব্ধ"
+
+#: ../clients/common/nm-client-utils.c:363
+msgid "The modem could not be found"
+msgstr "মডেম পোৱা নগল"
+
+#: ../clients/common/nm-client-utils.c:365
+msgid "The Bluetooth connection failed or timed out"
+msgstr "ব্লুটুথ সংযোগ ব্যৰ্থ হল অথবা সময়অন্ত হল"
+
+#: ../clients/common/nm-client-utils.c:367
+msgid "GSM Modem's SIM card not inserted"
+msgstr "GSM মডেমৰ SIM কাৰ্ড সুমুৱা হোৱা নাই"
+
+#: ../clients/common/nm-client-utils.c:369
+msgid "GSM Modem's SIM PIN required"
+msgstr "GSM মডেমৰ SIM PIN ৰ প্ৰয়োজন"
+
+#: ../clients/common/nm-client-utils.c:371
+msgid "GSM Modem's SIM PUK required"
+msgstr "GSM মডেমৰ SIM PUK ৰ প্ৰয়োজন"
+
+#: ../clients/common/nm-client-utils.c:373
+msgid "GSM Modem's SIM wrong"
+msgstr "GSM মডেমৰ SIM ভূল"
+
+#: ../clients/common/nm-client-utils.c:375
+msgid "InfiniBand device does not support connected mode"
+msgstr "InfiniBand ডিভাইচে সংযুক্ত অৱস্থা সমৰ্থন নকৰে"
+
+#: ../clients/common/nm-client-utils.c:377
+msgid "A dependency of the connection failed"
+msgstr "সংযোগৰ এটা নিৰ্ভৰতা ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:379
+msgid "A problem with the RFC 2684 Ethernet over ADSL bridge"
+msgstr "ADSL ব্ৰিজৰে RFC 2684 ইথাৰনেটৰ সৈতে এটা সমস্যা"
+
+#: ../clients/common/nm-client-utils.c:381
+msgid "ModemManager is unavailable"
+msgstr "ModemManager উপলব্ধ নাই"
+
+#: ../clients/common/nm-client-utils.c:383
+msgid "The Wi-Fi network could not be found"
+msgstr "Wi-Fi নেটৱৰ্ক পোৱা নগল"
+
+#: ../clients/common/nm-client-utils.c:385
+msgid "A secondary connection of the base connection failed"
+msgstr "ভিত্তি সংযোগৰ এটা দ্বিতীয় সংযোগ ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:387
+msgid "DCB or FCoE setup failed"
+msgstr "DCB অথবা FCoE সংস্থাপন ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:389
+msgid "teamd control failed"
+msgstr "teamd নিয়ন্ত্ৰণ ব্যৰ্থ হল"
+
+#: ../clients/common/nm-client-utils.c:391
+msgid "Modem failed or no longer available"
+msgstr "মডেম ব্যৰ্থ হল অথবা উপলব্ধ নহয়"
+
+#: ../clients/common/nm-client-utils.c:393
+msgid "Modem now ready and available"
+msgstr "মডেম প্ৰস্তুত আৰু উপলব্ধ"
+
+#: ../clients/common/nm-client-utils.c:395
+msgid "SIM PIN was incorrect"
+msgstr "SIM PIN ভুল আছিল"
+
+#: ../clients/common/nm-client-utils.c:397
+#, fuzzy
+msgid "New connection activation was enqueued"
+msgstr "ত্ৰুটি: সংযোগৰ সক্ৰিয়কৰণ ব্যৰ্থ হল।"
+
+#: ../clients/common/nm-client-utils.c:399
+#, fuzzy
+msgid "The device's parent changed"
+msgstr "ডিভাইচ আতৰোৱা হৈছিল"
+
+#: ../clients/common/nm-client-utils.c:401
+#, fuzzy
+msgid "The device parent's management changed"
+msgstr "ডিভাইচ আতৰোৱা হৈছিল"
+
+#: ../clients/common/nm-client-utils.c:404
+#, fuzzy
+msgid "OpenVSwitch database connection failed"
+msgstr "সংযোগ ব্যৰ্থ"
+
+#. TRANSLATORS: Unknown reason for a device state change (NMDeviceStateReason)
+#. TRANSLATORS: Unknown reason for a connection state change (NMActiveConnectionStateReason)
+#: ../clients/common/nm-client-utils.c:408
+#: ../clients/common/nm-client-utils.c:447 ../libnm-glib/nm-device.c:1860
+#: ../libnm/nm-device.c:1572
+msgid "Unknown"
+msgstr "অজ্ঞাত"
-#: ../clients/cli/utils.c:327
-#, c-format
-msgid "Error: Argument '%s' was expected, but '%s' provided."
-msgstr "ত্ৰুটি: তৰ্ক '%s' আশা কৰা হৈছিল, কিন্তু '%s' প্ৰদান কৰা হৈছে।"
+#: ../clients/common/nm-client-utils.c:416
+#, fuzzy
+msgid "Unknown reason"
+msgstr "অজ্ঞাত কাৰণ"
-#: ../clients/cli/utils.c:330
-#, c-format
-msgid "Error: Unexpected argument '%s'"
-msgstr "ত্ৰুটি: অপ্ৰত্যাশিত তৰ্ক '%s'"
+#: ../clients/common/nm-client-utils.c:418
+#, fuzzy
+msgid "The connection was disconnected"
+msgstr "সংযোগ কৰা (দ্বিতীয় সংযোগসমূহ আৰম্ভ কৰা)"
-#: ../clients/cli/utils.c:803
-#, fuzzy, c-format
-msgid "invalid field '%s%s%s'; no such field"
-msgstr "অবৈধ ফিল্ড '%s'; অনুমোদিত ফিল্ডসমূহ: %s"
+#: ../clients/common/nm-client-utils.c:420
+#, fuzzy
+msgid "Disconnected by user"
+msgstr "D-Bus দ্বাৰা বিচ্ছিন্নিত"
-#: ../clients/cli/utils.c:807
-#, fuzzy, c-format
-msgid "invalid field '%s%s%s'; allowed fields: [%s]"
-msgstr "অবৈধ ফিল্ড '%s'; অনুমোদিত ফিল্ডসমূহ: %s"
+#: ../clients/common/nm-client-utils.c:422
+#, fuzzy
+msgid "The base network connection was interrupted"
+msgstr "ভিত্তি নেটৱৰ্ক সংযোগ বাধাগ্ৰস্থ হৈছিল"
-#: ../clients/cli/utils.c:880
-#, fuzzy, c-format
-msgid "failure to select field"
-msgstr "ধাৰ্য্যত APN নিৰ্বাচন কৰিবলে ব্যৰ্থ"
+#: ../clients/common/nm-client-utils.c:424
+#, fuzzy
+msgid "The VPN service stopped unexpectedly"
+msgstr "VPN সেৱা অপ্ৰত্যাশিতভাৱে বন্ধ হল"
-#: ../clients/cli/utils.c:1467
-#, c-format
-msgid "Error reading nmcli output: %s\n"
-msgstr ""
+#: ../clients/common/nm-client-utils.c:426
+#, fuzzy
+msgid "The VPN service returned invalid configuration"
+msgstr "VPN সেৱায় অবৈধ সংৰূপ ঘুৰাই দিলে"
-#: ../clients/cli/utils.c:1472
-#, c-format
-msgid "Error writing nmcli output: %s\n"
-msgstr ""
+#: ../clients/common/nm-client-utils.c:428
+#, fuzzy
+msgid "The connection attempt timed out"
+msgstr "সংযোগৰ চেষ্টাৰ সময় অন্ত হল"
-#: ../clients/cli/utils.c:1494
-#, c-format
-msgid "Failed to create pager pipe: %s\n"
-msgstr ""
+#: ../clients/common/nm-client-utils.c:430
+#, fuzzy
+msgid "The VPN service did not start in time"
+msgstr "VPN সেৱা সময়ত আৰম্ভ নহল"
-#: ../clients/cli/utils.c:1502
-#, c-format
-msgid "Failed to fork pager: %s\n"
-msgstr ""
+#: ../clients/common/nm-client-utils.c:432
+#, fuzzy
+msgid "The VPN service failed to start"
+msgstr "VPN সেৱা আৰম্ভ হবলে ব্যৰ্থ হল"
-#: ../clients/cli/utils.c:1548 ../clients/cli/utils.c:1550
-#, c-format
-msgid "Failed to duplicate pager pipe: %s\n"
-msgstr ""
+#: ../clients/common/nm-client-utils.c:434
+#, fuzzy
+msgid "No valid secrets"
+msgstr "কোনো বৈধ VPN গোপন তথ্য নাই"
-#. Translators: the first %s is the partial value entered by
-#. * the user, the second %s a list of compatible values.
-#.
-#: ../clients/common/nm-client-utils.c:71
-#: ../clients/common/nm-client-utils.c:102
-#, fuzzy, c-format
-msgid "'%s' is ambiguous (%s)"
-msgstr "'%s' দ্বৈৰ্থক (%s x %s)"
+#: ../clients/common/nm-client-utils.c:436
+#, fuzzy
+msgid "Invalid secrets"
+msgstr "অবৈধ VPN গোপন তথ্য"
-#: ../clients/common/nm-client-utils.c:81
-#, c-format
-msgid "'%s' is not valid; use [%s] or [%s]"
-msgstr "'%s' বৈধ নহয়; [%s] অথবা [%s] ব্যৱহাৰ কৰক"
+#: ../clients/common/nm-client-utils.c:438
+#, fuzzy
+msgid "The connection was removed"
+msgstr "সংযোগ আতৰোৱা হৈছিল"
-#: ../clients/common/nm-client-utils.c:114
-#, fuzzy, c-format
-msgid "'%s' is not valid; use [%s], [%s] or [%s]"
-msgstr "'%s' বৈধ নহয়; [%s] অথবা [%s] ব্যৱহাৰ কৰক"
+#: ../clients/common/nm-client-utils.c:440
+#, fuzzy
+msgid "Master connection failed"
+msgstr "সংযোগ ব্যৰ্থ"
-#: ../clients/common/nm-client-utils.c:151
-#, c-format
-msgid "'%s' is ambiguous (%s x %s)"
-msgstr "'%s' দ্বৈৰ্থক (%s x %s)"
+#: ../clients/common/nm-client-utils.c:442
+#, fuzzy
+msgid "Could not create a software link"
+msgstr "অস্থায়ী ফাইল সৃষ্টি কৰিব পৰা নগল: %s"
-#: ../clients/common/nm-client-utils.c:163
-#, c-format
-msgid "missing name, try one of [%s]"
-msgstr "সন্ধানহীন নাম, [%s] ৰ এটা চেষ্টা কৰি চাওক"
+#: ../clients/common/nm-client-utils.c:444
+#, fuzzy
+msgid "The device disappeared"
+msgstr "ডিভাইচৰ সক্ৰিয় সংযোগ অদৃশ্য হল"
-#: ../clients/common/nm-meta-setting-access.c:484
+#: ../clients/common/nm-meta-setting-access.c:501
#, c-format
msgid "field '%s' has to be alone"
msgstr "ক্ষেত্ৰ '%s' অকলে থাকিব লাগিব"
-#: ../clients/common/nm-meta-setting-access.c:499
+#: ../clients/common/nm-meta-setting-access.c:516
#, fuzzy, c-format
msgid "invalid field '%s%s%s%s%s'; %s%s%s"
msgstr "অবৈধ ফিল্ড '%s'; অনুমোদিত ফিল্ডসমূহ: %s"
-#: ../clients/common/nm-meta-setting-desc.c:100
-#: ../clients/common/nm-meta-setting-desc.c:156
+#: ../clients/common/nm-meta-setting-desc.c:101
+#: ../clients/common/nm-meta-setting-desc.c:157
#, c-format
msgid "invalid prefix '%s'; <1-%d> allowed"
msgstr "অবৈধ উপসৰ্গ '%s'; <1-%d> অনুমোদিত"
-#: ../clients/common/nm-meta-setting-desc.c:108
+#: ../clients/common/nm-meta-setting-desc.c:109
#, fuzzy, c-format
msgid "invalid IP address: %s"
msgstr "অবৈধ IPv4 ঠিকনা '%s'"
-#: ../clients/common/nm-meta-setting-desc.c:133
+#: ../clients/common/nm-meta-setting-desc.c:134
msgid ""
"The valid syntax is: 'ip[/prefix] [next-hop] [metric] [attribute=val]... [,"
"ip[/prefix] ...]'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:167
+#: ../clients/common/nm-meta-setting-desc.c:168
#, c-format
msgid "the next hop ('%s') must be first"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:173
+#: ../clients/common/nm-meta-setting-desc.c:174
#, c-format
msgid "the metric ('%s') must be before attributes"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:213
+#: ../clients/common/nm-meta-setting-desc.c:214
#, c-format
msgid "invalid route: %s. %s"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:225
+#: ../clients/common/nm-meta-setting-desc.c:226
msgid "default route cannot be added (NetworkManager handles it by itself)"
msgstr "অবিকল্পিত পথ যোগ কৰিব নোৱাৰি (NetworkManager এ নিজেই কৰি লয়)"
-#: ../clients/common/nm-meta-setting-desc.c:280
+#: ../clients/common/nm-meta-setting-desc.c:281
#, c-format
msgid "invalid priority map '%s'"
msgstr "অবৈধ প্ৰাথমিকতা মেপ '%s'"
-#: ../clients/common/nm-meta-setting-desc.c:287
-#: ../clients/common/nm-meta-setting-desc.c:293
+#: ../clients/common/nm-meta-setting-desc.c:288
+#: ../clients/common/nm-meta-setting-desc.c:294
#, c-format
msgid "priority '%s' is not valid (<0-%ld>)"
msgstr "প্ৰাথমিকতা '%s' বৈধ নহয় (<0-%ld>)"
-#: ../clients/common/nm-meta-setting-desc.c:345
+#: ../clients/common/nm-meta-setting-desc.c:346
#, c-format
msgid "cannot read pac-script from file '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:352
+#: ../clients/common/nm-meta-setting-desc.c:353
#, fuzzy, c-format
msgid "file '%s' contains non-valid utf-8"
msgstr "সূচী '%s' বৈধ নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:365
+#: ../clients/common/nm-meta-setting-desc.c:366
#, fuzzy, c-format
msgid "'%s' does not contain a valid PAC Script"
msgstr "'%s' এটা বৈধ PSK নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:368
+#: ../clients/common/nm-meta-setting-desc.c:369
#, fuzzy, c-format
msgid "Not a valid PAC Script"
msgstr "এটা বৈধ MAC ঠিকনা নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:422
+#: ../clients/common/nm-meta-setting-desc.c:423
#, c-format
msgid "cannot read team config from file '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:429
+#: ../clients/common/nm-meta-setting-desc.c:430
#, c-format
msgid "team config file '%s' contains non-valid utf-8"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:441
+#: ../clients/common/nm-meta-setting-desc.c:442
#, fuzzy, c-format
msgid "'%s' does not contain a valid team configuration"
msgstr "'%s' এটা বৈধ দল সংৰূপ অথবা ফাইল নাম নহয়।"
-#: ../clients/common/nm-meta-setting-desc.c:444
+#: ../clients/common/nm-meta-setting-desc.c:445
#, c-format
msgid "team configuration must be a JSON object"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:537
+#: ../clients/common/nm-meta-setting-desc.c:538
#: ../clients/tui/nmt-mtu-entry.c:84
msgid "(default)"
msgstr "(অবিকল্পিত)"
-#: ../clients/common/nm-meta-setting-desc.c:678
+#: ../clients/common/nm-meta-setting-desc.c:653
msgid "auto"
msgstr "স্বচালিত"
-#: ../clients/common/nm-meta-setting-desc.c:826
+#: ../clients/common/nm-meta-setting-desc.c:801
#, c-format
msgid "%s (%s)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:953
+#: ../clients/common/nm-meta-setting-desc.c:925
#, c-format
msgid "'%s' is out of range [%lli, %lli]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:959
+#: ../clients/common/nm-meta-setting-desc.c:931
#, c-format
msgid "'%s' is not a valid number"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1014
+#: ../clients/common/nm-meta-setting-desc.c:981
#, c-format
msgid "'%s' is out of range [0, %u]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1051
+#: ../clients/common/nm-meta-setting-desc.c:1018
#, c-format
msgid "'%s' is not a valid Ethernet MAC"
msgstr "'%s' এটা বৈধ ইথাৰনেট MAC নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:1070
+#: ../clients/common/nm-meta-setting-desc.c:1037
#, c-format
msgid "'%s' is not a valid flag number; use <0-%d>"
msgstr "'%s' এটা বৈধ ফ্লেগ নম্বৰ নহয়; <0-%d> ব্যৱহাৰ কৰক"
-#: ../clients/common/nm-meta-setting-desc.c:1084
+#: ../clients/common/nm-meta-setting-desc.c:1051
#, fuzzy, c-format
msgid "'%s' sum is higher than all flags => all flags set"
msgstr "সতৰ্কবাৰ্তা: '%s' যোগফল সকলো ফ্লেগ => সংহতি কৰা সকলো ফ্লেগতকৈ অধিক\n"
-#: ../clients/common/nm-meta-setting-desc.c:1188
+#: ../clients/common/nm-meta-setting-desc.c:1155
#, fuzzy, c-format
msgid "invalid option '%s', use a combination of [%s]"
msgstr "অবৈধ বিকল্প '%s' অথবা ইয়াৰ মান '%s'"
-#: ../clients/common/nm-meta-setting-desc.c:1193
-#: ../libnm-core/nm-keyfile-reader.c:612
+#: ../clients/common/nm-meta-setting-desc.c:1160
+#: ../libnm-core/nm-keyfile-reader.c:622
#, fuzzy, c-format
msgid "invalid option '%s', use one of [%s]"
msgstr "অবৈধ বিকল্প '%s' অথবা ইয়াৰ মান '%s'"
-#: ../clients/common/nm-meta-setting-desc.c:1316
+#: ../clients/common/nm-meta-setting-desc.c:1283
#, c-format
msgid "%d (key)"
msgstr "%d (key)"
-#: ../clients/common/nm-meta-setting-desc.c:1318
+#: ../clients/common/nm-meta-setting-desc.c:1285
#, c-format
msgid "%d (passphrase)"
msgstr "%d (passphrase)"
-#: ../clients/common/nm-meta-setting-desc.c:1321
-#: ../clients/common/nm-meta-setting-desc.c:1410
+#: ../clients/common/nm-meta-setting-desc.c:1288
+#: ../clients/common/nm-meta-setting-desc.c:1377
#, c-format
msgid "%d (unknown)"
msgstr "%d (অজ্ঞাত)"
-#: ../clients/common/nm-meta-setting-desc.c:1353
+#: ../clients/common/nm-meta-setting-desc.c:1320
msgid "0 (NONE)"
msgstr "0 (NONE)"
-#: ../clients/common/nm-meta-setting-desc.c:1359
+#: ../clients/common/nm-meta-setting-desc.c:1326
msgid "REORDER_HEADERS, "
msgstr "REORDER_HEADERS, "
-#: ../clients/common/nm-meta-setting-desc.c:1361
+#: ../clients/common/nm-meta-setting-desc.c:1328
msgid "GVRP, "
msgstr "GVRP, "
-#: ../clients/common/nm-meta-setting-desc.c:1363
+#: ../clients/common/nm-meta-setting-desc.c:1330
msgid "LOOSE_BINDING, "
msgstr "LOOSE_BINDING, "
-#: ../clients/common/nm-meta-setting-desc.c:1365
+#: ../clients/common/nm-meta-setting-desc.c:1332
#, fuzzy
msgid "MVRP, "
msgstr "GVRP, "
-#: ../clients/common/nm-meta-setting-desc.c:1404
+#: ../clients/common/nm-meta-setting-desc.c:1371
#, c-format
msgid "%d (disabled)"
msgstr "%d (অসামৰ্থবান)"
-#: ../clients/common/nm-meta-setting-desc.c:1406
+#: ../clients/common/nm-meta-setting-desc.c:1373
#, c-format
msgid "%d (enabled, prefer public IP)"
msgstr "%d (সামৰ্থবান, ৰাজহুৱা IP পছন্দ)"
-#: ../clients/common/nm-meta-setting-desc.c:1408
+#: ../clients/common/nm-meta-setting-desc.c:1375
#, c-format
msgid "%d (enabled, prefer temporary IP)"
msgstr "%d (সামৰ্থবান, অস্থায়ী IP পছন্দ)"
-#: ../clients/common/nm-meta-setting-desc.c:1423
+#: ../clients/common/nm-meta-setting-desc.c:1390
msgid "0 (none)"
msgstr "0 (একো নাই)"
-#: ../clients/common/nm-meta-setting-desc.c:1429
+#: ../clients/common/nm-meta-setting-desc.c:1396
msgid "agent-owned, "
msgstr "অভিকৰ্তা-স্বত্বত,"
-#: ../clients/common/nm-meta-setting-desc.c:1431
+#: ../clients/common/nm-meta-setting-desc.c:1398
msgid "not saved, "
msgstr "সংৰক্ষিত নহয়,"
-#: ../clients/common/nm-meta-setting-desc.c:1433
+#: ../clients/common/nm-meta-setting-desc.c:1400
msgid "not required, "
msgstr "প্ৰয়োজনীয় নহয়,"
-#: ../clients/common/nm-meta-setting-desc.c:1495
+#: ../clients/common/nm-meta-setting-desc.c:1462
#, c-format
msgid "'%s' is not valid; use ="
msgstr "'%s' বৈধ নহয়; = ব্যৱহাৰ কৰক"
-#: ../clients/common/nm-meta-setting-desc.c:1537
+#: ../clients/common/nm-meta-setting-desc.c:1504
msgid "no item to remove"
msgstr "আতৰাবলৈ কোনো বস্তু নাই"
-#: ../clients/common/nm-meta-setting-desc.c:1541
+#: ../clients/common/nm-meta-setting-desc.c:1508
#, c-format
msgid "index '%d' is not in range <0-%d>"
msgstr "সূচী '%d' বিস্তাৰ <0-%d> ত নাই"
-#: ../clients/common/nm-meta-setting-desc.c:1556
+#: ../clients/common/nm-meta-setting-desc.c:1523
#, c-format
msgid "invalid option '%s'"
msgstr "অবৈধ বিকল্প '%s'"
-#: ../clients/common/nm-meta-setting-desc.c:1558
+#: ../clients/common/nm-meta-setting-desc.c:1525
msgid "missing option"
msgstr "সন্ধানহীন বিকল্প"
-#: ../clients/common/nm-meta-setting-desc.c:1582
+#: ../clients/common/nm-meta-setting-desc.c:1549
#, c-format
msgid "'%s' is not a valid MAC"
msgstr "'%s' এটা বৈধ MAC নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:1612
-#: ../clients/common/nm-meta-setting-desc.c:1708
-#: ../clients/common/nm-meta-setting-desc.c:4233
+#: ../clients/common/nm-meta-setting-desc.c:1579
+#: ../clients/common/nm-meta-setting-desc.c:1675
+#: ../clients/common/nm-meta-setting-desc.c:4163
#, c-format
msgid "'%s' is not valid"
msgstr "'%s' বৈধ নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:1652
+#: ../clients/common/nm-meta-setting-desc.c:1619
#, fuzzy, c-format
msgid "'%u' flags are not valid; use combination of %s"
msgstr "'%s' বৈধ নহয়; [%s] অথবা [%s] ব্যৱহাৰ কৰক"
-#: ../clients/common/nm-meta-setting-desc.c:1688
+#: ../clients/common/nm-meta-setting-desc.c:1655
#, c-format
msgid "'%s' is not a valid number (or out of range)"
msgstr "'%s' এটা বৈধ সংখ্যা নহয় (অথবা বিস্তাৰৰ বাহিৰ)"
-#: ../clients/common/nm-meta-setting-desc.c:1803
+#: ../clients/common/nm-meta-setting-desc.c:1775
#, c-format
msgid "'%s' is not a valid hex character"
msgstr "'%s' এটা বৈধ হেক্স আখৰ নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:2083
+#: ../clients/common/nm-meta-setting-desc.c:2055
#, c-format
msgid "the property doesn't contain EAP method '%s'"
msgstr "বৈশিষ্ট্যয় EAP পদ্ধতি '%s' ক অন্তৰ্ভুক্ত নকৰে"
-#: ../clients/common/nm-meta-setting-desc.c:2106
+#: ../clients/common/nm-meta-setting-desc.c:2078
#, c-format
msgid "the property doesn't contain alternative subject match '%s'"
msgstr "বৈশিষ্ট্যয় বৈকল্পিক বিষয় মিল '%s' অন্তৰ্ভুক্ত নকৰে"
-#: ../clients/common/nm-meta-setting-desc.c:2132
+#: ../clients/common/nm-meta-setting-desc.c:2104
#, c-format
msgid "the property doesn't contain \"phase2\" alternative subject match '%s'"
msgstr "বৈশিষ্ট্যয় \"phase2\" বৈকল্পিক বিষয় মিল '%s' অন্তৰ্ভুক্ত নকৰে"
-#: ../clients/common/nm-meta-setting-desc.c:2253
+#: ../clients/common/nm-meta-setting-desc.c:2225
#, c-format
msgid ""
"Enter a list of bonding options formatted as:\n"
@@ -4419,17 +4433,6 @@ msgstr ""
"\n"
"উদাহৰণস্বৰূপ: mode=2,miimon=120\n"
-#: ../clients/common/nm-meta-setting-desc.c:2289
-#: ../clients/common/nm-meta-setting-desc.c:3132
-#, fuzzy, c-format
-msgid "%d (default)"
-msgstr "(অবিকল্পিত)"
-
-#: ../clients/common/nm-meta-setting-desc.c:2292
-#, fuzzy, c-format
-msgid "%d (forever)"
-msgstr "%d (অজ্ঞাত)"
-
#. Don't allow setting type unless the connection is brand new.
#. * Just because it's a bad idea and the user wouldn't probably want that.
#. * No technical reason, really.
@@ -4437,67 +4440,67 @@ msgstr "%d (অজ্ঞাত)"
#. * hacky: we can not see if the type is already set, because
#. * nmc_setting_set_property() is called only after the property
#. * we're setting (type) has been removed.
-#: ../clients/common/nm-meta-setting-desc.c:2342
+#: ../clients/common/nm-meta-setting-desc.c:2285
#, fuzzy, c-format
msgid "Can not change the connection type"
msgstr "সংযোগৰ ধৰণ সুমুৱাওক:"
-#: ../clients/common/nm-meta-setting-desc.c:2444
+#: ../clients/common/nm-meta-setting-desc.c:2392
#, c-format
msgid "the property doesn't contain permission '%s'"
msgstr "বৈশিষ্ট্যয় অনুমতি '%s' অন্তৰ্ভুক্ত নকৰে"
-#: ../clients/common/nm-meta-setting-desc.c:2465
+#: ../clients/common/nm-meta-setting-desc.c:2413
#, c-format
msgid "'%s' is not valid master; use ifname or connection UUID"
msgstr "'%s' এটা বৈধ মাস্টাৰ নহয়; ifname অথবা সংযোগ UUID ব্যৱহাৰ কৰক"
-#: ../clients/common/nm-meta-setting-desc.c:2560
+#: ../clients/common/nm-meta-setting-desc.c:2512
#, c-format
msgid "the value '%s' is not a valid UUID"
msgstr "মান '%s' এটা বৈধ UUID নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:2567
+#: ../clients/common/nm-meta-setting-desc.c:2519
#, c-format
msgid "the property doesn't contain UUID '%s'"
msgstr "বৈশিষ্ট্যয় UUID '%s' ক অন্তৰ্ভুক্ত নকৰে"
-#: ../clients/common/nm-meta-setting-desc.c:2634
+#: ../clients/common/nm-meta-setting-desc.c:2586
msgid "0 (disabled)"
msgstr "0 (অসামৰ্থবান)"
-#: ../clients/common/nm-meta-setting-desc.c:2640
+#: ../clients/common/nm-meta-setting-desc.c:2592
msgid "enabled, "
msgstr "সামৰ্থবান, "
-#: ../clients/common/nm-meta-setting-desc.c:2642
+#: ../clients/common/nm-meta-setting-desc.c:2594
msgid "advertise, "
msgstr "প্ৰচাৰ, "
-#: ../clients/common/nm-meta-setting-desc.c:2644
+#: ../clients/common/nm-meta-setting-desc.c:2596
msgid "willing, "
msgstr "ইচ্ছুক, "
-#: ../clients/common/nm-meta-setting-desc.c:2764
+#: ../clients/common/nm-meta-setting-desc.c:2716
#, c-format
msgid "'%s' is not a valid DCB flag"
msgstr "'%s' এটা বৈধ DCB ফ্লেগ নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:2794
+#: ../clients/common/nm-meta-setting-desc.c:2746
msgid "must contain 8 comma-separated numbers"
msgstr "৮ কমা-পৃথকিত সংখ্যা অন্তৰ্ভুক্ত কৰিব লাগিব"
-#: ../clients/common/nm-meta-setting-desc.c:2810
+#: ../clients/common/nm-meta-setting-desc.c:2762
#, c-format
msgid "'%s' not a number between 0 and %u (inclusive) or %u"
msgstr "'%s' 0 আৰু %u (অন্তৰ্ভুক্ত) অথবা %u মাজৰ এটা সংখ্যা নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:2813
+#: ../clients/common/nm-meta-setting-desc.c:2765
#, c-format
msgid "'%s' not a number between 0 and %u (inclusive)"
msgstr "'%s' 0 আৰু %u (অন্তৰ্ভুক্ত) মাজৰ এটা সংখ্যা নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:2834
+#: ../clients/common/nm-meta-setting-desc.c:2786
#, fuzzy, c-format
msgid "changes will have no effect until '%s' includes 1 (enabled)"
msgstr ""
@@ -4505,121 +4508,116 @@ msgstr ""
"নকৰে\n"
"\n"
-#: ../clients/common/nm-meta-setting-desc.c:2889
+#: ../clients/common/nm-meta-setting-desc.c:2841
#, c-format
msgid "bandwidth percentages must total 100%%"
msgstr "বেণ্ডৱাইড্থ শতাংশ হব লাগিব সৰ্বমুঠ 100%%"
-#: ../clients/common/nm-meta-setting-desc.c:2962
-#: ../clients/common/nm-meta-setting-desc.c:2968
+#: ../clients/common/nm-meta-setting-desc.c:2914
+#: ../clients/common/nm-meta-setting-desc.c:2920
msgid "SIM operator ID must be a 5 or 6 number MCCMNC code"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2992
+#: ../clients/common/nm-meta-setting-desc.c:2944
#, c-format
msgid "'%s' is not a valid IBoIP P_Key"
msgstr "'%s' এটা বৈধ IBoIP P_Key নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:3015
+#: ../clients/common/nm-meta-setting-desc.c:2967
msgid "default"
msgstr "অবিকল্পিত"
-#: ../clients/common/nm-meta-setting-desc.c:3134
-#, fuzzy, c-format
-msgid "%d (off)"
-msgstr "%d (অজ্ঞাত)"
-
-#: ../clients/common/nm-meta-setting-desc.c:3171
-#: ../clients/common/nm-meta-setting-desc.c:3190
+#: ../clients/common/nm-meta-setting-desc.c:3101
+#: ../clients/common/nm-meta-setting-desc.c:3120
#, c-format
msgid "invalid IPv4 address '%s'"
msgstr "অবৈধ IPv4 ঠিকনা '%s'"
-#: ../clients/common/nm-meta-setting-desc.c:3196
-#: ../clients/common/nm-meta-setting-desc.c:3450
+#: ../clients/common/nm-meta-setting-desc.c:3126
+#: ../clients/common/nm-meta-setting-desc.c:3380
#, c-format
msgid "the property doesn't contain DNS server '%s'"
msgstr "বৈশিষ্ট্যয় DNS চাৰ্ভাৰ '%s' অন্তৰ্ভুক্ত নকৰে"
-#: ../clients/common/nm-meta-setting-desc.c:3236
-#: ../clients/common/nm-meta-setting-desc.c:3490
+#: ../clients/common/nm-meta-setting-desc.c:3166
+#: ../clients/common/nm-meta-setting-desc.c:3420
#, c-format
msgid "the property doesn't contain DNS search domain '%s'"
msgstr "বৈশিষ্ট্যয় DNS সন্ধান ডমেইন '%s' অন্তৰ্ভুক্ত নকৰে"
-#: ../clients/common/nm-meta-setting-desc.c:3273
-#: ../clients/common/nm-meta-setting-desc.c:3527
+#: ../clients/common/nm-meta-setting-desc.c:3203
+#: ../clients/common/nm-meta-setting-desc.c:3457
#, fuzzy, c-format
msgid "the property doesn't contain DNS option '%s'"
msgstr "বৈশিষ্ট্যয় মেপিং '%s' অন্তৰ্ভুক্ত নকৰে"
-#: ../clients/common/nm-meta-setting-desc.c:3316
-#: ../clients/common/nm-meta-setting-desc.c:3569
+#: ../clients/common/nm-meta-setting-desc.c:3246
+#: ../clients/common/nm-meta-setting-desc.c:3499
#, c-format
msgid "the property doesn't contain IP address '%s'"
msgstr "বৈশিষ্ট্যয় IP ঠিকনা '%s' অন্তৰ্ভুক্ত নকৰে"
-#: ../clients/common/nm-meta-setting-desc.c:3336
-#: ../clients/common/nm-meta-setting-desc.c:3588
+#: ../clients/common/nm-meta-setting-desc.c:3266
+#: ../clients/common/nm-meta-setting-desc.c:3518
#, fuzzy, c-format
msgid "invalid gateway address '%s'"
msgstr "অবৈধ গেইটৱে '%s'"
-#: ../clients/common/nm-meta-setting-desc.c:3375
-#: ../clients/common/nm-meta-setting-desc.c:3629
+#: ../clients/common/nm-meta-setting-desc.c:3305
+#: ../clients/common/nm-meta-setting-desc.c:3559
#, c-format
msgid "the property doesn't contain route '%s'"
msgstr "বৈশিষ্ট্যয় পথ '%s' ক অন্তৰ্ভুক্ত নকৰে"
-#: ../clients/common/nm-meta-setting-desc.c:3425
-#: ../clients/common/nm-meta-setting-desc.c:3444
+#: ../clients/common/nm-meta-setting-desc.c:3355
+#: ../clients/common/nm-meta-setting-desc.c:3374
#, c-format
msgid "invalid IPv6 address '%s'"
msgstr "অবৈধ IPv6 ঠিকনা '%s'"
-#: ../clients/common/nm-meta-setting-desc.c:3647
+#: ../clients/common/nm-meta-setting-desc.c:3577
#: ../libnm-core/nm-setting-gsm.c:381 ../libnm-util/nm-setting-gsm.c:364
#, c-format
msgid "'%s' is not a number"
msgstr "'%s' এটা সংখ্যা নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:3654
+#: ../clients/common/nm-meta-setting-desc.c:3584
#, c-format
msgid "'%s' is not valid; use 0, 1, or 2"
msgstr "'%s' বৈধ নহয়; 0, 1, অথবা 2 ব্যৱহাৰ কৰক"
-#: ../clients/common/nm-meta-setting-desc.c:3688
+#: ../clients/common/nm-meta-setting-desc.c:3618
#, c-format
msgid "'%s' is not a valid channel; use <1-13>"
msgstr "'%s' এটা বৈধ চেনেল নহয়; <1-13> ব্যৱহাৰ কৰক"
-#: ../clients/common/nm-meta-setting-desc.c:3794
+#: ../clients/common/nm-meta-setting-desc.c:3724
#, fuzzy, c-format
msgid "only one mapping at a time is supported; taking the first one (%s)"
msgstr ""
"সতৰ্কবাৰ্তা: এটা সময়ত কেৱল এটা মেপিং সমৰ্থন কৰা হয়; প্ৰথমটো (%s) লোৱা হৈছে\n"
-#: ../clients/common/nm-meta-setting-desc.c:3802
+#: ../clients/common/nm-meta-setting-desc.c:3732
#, c-format
msgid "the property doesn't contain mapping '%s'"
msgstr "বৈশিষ্ট্যয় মেপিং '%s' অন্তৰ্ভুক্ত নকৰে"
-#: ../clients/common/nm-meta-setting-desc.c:3810
+#: ../clients/common/nm-meta-setting-desc.c:3740
msgid "no priority to remove"
msgstr "আতৰাবলৈ কোনো প্ৰাথমিকতা নাই"
-#: ../clients/common/nm-meta-setting-desc.c:3814
+#: ../clients/common/nm-meta-setting-desc.c:3744
#, c-format
msgid "index '%d' is not in the range of <0-%d>"
msgstr "সূচী '%d' বিস্তাৰ <0-%d> ত নাই"
-#: ../clients/common/nm-meta-setting-desc.c:3883
+#: ../clients/common/nm-meta-setting-desc.c:3813
#, fuzzy, c-format
msgid "'%s' cannot be empty"
msgstr "'%s' বিকল্প ৰিক্ত"
-#: ../clients/common/nm-meta-setting-desc.c:3922
-#: ../clients/common/nm-meta-setting-desc.c:4055
+#: ../clients/common/nm-meta-setting-desc.c:3852
+#: ../clients/common/nm-meta-setting-desc.c:3985
#: ../libnm-core/nm-setting-wired.c:664 ../libnm-core/nm-setting-wireless.c:857
#: ../libnm-core/nm-setting-wireless.c:869 ../libnm-util/nm-setting-wired.c:646
#: ../libnm-util/nm-setting-wireless.c:859
@@ -4628,23 +4626,23 @@ msgstr "'%s' বিকল্প ৰিক্ত"
msgid "'%s' is not a valid MAC address"
msgstr "'%s' এটা বৈধ MAC ঠিকনা নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:3928
-#: ../clients/common/nm-meta-setting-desc.c:4061
+#: ../clients/common/nm-meta-setting-desc.c:3858
+#: ../clients/common/nm-meta-setting-desc.c:3991
#, c-format
msgid "the property doesn't contain MAC address '%s'"
msgstr "বৈশিষ্ট্যয় MAC ঠিকনা '%s' অন্তৰ্ভুক্ত নকৰে"
-#: ../clients/common/nm-meta-setting-desc.c:3946
+#: ../clients/common/nm-meta-setting-desc.c:3876
#, fuzzy, c-format
msgid "'%s' is not valid; 2 or 3 strings should be provided"
msgstr "'%s' বৈধ নহয়; ৩ টা স্ট্ৰি প্ৰদান কৰিব লাগিব"
-#: ../clients/common/nm-meta-setting-desc.c:3962
+#: ../clients/common/nm-meta-setting-desc.c:3892
#, c-format
msgid "'%s' string value should consist of 1 - 199 characters"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3994
+#: ../clients/common/nm-meta-setting-desc.c:3924
#, c-format
msgid ""
"Enter a list of S/390 options formatted as:\n"
@@ -4655,24 +4653,24 @@ msgstr ""
" option = , option = ,...\n"
"বৈধ বিকল্পসমূহ হল: %s\n"
-#: ../clients/common/nm-meta-setting-desc.c:4028
+#: ../clients/common/nm-meta-setting-desc.c:3958
#, c-format
msgid "'%s' is not a valid channel"
msgstr "'%s' এটা বৈধ চেনেল নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:4034
+#: ../clients/common/nm-meta-setting-desc.c:3964
#, c-format
msgid "'%ld' is not a valid channel"
msgstr "'%ld' এটা বৈধ চেনেল নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:4133
-#: ../clients/common/nm-meta-setting-desc.c:4169
-#: ../clients/common/nm-meta-setting-desc.c:4205
+#: ../clients/common/nm-meta-setting-desc.c:4063
+#: ../clients/common/nm-meta-setting-desc.c:4099
+#: ../clients/common/nm-meta-setting-desc.c:4135
#, c-format
msgid "the property doesn't contain protocol '%s'"
msgstr "বৈশিষ্ট্যয় প্ৰটোকল '%s' অন্তৰ্ভুক্ত নকৰে"
-#: ../clients/common/nm-meta-setting-desc.c:4242
+#: ../clients/common/nm-meta-setting-desc.c:4172
#, c-format
msgid ""
"'%s' not compatible with %s '%s', please change the key or set the right %s "
@@ -4681,65 +4679,65 @@ msgstr ""
"'%s', %s '%s' ৰ সৈতে সংগত নহয়, অনুগ্ৰহ কৰি কি পৰিবৰ্তন কৰক অথবা সঠিক %s প্ৰথমতে "
"দিয়ক।"
-#: ../clients/common/nm-meta-setting-desc.c:4252
+#: ../clients/common/nm-meta-setting-desc.c:4182
#, fuzzy, c-format
msgid "WEP key is guessed to be of '%s'"
msgstr "WEP কি'ক '%s' ৰ বুলি ধৰা হয়\n"
-#: ../clients/common/nm-meta-setting-desc.c:4257
+#: ../clients/common/nm-meta-setting-desc.c:4187
#, fuzzy, c-format
msgid "WEP key index set to '%d'"
msgstr "WEP কি সূচী '%d' লৈ সংহতি কৰা হৈছে\n"
-#: ../clients/common/nm-meta-setting-desc.c:4296
+#: ../clients/common/nm-meta-setting-desc.c:4226
#, fuzzy, c-format
msgid "'%s' is not compatible with '%s' type, please change or delete the key."
msgstr ""
"সতৰ্কবাৰ্তা: '%s', '%s' ধৰণৰ সৈতে সংগত নহয়, অনুগ্ৰহ কৰি কি পৰিবৰ্তন কৰক অথবা মচি "
"পেলাওক।\n"
-#: ../clients/common/nm-meta-setting-desc.c:4306
+#: ../clients/common/nm-meta-setting-desc.c:4236
#, c-format
msgid "'%s' is not a valid PSK"
msgstr "'%s' এটা বৈধ PSK নহয়"
-#: ../clients/common/nm-meta-setting-desc.c:4338
+#: ../clients/common/nm-meta-setting-desc.c:4268
#, fuzzy
msgid "Bonding primary interface [none]"
msgstr "বান্ধনী প্ৰাথমিক আন্তঃপৃষ্ঠ [none]: "
#. this is a virtual property, only needed during "ask" mode.
-#: ../clients/common/nm-meta-setting-desc.c:4345
+#: ../clients/common/nm-meta-setting-desc.c:4275
#, fuzzy
msgid "Bonding monitoring mode"
msgstr "বান্ধনী পৰ্যবেক্ষণ অৱস্থা %s"
-#: ../clients/common/nm-meta-setting-desc.c:4354
+#: ../clients/common/nm-meta-setting-desc.c:4284
#, fuzzy
msgid "Bonding miimon [100]"
msgstr "বান্ধনী miimon [100]: "
-#: ../clients/common/nm-meta-setting-desc.c:4362
+#: ../clients/common/nm-meta-setting-desc.c:4292
#, fuzzy
msgid "Bonding downdelay [0]"
msgstr "বান্ধনী downdelay [0]: "
-#: ../clients/common/nm-meta-setting-desc.c:4370
+#: ../clients/common/nm-meta-setting-desc.c:4300
#, fuzzy
msgid "Bonding updelay [0]"
msgstr "বান্ধনী updelay [0]: "
-#: ../clients/common/nm-meta-setting-desc.c:4378
+#: ../clients/common/nm-meta-setting-desc.c:4308
#, fuzzy
msgid "Bonding arp-interval [0]"
msgstr "বান্ধনী arp-interval [0]: "
-#: ../clients/common/nm-meta-setting-desc.c:4386
+#: ../clients/common/nm-meta-setting-desc.c:4316
#, fuzzy
msgid "Bonding arp-ip-target [none]"
msgstr "বান্ধনী arp-ip-target [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:4394
+#: ../clients/common/nm-meta-setting-desc.c:4324
#, fuzzy
msgid "LACP rate ('slow' or 'fast') [slow]"
msgstr "LACP হাৰ ('slow' or 'fast') [slow]: "
@@ -4748,7 +4746,7 @@ msgstr "LACP হাৰ ('slow' or 'fast') [slow]: "
#. * that the actual type is (gboolean(*)(type *)).
#. macro that returns @func as const (guint32(*)(NMSetting*)) type, but checks
#. * that the actual type is (guint32(*)(type *)).
-#: ../clients/common/nm-meta-setting-desc.c:4511
+#: ../clients/common/nm-meta-setting-desc.c:4436
msgid ""
"nmcli can accepts both direct JSON configuration data and a file name "
"containing the configuration. In the latter case the file is read and the "
@@ -4765,7 +4763,7 @@ msgstr ""
"\"roundrobin\"}, \"ports\": {\"eth1\": {}, \"eth2\": {}} }\n"
" set team.config /etc/my-team.conf\n"
-#: ../clients/common/nm-meta-setting-desc.c:4541
+#: ../clients/common/nm-meta-setting-desc.c:4477
msgid ""
"Enter file path to CA certificate (optionally prefixed with file://).\n"
" [file://]\n"
@@ -4773,7 +4771,7 @@ msgid ""
"Example: /home/cimrman/cacert.crt\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4575
+#: ../clients/common/nm-meta-setting-desc.c:4511
msgid ""
"Enter file path to client certificate (optionally prefixed with file://).\n"
" [file://]\n"
@@ -4781,7 +4779,7 @@ msgid ""
"Example: /home/cimrman/jara.crt\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4632
+#: ../clients/common/nm-meta-setting-desc.c:4568
msgid ""
"Enter file path to CA certificate for inner authentication (optionally "
"prefixed\n"
@@ -4791,7 +4789,7 @@ msgid ""
"Example: /home/cimrman/ca-zweite-phase.crt\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4667
+#: ../clients/common/nm-meta-setting-desc.c:4603
msgid ""
"Enter file path to client certificate for inner authentication (optionally "
"prefixed\n"
@@ -4801,7 +4799,7 @@ msgid ""
"Example: /home/cimrman/jara-zweite-phase.crt\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4694
+#: ../clients/common/nm-meta-setting-desc.c:4630
msgid ""
"Enter bytes as a list of hexadecimal values.\n"
"Two formats are accepted:\n"
@@ -4822,8 +4820,8 @@ msgstr ""
"উদাহৰণস্বৰূপ: ab0455a6ea3a74C2\n"
" ab 4 55 0xa6 ea 3a 74 C2\n"
-#: ../clients/common/nm-meta-setting-desc.c:4711
-#: ../clients/common/nm-meta-setting-desc.c:4729
+#: ../clients/common/nm-meta-setting-desc.c:4647
+#: ../clients/common/nm-meta-setting-desc.c:4665
#, fuzzy
msgid ""
"Enter path to a private key and the key password (if not set yet):\n"
@@ -4839,93 +4837,97 @@ msgstr ""
#. * is not visible here since we only care about phase2 authentication
#. * (and don't even care of which one)
#.
-#: ../clients/common/nm-meta-setting-desc.c:4768
-#: ../clients/common/nm-secret-agent-simple.c:223
-#: ../clients/common/nm-secret-agent-simple.c:328
-#: ../clients/tui/nmt-page-dsl.c:66 ../clients/tui/nmt-page-wifi.c:321
+#: ../clients/common/nm-meta-setting-desc.c:4704
+#: ../clients/common/nm-secret-agent-simple.c:225
+#: ../clients/common/nm-secret-agent-simple.c:330
+#: ../clients/tui/nmt-page-dsl.c:66 ../clients/tui/nmt-page-wifi.c:320
msgid "Username"
msgstr "ব্যৱহাৰকাৰীনাম"
-#: ../clients/common/nm-meta-setting-desc.c:4774
-#: ../clients/common/nm-meta-setting-desc.c:4952
-#: ../clients/common/nm-meta-setting-desc.c:5221
-#: ../clients/common/nm-meta-setting-desc.c:5788
+#: ../clients/common/nm-meta-setting-desc.c:4710
+#: ../clients/common/nm-meta-setting-desc.c:4894
+#: ../clients/common/nm-meta-setting-desc.c:5177
+#: ../clients/common/nm-meta-setting-desc.c:5801
#, fuzzy
msgid "Password [none]"
msgstr "পাছৱৰ্ড [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:4821
+#: ../clients/common/nm-meta-setting-desc.c:4756
#, fuzzy
msgid "Bluetooth device address"
msgstr "ব্লুটুথ ডিভাইচ ঠিকনা:"
-#: ../clients/common/nm-meta-setting-desc.c:4865
-#: ../clients/common/nm-meta-setting-desc.c:5275
-#: ../clients/common/nm-meta-setting-desc.c:6213
-#: ../clients/common/nm-meta-setting-desc.c:6251
-#: ../clients/common/nm-meta-setting-desc.c:6388
+#: ../clients/common/nm-meta-setting-desc.c:4801
+#: ../clients/common/nm-meta-setting-desc.c:5231
+#: ../clients/common/nm-meta-setting-desc.c:6301
+#: ../clients/common/nm-meta-setting-desc.c:6339
+#: ../clients/common/nm-meta-setting-desc.c:6476
#, fuzzy
msgid "MAC [none]"
msgstr "MAC [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:4871
+#: ../clients/common/nm-meta-setting-desc.c:4807
#, fuzzy
msgid "Enable STP [no]"
msgstr "STP %s সামৰ্থবান কৰক"
-#: ../clients/common/nm-meta-setting-desc.c:4877
+#: ../clients/common/nm-meta-setting-desc.c:4813
#, fuzzy
msgid "STP priority [32768]"
msgstr "STP প্ৰাথমিকতা [32768]: "
-#: ../clients/common/nm-meta-setting-desc.c:4883
+#: ../clients/common/nm-meta-setting-desc.c:4819
#, fuzzy
msgid "Forward delay [15]"
msgstr "ফৰৱাৰ্ড বিলম্ব [15]: "
-#: ../clients/common/nm-meta-setting-desc.c:4889
+#: ../clients/common/nm-meta-setting-desc.c:4825
#, fuzzy
msgid "Hello time [2]"
msgstr "হেল্লো সময় [2]: "
-#: ../clients/common/nm-meta-setting-desc.c:4895
+#: ../clients/common/nm-meta-setting-desc.c:4831
#, fuzzy
msgid "Max age [20]"
msgstr "সৰ্বাধিক বয়স [20]: "
-#: ../clients/common/nm-meta-setting-desc.c:4901
+#: ../clients/common/nm-meta-setting-desc.c:4837
#, fuzzy
msgid "MAC address ageing time [300]"
msgstr "MAC ঠিকনা বয়স সময় [300]: "
-#: ../clients/common/nm-meta-setting-desc.c:4907
+#: ../clients/common/nm-meta-setting-desc.c:4843
+msgid "Group forward mask [0]"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:4849
#, fuzzy
msgid "Enable IGMP snooping [no]"
msgstr "STP %s সামৰ্থবান কৰক"
-#: ../clients/common/nm-meta-setting-desc.c:4919
+#: ../clients/common/nm-meta-setting-desc.c:4861
#, fuzzy
msgid "Bridge port priority [32]"
msgstr "ব্ৰিজ পৰ্ট প্ৰাথমিকতা [32]: "
-#: ../clients/common/nm-meta-setting-desc.c:4925
+#: ../clients/common/nm-meta-setting-desc.c:4867
#, fuzzy
msgid "Bridge port STP path cost [100]"
msgstr "ব্ৰিজ পৰ্ট STP পথ কস্ট [100]: "
-#: ../clients/common/nm-meta-setting-desc.c:4931
+#: ../clients/common/nm-meta-setting-desc.c:4873
#, fuzzy
msgid "Hairpin [no]"
msgstr "হেয়াৰপিন অৱস্থা"
-#: ../clients/common/nm-meta-setting-desc.c:4946
-#: ../clients/common/nm-meta-setting-desc.c:5215
-#: ../clients/common/nm-meta-setting-desc.c:6103
+#: ../clients/common/nm-meta-setting-desc.c:4888
+#: ../clients/common/nm-meta-setting-desc.c:5171
+#: ../clients/common/nm-meta-setting-desc.c:6191
#, fuzzy
msgid "Username [none]"
msgstr "ব্যৱহাৰকাৰীনাম [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:5029
+#: ../clients/common/nm-meta-setting-desc.c:4983
msgid ""
"Enter a list of user permissions. This is a list of user names formatted "
"as:\n"
@@ -4941,7 +4943,7 @@ msgstr ""
"\n"
"উদাহৰণস্বৰূপ: alice bob charlie\n"
-#: ../clients/common/nm-meta-setting-desc.c:5069
+#: ../clients/common/nm-meta-setting-desc.c:5025
msgid ""
"Enter secondary connections that should be activated when this connection "
"is\n"
@@ -4961,7 +4963,7 @@ msgstr ""
"\n"
"উদাহৰণ: private-openvpn, fe6ba5d8-c2fc-4aae-b2e3-97efddd8d9a7\n"
-#: ../clients/common/nm-meta-setting-desc.c:5086
+#: ../clients/common/nm-meta-setting-desc.c:5042
msgid ""
"Enter a value which indicates whether the connection is subject to a data\n"
"quota, usage costs or other limitations. Accepted options are:\n"
@@ -4970,29 +4972,29 @@ msgid ""
"'unknown' to let NetworkManager choose a value using some heuristics\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5232
+#: ../clients/common/nm-meta-setting-desc.c:5188
#, fuzzy
msgid "APN"
msgstr "AP"
-#: ../clients/common/nm-meta-setting-desc.c:5284
-#: ../clients/common/nm-meta-setting-desc.c:6276
-#: ../clients/common/nm-meta-setting-desc.c:6422
+#: ../clients/common/nm-meta-setting-desc.c:5240
+#: ../clients/common/nm-meta-setting-desc.c:6364
+#: ../clients/common/nm-meta-setting-desc.c:6510
#, fuzzy
msgid "MTU [auto]"
msgstr "MTU [auto]: "
-#: ../clients/common/nm-meta-setting-desc.c:5303
+#: ../clients/common/nm-meta-setting-desc.c:5259
#, fuzzy
msgid "P_KEY [none]"
msgstr "P_KEY [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:5312
+#: ../clients/common/nm-meta-setting-desc.c:5268
#, fuzzy
msgid "Parent interface [none]"
msgstr "উপধায়ক আন্তঃপৃষ্ঠ [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:5335
+#: ../clients/common/nm-meta-setting-desc.c:5291
msgid ""
"Enter a list of IPv4 addresses of DNS servers.\n"
"\n"
@@ -5002,12 +5004,12 @@ msgstr ""
"\n"
"উদাহৰণস্বৰূপ: 8.8.8.8, 8.8.4.4\n"
-#: ../clients/common/nm-meta-setting-desc.c:5367
+#: ../clients/common/nm-meta-setting-desc.c:5323
#, fuzzy
msgid "IPv4 address (IP[/plen]) [none]"
msgstr "IPv4 ঠিকনা (IP[/plen] [gateway]) [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:5369
+#: ../clients/common/nm-meta-setting-desc.c:5325
#, fuzzy
msgid ""
"Enter a list of IPv4 addresses formatted as:\n"
@@ -5022,12 +5024,12 @@ msgstr ""
"\n"
"উদাহৰণস্বৰূপ: 192.168.1.5/24 192.168.1.1, 10.0.0.11/24\n"
-#: ../clients/common/nm-meta-setting-desc.c:5382
+#: ../clients/common/nm-meta-setting-desc.c:5338
#, fuzzy
msgid "IPv4 gateway [none]"
msgstr "IPv4 ঠিকনা (IP[/plen] [gateway]) [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:5390
+#: ../clients/common/nm-meta-setting-desc.c:5346
#, fuzzy
msgid ""
"Enter a list of IPv4 routes formatted as:\n"
@@ -5050,7 +5052,7 @@ msgstr ""
"উদাহৰণ: 192.168.2.0/24 192.168.2.1 3, 10.1.0.0/16 10.0.0.254\n"
" 10.1.2.0/24\n"
-#: ../clients/common/nm-meta-setting-desc.c:5456
+#: ../clients/common/nm-meta-setting-desc.c:5448
msgid ""
"Enter a list of IPv6 addresses of DNS servers. If the IPv6 configuration "
"method is 'auto' these DNS servers are appended to those (if any) returned "
@@ -5070,12 +5072,12 @@ msgstr ""
"\n"
"উদাহৰণস্বৰূপ: 2607:f0d0:1002:51::4, 2607:f0d0:1002:51::1\n"
-#: ../clients/common/nm-meta-setting-desc.c:5494
+#: ../clients/common/nm-meta-setting-desc.c:5486
#, fuzzy
msgid "IPv6 address (IP[/plen]) [none]"
msgstr "IPv6 ঠিকনা (IP[/plen] [gateway]) [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:5496
+#: ../clients/common/nm-meta-setting-desc.c:5488
#, fuzzy
msgid ""
"Enter a list of IPv6 addresses formatted as:\n"
@@ -5091,12 +5093,12 @@ msgstr ""
"উদাহৰণস্বৰূপ: 2607:f0d0:1002:51::4/64 2607:f0d0:1002:51::1, "
"1050:0:0:0:5:600:300c:326b\n"
-#: ../clients/common/nm-meta-setting-desc.c:5509
+#: ../clients/common/nm-meta-setting-desc.c:5501
#, fuzzy
msgid "IPv6 gateway [none]"
msgstr "IPv6 ঠিকনা (IP[/plen] [gateway]) [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:5517
+#: ../clients/common/nm-meta-setting-desc.c:5509
#, fuzzy
msgid ""
"Enter a list of IPv6 routes formatted as:\n"
@@ -5122,181 +5124,186 @@ msgstr ""
"beef::3 2\n"
" abbe::/64 55\n"
-#: ../clients/common/nm-meta-setting-desc.c:5595
-#: ../clients/common/nm-meta-setting-desc.c:6136
+#: ../clients/common/nm-meta-setting-desc.c:5602
+#: ../clients/common/nm-meta-setting-desc.c:6224
#, fuzzy
msgid "Parent device [none]"
msgstr "উপধায়ক আন্তঃপৃষ্ঠ [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:5601
+#: ../clients/common/nm-meta-setting-desc.c:5608
#, fuzzy
msgid "Local endpoint [none]"
msgstr "উপধায়ক আন্তঃপৃষ্ঠ [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:5608
-#: ../clients/common/nm-meta-setting-desc.c:6156
+#: ../clients/common/nm-meta-setting-desc.c:5615
+#: ../clients/common/nm-meta-setting-desc.c:6244
#, fuzzy
msgid "Remote"
msgstr "আতৰাওক"
-#: ../clients/common/nm-meta-setting-desc.c:5645
+#: ../clients/common/nm-meta-setting-desc.c:5652
msgid "MACsec parent device or connection UUID"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5666
+#: ../clients/common/nm-meta-setting-desc.c:5673
msgid "Enable encryption [yes]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5672
-#: ../clients/common/nm-secret-agent-simple.c:520
+#: ../clients/common/nm-meta-setting-desc.c:5679
+#: ../clients/common/nm-secret-agent-simple.c:522
msgid "MKA CAK"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5682
+#: ../clients/common/nm-meta-setting-desc.c:5689
msgid "MKA_CKN"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5688
+#: ../clients/common/nm-meta-setting-desc.c:5695
msgid "SCI port [1]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5711
+#: ../clients/common/nm-meta-setting-desc.c:5718
#, fuzzy
msgid "MACVLAN parent device or connection UUID"
msgstr "VLAN উপধায়ক ডিভাইচ অথবা সংযোগ UUID:"
-#: ../clients/common/nm-meta-setting-desc.c:5732
+#: ../clients/common/nm-meta-setting-desc.c:5739
msgid "Tap [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5745
-#: ../clients/common/nm-meta-setting-desc.c:6343
-#: ../clients/tui/nmt-page-wifi.c:213
+#: ../clients/common/nm-meta-setting-desc.c:5752
+#: ../clients/common/nm-meta-setting-desc.c:6431
+#: ../clients/tui/nmt-page-wifi.c:212
msgid "SSID"
msgstr "SSID"
-#: ../clients/common/nm-meta-setting-desc.c:5754
+#: ../clients/common/nm-meta-setting-desc.c:5761
#, fuzzy
msgid "OLPC Mesh channel [1]"
msgstr "OLPC Mesh চেনেল [1]: "
-#: ../clients/common/nm-meta-setting-desc.c:5763
+#: ../clients/common/nm-meta-setting-desc.c:5770
#, fuzzy
msgid "DHCP anycast MAC address [none]"
msgstr "DHCP anycast MAC ঠিকনা [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:5775
+#: ../clients/common/nm-meta-setting-desc.c:5782
+#, fuzzy
+msgid "PPPoE parent device"
+msgstr "উপধায়ক আন্তঃপৃষ্ঠ [none]: "
+
+#: ../clients/common/nm-meta-setting-desc.c:5788
#, fuzzy
msgid "Service [none]"
msgstr "সেৱা [একো নাই]: "
-#: ../clients/common/nm-meta-setting-desc.c:5782
+#: ../clients/common/nm-meta-setting-desc.c:5795
#, fuzzy
msgid "PPPoE username"
msgstr "PPPoE ব্যৱহাৰকাৰীনাম: "
-#: ../clients/common/nm-meta-setting-desc.c:5881
+#: ../clients/common/nm-meta-setting-desc.c:5969
msgid "Browser only [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5887
+#: ../clients/common/nm-meta-setting-desc.c:5975
msgid "PAC URL"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5893
+#: ../clients/common/nm-meta-setting-desc.c:5981
msgid "PAC script"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5908
-#: ../clients/common/nm-meta-setting-desc.c:5924
+#: ../clients/common/nm-meta-setting-desc.c:5996
+#: ../clients/common/nm-meta-setting-desc.c:6012
#, fuzzy
msgid "Team JSON configuration [none]"
msgstr "দল JSON সংৰূপ [একো নাই]: "
-#: ../clients/common/nm-meta-setting-desc.c:6006
+#: ../clients/common/nm-meta-setting-desc.c:6094
#, fuzzy
msgid "User ID [none]"
msgstr "ব্যৱহাৰকাৰীনাম [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:6012
+#: ../clients/common/nm-meta-setting-desc.c:6100
#, fuzzy
msgid "Group ID [none]"
msgstr "MAC [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:6018
+#: ../clients/common/nm-meta-setting-desc.c:6106
#, fuzzy
msgid "Enable PI [no]"
msgstr "STP %s সামৰ্থবান কৰক"
-#: ../clients/common/nm-meta-setting-desc.c:6024
+#: ../clients/common/nm-meta-setting-desc.c:6112
#, fuzzy
msgid "Enable VNET header [no]"
msgstr "STP %s সামৰ্থবান কৰক"
-#: ../clients/common/nm-meta-setting-desc.c:6030
+#: ../clients/common/nm-meta-setting-desc.c:6118
msgid "Enable multi queue [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6043
+#: ../clients/common/nm-meta-setting-desc.c:6131
#, fuzzy
msgid "VLAN parent device or connection UUID"
msgstr "VLAN উপধায়ক ডিভাইচ অথবা সংযোগ UUID:"
-#: ../clients/common/nm-meta-setting-desc.c:6050
+#: ../clients/common/nm-meta-setting-desc.c:6138
#, fuzzy
msgid "VLAN ID (<0-4094>)"
msgstr "VLAN ID <0-4095>: "
-#: ../clients/common/nm-meta-setting-desc.c:6056
+#: ../clients/common/nm-meta-setting-desc.c:6144
#, fuzzy
msgid "VLAN flags (<0-7>) [none]"
msgstr "VLAN ফ্লেগসমূহ (<0-7>) [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:6065
+#: ../clients/common/nm-meta-setting-desc.c:6153
#, fuzzy
msgid "Ingress priority maps [none]"
msgstr "Ingress প্ৰাথমিকতা মেপসমূহ [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:6075
+#: ../clients/common/nm-meta-setting-desc.c:6163
#, fuzzy
msgid "Egress priority maps [none]"
msgstr "Egress প্ৰাথমিকতা মেপসমূহ [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:6143
+#: ../clients/common/nm-meta-setting-desc.c:6231
#, fuzzy
msgid "VXLAN ID"
msgstr "VLAN ID <0-4095>: "
-#: ../clients/common/nm-meta-setting-desc.c:6149
+#: ../clients/common/nm-meta-setting-desc.c:6237
#, fuzzy
msgid "Local address [none]"
msgstr "DHCP anycast MAC ঠিকনা [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:6162
+#: ../clients/common/nm-meta-setting-desc.c:6250
msgid "Minimum source port [0]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6168
+#: ../clients/common/nm-meta-setting-desc.c:6256
msgid "Maximum source port [0]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6174
+#: ../clients/common/nm-meta-setting-desc.c:6262
#, fuzzy
msgid "Destination port [8472]"
msgstr "গন্তব্য"
-#: ../clients/common/nm-meta-setting-desc.c:6220
+#: ../clients/common/nm-meta-setting-desc.c:6308
#, fuzzy
msgid "WiMAX NSP name"
msgstr "WiMAX NSP নাম: "
-#: ../clients/common/nm-meta-setting-desc.c:6257
-#: ../clients/common/nm-meta-setting-desc.c:6393
+#: ../clients/common/nm-meta-setting-desc.c:6345
+#: ../clients/common/nm-meta-setting-desc.c:6481
#, fuzzy
msgid "Cloned MAC [none]"
msgstr "ক্লৌণ্ড MAC [none]: "
-#: ../clients/common/nm-meta-setting-desc.c:6284
+#: ../clients/common/nm-meta-setting-desc.c:6372
#, fuzzy
msgid ""
"Enter a list of subchannels (comma or space separated).\n"
@@ -5307,7 +5314,7 @@ msgstr ""
"\n"
"Example: 0.0.0e20 0.0.0e21 0.0.0e22\n"
-#: ../clients/common/nm-meta-setting-desc.c:6538
+#: ../clients/common/nm-meta-setting-desc.c:6626
msgid ""
"Enter the type of WEP keys. The accepted values are: 0 or unknown, 1 or key, "
"and 2 or passphrase.\n"
@@ -5316,162 +5323,178 @@ msgstr ""
"অথবা পাচফ্ৰেইছ।\n"
#. ***************************************************************************
-#: ../clients/common/nm-meta-setting-desc.c:6708
+#: ../clients/common/nm-meta-setting-desc.c:6786
msgid "802-1x settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6709
+#: ../clients/common/nm-meta-setting-desc.c:6787
#: ../src/devices/adsl/nm-device-adsl.c:137
msgid "ADSL connection"
msgstr "ADSL সংযোগ"
-#: ../clients/common/nm-meta-setting-desc.c:6710
+#: ../clients/common/nm-meta-setting-desc.c:6788
#, fuzzy
msgid "bluetooth connection"
msgstr "বান্ধনী সংযোগ"
-#: ../clients/common/nm-meta-setting-desc.c:6711
+#: ../clients/common/nm-meta-setting-desc.c:6789
#, fuzzy
msgid "Bond device"
msgstr "ইথাৰনেট"
-#: ../clients/common/nm-meta-setting-desc.c:6712
+#: ../clients/common/nm-meta-setting-desc.c:6790
#, fuzzy
msgid "Bridge device"
msgstr "ইথাৰনেট"
-#: ../clients/common/nm-meta-setting-desc.c:6713
+#: ../clients/common/nm-meta-setting-desc.c:6791
#, fuzzy
msgid "Bridge port"
msgstr "ব্ৰিজ"
-#: ../clients/common/nm-meta-setting-desc.c:6714
+#: ../clients/common/nm-meta-setting-desc.c:6792
#, fuzzy
msgid "CDMA mobile broadband connection"
msgstr "ম'বাইল ব্ৰ'ডবেণ্ড সংযোগ %d"
-#: ../clients/common/nm-meta-setting-desc.c:6715
+#: ../clients/common/nm-meta-setting-desc.c:6793
msgid "General settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6716
+#: ../clients/common/nm-meta-setting-desc.c:6794
msgid "DCB settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6717
+#: ../clients/common/nm-meta-setting-desc.c:6795
msgid "Dummy settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6718
+#: ../clients/common/nm-meta-setting-desc.c:6796
msgid "Generic settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6719
+#: ../clients/common/nm-meta-setting-desc.c:6797
#, fuzzy
msgid "GSM mobile broadband connection"
msgstr "ম'বাইল ব্ৰ'ডবেণ্ড সংযোগ %d"
-#: ../clients/common/nm-meta-setting-desc.c:6720
+#: ../clients/common/nm-meta-setting-desc.c:6798
#: ../src/devices/nm-device-infiniband.c:192
msgid "InfiniBand connection"
msgstr "InfiniBand সংযোগ"
-#: ../clients/common/nm-meta-setting-desc.c:6721
+#: ../clients/common/nm-meta-setting-desc.c:6799
msgid "IPv4 protocol"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6722
+#: ../clients/common/nm-meta-setting-desc.c:6800
msgid "IPv6 protocol"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6723
+#: ../clients/common/nm-meta-setting-desc.c:6801
msgid "IP-tunnel settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6724
+#: ../clients/common/nm-meta-setting-desc.c:6802
msgid "MACsec connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6725
+#: ../clients/common/nm-meta-setting-desc.c:6803
#, fuzzy
msgid "macvlan connection"
msgstr "বান্ধনী সংযোগ"
-#: ../clients/common/nm-meta-setting-desc.c:6726
+#: ../clients/common/nm-meta-setting-desc.c:6804
#, fuzzy
msgid "OLPC Mesh connection"
msgstr "CDMA সংযোগ"
-#: ../clients/common/nm-meta-setting-desc.c:6727
+#: ../clients/common/nm-meta-setting-desc.c:6805
+msgid "OpenVSwitch bridge settings"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:6806
+msgid "OpenVSwitch interface settings"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:6807
+msgid "OpenVSwitch patch interface settings"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:6808
+msgid "OpenVSwitch port settings"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:6809
msgid "PPP settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6728
+#: ../clients/common/nm-meta-setting-desc.c:6810
msgid "PPPoE"
msgstr "PPPoE"
-#: ../clients/common/nm-meta-setting-desc.c:6729
+#: ../clients/common/nm-meta-setting-desc.c:6811
msgid "Proxy"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6730
+#: ../clients/common/nm-meta-setting-desc.c:6812
msgid "Serial settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6731
+#: ../clients/common/nm-meta-setting-desc.c:6813
#, fuzzy
msgid "Team device"
msgstr "ডিভাইচ আতৰোৱা হৈছিল"
-#: ../clients/common/nm-meta-setting-desc.c:6732
+#: ../clients/common/nm-meta-setting-desc.c:6814
#, fuzzy
msgid "Team port"
msgstr "দল"
-#: ../clients/common/nm-meta-setting-desc.c:6733
+#: ../clients/common/nm-meta-setting-desc.c:6815
#, fuzzy
msgid "Tun device"
msgstr "ডিভাইচ আতৰোৱা হৈছিল"
-#: ../clients/common/nm-meta-setting-desc.c:6734
+#: ../clients/common/nm-meta-setting-desc.c:6816
msgid "User settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6735
-#: ../src/devices/nm-device-vlan.c:433
+#: ../clients/common/nm-meta-setting-desc.c:6817
+#: ../src/devices/nm-device-vlan.c:394
msgid "VLAN connection"
msgstr "VLAN সংযোগ"
-#: ../clients/common/nm-meta-setting-desc.c:6736 ../src/nm-manager.c:4079
+#: ../clients/common/nm-meta-setting-desc.c:6818 ../src/nm-manager.c:4191
msgid "VPN connection"
msgstr "VPN সংযোগ"
-#: ../clients/common/nm-meta-setting-desc.c:6737
-#: ../src/devices/nm-device-vxlan.c:369
+#: ../clients/common/nm-meta-setting-desc.c:6819
+#: ../src/devices/nm-device-vxlan.c:331
#, fuzzy
msgid "VXLAN connection"
msgstr "VLAN সংযোগ"
-#: ../clients/common/nm-meta-setting-desc.c:6738
+#: ../clients/common/nm-meta-setting-desc.c:6820
#, fuzzy
msgid "WiMAX connection"
msgstr "CDMA সংযোগ"
-#: ../clients/common/nm-meta-setting-desc.c:6739
+#: ../clients/common/nm-meta-setting-desc.c:6821
#, fuzzy
msgid "Wired Ethernet"
msgstr "ইথাৰনেট"
-#: ../clients/common/nm-meta-setting-desc.c:6740
+#: ../clients/common/nm-meta-setting-desc.c:6822
#, fuzzy
msgid "Wi-Fi connection"
msgstr "Wi-Fi সংযোগ %d"
-#: ../clients/common/nm-meta-setting-desc.c:6741
+#: ../clients/common/nm-meta-setting-desc.c:6823
msgid "Wi-Fi security settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:7013
+#: ../clients/common/nm-meta-setting-desc.c:7138
#, fuzzy
msgid "name"
msgstr "ব্যৱহাৰকাৰীনাম"
@@ -5480,109 +5503,109 @@ msgstr "ব্যৱহাৰকাৰীনাম"
msgid "An authentication session is already underway."
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:230
-#: ../clients/common/nm-secret-agent-simple.c:273
-#: ../clients/common/nm-secret-agent-simple.c:303
-#: ../clients/common/nm-secret-agent-simple.c:342
-#: ../clients/common/nm-secret-agent-simple.c:504
-#: ../clients/common/nm-secret-agent-simple.c:538
-#: ../clients/common/nm-secret-agent-simple.c:556
+#: ../clients/common/nm-secret-agent-simple.c:232
+#: ../clients/common/nm-secret-agent-simple.c:275
+#: ../clients/common/nm-secret-agent-simple.c:305
+#: ../clients/common/nm-secret-agent-simple.c:344
+#: ../clients/common/nm-secret-agent-simple.c:506
+#: ../clients/common/nm-secret-agent-simple.c:540
+#: ../clients/common/nm-secret-agent-simple.c:563
#: ../clients/common/nm-vpn-helpers.c:119
#: ../clients/common/nm-vpn-helpers.c:123
#: ../clients/common/nm-vpn-helpers.c:129
#: ../clients/common/nm-vpn-helpers.c:134 ../clients/tui/nmt-page-dsl.c:75
-#: ../clients/tui/nmt-page-wifi.c:266 ../clients/tui/nmt-page-wifi.c:297
-#: ../clients/tui/nmt-page-wifi.c:330
+#: ../clients/tui/nmt-page-wifi.c:265 ../clients/tui/nmt-page-wifi.c:296
+#: ../clients/tui/nmt-page-wifi.c:329
msgid "Password"
msgstr "পাছৱৰ্ড"
-#: ../clients/common/nm-secret-agent-simple.c:241
+#: ../clients/common/nm-secret-agent-simple.c:243
msgid "Identity"
msgstr "পৰিচয়"
-#: ../clients/common/nm-secret-agent-simple.c:248
+#: ../clients/common/nm-secret-agent-simple.c:250
msgid "Private key password"
msgstr "ব্যক্তিগত কি' পাছৱৰ্ড"
-#: ../clients/common/nm-secret-agent-simple.c:289
-#: ../clients/tui/nmt-page-wifi.c:278
+#: ../clients/common/nm-secret-agent-simple.c:291
+#: ../clients/tui/nmt-page-wifi.c:277
msgid "Key"
msgstr "কি'"
-#: ../clients/common/nm-secret-agent-simple.c:335
+#: ../clients/common/nm-secret-agent-simple.c:337
#: ../clients/tui/nmt-page-dsl.c:78
msgid "Service"
msgstr "সেৱা"
-#: ../clients/common/nm-secret-agent-simple.c:465
+#: ../clients/common/nm-secret-agent-simple.c:467
msgid "Authentication required by wireless network"
msgstr "বেতাঁৰ নেটৱৰ্কৰ দ্বাৰা প্ৰমাণীকৰণৰ প্ৰয়োজন"
-#: ../clients/common/nm-secret-agent-simple.c:466
+#: ../clients/common/nm-secret-agent-simple.c:468
#, c-format
msgid ""
"Passwords or encryption keys are required to access the wireless network "
"'%s'."
msgstr "বেতাঁৰ নেটৱৰ্ক '%s' অভিগম কৰিবলে পাছৱৰ্ডসমূহ অথবা ইনক্ৰিপষণ কি'সমূহৰ প্ৰয়োজন।"
-#: ../clients/common/nm-secret-agent-simple.c:474
+#: ../clients/common/nm-secret-agent-simple.c:476
msgid "Wired 802.1X authentication"
msgstr "তাঁৰযুক্ত 802.1X প্ৰমাণীকৰণ"
-#: ../clients/common/nm-secret-agent-simple.c:475
+#: ../clients/common/nm-secret-agent-simple.c:477
#, fuzzy, c-format
msgid "Secrets are required to access the wired network '%s'"
msgstr "বেতাঁৰ নেটৱৰ্ক '%s' অভিগম কৰিবলে পাছৱৰ্ডসমূহ অথবা ইনক্ৰিপষণ কি'সমূহৰ প্ৰয়োজন।"
-#: ../clients/common/nm-secret-agent-simple.c:480
+#: ../clients/common/nm-secret-agent-simple.c:482
msgid "DSL authentication"
msgstr "DSL প্ৰমাণীকৰণ"
-#: ../clients/common/nm-secret-agent-simple.c:481
+#: ../clients/common/nm-secret-agent-simple.c:483
#, fuzzy, c-format
msgid "Secrets are required for the DSL connection '%s'"
msgstr "ধৰণ '%s' ৰ সংযোগ '%s' ৰ বাবে সম্পাদক সৃষ্টি কৰিব পৰা নগল।"
-#: ../clients/common/nm-secret-agent-simple.c:489
+#: ../clients/common/nm-secret-agent-simple.c:491
msgid "PIN code required"
msgstr "PIN ক'ডৰ প্ৰয়োজন"
-#: ../clients/common/nm-secret-agent-simple.c:490
+#: ../clients/common/nm-secret-agent-simple.c:492
msgid "PIN code is needed for the mobile broadband device"
msgstr "মবাইল ব্ৰডবেণ্ড সেৱাৰ বাবে PIN ক'ডৰ প্ৰয়োজন"
-#: ../clients/common/nm-secret-agent-simple.c:492
+#: ../clients/common/nm-secret-agent-simple.c:494
msgid "PIN"
msgstr "PIN"
-#: ../clients/common/nm-secret-agent-simple.c:500
-#: ../clients/common/nm-secret-agent-simple.c:534
-#: ../clients/common/nm-secret-agent-simple.c:552
+#: ../clients/common/nm-secret-agent-simple.c:502
+#: ../clients/common/nm-secret-agent-simple.c:536
+#: ../clients/common/nm-secret-agent-simple.c:559
msgid "Mobile broadband network password"
msgstr "ম'বাইল ব্ৰ'ডবেণ্ড নেটৱৰ্কৰ পাছৱৰ্ড"
-#: ../clients/common/nm-secret-agent-simple.c:501
-#: ../clients/common/nm-secret-agent-simple.c:535
-#: ../clients/common/nm-secret-agent-simple.c:553
-#: ../clients/common/nm-secret-agent-simple.c:573
+#: ../clients/common/nm-secret-agent-simple.c:503
+#: ../clients/common/nm-secret-agent-simple.c:537
+#: ../clients/common/nm-secret-agent-simple.c:560
+#: ../clients/common/nm-secret-agent-simple.c:582
#, c-format
msgid "A password is required to connect to '%s'."
msgstr "'%s' লে সংযোগ কৰিবলে এটা পাছৱৰ্ডৰ প্ৰয়োজন।"
-#: ../clients/common/nm-secret-agent-simple.c:515
+#: ../clients/common/nm-secret-agent-simple.c:517
#, c-format
msgid "Secrets are required to access the MACsec network '%s'"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:519
+#: ../clients/common/nm-secret-agent-simple.c:521
msgid "MACsec PSK authentication"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:528
+#: ../clients/common/nm-secret-agent-simple.c:530
msgid "MACsec EAP authentication"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:568
+#: ../clients/common/nm-secret-agent-simple.c:577
#, fuzzy
msgid "VPN password required"
msgstr "PIN ক'ডৰ প্ৰয়োজন"
@@ -5658,32 +5681,36 @@ msgstr ""
#: ../clients/common/settings-docs.c.in:105
#: ../clients/common/settings-docs.c.in:113
#: ../clients/common/settings-docs.c.in:115
-#: ../clients/common/settings-docs.c.in:123
-#: ../clients/common/settings-docs.c.in:127
-#: ../clients/common/settings-docs.c.in:131
-#: ../clients/common/settings-docs.c.in:146
-#: ../clients/common/settings-docs.c.in:163
-#: ../clients/common/settings-docs.c.in:172
-#: ../clients/common/settings-docs.c.in:173
-#: ../clients/common/settings-docs.c.in:178
-#: ../clients/common/settings-docs.c.in:190
-#: ../clients/common/settings-docs.c.in:200
-#: ../clients/common/settings-docs.c.in:223
-#: ../clients/common/settings-docs.c.in:243
-#: ../clients/common/settings-docs.c.in:253
-#: ../clients/common/settings-docs.c.in:258
-#: ../clients/common/settings-docs.c.in:269
-#: ../clients/common/settings-docs.c.in:281
-#: ../clients/common/settings-docs.c.in:288
-#: ../clients/common/settings-docs.c.in:293
-#: ../clients/common/settings-docs.c.in:298
-#: ../clients/common/settings-docs.c.in:300
-#: ../clients/common/settings-docs.c.in:304
+#: ../clients/common/settings-docs.c.in:124
+#: ../clients/common/settings-docs.c.in:128
+#: ../clients/common/settings-docs.c.in:132
+#: ../clients/common/settings-docs.c.in:148
+#: ../clients/common/settings-docs.c.in:165
+#: ../clients/common/settings-docs.c.in:174
+#: ../clients/common/settings-docs.c.in:175
+#: ../clients/common/settings-docs.c.in:180
+#: ../clients/common/settings-docs.c.in:192
+#: ../clients/common/settings-docs.c.in:202
+#: ../clients/common/settings-docs.c.in:225
+#: ../clients/common/settings-docs.c.in:246
+#: ../clients/common/settings-docs.c.in:257
+#: ../clients/common/settings-docs.c.in:262
+#: ../clients/common/settings-docs.c.in:268
+#: ../clients/common/settings-docs.c.in:271
+#: ../clients/common/settings-docs.c.in:273
+#: ../clients/common/settings-docs.c.in:279
+#: ../clients/common/settings-docs.c.in:289
+#: ../clients/common/settings-docs.c.in:301
#: ../clients/common/settings-docs.c.in:309
#: ../clients/common/settings-docs.c.in:314
-#: ../clients/common/settings-docs.c.in:317
-#: ../clients/common/settings-docs.c.in:331
-#: ../clients/common/settings-docs.c.in:341
+#: ../clients/common/settings-docs.c.in:319
+#: ../clients/common/settings-docs.c.in:321
+#: ../clients/common/settings-docs.c.in:325
+#: ../clients/common/settings-docs.c.in:330
+#: ../clients/common/settings-docs.c.in:335
+#: ../clients/common/settings-docs.c.in:338
+#: ../clients/common/settings-docs.c.in:352
+#: ../clients/common/settings-docs.c.in:362
msgid ""
"The setting's name, which uniquely identifies the setting within the "
"connection. Each setting type has a name unique to that type, for example "
@@ -5721,7 +5748,6 @@ msgid ""
msgstr ""
#: ../clients/common/settings-docs.c.in:10
-#: ../clients/common/settings-docs.c.in:90
msgid ""
"If specified, request that the device use this MAC address instead. This is "
"known as MAC cloning or spoofing. Beside explicitly specifying a MAC "
@@ -5759,7 +5785,7 @@ msgid ""
"address to 68:F7:28, while the lower bits are randomized. A value of "
"\"02:00:00:00:00:00 00:00:00:00:00:00\" will create a fully scrambled "
"globally-administered, burned-in MAC address. If the value contains more "
-"then one additional MAC addresses, one of them is chosen randomly. For "
+"than one additional MAC addresses, one of them is chosen randomly. For "
"example, \"02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00\" will "
"create a fully scrambled MAC address, randomly locally or globally "
"administered."
@@ -5983,7 +6009,7 @@ msgid ""
"Flags indicating which mode of WPS is to be used if any. There's little "
"point in changing the default setting as NetworkManager will automatically "
"determine whether it's feasible to start WPS enrollment from the Access "
-"Point capabilities. WPS can by disabled by setting this property to a value "
+"Point capabilities. WPS can be disabled by setting this property to a value "
"of 1."
msgstr ""
@@ -6097,9 +6123,9 @@ msgstr ""
#: ../clients/common/settings-docs.c.in:60
#: ../clients/common/settings-docs.c.in:107
-#: ../clients/common/settings-docs.c.in:134
-#: ../clients/common/settings-docs.c.in:182
-#: ../clients/common/settings-docs.c.in:283
+#: ../clients/common/settings-docs.c.in:135
+#: ../clients/common/settings-docs.c.in:184
+#: ../clients/common/settings-docs.c.in:304
msgid "Flags indicating how to handle the \"password\" property."
msgstr ""
@@ -6294,7 +6320,7 @@ msgid "PIN used for EAP authentication methods."
msgstr ""
#: ../clients/common/settings-docs.c.in:83
-#: ../clients/common/settings-docs.c.in:184
+#: ../clients/common/settings-docs.c.in:186
msgid "Flags indicating how to handle the \"pin\" property."
msgstr ""
@@ -6359,6 +6385,23 @@ msgid ""
"will be skipped."
msgstr ""
+#: ../clients/common/settings-docs.c.in:90
+msgid ""
+"If specified, request that the device use this MAC address instead. This is "
+"known as MAC cloning or spoofing. Beside explicitly specifying a MAC "
+"address, the special values \"preserve\", \"permanent\", \"random\" and "
+"\"stable\" are supported. \"preserve\" means not to touch the MAC address on "
+"activation. \"permanent\" means to use the permanent hardware address if the "
+"device has one (otherwise this is treated as \"preserve\"). \"random\" "
+"creates a random MAC address on each connect. \"stable\" creates a hashed "
+"MAC address based on connection.stable-id and a machine dependent key. If "
+"unspecified, the value can be overwritten via global defaults, see manual of "
+"NetworkManager.conf. If still unspecified, it defaults to \"preserve"
+"\" (older versions of NetworkManager may use a different default value). On "
+"D-Bus, this field is expressed as \"assigned-mac-address\" or the deprecated "
+"\"cloned-mac-address\"."
+msgstr ""
+
#: ../clients/common/settings-docs.c.in:91
msgid ""
"Can be specified only when \"auto-negotiate\" is \"off\". In that case, "
@@ -6383,10 +6426,10 @@ msgstr ""
#: ../clients/common/settings-docs.c.in:97
msgid ""
-"Specific port type to use if multiple the device supports multiple "
-"attachment methods. One of \"tp\" (Twisted Pair), \"aui\" (Attachment Unit "
-"Interface), \"bnc\" (Thin Ethernet) or \"mii\" (Media Independent Interface. "
-"If the device supports only one port type, this setting is ignored."
+"Specific port type to use if the device supports multiple attachment "
+"methods. One of \"tp\" (Twisted Pair), \"aui\" (Attachment Unit Interface), "
+"\"bnc\" (Thin Ethernet) or \"mii\" (Media Independent Interface). If the "
+"device supports only one port type, this setting is ignored."
msgstr ""
#: ../clients/common/settings-docs.c.in:98
@@ -6415,7 +6458,7 @@ msgstr ""
#: ../clients/common/settings-docs.c.in:101
msgid ""
-"Can be set to a value grater than zero only when \"auto-negotiate\" is \"off"
+"Can be set to a value greater than zero only when \"auto-negotiate\" is \"off"
"\". In that case, statically configures the device to use that specified "
"speed. In Mbit/s, ie 100 == 100Mbit/s. Must be set together with the \"duplex"
"\" property when non-zero. Before specifying a speed value be sure your "
@@ -6492,86 +6535,106 @@ msgid "The Spanning Tree Protocol (STP) forwarding delay, in seconds."
msgstr ""
#: ../clients/common/settings-docs.c.in:119
-msgid "The Spanning Tree Protocol (STP) hello time, in seconds."
+msgid ""
+"A mask of group addresses to forward. Usually, group addresses in the range "
+"from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F are not forwarded according to "
+"standards. This property is a mask of 16 bits, each corresponding to a group "
+"address in that range that must be forwarded. The mask can't have bits 0, 1 "
+"or 2 set because they are used for STP, MAC pause frames and LACP."
msgstr ""
#: ../clients/common/settings-docs.c.in:120
+msgid "The Spanning Tree Protocol (STP) hello time, in seconds."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:121
msgid ""
"If specified, the MAC address of bridge. When creating a new bridge, this "
-"MAC address will be set. When matching an existing (outside NetworkManager "
-"created) bridge, this MAC address must match."
+"MAC address will be set. If this field is left unspecified, the \"ethernet."
+"cloned-mac-address\" is referred instead to generate the initial MAC "
+"address. Note that setting \"ethernet.cloned-mac-address\" anyway overwrites "
+"the MAC address of the bridge later while activating the bridge. Hence, this "
+"property is deprecated."
msgstr ""
-#: ../clients/common/settings-docs.c.in:121
+#: ../clients/common/settings-docs.c.in:122
msgid "The Spanning Tree Protocol (STP) maximum message age, in seconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:122
+#: ../clients/common/settings-docs.c.in:123
msgid ""
"Controls whether IGMP snooping is enabled for this bridge. Note that if "
"snooping was automatically disabled due to hash collisions, the system may "
"refuse to enable the feature until the collisions are resolved."
msgstr ""
-#: ../clients/common/settings-docs.c.in:124
+#: ../clients/common/settings-docs.c.in:125
msgid ""
"Sets the Spanning Tree Protocol (STP) priority for this bridge. Lower "
"values are \"better\"; the lowest priority bridge will be elected the root "
"bridge."
msgstr ""
-#: ../clients/common/settings-docs.c.in:125
+#: ../clients/common/settings-docs.c.in:126
msgid ""
"Controls whether Spanning Tree Protocol (STP) is enabled for this bridge."
msgstr ""
-#: ../clients/common/settings-docs.c.in:126
+#: ../clients/common/settings-docs.c.in:127
msgid ""
-"Enables or disabled \"hairpin mode\" for the port, which allows frames to be "
+"Enables or disables \"hairpin mode\" for the port, which allows frames to be "
"sent back out through the port the frame was received on."
msgstr ""
-#: ../clients/common/settings-docs.c.in:128
+#: ../clients/common/settings-docs.c.in:129
msgid ""
"The Spanning Tree Protocol (STP) port cost for destinations via this port."
msgstr ""
-#: ../clients/common/settings-docs.c.in:129
+#: ../clients/common/settings-docs.c.in:130
msgid "The Spanning Tree Protocol (STP) priority of this bridge port."
msgstr ""
-#: ../clients/common/settings-docs.c.in:130
-#: ../clients/common/settings-docs.c.in:177
-#: ../clients/common/settings-docs.c.in:189
+#: ../clients/common/settings-docs.c.in:131
+#: ../clients/common/settings-docs.c.in:179
+#: ../clients/common/settings-docs.c.in:191
msgid ""
"If non-zero, only transmit packets of the specified size or smaller, "
"breaking larger packets up into multiple frames."
msgstr ""
-#: ../clients/common/settings-docs.c.in:132
+#: ../clients/common/settings-docs.c.in:133
msgid ""
"The number to dial to establish the connection to the CDMA-based mobile "
"broadband network, if any. If not specified, the default number (#777) is "
"used when required."
msgstr ""
-#: ../clients/common/settings-docs.c.in:133
-#: ../clients/common/settings-docs.c.in:181
+#: ../clients/common/settings-docs.c.in:134
+#: ../clients/common/settings-docs.c.in:183
msgid ""
"The password used to authenticate with the network, if required. Many "
"providers do not require a password, or accept any password. But if a "
"password is required, it is specified here."
msgstr ""
-#: ../clients/common/settings-docs.c.in:135
-#: ../clients/common/settings-docs.c.in:187
+#: ../clients/common/settings-docs.c.in:136
+#: ../clients/common/settings-docs.c.in:189
msgid ""
"The username used to authenticate with the network, if required. Many "
"providers do not require a username, or accept any username. But if a "
"username is required, it is specified here."
msgstr ""
-#: ../clients/common/settings-docs.c.in:136
+#: ../clients/common/settings-docs.c.in:137
+msgid ""
+"The number of retries for the authentication. Zero means to try "
+"indefinitely; -1 means to use a global default. If the global default is not "
+"set, the authentication retries for 3 times before failing the connection. "
+"Currently this only applies to 802-1x authentication."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:138
msgid ""
"Whether or not the connection should be automatically connected by "
"NetworkManager when the resources for the connection are available. TRUE to "
@@ -6579,21 +6642,23 @@ msgid ""
"to activate the connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:137
+#: ../clients/common/settings-docs.c.in:139
msgid ""
"The autoconnect priority. If the connection is set to autoconnect, "
"connections with higher priority will be preferred. Defaults to 0. The "
"higher number means higher priority."
msgstr ""
-#: ../clients/common/settings-docs.c.in:138
+#: ../clients/common/settings-docs.c.in:140
msgid ""
"The number of times a connection should be tried when autoactivating before "
"giving up. Zero means forever, -1 means the global default (4 times if not "
-"overridden)."
+"overridden). Setting this to 1 means to try activation only once before "
+"blocking autoconnect. Note that after a timeout, NetworkManager will try to "
+"autoconnect again."
msgstr ""
-#: ../clients/common/settings-docs.c.in:139
+#: ../clients/common/settings-docs.c.in:141
msgid ""
"Whether or not slaves of this connection should be automatically brought up "
"when NetworkManager activates this connection. This only has a real effect "
@@ -6604,19 +6669,19 @@ msgid ""
"to 0."
msgstr ""
-#: ../clients/common/settings-docs.c.in:140
+#: ../clients/common/settings-docs.c.in:142
msgid ""
"If greater than zero, delay success of IP addressing until either the "
"timeout is reached, or an IP gateway replies to a ping."
msgstr ""
-#: ../clients/common/settings-docs.c.in:141
+#: ../clients/common/settings-docs.c.in:143
msgid ""
"A human readable unique identifier for the connection, like \"Work Wi-Fi\" "
"or \"T-Mobile 3G\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:142
+#: ../clients/common/settings-docs.c.in:144
msgid ""
"The name of the network interface this connection is bound to. If not set, "
"then the connection can be attached to any interface of the appropriate type "
@@ -6629,54 +6694,55 @@ msgid ""
"interface."
msgstr ""
-#: ../clients/common/settings-docs.c.in:143
+#: ../clients/common/settings-docs.c.in:145
msgid "Whether LLDP is enabled for the connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:144
+#: ../clients/common/settings-docs.c.in:146
msgid "Interface name of the master device or UUID of the master connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:145
+#: ../clients/common/settings-docs.c.in:147
msgid ""
"Whether the connection is metered. When updating this property on a "
"currently activated connection, the change takes effect immediately."
msgstr ""
-#: ../clients/common/settings-docs.c.in:147
+#: ../clients/common/settings-docs.c.in:149
msgid ""
"An array of strings defining what access a given user has to this "
"connection. If this is NULL or empty, all users are allowed to access this "
-"connection. Otherwise a user is allowed to access this connection if and "
-"only if they are in this list. Each entry is of the form \"[type]:[id]:"
-"[reserved]\"; for example, \"user:dcbw:blah\". At this time only the \"user"
-"\" [type] is allowed. Any other values are ignored and reserved for future "
-"use. [id] is the username that this permission refers to, which may not "
-"contain the \":\" character. Any [reserved] information present must be "
-"ignored and is reserved for future use. All of [type], [id], and [reserved] "
-"must be valid UTF-8."
+"connection; otherwise users are allowed if and only if they are in this "
+"list. When this is not empty, the connection can be active only when one of "
+"the specified users is logged into an active session. Each entry is of the "
+"form \"[type]:[id]:[reserved]\"; for example, \"user:dcbw:blah\". At this "
+"time only the \"user\" [type] is allowed. Any other values are ignored and "
+"reserved for future use. [id] is the username that this permission refers "
+"to, which may not contain the \":\" character. Any [reserved] information "
+"present must be ignored and is reserved for future use. All of [type], "
+"[id], and [reserved] must be valid UTF-8."
msgstr ""
-#: ../clients/common/settings-docs.c.in:148
+#: ../clients/common/settings-docs.c.in:150
msgid ""
"FALSE if the connection can be modified using the provided settings "
"service's D-Bus interface with the right privileges, or TRUE if the "
"connection is read-only and cannot be modified."
msgstr ""
-#: ../clients/common/settings-docs.c.in:149
+#: ../clients/common/settings-docs.c.in:151
msgid ""
"List of connection UUIDs that should be activated when the base connection "
"itself is activated. Currently only VPN connections are supported."
msgstr ""
-#: ../clients/common/settings-docs.c.in:150
+#: ../clients/common/settings-docs.c.in:152
msgid ""
"Setting name of the device type of this slave's master connection (eg, \"bond"
"\"), or NULL if this connection is not a slave."
msgstr ""
-#: ../clients/common/settings-docs.c.in:151
+#: ../clients/common/settings-docs.c.in:153
msgid ""
"Token to generate stable IDs for the connection. The stable-id is used for "
"generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-"
@@ -6699,7 +6765,7 @@ msgid ""
"identical before performing dynamic substitutions."
msgstr ""
-#: ../clients/common/settings-docs.c.in:152
+#: ../clients/common/settings-docs.c.in:154
msgid ""
"The time, in seconds since the Unix Epoch, that the connection was last "
"_successfully_ fully activated. NetworkManager updates the connection "
@@ -6708,7 +6774,7 @@ msgid ""
"reading (changes to this property will not be preserved)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:153
+#: ../clients/common/settings-docs.c.in:155
msgid ""
"Base type of the connection. For hardware-dependent connections, should "
"contain the setting name of the hardware-type specific setting (ie, \"802-3-"
@@ -6717,7 +6783,7 @@ msgid ""
"setting name of that setting type (ie, \"vpn\" or \"bridge\", etc)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:154
+#: ../clients/common/settings-docs.c.in:156
msgid ""
"A universally unique identifier for the connection, for example generated "
"with libuuid. It should be assigned when the connection is created, and "
@@ -6729,7 +6795,7 @@ msgid ""
"contains only hexadecimal characters and \"-\")."
msgstr ""
-#: ../clients/common/settings-docs.c.in:155
+#: ../clients/common/settings-docs.c.in:157
msgid ""
"The trust level of a the connection. Free form case-insensitive string (for "
"example \"Home\", \"Work\", \"Public\"). NULL or unspecified zone means the "
@@ -6738,112 +6804,112 @@ msgid ""
"takes effect immediately."
msgstr ""
-#: ../clients/common/settings-docs.c.in:156
+#: ../clients/common/settings-docs.c.in:158
msgid ""
"Specifies the NMSettingDcbFlags for the DCB FCoE application. Flags may be "
"any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:157
+#: ../clients/common/settings-docs.c.in:159
msgid "The FCoE controller mode; either \"fabric\" (default) or \"vn2vn\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:158
+#: ../clients/common/settings-docs.c.in:160
msgid ""
"The highest User Priority (0 - 7) which FCoE frames should use, or -1 for "
"default priority. Only used when the \"app-fcoe-flags\" property includes "
"the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag."
msgstr ""
-#: ../clients/common/settings-docs.c.in:159
+#: ../clients/common/settings-docs.c.in:161
msgid ""
"Specifies the NMSettingDcbFlags for the DCB FIP application. Flags may be "
"any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:160
+#: ../clients/common/settings-docs.c.in:162
msgid ""
"The highest User Priority (0 - 7) which FIP frames should use, or -1 for "
"default priority. Only used when the \"app-fip-flags\" property includes "
"the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag."
msgstr ""
-#: ../clients/common/settings-docs.c.in:161
+#: ../clients/common/settings-docs.c.in:163
msgid ""
"Specifies the NMSettingDcbFlags for the DCB iSCSI application. Flags may be "
"any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:162
+#: ../clients/common/settings-docs.c.in:164
msgid ""
"The highest User Priority (0 - 7) which iSCSI frames should use, or -1 for "
"default priority. Only used when the \"app-iscsi-flags\" property includes "
"the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag."
msgstr ""
-#: ../clients/common/settings-docs.c.in:164
+#: ../clients/common/settings-docs.c.in:166
msgid ""
"An array of 8 uint values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates the percentage of bandwidth of the "
"priority's assigned group that the priority may use. The sum of all "
"percentages for priorities which belong to the same group must total 100 "
-"percent."
+"percents."
msgstr ""
-#: ../clients/common/settings-docs.c.in:165
+#: ../clients/common/settings-docs.c.in:167
msgid ""
"An array of 8 boolean values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates whether or not the corresponding "
"priority should transmit priority pause."
msgstr ""
-#: ../clients/common/settings-docs.c.in:166
+#: ../clients/common/settings-docs.c.in:168
msgid ""
"Specifies the NMSettingDcbFlags for DCB Priority Flow Control (PFC). Flags "
"may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:167
+#: ../clients/common/settings-docs.c.in:169
msgid ""
"An array of 8 uint values, where the array index corresponds to the Priority "
"Group ID (0 - 7) and the value indicates the percentage of link bandwidth "
"allocated to that group. Allowed values are 0 - 100, and the sum of all "
-"values must total 100 percent."
+"values must total 100 percents."
msgstr ""
-#: ../clients/common/settings-docs.c.in:168
+#: ../clients/common/settings-docs.c.in:170
msgid ""
"Specifies the NMSettingDcbFlags for DCB Priority Groups. Flags may be any "
"combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:169
+#: ../clients/common/settings-docs.c.in:171
msgid ""
"An array of 8 uint values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates the Priority Group ID. Allowed "
"Priority Group ID values are 0 - 7 or 15 for the unrestricted group."
msgstr ""
-#: ../clients/common/settings-docs.c.in:170
+#: ../clients/common/settings-docs.c.in:172
msgid ""
"An array of 8 boolean values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates whether or not the priority may use "
"all of the bandwidth allocated to its assigned group."
msgstr ""
-#: ../clients/common/settings-docs.c.in:171
+#: ../clients/common/settings-docs.c.in:173
msgid ""
"An array of 8 uint values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates the traffic class (0 - 7) to which "
"the priority is mapped."
msgstr ""
-#: ../clients/common/settings-docs.c.in:174
+#: ../clients/common/settings-docs.c.in:176
msgid ""
"The GPRS Access Point Name specifying the APN used when establishing a data "
"session with the GSM-based network. The APN often determines how the user "
@@ -6854,20 +6920,20 @@ msgid ""
"14.9."
msgstr ""
-#: ../clients/common/settings-docs.c.in:175
+#: ../clients/common/settings-docs.c.in:177
msgid ""
"The device unique identifier (as given by the WWAN management service) which "
"this connection applies to. If given, the connection will only apply to the "
"specified device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:176
+#: ../clients/common/settings-docs.c.in:178
msgid ""
"When TRUE, only connections to the home network will be allowed. Connections "
"to roaming networks will not be made."
msgstr ""
-#: ../clients/common/settings-docs.c.in:179
+#: ../clients/common/settings-docs.c.in:181
msgid ""
"The Network ID (GSM LAI format, ie MCC-MNC) to force specific network "
"registration. If the Network ID is specified, NetworkManager will attempt "
@@ -6876,7 +6942,7 @@ msgid ""
"the device is not otherwise possible."
msgstr ""
-#: ../clients/common/settings-docs.c.in:180
+#: ../clients/common/settings-docs.c.in:182
msgid ""
"Number to dial when establishing a PPP data session with the GSM-based "
"mobile broadband network. Many modems do not require PPP for connections to "
@@ -6884,14 +6950,14 @@ msgid ""
"NetworkManager to select the appropriate settings automatically."
msgstr ""
-#: ../clients/common/settings-docs.c.in:183
+#: ../clients/common/settings-docs.c.in:185
msgid ""
"If the SIM is locked with a PIN it must be unlocked before any other "
"operations are requested. Specify the PIN here to allow operation of the "
"device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:185
+#: ../clients/common/settings-docs.c.in:187
msgid ""
"The SIM card unique identifier (as given by the WWAN management service) "
"which this connection applies to. If given, the connection will apply to "
@@ -6899,116 +6965,118 @@ msgid ""
"the given identifier."
msgstr ""
-#: ../clients/common/settings-docs.c.in:186
+#: ../clients/common/settings-docs.c.in:188
msgid ""
"A MCC/MNC string like \"310260\" or \"21601\" identifying the specific "
"mobile network operator which this connection applies to. If given, the "
"connection will apply to any device also allowed by \"device-id\" and \"sim-"
-"id\" which contains a SIM card provisioined by the given operator."
+"id\" which contains a SIM card provisioned by the given operator."
msgstr ""
-#: ../clients/common/settings-docs.c.in:188
+#: ../clients/common/settings-docs.c.in:190
msgid ""
"If specified, this connection will only apply to the IPoIB device whose "
"permanent MAC address matches. This property does not change the MAC address "
"of the device (i.e. MAC spoofing)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:191
+#: ../clients/common/settings-docs.c.in:193
msgid ""
"The InfiniBand P_Key to use for this device. A value of -1 means to use the "
"default P_Key (aka \"the P_Key at index 0\"). Otherwise it is a 16-bit "
"unsigned integer, whose high bit is set if it is a \"full membership\" P_Key."
msgstr ""
-#: ../clients/common/settings-docs.c.in:192
+#: ../clients/common/settings-docs.c.in:194
msgid ""
"The interface name of the parent device of this device. Normally NULL, but "
"if the \"p_key\" property is set, then you must specify the base device by "
"setting either this property or \"mac-address\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:193
+#: ../clients/common/settings-docs.c.in:195
msgid ""
"The IP-over-InfiniBand transport mode. Either \"datagram\" or \"connected\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:194
+#: ../clients/common/settings-docs.c.in:196
msgid ""
"How many additional levels of encapsulation are permitted to be prepended to "
"packets. This property applies only to IPv6 tunnels."
msgstr ""
-#: ../clients/common/settings-docs.c.in:195
+#: ../clients/common/settings-docs.c.in:197
msgid ""
"The flow label to assign to tunnel packets. This property applies only to "
"IPv6 tunnels."
msgstr ""
-#: ../clients/common/settings-docs.c.in:196
+#: ../clients/common/settings-docs.c.in:198
msgid ""
"The key used for tunnel input packets; the property is valid only for "
"certain tunnel modes (GRE, IP6GRE). If empty, no key is used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:197
+#: ../clients/common/settings-docs.c.in:199
msgid ""
"The local endpoint of the tunnel; the value can be empty, otherwise it must "
"contain an IPv4 or IPv6 address."
msgstr ""
-#: ../clients/common/settings-docs.c.in:198
+#: ../clients/common/settings-docs.c.in:200
msgid ""
"The tunneling mode, for example NM_IP_TUNNEL_MODE_IPIP (1) or "
"NM_IP_TUNNEL_MODE_GRE (2)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:199
-msgid "None"
+#: ../clients/common/settings-docs.c.in:201
+msgid ""
+"If non-zero, only transmit packets of the specified size or smaller, "
+"breaking larger packets up into multiple fragments."
msgstr ""
-#: ../clients/common/settings-docs.c.in:201
+#: ../clients/common/settings-docs.c.in:203
msgid ""
"The key used for tunnel output packets; the property is valid only for "
"certain tunnel modes (GRE, IP6GRE). If empty, no key is used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:202
+#: ../clients/common/settings-docs.c.in:204
msgid ""
"If given, specifies the parent interface name or parent connection UUID the "
"new device will be bound to so that tunneled packets will only be routed via "
"that interface."
msgstr ""
-#: ../clients/common/settings-docs.c.in:203
+#: ../clients/common/settings-docs.c.in:205
msgid "Whether to enable Path MTU Discovery on this tunnel."
msgstr ""
-#: ../clients/common/settings-docs.c.in:204
+#: ../clients/common/settings-docs.c.in:206
msgid ""
"The remote endpoint of the tunnel; the value must contain an IPv4 or IPv6 "
"address."
msgstr ""
-#: ../clients/common/settings-docs.c.in:205
+#: ../clients/common/settings-docs.c.in:207
msgid ""
"The type of service (IPv4) or traffic class (IPv6) field to be set on "
"tunneled packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:206
+#: ../clients/common/settings-docs.c.in:208
msgid ""
"The TTL to assign to tunneled packets. 0 is a special value meaning that "
"packets inherit the TTL value."
msgstr ""
-#: ../clients/common/settings-docs.c.in:207
-#: ../clients/common/settings-docs.c.in:228
+#: ../clients/common/settings-docs.c.in:209
+#: ../clients/common/settings-docs.c.in:231
msgid "Array of IP addresses."
msgstr ""
-#: ../clients/common/settings-docs.c.in:208
-#: ../clients/common/settings-docs.c.in:229
+#: ../clients/common/settings-docs.c.in:210
+#: ../clients/common/settings-docs.c.in:232
msgid ""
"Timeout in milliseconds used to check for the presence of duplicate IP "
"addresses on the network. If an address conflict is detected, the "
@@ -7018,29 +7086,35 @@ msgid ""
"timeout in milliseconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:209
+#: ../clients/common/settings-docs.c.in:211
msgid ""
"A string sent to the DHCP server to identify the local machine which the "
-"DHCP server may use to customize the DHCP lease and options."
+"DHCP server may use to customize the DHCP lease and options. When the "
+"property is a hex string ('aa:bb:cc') it is interpreted as a binary client "
+"ID, in which case the first byte is assumed to be the 'type' field as per "
+"RFC 2132 section 9.14 and the remaining bytes may be an hardware address (e."
+"g. '01:xx:xx:xx:xx:xx:xx' where 1 is the Ethernet ARP type and the rest is a "
+"MAC address). If the property is not a hex string it is considered as a non-"
+"hardware-address client ID and the 'type' field is set to 0."
msgstr ""
-#: ../clients/common/settings-docs.c.in:210
+#: ../clients/common/settings-docs.c.in:212
msgid ""
"If the \"dhcp-send-hostname\" property is TRUE, then the specified FQDN will "
"be sent to the DHCP server when acquiring a lease. This property and \"dhcp-"
"hostname\" are mutually exclusive and cannot be set at the same time."
msgstr ""
-#: ../clients/common/settings-docs.c.in:211
-#: ../clients/common/settings-docs.c.in:230
+#: ../clients/common/settings-docs.c.in:213
+#: ../clients/common/settings-docs.c.in:233
msgid ""
"If the \"dhcp-send-hostname\" property is TRUE, then the specified name will "
"be sent to the DHCP server when acquiring a lease. This property and \"dhcp-"
"fqdn\" are mutually exclusive and cannot be set at the same time."
msgstr ""
-#: ../clients/common/settings-docs.c.in:212
-#: ../clients/common/settings-docs.c.in:231
+#: ../clients/common/settings-docs.c.in:214
+#: ../clients/common/settings-docs.c.in:234
msgid ""
"If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some "
"DHCP servers use this hostname to update DNS databases, essentially "
@@ -7049,26 +7123,26 @@ msgid ""
"of the computer is sent."
msgstr ""
-#: ../clients/common/settings-docs.c.in:213
-#: ../clients/common/settings-docs.c.in:232
+#: ../clients/common/settings-docs.c.in:215
+#: ../clients/common/settings-docs.c.in:235
msgid "A timeout for a DHCP transaction in seconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:214
-#: ../clients/common/settings-docs.c.in:233
+#: ../clients/common/settings-docs.c.in:216
+#: ../clients/common/settings-docs.c.in:236
msgid "Array of IP addresses of DNS servers."
msgstr ""
-#: ../clients/common/settings-docs.c.in:215
-#: ../clients/common/settings-docs.c.in:234
+#: ../clients/common/settings-docs.c.in:217
+#: ../clients/common/settings-docs.c.in:237
msgid ""
"Array of DNS options as described in man 5 resolv.conf. NULL means that the "
"options are unset and left at the default. In this case NetworkManager will "
"use default options. This is distinct from an empty list of properties."
msgstr ""
-#: ../clients/common/settings-docs.c.in:216
-#: ../clients/common/settings-docs.c.in:235
+#: ../clients/common/settings-docs.c.in:218
+#: ../clients/common/settings-docs.c.in:238
msgid ""
"Intra-connection DNS priority. The relative priority to be used when "
"determining the order of DNS servers in resolv.conf. A lower value means "
@@ -7086,20 +7160,20 @@ msgid ""
"priority value will be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:217
-#: ../clients/common/settings-docs.c.in:236
+#: ../clients/common/settings-docs.c.in:219
+#: ../clients/common/settings-docs.c.in:239
msgid "Array of DNS search domains."
msgstr ""
-#: ../clients/common/settings-docs.c.in:218
-#: ../clients/common/settings-docs.c.in:237
+#: ../clients/common/settings-docs.c.in:220
+#: ../clients/common/settings-docs.c.in:240
msgid ""
"The gateway associated with this configuration. This is only meaningful if "
"\"addresses\" is also set."
msgstr ""
-#: ../clients/common/settings-docs.c.in:219
-#: ../clients/common/settings-docs.c.in:238
+#: ../clients/common/settings-docs.c.in:221
+#: ../clients/common/settings-docs.c.in:241
msgid ""
"When \"method\" is set to \"auto\" and this property to TRUE, automatically "
"configured nameservers and search domains are ignored and only nameservers "
@@ -7107,16 +7181,16 @@ msgid ""
"if any, are used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:220
-#: ../clients/common/settings-docs.c.in:239
+#: ../clients/common/settings-docs.c.in:222
+#: ../clients/common/settings-docs.c.in:242
msgid ""
"When \"method\" is set to \"auto\" and this property to TRUE, automatically "
"configured routes are ignored and only routes specified in the \"routes\" "
"property, if any, are used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:221
-#: ../clients/common/settings-docs.c.in:241
+#: ../clients/common/settings-docs.c.in:223
+#: ../clients/common/settings-docs.c.in:244
msgid ""
"If TRUE, allow overall network configuration to proceed even if the "
"configuration specified by this property times out. Note that at least one "
@@ -7126,8 +7200,8 @@ msgid ""
"if IPv4 configuration fails but IPv6 configuration completes successfully."
msgstr ""
-#: ../clients/common/settings-docs.c.in:222
-#: ../clients/common/settings-docs.c.in:242
+#: ../clients/common/settings-docs.c.in:224
+#: ../clients/common/settings-docs.c.in:245
msgid ""
"IP configuration method. NMSettingIP4Config and NMSettingIP6Config both "
"support \"auto\", \"manual\", and \"link-local\". See the subclass-specific "
@@ -7141,15 +7215,15 @@ msgid ""
"10.42.x.0/24 is chosen."
msgstr ""
-#: ../clients/common/settings-docs.c.in:224
-#: ../clients/common/settings-docs.c.in:244
+#: ../clients/common/settings-docs.c.in:226
+#: ../clients/common/settings-docs.c.in:247
msgid ""
"If TRUE, this connection will never be the default connection for this IP "
"type, meaning it will never be assigned the default route by NetworkManager."
msgstr ""
-#: ../clients/common/settings-docs.c.in:225
-#: ../clients/common/settings-docs.c.in:245
+#: ../clients/common/settings-docs.c.in:227
+#: ../clients/common/settings-docs.c.in:248
msgid ""
"The default metric for routes that don't explicitly specify a metric. The "
"default value -1 means that the metric is chosen automatically based on the "
@@ -7160,33 +7234,52 @@ msgid ""
"mean setting it to 1024. For IPv4, zero is a regular value for the metric."
msgstr ""
-#: ../clients/common/settings-docs.c.in:226
-#: ../clients/common/settings-docs.c.in:246
+#: ../clients/common/settings-docs.c.in:228
+#: ../clients/common/settings-docs.c.in:249
+msgid ""
+"Enable policy routing (source routing) and set the routing table used when "
+"adding routes. This affects all routes, including device-routes, IPv4LL, "
+"DHCP, SLAAC, default-routes and static routes. But note that static routes "
+"can individually overwrite the setting by explicitly specifying a non-zero "
+"routing table. If the table setting is left at zero, it is eligible to be "
+"overwritten via global configuration. If the property is zero even after "
+"applying the global configuration value, policy routing is disabled for the "
+"address family of this connection. Policy routing disabled means that "
+"NetworkManager will add all routes to the main table (except static routes "
+"that explicitly configure a different table). Additionally, NetworkManager "
+"will not delete any extraneous routes from tables except the main table. "
+"This is to preserve backward compatibility for users who manage routing "
+"tables outside of NetworkManager."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:229
+#: ../clients/common/settings-docs.c.in:250
msgid "Array of IP routes."
msgstr ""
-#: ../clients/common/settings-docs.c.in:227
+#: ../clients/common/settings-docs.c.in:230
msgid ""
"Configure method for creating the address for use with RFC4862 IPv6 "
-"Stateless Address Autoconfiguration. The permitted values are: \"eui64\", or "
-"\"stable-privacy\". If the property is set to \"eui64\", the addresses will "
-"be generated using the interface tokens derived from hardware address. This "
-"makes the host part of the address to stay constant, making it possible to "
-"track host's presence when it changes networks. The address changes when the "
-"interface hardware is replaced. The value of \"stable-privacy\" enables use "
-"of cryptographically secure hash of a secret host-specific key along with "
-"the connection's stable-id and the network address as specified by RFC7217. "
-"This makes it impossible to use the address track host's presence, and makes "
-"the address stable when the network interface hardware is replaced. On D-"
-"Bus, the absence of an addr-gen-mode setting equals enabling \"stable-privacy"
-"\". For keyfile plugin, the absence of the setting on disk means \"eui64\" "
-"so that the property doesn't change on upgrade from older versions. Note "
-"that this setting is distinct from the Privacy Extensions as configured by "
-"\"ip6-privacy\" property and it does not affect the temporary addresses "
-"configured with this option."
+"Stateless Address Autoconfiguration. The permitted values are: "
+"NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_EUI64 (0) or "
+"NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_STABLE_PRIVACY (1). If the property is "
+"set to EUI64, the addresses will be generated using the interface tokens "
+"derived from hardware address. This makes the host part of the address to "
+"stay constant, making it possible to track host's presence when it changes "
+"networks. The address changes when the interface hardware is replaced. The "
+"value of stable-privacy enables use of cryptographically secure hash of a "
+"secret host-specific key along with the connection's stable-id and the "
+"network address as specified by RFC7217. This makes it impossible to use the "
+"address track host's presence, and makes the address stable when the network "
+"interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode "
+"setting equals enabling stable-privacy. For keyfile plugin, the absence of "
+"the setting on disk means EUI64 so that the property doesn't change on "
+"upgrade from older versions. Note that this setting is distinct from the "
+"Privacy Extensions as configured by \"ip6-privacy\" property and it does not "
+"affect the temporary addresses configured with this option."
msgstr ""
-#: ../clients/common/settings-docs.c.in:240
+#: ../clients/common/settings-docs.c.in:243
msgid ""
"Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941. If "
"enabled, it makes the kernel generate a temporary IPv6 address in addition "
@@ -7203,38 +7296,38 @@ msgid ""
"IPv6 addresses."
msgstr ""
-#: ../clients/common/settings-docs.c.in:247
+#: ../clients/common/settings-docs.c.in:251
msgid ""
"Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 IPv6 "
"tokenized interface identifiers. Useful with eui64 addr-gen-mode."
msgstr ""
-#: ../clients/common/settings-docs.c.in:248
+#: ../clients/common/settings-docs.c.in:252
msgid "Whether the transmitted traffic must be encrypted."
msgstr ""
-#: ../clients/common/settings-docs.c.in:249
+#: ../clients/common/settings-docs.c.in:253
msgid ""
"The pre-shared CAK (Connectivity Association Key) for MACsec Key Agreement."
msgstr ""
-#: ../clients/common/settings-docs.c.in:250
+#: ../clients/common/settings-docs.c.in:254
msgid "Flags indicating how to handle the \"mka-cak\" property."
msgstr ""
-#: ../clients/common/settings-docs.c.in:251
+#: ../clients/common/settings-docs.c.in:255
msgid ""
"The pre-shared CKN (Connectivity-association Key Name) for MACsec Key "
"Agreement."
msgstr ""
-#: ../clients/common/settings-docs.c.in:252
+#: ../clients/common/settings-docs.c.in:256
msgid ""
"Specifies how the CAK (Connectivity Association Key) for MKA (MACsec Key "
"Agreement) is obtained."
msgstr ""
-#: ../clients/common/settings-docs.c.in:254
+#: ../clients/common/settings-docs.c.in:258
msgid ""
"If given, specifies the parent interface name or parent connection UUID from "
"which this MACSEC interface should be created. If this property is not "
@@ -7242,23 +7335,23 @@ msgid ""
"\"mac-address\" property."
msgstr ""
-#: ../clients/common/settings-docs.c.in:255
+#: ../clients/common/settings-docs.c.in:259
msgid ""
"The port component of the SCI (Secure Channel Identifier), between 1 and "
"65534."
msgstr ""
-#: ../clients/common/settings-docs.c.in:256
+#: ../clients/common/settings-docs.c.in:260
msgid "Specifies the validation mode for incoming frames."
msgstr ""
-#: ../clients/common/settings-docs.c.in:257
+#: ../clients/common/settings-docs.c.in:261
msgid ""
"The macvlan mode, which specifies the communication mechanism between "
"multiple macvlans on the same lower device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:259
+#: ../clients/common/settings-docs.c.in:263
msgid ""
"If given, specifies the parent interface name or parent connection UUID from "
"which this MAC-VLAN interface should be created. If this property is not "
@@ -7266,29 +7359,85 @@ msgid ""
"\"mac-address\" property."
msgstr ""
-#: ../clients/common/settings-docs.c.in:260
+#: ../clients/common/settings-docs.c.in:264
msgid "Whether the interface should be put in promiscuous mode."
msgstr ""
-#: ../clients/common/settings-docs.c.in:261
+#: ../clients/common/settings-docs.c.in:265
msgid "Whether the interface should be a MACVTAP."
msgstr ""
-#: ../clients/common/settings-docs.c.in:262
+#: ../clients/common/settings-docs.c.in:266
+msgid "The bridge failure mode. One of \"secure\", \"standalone\" or empty."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:267
+#, fuzzy
+msgid "Enable or disable multicast snooping."
+msgstr "চিস্টেম নেটৱাৰ্কিং সামৰ্থবান অথবা অসামৰ্থবান কৰক"
+
+#: ../clients/common/settings-docs.c.in:269
+#, fuzzy
+msgid "Enable or disable RSTP."
+msgstr "WiFi ডিভাইচসমূহ সামৰ্থবান অথবা অসামৰ্থবান কৰক"
+
+#: ../clients/common/settings-docs.c.in:270
+#, fuzzy
+msgid "Enable or disable STP."
+msgstr "WiFi ডিভাইচসমূহ সামৰ্থবান অথবা অসামৰ্থবান কৰক"
+
+#: ../clients/common/settings-docs.c.in:272
+msgid "The interface type. Either \"internal\", or empty."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:274
+msgid ""
+"Specifies the unicast destination IP address of a remote OpenVSwitch bridge "
+"port to connect to."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:275
+msgid "The time port must be inactive in order to be considered down."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:276
+msgid ""
+"Bonding mode. One of \"active-backup\", \"balance-slb\", or \"balance-tcp\"."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:277
+msgid "The time port must be active before it starts forwarding traffic."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:278
+msgid "LACP mode. One of \"active\", \"off\", or \"passive\"."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:280
+msgid "The VLAN tag in the range 0-4095."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:281
+msgid ""
+"The VLAN mode. One of \"access\", \"native-tagged\", \"native-untagged\", "
+"\"trunk\" or unset."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:282
msgid ""
"If non-zero, instruct pppd to set the serial port to the specified "
"baudrate. This value should normally be left as 0 to automatically choose "
"the speed."
msgstr ""
-#: ../clients/common/settings-docs.c.in:263
+#: ../clients/common/settings-docs.c.in:283
msgid ""
"If TRUE, specify that pppd should set the serial port to use hardware flow "
"control with RTS and CTS signals. This value should normally be set to "
"FALSE."
msgstr ""
-#: ../clients/common/settings-docs.c.in:264
+#: ../clients/common/settings-docs.c.in:284
msgid ""
"If non-zero, instruct pppd to presume the connection to the peer has failed "
"if the specified number of LCP echo-requests go unanswered by the peer. The "
@@ -7296,7 +7445,7 @@ msgid ""
"property is used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:265
+#: ../clients/common/settings-docs.c.in:285
msgid ""
"If non-zero, instruct pppd to send an LCP echo-request frame to the peer "
"every n seconds (where n is the specified value). Note that some PPP peers "
@@ -7304,82 +7453,90 @@ msgid ""
"autodetect this."
msgstr ""
-#: ../clients/common/settings-docs.c.in:266
+#: ../clients/common/settings-docs.c.in:286
msgid ""
"If TRUE, stateful MPPE is used. See pppd documentation for more information "
"on stateful MPPE."
msgstr ""
-#: ../clients/common/settings-docs.c.in:267
+#: ../clients/common/settings-docs.c.in:287
msgid ""
"If non-zero, instruct pppd to request that the peer send packets no larger "
"than the specified size. If non-zero, the MRU should be between 128 and "
"16384."
msgstr ""
-#: ../clients/common/settings-docs.c.in:268
+#: ../clients/common/settings-docs.c.in:288
msgid ""
"If non-zero, instruct pppd to send packets no larger than the specified size."
msgstr ""
-#: ../clients/common/settings-docs.c.in:270
+#: ../clients/common/settings-docs.c.in:290
msgid "If TRUE, Van Jacobsen TCP header compression will not be requested."
msgstr ""
-#: ../clients/common/settings-docs.c.in:271
+#: ../clients/common/settings-docs.c.in:291
msgid ""
"If TRUE, do not require the other side (usually the PPP server) to "
"authenticate itself to the client. If FALSE, require authentication from "
"the remote side. In almost all cases, this should be TRUE."
msgstr ""
-#: ../clients/common/settings-docs.c.in:272
+#: ../clients/common/settings-docs.c.in:292
msgid "If TRUE, BSD compression will not be requested."
msgstr ""
-#: ../clients/common/settings-docs.c.in:273
+#: ../clients/common/settings-docs.c.in:293
msgid "If TRUE, \"deflate\" compression will not be requested."
msgstr ""
-#: ../clients/common/settings-docs.c.in:274
+#: ../clients/common/settings-docs.c.in:294
msgid "If TRUE, the CHAP authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:275
+#: ../clients/common/settings-docs.c.in:295
msgid "If TRUE, the EAP authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:276
+#: ../clients/common/settings-docs.c.in:296
msgid "If TRUE, the MSCHAP authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:277
+#: ../clients/common/settings-docs.c.in:297
msgid "If TRUE, the MSCHAPv2 authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:278
+#: ../clients/common/settings-docs.c.in:298
msgid "If TRUE, the PAP authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:279
+#: ../clients/common/settings-docs.c.in:299
msgid ""
"If TRUE, MPPE (Microsoft Point-to-Point Encryption) will be required for the "
"PPP session. If either 64-bit or 128-bit MPPE is not available the session "
"will fail. Note that MPPE is not used on mobile broadband connections."
msgstr ""
-#: ../clients/common/settings-docs.c.in:280
+#: ../clients/common/settings-docs.c.in:300
msgid ""
"If TRUE, 128-bit MPPE (Microsoft Point-to-Point Encryption) will be required "
"for the PPP session, and the \"require-mppe\" property must also be set to "
"TRUE. If 128-bit MPPE is not available the session will fail."
msgstr ""
-#: ../clients/common/settings-docs.c.in:282
+#: ../clients/common/settings-docs.c.in:302
+msgid ""
+"If given, specifies the parent interface name on which this PPPoE connection "
+"should be created. If this property is not specified, the connection is "
+"activated on the interface specified in \"interface-name\" of "
+"NMSettingConnection."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:303
msgid "Password used to authenticate with the PPPoE service."
msgstr ""
-#: ../clients/common/settings-docs.c.in:284
+#: ../clients/common/settings-docs.c.in:305
msgid ""
"If specified, instruct PPPoE to only initiate sessions with access "
"concentrators that provide the specified service. For most providers, this "
@@ -7387,53 +7544,53 @@ msgid ""
"concentrators or a specific service is known to be required."
msgstr ""
-#: ../clients/common/settings-docs.c.in:285
+#: ../clients/common/settings-docs.c.in:306
msgid "Username used to authenticate with the PPPoE service."
msgstr ""
-#: ../clients/common/settings-docs.c.in:286
+#: ../clients/common/settings-docs.c.in:307
msgid "Whether the proxy configuration is for browser only."
msgstr ""
-#: ../clients/common/settings-docs.c.in:287
+#: ../clients/common/settings-docs.c.in:308
msgid ""
"Method for proxy configuration, Default is NM_SETTING_PROXY_METHOD_NONE (0)"
msgstr ""
-#: ../clients/common/settings-docs.c.in:289
+#: ../clients/common/settings-docs.c.in:310
msgid "PAC script for the connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:290
+#: ../clients/common/settings-docs.c.in:311
msgid "PAC URL for obtaining PAC file."
msgstr ""
-#: ../clients/common/settings-docs.c.in:291
+#: ../clients/common/settings-docs.c.in:312
msgid ""
"Speed to use for communication over the serial port. Note that this value "
"usually has no effect for mobile broadband modems as they generally ignore "
"speed settings and use the highest available speed."
msgstr ""
-#: ../clients/common/settings-docs.c.in:292
+#: ../clients/common/settings-docs.c.in:313
msgid "Byte-width of the serial communication. The 8 in \"8n1\" for example."
msgstr ""
-#: ../clients/common/settings-docs.c.in:294
+#: ../clients/common/settings-docs.c.in:315
msgid "Parity setting of the serial port."
msgstr ""
-#: ../clients/common/settings-docs.c.in:295
+#: ../clients/common/settings-docs.c.in:316
msgid "Time to delay between each byte sent to the modem, in microseconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:296
+#: ../clients/common/settings-docs.c.in:317
msgid ""
"Number of stop bits for communication on the serial port. Either 1 or 2. "
"The 1 in \"8n1\" for example."
msgstr ""
-#: ../clients/common/settings-docs.c.in:297
+#: ../clients/common/settings-docs.c.in:318
msgid ""
"The JSON configuration for the team network interface. The property should "
"contain raw JSON configuration data suitable for teamd, because the value is "
@@ -7441,7 +7598,7 @@ msgid ""
"used. See man teamd.conf for the format details."
msgstr ""
-#: ../clients/common/settings-docs.c.in:299
+#: ../clients/common/settings-docs.c.in:320
msgid ""
"The JSON configuration for the team port. The property should contain raw "
"JSON configuration data suitable for teamd, because the value is passed "
@@ -7449,45 +7606,45 @@ msgid ""
"man teamd.conf for the format details."
msgstr ""
-#: ../clients/common/settings-docs.c.in:301
+#: ../clients/common/settings-docs.c.in:322
msgid ""
"The group ID which will own the device. If set to NULL everyone will be able "
"to use the device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:302
+#: ../clients/common/settings-docs.c.in:323
msgid ""
"The operating mode of the virtual device. Allowed values are "
"NM_SETTING_TUN_MODE_TUN (1) to create a layer 3 device and "
"NM_SETTING_TUN_MODE_TAP (2) to create an Ethernet-like layer 2 one."
msgstr ""
-#: ../clients/common/settings-docs.c.in:303
+#: ../clients/common/settings-docs.c.in:324
msgid ""
"If the property is set to TRUE, the interface will support multiple file "
"descriptors (queues) to parallelize packet sending or receiving. Otherwise, "
"the interface will only support a single queue."
msgstr ""
-#: ../clients/common/settings-docs.c.in:305
+#: ../clients/common/settings-docs.c.in:326
msgid ""
"The user ID which will own the device. If set to NULL everyone will be able "
"to use the device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:306
+#: ../clients/common/settings-docs.c.in:327
msgid ""
"If TRUE the interface will prepend a 4 byte header describing the physical "
"interface to the packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:307
+#: ../clients/common/settings-docs.c.in:328
msgid ""
"If TRUE the IFF_VNET_HDR the tunnel packets will include a virtio network "
"header."
msgstr ""
-#: ../clients/common/settings-docs.c.in:308
+#: ../clients/common/settings-docs.c.in:329
msgid ""
"A dictionary of key/value pairs with user data. This data is ignored by "
"NetworkManager and can be used at the users discretion. The keys only "
@@ -7495,14 +7652,14 @@ msgid ""
"up to a certain length."
msgstr ""
-#: ../clients/common/settings-docs.c.in:310
+#: ../clients/common/settings-docs.c.in:331
msgid ""
"For outgoing packets, a list of mappings from Linux SKB priorities to 802.1p "
"priorities. The mapping is given in the format \"from:to\" where both \"from"
"\" and \"to\" are unsigned integers, ie \"7:3\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:311
+#: ../clients/common/settings-docs.c.in:332
msgid ""
"One or more flags which control the behavior and features of the VLAN "
"interface. Flags include NM_VLAN_FLAG_REORDER_HEADERS (0x1) (reordering of "
@@ -7515,20 +7672,20 @@ msgid ""
"missing property on D-Bus is still considered as 0."
msgstr ""
-#: ../clients/common/settings-docs.c.in:312
+#: ../clients/common/settings-docs.c.in:333
msgid ""
"The VLAN identifier that the interface created by this connection should be "
"assigned. The valid range is from 0 to 4094, without the reserved id 4095."
msgstr ""
-#: ../clients/common/settings-docs.c.in:313
+#: ../clients/common/settings-docs.c.in:334
msgid ""
"For incoming packets, a list of mappings from 802.1p priorities to Linux SKB "
"priorities. The mapping is given in the format \"from:to\" where both \"from"
"\" and \"to\" are unsigned integers, ie \"7:3\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:315
+#: ../clients/common/settings-docs.c.in:336
msgid ""
"If given, specifies the parent interface name or parent connection UUID from "
"which this VLAN interface should be created. If this property is not "
@@ -7536,32 +7693,32 @@ msgid ""
"\"mac-address\" property."
msgstr ""
-#: ../clients/common/settings-docs.c.in:316
+#: ../clients/common/settings-docs.c.in:337
msgid ""
"Dictionary of key/value pairs of VPN plugin specific data. Both keys and "
"values must be strings."
msgstr ""
-#: ../clients/common/settings-docs.c.in:318
+#: ../clients/common/settings-docs.c.in:339
msgid ""
"If the VPN service supports persistence, and this property is TRUE, the VPN "
"will attempt to stay connected across link changes and outages, until "
"explicitly disconnected."
msgstr ""
-#: ../clients/common/settings-docs.c.in:319
+#: ../clients/common/settings-docs.c.in:340
msgid ""
"Dictionary of key/value pairs of VPN plugin specific secrets like passwords "
"or private keys. Both keys and values must be strings."
msgstr ""
-#: ../clients/common/settings-docs.c.in:320
+#: ../clients/common/settings-docs.c.in:341
msgid ""
"D-Bus service name of the VPN plugin that this setting uses to connect to "
"its network. i.e. org.freedesktop.NetworkManager.vpnc for the vpnc plugin."
msgstr ""
-#: ../clients/common/settings-docs.c.in:321
+#: ../clients/common/settings-docs.c.in:342
msgid ""
"Timeout for the VPN service to establish the connection. Some services may "
"take quite a long time to connect. Value of 0 means a default timeout, which "
@@ -7569,7 +7726,7 @@ msgid ""
"Values greater than zero mean timeout in seconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:322
+#: ../clients/common/settings-docs.c.in:343
msgid ""
"If the VPN connection requires a user name for authentication, that name "
"should be provided here. If the connection is available to more than one "
@@ -7579,93 +7736,93 @@ msgid ""
"connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:323
+#: ../clients/common/settings-docs.c.in:344
msgid "Specifies the lifetime in seconds of FDB entries learnt by the kernel."
msgstr ""
-#: ../clients/common/settings-docs.c.in:324
+#: ../clients/common/settings-docs.c.in:345
msgid ""
"Specifies the UDP destination port to communicate to the remote VXLAN tunnel "
"endpoint."
msgstr ""
-#: ../clients/common/settings-docs.c.in:325
+#: ../clients/common/settings-docs.c.in:346
msgid ""
"Specifies the VXLAN Network Identifier (or VXLAN Segment Identifier) to use."
msgstr ""
-#: ../clients/common/settings-docs.c.in:326
+#: ../clients/common/settings-docs.c.in:347
msgid "Specifies whether netlink LL ADDR miss notifications are generated."
msgstr ""
-#: ../clients/common/settings-docs.c.in:327
+#: ../clients/common/settings-docs.c.in:348
msgid "Specifies whether netlink IP ADDR miss notifications are generated."
msgstr ""
-#: ../clients/common/settings-docs.c.in:328
+#: ../clients/common/settings-docs.c.in:349
msgid ""
"Specifies whether unknown source link layer addresses and IP addresses are "
"entered into the VXLAN device forwarding database."
msgstr ""
-#: ../clients/common/settings-docs.c.in:329
+#: ../clients/common/settings-docs.c.in:350
msgid ""
"Specifies the maximum number of FDB entries. A value of zero means that the "
"kernel will store unlimited entries."
msgstr ""
-#: ../clients/common/settings-docs.c.in:330
+#: ../clients/common/settings-docs.c.in:351
msgid "If given, specifies the source IP address to use in outgoing packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:332
+#: ../clients/common/settings-docs.c.in:353
msgid ""
"If given, specifies the parent interface name or parent connection UUID."
msgstr ""
-#: ../clients/common/settings-docs.c.in:333
+#: ../clients/common/settings-docs.c.in:354
msgid "Specifies whether ARP proxy is turned on."
msgstr ""
-#: ../clients/common/settings-docs.c.in:334
+#: ../clients/common/settings-docs.c.in:355
msgid ""
"Specifies the unicast destination IP address to use in outgoing packets when "
"the destination link layer address is not known in the VXLAN device "
"forwarding database, or the multicast IP address to join."
msgstr ""
-#: ../clients/common/settings-docs.c.in:335
+#: ../clients/common/settings-docs.c.in:356
msgid "Specifies whether route short circuit is turned on."
msgstr ""
-#: ../clients/common/settings-docs.c.in:336
+#: ../clients/common/settings-docs.c.in:357
msgid ""
"Specifies the maximum UDP source port to communicate to the remote VXLAN "
"tunnel endpoint."
msgstr ""
-#: ../clients/common/settings-docs.c.in:337
+#: ../clients/common/settings-docs.c.in:358
msgid ""
"Specifies the minimum UDP source port to communicate to the remote VXLAN "
"tunnel endpoint."
msgstr ""
-#: ../clients/common/settings-docs.c.in:338
+#: ../clients/common/settings-docs.c.in:359
msgid "Specifies the TOS value to use in outgoing packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:339
+#: ../clients/common/settings-docs.c.in:360
msgid "Specifies the time-to-live value to use in outgoing packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:340
+#: ../clients/common/settings-docs.c.in:361
msgid ""
"If specified, this connection will only apply to the WiMAX device whose MAC "
"address matches. This property does not change the MAC address of the device "
"(known as MAC spoofing). Deprecated: 1"
msgstr ""
-#: ../clients/common/settings-docs.c.in:342
+#: ../clients/common/settings-docs.c.in:363
msgid ""
"Network Service Provider (NSP) name of the WiMAX network this connection "
"should use. Deprecated: 1"
@@ -7751,7 +7908,7 @@ msgid "Could not re-read file: %s"
msgstr "ফাইল পুনৰ-পঢ়িব পৰা নগল: %s"
#: ../clients/tui/nm-editor-utils.c:146 ../libnm-glib/nm-device.c:1821
-#: ../libnm/nm-device.c:1517
+#: ../libnm/nm-device.c:1521
msgid "Ethernet"
msgstr "ইথাৰনেট"
@@ -7761,7 +7918,7 @@ msgid "Ethernet connection %d"
msgstr "ইথাৰনেট সংযোগ %d"
#: ../clients/tui/nm-editor-utils.c:154 ../libnm-glib/nm-device.c:1823
-#: ../libnm/nm-device.c:1519
+#: ../libnm/nm-device.c:1523
msgid "Wi-Fi"
msgstr "Wi-Fi"
@@ -7770,8 +7927,8 @@ msgstr "Wi-Fi"
msgid "Wi-Fi connection %d"
msgstr "Wi-Fi সংযোগ %d"
-#: ../clients/tui/nm-editor-utils.c:163 ../libnm-core/nm-connection.c:1939
-#: ../libnm-glib/nm-device.c:1833 ../libnm/nm-device.c:1529
+#: ../clients/tui/nm-editor-utils.c:163 ../libnm-core/nm-connection.c:2114
+#: ../libnm-glib/nm-device.c:1833 ../libnm/nm-device.c:1539
msgid "InfiniBand"
msgstr "InfiniBand"
@@ -7781,7 +7938,7 @@ msgid "InfiniBand connection %d"
msgstr "InfiniBand সংযোগ %d"
#: ../clients/tui/nm-editor-utils.c:172 ../libnm-glib/nm-device.c:1831
-#: ../libnm/nm-device.c:1527
+#: ../libnm/nm-device.c:1537
msgid "Mobile Broadband"
msgstr "ম'বাইল ব্ৰ'ডবেণ্ড"
@@ -7799,10 +7956,10 @@ msgstr "DSL"
msgid "DSL connection %d"
msgstr "DSL সংযোগ %d"
-#: ../clients/tui/nm-editor-utils.c:190 ../libnm-core/nm-connection.c:1931
+#: ../clients/tui/nm-editor-utils.c:190 ../libnm-core/nm-connection.c:2106
#: ../libnm-glib/nm-device.c:1835 ../libnm-util/nm-connection.c:1626
-#: ../libnm/nm-device.c:1531
-#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4476
+#: ../libnm/nm-device.c:1541
+#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4504
msgid "Bond"
msgstr "বান্ধনী"
@@ -7811,10 +7968,10 @@ msgstr "বান্ধনী"
msgid "Bond connection %d"
msgstr "বান্ধনী সংযোগ %d"
-#: ../clients/tui/nm-editor-utils.c:199 ../libnm-core/nm-connection.c:1935
+#: ../clients/tui/nm-editor-utils.c:199 ../libnm-core/nm-connection.c:2110
#: ../libnm-glib/nm-device.c:1839 ../libnm-util/nm-connection.c:1630
-#: ../libnm/nm-device.c:1535
-#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4766
+#: ../libnm/nm-device.c:1545
+#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4797
msgid "Bridge"
msgstr "ব্ৰিজ"
@@ -7823,10 +7980,10 @@ msgstr "ব্ৰিজ"
msgid "Bridge connection %d"
msgstr "ব্ৰিজ সংযোগ %d"
-#: ../clients/tui/nm-editor-utils.c:208 ../libnm-core/nm-connection.c:1933
+#: ../clients/tui/nm-editor-utils.c:208 ../libnm-core/nm-connection.c:2108
#: ../libnm-glib/nm-device.c:1837 ../libnm-util/nm-connection.c:1628
-#: ../libnm/nm-device.c:1533
-#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4579
+#: ../libnm/nm-device.c:1543
+#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4607
msgid "Team"
msgstr "দল"
@@ -7836,8 +7993,8 @@ msgid "Team connection %d"
msgstr "দল সংযোগ %d"
#: ../clients/tui/nm-editor-utils.c:217 ../clients/tui/nmt-page-vlan.c:82
-#: ../libnm-core/nm-connection.c:1937 ../libnm-glib/nm-device.c:1841
-#: ../libnm-util/nm-connection.c:1632 ../libnm/nm-device.c:1537
+#: ../libnm-core/nm-connection.c:2112 ../libnm-glib/nm-device.c:1841
+#: ../libnm-util/nm-connection.c:1632 ../libnm/nm-device.c:1547
msgid "VLAN"
msgstr "VLAN"
@@ -7990,7 +8147,7 @@ msgid "Slaves"
msgstr "স্লেইভবোৰ"
#: ../clients/tui/nmt-page-bond.c:375 ../clients/tui/nmt-page-ip-tunnel.c:148
-#: ../clients/tui/nmt-page-wifi.c:219
+#: ../clients/tui/nmt-page-wifi.c:218
msgid "Mode"
msgstr "অৱস্থা"
@@ -8025,7 +8182,7 @@ msgid "ARP targets"
msgstr "ARP লক্ষ্য"
#: ../clients/tui/nmt-page-bond.c:428 ../clients/tui/nmt-page-ethernet.c:77
-#: ../clients/tui/nmt-page-vlan.c:110 ../clients/tui/nmt-page-wifi.c:353
+#: ../clients/tui/nmt-page-vlan.c:110 ../clients/tui/nmt-page-wifi.c:352
msgid "Cloned MAC address"
msgstr "ক্লৌন্ড MAC ঠিকনা"
@@ -8080,6 +8237,10 @@ msgstr "হেল্লো সময়"
msgid "Max age"
msgstr "সৰ্বাধিক আয়ু"
+#: ../clients/tui/nmt-page-bridge.c:154
+msgid "Group forward mask"
+msgstr ""
+
#: ../clients/tui/nmt-page-ethernet.c:70
msgid "ETHERNET"
msgstr "ইথাৰনেট"
@@ -8087,7 +8248,7 @@ msgstr "ইথাৰনেট"
#: ../clients/tui/nmt-page-ethernet.c:83
#: ../clients/tui/nmt-page-infiniband.c:94
#: ../clients/tui/nmt-page-ip-tunnel.c:186 ../clients/tui/nmt-page-vlan.c:116
-#: ../clients/tui/nmt-page-wifi.c:359
+#: ../clients/tui/nmt-page-wifi.c:358
msgid "MTU"
msgstr "MTU"
@@ -8166,7 +8327,11 @@ msgstr "অবিকল্পিত পথৰ বাবে এই নেটৱ
msgid "Ignore automatically obtained routes"
msgstr ""
-#: ../clients/tui/nmt-page-ip4.c:187
+#: ../clients/tui/nmt-page-ip4.c:185 ../clients/tui/nmt-page-ip6.c:183
+msgid "Ignore automatically obtained DNS parameters"
+msgstr ""
+
+#: ../clients/tui/nmt-page-ip4.c:193
msgid "Require IPv4 addressing for this connection"
msgstr "এই সংযোগ সম্পূৰ্ণ হবলে IPv ঠিকনাৰ প্ৰয়োজন"
@@ -8182,7 +8347,7 @@ msgstr "স্বচালিত, (কেৱল DHCP)"
msgid "IPv6 CONFIGURATION"
msgstr "IPv6 সংৰূপ"
-#: ../clients/tui/nmt-page-ip6.c:185
+#: ../clients/tui/nmt-page-ip6.c:191
msgid "Require IPv6 addressing for this connection"
msgstr "এই সংযোগ সম্পূৰ্ণ হবলে IPv6 ঠিকনাৰ প্ৰয়োজন"
@@ -8401,39 +8566,39 @@ msgstr "খোলা চিস্টেম"
msgid "Shared Key"
msgstr "অংশীদাৰী কৰা কি'"
-#: ../clients/tui/nmt-page-wifi.c:203
+#: ../clients/tui/nmt-page-wifi.c:202
msgid "WI-FI"
msgstr "WI-FI"
-#: ../clients/tui/nmt-page-wifi.c:245
+#: ../clients/tui/nmt-page-wifi.c:244
msgid "Channel"
msgstr "চেনেল"
-#: ../clients/tui/nmt-page-wifi.c:250
+#: ../clients/tui/nmt-page-wifi.c:249
msgid "Security"
msgstr "সুৰক্ষা"
#. "wpa-enterprise"
#. FIXME
-#: ../clients/tui/nmt-page-wifi.c:271
+#: ../clients/tui/nmt-page-wifi.c:270
msgid "(No support for wpa-enterprise yet...)"
msgstr "(wpa-enterprise ৰ বাবে কোনো সমৰ্থন নাই...)"
-#: ../clients/tui/nmt-page-wifi.c:281 ../clients/tui/nmt-page-wifi.c:300
+#: ../clients/tui/nmt-page-wifi.c:280 ../clients/tui/nmt-page-wifi.c:299
msgid "WEP index"
msgstr "WEP সূচী"
-#: ../clients/tui/nmt-page-wifi.c:289 ../clients/tui/nmt-page-wifi.c:308
+#: ../clients/tui/nmt-page-wifi.c:288 ../clients/tui/nmt-page-wifi.c:307
msgid "Authentication"
msgstr "প্ৰমাণীকৰণ"
#. "dynamic-wep"
#. FIXME
-#: ../clients/tui/nmt-page-wifi.c:314
+#: ../clients/tui/nmt-page-wifi.c:313
msgid "(No support for dynamic-wep yet...)"
msgstr "(dynamic-wep ৰ বাবে এতিয়াও কোনো সমৰ্থন নাই...)"
-#: ../clients/tui/nmt-page-wifi.c:347
+#: ../clients/tui/nmt-page-wifi.c:346
msgid "BSSID"
msgstr "BSSID"
@@ -8477,63 +8642,64 @@ msgstr "যোগ কৰক..."
msgid "Remove"
msgstr "আতৰাওক"
-#: ../clients/tui/nmtui-connect.c:54
+#: ../clients/tui/nmtui-connect.c:55
msgid ""
"openconnect will be run to authenticate.\n"
"It will return to nmtui when completed."
msgstr ""
-#: ../clients/tui/nmtui-connect.c:68
+#: ../clients/tui/nmtui-connect.c:69
#, fuzzy, c-format
msgid "Error: openconnect failed: %s"
msgstr "ত্ৰুটি: সংযোগ মচি পেলোৱা ব্যৰ্থ হল: %s"
-#: ../clients/tui/nmtui-connect.c:75
+#: ../clients/tui/nmtui-connect.c:76
#, fuzzy, c-format
msgid "openconnect failed with status %d"
msgstr "সম্পাদক অৱস্থা %d ৰ সৈতে ব্যৰ্থ হল"
-#: ../clients/tui/nmtui-connect.c:79
+#: ../clients/tui/nmtui-connect.c:80
#, fuzzy, c-format
msgid "openconnect failed with signal %d"
msgstr "সম্পাদক সংকেত %d ৰ সৈতে ব্যৰ্থ হল"
-#: ../clients/tui/nmtui-connect.c:178
-msgid "Activation failed"
+#: ../clients/tui/nmtui-connect.c:186
+#, fuzzy, c-format
+msgid "Activation failed: %s"
msgstr "সক্ৰিয়কৰণ ব্যৰ্থ হল"
-#: ../clients/tui/nmtui-connect.c:233
+#: ../clients/tui/nmtui-connect.c:257
msgid "Connecting..."
msgstr "সংযোগ কৰা হৈছে..."
-#: ../clients/tui/nmtui-connect.c:271 ../clients/tui/nmtui-connect.c:302
+#: ../clients/tui/nmtui-connect.c:295 ../clients/tui/nmtui-connect.c:332
#, c-format
msgid "Could not activate connection: %s"
msgstr "সংযোগ সক্ৰিয় কৰিব পৰা নগল: %s"
-#: ../clients/tui/nmtui-connect.c:362 ../clients/tui/nmtui-connect.c:411
+#: ../clients/tui/nmtui-connect.c:394 ../clients/tui/nmtui-connect.c:443
msgid "Activate"
msgstr "সক্ৰিয় কৰক"
-#: ../clients/tui/nmtui-connect.c:364
+#: ../clients/tui/nmtui-connect.c:396
msgid "Deactivate"
msgstr "নিষ্ক্ৰিয় কৰক"
-#: ../clients/tui/nmtui-connect.c:416 ../clients/tui/nmtui-edit.c:120
+#: ../clients/tui/nmtui-connect.c:448 ../clients/tui/nmtui-edit.c:120
#: ../clients/tui/nmtui.c:130
msgid "Quit"
msgstr "প্ৰস্থান কৰক"
-#: ../clients/tui/nmtui-connect.c:416 ../clients/tui/nmtui-edit.c:120
+#: ../clients/tui/nmtui-connect.c:448 ../clients/tui/nmtui-edit.c:120
msgid "Back"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:439
+#: ../clients/tui/nmtui-connect.c:471
#, c-format
msgid "No such connection '%s'"
msgstr "এই ধৰণৰ কোনো সংযোগ '%s' নাই"
-#: ../clients/tui/nmtui-connect.c:441
+#: ../clients/tui/nmtui-connect.c:473
msgid "Connection is already active"
msgstr "সংযোগ ইতিমধ্যে সক্ৰিয়"
@@ -8918,58 +9084,60 @@ msgstr "PKCS#12 ফাইল সত্যাপন কৰিব পৰা নগ
msgid "Could not generate random data."
msgstr "যাদৃচ্ছিক তথ্য সৃজন কৰিব পৰা নগল।"
-#: ../libnm-core/nm-connection.c:229
+#: ../libnm-core/nm-connection.c:249
#, fuzzy
msgid "wrong type; should be a list of strings."
msgstr "বৈশিষ্ট্য ধৰণ '%s' লৈ সংহতি কৰিব লাগিব"
-#: ../libnm-core/nm-connection.c:299
+#: ../libnm-core/nm-connection.c:319
#, fuzzy
msgid "unknown setting name"
msgstr "ত্ৰুটি: অজ্ঞাত সংহতি '%s'\n"
-#: ../libnm-core/nm-connection.c:311
+#: ../libnm-core/nm-connection.c:331
#, fuzzy
msgid "duplicate setting name"
msgstr "ত্ৰুটি: অজ্ঞাত সংহতি '%s'\n"
-#: ../libnm-core/nm-connection.c:1080
+#: ../libnm-core/nm-connection.c:1233
msgid "setting not found"
msgstr ""
-#: ../libnm-core/nm-connection.c:1146
+#: ../libnm-core/nm-connection.c:1300
#, fuzzy
msgid "setting not allowed in slave connection"
msgstr "ত্ৰুটি: সংহতি '%s' সংযোগত উপলব্ধ নাই\n"
-#: ../libnm-core/nm-connection.c:1162
+#: ../libnm-core/nm-connection.c:1316
msgid "setting is required for non-slave connections"
msgstr ""
-#: ../libnm-core/nm-connection.c:1257
+#: ../libnm-core/nm-connection.c:1412
msgid "Unexpected failure to verify the connection"
msgstr "সংযোগ সত্যাপন কৰিবলৈ অপ্ৰত্যাশিত ব্যৰ্থতা"
-#: ../libnm-core/nm-connection.c:1296
+#: ../libnm-core/nm-connection.c:1454
msgid "Unexpected failure to normalize the connection"
msgstr "সংযোগ স্বাভাৱিক কৰিবলৈ অপ্ৰত্যাশিত ব্যৰ্থতা"
-#: ../libnm-core/nm-connection.c:1797 ../libnm-core/nm-setting-8021x.c:2876
-#: ../libnm-core/nm-setting-8021x.c:2893 ../libnm-core/nm-setting-8021x.c:2924
-#: ../libnm-core/nm-setting-8021x.c:2941 ../libnm-core/nm-setting-8021x.c:2983
-#: ../libnm-core/nm-setting-8021x.c:2995 ../libnm-core/nm-setting-8021x.c:3013
-#: ../libnm-core/nm-setting-8021x.c:3025 ../libnm-core/nm-setting-8021x.c:3049
-#: ../libnm-core/nm-setting-8021x.c:3230 ../libnm-core/nm-setting-adsl.c:189
-#: ../libnm-core/nm-setting-bluetooth.c:120
-#: ../libnm-core/nm-setting-bluetooth.c:138 ../libnm-core/nm-setting-cdma.c:159
-#: ../libnm-core/nm-setting-connection.c:871
-#: ../libnm-core/nm-setting-connection.c:912
-#: ../libnm-core/nm-setting-connection.c:1026
-#: ../libnm-core/nm-setting-ip-config.c:2409
+#: ../libnm-core/nm-connection.c:1973 ../libnm-core/nm-setting-8021x.c:2881
+#: ../libnm-core/nm-setting-8021x.c:2898 ../libnm-core/nm-setting-8021x.c:2929
+#: ../libnm-core/nm-setting-8021x.c:2946 ../libnm-core/nm-setting-8021x.c:2988
+#: ../libnm-core/nm-setting-8021x.c:3000 ../libnm-core/nm-setting-8021x.c:3018
+#: ../libnm-core/nm-setting-8021x.c:3030 ../libnm-core/nm-setting-8021x.c:3054
+#: ../libnm-core/nm-setting-8021x.c:3235 ../libnm-core/nm-setting-adsl.c:189
+#: ../libnm-core/nm-setting-bluetooth.c:138
+#: ../libnm-core/nm-setting-bluetooth.c:196
+#: ../libnm-core/nm-setting-bluetooth.c:210 ../libnm-core/nm-setting-cdma.c:159
+#: ../libnm-core/nm-setting-connection.c:894
+#: ../libnm-core/nm-setting-connection.c:937
+#: ../libnm-core/nm-setting-connection.c:1066
+#: ../libnm-core/nm-setting-ip-config.c:2513
#: ../libnm-core/nm-setting-ip-tunnel.c:352
#: ../libnm-core/nm-setting-olpc-mesh.c:120
-#: ../libnm-core/nm-setting-pppoe.c:142 ../libnm-core/nm-setting-vpn.c:419
-#: ../libnm-core/nm-setting-vxlan.c:360 ../libnm-core/nm-setting-wimax.c:126
+#: ../libnm-core/nm-setting-ovs-patch.c:95 ../libnm-core/nm-setting-pppoe.c:161
+#: ../libnm-core/nm-setting-vpn.c:419 ../libnm-core/nm-setting-vxlan.c:360
+#: ../libnm-core/nm-setting-wimax.c:126
#: ../libnm-core/nm-setting-wireless-security.c:900
#: ../libnm-core/nm-setting-wireless.c:750 ../libnm-util/nm-setting.c:1357
#: ../libnm-util/nm-setting.c:1376 ../libnm-util/nm-setting.c:1394
@@ -8994,7 +9162,7 @@ msgstr "সংযোগ স্বাভাৱিক কৰিবলৈ অপ্
msgid "property is missing"
msgstr "বৈশিষ্ট্য সন্ধানহীন"
-#: ../libnm-core/nm-connection.c:1942
+#: ../libnm-core/nm-connection.c:2117
#, fuzzy
msgid "IP Tunnel"
msgstr "PAN সংযোগ"
@@ -9004,168 +9172,168 @@ msgstr "PAN সংযোগ"
msgid "Method returned type '%s', but expected '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:144
+#: ../libnm-core/nm-keyfile-reader.c:143
msgid "ignoring missing number"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:153
+#: ../libnm-core/nm-keyfile-reader.c:151
#, fuzzy, c-format
msgid "ignoring invalid number '%s'"
msgstr "অবৈধ মেট্ৰিক '%s'"
-#: ../libnm-core/nm-keyfile-reader.c:173
+#: ../libnm-core/nm-keyfile-reader.c:172
#, fuzzy, c-format
msgid "ignoring invalid %s address: %s"
msgstr "অবৈধ IPv4 ঠিকনা '%s'"
-#: ../libnm-core/nm-keyfile-reader.c:213
+#: ../libnm-core/nm-keyfile-reader.c:214
#, fuzzy, c-format
msgid "ignoring invalid gateway '%s' for %s route"
msgstr "অবৈধ গেইটৱে '%s'"
-#: ../libnm-core/nm-keyfile-reader.c:233
+#: ../libnm-core/nm-keyfile-reader.c:235
#, fuzzy, c-format
msgid "ignoring invalid %s route: %s"
msgstr "অবৈধ IPv4 পথ '%s'"
-#: ../libnm-core/nm-keyfile-reader.c:351
+#: ../libnm-core/nm-keyfile-reader.c:361
#, c-format
msgid "unexpected character '%c' for address %s: '%s' (position %td)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:361
+#: ../libnm-core/nm-keyfile-reader.c:371
#, c-format
msgid "unexpected character '%c' for %s: '%s' (position %td)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:370
+#: ../libnm-core/nm-keyfile-reader.c:380
#, c-format
msgid "unexpected character '%c' in prefix length for %s: '%s' (position %td)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:381
+#: ../libnm-core/nm-keyfile-reader.c:391
#, c-format
msgid "garbage at the end of value %s: '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:387
+#: ../libnm-core/nm-keyfile-reader.c:397
#, c-format
msgid "deprecated semicolon at the end of value %s: '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:402
+#: ../libnm-core/nm-keyfile-reader.c:412
#, c-format
msgid "invalid prefix length for %s '%s', defaulting to %d"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:409
+#: ../libnm-core/nm-keyfile-reader.c:419
#, c-format
msgid "missing prefix length for %s '%s', defaulting to %d"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:543
+#: ../libnm-core/nm-keyfile-reader.c:553
#, fuzzy, c-format
msgid "ignoring invalid DNS server IPv4 address '%s'"
msgstr "অবৈধ IPv4 ঠিকনা '%s'"
-#: ../libnm-core/nm-keyfile-reader.c:582
+#: ../libnm-core/nm-keyfile-reader.c:592
#, fuzzy, c-format
msgid "ignoring invalid DNS server IPv6 address '%s'"
msgstr "অবৈধ IPv6 ঠিকনা '%s'"
-#: ../libnm-core/nm-keyfile-reader.c:676 ../libnm-core/nm-keyfile-reader.c:1603
+#: ../libnm-core/nm-keyfile-reader.c:686 ../libnm-core/nm-keyfile-reader.c:1613
#, c-format
msgid "ignoring invalid byte element '%d' (not between 0 and 255 inclusive)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:687
+#: ../libnm-core/nm-keyfile-reader.c:697
#, fuzzy
msgid "ignoring invalid MAC address"
msgstr "এটা বৈধ MAC ঠিকনা নহয়"
-#: ../libnm-core/nm-keyfile-reader.c:924
+#: ../libnm-core/nm-keyfile-reader.c:934
msgid "ignoring invalid SSID"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:940
+#: ../libnm-core/nm-keyfile-reader.c:950
msgid "ignoring invalid raw password"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1015
-#: ../libnm-core/nm-keyfile-reader.c:1191
+#: ../libnm-core/nm-keyfile-reader.c:1025
+#: ../libnm-core/nm-keyfile-reader.c:1201
#, c-format
msgid "certificate or key file '%s' does not exist"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1020
+#: ../libnm-core/nm-keyfile-reader.c:1030
#, fuzzy, c-format
msgid "invalid key/cert value path \"%s\""
msgstr "অবৈধ '%s' অথবা ইয়াৰ মান '%s'"
-#: ../libnm-core/nm-keyfile-reader.c:1030
+#: ../libnm-core/nm-keyfile-reader.c:1040
#, c-format
msgid "invalid PKCS#11 URI \"%s\""
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1068
+#: ../libnm-core/nm-keyfile-reader.c:1078
msgid "invalid key/cert value data:;base64, is not base64"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1081
+#: ../libnm-core/nm-keyfile-reader.c:1091
msgid "invalid key/cert value data:;base64,file://"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1228
+#: ../libnm-core/nm-keyfile-reader.c:1238
#, fuzzy
msgid "invalid key/cert value is not a valid blob"
msgstr "মান '%s' এটা বৈধ UUID নহয়"
-#: ../libnm-core/nm-keyfile-reader.c:1233
+#: ../libnm-core/nm-keyfile-reader.c:1243
#, fuzzy
msgid "invalid key/cert value"
msgstr "অবৈধ '%s' অথবা ইয়াৰ মান '%s'"
-#: ../libnm-core/nm-keyfile-reader.c:1280
+#: ../libnm-core/nm-keyfile-reader.c:1290
#, fuzzy, c-format
msgid "invalid parity value '%s'"
msgstr "অবৈধ '%s' অথবা ইয়াৰ মান '%s'"
-#: ../libnm-core/nm-keyfile-reader.c:1298
+#: ../libnm-core/nm-keyfile-reader.c:1308
#, fuzzy, c-format
msgid "ignoring invalid team configuration: %s"
msgstr "অবৈধ IPv4 পথ '%s'"
-#: ../libnm-core/nm-keyfile-reader.c:1504
+#: ../libnm-core/nm-keyfile-reader.c:1514
#, fuzzy, c-format
msgid "error loading setting value: %s"
msgstr "ত্ৰুটি: অবৈধ সংহতি নাম; %s\n"
-#: ../libnm-core/nm-keyfile-reader.c:1536
+#: ../libnm-core/nm-keyfile-reader.c:1546
#, fuzzy, c-format
msgid "invalid negative value (%i)"
msgstr "অবৈধ গেইটৱে '%s'"
-#: ../libnm-core/nm-keyfile-reader.c:1557
+#: ../libnm-core/nm-keyfile-reader.c:1567
#, fuzzy, c-format
msgid "invalid char value (%i)"
msgstr "অবৈধ '%s' অথবা ইয়াৰ মান '%s'"
-#: ../libnm-core/nm-keyfile-reader.c:1580
+#: ../libnm-core/nm-keyfile-reader.c:1590
#, fuzzy, c-format
msgid "invalid int64 value (%s)"
msgstr "অবৈধ '%s' অথবা ইয়াৰ মান '%s'"
-#: ../libnm-core/nm-keyfile-reader.c:1639
+#: ../libnm-core/nm-keyfile-reader.c:1649
#, c-format
msgid "too large FLAGS property '%s' (%llu)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1652
+#: ../libnm-core/nm-keyfile-reader.c:1662
#, fuzzy, c-format
msgid "unhandled setting property type '%s'"
msgstr "ত্ৰুটি: অবৈধ . '%s'।"
-#: ../libnm-core/nm-keyfile-reader.c:1683
+#: ../libnm-core/nm-keyfile-reader.c:1693
#, fuzzy, c-format
msgid "invalid setting name '%s'"
msgstr "ত্ৰুটি: অবৈধ সংহতি নাম; %s\n"
@@ -9211,24 +9379,24 @@ msgstr "অবৈধ ব্যক্তিগত কি"
msgid "invalid phase2 private key"
msgstr "অবৈধ phase2 ব্যক্তিগত কি"
-#: ../libnm-core/nm-setting-8021x.c:2883 ../libnm-core/nm-setting-8021x.c:2900
-#: ../libnm-core/nm-setting-8021x.c:2931 ../libnm-core/nm-setting-8021x.c:2948
-#: ../libnm-core/nm-setting-8021x.c:2989 ../libnm-core/nm-setting-8021x.c:3001
-#: ../libnm-core/nm-setting-8021x.c:3019 ../libnm-core/nm-setting-8021x.c:3031
-#: ../libnm-core/nm-setting-8021x.c:3056 ../libnm-core/nm-setting-adsl.c:196
+#: ../libnm-core/nm-setting-8021x.c:2888 ../libnm-core/nm-setting-8021x.c:2905
+#: ../libnm-core/nm-setting-8021x.c:2936 ../libnm-core/nm-setting-8021x.c:2953
+#: ../libnm-core/nm-setting-8021x.c:2994 ../libnm-core/nm-setting-8021x.c:3006
+#: ../libnm-core/nm-setting-8021x.c:3024 ../libnm-core/nm-setting-8021x.c:3036
+#: ../libnm-core/nm-setting-8021x.c:3061 ../libnm-core/nm-setting-adsl.c:196
#: ../libnm-core/nm-setting-cdma.c:166 ../libnm-core/nm-setting-cdma.c:175
-#: ../libnm-core/nm-setting-connection.c:878
-#: ../libnm-core/nm-setting-connection.c:923 ../libnm-core/nm-setting-gsm.c:299
+#: ../libnm-core/nm-setting-connection.c:901
+#: ../libnm-core/nm-setting-connection.c:949 ../libnm-core/nm-setting-gsm.c:299
#: ../libnm-core/nm-setting-gsm.c:356 ../libnm-core/nm-setting-gsm.c:393
-#: ../libnm-core/nm-setting-gsm.c:402 ../libnm-core/nm-setting-ip-config.c:2416
+#: ../libnm-core/nm-setting-gsm.c:402 ../libnm-core/nm-setting-ip-config.c:2520
#: ../libnm-core/nm-setting-ip4-config.c:198
#: ../libnm-core/nm-setting-ip4-config.c:205
-#: ../libnm-core/nm-setting-pppoe.c:149 ../libnm-core/nm-setting-pppoe.c:158
+#: ../libnm-core/nm-setting-pppoe.c:168 ../libnm-core/nm-setting-pppoe.c:177
#: ../libnm-core/nm-setting-vpn.c:428 ../libnm-core/nm-setting-vpn.c:438
#: ../libnm-core/nm-setting-wimax.c:135
#: ../libnm-core/nm-setting-wireless-security.c:930
#: ../libnm-core/nm-setting-wireless-security.c:954
-#: ../libnm-core/nm-setting.c:1135 ../libnm-util/nm-setting-8021x.c:2332
+#: ../libnm-core/nm-setting.c:1118 ../libnm-util/nm-setting-8021x.c:2332
#: ../libnm-util/nm-setting-8021x.c:2349 ../libnm-util/nm-setting-8021x.c:2390
#: ../libnm-util/nm-setting-8021x.c:2407 ../libnm-util/nm-setting-8021x.c:2458
#: ../libnm-util/nm-setting-8021x.c:2470 ../libnm-util/nm-setting-8021x.c:2488
@@ -9247,25 +9415,25 @@ msgstr "অবৈধ phase2 ব্যক্তিগত কি"
msgid "property is empty"
msgstr "বৈশিষ্ট্য ৰিক্ত"
-#: ../libnm-core/nm-setting-8021x.c:2913 ../libnm-core/nm-setting-8021x.c:2961
+#: ../libnm-core/nm-setting-8021x.c:2918 ../libnm-core/nm-setting-8021x.c:2966
#: ../libnm-util/nm-setting-8021x.c:2360 ../libnm-util/nm-setting-8021x.c:2372
#: ../libnm-util/nm-setting-8021x.c:2418 ../libnm-util/nm-setting-8021x.c:2430
#, c-format
msgid "has to match '%s' property for PKCS#12"
msgstr "PKCS#12 ৰ বাবে '%s' বৈশিষ্ট্য মিল খাব লাগিব"
-#: ../libnm-core/nm-setting-8021x.c:3192
+#: ../libnm-core/nm-setting-8021x.c:3197
#, fuzzy, c-format
msgid "certificate is invalid: %s"
msgstr "বৈশিষ্ট্য অবৈধ"
-#: ../libnm-core/nm-setting-8021x.c:3202
+#: ../libnm-core/nm-setting-8021x.c:3207
#, c-format
msgid "password is not supported when certificate is not on a PKCS#11 token"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:3239
-#: ../libnm-core/nm-setting-bluetooth.c:129
+#: ../libnm-core/nm-setting-8021x.c:3244
+#: ../libnm-core/nm-setting-bluetooth.c:123
#: ../libnm-core/nm-setting-infiniband.c:192
#: ../libnm-core/nm-setting-infiniband.c:207
#: ../libnm-core/nm-setting-ip4-config.c:189
@@ -9307,10 +9475,10 @@ msgstr ""
msgid "property is invalid"
msgstr "বৈশিষ্ট্য অবৈধ"
-#: ../libnm-core/nm-setting-8021x.c:3264 ../libnm-core/nm-setting-8021x.c:3274
-#: ../libnm-core/nm-setting-8021x.c:3284 ../libnm-core/nm-setting-8021x.c:3303
-#: ../libnm-core/nm-setting-8021x.c:3313 ../libnm-core/nm-setting-adsl.c:208
-#: ../libnm-core/nm-setting-adsl.c:220 ../libnm-core/nm-setting-bluetooth.c:146
+#: ../libnm-core/nm-setting-8021x.c:3269 ../libnm-core/nm-setting-8021x.c:3279
+#: ../libnm-core/nm-setting-8021x.c:3289 ../libnm-core/nm-setting-8021x.c:3308
+#: ../libnm-core/nm-setting-8021x.c:3318 ../libnm-core/nm-setting-adsl.c:208
+#: ../libnm-core/nm-setting-adsl.c:220 ../libnm-core/nm-setting-bluetooth.c:151
#: ../libnm-core/nm-setting-wireless-security.c:909
#: ../libnm-util/nm-setting-8021x.c:2714 ../libnm-util/nm-setting-8021x.c:2724
#: ../libnm-util/nm-setting-8021x.c:2734 ../libnm-util/nm-setting-8021x.c:2744
@@ -9321,96 +9489,111 @@ msgstr "বৈশিষ্ট্য অবৈধ"
msgid "'%s' is not a valid value for the property"
msgstr "'%s' বৈশিষ্ট্যৰ বাবে এটা বৈধ মান নহয়"
-#: ../libnm-core/nm-setting-8021x.c:3294
+#: ../libnm-core/nm-setting-8021x.c:3299
#, fuzzy
msgid "invalid auth flags"
msgstr "অবৈধ IPv4 পথ '%s'"
-#: ../libnm-core/nm-setting-bluetooth.c:168
+#: ../libnm-core/nm-setting-bluetooth.c:173
#, fuzzy, c-format
msgid "'%s' connection requires '%s' or '%s' setting"
msgstr "'%s' অথবা '%s' সংহতিৰ প্ৰয়োজন"
-#: ../libnm-core/nm-setting-bond.c:552 ../libnm-util/nm-setting-bond.c:502
+#: ../libnm-core/nm-setting-bluetooth.c:219
+#, fuzzy, c-format
+msgid "'%s' connection requires '%s' setting"
+msgstr "'%s' অথবা '%s' সংহতিৰ প্ৰয়োজন"
+
+#: ../libnm-core/nm-setting-bond.c:568 ../libnm-util/nm-setting-bond.c:517
#, c-format
msgid "invalid option '%s' or its value '%s'"
msgstr "অবৈধ বিকল্প '%s' অথবা ইয়াৰ মান '%s'"
-#: ../libnm-core/nm-setting-bond.c:577 ../libnm-util/nm-setting-bond.c:521
+#: ../libnm-core/nm-setting-bond.c:593 ../libnm-util/nm-setting-bond.c:536
#, c-format
msgid "only one of '%s' and '%s' can be set"
msgstr "কেৱল '%s' আৰু '%s' সংহতি কৰিব পাৰি"
-#: ../libnm-core/nm-setting-bond.c:590 ../libnm-util/nm-setting-bond.c:532
+#: ../libnm-core/nm-setting-bond.c:606 ../libnm-util/nm-setting-bond.c:547
#, c-format
msgid "mandatory option '%s' is missing"
msgstr "বাধ্যতামূলক বিকল্প '%s' সন্ধানহীন"
-#: ../libnm-core/nm-setting-bond.c:600 ../libnm-util/nm-setting-bond.c:541
+#: ../libnm-core/nm-setting-bond.c:616 ../libnm-util/nm-setting-bond.c:556
#, c-format
msgid "'%s' is not a valid value for '%s'"
msgstr "'%s' ৰ বাবে '%s' এটা বৈধ মান নহয়"
-#: ../libnm-core/nm-setting-bond.c:614 ../libnm-util/nm-setting-bond.c:554
+#: ../libnm-core/nm-setting-bond.c:630 ../libnm-util/nm-setting-bond.c:569
#, c-format
msgid "'%s=%s' is incompatible with '%s > 0'"
msgstr "'%s > 0' ৰ সৈতে '%s=%s' সংগত নহয়"
-#: ../libnm-core/nm-setting-bond.c:629
+#: ../libnm-core/nm-setting-bond.c:645
#, fuzzy, c-format
msgid "'%s' is not valid for the '%s' option: %s"
msgstr "'%s' বিকল্পৰ বাবে '%s' এটা বৈধ IPv4 ঠিকনা নহয়"
-#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
+#: ../libnm-core/nm-setting-bond.c:656 ../libnm-util/nm-setting-bond.c:592
#, c-format
msgid "'%s' option is only valid for '%s=%s'"
msgstr "'%s' বিকল্প কেৱল '%s=%s' ৰ বাবে বৈধ"
-#: ../libnm-core/nm-setting-bond.c:653 ../libnm-util/nm-setting-bond.c:590
+#: ../libnm-core/nm-setting-bond.c:669 ../libnm-util/nm-setting-bond.c:605
#, c-format
msgid "'%s=%s' is not a valid configuration for '%s'"
msgstr "'%s' ৰ বাবে '%s=%s' এটা বৈধ সংৰূপ নহয়"
-#: ../libnm-core/nm-setting-bond.c:666 ../libnm-core/nm-setting-bond.c:675
-#: ../libnm-core/nm-setting-bond.c:695 ../libnm-core/nm-setting-bond.c:731
-#: ../libnm-util/nm-setting-bond.c:603 ../libnm-util/nm-setting-bond.c:612
-#: ../libnm-util/nm-setting-bond.c:632 ../libnm-util/nm-setting-bond.c:668
+#: ../libnm-core/nm-setting-bond.c:682 ../libnm-core/nm-setting-bond.c:691
+#: ../libnm-core/nm-setting-bond.c:711 ../libnm-core/nm-setting-bond.c:747
+#: ../libnm-util/nm-setting-bond.c:618 ../libnm-util/nm-setting-bond.c:627
+#: ../libnm-util/nm-setting-bond.c:647 ../libnm-util/nm-setting-bond.c:683
#, c-format
msgid "'%s' option requires '%s' option to be set"
msgstr "'%s' বিকল্পৰ সংহতি হবলৈ '%s' বিকল্প সংহতি কৰা হব লাগিব"
-#: ../libnm-core/nm-setting-bond.c:706 ../libnm-util/nm-setting-bond.c:643
+#: ../libnm-core/nm-setting-bond.c:722 ../libnm-util/nm-setting-bond.c:658
#, c-format
msgid "'%s' option is empty"
msgstr "'%s' বিকল্প ৰিক্ত"
-#: ../libnm-core/nm-setting-bond.c:718 ../libnm-util/nm-setting-bond.c:655
+#: ../libnm-core/nm-setting-bond.c:734 ../libnm-util/nm-setting-bond.c:670
#, c-format
msgid "'%s' is not a valid IPv4 address for '%s' option"
msgstr "'%s' বিকল্পৰ বাবে '%s' এটা বৈধ IPv4 ঠিকনা নহয়"
-#: ../libnm-core/nm-setting-bond.c:746 ../libnm-util/nm-setting-bond.c:682
+#: ../libnm-core/nm-setting-bond.c:762 ../libnm-util/nm-setting-bond.c:697
#, c-format
msgid "'%s' option is only valid with mode '%s'"
msgstr "'%s' বিকল্প কেৱল '%s' অৱস্থাৰ সৈতে বৈধ"
-#: ../libnm-core/nm-setting-bond.c:757
+#: ../libnm-core/nm-setting-bond.c:773
#, c-format
msgid "'%s' and '%s' cannot have different values"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:773
+#: ../libnm-core/nm-setting-bond.c:789
#, fuzzy, c-format
msgid "'%s' option should be string"
msgstr "'%s' বিকল্প ৰিক্ত"
+#: ../libnm-core/nm-setting-bond.c:805
+#, fuzzy, c-format
+msgid "'%s' option is not valid with mode '%s'"
+msgstr "'%s' বিকল্প কেৱল '%s' অৱস্থাৰ সৈতে বৈধ"
+
#: ../libnm-core/nm-setting-bridge-port.c:127
+#: ../libnm-core/nm-setting-ovs-interface.c:262
+#: ../libnm-core/nm-setting-ovs-port.c:189
+#: ../libnm-core/nm-setting-ovs-bridge.c:152
#: ../libnm-core/nm-setting-team-port.c:99
#, fuzzy, c-format
msgid "missing setting"
msgstr "'%s' সংহতিৰ প্ৰয়োজন"
#: ../libnm-core/nm-setting-bridge-port.c:138
+#: ../libnm-core/nm-setting-ovs-interface.c:283
+#: ../libnm-core/nm-setting-ovs-port.c:210
#: ../libnm-core/nm-setting-team-port.c:110
#, c-format
msgid ""
@@ -9418,75 +9601,84 @@ msgid ""
"Instead it is '%s'"
msgstr "এটা '%s' সংহতিৰ সৈতে এটা সংযোগৰ স্লেইভ-ধৰণ '%s' হব লাগিব। কিন্তু ই '%s'"
-#: ../libnm-core/nm-setting-bridge.c:227 ../libnm-util/nm-setting-bridge.c:269
+#: ../libnm-core/nm-setting-bridge.c:245 ../libnm-util/nm-setting-bridge.c:269
#, c-format
msgid "value '%d' is out of range <%d-%d>"
msgstr "মান '%d' বিস্তাৰৰ বাহিৰ <%d-%d>"
-#: ../libnm-core/nm-setting-bridge.c:244 ../libnm-core/nm-setting-wired.c:652
+#: ../libnm-core/nm-setting-bridge.c:262 ../libnm-core/nm-setting-wired.c:652
#: ../libnm-core/nm-setting-wired.c:714 ../libnm-core/nm-setting-wired.c:756
#: ../libnm-util/nm-setting-bridge.c:286 ../libnm-util/nm-setting-wired.c:633
#: ../libnm-util/nm-setting-wired.c:691
msgid "is not a valid MAC address"
msgstr "এটা বৈধ MAC ঠিকনা নহয়"
-#: ../libnm-core/nm-setting-connection.c:850
+#: ../libnm-core/nm-setting-bridge.c:303
+msgid "the mask can't contain bits 0 (STP), 1 (MAC) or 2 (LACP)"
+msgstr ""
+
+#: ../libnm-core/nm-setting-connection.c:871
#, fuzzy, c-format
msgid "setting required for connection of type '%s'"
msgstr "ধৰণ '%s' ৰ সংযোগ '%s' ৰ বাবে সম্পাদক সৃষ্টি কৰিব পৰা নগল।"
-#: ../libnm-core/nm-setting-connection.c:887
+#: ../libnm-core/nm-setting-connection.c:910
#: ../libnm-util/nm-setting-connection.c:791
#, c-format
msgid "'%s' is not a valid UUID"
msgstr "'%s' এটা বৈধ UUID নহয়"
-#: ../libnm-core/nm-setting-connection.c:933
+#: ../libnm-core/nm-setting-connection.c:960
#, c-format
msgid "connection type '%s' is not valid"
msgstr "সংযোগ ধৰণ '%s' বৈধ নহয়"
-#: ../libnm-core/nm-setting-connection.c:968
+#: ../libnm-core/nm-setting-connection.c:996
#: ../libnm-util/nm-setting-connection.c:877
#, c-format
msgid "Unknown slave type '%s'"
msgstr "অজ্ঞাত স্লেইভ ধৰণ '%s'"
-#: ../libnm-core/nm-setting-connection.c:979
+#: ../libnm-core/nm-setting-connection.c:1007
#: ../libnm-util/nm-setting-connection.c:887
#, fuzzy, c-format
msgid "Slave connections need a valid '%s' property"
msgstr "স্লেইভ সংযোগসমূহৰ এটা বৈধ চিহ্নিত বস্তুৰ প্ৰয়োজন '"
-#: ../libnm-core/nm-setting-connection.c:1000
+#: ../libnm-core/nm-setting-connection.c:1028
#: ../libnm-util/nm-setting-connection.c:897
#, fuzzy, c-format
msgid "Cannot set '%s' without '%s'"
msgstr "সংহতি কৰিব নোৱাৰি '"
-#: ../libnm-core/nm-setting-connection.c:1014
+#: ../libnm-core/nm-setting-connection.c:1041
+#, fuzzy, c-format
+msgid "Only '%s' connections can be enslaved to '%s'"
+msgstr "ডিভাইচ '%s' ত কোনো সক্ৰিয় সংযোগ নাই"
+
+#: ../libnm-core/nm-setting-connection.c:1054
#, fuzzy, c-format
msgid "metered value %d is not valid"
msgstr "মান '%s' এটা বৈধ UUID নহয়"
-#: ../libnm-core/nm-setting-connection.c:1035
+#: ../libnm-core/nm-setting-connection.c:1075
#, c-format
msgid "property type should be set to '%s'"
msgstr "বৈশিষ্ট্য ধৰণ '%s' লৈ সংহতি কৰিব লাগিব"
-#: ../libnm-core/nm-setting-connection.c:1050
+#: ../libnm-core/nm-setting-connection.c:1090
#, c-format
msgid "slave-type '%s' requires a '%s' setting in the connection"
msgstr "slave-type '%s' ৰ সংযোগত এটা '%s' সংহতিৰ প্ৰয়োজন"
-#: ../libnm-core/nm-setting-connection.c:1060
+#: ../libnm-core/nm-setting-connection.c:1100
#, c-format
msgid ""
"Detect a slave connection with '%s' set and a port type '%s'. '%s' should be "
"set to '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:1077
+#: ../libnm-core/nm-setting-connection.c:1117
#, fuzzy, c-format
msgid "A slave connection with '%s' set to '%s' cannot have a '%s' setting"
msgstr "'%s' অথবা '%s' সংহতিৰ প্ৰয়োজন"
@@ -9556,7 +9748,7 @@ msgstr "যদি উপধায়ক ধাৰ্য্য কৰা হৈছ
msgid "InfiniBand P_Key connection did not specify parent interface name"
msgstr "InfiniBand P_Key সংযোগে উপধায়ক আন্তঃপৃষ্ঠ নাম ধাৰ্য্য নকৰিলে"
-#: ../libnm-core/nm-setting-infiniband.c:275
+#: ../libnm-core/nm-setting-infiniband.c:276
#: ../libnm-util/nm-setting-infiniband.c:285
#, c-format
msgid ""
@@ -9566,7 +9758,7 @@ msgstr ""
"চফ্টৱেৰ ইনফিবেণ্ড ডিভাইচৰ আন্তঃপৃষ্ঠ নাম '%s' হব লাগিব অথবা অসংহিত থাকিব লাগিব "
"(ইয়াৰ পৰিৱৰ্তে ই '%s')"
-#: ../libnm-core/nm-setting-infiniband.c:290
+#: ../libnm-core/nm-setting-infiniband.c:291
#, c-format
msgid "mtu for transport mode '%s' can be at most %d but it is %d"
msgstr "পৰিবহন অৱস্থা '%s' ৰ বাবে mtu %d হব পাৰে কিন্তু ই %d"
@@ -9606,83 +9798,83 @@ msgstr "অবৈধ IPv6 ঠিকনা '%s'"
msgid "Invalid routing metric '%s'"
msgstr "অবৈধ মেট্ৰিক '%s'"
-#: ../libnm-core/nm-setting-ip-config.c:1260
+#: ../libnm-core/nm-setting-ip-config.c:1316
#, fuzzy
msgid "unknown attribute"
msgstr "ত্ৰুটি: অজ্ঞাত সংহতি '%s'\n"
-#: ../libnm-core/nm-setting-ip-config.c:1270
+#: ../libnm-core/nm-setting-ip-config.c:1326
#, fuzzy, c-format
msgid "invalid attribute type '%s'"
msgstr "অবৈধ '%s' অথবা ইয়াৰ মান '%s'"
-#: ../libnm-core/nm-setting-ip-config.c:1281
+#: ../libnm-core/nm-setting-ip-config.c:1337
#, c-format
msgid "attribute is not valid for a IPv4 route"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1282
+#: ../libnm-core/nm-setting-ip-config.c:1338
#, c-format
msgid "attribute is not valid for a IPv6 route"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1298
-#: ../libnm-core/nm-setting-ip-config.c:1322
+#: ../libnm-core/nm-setting-ip-config.c:1354
+#: ../libnm-core/nm-setting-ip-config.c:1378
#, fuzzy, c-format
msgid "'%s' is not a valid IPv4 address"
msgstr "'%s' এটা বৈধ MAC ঠিকনা নহয়"
-#: ../libnm-core/nm-setting-ip-config.c:1299
-#: ../libnm-core/nm-setting-ip-config.c:1323
+#: ../libnm-core/nm-setting-ip-config.c:1355
+#: ../libnm-core/nm-setting-ip-config.c:1379
#, fuzzy, c-format
msgid "'%s' is not a valid IPv6 address"
msgstr "'%s' এটা বৈধ MAC ঠিকনা নহয়"
-#: ../libnm-core/nm-setting-ip-config.c:1313
+#: ../libnm-core/nm-setting-ip-config.c:1369
#, fuzzy, c-format
msgid "invalid prefix %s"
msgstr "অবৈধ IPv4 পথ '%s'"
-#: ../libnm-core/nm-setting-ip-config.c:2429
+#: ../libnm-core/nm-setting-ip-config.c:2533
#, c-format
msgid "%d. DNS server address is invalid"
msgstr "%d। DNS চাৰ্ভাৰৰ ঠিকনা অবৈধ"
-#: ../libnm-core/nm-setting-ip-config.c:2445
+#: ../libnm-core/nm-setting-ip-config.c:2549
#, fuzzy, c-format
msgid "%d. IP address is invalid"
msgstr "%d। IPv4 ঠিকনা অবৈধ"
-#: ../libnm-core/nm-setting-ip-config.c:2457
+#: ../libnm-core/nm-setting-ip-config.c:2561
#, fuzzy, c-format
msgid "%d. IP address has 'label' property with invalid type"
msgstr "%d। IPv4 ঠিকনাৰ অবৈধ উপসৰ্গ"
-#: ../libnm-core/nm-setting-ip-config.c:2466
+#: ../libnm-core/nm-setting-ip-config.c:2570
#, fuzzy, c-format
msgid "%d. IP address has invalid label '%s'"
msgstr "%d. IPv4 ঠিকনাৰ লেবেল '%s' অবৈধ"
-#: ../libnm-core/nm-setting-ip-config.c:2480
+#: ../libnm-core/nm-setting-ip-config.c:2584
msgid "gateway cannot be set if there are no addresses configured"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2489
+#: ../libnm-core/nm-setting-ip-config.c:2593
#, fuzzy
msgid "gateway is invalid"
msgstr "বৈশিষ্ট্য অবৈধ"
-#: ../libnm-core/nm-setting-ip-config.c:2503
+#: ../libnm-core/nm-setting-ip-config.c:2607
#, c-format
msgid "%d. route is invalid"
msgstr "%d। পথ অবৈধ"
-#: ../libnm-core/nm-setting-ip-config.c:2512
+#: ../libnm-core/nm-setting-ip-config.c:2616
#, c-format
msgid "%d. route cannot be a default route"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2523
+#: ../libnm-core/nm-setting-ip-config.c:2627
#, fuzzy, c-format
msgid "a gateway is incompatible with '%s'"
msgstr "'%s > 0' ৰ সৈতে '%s=%s' সংগত নহয়"
@@ -9835,6 +10027,97 @@ msgstr "SSID দৈৰ্ঘ্য বিস্তাৰ <1-32> বাইটৰ
msgid "'%d' is not a valid channel"
msgstr "'%d' এটা বৈধ চেনেল নহয়"
+#: ../libnm-core/nm-setting-ovs-interface.c:113
+#, fuzzy, c-format
+msgid "'%s' is not a valid interface type"
+msgstr "'%s' এটা বৈধ আন্তঃপৃষ্ঠ নাম নহয়"
+
+#: ../libnm-core/nm-setting-ovs-interface.c:135
+#, fuzzy, c-format
+msgid "A connection with a '%s' setting needs connection.type explicitly set"
+msgstr "এটা '%s' সংহতিৰ সৈতে এটা সংযোগৰ স্লেইভ-ধৰণ '%s' হব লাগিব। কিন্তু ই '%s'"
+
+#: ../libnm-core/nm-setting-ovs-interface.c:147
+#, c-format
+msgid "A connection of type '%s' cannot have ovs-interface.type \"system\""
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:159
+#, c-format
+msgid "A connection of type '%s' cannot have an ovs-interface.type \"%s\""
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:175
+#, fuzzy, c-format
+msgid ""
+"A connection with '%s' setting must be of connection.type \"ovs-interface\" "
+"but is \"%s\""
+msgstr "এটা '%s' সংহতিৰ সৈতে এটা সংযোগৰ স্লেইভ-ধৰণ '%s' হব লাগিব। কিন্তু ই '%s'"
+
+#: ../libnm-core/nm-setting-ovs-interface.c:186
+#, fuzzy, c-format
+msgid ""
+"A connection with '%s' setting needs to be of 'patch' interface type, not "
+"'%s'"
+msgstr "এটা '%s' সংহতিৰ সৈতে এটা সংযোগৰ স্লেইভ-ধৰণ '%s' হব লাগিব। কিন্তু ই '%s'"
+
+#: ../libnm-core/nm-setting-ovs-interface.c:201
+#, fuzzy, c-format
+msgid "A connection with ovs-interface.type '%s' setting a 'ovs-patch' setting"
+msgstr "'%s' অথবা '%s' সংহতিৰ প্ৰয়োজন"
+
+#: ../libnm-core/nm-setting-ovs-interface.c:221
+#, fuzzy, c-format
+msgid "Missing ovs interface setting"
+msgstr "'%s' সংহতিৰ প্ৰয়োজন"
+
+#: ../libnm-core/nm-setting-ovs-interface.c:227
+#, c-format
+msgid "Missing ovs interface type"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:271
+#: ../libnm-core/nm-setting-ovs-port.c:198
+#, fuzzy, c-format
+msgid "A connection with a '%s' setting must have a master."
+msgstr "এটা '%s' সংহতিৰ সৈতে এটা সংযোগৰ স্লেইভ-ধৰণ '%s' হব লাগিব। কিন্তু ই '%s'"
+
+#: ../libnm-core/nm-setting-ovs-patch.c:110
+#: ../libnm-core/nm-setting-vxlan.c:375
+#, fuzzy, c-format
+msgid "'%s' is not a valid IP address"
+msgstr "'%s' এটা বৈধ MAC ঠিকনা নহয়"
+
+#: ../libnm-core/nm-setting-ovs-port.c:223
+#, fuzzy, c-format
+msgid "'%s' is not allowed in vlan_mode"
+msgstr "'%s' এটা বৈধ Wi-Fi অৱস্থা নহয়"
+
+#: ../libnm-core/nm-setting-ovs-port.c:233
+#, c-format
+msgid "the tag id must be in range 0-4094 but is %u"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-port.c:243
+#, fuzzy, c-format
+msgid "'%s' is not allowed in lacp"
+msgstr "'%s' এটা বৈধ DCB ফ্লেগ নহয়"
+
+#: ../libnm-core/nm-setting-ovs-port.c:253
+#, fuzzy, c-format
+msgid "'%s' is not allowed in bond_mode"
+msgstr "'%s' এটা বৈধ Wi-Fi অৱস্থা নহয়"
+
+#: ../libnm-core/nm-setting-ovs-bridge.c:161
+#, fuzzy, c-format
+msgid "A connection with a '%s' setting must not have a master."
+msgstr "'%s' অথবা '%s' সংহতিৰ প্ৰয়োজন"
+
+#: ../libnm-core/nm-setting-ovs-bridge.c:172
+#, fuzzy, c-format
+msgid "'%s' is not allowed in fail_mode"
+msgstr "'%s' এটা বৈধ Wi-Fi অৱস্থা নহয়"
+
#: ../libnm-core/nm-setting-ppp.c:365 ../libnm-util/nm-setting-ppp.c:387
#, c-format
msgid "'%d' is out of valid range <128-16384>"
@@ -9870,7 +10153,7 @@ msgstr "সূচী '%s' বৈধ নহয়"
msgid "the script lacks FindProxyForURL function"
msgstr ""
-#: ../libnm-core/nm-setting-team.c:94 ../libnm-core/nm-setting-team-port.c:122
+#: ../libnm-core/nm-setting-team.c:93 ../libnm-core/nm-setting-team-port.c:122
#, c-format
msgid "team config exceeds size limit"
msgstr ""
@@ -9956,11 +10239,11 @@ msgstr ""
msgid "the vlan id must be in range 0-4094 but is %u"
msgstr ""
-#: ../libnm-core/nm-setting-vlan.c:679 ../libnm-util/nm-setting-vlan.c:591
+#: ../libnm-core/nm-setting-vlan.c:680 ../libnm-util/nm-setting-vlan.c:591
msgid "flags are invalid"
msgstr "ফ্লেগসমূহ অবৈধ"
-#: ../libnm-core/nm-setting-vlan.c:691
+#: ../libnm-core/nm-setting-vlan.c:692
msgid "vlan setting should have a ethernet setting as well"
msgstr ""
@@ -9978,7 +10261,7 @@ msgstr ""
msgid "secret value was empty"
msgstr ""
-#: ../libnm-core/nm-setting-vpn.c:545 ../libnm-core/nm-setting.c:1785
+#: ../libnm-core/nm-setting-vpn.c:545 ../libnm-core/nm-setting.c:1788
msgid "not a secret property"
msgstr ""
@@ -9991,11 +10274,6 @@ msgstr ""
msgid "failed to convert value '%s' to uint"
msgstr "ত্ৰুটি: '%s' ৰ মান আতৰাবলৈ ব্যৰ্থ: %s\n"
-#: ../libnm-core/nm-setting-vxlan.c:375
-#, fuzzy, c-format
-msgid "'%s' is not a valid IP address"
-msgstr "'%s' এটা বৈধ MAC ঠিকনা নহয়"
-
#: ../libnm-core/nm-setting-vxlan.c:388
#, fuzzy, c-format
msgid "'%s' is not a valid IP%c address"
@@ -10108,170 +10386,170 @@ msgstr "অবৈধ '%s' অথবা ইয়াৰ মান '%s'"
msgid "conflicting value of mac-address-randomization and cloned-mac-address"
msgstr ""
-#: ../libnm-core/nm-setting.c:838
+#: ../libnm-core/nm-setting.c:821
#, c-format
msgid "duplicate property"
msgstr ""
-#: ../libnm-core/nm-setting.c:866 ../libnm-core/nm-setting.c:913
+#: ../libnm-core/nm-setting.c:849 ../libnm-core/nm-setting.c:896
#, c-format
msgid "can't set property of type '%s' from value of type '%s'"
msgstr ""
-#: ../libnm-core/nm-setting.c:885 ../libnm-core/nm-setting.c:899
+#: ../libnm-core/nm-setting.c:868 ../libnm-core/nm-setting.c:882
#, fuzzy, c-format
msgid "failed to set property: %s"
msgstr "ত্ৰুটি: '%s' বৈশিষ্ট্য সংহতি কৰিবলৈ ব্যৰ্থ: %s\n"
-#: ../libnm-core/nm-setting.c:927
+#: ../libnm-core/nm-setting.c:910
#, fuzzy, c-format
msgid "can not set property: %s"
msgstr "ত্ৰুটি: '%s' বৈশিষ্ট্য সংহতি কৰিবলৈ ব্যৰ্থ: %s\n"
-#: ../libnm-core/nm-setting.c:943
+#: ../libnm-core/nm-setting.c:926
#, fuzzy, c-format
msgid "unknown property"
msgstr "অজ্ঞাত ত্ৰুটি"
-#: ../libnm-core/nm-setting.c:1683
+#: ../libnm-core/nm-setting.c:1686
msgid "secret not found"
msgstr ""
-#: ../libnm-core/nm-setting.c:1775
+#: ../libnm-core/nm-setting.c:1778
msgid "secret is not set"
msgstr ""
-#: ../libnm-core/nm-utils.c:2415
+#: ../libnm-core/nm-utils.c:2412
#, fuzzy, c-format
msgid "failed stat file %s: %s"
msgstr "সংকেত মাস্ক সংহতি কৰিবলে ব্যৰ্থ: %d"
-#: ../libnm-core/nm-utils.c:2424
+#: ../libnm-core/nm-utils.c:2421
#, fuzzy, c-format
msgid "not a file (%s)"
msgstr "ফাইল '%s' লড কৰিব পৰা নগল\n"
-#: ../libnm-core/nm-utils.c:2435
+#: ../libnm-core/nm-utils.c:2432
#, fuzzy, c-format
msgid "invalid file owner %d for %s"
msgstr "অবৈধ ফিল্ড '%s'; অনুমোদিত ফিল্ডসমূহ: %s"
-#: ../libnm-core/nm-utils.c:2446
+#: ../libnm-core/nm-utils.c:2443
#, c-format
msgid "file permissions for %s"
msgstr ""
-#: ../libnm-core/nm-utils.c:2456
+#: ../libnm-core/nm-utils.c:2453
#, c-format
msgid "reject %s"
msgstr ""
-#: ../libnm-core/nm-utils.c:2476
+#: ../libnm-core/nm-utils.c:2473
#, c-format
msgid "path is not absolute (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:2490
+#: ../libnm-core/nm-utils.c:2487
#, c-format
msgid "Plugin file does not exist (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:2498
+#: ../libnm-core/nm-utils.c:2495
#, fuzzy, c-format
msgid "Plugin is not a valid file (%s)"
msgstr "'%s' ৰ বাবে '%s' এটা বৈধ মান নহয়"
-#: ../libnm-core/nm-utils.c:2508
+#: ../libnm-core/nm-utils.c:2505
#, c-format
msgid "libtool archives are not supported (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:2590 ../libnm-util/nm-utils.c:1803
+#: ../libnm-core/nm-utils.c:2587 ../libnm-util/nm-utils.c:1798
#, c-format
msgid "Could not find \"%s\" binary"
msgstr ""
-#: ../libnm-core/nm-utils.c:3636
+#: ../libnm-core/nm-utils.c:3633
#, fuzzy, c-format
msgid "not a valid ethernet MAC address for mask at position %lld"
msgstr "'%s' বিকল্পৰ বাবে '%s' এটা বৈধ IPv4 ঠিকনা নহয়"
-#: ../libnm-core/nm-utils.c:3651
+#: ../libnm-core/nm-utils.c:3648
#, c-format
msgid "not a valid ethernet MAC address #%u at position %lld"
msgstr ""
-#: ../libnm-core/nm-utils.c:3685
+#: ../libnm-core/nm-utils.c:3684
#, fuzzy
msgid "interface name is too short"
msgstr "আন্তঃপৃষ্ঠৰ নাম [*]: "
-#: ../libnm-core/nm-utils.c:3691
-msgid "interface name is longer than 15 characters"
-msgstr ""
-
-#: ../libnm-core/nm-utils.c:3697
+#: ../libnm-core/nm-utils.c:3693
#, fuzzy
msgid "interface name is reserved"
msgstr "আন্তঃপৃষ্ঠৰ নাম [*]: "
-#: ../libnm-core/nm-utils.c:3704
+#: ../libnm-core/nm-utils.c:3705
msgid "interface name contains an invalid character"
msgstr ""
-#: ../libnm-core/nm-utils.c:4316 ../libnm-core/nm-utils.c:4450
+#: ../libnm-core/nm-utils.c:3711
+msgid "interface name is longer than 15 characters"
+msgstr ""
+
+#: ../libnm-core/nm-utils.c:4319 ../libnm-core/nm-utils.c:4464
msgid "value is NULL"
msgstr ""
-#: ../libnm-core/nm-utils.c:4316 ../libnm-core/nm-utils.c:4450
+#: ../libnm-core/nm-utils.c:4319 ../libnm-core/nm-utils.c:4464
#, fuzzy
msgid "value is empty"
msgstr "বৈশিষ্ট্য ৰিক্ত"
-#: ../libnm-core/nm-utils.c:4325
+#: ../libnm-core/nm-utils.c:4328
#, fuzzy, c-format
msgid "invalid JSON at position %d (%s)"
msgstr "অবৈধ বিকল্প '%s'"
-#: ../libnm-core/nm-utils.c:4337 ../libnm-core/nm-utils.c:4469
+#: ../libnm-core/nm-utils.c:4340 ../libnm-core/nm-utils.c:4483
msgid "is not a JSON object"
msgstr ""
-#: ../libnm-core/nm-utils.c:4439
+#: ../libnm-core/nm-utils.c:4453
msgid "not valid utf-8"
msgstr ""
-#: ../libnm-core/nm-utils.c:4564 ../libnm-core/nm-utils.c:4582
+#: ../libnm-core/nm-utils.c:4578 ../libnm-core/nm-utils.c:4596
#, c-format
msgid "unterminated escape sequence"
msgstr ""
-#: ../libnm-core/nm-utils.c:4592
+#: ../libnm-core/nm-utils.c:4606
#, c-format
msgid "missing key-value separator '%c'"
msgstr ""
-#: ../libnm-core/nm-utils.c:4609
+#: ../libnm-core/nm-utils.c:4623
#, fuzzy, c-format
msgid "unknown attribute '%s'"
msgstr "অজ্ঞাত ডিভাইচ '%s'।"
-#: ../libnm-core/nm-utils.c:4619
+#: ../libnm-core/nm-utils.c:4633
#, fuzzy, c-format
msgid "invalid uint32 value '%s' for attribute '%s'"
msgstr "অবৈধ বিকল্প '%s' অথবা ইয়াৰ মান '%s'"
-#: ../libnm-core/nm-utils.c:4628
+#: ../libnm-core/nm-utils.c:4642
#, fuzzy, c-format
msgid "invalid uint8 value '%s' for attribute '%s'"
msgstr "অবৈধ বিকল্প '%s' অথবা ইয়াৰ মান '%s'"
-#: ../libnm-core/nm-utils.c:4641
+#: ../libnm-core/nm-utils.c:4655
#, fuzzy, c-format
msgid "invalid boolean value '%s' for attribute '%s'"
msgstr "অবৈধ বিকল্প '%s' অথবা ইয়াৰ মান '%s'"
-#: ../libnm-core/nm-utils.c:4649
+#: ../libnm-core/nm-utils.c:4663
#, c-format
msgid "unsupported attribute '%s' of type '%s'"
msgstr ""
@@ -10358,52 +10636,52 @@ msgstr ""
msgid "missing service for VPN plugin info"
msgstr ""
-#: ../libnm-glib/nm-device.c:1825 ../libnm/nm-device.c:1521
+#: ../libnm-glib/nm-device.c:1825 ../libnm/nm-device.c:1525
msgid "Bluetooth"
msgstr "ব্লুটুথ"
-#: ../libnm-glib/nm-device.c:1827 ../libnm/nm-device.c:1523
+#: ../libnm-glib/nm-device.c:1827 ../libnm/nm-device.c:1527
msgid "OLPC Mesh"
msgstr "OLPC মেশ"
-#: ../libnm-glib/nm-device.c:1829 ../libnm/nm-device.c:1525
+#: ../libnm-glib/nm-device.c:1829 ../libnm/nm-device.c:1535
msgid "WiMAX"
msgstr "WiMAX"
-#: ../libnm-glib/nm-device.c:1843 ../libnm/nm-device.c:1539
+#: ../libnm-glib/nm-device.c:1843 ../libnm/nm-device.c:1549
msgid "ADSL"
msgstr "ADSL"
-#: ../libnm-glib/nm-device.c:1845 ../libnm/nm-device.c:1541
+#: ../libnm-glib/nm-device.c:1845 ../libnm/nm-device.c:1551
#, fuzzy
msgid "MACVLAN"
msgstr "VLAN"
-#: ../libnm-glib/nm-device.c:1847 ../libnm/nm-device.c:1543
+#: ../libnm-glib/nm-device.c:1847 ../libnm/nm-device.c:1553
msgid "VXLAN"
msgstr ""
-#: ../libnm-glib/nm-device.c:1849 ../libnm/nm-device.c:1545
+#: ../libnm-glib/nm-device.c:1849 ../libnm/nm-device.c:1555
msgid "IPTunnel"
msgstr ""
-#: ../libnm-glib/nm-device.c:1851 ../libnm/nm-device.c:1547
+#: ../libnm-glib/nm-device.c:1851 ../libnm/nm-device.c:1557
msgid "Tun"
msgstr ""
-#: ../libnm-glib/nm-device.c:1853 ../libnm/nm-device.c:1549
+#: ../libnm-glib/nm-device.c:1853 ../libnm/nm-device.c:1559
msgid "Veth"
msgstr ""
-#: ../libnm-glib/nm-device.c:1885 ../libnm/nm-device.c:1585
+#: ../libnm-glib/nm-device.c:1885 ../libnm/nm-device.c:1597
msgid "Wired"
msgstr "তাঁৰযুক্ত"
-#: ../libnm-glib/nm-device.c:1916 ../libnm/nm-device.c:1616
+#: ../libnm-glib/nm-device.c:1916 ../libnm/nm-device.c:1628
msgid "PCI"
msgstr "PCI"
-#: ../libnm-glib/nm-device.c:1918 ../libnm/nm-device.c:1618
+#: ../libnm-glib/nm-device.c:1918 ../libnm/nm-device.c:1630
msgid "USB"
msgstr "USB"
@@ -10414,7 +10692,7 @@ msgstr "USB"
#. * the strings otherwise.
#.
#: ../libnm-glib/nm-device.c:2015 ../libnm-glib/nm-device.c:2034
-#: ../libnm/nm-device.c:1713 ../libnm/nm-device.c:1732
+#: ../libnm/nm-device.c:1725 ../libnm/nm-device.c:1744
#, c-format
msgctxt "long device name"
msgid "%s %s"
@@ -10449,7 +10727,7 @@ msgstr "পাছৱৰ্ডক UCS2 লে পৰিবৰ্তন কৰি
msgid "requires '%s' or '%s' setting"
msgstr "'%s' অথবা '%s' সংহতিৰ প্ৰয়োজন"
-#: ../libnm-util/nm-setting-bond.c:567
+#: ../libnm-util/nm-setting-bond.c:582
#, c-format
msgid "'%s' is not a valid interface name for '%s' option"
msgstr "'%s' বিকল্প '%s' ৰ বাবে এটা বৈধ আন্তঃপৃষ্ঠ নাম নহয়"
@@ -10520,35 +10798,42 @@ msgstr "সংযোগ কৰা (দ্বিতীয় সংযোগসম
msgid "The connection was not a bond connection."
msgstr "সংযোগ কৰা (দ্বিতীয় সংযোগসমূহ আৰম্ভ কৰা)"
-#: ../libnm/nm-device-bridge.c:111
+#: ../libnm/nm-device-bridge.c:115
#, fuzzy
msgid "The connection was not a bridge connection."
msgstr "সংযোগ কৰা (দ্বিতীয় সংযোগসমূহ আৰম্ভ কৰা)"
-#: ../libnm/nm-device-bt.c:136
+#: ../libnm/nm-device-bt.c:137
#, fuzzy, c-format
msgid "The connection was not a Bluetooth connection."
msgstr "'ব্লুটুথ' সংযোগ ধৰণৰ বাবে ১ টা বৈকল্পিক তৰ্ক আছে।\n"
-#: ../libnm/nm-device-bt.c:145
+#: ../libnm/nm-device-bt.c:143
+#, fuzzy, c-format
+msgid "The connection is of Bluetooth NAP type."
+msgstr "'ব্লুটুথ' সংযোগ ধৰণৰ বাবে ১ টা বৈকল্পিক তৰ্ক আছে।\n"
+
+#: ../libnm/nm-device-bt.c:152
msgid "Invalid device Bluetooth address."
msgstr ""
-#: ../libnm/nm-device-bt.c:152
+#: ../libnm/nm-device-bt.c:158
msgid "The Bluetooth addresses of the device and the connection didn't match."
msgstr ""
-#: ../libnm/nm-device-bt.c:161
+#: ../libnm/nm-device-bt.c:167
msgid ""
"The device is lacking Bluetooth capabilities required by the connection."
msgstr ""
-#: ../libnm/nm-device-dummy.c:46
+#: ../libnm/nm-device-dummy.c:76
#, fuzzy
msgid "The connection was not a dummy connection."
msgstr "সংযোগ আতৰোৱা হৈছিল"
-#: ../libnm/nm-device-dummy.c:53 ../libnm/nm-device-generic.c:97
+#: ../libnm/nm-device-dummy.c:83 ../libnm/nm-device-generic.c:97
+#: ../libnm/nm-device-ovs-bridge.c:68 ../libnm/nm-device-ovs-interface.c:68
+#: ../libnm/nm-device-ovs-port.c:67
#, fuzzy
msgid "The connection did not specify an interface name."
msgstr "InfiniBand P_Key সংযোগে উপধায়ক আন্তঃপৃষ্ঠ নাম ধাৰ্য্য নকৰিলে"
@@ -10640,6 +10925,21 @@ msgstr ""
msgid "The connection was not an OLPC Mesh connection."
msgstr "'OLPC Mesh' সংযোগ ধৰণৰ বাবে ২ টা বৈকল্পিক তৰ্ক আছে।\n"
+#: ../libnm/nm-device-ovs-bridge.c:61
+#, fuzzy
+msgid "The connection was not a ovs_bridge connection."
+msgstr "সংযোগ কৰা (দ্বিতীয় সংযোগসমূহ আৰম্ভ কৰা)"
+
+#: ../libnm/nm-device-ovs-interface.c:61
+#, fuzzy
+msgid "The connection was not a ovs_interface connection."
+msgstr "সংযোগ আতৰোৱা হৈছিল"
+
+#: ../libnm/nm-device-ovs-port.c:60
+#, fuzzy
+msgid "The connection was not a ovs_port connection."
+msgstr "সংযোগ কৰা (দ্বিতীয় সংযোগসমূহ আৰম্ভ কৰা)"
+
#: ../libnm/nm-device-team.c:138
#, fuzzy
msgid "The connection was not a team connection."
@@ -10684,25 +10984,42 @@ msgstr ""
msgid "The connection was not a WiMAX connection."
msgstr "'WiMax' সংযোগ ধৰণৰ বাবে ১ টা বৈকল্পিক তৰ্ক আছে।\n"
-#: ../libnm/nm-device.c:1551
+#: ../libnm/nm-device.c:1529
+msgid "OpenVSwitch Interface"
+msgstr ""
+
+#: ../libnm/nm-device.c:1531
+msgid "OpenVSwitch Port"
+msgstr ""
+
+#: ../libnm/nm-device.c:1533
+msgid "OpenVSwitch Bridge"
+msgstr ""
+
+#: ../libnm/nm-device.c:1561
msgid "MACsec"
msgstr ""
-#: ../libnm/nm-device.c:1553
+#: ../libnm/nm-device.c:1563
msgid "Dummy"
msgstr ""
-#: ../libnm/nm-device.c:2444
+#: ../libnm/nm-device.c:1565
+#, fuzzy
+msgid "PPP"
+msgstr "PPPoE"
+
+#: ../libnm/nm-device.c:2456
#, fuzzy, c-format
msgid "The connection was not valid: %s"
msgstr "ত্ৰুটি: সংযোগ বৈধ নহয়: %s\n"
-#: ../libnm/nm-device.c:2453
+#: ../libnm/nm-device.c:2465
#, c-format
msgid "The interface names of the device and the connection didn't match."
msgstr ""
-#: ../libnm/nm-manager.c:822
+#: ../libnm/nm-manager.c:870
#, fuzzy
msgid "Active connection removed before it was initialized"
msgstr "সক্ৰিয় সংযোগৰ বিৱৰণ"
@@ -10857,33 +11174,43 @@ msgstr "WiFi ডিভাইচসমূহ সামৰ্থবান অথ
msgid "System policy prevents enabling or disabling device statistics"
msgstr "চিস্টেম নীতিয়ে WiFi ডিভাইচসমূহ সামৰ্থবান অথবা অসামৰ্থবান কৰাটো প্ৰতিৰোধ কৰে"
-#: ../shared/nm-utils/nm-shared-utils.c:345
+#: ../data/org.freedesktop.NetworkManager.policy.in.in.h:31
+#, fuzzy
+msgid "Enable or disable connectivity checking"
+msgstr "চিস্টেম নেটৱাৰ্কিং সামৰ্থবান অথবা অসামৰ্থবান কৰক"
+
+#: ../data/org.freedesktop.NetworkManager.policy.in.in.h:32
+#, fuzzy
+msgid "System policy prevents enabling or disabling connectivity checking"
+msgstr "চিস্টেম নীতিয়ে WiFi ডিভাইচসমূহ সামৰ্থবান অথবা অসামৰ্থবান কৰাটো প্ৰতিৰোধ কৰে"
+
+#: ../shared/nm-utils/nm-shared-utils.c:794
#, c-format
msgid "object class '%s' has no property named '%s'"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:352
+#: ../shared/nm-utils/nm-shared-utils.c:801
#, c-format
msgid "property '%s' of object class '%s' is not writable"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:359
+#: ../shared/nm-utils/nm-shared-utils.c:808
#, c-format
msgid ""
"construct property \"%s\" for object '%s' can't be set after construction"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:367
+#: ../shared/nm-utils/nm-shared-utils.c:816
#, c-format
msgid "'%s::%s' is not a valid property name; '%s' is not a GObject subtype"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:376
+#: ../shared/nm-utils/nm-shared-utils.c:825
#, c-format
msgid "unable to set property '%s' of type '%s' from value of type '%s'"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:387
+#: ../shared/nm-utils/nm-shared-utils.c:836
#, c-format
msgid ""
"value \"%s\" of type '%s' is invalid or out of range for property '%s' of "
@@ -10906,25 +11233,25 @@ msgid "Failed to read configuration: %s\n"
msgstr "সংৰূপ পঢ়িবলে ব্যৰ্থ: (%d) %s\n"
#. Logging/debugging
-#: ../src/main.c:193 ../src/nm-iface-helper.c:309
+#: ../src/main.c:193 ../src/nm-iface-helper.c:292
msgid "Print NetworkManager version and exit"
msgstr "NetworkManager সংস্কৰণ প্ৰিণ্ট কৰি প্ৰস্থান কৰক"
-#: ../src/main.c:194 ../src/nm-iface-helper.c:310
+#: ../src/main.c:194 ../src/nm-iface-helper.c:293
msgid "Don't become a daemon"
msgstr "এটা ডিমন নহব"
-#: ../src/main.c:195 ../src/nm-iface-helper.c:312
+#: ../src/main.c:195 ../src/nm-iface-helper.c:295
#, c-format
msgid "Log level: one of [%s]"
msgstr "লগ স্তৰ: [%s] ৰ এটা"
-#: ../src/main.c:197 ../src/nm-iface-helper.c:314
+#: ../src/main.c:197 ../src/nm-iface-helper.c:297
#, c-format
msgid "Log domains separated by ',': any combination of [%s]"
msgstr "',' দ্বাৰা পৃথকিত লগ ডমেইনসমূহ: [%s] ৰ যিকোনো সংযুক্তি"
-#: ../src/main.c:199 ../src/nm-iface-helper.c:316
+#: ../src/main.c:199 ../src/nm-iface-helper.c:299
msgid "Make all warnings fatal"
msgstr "সকলো সতৰ্কবাৰ্তা মাৰাত্মক কৰক"
@@ -10949,12 +11276,12 @@ msgstr ""
"কমপিউটাৰত থকা বেতাঁৰ কাৰ্ডসমূহ সংযুক্ত হব লগিয়া বেতাঁৰ অভিগম বিন্দু ধাৰ্য্য কৰাৰ অনুমতি "
"দিয়ে।"
-#: ../src/main.c:303 ../src/main-utils.c:286 ../src/nm-iface-helper.c:414
+#: ../src/main.c:303 ../src/main-utils.c:286 ../src/nm-iface-helper.c:398
#, c-format
msgid "%s. Please use --help to see a list of valid options.\n"
msgstr "%s। বৈধ বিকল্পসমূহৰ এটা তালিকা চাবলে অনুগ্ৰহ কৰি --help ব্যৱহাৰ কৰক।\n"
-#: ../src/main.c:308 ../src/nm-iface-helper.c:419
+#: ../src/main.c:308 ../src/nm-iface-helper.c:403
#, c-format
msgid "Ignoring unrecognized log domain(s) '%s' passed on command line.\n"
msgstr "কমান্ড লাইনত প্ৰেৰণ কৰা অপৰিচিত লগ ডমেইন(সমূহ) '%s' উপেক্ষা কৰা হৈছে।\n"
@@ -10969,7 +11296,7 @@ msgstr "সংৰূপ ফাইলত ত্ৰুটি: %s।\n"
msgid "Ignoring unrecognized log domain(s) '%s' from config files.\n"
msgstr "সংৰূপ ফাইলসমূহত অপৰিচিত লগ ডমেইন(সমূহ) '%s' উপেক্ষা কৰা হৈছে।\n"
-#: ../src/main.c:349 ../src/nm-iface-helper.c:429
+#: ../src/main.c:349 ../src/nm-iface-helper.c:413
#, c-format
msgid "Could not daemonize: %s [error %u]\n"
msgstr "ডিমনাইজ কৰিব পৰা নগল: %s [error %u]\n"
@@ -11004,11 +11331,11 @@ msgstr "NetworkManager ইতিমধ্যে চলি আছে (pid %ld)\n"
msgid "You must be root to run %s!\n"
msgstr "NetworkManager চলাবলে আপুনি ৰুট হব লাগিব!\n"
-#: ../src/dhcp/nm-dhcp-dhclient-utils.c:274
+#: ../src/dhcp/nm-dhcp-dhclient-utils.c:280
msgid "# Created by NetworkManager\n"
msgstr "# NetworkManager দ্বাৰা সৃষ্টি কৰা\n"
-#: ../src/dhcp/nm-dhcp-dhclient-utils.c:284
+#: ../src/dhcp/nm-dhcp-dhclient-utils.c:290
#, c-format
msgid ""
"# Merged from %s\n"
@@ -11017,7 +11344,7 @@ msgstr ""
"# %s ৰ পৰা একত্ৰিত কৰা\n"
"\n"
-#: ../src/devices/bluetooth/nm-bluez-device.c:210
+#: ../src/devices/bluetooth/nm-bluez-device.c:211
#, c-format
msgid "%s Network"
msgstr "%s নেটৱৰ্ক"
@@ -11043,12 +11370,12 @@ msgid "DUN connection must include a GSM or CDMA setting"
msgstr ""
#: ../src/devices/bluetooth/nm-device-bt.c:314
-#: ../src/devices/wwan/nm-modem-broadband.c:706
+#: ../src/devices/wwan/nm-modem-broadband.c:709
msgid "GSM connection"
msgstr "GSM সংযোগ"
#: ../src/devices/bluetooth/nm-device-bt.c:318
-#: ../src/devices/wwan/nm-modem-broadband.c:730
+#: ../src/devices/wwan/nm-modem-broadband.c:733
msgid "CDMA connection"
msgstr "CDMA সংযোগ"
@@ -11057,18 +11384,18 @@ msgid "Unknown/unhandled Bluetooth connection type"
msgstr ""
#: ../src/devices/bluetooth/nm-device-bt.c:347
-#: ../src/devices/nm-device-ethernet.c:1454
+#: ../src/devices/nm-device-ethernet.c:1408
#: ../src/devices/nm-device-infiniband.c:210
-#: ../src/devices/wifi/nm-device-wifi.c:938
+#: ../src/devices/wifi/nm-device-wifi.c:952
#, fuzzy
msgid "connection does not match device"
msgstr "সংযোগ ধৰণ '%s' বৈধ নহয়"
-#: ../src/devices/nm-device-bond.c:109
+#: ../src/devices/nm-device-bond.c:91
msgid "Bond connection"
msgstr "বান্ধনী সংযোগ"
-#: ../src/devices/nm-device-bridge.c:115
+#: ../src/devices/nm-device-bridge.c:130
msgid "Bridge connection"
msgstr "ব্ৰিজ সংযোগ"
@@ -11077,11 +11404,11 @@ msgstr "ব্ৰিজ সংযোগ"
msgid "Dummy connection"
msgstr "ADSL সংযোগ"
-#: ../src/devices/nm-device-ethernet.c:1435
+#: ../src/devices/nm-device-ethernet.c:1389
msgid "PPPoE connection"
msgstr "PPPoE সংযোগ"
-#: ../src/devices/nm-device-ethernet.c:1435
+#: ../src/devices/nm-device-ethernet.c:1389
msgid "Wired connection"
msgstr "তাঁৰযুক্ত সংযোগ"
@@ -11095,7 +11422,7 @@ msgstr "তাঁৰযুক্ত সংযোগ %d"
msgid "IP tunnel connection"
msgstr "PAN সংযোগ"
-#: ../src/devices/nm-device-macvlan.c:407
+#: ../src/devices/nm-device-macvlan.c:344
#, fuzzy
msgid "MACVLAN connection"
msgstr "VLAN সংযোগ"
@@ -11105,15 +11432,15 @@ msgstr "VLAN সংযোগ"
msgid "TUN connection"
msgstr "DUN সংযোগ"
-#: ../src/devices/team/nm-device-team.c:135
+#: ../src/devices/team/nm-device-team.c:119
msgid "Team connection"
msgstr "দল সংযোগ"
-#: ../src/devices/wifi/nm-device-olpc-mesh.c:156
+#: ../src/devices/wifi/nm-device-olpc-mesh.c:152
msgid "Mesh"
msgstr "মেশ্ব"
-#: ../src/devices/wifi/nm-device-wifi.c:905
+#: ../src/devices/wifi/nm-device-wifi.c:919
msgid "WPA Ad-Hoc disabled due to kernel bugs"
msgstr ""
@@ -11272,7 +11599,7 @@ msgstr ""
msgid "Failed to determine AP security information"
msgstr "ডিক্ৰিপষণৰ বাবে সমমিতি কি' সংহতি কৰিবলে ব্যৰ্থ।"
-#: ../src/devices/wwan/nm-modem-broadband.c:692
+#: ../src/devices/wwan/nm-modem-broadband.c:695
#, fuzzy
msgid "GSM mobile broadband connection requires a 'gsm' setting"
msgstr "ম'বাইল ব্ৰ'ডবেণ্ড সংযোগ %d"
@@ -11312,7 +11639,7 @@ msgstr "',' দ্বাৰা পৃথকিত প্লাগিনসমূ
msgid "Quit after initial configuration"
msgstr "বৰ্তমান nmcli সংৰূপ:\n"
-#: ../src/nm-config.c:494 ../src/nm-iface-helper.c:311
+#: ../src/nm-config.c:494 ../src/nm-iface-helper.c:294
msgid "Don't become a daemon, and log to stderr"
msgstr "এটা ডিমন হৈ, stderr লৈ লগ নকৰিব"
@@ -11330,112 +11657,112 @@ msgid "The expected start of the response"
msgstr "প্ৰতিক্ৰিয়াৰ প্ৰত্যাশিত আৰম্ভণি"
#. Interface/IP config
-#: ../src/nm-iface-helper.c:291
+#: ../src/nm-iface-helper.c:274
#, fuzzy
msgid "The interface to manage"
msgstr "উপধায়ক আন্তঃপৃষ্ঠ [none]: "
-#: ../src/nm-iface-helper.c:292
+#: ../src/nm-iface-helper.c:275
#, fuzzy
msgid "Connection UUID"
msgstr "সংযোগ"
-#: ../src/nm-iface-helper.c:293
+#: ../src/nm-iface-helper.c:276
#, fuzzy
msgid "Connection Token for Stable IDs"
msgstr "সংযোগ আলেখ্যৰ বিৱৰণ"
-#: ../src/nm-iface-helper.c:294
+#: ../src/nm-iface-helper.c:277
msgid "Whether to manage IPv6 SLAAC"
msgstr ""
-#: ../src/nm-iface-helper.c:295
+#: ../src/nm-iface-helper.c:278
msgid "Whether SLAAC must be successful"
msgstr ""
-#: ../src/nm-iface-helper.c:296
+#: ../src/nm-iface-helper.c:279
msgid "Use an IPv6 temporary privacy address"
msgstr ""
-#: ../src/nm-iface-helper.c:297
+#: ../src/nm-iface-helper.c:280
#, fuzzy
msgid "Current DHCPv4 address"
msgstr "ক্লৌন্ড MAC ঠিকনা"
-#: ../src/nm-iface-helper.c:298
+#: ../src/nm-iface-helper.c:281
msgid "Whether DHCPv4 must be successful"
msgstr ""
-#: ../src/nm-iface-helper.c:299
+#: ../src/nm-iface-helper.c:282
#, fuzzy
msgid "Hex-encoded DHCPv4 client ID"
msgstr "অসমৰ্থিত DHCP ক্লাএণ্ট '%s'"
-#: ../src/nm-iface-helper.c:300
+#: ../src/nm-iface-helper.c:283
msgid "Hostname to send to DHCP server"
msgstr ""
-#: ../src/nm-iface-helper.c:300
+#: ../src/nm-iface-helper.c:283
msgid "barbar"
msgstr ""
-#: ../src/nm-iface-helper.c:301
+#: ../src/nm-iface-helper.c:284
msgid "FQDN to send to DHCP server"
msgstr ""
-#: ../src/nm-iface-helper.c:301
+#: ../src/nm-iface-helper.c:284
msgid "host.domain.org"
msgstr ""
-#: ../src/nm-iface-helper.c:302
+#: ../src/nm-iface-helper.c:285
#, fuzzy
msgid "Route priority for IPv4"
msgstr "আতৰাবলৈ কোনো প্ৰাথমিকতা নাই"
-#: ../src/nm-iface-helper.c:302
+#: ../src/nm-iface-helper.c:285
msgid "0"
msgstr ""
-#: ../src/nm-iface-helper.c:303
+#: ../src/nm-iface-helper.c:286
#, fuzzy
msgid "Route priority for IPv6"
msgstr "আতৰাবলৈ কোনো প্ৰাথমিকতা নাই"
-#: ../src/nm-iface-helper.c:303
+#: ../src/nm-iface-helper.c:286
msgid "1024"
msgstr ""
-#: ../src/nm-iface-helper.c:304
+#: ../src/nm-iface-helper.c:287
msgid "Hex-encoded Interface Identifier"
msgstr ""
-#: ../src/nm-iface-helper.c:305
+#: ../src/nm-iface-helper.c:288
msgid "IPv6 SLAAC address generation mode"
msgstr ""
-#: ../src/nm-iface-helper.c:306
+#: ../src/nm-iface-helper.c:289
msgid ""
"The logging backend configuration value. See logging.backend in "
"NetworkManager.conf"
msgstr ""
-#: ../src/nm-iface-helper.c:326
+#: ../src/nm-iface-helper.c:309
msgid ""
"nm-iface-helper is a small, standalone process that manages a single network "
"interface."
msgstr ""
-#: ../src/nm-iface-helper.c:395
+#: ../src/nm-iface-helper.c:379
#, c-format
msgid "An interface name and UUID are required\n"
msgstr ""
-#: ../src/nm-iface-helper.c:401
+#: ../src/nm-iface-helper.c:385
#, c-format
msgid "Failed to find interface index for %s (%s)\n"
msgstr ""
-#: ../src/nm-iface-helper.c:462
+#: ../src/nm-iface-helper.c:446
#, c-format
msgid "(%s): Invalid IID %s\n"
msgstr ""
@@ -11449,3 +11776,26 @@ msgstr "অজ্ঞাত লগ স্তৰ '%s'"
#, c-format
msgid "Unknown log domain '%s'"
msgstr "অজ্ঞাত লগ ডমেইন '%s'"
+
+#, fuzzy
+#~ msgid "Invalid reason"
+#~ msgstr "অবৈধ IPv4 পথ '%s'"
+
+#~ msgid ""
+#~ "Connection successfully activated (master waiting for slaves) (D-Bus "
+#~ "active path: %s)\n"
+#~ msgstr ""
+#~ "সংযোগ সফলভাৱে সক্ৰিয় কৰা হৈছে (মাস্টাৰে স্লেইভৰ বাবে অপেক্ষা কৰি আছে) (D-Bus "
+#~ "সক্ৰিয় পথ: %s)\n"
+
+#, fuzzy
+#~ msgid "%d (default)"
+#~ msgstr "(অবিকল্পিত)"
+
+#, fuzzy
+#~ msgid "%d (forever)"
+#~ msgstr "%d (অজ্ঞাত)"
+
+#, fuzzy
+#~ msgid "%d (off)"
+#~ msgstr "%d (অজ্ঞাত)"
diff --git a/po/be@latin.po b/po/be@latin.po
index 1afcd1cf..3b560557 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: network-manager-ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-29 17:44+0200\n"
+"POT-Creation-Date: 2017-11-10 15:29+0100\n"
"PO-Revision-Date: 2008-03-29 21:43+0200\n"
"Last-Translator: Ihar Hrachyshka \n"
"Language-Team: Belarusian Latin \n"
@@ -77,455 +77,85 @@ msgstr ""
msgid "nmcli successfully registered as a polkit agent.\n"
msgstr ""
-#: ../clients/cli/common.c:149
+#: ../clients/cli/common.c:263 ../clients/cli/common.c:278
msgid "GROUP"
msgstr ""
-#: ../clients/cli/common.c:381
-msgid "unmanaged"
-msgstr ""
-
-#: ../clients/cli/common.c:383
-msgid "unavailable"
-msgstr ""
-
-#: ../clients/cli/common.c:385 ../clients/cli/general.c:48
-msgid "disconnected"
-msgstr ""
-
-#: ../clients/cli/common.c:387
-msgid "connecting (prepare)"
-msgstr ""
-
-#: ../clients/cli/common.c:389
-msgid "connecting (configuring)"
-msgstr ""
-
-#: ../clients/cli/common.c:391
-msgid "connecting (need authentication)"
-msgstr ""
-
-#: ../clients/cli/common.c:393
-msgid "connecting (getting IP configuration)"
-msgstr ""
-
-#: ../clients/cli/common.c:395
-msgid "connecting (checking IP connectivity)"
-msgstr ""
-
-#: ../clients/cli/common.c:397
-msgid "connecting (starting secondary connections)"
-msgstr ""
-
-#: ../clients/cli/common.c:399 ../clients/cli/general.c:46
-msgid "connected"
-msgstr ""
-
-#: ../clients/cli/common.c:401 ../clients/cli/connections.c:528
-msgid "deactivating"
-msgstr ""
-
-#: ../clients/cli/common.c:403
-msgid "connection failed"
-msgstr ""
-
-#: ../clients/cli/common.c:405 ../clients/cli/common.c:422
-#: ../clients/cli/connections.c:533 ../clients/cli/connections.c:556
-#: ../clients/cli/devices.c:1153 ../clients/cli/devices.c:1197
-#: ../clients/cli/devices.c:1199 ../clients/cli/general.c:41
-#: ../clients/cli/general.c:79 ../clients/cli/general.c:144
-#: ../clients/cli/general.c:149 ../clients/common/nm-meta-setting-desc.c:1368
-#: ../clients/common/nm-meta-setting-desc.c:1436
-#: ../clients/common/nm-meta-setting-desc.c:2593
-#: ../clients/common/nm-meta-setting-desc.c:2647
-msgid "unknown"
-msgstr ""
-
-#. "CAPABILITIES"
-#: ../clients/cli/common.c:414 ../clients/cli/connections.c:876
-#: ../clients/cli/connections.c:878 ../clients/cli/connections.c:880
-#: ../clients/cli/connections.c:913 ../clients/cli/connections.c:980
-#: ../clients/cli/connections.c:981 ../clients/cli/connections.c:983
-#: ../clients/cli/connections.c:4496 ../clients/cli/connections.c:6375
-#: ../clients/cli/connections.c:6376 ../clients/cli/devices.c:827
-#: ../clients/cli/devices.c:1116 ../clients/cli/devices.c:1117
-#: ../clients/cli/devices.c:1118 ../clients/cli/devices.c:1119
-#: ../clients/cli/devices.c:1120 ../clients/cli/devices.c:1157
-#: ../clients/cli/devices.c:1159 ../clients/cli/devices.c:1160
-#: ../clients/cli/devices.c:1190 ../clients/cli/devices.c:1191
-#: ../clients/cli/devices.c:1192 ../clients/cli/devices.c:1193
-#: ../clients/cli/devices.c:1194 ../clients/cli/devices.c:1195
-#: ../clients/cli/devices.c:1196 ../clients/cli/devices.c:1198
-#: ../clients/cli/devices.c:1200 ../clients/cli/general.c:150
-#: ../clients/common/nm-meta-setting-desc.c:574
-#: ../clients/common/nm-meta-setting-desc.c:2586
-msgid "yes"
-msgstr ""
-
-#: ../clients/cli/common.c:416 ../clients/cli/connections.c:876
-#: ../clients/cli/connections.c:878 ../clients/cli/connections.c:880
-#: ../clients/cli/connections.c:980 ../clients/cli/connections.c:981
-#: ../clients/cli/connections.c:983 ../clients/cli/connections.c:4495
-#: ../clients/cli/connections.c:6375 ../clients/cli/connections.c:6376
-#: ../clients/cli/devices.c:827 ../clients/cli/devices.c:1116
-#: ../clients/cli/devices.c:1117 ../clients/cli/devices.c:1118
-#: ../clients/cli/devices.c:1119 ../clients/cli/devices.c:1120
-#: ../clients/cli/devices.c:1157 ../clients/cli/devices.c:1159
-#: ../clients/cli/devices.c:1160 ../clients/cli/devices.c:1190
-#: ../clients/cli/devices.c:1191 ../clients/cli/devices.c:1192
-#: ../clients/cli/devices.c:1193 ../clients/cli/devices.c:1194
-#: ../clients/cli/devices.c:1195 ../clients/cli/devices.c:1196
-#: ../clients/cli/devices.c:1198 ../clients/cli/devices.c:1200
-#: ../clients/cli/general.c:151 ../clients/common/nm-meta-setting-desc.c:574
-#: ../clients/common/nm-meta-setting-desc.c:2589
-msgid "no"
-msgstr ""
-
-#: ../clients/cli/common.c:418
-msgid "yes (guessed)"
-msgstr ""
-
-#: ../clients/cli/common.c:420
-msgid "no (guessed)"
-msgstr ""
-
-#: ../clients/cli/common.c:431
-msgid "No reason given"
-msgstr ""
-
-#. We should not really come here
-#: ../clients/cli/common.c:434 ../clients/cli/connections.c:3095
-#: ../clients/cli/connections.c:3155
-#, c-format
-msgid "Unknown error"
-msgstr ""
-
-#: ../clients/cli/common.c:437
-msgid "Device is now managed"
-msgstr ""
-
-#: ../clients/cli/common.c:440
-msgid "Device is now unmanaged"
-msgstr ""
-
-#: ../clients/cli/common.c:443
-msgid "The device could not be readied for configuration"
-msgstr ""
-
-#: ../clients/cli/common.c:446
-msgid ""
-"IP configuration could not be reserved (no available address, timeout, etc.)"
-msgstr ""
-
-#: ../clients/cli/common.c:449
-msgid "The IP configuration is no longer valid"
-msgstr ""
-
-#: ../clients/cli/common.c:452
-msgid "Secrets were required, but not provided"
-msgstr ""
-
-#: ../clients/cli/common.c:455
-msgid "802.1X supplicant disconnected"
-msgstr ""
-
-#: ../clients/cli/common.c:458
-msgid "802.1X supplicant configuration failed"
-msgstr ""
-
-#: ../clients/cli/common.c:461
-msgid "802.1X supplicant failed"
-msgstr ""
-
-#: ../clients/cli/common.c:464
-msgid "802.1X supplicant took too long to authenticate"
-msgstr ""
-
-#: ../clients/cli/common.c:467
-msgid "PPP service failed to start"
-msgstr ""
-
-#: ../clients/cli/common.c:470
-msgid "PPP service disconnected"
-msgstr ""
-
-#: ../clients/cli/common.c:473
-msgid "PPP failed"
-msgstr ""
-
-#: ../clients/cli/common.c:476
-msgid "DHCP client failed to start"
-msgstr ""
-
-#: ../clients/cli/common.c:479
-msgid "DHCP client error"
-msgstr ""
-
-#: ../clients/cli/common.c:482
-msgid "DHCP client failed"
-msgstr ""
-
-#: ../clients/cli/common.c:485
-msgid "Shared connection service failed to start"
-msgstr ""
-
-#: ../clients/cli/common.c:488
-msgid "Shared connection service failed"
-msgstr ""
-
-#: ../clients/cli/common.c:491
-msgid "AutoIP service failed to start"
-msgstr ""
-
-#: ../clients/cli/common.c:494
-msgid "AutoIP service error"
-msgstr ""
-
-#: ../clients/cli/common.c:497
-msgid "AutoIP service failed"
-msgstr ""
-
-#: ../clients/cli/common.c:500
-msgid "The line is busy"
-msgstr ""
-
-#: ../clients/cli/common.c:503
-msgid "No dial tone"
-msgstr ""
-
-#: ../clients/cli/common.c:506
-msgid "No carrier could be established"
-msgstr ""
-
-#: ../clients/cli/common.c:509
-msgid "The dialing request timed out"
-msgstr ""
-
-#: ../clients/cli/common.c:512
-msgid "The dialing attempt failed"
-msgstr ""
-
-#: ../clients/cli/common.c:515
-msgid "Modem initialization failed"
-msgstr ""
-
-#: ../clients/cli/common.c:518
-msgid "Failed to select the specified APN"
-msgstr ""
-
-#: ../clients/cli/common.c:521
-msgid "Not searching for networks"
-msgstr ""
-
-#: ../clients/cli/common.c:524
-msgid "Network registration denied"
-msgstr ""
-
-#: ../clients/cli/common.c:527
-msgid "Network registration timed out"
-msgstr ""
-
-#: ../clients/cli/common.c:530
-msgid "Failed to register with the requested network"
-msgstr ""
-
-#: ../clients/cli/common.c:533
-msgid "PIN check failed"
-msgstr ""
-
-#: ../clients/cli/common.c:536
-msgid "Necessary firmware for the device may be missing"
-msgstr ""
-
-#: ../clients/cli/common.c:539
-msgid "The device was removed"
-msgstr ""
-
-#: ../clients/cli/common.c:542
-msgid "NetworkManager went to sleep"
-msgstr ""
-
-#: ../clients/cli/common.c:545
-msgid "The device's active connection disappeared"
-msgstr ""
-
-#: ../clients/cli/common.c:548
-msgid "Device disconnected by user or client"
-msgstr ""
-
-#: ../clients/cli/common.c:551
-msgid "Carrier/link changed"
-msgstr ""
-
-#: ../clients/cli/common.c:554
-msgid "The device's existing connection was assumed"
-msgstr ""
-
-#: ../clients/cli/common.c:557
-msgid "The supplicant is now available"
-msgstr ""
-
-#: ../clients/cli/common.c:560
-msgid "The modem could not be found"
-msgstr ""
-
-#: ../clients/cli/common.c:563
-msgid "The Bluetooth connection failed or timed out"
-msgstr ""
-
-#: ../clients/cli/common.c:566
-msgid "GSM Modem's SIM card not inserted"
-msgstr ""
-
-#: ../clients/cli/common.c:569
-msgid "GSM Modem's SIM PIN required"
-msgstr ""
-
-#: ../clients/cli/common.c:572
-msgid "GSM Modem's SIM PUK required"
-msgstr ""
-
-#: ../clients/cli/common.c:575
-msgid "GSM Modem's SIM wrong"
-msgstr ""
-
-#: ../clients/cli/common.c:578
-msgid "InfiniBand device does not support connected mode"
-msgstr ""
-
-#: ../clients/cli/common.c:581
-msgid "A dependency of the connection failed"
-msgstr ""
-
-#: ../clients/cli/common.c:584
-msgid "A problem with the RFC 2684 Ethernet over ADSL bridge"
-msgstr ""
-
-#: ../clients/cli/common.c:587
-msgid "ModemManager is unavailable"
-msgstr ""
-
-#: ../clients/cli/common.c:590
-msgid "The Wi-Fi network could not be found"
-msgstr ""
-
-#: ../clients/cli/common.c:593
-msgid "A secondary connection of the base connection failed"
-msgstr ""
-
-#: ../clients/cli/common.c:596
-msgid "DCB or FCoE setup failed"
-msgstr ""
-
-#: ../clients/cli/common.c:599
-msgid "teamd control failed"
-msgstr ""
-
-#: ../clients/cli/common.c:602
-msgid "Modem failed or no longer available"
-msgstr ""
-
-#: ../clients/cli/common.c:605
-msgid "Modem now ready and available"
-msgstr ""
-
-#: ../clients/cli/common.c:608
-msgid "SIM PIN was incorrect"
-msgstr ""
-
-#: ../clients/cli/common.c:611
-msgid "New connection activation was enqueued"
-msgstr ""
-
-#: ../clients/cli/common.c:614
-msgid "The device's parent changed"
-msgstr ""
-
-#: ../clients/cli/common.c:617
-msgid "The device parent's management changed"
-msgstr ""
-
-#. TRANSLATORS: Unknown reason for a device state change (NMDeviceStateReason)
-#: ../clients/cli/common.c:621 ../libnm-glib/nm-device.c:1860
-#: ../libnm/nm-device.c:1560
-msgid "Unknown"
-msgstr ""
-
-#: ../clients/cli/common.c:737
+#: ../clients/cli/common.c:561
#, c-format
msgid "Error: openconnect failed: %s\n"
msgstr ""
-#: ../clients/cli/common.c:744
+#: ../clients/cli/common.c:568
#, c-format
msgid "Error: openconnect failed with status %d\n"
msgstr ""
-#: ../clients/cli/common.c:746
+#: ../clients/cli/common.c:570
#, c-format
msgid "Error: openconnect failed with signal %d\n"
msgstr ""
-#: ../clients/cli/common.c:827
+#: ../clients/cli/common.c:651
#, c-format
msgid ""
"Warning: password for '%s' not given in 'passwd-file' and nmcli cannot ask "
"without '--ask' option.\n"
msgstr ""
-#: ../clients/cli/common.c:1291
+#: ../clients/cli/common.c:1117
#, c-format
msgid "Error: Could not create NMClient object: %s."
msgstr ""
-#: ../clients/cli/common.c:1311
+#: ../clients/cli/common.c:1137
msgid "Error: NetworkManager is not running."
msgstr ""
-#: ../clients/cli/common.c:1408
+#: ../clients/cli/common.c:1234
#, c-format
msgid "Error: argument '%s' not understood. Try passing --help instead."
msgstr ""
-#: ../clients/cli/common.c:1418
+#: ../clients/cli/common.c:1244
msgid "Error: missing argument. Try passing --help."
msgstr ""
-#: ../clients/cli/common.c:1471
+#: ../clients/cli/common.c:1297
msgid "access denied"
msgstr ""
#. define some prompts for connection editor
-#: ../clients/cli/connections.c:64
+#: ../clients/cli/connections.c:66
msgid "Setting name? "
msgstr ""
-#: ../clients/cli/connections.c:65
+#: ../clients/cli/connections.c:67
msgid "Property name? "
msgstr ""
-#: ../clients/cli/connections.c:66
+#: ../clients/cli/connections.c:68
msgid "Enter connection type: "
msgstr ""
#. define some other prompts
-#: ../clients/cli/connections.c:70
+#: ../clients/cli/connections.c:72
msgid "Connection (name, UUID, or path)"
msgstr ""
-#: ../clients/cli/connections.c:71
+#: ../clients/cli/connections.c:73
msgid "VPN connection (name, UUID, or path)"
msgstr ""
-#: ../clients/cli/connections.c:72
+#: ../clients/cli/connections.c:74
msgid "Connection(s) (name, UUID, or path)"
msgstr ""
-#: ../clients/cli/connections.c:73
+#: ../clients/cli/connections.c:75
msgid "Connection(s) (name, UUID, path or apath)"
msgstr ""
-#: ../clients/cli/connections.c:190
+#: ../clients/cli/connections.c:196
#, c-format
msgid ""
"Usage: nmcli connection { COMMAND | help }\n"
@@ -566,7 +196,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:212
+#: ../clients/cli/connections.c:218
#, c-format
msgid ""
"Usage: nmcli connection show { ARGUMENTS | help }\n"
@@ -593,7 +223,7 @@ msgid ""
"well.\n"
msgstr ""
-#: ../clients/cli/connections.c:233
+#: ../clients/cli/connections.c:239
#, c-format
msgid ""
"Usage: nmcli connection up { ARGUMENTS | help }\n"
@@ -618,7 +248,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:254
+#: ../clients/cli/connections.c:260
#, c-format
msgid ""
"Usage: nmcli connection down { ARGUMENTS | help }\n"
@@ -632,7 +262,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:266
+#: ../clients/cli/connections.c:272
#, c-format
msgid ""
"Usage: nmcli connection add { ARGUMENTS | help }\n"
@@ -683,7 +313,7 @@ msgid ""
" [p-key ]\n"
"\n"
" bluetooth: [addr ]\n"
-" [bt-type panu|dun-gsm|dun-cdma]\n"
+" [bt-type panu|nap|dun-gsm|dun-cdma]\n"
"\n"
" vlan: dev \n"
" id \n"
@@ -784,7 +414,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:384
+#: ../clients/cli/connections.c:390
#, c-format
msgid ""
"Usage: nmcli connection modify { ARGUMENTS | help }\n"
@@ -809,7 +439,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:407
+#: ../clients/cli/connections.c:413
#, c-format
msgid ""
"Usage: nmcli connection clone { ARGUMENTS | help }\n"
@@ -823,7 +453,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:419
+#: ../clients/cli/connections.c:425
#, c-format
msgid ""
"Usage: nmcli connection edit { ARGUMENTS | help }\n"
@@ -839,7 +469,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:434
+#: ../clients/cli/connections.c:440
#, c-format
msgid ""
"Usage: nmcli connection delete { ARGUMENTS | help }\n"
@@ -851,7 +481,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:445
+#: ../clients/cli/connections.c:451
#, c-format
msgid ""
"Usage: nmcli connection monitor { ARGUMENTS | help }\n"
@@ -864,7 +494,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:457
+#: ../clients/cli/connections.c:463
#, c-format
msgid ""
"Usage: nmcli connection reload { help }\n"
@@ -873,7 +503,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:465
+#: ../clients/cli/connections.c:471
#, c-format
msgid ""
"Usage: nmcli connection load { ARGUMENTS | help }\n"
@@ -887,7 +517,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:477
+#: ../clients/cli/connections.c:483
#, c-format
msgid ""
"Usage: nmcli connection import { ARGUMENTS | help }\n"
@@ -902,7 +532,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:490
+#: ../clients/cli/connections.c:496
#, c-format
msgid ""
"Usage: nmcli connection export { ARGUMENTS | help }\n"
@@ -914,446 +544,459 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:524
+#: ../clients/cli/connections.c:530
msgid "activating"
msgstr ""
-#: ../clients/cli/connections.c:526
+#: ../clients/cli/connections.c:532
msgid "activated"
msgstr ""
-#: ../clients/cli/connections.c:530
+#: ../clients/cli/connections.c:534 ../clients/common/nm-client-utils.c:243
+msgid "deactivating"
+msgstr ""
+
+#: ../clients/cli/connections.c:536
msgid "deactivated"
msgstr ""
-#: ../clients/cli/connections.c:542
+#: ../clients/cli/connections.c:539 ../clients/cli/connections.c:562
+#: ../clients/cli/devices.c:1210 ../clients/cli/devices.c:1254
+#: ../clients/cli/devices.c:1256 ../clients/cli/general.c:41
+#: ../clients/cli/general.c:79 ../clients/cli/general.c:146
+#: ../clients/cli/general.c:151 ../clients/common/nm-client-utils.c:247
+#: ../clients/common/nm-client-utils.c:250
+#: ../clients/common/nm-client-utils.c:266
+#: ../clients/common/nm-client-utils.c:269
+#: ../clients/common/nm-meta-setting-desc.c:1335
+#: ../clients/common/nm-meta-setting-desc.c:1403
+#: ../clients/common/nm-meta-setting-desc.c:2545
+#: ../clients/common/nm-meta-setting-desc.c:2599
+msgid "unknown"
+msgstr ""
+
+#: ../clients/cli/connections.c:548
msgid "VPN connecting (prepare)"
msgstr ""
-#: ../clients/cli/connections.c:544
+#: ../clients/cli/connections.c:550
msgid "VPN connecting (need authentication)"
msgstr ""
-#: ../clients/cli/connections.c:546
+#: ../clients/cli/connections.c:552
msgid "VPN connecting"
msgstr ""
-#: ../clients/cli/connections.c:548
+#: ../clients/cli/connections.c:554
msgid "VPN connecting (getting IP configuration)"
msgstr ""
-#: ../clients/cli/connections.c:550
+#: ../clients/cli/connections.c:556
msgid "VPN connected"
msgstr ""
-#: ../clients/cli/connections.c:552
+#: ../clients/cli/connections.c:558
msgid "VPN connection failed"
msgstr ""
-#: ../clients/cli/connections.c:554
+#: ../clients/cli/connections.c:560
msgid "VPN disconnected"
msgstr ""
-#: ../clients/cli/connections.c:624
+#: ../clients/cli/connections.c:630
#, c-format
msgid "Error updating secrets for %s: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:644
+#: ../clients/cli/connections.c:650
msgid "Connection profile details"
msgstr ""
-#: ../clients/cli/connections.c:657 ../clients/cli/connections.c:1107
+#: ../clients/cli/connections.c:663 ../clients/cli/connections.c:1113
#, c-format
msgid "Error: 'connection show': %s"
msgstr ""
-#: ../clients/cli/connections.c:875
+#: ../clients/cli/connections.c:881
msgid "never"
msgstr ""
-#: ../clients/cli/connections.c:1097
+#. "CAPABILITIES"
+#: ../clients/cli/connections.c:882 ../clients/cli/connections.c:884
+#: ../clients/cli/connections.c:886 ../clients/cli/connections.c:919
+#: ../clients/cli/connections.c:986 ../clients/cli/connections.c:987
+#: ../clients/cli/connections.c:989 ../clients/cli/connections.c:4432
+#: ../clients/cli/connections.c:6370 ../clients/cli/connections.c:6371
+#: ../clients/cli/devices.c:884 ../clients/cli/devices.c:1173
+#: ../clients/cli/devices.c:1174 ../clients/cli/devices.c:1175
+#: ../clients/cli/devices.c:1176 ../clients/cli/devices.c:1177
+#: ../clients/cli/devices.c:1214 ../clients/cli/devices.c:1216
+#: ../clients/cli/devices.c:1217 ../clients/cli/devices.c:1247
+#: ../clients/cli/devices.c:1248 ../clients/cli/devices.c:1249
+#: ../clients/cli/devices.c:1250 ../clients/cli/devices.c:1251
+#: ../clients/cli/devices.c:1252 ../clients/cli/devices.c:1253
+#: ../clients/cli/devices.c:1255 ../clients/cli/devices.c:1257
+#: ../clients/cli/general.c:152 ../clients/common/nm-client-utils.c:258
+#: ../clients/common/nm-meta-setting-desc.c:575
+#: ../clients/common/nm-meta-setting-desc.c:2538
+msgid "yes"
+msgstr ""
+
+#: ../clients/cli/connections.c:882 ../clients/cli/connections.c:884
+#: ../clients/cli/connections.c:886 ../clients/cli/connections.c:986
+#: ../clients/cli/connections.c:987 ../clients/cli/connections.c:989
+#: ../clients/cli/connections.c:4431 ../clients/cli/connections.c:6370
+#: ../clients/cli/connections.c:6371 ../clients/cli/devices.c:884
+#: ../clients/cli/devices.c:1173 ../clients/cli/devices.c:1174
+#: ../clients/cli/devices.c:1175 ../clients/cli/devices.c:1176
+#: ../clients/cli/devices.c:1177 ../clients/cli/devices.c:1214
+#: ../clients/cli/devices.c:1216 ../clients/cli/devices.c:1217
+#: ../clients/cli/devices.c:1247 ../clients/cli/devices.c:1248
+#: ../clients/cli/devices.c:1249 ../clients/cli/devices.c:1250
+#: ../clients/cli/devices.c:1251 ../clients/cli/devices.c:1252
+#: ../clients/cli/devices.c:1253 ../clients/cli/devices.c:1255
+#: ../clients/cli/devices.c:1257 ../clients/cli/general.c:153
+#: ../clients/common/nm-client-utils.c:260
+#: ../clients/common/nm-meta-setting-desc.c:575
+#: ../clients/common/nm-meta-setting-desc.c:2541
+msgid "no"
+msgstr ""
+
+#: ../clients/cli/connections.c:1103
msgid "Activate connection details"
msgstr ""
-#: ../clients/cli/connections.c:1344
+#: ../clients/cli/connections.c:1350
#, c-format
msgid "invalid field '%s'; allowed fields: %s and %s, or %s,%s"
msgstr ""
-#: ../clients/cli/connections.c:1359 ../clients/cli/connections.c:1367
+#: ../clients/cli/connections.c:1365 ../clients/cli/connections.c:1373
#, c-format
msgid "'%s' has to be alone"
msgstr ""
-#: ../clients/cli/connections.c:1567
+#: ../clients/cli/connections.c:1573
#, c-format
msgid "incorrect string '%s' of '--order' option"
msgstr ""
-#: ../clients/cli/connections.c:1593
+#: ../clients/cli/connections.c:1599
#, c-format
msgid "incorrect item '%s' in '--order' option"
msgstr ""
-#: ../clients/cli/connections.c:1623
+#: ../clients/cli/connections.c:1629
msgid "No connection specified"
msgstr ""
-#: ../clients/cli/connections.c:1638
+#: ../clients/cli/connections.c:1644
#, c-format
msgid "%s argument is missing"
msgstr ""
-#: ../clients/cli/connections.c:1648
+#: ../clients/cli/connections.c:1654
#, c-format
msgid "unknown connection '%s'"
msgstr ""
-#: ../clients/cli/connections.c:1681
+#: ../clients/cli/connections.c:1687
msgid "'--order' argument is missing"
msgstr ""
-#: ../clients/cli/connections.c:1736
+#: ../clients/cli/connections.c:1742
msgid "NetworkManager active profiles"
msgstr ""
-#: ../clients/cli/connections.c:1737
+#: ../clients/cli/connections.c:1743
msgid "NetworkManager connection profiles"
msgstr ""
-#: ../clients/cli/connections.c:1790 ../clients/cli/connections.c:2558
-#: ../clients/cli/connections.c:2570 ../clients/cli/connections.c:2582
-#: ../clients/cli/connections.c:2758 ../clients/cli/connections.c:8446
-#: ../clients/cli/connections.c:8463 ../clients/cli/devices.c:2624
-#: ../clients/cli/devices.c:2634 ../clients/cli/devices.c:2876
-#: ../clients/cli/devices.c:2886 ../clients/cli/devices.c:2904
-#: ../clients/cli/devices.c:2913 ../clients/cli/devices.c:2934
+#: ../clients/cli/connections.c:1796 ../clients/cli/connections.c:2471
+#: ../clients/cli/connections.c:2483 ../clients/cli/connections.c:2495
+#: ../clients/cli/connections.c:2671 ../clients/cli/connections.c:8431
+#: ../clients/cli/connections.c:8448 ../clients/cli/devices.c:2681
+#: ../clients/cli/devices.c:2692 ../clients/cli/devices.c:2934
#: ../clients/cli/devices.c:2945 ../clients/cli/devices.c:2963
-#: ../clients/cli/devices.c:3341 ../clients/cli/devices.c:3351
-#: ../clients/cli/devices.c:3359 ../clients/cli/devices.c:3371
-#: ../clients/cli/devices.c:3386 ../clients/cli/devices.c:3394
-#: ../clients/cli/devices.c:3568 ../clients/cli/devices.c:3579
-#: ../clients/cli/devices.c:3751
+#: ../clients/cli/devices.c:2972 ../clients/cli/devices.c:2993
+#: ../clients/cli/devices.c:3004 ../clients/cli/devices.c:3022
+#: ../clients/cli/devices.c:3400 ../clients/cli/devices.c:3410
+#: ../clients/cli/devices.c:3418 ../clients/cli/devices.c:3430
+#: ../clients/cli/devices.c:3445 ../clients/cli/devices.c:3453
+#: ../clients/cli/devices.c:3627 ../clients/cli/devices.c:3638
+#: ../clients/cli/devices.c:3810
#, c-format
msgid "Error: %s argument is missing."
msgstr ""
-#: ../clients/cli/connections.c:1809
+#: ../clients/cli/connections.c:1815
#, c-format
msgid "Error: %s - no such connection profile."
msgstr ""
-#: ../clients/cli/connections.c:1873 ../clients/cli/connections.c:2545
-#: ../clients/cli/connections.c:2609 ../clients/cli/connections.c:7956
-#: ../clients/cli/connections.c:8067 ../clients/cli/connections.c:8577
-#: ../clients/cli/devices.c:1525 ../clients/cli/devices.c:1811
-#: ../clients/cli/devices.c:1980 ../clients/cli/devices.c:2088
-#: ../clients/cli/devices.c:2277 ../clients/cli/devices.c:3531
-#: ../clients/cli/devices.c:3757 ../clients/cli/general.c:926
+#: ../clients/cli/connections.c:1879 ../clients/cli/connections.c:2458
+#: ../clients/cli/connections.c:2522 ../clients/cli/connections.c:7941
+#: ../clients/cli/connections.c:8052 ../clients/cli/connections.c:8562
+#: ../clients/cli/devices.c:1582 ../clients/cli/devices.c:1868
+#: ../clients/cli/devices.c:2037 ../clients/cli/devices.c:2145
+#: ../clients/cli/devices.c:2334 ../clients/cli/devices.c:3590
+#: ../clients/cli/devices.c:3816 ../clients/cli/general.c:928
#, c-format
msgid "Error: %s."
msgstr ""
-#: ../clients/cli/connections.c:1971
+#: ../clients/cli/connections.c:1977
#, c-format
msgid "no active connection on device '%s'"
msgstr ""
-#: ../clients/cli/connections.c:1979
+#: ../clients/cli/connections.c:1985
msgid "no active connection or device"
msgstr ""
-#: ../clients/cli/connections.c:1999
+#: ../clients/cli/connections.c:2005
#, c-format
msgid "device '%s' not compatible with connection '%s':"
msgstr ""
-#: ../clients/cli/connections.c:2035
+#: ../clients/cli/connections.c:2041
#, c-format
msgid "device '%s' not compatible with connection '%s'"
msgstr ""
-#: ../clients/cli/connections.c:2038
+#: ../clients/cli/connections.c:2044
#, c-format
msgid "no device found for connection '%s'"
msgstr ""
-#: ../clients/cli/connections.c:2058
-msgid "Unknown reason"
-msgstr ""
-
-#: ../clients/cli/connections.c:2060
-msgid "The connection was disconnected"
-msgstr ""
-
-#: ../clients/cli/connections.c:2062
-msgid "Disconnected by user"
-msgstr ""
-
-#: ../clients/cli/connections.c:2064
-msgid "The base network connection was interrupted"
-msgstr ""
-
-#: ../clients/cli/connections.c:2066
-msgid "The VPN service stopped unexpectedly"
-msgstr ""
-
-#: ../clients/cli/connections.c:2068
-msgid "The VPN service returned invalid configuration"
-msgstr ""
-
-#: ../clients/cli/connections.c:2070
-msgid "The connection attempt timed out"
-msgstr ""
-
#: ../clients/cli/connections.c:2072
-msgid "The VPN service did not start in time"
-msgstr ""
-
-#: ../clients/cli/connections.c:2074
-msgid "The VPN service failed to start"
-msgstr ""
-
-#: ../clients/cli/connections.c:2076
-msgid "No valid secrets"
-msgstr ""
-
-#: ../clients/cli/connections.c:2078
-msgid "Invalid secrets"
-msgstr ""
-
-#: ../clients/cli/connections.c:2080
-msgid "The connection was removed"
-msgstr ""
-
-#: ../clients/cli/connections.c:2082
-msgid "Master connection failed"
-msgstr ""
-
-#: ../clients/cli/connections.c:2084
-msgid "Could not create a software link"
-msgstr ""
-
-#: ../clients/cli/connections.c:2086
-msgid "The device disappeared"
-msgstr ""
-
-#: ../clients/cli/connections.c:2089
-msgid "Invalid reason"
+#, c-format
+msgid "Connection successfully activated (%s) (D-Bus active path: %s)\n"
msgstr ""
-#: ../clients/cli/connections.c:2115 ../clients/cli/connections.c:2307
-#: ../clients/cli/connections.c:6263
+#: ../clients/cli/connections.c:2076 ../clients/cli/connections.c:2224
+#: ../clients/cli/connections.c:6249
#, c-format
msgid "Connection successfully activated (D-Bus active path: %s)\n"
msgstr ""
-#: ../clients/cli/connections.c:2146 ../clients/cli/connections.c:2287
+#: ../clients/cli/connections.c:2083 ../clients/cli/connections.c:2204
#, c-format
msgid "Error: Connection activation failed: %s"
msgstr ""
-#: ../clients/cli/connections.c:2173
-#, c-format
-msgid ""
-"Connection successfully activated (master waiting for slaves) (D-Bus active "
-"path: %s)\n"
-msgstr ""
-
-#: ../clients/cli/connections.c:2202
+#: ../clients/cli/connections.c:2119
#, c-format
msgid "Error: Timeout expired (%d seconds)"
msgstr ""
-#: ../clients/cli/connections.c:2368
+#: ../clients/cli/connections.c:2285
#, c-format
msgid "failed to read passwd-file '%s': %s"
msgstr ""
-#: ../clients/cli/connections.c:2380
+#: ../clients/cli/connections.c:2297
#, c-format
msgid "missing colon in 'password' entry '%s'"
msgstr ""
-#: ../clients/cli/connections.c:2388
+#: ../clients/cli/connections.c:2305
#, c-format
msgid "missing dot in 'password' entry '%s'"
msgstr ""
-#: ../clients/cli/connections.c:2401
+#: ../clients/cli/connections.c:2318
#, c-format
msgid "invalid setting name in 'password' entry '%s'"
msgstr ""
-#: ../clients/cli/connections.c:2457
+#: ../clients/cli/connections.c:2374
#, c-format
msgid "unknown device '%s'."
msgstr ""
-#: ../clients/cli/connections.c:2462
+#: ../clients/cli/connections.c:2379
msgid "neither a valid connection nor device given"
msgstr ""
-#: ../clients/cli/connections.c:2592 ../clients/cli/devices.c:1476
-#: ../clients/cli/devices.c:2641 ../clients/cli/devices.c:2976
-#: ../clients/cli/devices.c:3585
+#: ../clients/cli/connections.c:2505 ../clients/cli/devices.c:1533
+#: ../clients/cli/devices.c:2699 ../clients/cli/devices.c:3035
+#: ../clients/cli/devices.c:3644
#, c-format
msgid "Unknown parameter: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:2617
+#: ../clients/cli/connections.c:2530
msgid "preparing"
msgstr ""
-#: ../clients/cli/connections.c:2637
+#: ../clients/cli/connections.c:2550
#, c-format
msgid "Connection '%s' (%s) successfully deleted.\n"
msgstr ""
-#: ../clients/cli/connections.c:2653
+#: ../clients/cli/connections.c:2566
#, c-format
msgid "Connection '%s' successfully deactivated (D-Bus active path: %s)\n"
msgstr ""
-#: ../clients/cli/connections.c:2734 ../clients/cli/connections.c:8182
-#: ../clients/cli/connections.c:8214 ../clients/cli/connections.c:8371
+#: ../clients/cli/connections.c:2647 ../clients/cli/connections.c:8167
+#: ../clients/cli/connections.c:8199 ../clients/cli/connections.c:8356
#, c-format
msgid "Error: No connection specified."
msgstr ""
-#: ../clients/cli/connections.c:2775
+#: ../clients/cli/connections.c:2688
#, c-format
msgid "Error: '%s' is not an active connection.\n"
msgstr ""
-#: ../clients/cli/connections.c:2776
+#: ../clients/cli/connections.c:2689
#, c-format
msgid "Error: not all active connections found."
msgstr ""
-#: ../clients/cli/connections.c:2785
+#: ../clients/cli/connections.c:2698
#, c-format
msgid "Error: no active connection provided."
msgstr ""
-#: ../clients/cli/connections.c:2819
+#: ../clients/cli/connections.c:2732
#, c-format
msgid "Connection '%s' deactivation failed: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:3075 ../clients/cli/connections.c:3132
-#: ../clients/common/nm-client-utils.c:165
+#: ../clients/cli/connections.c:2988 ../clients/cli/connections.c:3045
+#: ../clients/common/nm-client-utils.c:169
#, c-format
msgid "'%s' not among [%s]"
msgstr ""
-#: ../clients/cli/connections.c:3289
+#. We should not really come here
+#: ../clients/cli/connections.c:3008 ../clients/cli/connections.c:3068
+#: ../clients/common/nm-client-utils.c:279
+#, c-format
+msgid "Unknown error"
+msgstr ""
+
+#: ../clients/cli/connections.c:3202
#, c-format
msgid "Warning: master='%s' doesn't refer to any existing profile.\n"
msgstr ""
-#: ../clients/cli/connections.c:3626
+#: ../clients/cli/connections.c:3539
#, c-format
msgid "Error: invalid property '%s': %s."
msgstr ""
-#: ../clients/cli/connections.c:3643
+#: ../clients/cli/connections.c:3556
#, c-format
msgid "Error: failed to modify %s.%s: %s."
msgstr ""
-#: ../clients/cli/connections.c:3662
+#: ../clients/cli/connections.c:3575
#, c-format
msgid "Error: failed to remove a value from %s.%s: %s."
msgstr ""
-#: ../clients/cli/connections.c:3696
+#: ../clients/cli/connections.c:3609
#, c-format
msgid "Error: '%s' is mandatory."
msgstr ""
-#: ../clients/cli/connections.c:3723
+#: ../clients/cli/connections.c:3636
#, c-format
msgid "Error: invalid slave type; %s."
msgstr ""
-#: ../clients/cli/connections.c:3733
+#: ../clients/cli/connections.c:3644
#, c-format
msgid "Error: invalid connection type; %s."
msgstr ""
-#: ../clients/cli/connections.c:3810
+#: ../clients/cli/connections.c:3721
#, c-format
msgid "Error: bad connection type: %s"
msgstr ""
-#: ../clients/cli/connections.c:3856
+#: ../clients/cli/connections.c:3767
#, c-format
msgid "Error: '%s': %s"
msgstr ""
-#: ../clients/cli/connections.c:3877
+#: ../clients/cli/connections.c:3788
msgid "Error: master is required"
msgstr ""
-#: ../clients/cli/connections.c:3936
+#: ../clients/cli/connections.c:3847
#, c-format
msgid "Error: error adding bond option '%s=%s'."
msgstr ""
-#: ../clients/cli/connections.c:3967
+#: ../clients/cli/connections.c:3878
#, c-format
msgid "Error: '%s' is not a valid monitoring mode; use '%s' or '%s'.\n"
msgstr ""
-#: ../clients/cli/connections.c:3998
+#: ../clients/cli/connections.c:3909
#, c-format
-msgid "Error: 'bt-type': '%s' not valid; use [%s, %s (%s), %s]."
+msgid "Error: 'bt-type': '%s' not valid; use [%s, %s, %s (%s), %s]."
msgstr ""
-#: ../clients/cli/connections.c:4246
+#: ../clients/cli/connections.c:4158
#, c-format
msgid "Error: value for '%s' is missing."
msgstr ""
-#: ../clients/cli/connections.c:4292
+#: ../clients/cli/connections.c:4204
msgid "Error: . argument is missing."
msgstr ""
-#: ../clients/cli/connections.c:4315
+#: ../clients/cli/connections.c:4227
#, c-format
msgid "Error: invalid or not allowed setting '%s': %s."
msgstr ""
-#: ../clients/cli/connections.c:4361 ../clients/cli/connections.c:4377
+#: ../clients/cli/connections.c:4273 ../clients/cli/connections.c:4289
#, c-format
msgid "Error: '%s' is ambiguous (%s.%s or %s.%s)."
msgstr ""
-#: ../clients/cli/connections.c:4395
+#: ../clients/cli/connections.c:4307
#, c-format
msgid "Error: invalid . '%s'."
msgstr ""
-#: ../clients/cli/connections.c:4437 ../clients/cli/connections.c:8007
+#: ../clients/cli/connections.c:4351 ../clients/cli/connections.c:7992
#, c-format
msgid "Error: Failed to add '%s' connection: %s"
msgstr ""
-#: ../clients/cli/connections.c:4442
+#: ../clients/cli/connections.c:4369
+#, c-format
+msgid ""
+"Warning: There is another connection with the name '%1$s'. Reference the "
+"connection by its uuid '%2$s'\n"
+msgid_plural ""
+"Warning: There are %3$u other connections with the name '%1$s'. Reference "
+"the connection by its uuid '%2$s'\n"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: ../clients/cli/connections.c:4378
#, c-format
msgid "Connection '%s' (%s) successfully added.\n"
msgstr ""
-#: ../clients/cli/connections.c:4580
+#: ../clients/cli/connections.c:4516
#, c-format
msgid ""
"You can specify this option more than once. Press when you're done.\n"
msgstr ""
#. Ask for optional arguments.
-#: ../clients/cli/connections.c:4645
+#: ../clients/cli/connections.c:4615
#, c-format
msgid "There is %d optional setting for %s.\n"
msgid_plural "There are %d optional settings for %s.\n"
@@ -1361,7 +1004,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: ../clients/cli/connections.c:4648
+#: ../clients/cli/connections.c:4618
#, c-format
msgid "Do you want to provide it? %s"
msgid_plural "Do you want to provide them? %s"
@@ -1369,22 +1012,22 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: ../clients/cli/connections.c:4773 ../clients/cli/utils.c:302
+#: ../clients/cli/connections.c:4754 ../clients/cli/utils.c:303
#, c-format
msgid "Error: value for '%s' argument is required."
msgstr ""
-#: ../clients/cli/connections.c:4779
+#: ../clients/cli/connections.c:4760
#, c-format
msgid "Error: 'save': %s."
msgstr ""
-#: ../clients/cli/connections.c:4867 ../clients/cli/connections.c:4878
+#: ../clients/cli/connections.c:4848 ../clients/cli/connections.c:4859
#, c-format
msgid "Error: '%s' argument is required."
msgstr ""
-#: ../clients/cli/connections.c:5852
+#: ../clients/cli/connections.c:5837
#, c-format
msgid "['%s' setting values]\n"
msgstr ""
@@ -1392,7 +1035,7 @@ msgstr ""
#. TRANSLATORS: do not translate command names and keywords before ::
#. * However, you should translate terms enclosed in <>.
#.
-#: ../clients/cli/connections.c:5931
+#: ../clients/cli/connections.c:5916
#, c-format
msgid ""
"---[ Main menu ]---\n"
@@ -1411,7 +1054,7 @@ msgid ""
"quit :: exit nmcli\n"
msgstr ""
-#: ../clients/cli/connections.c:5958
+#: ../clients/cli/connections.c:5943
#, c-format
msgid ""
"goto [.] | :: enter setting/property for editing\n"
@@ -1423,7 +1066,7 @@ msgid ""
" nmcli> goto ipv4.addresses\n"
msgstr ""
-#: ../clients/cli/connections.c:5965
+#: ../clients/cli/connections.c:5950
#, c-format
msgid ""
"remove [.] :: remove setting or reset property value\n"
@@ -1436,7 +1079,7 @@ msgid ""
" nmcli> remove eth.mtu\n"
msgstr ""
-#: ../clients/cli/connections.c:5972
+#: ../clients/cli/connections.c:5957
#, c-format
msgid ""
"set [. ] :: set property value\n"
@@ -1446,7 +1089,7 @@ msgid ""
"Example: nmcli> set con.id My connection\n"
msgstr ""
-#: ../clients/cli/connections.c:5977
+#: ../clients/cli/connections.c:5962
#, c-format
msgid ""
"describe [.] :: describe property\n"
@@ -1455,7 +1098,7 @@ msgid ""
"see all NM settings and properties.\n"
msgstr ""
-#: ../clients/cli/connections.c:5982
+#: ../clients/cli/connections.c:5967
#, c-format
msgid ""
"print [all] :: print setting or connection values\n"
@@ -1465,7 +1108,7 @@ msgid ""
"Example: nmcli ipv4> print all\n"
msgstr ""
-#: ../clients/cli/connections.c:5987
+#: ../clients/cli/connections.c:5972
#, c-format
msgid ""
"verify [all | fix] :: verify setting or connection validity\n"
@@ -1480,7 +1123,7 @@ msgid ""
" nmcli bond> verify\n"
msgstr ""
-#: ../clients/cli/connections.c:5996
+#: ../clients/cli/connections.c:5981
#, c-format
msgid ""
"save [persistent|temporary] :: save the connection\n"
@@ -1496,7 +1139,7 @@ msgid ""
"profile must be deleted.\n"
msgstr ""
-#: ../clients/cli/connections.c:6007
+#: ../clients/cli/connections.c:5992
#, c-format
msgid ""
"activate [] [/|] :: activate the connection\n"
@@ -1509,21 +1152,21 @@ msgid ""
"specified)\n"
msgstr ""
-#: ../clients/cli/connections.c:6014 ../clients/cli/connections.c:6173
+#: ../clients/cli/connections.c:5999 ../clients/cli/connections.c:6158
#, c-format
msgid ""
"back :: go to upper menu level\n"
"\n"
msgstr ""
-#: ../clients/cli/connections.c:6017
+#: ../clients/cli/connections.c:6002
#, c-format
msgid ""
"help/? [] :: help for the nmcli commands\n"
"\n"
msgstr ""
-#: ../clients/cli/connections.c:6020
+#: ../clients/cli/connections.c:6005
#, c-format
msgid ""
"nmcli [ ] :: nmcli configuration\n"
@@ -1539,7 +1182,7 @@ msgid ""
" nmcli> nmcli prompt-color 3\n"
msgstr ""
-#: ../clients/cli/connections.c:6042 ../clients/cli/connections.c:6179
+#: ../clients/cli/connections.c:6027 ../clients/cli/connections.c:6164
#, c-format
msgid ""
"quit :: exit nmcli\n"
@@ -1548,8 +1191,8 @@ msgid ""
"user is asked to confirm the action.\n"
msgstr ""
-#: ../clients/cli/connections.c:6047 ../clients/cli/connections.c:6184
-#: ../clients/cli/connections.c:6610 ../clients/cli/connections.c:7569
+#: ../clients/cli/connections.c:6032 ../clients/cli/connections.c:6169
+#: ../clients/cli/connections.c:6605 ../clients/cli/connections.c:7562
#, c-format
msgid "Unknown command: '%s'\n"
msgstr ""
@@ -1557,7 +1200,7 @@ msgstr ""
#. TRANSLATORS: do not translate command names and keywords before ::
#. * However, you should translate terms enclosed in <>.
#.
-#: ../clients/cli/connections.c:6113
+#: ../clients/cli/connections.c:6098
#, c-format
msgid ""
"---[ Property menu ]---\n"
@@ -1573,7 +1216,7 @@ msgid ""
"quit :: exit nmcli\n"
msgstr ""
-#: ../clients/cli/connections.c:6138
+#: ../clients/cli/connections.c:6123
#, c-format
msgid ""
"set [] :: set new value\n"
@@ -1581,7 +1224,7 @@ msgid ""
"This command sets provided to this property\n"
msgstr ""
-#: ../clients/cli/connections.c:6142
+#: ../clients/cli/connections.c:6127
#, c-format
msgid ""
"add [] :: append new value to the property\n"
@@ -1591,7 +1234,7 @@ msgid ""
"(same as 'set').\n"
msgstr ""
-#: ../clients/cli/connections.c:6148
+#: ../clients/cli/connections.c:6133
#, c-format
msgid ""
"change :: change current value\n"
@@ -1599,7 +1242,7 @@ msgid ""
"Displays current value and allows editing it.\n"
msgstr ""
-#: ../clients/cli/connections.c:6152
+#: ../clients/cli/connections.c:6137
#, c-format
msgid ""
"remove [||] :: delete the value\n"
@@ -1619,7 +1262,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/connections.c:6163
+#: ../clients/cli/connections.c:6148
#, c-format
msgid ""
"describe :: describe property\n"
@@ -1628,7 +1271,7 @@ msgid ""
"see all NM settings and properties.\n"
msgstr ""
-#: ../clients/cli/connections.c:6168
+#: ../clients/cli/connections.c:6153
#, c-format
msgid ""
"print [property|setting|connection] :: print property (setting, connection) "
@@ -1638,101 +1281,101 @@ msgid ""
"the whole setting or connection.\n"
msgstr ""
-#: ../clients/cli/connections.c:6176
+#: ../clients/cli/connections.c:6161
#, c-format
msgid ""
"help/? [] :: help for nmcli commands\n"
"\n"
msgstr ""
-#: ../clients/cli/connections.c:6269
+#: ../clients/cli/connections.c:6255
#, c-format
msgid "Error: Connection activation failed.\n"
msgstr ""
-#: ../clients/cli/connections.c:6355
+#: ../clients/cli/connections.c:6350
#, c-format
msgid "Error: setting '%s' is mandatory and cannot be removed.\n"
msgstr ""
#. TRANSLATORS: status line in nmcli connection editor
-#: ../clients/cli/connections.c:6373
+#: ../clients/cli/connections.c:6368
#, c-format
msgid "[ Type: %s | Name: %s | UUID: %s | Dirty: %s | Temp: %s ]\n"
msgstr ""
-#: ../clients/cli/connections.c:6409
+#: ../clients/cli/connections.c:6404
#, c-format
msgid "The connection is not saved. Do you really want to quit? %s"
msgstr ""
-#: ../clients/cli/connections.c:6458
+#: ../clients/cli/connections.c:6453
#, c-format
msgid ""
"The connection profile has been removed from another client. You may type "
"'save' in the main menu to restore it.\n"
msgstr ""
-#: ../clients/cli/connections.c:6488 ../clients/cli/connections.c:6906
-#: ../clients/cli/connections.c:6968
+#: ../clients/cli/connections.c:6483 ../clients/cli/connections.c:6897
+#: ../clients/cli/connections.c:6955
#, c-format
msgid "Allowed values for '%s' property: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6491 ../clients/cli/connections.c:6909
-#: ../clients/cli/connections.c:6971
+#: ../clients/cli/connections.c:6486 ../clients/cli/connections.c:6900
+#: ../clients/cli/connections.c:6958
#, c-format
msgid "Enter '%s' value: "
msgstr ""
-#: ../clients/cli/connections.c:6506 ../clients/cli/connections.c:6528
-#: ../clients/cli/connections.c:6913 ../clients/cli/connections.c:6976
+#: ../clients/cli/connections.c:6501 ../clients/cli/connections.c:6523
+#: ../clients/cli/connections.c:6904 ../clients/cli/connections.c:6963
#, c-format
msgid "Error: failed to set '%s' property: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6522
+#: ../clients/cli/connections.c:6517
#, c-format
msgid "Edit '%s' value: "
msgstr ""
-#: ../clients/cli/connections.c:6551 ../clients/cli/settings.c:388
+#: ../clients/cli/connections.c:6546 ../clients/cli/settings.c:388
#, c-format
msgid "Error: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6557 ../clients/cli/connections.c:7072
-#: ../clients/cli/connections.c:7121
+#: ../clients/cli/connections.c:6552 ../clients/cli/connections.c:7058
+#: ../clients/cli/connections.c:7109
#, c-format
msgid "Error: failed to remove value of '%s': %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6578
+#: ../clients/cli/connections.c:6573
#, c-format
msgid "Unknown command argument: '%s'\n"
msgstr ""
-#: ../clients/cli/connections.c:6681
+#: ../clients/cli/connections.c:6676
#, c-format
msgid "Available settings: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6693
+#: ../clients/cli/connections.c:6688
#, c-format
msgid "Error: invalid setting name; %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6710
+#: ../clients/cli/connections.c:6705
#, c-format
msgid "Available properties: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6718
+#: ../clients/cli/connections.c:6713
#, c-format
msgid "Error: property %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6759
+#: ../clients/cli/connections.c:6754
#, c-format
msgid ""
"Saving the connection with 'autoconnect=yes'. That might result in an "
@@ -1740,416 +1383,417 @@ msgid ""
"Do you still want to save? %s"
msgstr ""
-#: ../clients/cli/connections.c:6845
+#: ../clients/cli/connections.c:6837
#, c-format
msgid "You may edit the following settings: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:6873
+#: ../clients/cli/connections.c:6867
#, c-format
msgid ""
"The connection profile has been removed from another client. You may type "
"'save' to restore it.\n"
msgstr ""
-#: ../clients/cli/connections.c:6917 ../clients/cli/connections.c:7166
+#: ../clients/cli/connections.c:6908 ../clients/cli/connections.c:7153
+#: ../clients/cli/connections.c:7185
#, c-format
msgid "Error: no setting selected; valid are [%s]\n"
msgstr ""
-#: ../clients/cli/connections.c:6918
+#: ../clients/cli/connections.c:6909
#, c-format
msgid "use 'goto ' first, or 'set .'\n"
msgstr ""
-#: ../clients/cli/connections.c:6932 ../clients/cli/connections.c:7099
-#: ../clients/cli/connections.c:7188
+#: ../clients/cli/connections.c:6924 ../clients/cli/connections.c:7085
+#: ../clients/cli/connections.c:7175
#, c-format
msgid "Error: invalid setting argument '%s'; valid are [%s]\n"
msgstr ""
-#: ../clients/cli/connections.c:6942
+#: ../clients/cli/connections.c:6933
#, c-format
msgid "Error: missing setting for '%s' property\n"
msgstr ""
-#: ../clients/cli/connections.c:6949
+#: ../clients/cli/connections.c:6940
#, c-format
msgid "Error: invalid property: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7008
+#: ../clients/cli/connections.c:6994
#, c-format
msgid "Error: unknown setting '%s'\n"
msgstr ""
-#: ../clients/cli/connections.c:7033
+#: ../clients/cli/connections.c:7019
#, c-format
msgid "You may edit the following properties: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7077
+#: ../clients/cli/connections.c:7063
#, c-format
msgid "Error: no argument given; valid are [%s]\n"
msgstr ""
-#: ../clients/cli/connections.c:7096
+#: ../clients/cli/connections.c:7082
#, c-format
msgid "Setting '%s' is not present in the connection.\n"
msgstr ""
-#: ../clients/cli/connections.c:7142
+#: ../clients/cli/connections.c:7130
#, c-format
msgid "Error: %s properties, nor it is a setting name.\n"
msgstr ""
-#: ../clients/cli/connections.c:7167
+#: ../clients/cli/connections.c:7154 ../clients/cli/connections.c:7186
#, c-format
msgid "use 'goto ' first, or 'describe .'\n"
msgstr ""
-#: ../clients/cli/connections.c:7216
+#: ../clients/cli/connections.c:7209
#, c-format
msgid "Error: invalid property: %s, neither a valid setting name.\n"
msgstr ""
-#: ../clients/cli/connections.c:7249
+#: ../clients/cli/connections.c:7239
#, c-format
msgid "Error: unknown setting: '%s'\n"
msgstr ""
-#: ../clients/cli/connections.c:7254
+#: ../clients/cli/connections.c:7244
#, c-format
msgid "Error: '%s' setting not present in the connection\n"
msgstr ""
-#: ../clients/cli/connections.c:7282
+#: ../clients/cli/connections.c:7275
#, c-format
msgid "Error: invalid property: %s%s\n"
msgstr ""
-#: ../clients/cli/connections.c:7284
+#: ../clients/cli/connections.c:7277
msgid ", neither a valid setting name"
msgstr ""
-#: ../clients/cli/connections.c:7301
+#: ../clients/cli/connections.c:7293
#, c-format
msgid "Invalid verify option: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7309
+#: ../clients/cli/connections.c:7301
#, c-format
msgid "Verify setting '%s': %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7324
+#: ../clients/cli/connections.c:7316
#, c-format
msgid "Verify connection: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7327
+#: ../clients/cli/connections.c:7319
#, c-format
msgid "The error cannot be fixed automatically.\n"
msgstr ""
-#: ../clients/cli/connections.c:7344
+#: ../clients/cli/connections.c:7336
#, c-format
msgid "Error: invalid argument '%s'\n"
msgstr ""
-#: ../clients/cli/connections.c:7376
+#: ../clients/cli/connections.c:7368
#, c-format
msgid "Error: Failed to save '%s' (%s) connection: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7383
+#: ../clients/cli/connections.c:7375
#, c-format
msgid "Connection '%s' (%s) successfully saved.\n"
msgstr ""
-#: ../clients/cli/connections.c:7384
+#: ../clients/cli/connections.c:7376
#, c-format
msgid "Connection '%s' (%s) successfully updated.\n"
msgstr ""
-#: ../clients/cli/connections.c:7416
+#: ../clients/cli/connections.c:7408
#, c-format
msgid "Error: connection verification failed: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7417
+#: ../clients/cli/connections.c:7409
msgid "(unknown error)"
msgstr ""
-#: ../clients/cli/connections.c:7418
+#: ../clients/cli/connections.c:7410
#, c-format
msgid "You may try running 'verify fix' to fix errors.\n"
msgstr ""
-#: ../clients/cli/connections.c:7440
+#: ../clients/cli/connections.c:7432
#, c-format
msgid "Error: connection is not saved. Type 'save' first.\n"
msgstr ""
-#: ../clients/cli/connections.c:7444
+#: ../clients/cli/connections.c:7436
#, c-format
msgid "Error: connection is not valid: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7454
+#: ../clients/cli/connections.c:7446
#, c-format
msgid "Error: Cannot activate connection: %s.\n"
msgstr ""
-#: ../clients/cli/connections.c:7463
+#: ../clients/cli/connections.c:7455
#, c-format
msgid "Error: Failed to activate '%s' (%s) connection: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7469
+#: ../clients/cli/connections.c:7461
msgid "Monitoring connection activation (press any key to continue)\n"
msgstr ""
-#: ../clients/cli/connections.c:7505
+#: ../clients/cli/connections.c:7497
#, c-format
msgid "Error: status-line: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7513
+#: ../clients/cli/connections.c:7505
#, c-format
msgid "Error: save-confirmation: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7521
+#: ../clients/cli/connections.c:7513
#, c-format
msgid "Error: show-secrets: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7530
+#: ../clients/cli/connections.c:7522
#, c-format
msgid "Error: bad color: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7544
+#: ../clients/cli/connections.c:7537
#, c-format
msgid "Current nmcli configuration:\n"
msgstr ""
-#: ../clients/cli/connections.c:7554
+#: ../clients/cli/connections.c:7547
#, c-format
msgid "Invalid configuration option '%s'; allowed [%s]\n"
msgstr ""
-#: ../clients/cli/connections.c:7780
+#: ../clients/cli/connections.c:7765
#, c-format
msgid "Error: only one of 'id', uuid, or 'path' can be provided."
msgstr ""
-#: ../clients/cli/connections.c:7795 ../clients/cli/connections.c:7964
+#: ../clients/cli/connections.c:7780 ../clients/cli/connections.c:7949
#, c-format
msgid "Error: Unknown connection '%s'."
msgstr ""
-#: ../clients/cli/connections.c:7813
+#: ../clients/cli/connections.c:7798
#, c-format
msgid "Warning: editing existing connection '%s'; 'type' argument is ignored\n"
msgstr ""
-#: ../clients/cli/connections.c:7816
+#: ../clients/cli/connections.c:7801
#, c-format
msgid ""
"Warning: editing existing connection '%s'; 'con-name' argument is ignored\n"
msgstr ""
-#: ../clients/cli/connections.c:7838
+#: ../clients/cli/connections.c:7823
#, c-format
msgid "Valid connection types: %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7840
+#: ../clients/cli/connections.c:7825
#, c-format
msgid "Error: invalid connection type; %s\n"
msgstr ""
-#: ../clients/cli/connections.c:7880
+#: ../clients/cli/connections.c:7865
#, c-format
msgid "===| nmcli interactive connection editor |==="
msgstr ""
-#: ../clients/cli/connections.c:7883
+#: ../clients/cli/connections.c:7868
#, c-format
msgid "Editing existing '%s' connection: '%s'"
msgstr ""
-#: ../clients/cli/connections.c:7885
+#: ../clients/cli/connections.c:7870
#, c-format
msgid "Adding a new '%s' connection"
msgstr ""
-#: ../clients/cli/connections.c:7887
+#: ../clients/cli/connections.c:7872
#, c-format
msgid "Type 'help' or '?' for available commands."
msgstr ""
-#: ../clients/cli/connections.c:7889
+#: ../clients/cli/connections.c:7874
#, c-format
msgid "Type 'describe [.]' for detailed property description."
msgstr ""
-#: ../clients/cli/connections.c:7924
+#: ../clients/cli/connections.c:7909
#, c-format
msgid "Error: Failed to modify connection '%s': %s"
msgstr ""
-#: ../clients/cli/connections.c:7931
+#: ../clients/cli/connections.c:7916
#, c-format
msgid "Connection '%s' (%s) successfully modified.\n"
msgstr ""
-#: ../clients/cli/connections.c:8012
+#: ../clients/cli/connections.c:7997
#, c-format
msgid "%s (%s) cloned as %s (%s).\n"
msgstr ""
-#: ../clients/cli/connections.c:8078
+#: ../clients/cli/connections.c:8063
msgid "New connection name: "
msgstr ""
-#: ../clients/cli/connections.c:8080
+#: ../clients/cli/connections.c:8065
#, c-format
msgid "Error: argument is missing."
msgstr ""
-#: ../clients/cli/connections.c:8086 ../clients/cli/connections.c:8588
+#: ../clients/cli/connections.c:8071 ../clients/cli/connections.c:8573
#, c-format
msgid "Error: unknown extra argument: '%s'."
msgstr ""
-#: ../clients/cli/connections.c:8137
+#: ../clients/cli/connections.c:8122
#, c-format
msgid "Error: not all connections deleted."
msgstr ""
-#: ../clients/cli/connections.c:8138
+#: ../clients/cli/connections.c:8123
#, c-format
msgid "Error: Connection deletion failed: %s"
msgstr ""
-#: ../clients/cli/connections.c:8199 ../clients/cli/connections.c:8324
+#: ../clients/cli/connections.c:8184 ../clients/cli/connections.c:8309
#, c-format
msgid "Error: %s.\n"
msgstr ""
-#: ../clients/cli/connections.c:8200 ../clients/cli/connections.c:8325
+#: ../clients/cli/connections.c:8185 ../clients/cli/connections.c:8310
#, c-format
msgid "Error: not all connections found."
msgstr ""
#. truncate trailing ", "
-#: ../clients/cli/connections.c:8243
+#: ../clients/cli/connections.c:8228
#, c-format
msgid "Error: cannot delete unknown connection(s): %s."
msgstr ""
-#: ../clients/cli/connections.c:8255
+#: ../clients/cli/connections.c:8240
#, c-format
msgid "%s: connection profile changed\n"
msgstr ""
-#: ../clients/cli/connections.c:8281
+#: ../clients/cli/connections.c:8266
#, c-format
msgid "%s: connection profile created\n"
msgstr ""
-#: ../clients/cli/connections.c:8290
+#: ../clients/cli/connections.c:8275
#, c-format
msgid "%s: connection profile removed\n"
msgstr ""
-#: ../clients/cli/connections.c:8353
+#: ../clients/cli/connections.c:8338
#, c-format
msgid "Error: failed to reload connections: %s."
msgstr ""
-#: ../clients/cli/connections.c:8386
+#: ../clients/cli/connections.c:8371
#, c-format
msgid "Error: failed to load connection: %s."
msgstr ""
-#: ../clients/cli/connections.c:8394
+#: ../clients/cli/connections.c:8379
#, c-format
msgid "Could not load file '%s'\n"
msgstr ""
-#: ../clients/cli/connections.c:8401
+#: ../clients/cli/connections.c:8386
msgid "File to import: "
msgstr ""
-#: ../clients/cli/connections.c:8432
+#: ../clients/cli/connections.c:8417
#, c-format
msgid "Error: No arguments provided."
msgstr ""
-#: ../clients/cli/connections.c:8457
+#: ../clients/cli/connections.c:8442
#, c-format
msgid "Warning: 'type' already specified, ignoring extra one.\n"
msgstr ""
-#: ../clients/cli/connections.c:8472
+#: ../clients/cli/connections.c:8457
#, c-format
msgid "Warning: 'file' already specified, ignoring extra one.\n"
msgstr ""
-#: ../clients/cli/connections.c:8474
+#: ../clients/cli/connections.c:8459
#, c-format
msgid "Unknown parameter: %s"
msgstr ""
-#: ../clients/cli/connections.c:8486
+#: ../clients/cli/connections.c:8471
#, c-format
msgid "Error: 'type' argument is required."
msgstr ""
-#: ../clients/cli/connections.c:8491
+#: ../clients/cli/connections.c:8476
#, c-format
msgid "Error: 'file' argument is required."
msgstr ""
-#: ../clients/cli/connections.c:8498
+#: ../clients/cli/connections.c:8483
#, c-format
msgid "Error: failed to find VPN plugin for %s."
msgstr ""
-#: ../clients/cli/connections.c:8506 ../clients/cli/connections.c:8607
+#: ../clients/cli/connections.c:8491 ../clients/cli/connections.c:8592
#, c-format
msgid "Error: failed to load VPN plugin: %s."
msgstr ""
-#: ../clients/cli/connections.c:8514
+#: ../clients/cli/connections.c:8499
#, c-format
msgid "Error: failed to import '%s': %s."
msgstr ""
-#: ../clients/cli/connections.c:8594
+#: ../clients/cli/connections.c:8579
msgid "Output file name: "
msgstr ""
-#: ../clients/cli/connections.c:8598
+#: ../clients/cli/connections.c:8583
#, c-format
msgid "Error: the connection is not VPN."
msgstr ""
-#: ../clients/cli/connections.c:8619
+#: ../clients/cli/connections.c:8604
#, c-format
msgid "Error: failed to create temporary file %s."
msgstr ""
-#: ../clients/cli/connections.c:8628
+#: ../clients/cli/connections.c:8613
#, c-format
msgid "Error: failed to export '%s': %s."
msgstr ""
-#: ../clients/cli/connections.c:8639
+#: ../clients/cli/connections.c:8624
#, c-format
msgid "Error: failed to read temporary file '%s': %s."
msgstr ""
@@ -2403,429 +2047,429 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/devices.c:543
+#: ../clients/cli/devices.c:600
#, c-format
msgid "Error: No interface specified."
msgstr ""
-#: ../clients/cli/devices.c:566
+#: ../clients/cli/devices.c:623
#, c-format
msgid "Warning: argument '%s' is duplicated.\n"
msgstr ""
-#: ../clients/cli/devices.c:569
+#: ../clients/cli/devices.c:626
#, c-format
msgid "Error: Device '%s' not found.\n"
msgstr ""
-#: ../clients/cli/devices.c:570
+#: ../clients/cli/devices.c:627
#, c-format
msgid "Error: not all devices found."
msgstr ""
-#: ../clients/cli/devices.c:599
+#: ../clients/cli/devices.c:656
msgid "No interface specified"
msgstr ""
-#: ../clients/cli/devices.c:618
+#: ../clients/cli/devices.c:675
#, c-format
msgid "Device '%s' not found"
msgstr ""
-#: ../clients/cli/devices.c:704 ../clients/cli/devices.c:856
+#: ../clients/cli/devices.c:761 ../clients/cli/devices.c:913
msgid "(none)"
msgstr ""
-#: ../clients/cli/devices.c:775
+#: ../clients/cli/devices.c:832
#, c-format
msgid "%u MHz"
msgstr ""
-#: ../clients/cli/devices.c:776
+#: ../clients/cli/devices.c:833
#, c-format
msgid "%u Mbit/s"
msgstr ""
-#: ../clients/cli/devices.c:787
+#: ../clients/cli/devices.c:844
msgid "WEP"
msgstr ""
-#: ../clients/cli/devices.c:791
+#: ../clients/cli/devices.c:848
msgid "WPA1"
msgstr ""
-#: ../clients/cli/devices.c:795
+#: ../clients/cli/devices.c:852
msgid "WPA2"
msgstr ""
-#: ../clients/cli/devices.c:800
+#: ../clients/cli/devices.c:857
msgid "802.1X"
msgstr ""
-#: ../clients/cli/devices.c:815
+#: ../clients/cli/devices.c:872
msgid "Ad-Hoc"
msgstr ""
-#: ../clients/cli/devices.c:816
+#: ../clients/cli/devices.c:873
msgid "Infra"
msgstr ""
-#: ../clients/cli/devices.c:817
+#: ../clients/cli/devices.c:874
msgid "N/A"
msgstr ""
-#: ../clients/cli/devices.c:1031
+#: ../clients/cli/devices.c:1088
msgid "Device details"
msgstr ""
-#: ../clients/cli/devices.c:1042
+#: ../clients/cli/devices.c:1099
#, c-format
msgid "Error: 'device show': %s"
msgstr ""
-#: ../clients/cli/devices.c:1107 ../clients/cli/devices.c:1110
+#: ../clients/cli/devices.c:1164 ../clients/cli/devices.c:1167
msgid "(unknown)"
msgstr ""
-#: ../clients/cli/devices.c:1153
+#: ../clients/cli/devices.c:1210
#, c-format
msgid "%u Mb/s"
msgstr ""
-#: ../clients/cli/devices.c:1256
+#: ../clients/cli/devices.c:1313
msgid "on"
msgstr ""
-#: ../clients/cli/devices.c:1256
+#: ../clients/cli/devices.c:1313
msgid "off"
msgstr ""
-#: ../clients/cli/devices.c:1490
+#: ../clients/cli/devices.c:1547
#, c-format
msgid "Error: 'device status': %s"
msgstr ""
-#: ../clients/cli/devices.c:1504
+#: ../clients/cli/devices.c:1561
msgid "Status of devices"
msgstr ""
-#: ../clients/cli/devices.c:1530 ../clients/cli/devices.c:1985
-#: ../clients/cli/devices.c:3761
+#: ../clients/cli/devices.c:1587 ../clients/cli/devices.c:2042
+#: ../clients/cli/devices.c:3820
#, c-format
msgid "Error: invalid extra argument '%s'."
msgstr ""
-#: ../clients/cli/devices.c:1566 ../clients/cli/general.c:553
+#: ../clients/cli/devices.c:1623 ../clients/cli/general.c:555
#, c-format
msgid "Error: Timeout %d sec expired."
msgstr ""
-#: ../clients/cli/devices.c:1615
+#: ../clients/cli/devices.c:1672
#, c-format
msgid "Device '%s' successfully activated with '%s'.\n"
msgstr ""
-#: ../clients/cli/devices.c:1621
+#: ../clients/cli/devices.c:1678
#, c-format
msgid "Error: Connection activation failed: (%d) %s.\n"
msgstr ""
-#: ../clients/cli/devices.c:1657
+#: ../clients/cli/devices.c:1714
#, c-format
msgid "Error: Failed to setup a Wi-Fi hotspot: %s"
msgstr ""
-#: ../clients/cli/devices.c:1660
+#: ../clients/cli/devices.c:1717
#, c-format
msgid "Error: Failed to add/activate new connection: %s"
msgstr ""
-#: ../clients/cli/devices.c:1670
+#: ../clients/cli/devices.c:1727
#, c-format
msgid "Error: Failed to setup a Wi-Fi hotspot"
msgstr ""
-#: ../clients/cli/devices.c:1672
+#: ../clients/cli/devices.c:1729
#, c-format
msgid "Error: Failed to add/activate new connection: Unknown error"
msgstr ""
-#: ../clients/cli/devices.c:1684
+#: ../clients/cli/devices.c:1741
#, c-format
msgid "Connection with UUID '%s' created and activated on device '%s'\n"
msgstr ""
-#: ../clients/cli/devices.c:1687
+#: ../clients/cli/devices.c:1744
#, c-format
msgid "Hotspot '%s' activated on device '%s'\n"
msgstr ""
-#: ../clients/cli/devices.c:1751
+#: ../clients/cli/devices.c:1808
#, c-format
msgid "Error: Device activation failed: %s"
msgstr ""
-#: ../clients/cli/devices.c:1760
+#: ../clients/cli/devices.c:1817
#, c-format
msgid "Error: Device activation failed: device was disconnected"
msgstr ""
-#: ../clients/cli/devices.c:1775
+#: ../clients/cli/devices.c:1832
#, c-format
msgid "Device '%s' has been connected.\n"
msgstr ""
-#: ../clients/cli/devices.c:1816
+#: ../clients/cli/devices.c:1873
#, c-format
msgid "Error: extra argument not allowed: '%s'."
msgstr ""
-#: ../clients/cli/devices.c:1888 ../clients/cli/devices.c:1903
-#: ../clients/cli/devices.c:2133
+#: ../clients/cli/devices.c:1945 ../clients/cli/devices.c:1960
+#: ../clients/cli/devices.c:2190
#, c-format
msgid "Device '%s' successfully disconnected.\n"
msgstr ""
-#: ../clients/cli/devices.c:1891
+#: ../clients/cli/devices.c:1948
#, c-format
msgid "Device '%s' successfully removed.\n"
msgstr ""
-#: ../clients/cli/devices.c:1950 ../clients/cli/devices.c:2020
+#: ../clients/cli/devices.c:2007 ../clients/cli/devices.c:2077
#, c-format
msgid "Error: Reapplying connection to device '%s' (%s) failed: %s"
msgstr ""
-#: ../clients/cli/devices.c:1960 ../clients/cli/devices.c:2029
+#: ../clients/cli/devices.c:2017 ../clients/cli/devices.c:2086
#, c-format
msgid "Connection successfully reapplied to device '%s'.\n"
msgstr ""
-#: ../clients/cli/devices.c:2054
+#: ../clients/cli/devices.c:2111
#, c-format
msgid "Error: Reading applied connection from device '%s' (%s) failed: %s"
msgstr ""
-#: ../clients/cli/devices.c:2118
+#: ../clients/cli/devices.c:2175
#, c-format
msgid "Error: not all devices disconnected."
msgstr ""
-#: ../clients/cli/devices.c:2119
+#: ../clients/cli/devices.c:2176
#, c-format
msgid "Error: Device '%s' (%s) disconnecting failed: %s\n"
msgstr ""
-#: ../clients/cli/devices.c:2197
+#: ../clients/cli/devices.c:2254
#, c-format
msgid "Error: not all devices deleted."
msgstr ""
-#: ../clients/cli/devices.c:2198
+#: ../clients/cli/devices.c:2255
#, c-format
msgid "Error: Device '%s' (%s) deletion failed: %s\n"
msgstr ""
-#: ../clients/cli/devices.c:2282
+#: ../clients/cli/devices.c:2339
#, c-format
msgid "Error: No property specified."
msgstr ""
-#: ../clients/cli/devices.c:2297 ../clients/cli/devices.c:2314
-#: ../clients/cli/general.c:722 ../clients/cli/general.c:734
+#: ../clients/cli/devices.c:2354 ../clients/cli/devices.c:2371
+#: ../clients/cli/general.c:724 ../clients/cli/general.c:736
#, c-format
msgid "Error: '%s' argument is missing."
msgstr ""
-#: ../clients/cli/devices.c:2303
+#: ../clients/cli/devices.c:2360
#, c-format
msgid "Error: 'managed': %s."
msgstr ""
-#: ../clients/cli/devices.c:2320
+#: ../clients/cli/devices.c:2377
#, c-format
msgid "Error: 'autoconnect': %s."
msgstr ""
-#: ../clients/cli/devices.c:2328 ../clients/cli/general.c:748
+#: ../clients/cli/devices.c:2385 ../clients/cli/general.c:750
#, c-format
msgid "Error: property '%s' is not known."
msgstr ""
-#: ../clients/cli/devices.c:2378
+#: ../clients/cli/devices.c:2435
#, c-format
msgid "%s: using connection '%s'\n"
msgstr ""
-#: ../clients/cli/devices.c:2404
+#: ../clients/cli/devices.c:2461
#, c-format
msgid "%s: device created\n"
msgstr ""
-#: ../clients/cli/devices.c:2411
+#: ../clients/cli/devices.c:2468
#, c-format
msgid "%s: device removed\n"
msgstr ""
-#: ../clients/cli/devices.c:2609
+#: ../clients/cli/devices.c:2666
msgid "Wi-Fi scan list"
msgstr ""
-#: ../clients/cli/devices.c:2657
+#: ../clients/cli/devices.c:2715
#, c-format
msgid "Error: 'device wifi': %s"
msgstr ""
-#: ../clients/cli/devices.c:2669
+#: ../clients/cli/devices.c:2727
#, c-format
msgid "Error: Device '%s' not found."
msgstr ""
-#: ../clients/cli/devices.c:2690 ../clients/cli/devices.c:2776
+#: ../clients/cli/devices.c:2748 ../clients/cli/devices.c:2834
#, c-format
msgid "Error: Access point with bssid '%s' not found."
msgstr ""
-#: ../clients/cli/devices.c:2718
+#: ../clients/cli/devices.c:2776
#, c-format
msgid ""
"Error: Device '%s' was not recognized as a Wi-Fi device, check "
"NetworkManager Wi-Fi plugin."
msgstr ""
-#: ../clients/cli/devices.c:2722 ../clients/cli/devices.c:3004
-#: ../clients/cli/devices.c:3439 ../clients/cli/devices.c:3598
+#: ../clients/cli/devices.c:2780 ../clients/cli/devices.c:3063
+#: ../clients/cli/devices.c:3498 ../clients/cli/devices.c:3657
#, c-format
msgid "Error: Device '%s' is not a Wi-Fi device."
msgstr ""
-#: ../clients/cli/devices.c:2854
+#: ../clients/cli/devices.c:2912
msgid "SSID or BSSID: "
msgstr ""
-#: ../clients/cli/devices.c:2859
+#: ../clients/cli/devices.c:2917
#, c-format
msgid "Error: SSID or BSSID are missing."
msgstr ""
-#: ../clients/cli/devices.c:2895
+#: ../clients/cli/devices.c:2954
#, c-format
msgid "Error: bssid argument value '%s' is not a valid BSSID."
msgstr ""
-#: ../clients/cli/devices.c:2925
+#: ../clients/cli/devices.c:2984
#, c-format
msgid ""
"Error: wep-key-type argument value '%s' is invalid, use 'key' or 'phrase'."
msgstr ""
-#: ../clients/cli/devices.c:2952 ../clients/cli/devices.c:2970
+#: ../clients/cli/devices.c:3011 ../clients/cli/devices.c:3029
#, c-format
msgid "Error: %s: %s."
msgstr ""
-#: ../clients/cli/devices.c:2987
+#: ../clients/cli/devices.c:3046
#, c-format
msgid "Error: BSSID to connect to (%s) differs from bssid argument (%s)."
msgstr ""
-#: ../clients/cli/devices.c:2993
+#: ../clients/cli/devices.c:3052
#, c-format
msgid "Error: Parameter '%s' is neither SSID nor BSSID."
msgstr ""
-#: ../clients/cli/devices.c:3006 ../clients/cli/devices.c:3441
-#: ../clients/cli/devices.c:3600
+#: ../clients/cli/devices.c:3065 ../clients/cli/devices.c:3500
+#: ../clients/cli/devices.c:3659
#, c-format
msgid "Error: No Wi-Fi device found."
msgstr ""
-#: ../clients/cli/devices.c:3026
+#: ../clients/cli/devices.c:3085
#, c-format
msgid "Error: Failed to scan hidden SSID: %s."
msgstr ""
-#: ../clients/cli/devices.c:3053
+#: ../clients/cli/devices.c:3112
#, c-format
msgid "Error: No network with SSID '%s' found."
msgstr ""
-#: ../clients/cli/devices.c:3055
+#: ../clients/cli/devices.c:3114
#, c-format
msgid "Error: No access point with BSSID '%s' found."
msgstr ""
-#: ../clients/cli/devices.c:3097
+#: ../clients/cli/devices.c:3156
#, c-format
msgid ""
"Warning: '%s' should be SSID for hidden APs; but it looks like a BSSID.\n"
msgstr ""
-#: ../clients/cli/devices.c:3111
+#: ../clients/cli/devices.c:3170
msgid "Password: "
msgstr ""
-#: ../clients/cli/devices.c:3260
+#: ../clients/cli/devices.c:3319
#, c-format
msgid "'%s' is not valid WPA PSK"
msgstr ""
-#: ../clients/cli/devices.c:3277
+#: ../clients/cli/devices.c:3336
#, c-format
msgid "'%s' is not valid WEP key (it should be 5 or 13 ASCII chars)"
msgstr ""
-#: ../clients/cli/devices.c:3293
+#: ../clients/cli/devices.c:3352
#, c-format
msgid "Hotspot password: %s\n"
msgstr ""
-#: ../clients/cli/devices.c:3364
+#: ../clients/cli/devices.c:3423
#, c-format
msgid "Error: ssid is too long."
msgstr ""
-#: ../clients/cli/devices.c:3378
+#: ../clients/cli/devices.c:3437
#, c-format
msgid "Error: band argument value '%s' is invalid; use 'a' or 'bg'."
msgstr ""
-#: ../clients/cli/devices.c:3403
+#: ../clients/cli/devices.c:3462
#, c-format
msgid "Error: Unknown parameter %s."
msgstr ""
-#: ../clients/cli/devices.c:3423
+#: ../clients/cli/devices.c:3482
#, c-format
msgid "Error: channel requires band too."
msgstr ""
-#: ../clients/cli/devices.c:3428
+#: ../clients/cli/devices.c:3487
#, c-format
msgid "Error: channel '%s' not valid for band '%s'."
msgstr ""
-#: ../clients/cli/devices.c:3452
+#: ../clients/cli/devices.c:3511
#, c-format
msgid "Error: Device '%s' supports neither AP nor Ad-Hoc mode."
msgstr ""
-#: ../clients/cli/devices.c:3486
+#: ../clients/cli/devices.c:3545
#, c-format
msgid "Error: Invalid 'password': %s."
msgstr ""
-#: ../clients/cli/devices.c:3561
+#: ../clients/cli/devices.c:3620
#, c-format
msgid "Error: '%s' cannot repeat."
msgstr ""
#. Main header name
-#: ../clients/cli/devices.c:3667
+#: ../clients/cli/devices.c:3726
msgid "Device LLDP neighbors"
msgstr ""
-#: ../clients/cli/devices.c:3777
+#: ../clients/cli/devices.c:3836
#, c-format
msgid "Error: 'device lldp list': %s"
msgstr ""
@@ -2846,10 +2490,18 @@ msgstr ""
msgid "connected (site only)"
msgstr ""
+#: ../clients/cli/general.c:46 ../clients/common/nm-client-utils.c:241
+msgid "connected"
+msgstr ""
+
#: ../clients/cli/general.c:47
msgid "disconnecting"
msgstr ""
+#: ../clients/cli/general.c:48 ../clients/common/nm-client-utils.c:227
+msgid "disconnected"
+msgstr ""
+
#: ../clients/cli/general.c:80
msgid "none"
msgstr ""
@@ -2866,31 +2518,31 @@ msgstr ""
msgid "full"
msgstr ""
-#: ../clients/cli/general.c:152
+#: ../clients/cli/general.c:154
msgid "auth"
msgstr ""
-#: ../clients/cli/general.c:187
+#: ../clients/cli/general.c:189
msgid "running"
msgstr ""
-#: ../clients/cli/general.c:201
+#: ../clients/cli/general.c:203
msgid "starting"
msgstr ""
-#: ../clients/cli/general.c:201
+#: ../clients/cli/general.c:203
msgid "started"
msgstr ""
-#: ../clients/cli/general.c:235
+#: ../clients/cli/general.c:237
msgid "enabled"
msgstr ""
-#: ../clients/cli/general.c:235
+#: ../clients/cli/general.c:237
msgid "disabled"
msgstr ""
-#: ../clients/cli/general.c:367
+#: ../clients/cli/general.c:369
#, c-format
msgid ""
"Usage: nmcli general { COMMAND | help }\n"
@@ -2907,7 +2559,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:378
+#: ../clients/cli/general.c:380
#, c-format
msgid ""
"Usage: nmcli general status { help }\n"
@@ -2918,7 +2570,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:387
+#: ../clients/cli/general.c:389
#, c-format
msgid ""
"Usage: nmcli general hostname { ARGUMENTS | help }\n"
@@ -2932,7 +2584,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:399
+#: ../clients/cli/general.c:401
#, c-format
msgid ""
"Usage: nmcli general permissions { help }\n"
@@ -2941,7 +2593,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:407
+#: ../clients/cli/general.c:409
#, c-format
msgid ""
"Usage: nmcli general logging { ARGUMENTS | help }\n"
@@ -2957,7 +2609,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:420
+#: ../clients/cli/general.c:422
#, c-format
msgid ""
"Usage: nmcli networking { COMMAND | help }\n"
@@ -2972,7 +2624,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:430
+#: ../clients/cli/general.c:432
#, c-format
msgid ""
"Usage: nmcli networking on { help }\n"
@@ -2981,7 +2633,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:438
+#: ../clients/cli/general.c:440
#, c-format
msgid ""
"Usage: nmcli networking off { help }\n"
@@ -2990,7 +2642,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:446
+#: ../clients/cli/general.c:448
#, c-format
msgid ""
"Usage: nmcli networking connectivity { ARGUMENTS | help }\n"
@@ -3003,7 +2655,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:458
+#: ../clients/cli/general.c:460
#, c-format
msgid ""
"Usage: nmcli radio { COMMAND | help }\n"
@@ -3014,7 +2666,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:467
+#: ../clients/cli/general.c:469
#, c-format
msgid ""
"Usage: nmcli radio all { ARGUMENTS | help }\n"
@@ -3025,7 +2677,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:477
+#: ../clients/cli/general.c:479
#, c-format
msgid ""
"Usage: nmcli radio wifi { ARGUMENTS | help }\n"
@@ -3036,7 +2688,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:487
+#: ../clients/cli/general.c:489
#, c-format
msgid ""
"Usage: nmcli radio wwan { ARGUMENTS | help }\n"
@@ -3047,7 +2699,7 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:497
+#: ../clients/cli/general.c:499
#, c-format
msgid ""
"Usage: nmcli monitor\n"
@@ -3057,178 +2709,178 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/general.c:526
+#: ../clients/cli/general.c:528
msgid "NetworkManager status"
msgstr ""
-#: ../clients/cli/general.c:530
+#: ../clients/cli/general.c:532
#, c-format
msgid "Error: only these fields are allowed: %s"
msgstr ""
-#: ../clients/cli/general.c:580
+#: ../clients/cli/general.c:582
msgid "NetworkManager permissions"
msgstr ""
-#: ../clients/cli/general.c:584
+#: ../clients/cli/general.c:586
#, c-format
msgid "Error: 'general permissions': %s"
msgstr ""
-#: ../clients/cli/general.c:672
+#: ../clients/cli/general.c:674
msgid "NetworkManager logging"
msgstr ""
-#: ../clients/cli/general.c:676
+#: ../clients/cli/general.c:678
#, c-format
msgid "Error: 'general logging': %s"
msgstr ""
-#: ../clients/cli/general.c:758
+#: ../clients/cli/general.c:760
#, c-format
msgid "Error: failed to set logging: %s"
msgstr ""
-#: ../clients/cli/general.c:775
+#: ../clients/cli/general.c:777
#, c-format
msgid "Error: failed to set hostname: %s"
msgstr ""
-#: ../clients/cli/general.c:844
+#: ../clients/cli/general.c:846
#, c-format
msgid "Error: '--fields' value '%s' is not valid here (allowed field: %s)"
msgstr ""
-#: ../clients/cli/general.c:869
+#: ../clients/cli/general.c:871
#, c-format
msgid "Error: invalid '%s' argument: '%s' (use on/off)."
msgstr ""
#. no arguments -> get current state
-#: ../clients/cli/general.c:917 ../clients/cli/general.c:929
+#: ../clients/cli/general.c:919 ../clients/cli/general.c:931
msgid "Connectivity"
msgstr ""
-#: ../clients/cli/general.c:932
+#: ../clients/cli/general.c:934
#, c-format
msgid "Error: 'networking' command '%s' is not valid."
msgstr ""
-#: ../clients/cli/general.c:946
+#: ../clients/cli/general.c:948
msgid "Networking"
msgstr ""
#. no argument, show all radio switches
-#: ../clients/cli/general.c:981
+#: ../clients/cli/general.c:983
msgid "Radio switches"
msgstr ""
#. no argument, show current WiFi state
-#: ../clients/cli/general.c:1011
+#: ../clients/cli/general.c:1013
msgid "Wi-Fi radio switch"
msgstr ""
#. no argument, show current WWAN (mobile broadband) state
-#: ../clients/cli/general.c:1038
+#: ../clients/cli/general.c:1040
msgid "WWAN radio switch"
msgstr ""
-#: ../clients/cli/general.c:1087
+#: ../clients/cli/general.c:1089
msgid "NetworkManager has started"
msgstr ""
-#: ../clients/cli/general.c:1087
+#: ../clients/cli/general.c:1089
msgid "NetworkManager has stopped"
msgstr ""
-#: ../clients/cli/general.c:1098
+#: ../clients/cli/general.c:1100
#, c-format
msgid "Hostname set to '%s'\n"
msgstr ""
-#: ../clients/cli/general.c:1113
+#: ../clients/cli/general.c:1115
#, c-format
msgid "'%s' is now the primary connection\n"
msgstr ""
-#: ../clients/cli/general.c:1115
+#: ../clients/cli/general.c:1117
#, c-format
msgid "There's no primary connection\n"
msgstr ""
-#: ../clients/cli/general.c:1127
+#: ../clients/cli/general.c:1129
#, c-format
msgid "Connectivity is now '%s'\n"
msgstr ""
-#: ../clients/cli/general.c:1140
+#: ../clients/cli/general.c:1142
#, c-format
msgid "Networkmanager is now in the '%s' state\n"
msgstr ""
-#: ../clients/cli/general.c:1161
+#: ../clients/cli/general.c:1163
msgid "connection available"
msgstr ""
-#: ../clients/cli/general.c:1163
+#: ../clients/cli/general.c:1165
msgid "connections available"
msgstr ""
-#: ../clients/cli/general.c:1181
+#: ../clients/cli/general.c:1183
msgid "autoconnect"
msgstr ""
-#: ../clients/cli/general.c:1183
+#: ../clients/cli/general.c:1185
msgid "fw missing"
msgstr ""
-#: ../clients/cli/general.c:1188
+#: ../clients/cli/general.c:1190
msgid "plugin missing"
msgstr ""
-#: ../clients/cli/general.c:1193
+#: ../clients/cli/general.c:1195
msgid "sw"
msgstr ""
-#: ../clients/cli/general.c:1195
+#: ../clients/cli/general.c:1197
msgid "hw"
msgstr ""
-#: ../clients/cli/general.c:1200
+#: ../clients/cli/general.c:1202
msgid "iface"
msgstr ""
-#: ../clients/cli/general.c:1203
+#: ../clients/cli/general.c:1205
msgid "port"
msgstr ""
-#: ../clients/cli/general.c:1206
+#: ../clients/cli/general.c:1208
msgid "mtu"
msgstr ""
-#: ../clients/cli/general.c:1223
+#: ../clients/cli/general.c:1225
msgid "master"
msgstr ""
-#: ../clients/cli/general.c:1227 ../clients/tui/nm-editor-utils.c:241
-#: ../clients/tui/nmt-connect-connection-list.c:406
+#: ../clients/cli/general.c:1229 ../clients/tui/nm-editor-utils.c:241
+#: ../clients/tui/nmt-connect-connection-list.c:410
msgid "VPN"
msgstr ""
-#: ../clients/cli/general.c:1229
+#: ../clients/cli/general.c:1231
msgid "ip4 default"
msgstr ""
-#: ../clients/cli/general.c:1231
+#: ../clients/cli/general.c:1233
msgid "ip6 default"
msgstr ""
-#: ../clients/cli/general.c:1314
+#: ../clients/cli/general.c:1316
#, c-format
msgid "%s VPN connection"
msgstr ""
-#: ../clients/cli/general.c:1384
+#: ../clients/cli/general.c:1386
#, c-format
msgid ""
"Use \"nmcli device show\" to get complete information about known devices "
@@ -3239,16 +2891,16 @@ msgid ""
"details.\n"
msgstr ""
-#: ../clients/cli/general.c:1405
+#: ../clients/cli/general.c:1407
#, c-format
msgid "Error: 'monitor' command '%s' is not valid."
msgstr ""
-#: ../clients/cli/general.c:1417
+#: ../clients/cli/general.c:1419
msgid "Networkmanager is not running (waiting for it)\n"
msgstr ""
-#: ../clients/cli/nmcli.c:184
+#: ../clients/cli/nmcli.c:186
#, c-format
msgid ""
"Usage: nmcli [OPTIONS] OBJECT { COMMAND | help }\n"
@@ -3282,62 +2934,62 @@ msgid ""
"\n"
msgstr ""
-#: ../clients/cli/nmcli.c:263
+#: ../clients/cli/nmcli.c:265
#, c-format
msgid "Error: missing argument for '%s' option."
msgstr ""
-#: ../clients/cli/nmcli.c:311
+#: ../clients/cli/nmcli.c:313
#, c-format
msgid "Error: Option '--terse' is specified the second time."
msgstr ""
-#: ../clients/cli/nmcli.c:316
+#: ../clients/cli/nmcli.c:318
#, c-format
msgid "Error: Option '--terse' is mutually exclusive with '--pretty'."
msgstr ""
-#: ../clients/cli/nmcli.c:324
+#: ../clients/cli/nmcli.c:326
#, c-format
msgid "Error: Option '--pretty' is specified the second time."
msgstr ""
-#: ../clients/cli/nmcli.c:329
+#: ../clients/cli/nmcli.c:331
#, c-format
msgid "Error: Option '--pretty' is mutually exclusive with '--terse'."
msgstr ""
-#: ../clients/cli/nmcli.c:344
+#: ../clients/cli/nmcli.c:346
#, c-format
msgid "Error: '%s' is not a valid argument for '%s' option."
msgstr ""
-#: ../clients/cli/nmcli.c:358 ../clients/cli/nmcli.c:370
+#: ../clients/cli/nmcli.c:360 ../clients/cli/nmcli.c:372
#, c-format
msgid "Error: '%s' is not valid argument for '%s' option."
msgstr ""
-#: ../clients/cli/nmcli.c:394
+#: ../clients/cli/nmcli.c:396
#, c-format
msgid "Error: '%s' is not a valid timeout."
msgstr ""
-#: ../clients/cli/nmcli.c:401
+#: ../clients/cli/nmcli.c:403
#, c-format
msgid "nmcli tool, version %s\n"
msgstr ""
-#: ../clients/cli/nmcli.c:409
+#: ../clients/cli/nmcli.c:411
#, c-format
msgid "Error: Option '%s' is unknown, try 'nmcli -help'."
msgstr ""
-#: ../clients/cli/nmcli.c:455 ../clients/cli/nmcli.c:462
+#: ../clients/cli/nmcli.c:457 ../clients/cli/nmcli.c:464
#, c-format
msgid "Error: nmcli terminated by signal %s (%d)\n"
msgstr ""
-#: ../clients/cli/nmcli.c:560
+#: ../clients/cli/nmcli.c:562
msgid "Success"
msgstr ""
@@ -3351,441 +3003,806 @@ msgstr ""
msgid "Authentication error: %s\n"
msgstr ""
-#: ../clients/cli/polkit-agent.c:120
-#, c-format
-msgid "Warning: polkit agent initialization failed: %s\n"
+#: ../clients/cli/polkit-agent.c:120
+#, c-format
+msgid "Warning: polkit agent initialization failed: %s\n"
+msgstr ""
+
+#: ../clients/cli/settings.c:46
+#, c-format
+msgid "Do you also want to set '%s' to '%s'? [yes]: "
+msgstr ""
+
+#: ../clients/cli/settings.c:48
+#, c-format
+msgid "Do you also want to clear '%s'? [yes]: "
+msgstr ""
+
+#: ../clients/cli/settings.c:224
+#, c-format
+msgid ""
+"Warning: %s.%s set to '%s', but it might be ignored in infrastructure mode\n"
+msgstr ""
+
+#: ../clients/cli/settings.c:243
+#, c-format
+msgid "Warning: setting %s.%s requires removing ipv4 and ipv6 settings\n"
+msgstr ""
+
+#: ../clients/cli/settings.c:245
+msgid "Do you want to remove them? [yes] "
+msgstr ""
+
+#: ../clients/cli/settings.c:330
+#, c-format
+msgid "Warning: %s is not an UUID of any existing connection profile\n"
+msgstr ""
+
+#: ../clients/cli/settings.c:335 ../clients/cli/settings.c:348
+#, c-format
+msgid "'%s' is not a VPN connection profile"
+msgstr ""
+
+#: ../clients/cli/settings.c:342
+#, c-format
+msgid "'%s' is not a name of any exiting profile"
+msgstr ""
+
+#: ../clients/cli/settings.c:382
+#, c-format
+msgid "Warning: %s\n"
+msgstr ""
+
+#: ../clients/cli/settings.c:385
+#, c-format
+msgid "Info: %s\n"
+msgstr ""
+
+#: ../clients/cli/settings.c:477
+msgid "don't know how to get the property value"
+msgstr ""
+
+#: ../clients/cli/settings.c:567 ../clients/cli/settings.c:609
+msgid "the property can't be changed"
+msgstr ""
+
+#: ../clients/cli/settings.c:729
+msgid "[NM property description]"
+msgstr ""
+
+#: ../clients/cli/settings.c:739
+msgid "[nmcli specific description]"
+msgstr ""
+
+#: ../clients/cli/utils.c:328
+#, c-format
+msgid "Error: Argument '%s' was expected, but '%s' provided."
+msgstr ""
+
+#: ../clients/cli/utils.c:331
+#, c-format
+msgid "Error: Unexpected argument '%s'"
+msgstr ""
+
+#: ../clients/cli/utils.c:804
+#, c-format
+msgid "invalid field '%s%s%s'; no such field"
+msgstr ""
+
+#: ../clients/cli/utils.c:808
+#, c-format
+msgid "invalid field '%s%s%s'; allowed fields: [%s]"
+msgstr ""
+
+#: ../clients/cli/utils.c:881
+#, c-format
+msgid "failure to select field"
+msgstr ""
+
+#: ../clients/cli/utils.c:1469
+#, c-format
+msgid "Error reading nmcli output: %s\n"
+msgstr ""
+
+#: ../clients/cli/utils.c:1474
+#, c-format
+msgid "Error writing nmcli output: %s\n"
+msgstr ""
+
+#: ../clients/cli/utils.c:1498
+#, c-format
+msgid "Failed to create pager pipe: %s\n"
+msgstr ""
+
+#: ../clients/cli/utils.c:1506
+#, c-format
+msgid "Failed to fork pager: %s\n"
+msgstr ""
+
+#: ../clients/cli/utils.c:1552 ../clients/cli/utils.c:1554
+#, c-format
+msgid "Failed to duplicate pager pipe: %s\n"
+msgstr ""
+
+#. Translators: the first %s is the partial value entered by
+#. * the user, the second %s a list of compatible values.
+#.
+#: ../clients/common/nm-client-utils.c:75
+#: ../clients/common/nm-client-utils.c:106
+#, c-format
+msgid "'%s' is ambiguous (%s)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:85
+#, c-format
+msgid "'%s' is not valid; use [%s] or [%s]"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:118
+#, c-format
+msgid "'%s' is not valid; use [%s], [%s] or [%s]"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:155
+#, c-format
+msgid "'%s' is ambiguous (%s x %s)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:167
+#, c-format
+msgid "missing name, try one of [%s]"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:223
+msgid "unmanaged"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:225
+msgid "unavailable"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:229
+msgid "connecting (prepare)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:231
+msgid "connecting (configuring)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:233
+msgid "connecting (need authentication)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:235
+msgid "connecting (getting IP configuration)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:237
+msgid "connecting (checking IP connectivity)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:239
+msgid "connecting (starting secondary connections)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:245
+msgid "connection failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:262
+msgid "yes (guessed)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:264
+msgid "no (guessed)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:277
+msgid "No reason given"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:281
+msgid "Device is now managed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:283
+msgid "Device is now unmanaged"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:285
+msgid "The device could not be readied for configuration"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:287
+msgid ""
+"IP configuration could not be reserved (no available address, timeout, etc.)"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:289
+msgid "The IP configuration is no longer valid"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:291
+msgid "Secrets were required, but not provided"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:293
+msgid "802.1X supplicant disconnected"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:295
+msgid "802.1X supplicant configuration failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:297
+msgid "802.1X supplicant failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:299
+msgid "802.1X supplicant took too long to authenticate"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:301
+msgid "PPP service failed to start"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:303
+msgid "PPP service disconnected"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:305
+msgid "PPP failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:307
+msgid "DHCP client failed to start"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:309
+msgid "DHCP client error"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:311
+msgid "DHCP client failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:313
+msgid "Shared connection service failed to start"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:315
+msgid "Shared connection service failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:317
+msgid "AutoIP service failed to start"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:319
+msgid "AutoIP service error"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:321
+msgid "AutoIP service failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:323
+msgid "The line is busy"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:325
+msgid "No dial tone"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:327
+msgid "No carrier could be established"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:329
+msgid "The dialing request timed out"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:331
+msgid "The dialing attempt failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:333
+msgid "Modem initialization failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:335
+msgid "Failed to select the specified APN"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:337
+msgid "Not searching for networks"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:339
+msgid "Network registration denied"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:341
+msgid "Network registration timed out"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:343
+msgid "Failed to register with the requested network"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:345
+msgid "PIN check failed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:347
+msgid "Necessary firmware for the device may be missing"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:349
+msgid "The device was removed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:351
+msgid "NetworkManager went to sleep"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:353
+msgid "The device's active connection disappeared"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:355
+msgid "Device disconnected by user or client"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:357
+msgid "Carrier/link changed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:359
+msgid "The device's existing connection was assumed"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:361
+msgid "The supplicant is now available"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:363
+msgid "The modem could not be found"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:365
+msgid "The Bluetooth connection failed or timed out"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:367
+msgid "GSM Modem's SIM card not inserted"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:369
+msgid "GSM Modem's SIM PIN required"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:371
+msgid "GSM Modem's SIM PUK required"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:373
+msgid "GSM Modem's SIM wrong"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:375
+msgid "InfiniBand device does not support connected mode"
+msgstr ""
+
+#: ../clients/common/nm-client-utils.c:377
+msgid "A dependency of the connection failed"
msgstr ""
-#: ../clients/cli/settings.c:46
-#, c-format
-msgid "Do you also want to set '%s' to '%s'? [yes]: "
+#: ../clients/common/nm-client-utils.c:379
+msgid "A problem with the RFC 2684 Ethernet over ADSL bridge"
msgstr ""
-#: ../clients/cli/settings.c:48
-#, c-format
-msgid "Do you also want to clear '%s'? [yes]: "
+#: ../clients/common/nm-client-utils.c:381
+msgid "ModemManager is unavailable"
msgstr ""
-#: ../clients/cli/settings.c:224
-#, c-format
-msgid ""
-"Warning: %s.%s set to '%s', but it might be ignored in infrastructure mode\n"
+#: ../clients/common/nm-client-utils.c:383
+msgid "The Wi-Fi network could not be found"
msgstr ""
-#: ../clients/cli/settings.c:243
-#, c-format
-msgid "Warning: setting %s.%s requires removing ipv4 and ipv6 settings\n"
+#: ../clients/common/nm-client-utils.c:385
+msgid "A secondary connection of the base connection failed"
msgstr ""
-#: ../clients/cli/settings.c:245
-msgid "Do you want to remove them? [yes] "
+#: ../clients/common/nm-client-utils.c:387
+msgid "DCB or FCoE setup failed"
msgstr ""
-#: ../clients/cli/settings.c:330
-#, c-format
-msgid "Warning: %s is not an UUID of any existing connection profile\n"
+#: ../clients/common/nm-client-utils.c:389
+msgid "teamd control failed"
msgstr ""
-#: ../clients/cli/settings.c:335 ../clients/cli/settings.c:348
-#, c-format
-msgid "'%s' is not a VPN connection profile"
+#: ../clients/common/nm-client-utils.c:391
+msgid "Modem failed or no longer available"
msgstr ""
-#: ../clients/cli/settings.c:342
-#, c-format
-msgid "'%s' is not a name of any exiting profile"
+#: ../clients/common/nm-client-utils.c:393
+msgid "Modem now ready and available"
msgstr ""
-#: ../clients/cli/settings.c:382
-#, c-format
-msgid "Warning: %s\n"
+#: ../clients/common/nm-client-utils.c:395
+msgid "SIM PIN was incorrect"
msgstr ""
-#: ../clients/cli/settings.c:385
-#, c-format
-msgid "Info: %s\n"
+#: ../clients/common/nm-client-utils.c:397
+msgid "New connection activation was enqueued"
msgstr ""
-#: ../clients/cli/settings.c:477
-msgid "don't know how to get the property value"
+#: ../clients/common/nm-client-utils.c:399
+msgid "The device's parent changed"
msgstr ""
-#: ../clients/cli/settings.c:567 ../clients/cli/settings.c:609
-msgid "the property can't be changed"
+#: ../clients/common/nm-client-utils.c:401
+msgid "The device parent's management changed"
msgstr ""
-#: ../clients/cli/settings.c:729
-msgid "[NM property description]"
+#: ../clients/common/nm-client-utils.c:404
+msgid "OpenVSwitch database connection failed"
msgstr ""
-#: ../clients/cli/settings.c:739
-msgid "[nmcli specific description]"
+#. TRANSLATORS: Unknown reason for a device state change (NMDeviceStateReason)
+#. TRANSLATORS: Unknown reason for a connection state change (NMActiveConnectionStateReason)
+#: ../clients/common/nm-client-utils.c:408
+#: ../clients/common/nm-client-utils.c:447 ../libnm-glib/nm-device.c:1860
+#: ../libnm/nm-device.c:1572
+msgid "Unknown"
msgstr ""
-#: ../clients/cli/utils.c:327
-#, c-format
-msgid "Error: Argument '%s' was expected, but '%s' provided."
+#: ../clients/common/nm-client-utils.c:416
+msgid "Unknown reason"
msgstr ""
-#: ../clients/cli/utils.c:330
-#, c-format
-msgid "Error: Unexpected argument '%s'"
+#: ../clients/common/nm-client-utils.c:418
+msgid "The connection was disconnected"
msgstr ""
-#: ../clients/cli/utils.c:803
-#, c-format
-msgid "invalid field '%s%s%s'; no such field"
+#: ../clients/common/nm-client-utils.c:420
+msgid "Disconnected by user"
msgstr ""
-#: ../clients/cli/utils.c:807
-#, c-format
-msgid "invalid field '%s%s%s'; allowed fields: [%s]"
+#: ../clients/common/nm-client-utils.c:422
+msgid "The base network connection was interrupted"
msgstr ""
-#: ../clients/cli/utils.c:880
-#, c-format
-msgid "failure to select field"
+#: ../clients/common/nm-client-utils.c:424
+msgid "The VPN service stopped unexpectedly"
msgstr ""
-#: ../clients/cli/utils.c:1467
-#, c-format
-msgid "Error reading nmcli output: %s\n"
+#: ../clients/common/nm-client-utils.c:426
+msgid "The VPN service returned invalid configuration"
msgstr ""
-#: ../clients/cli/utils.c:1472
-#, c-format
-msgid "Error writing nmcli output: %s\n"
+#: ../clients/common/nm-client-utils.c:428
+msgid "The connection attempt timed out"
msgstr ""
-#: ../clients/cli/utils.c:1494
-#, c-format
-msgid "Failed to create pager pipe: %s\n"
+#: ../clients/common/nm-client-utils.c:430
+msgid "The VPN service did not start in time"
msgstr ""
-#: ../clients/cli/utils.c:1502
-#, c-format
-msgid "Failed to fork pager: %s\n"
+#: ../clients/common/nm-client-utils.c:432
+msgid "The VPN service failed to start"
msgstr ""
-#: ../clients/cli/utils.c:1548 ../clients/cli/utils.c:1550
-#, c-format
-msgid "Failed to duplicate pager pipe: %s\n"
+#: ../clients/common/nm-client-utils.c:434
+msgid "No valid secrets"
msgstr ""
-#. Translators: the first %s is the partial value entered by
-#. * the user, the second %s a list of compatible values.
-#.
-#: ../clients/common/nm-client-utils.c:71
-#: ../clients/common/nm-client-utils.c:102
-#, c-format
-msgid "'%s' is ambiguous (%s)"
+#: ../clients/common/nm-client-utils.c:436
+msgid "Invalid secrets"
msgstr ""
-#: ../clients/common/nm-client-utils.c:81
-#, c-format
-msgid "'%s' is not valid; use [%s] or [%s]"
+#: ../clients/common/nm-client-utils.c:438
+msgid "The connection was removed"
msgstr ""
-#: ../clients/common/nm-client-utils.c:114
-#, c-format
-msgid "'%s' is not valid; use [%s], [%s] or [%s]"
+#: ../clients/common/nm-client-utils.c:440
+msgid "Master connection failed"
msgstr ""
-#: ../clients/common/nm-client-utils.c:151
-#, c-format
-msgid "'%s' is ambiguous (%s x %s)"
+#: ../clients/common/nm-client-utils.c:442
+msgid "Could not create a software link"
msgstr ""
-#: ../clients/common/nm-client-utils.c:163
-#, c-format
-msgid "missing name, try one of [%s]"
+#: ../clients/common/nm-client-utils.c:444
+msgid "The device disappeared"
msgstr ""
-#: ../clients/common/nm-meta-setting-access.c:484
+#: ../clients/common/nm-meta-setting-access.c:501
#, c-format
msgid "field '%s' has to be alone"
msgstr ""
-#: ../clients/common/nm-meta-setting-access.c:499
+#: ../clients/common/nm-meta-setting-access.c:516
#, c-format
msgid "invalid field '%s%s%s%s%s'; %s%s%s"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:100
-#: ../clients/common/nm-meta-setting-desc.c:156
+#: ../clients/common/nm-meta-setting-desc.c:101
+#: ../clients/common/nm-meta-setting-desc.c:157
#, c-format
msgid "invalid prefix '%s'; <1-%d> allowed"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:108
+#: ../clients/common/nm-meta-setting-desc.c:109
#, c-format
msgid "invalid IP address: %s"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:133
+#: ../clients/common/nm-meta-setting-desc.c:134
msgid ""
"The valid syntax is: 'ip[/prefix] [next-hop] [metric] [attribute=val]... [,"
"ip[/prefix] ...]'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:167
+#: ../clients/common/nm-meta-setting-desc.c:168
#, c-format
msgid "the next hop ('%s') must be first"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:173
+#: ../clients/common/nm-meta-setting-desc.c:174
#, c-format
msgid "the metric ('%s') must be before attributes"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:213
+#: ../clients/common/nm-meta-setting-desc.c:214
#, c-format
msgid "invalid route: %s. %s"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:225
+#: ../clients/common/nm-meta-setting-desc.c:226
msgid "default route cannot be added (NetworkManager handles it by itself)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:280
+#: ../clients/common/nm-meta-setting-desc.c:281
#, c-format
msgid "invalid priority map '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:287
-#: ../clients/common/nm-meta-setting-desc.c:293
+#: ../clients/common/nm-meta-setting-desc.c:288
+#: ../clients/common/nm-meta-setting-desc.c:294
#, c-format
msgid "priority '%s' is not valid (<0-%ld>)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:345
+#: ../clients/common/nm-meta-setting-desc.c:346
#, c-format
msgid "cannot read pac-script from file '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:352
+#: ../clients/common/nm-meta-setting-desc.c:353
#, c-format
msgid "file '%s' contains non-valid utf-8"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:365
+#: ../clients/common/nm-meta-setting-desc.c:366
#, c-format
msgid "'%s' does not contain a valid PAC Script"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:368
+#: ../clients/common/nm-meta-setting-desc.c:369
#, c-format
msgid "Not a valid PAC Script"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:422
+#: ../clients/common/nm-meta-setting-desc.c:423
#, c-format
msgid "cannot read team config from file '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:429
+#: ../clients/common/nm-meta-setting-desc.c:430
#, c-format
msgid "team config file '%s' contains non-valid utf-8"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:441
+#: ../clients/common/nm-meta-setting-desc.c:442
#, c-format
msgid "'%s' does not contain a valid team configuration"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:444
+#: ../clients/common/nm-meta-setting-desc.c:445
#, c-format
msgid "team configuration must be a JSON object"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:537
+#: ../clients/common/nm-meta-setting-desc.c:538
#: ../clients/tui/nmt-mtu-entry.c:84
msgid "(default)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:678
+#: ../clients/common/nm-meta-setting-desc.c:653
msgid "auto"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:826
+#: ../clients/common/nm-meta-setting-desc.c:801
#, c-format
msgid "%s (%s)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:953
+#: ../clients/common/nm-meta-setting-desc.c:925
#, c-format
msgid "'%s' is out of range [%lli, %lli]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:959
+#: ../clients/common/nm-meta-setting-desc.c:931
#, c-format
msgid "'%s' is not a valid number"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1014
+#: ../clients/common/nm-meta-setting-desc.c:981
#, c-format
msgid "'%s' is out of range [0, %u]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1051
+#: ../clients/common/nm-meta-setting-desc.c:1018
#, c-format
msgid "'%s' is not a valid Ethernet MAC"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1070
+#: ../clients/common/nm-meta-setting-desc.c:1037
#, c-format
msgid "'%s' is not a valid flag number; use <0-%d>"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1084
+#: ../clients/common/nm-meta-setting-desc.c:1051
#, c-format
msgid "'%s' sum is higher than all flags => all flags set"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1188
+#: ../clients/common/nm-meta-setting-desc.c:1155
#, c-format
msgid "invalid option '%s', use a combination of [%s]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1193
-#: ../libnm-core/nm-keyfile-reader.c:612
+#: ../clients/common/nm-meta-setting-desc.c:1160
+#: ../libnm-core/nm-keyfile-reader.c:622
#, c-format
msgid "invalid option '%s', use one of [%s]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1316
+#: ../clients/common/nm-meta-setting-desc.c:1283
#, c-format
msgid "%d (key)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1318
+#: ../clients/common/nm-meta-setting-desc.c:1285
#, c-format
msgid "%d (passphrase)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1321
-#: ../clients/common/nm-meta-setting-desc.c:1410
+#: ../clients/common/nm-meta-setting-desc.c:1288
+#: ../clients/common/nm-meta-setting-desc.c:1377
#, c-format
msgid "%d (unknown)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1353
+#: ../clients/common/nm-meta-setting-desc.c:1320
msgid "0 (NONE)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1359
+#: ../clients/common/nm-meta-setting-desc.c:1326
msgid "REORDER_HEADERS, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1361
+#: ../clients/common/nm-meta-setting-desc.c:1328
msgid "GVRP, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1363
+#: ../clients/common/nm-meta-setting-desc.c:1330
msgid "LOOSE_BINDING, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1365
+#: ../clients/common/nm-meta-setting-desc.c:1332
msgid "MVRP, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1404
+#: ../clients/common/nm-meta-setting-desc.c:1371
#, c-format
msgid "%d (disabled)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1406
+#: ../clients/common/nm-meta-setting-desc.c:1373
#, c-format
msgid "%d (enabled, prefer public IP)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1408
+#: ../clients/common/nm-meta-setting-desc.c:1375
#, c-format
msgid "%d (enabled, prefer temporary IP)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1423
+#: ../clients/common/nm-meta-setting-desc.c:1390
msgid "0 (none)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1429
+#: ../clients/common/nm-meta-setting-desc.c:1396
msgid "agent-owned, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1431
+#: ../clients/common/nm-meta-setting-desc.c:1398
msgid "not saved, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1433
+#: ../clients/common/nm-meta-setting-desc.c:1400
msgid "not required, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1495
+#: ../clients/common/nm-meta-setting-desc.c:1462
#, c-format
msgid "'%s' is not valid; use ="
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1537
+#: ../clients/common/nm-meta-setting-desc.c:1504
msgid "no item to remove"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1541
+#: ../clients/common/nm-meta-setting-desc.c:1508
#, c-format
msgid "index '%d' is not in range <0-%d>"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1556
+#: ../clients/common/nm-meta-setting-desc.c:1523
#, c-format
msgid "invalid option '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1558
+#: ../clients/common/nm-meta-setting-desc.c:1525
msgid "missing option"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1582
+#: ../clients/common/nm-meta-setting-desc.c:1549
#, c-format
msgid "'%s' is not a valid MAC"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1612
-#: ../clients/common/nm-meta-setting-desc.c:1708
-#: ../clients/common/nm-meta-setting-desc.c:4233
+#: ../clients/common/nm-meta-setting-desc.c:1579
+#: ../clients/common/nm-meta-setting-desc.c:1675
+#: ../clients/common/nm-meta-setting-desc.c:4163
#, c-format
msgid "'%s' is not valid"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1652
+#: ../clients/common/nm-meta-setting-desc.c:1619
#, c-format
msgid "'%u' flags are not valid; use combination of %s"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1688
+#: ../clients/common/nm-meta-setting-desc.c:1655
#, c-format
msgid "'%s' is not a valid number (or out of range)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:1803
+#: ../clients/common/nm-meta-setting-desc.c:1775
#, c-format
msgid "'%s' is not a valid hex character"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2083
+#: ../clients/common/nm-meta-setting-desc.c:2055
#, c-format
msgid "the property doesn't contain EAP method '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2106
+#: ../clients/common/nm-meta-setting-desc.c:2078
#, c-format
msgid "the property doesn't contain alternative subject match '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2132
+#: ../clients/common/nm-meta-setting-desc.c:2104
#, c-format
msgid "the property doesn't contain \"phase2\" alternative subject match '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2253
+#: ../clients/common/nm-meta-setting-desc.c:2225
#, c-format
msgid ""
"Enter a list of bonding options formatted as:\n"
@@ -3803,17 +3820,6 @@ msgid ""
"Example: mode=2,miimon=120\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2289
-#: ../clients/common/nm-meta-setting-desc.c:3132
-#, c-format
-msgid "%d (default)"
-msgstr ""
-
-#: ../clients/common/nm-meta-setting-desc.c:2292
-#, c-format
-msgid "%d (forever)"
-msgstr ""
-
#. Don't allow setting type unless the connection is brand new.
#. * Just because it's a bad idea and the user wouldn't probably want that.
#. * No technical reason, really.
@@ -3821,185 +3827,180 @@ msgstr ""
#. * hacky: we can not see if the type is already set, because
#. * nmc_setting_set_property() is called only after the property
#. * we're setting (type) has been removed.
-#: ../clients/common/nm-meta-setting-desc.c:2342
+#: ../clients/common/nm-meta-setting-desc.c:2285
#, c-format
msgid "Can not change the connection type"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2444
+#: ../clients/common/nm-meta-setting-desc.c:2392
#, c-format
msgid "the property doesn't contain permission '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2465
+#: ../clients/common/nm-meta-setting-desc.c:2413
#, c-format
msgid "'%s' is not valid master; use ifname or connection UUID"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2560
+#: ../clients/common/nm-meta-setting-desc.c:2512
#, c-format
msgid "the value '%s' is not a valid UUID"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2567
+#: ../clients/common/nm-meta-setting-desc.c:2519
#, c-format
msgid "the property doesn't contain UUID '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2634
+#: ../clients/common/nm-meta-setting-desc.c:2586
msgid "0 (disabled)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2640
+#: ../clients/common/nm-meta-setting-desc.c:2592
msgid "enabled, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2642
+#: ../clients/common/nm-meta-setting-desc.c:2594
msgid "advertise, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2644
+#: ../clients/common/nm-meta-setting-desc.c:2596
msgid "willing, "
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2764
+#: ../clients/common/nm-meta-setting-desc.c:2716
#, c-format
msgid "'%s' is not a valid DCB flag"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2794
+#: ../clients/common/nm-meta-setting-desc.c:2746
msgid "must contain 8 comma-separated numbers"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2810
+#: ../clients/common/nm-meta-setting-desc.c:2762
#, c-format
msgid "'%s' not a number between 0 and %u (inclusive) or %u"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2813
+#: ../clients/common/nm-meta-setting-desc.c:2765
#, c-format
msgid "'%s' not a number between 0 and %u (inclusive)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2834
+#: ../clients/common/nm-meta-setting-desc.c:2786
#, c-format
msgid "changes will have no effect until '%s' includes 1 (enabled)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2889
+#: ../clients/common/nm-meta-setting-desc.c:2841
#, c-format
msgid "bandwidth percentages must total 100%%"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2962
-#: ../clients/common/nm-meta-setting-desc.c:2968
+#: ../clients/common/nm-meta-setting-desc.c:2914
+#: ../clients/common/nm-meta-setting-desc.c:2920
msgid "SIM operator ID must be a 5 or 6 number MCCMNC code"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:2992
+#: ../clients/common/nm-meta-setting-desc.c:2944
#, c-format
msgid "'%s' is not a valid IBoIP P_Key"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3015
+#: ../clients/common/nm-meta-setting-desc.c:2967
msgid "default"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3134
-#, c-format
-msgid "%d (off)"
-msgstr ""
-
-#: ../clients/common/nm-meta-setting-desc.c:3171
-#: ../clients/common/nm-meta-setting-desc.c:3190
+#: ../clients/common/nm-meta-setting-desc.c:3101
+#: ../clients/common/nm-meta-setting-desc.c:3120
#, c-format
msgid "invalid IPv4 address '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3196
-#: ../clients/common/nm-meta-setting-desc.c:3450
+#: ../clients/common/nm-meta-setting-desc.c:3126
+#: ../clients/common/nm-meta-setting-desc.c:3380
#, c-format
msgid "the property doesn't contain DNS server '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3236
-#: ../clients/common/nm-meta-setting-desc.c:3490
+#: ../clients/common/nm-meta-setting-desc.c:3166
+#: ../clients/common/nm-meta-setting-desc.c:3420
#, c-format
msgid "the property doesn't contain DNS search domain '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3273
-#: ../clients/common/nm-meta-setting-desc.c:3527
+#: ../clients/common/nm-meta-setting-desc.c:3203
+#: ../clients/common/nm-meta-setting-desc.c:3457
#, c-format
msgid "the property doesn't contain DNS option '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3316
-#: ../clients/common/nm-meta-setting-desc.c:3569
+#: ../clients/common/nm-meta-setting-desc.c:3246
+#: ../clients/common/nm-meta-setting-desc.c:3499
#, c-format
msgid "the property doesn't contain IP address '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3336
-#: ../clients/common/nm-meta-setting-desc.c:3588
+#: ../clients/common/nm-meta-setting-desc.c:3266
+#: ../clients/common/nm-meta-setting-desc.c:3518
#, c-format
msgid "invalid gateway address '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3375
-#: ../clients/common/nm-meta-setting-desc.c:3629
+#: ../clients/common/nm-meta-setting-desc.c:3305
+#: ../clients/common/nm-meta-setting-desc.c:3559
#, c-format
msgid "the property doesn't contain route '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3425
-#: ../clients/common/nm-meta-setting-desc.c:3444
+#: ../clients/common/nm-meta-setting-desc.c:3355
+#: ../clients/common/nm-meta-setting-desc.c:3374
#, c-format
msgid "invalid IPv6 address '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3647
+#: ../clients/common/nm-meta-setting-desc.c:3577
#: ../libnm-core/nm-setting-gsm.c:381 ../libnm-util/nm-setting-gsm.c:364
#, c-format
msgid "'%s' is not a number"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3654
+#: ../clients/common/nm-meta-setting-desc.c:3584
#, c-format
msgid "'%s' is not valid; use 0, 1, or 2"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3688
+#: ../clients/common/nm-meta-setting-desc.c:3618
#, c-format
msgid "'%s' is not a valid channel; use <1-13>"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3794
+#: ../clients/common/nm-meta-setting-desc.c:3724
#, c-format
msgid "only one mapping at a time is supported; taking the first one (%s)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3802
+#: ../clients/common/nm-meta-setting-desc.c:3732
#, c-format
msgid "the property doesn't contain mapping '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3810
+#: ../clients/common/nm-meta-setting-desc.c:3740
msgid "no priority to remove"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3814
+#: ../clients/common/nm-meta-setting-desc.c:3744
#, c-format
msgid "index '%d' is not in the range of <0-%d>"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3883
+#: ../clients/common/nm-meta-setting-desc.c:3813
#, c-format
msgid "'%s' cannot be empty"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3922
-#: ../clients/common/nm-meta-setting-desc.c:4055
+#: ../clients/common/nm-meta-setting-desc.c:3852
+#: ../clients/common/nm-meta-setting-desc.c:3985
#: ../libnm-core/nm-setting-wired.c:664 ../libnm-core/nm-setting-wireless.c:857
#: ../libnm-core/nm-setting-wireless.c:869 ../libnm-util/nm-setting-wired.c:646
#: ../libnm-util/nm-setting-wireless.c:859
@@ -4008,23 +4009,23 @@ msgstr ""
msgid "'%s' is not a valid MAC address"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3928
-#: ../clients/common/nm-meta-setting-desc.c:4061
+#: ../clients/common/nm-meta-setting-desc.c:3858
+#: ../clients/common/nm-meta-setting-desc.c:3991
#, c-format
msgid "the property doesn't contain MAC address '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3946
+#: ../clients/common/nm-meta-setting-desc.c:3876
#, c-format
msgid "'%s' is not valid; 2 or 3 strings should be provided"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3962
+#: ../clients/common/nm-meta-setting-desc.c:3892
#, c-format
msgid "'%s' string value should consist of 1 - 199 characters"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:3994
+#: ../clients/common/nm-meta-setting-desc.c:3924
#, c-format
msgid ""
"Enter a list of S/390 options formatted as:\n"
@@ -4032,80 +4033,80 @@ msgid ""
"Valid options are: %s\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4028
+#: ../clients/common/nm-meta-setting-desc.c:3958
#, c-format
msgid "'%s' is not a valid channel"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4034
+#: ../clients/common/nm-meta-setting-desc.c:3964
#, c-format
msgid "'%ld' is not a valid channel"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4133
-#: ../clients/common/nm-meta-setting-desc.c:4169
-#: ../clients/common/nm-meta-setting-desc.c:4205
+#: ../clients/common/nm-meta-setting-desc.c:4063
+#: ../clients/common/nm-meta-setting-desc.c:4099
+#: ../clients/common/nm-meta-setting-desc.c:4135
#, c-format
msgid "the property doesn't contain protocol '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4242
+#: ../clients/common/nm-meta-setting-desc.c:4172
#, c-format
msgid ""
"'%s' not compatible with %s '%s', please change the key or set the right %s "
"first."
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4252
+#: ../clients/common/nm-meta-setting-desc.c:4182
#, c-format
msgid "WEP key is guessed to be of '%s'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4257
+#: ../clients/common/nm-meta-setting-desc.c:4187
#, c-format
msgid "WEP key index set to '%d'"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4296
+#: ../clients/common/nm-meta-setting-desc.c:4226
#, c-format
msgid "'%s' is not compatible with '%s' type, please change or delete the key."
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4306
+#: ../clients/common/nm-meta-setting-desc.c:4236
#, c-format
msgid "'%s' is not a valid PSK"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4338
+#: ../clients/common/nm-meta-setting-desc.c:4268
msgid "Bonding primary interface [none]"
msgstr ""
#. this is a virtual property, only needed during "ask" mode.
-#: ../clients/common/nm-meta-setting-desc.c:4345
+#: ../clients/common/nm-meta-setting-desc.c:4275
msgid "Bonding monitoring mode"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4354
+#: ../clients/common/nm-meta-setting-desc.c:4284
msgid "Bonding miimon [100]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4362
+#: ../clients/common/nm-meta-setting-desc.c:4292
msgid "Bonding downdelay [0]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4370
+#: ../clients/common/nm-meta-setting-desc.c:4300
msgid "Bonding updelay [0]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4378
+#: ../clients/common/nm-meta-setting-desc.c:4308
msgid "Bonding arp-interval [0]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4386
+#: ../clients/common/nm-meta-setting-desc.c:4316
msgid "Bonding arp-ip-target [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4394
+#: ../clients/common/nm-meta-setting-desc.c:4324
msgid "LACP rate ('slow' or 'fast') [slow]"
msgstr ""
@@ -4113,7 +4114,7 @@ msgstr ""
#. * that the actual type is (gboolean(*)(type *)).
#. macro that returns @func as const (guint32(*)(NMSetting*)) type, but checks
#. * that the actual type is (guint32(*)(type *)).
-#: ../clients/common/nm-meta-setting-desc.c:4511
+#: ../clients/common/nm-meta-setting-desc.c:4436
msgid ""
"nmcli can accepts both direct JSON configuration data and a file name "
"containing the configuration. In the latter case the file is read and the "
@@ -4124,7 +4125,7 @@ msgid ""
" set team.config /etc/my-team.conf\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4541
+#: ../clients/common/nm-meta-setting-desc.c:4477
msgid ""
"Enter file path to CA certificate (optionally prefixed with file://).\n"
" [file://]\n"
@@ -4132,7 +4133,7 @@ msgid ""
"Example: /home/cimrman/cacert.crt\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4575
+#: ../clients/common/nm-meta-setting-desc.c:4511
msgid ""
"Enter file path to client certificate (optionally prefixed with file://).\n"
" [file://]\n"
@@ -4140,7 +4141,7 @@ msgid ""
"Example: /home/cimrman/jara.crt\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4632
+#: ../clients/common/nm-meta-setting-desc.c:4568
msgid ""
"Enter file path to CA certificate for inner authentication (optionally "
"prefixed\n"
@@ -4150,7 +4151,7 @@ msgid ""
"Example: /home/cimrman/ca-zweite-phase.crt\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4667
+#: ../clients/common/nm-meta-setting-desc.c:4603
msgid ""
"Enter file path to client certificate for inner authentication (optionally "
"prefixed\n"
@@ -4160,7 +4161,7 @@ msgid ""
"Example: /home/cimrman/jara-zweite-phase.crt\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4694
+#: ../clients/common/nm-meta-setting-desc.c:4630
msgid ""
"Enter bytes as a list of hexadecimal values.\n"
"Two formats are accepted:\n"
@@ -4173,8 +4174,8 @@ msgid ""
" ab 4 55 0xa6 ea 3a 74 C2\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4711
-#: ../clients/common/nm-meta-setting-desc.c:4729
+#: ../clients/common/nm-meta-setting-desc.c:4647
+#: ../clients/common/nm-meta-setting-desc.c:4665
msgid ""
"Enter path to a private key and the key password (if not set yet):\n"
" [file://] []\n"
@@ -4186,79 +4187,83 @@ msgstr ""
#. * is not visible here since we only care about phase2 authentication
#. * (and don't even care of which one)
#.
-#: ../clients/common/nm-meta-setting-desc.c:4768
-#: ../clients/common/nm-secret-agent-simple.c:223
-#: ../clients/common/nm-secret-agent-simple.c:328
-#: ../clients/tui/nmt-page-dsl.c:66 ../clients/tui/nmt-page-wifi.c:321
+#: ../clients/common/nm-meta-setting-desc.c:4704
+#: ../clients/common/nm-secret-agent-simple.c:225
+#: ../clients/common/nm-secret-agent-simple.c:330
+#: ../clients/tui/nmt-page-dsl.c:66 ../clients/tui/nmt-page-wifi.c:320
msgid "Username"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4774
-#: ../clients/common/nm-meta-setting-desc.c:4952
-#: ../clients/common/nm-meta-setting-desc.c:5221
-#: ../clients/common/nm-meta-setting-desc.c:5788
+#: ../clients/common/nm-meta-setting-desc.c:4710
+#: ../clients/common/nm-meta-setting-desc.c:4894
+#: ../clients/common/nm-meta-setting-desc.c:5177
+#: ../clients/common/nm-meta-setting-desc.c:5801
msgid "Password [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4821
+#: ../clients/common/nm-meta-setting-desc.c:4756
msgid "Bluetooth device address"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4865
-#: ../clients/common/nm-meta-setting-desc.c:5275
-#: ../clients/common/nm-meta-setting-desc.c:6213
-#: ../clients/common/nm-meta-setting-desc.c:6251
-#: ../clients/common/nm-meta-setting-desc.c:6388
+#: ../clients/common/nm-meta-setting-desc.c:4801
+#: ../clients/common/nm-meta-setting-desc.c:5231
+#: ../clients/common/nm-meta-setting-desc.c:6301
+#: ../clients/common/nm-meta-setting-desc.c:6339
+#: ../clients/common/nm-meta-setting-desc.c:6476
msgid "MAC [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4871
+#: ../clients/common/nm-meta-setting-desc.c:4807
msgid "Enable STP [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4877
+#: ../clients/common/nm-meta-setting-desc.c:4813
msgid "STP priority [32768]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4883
+#: ../clients/common/nm-meta-setting-desc.c:4819
msgid "Forward delay [15]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4889
+#: ../clients/common/nm-meta-setting-desc.c:4825
msgid "Hello time [2]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4895
+#: ../clients/common/nm-meta-setting-desc.c:4831
msgid "Max age [20]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4901
+#: ../clients/common/nm-meta-setting-desc.c:4837
msgid "MAC address ageing time [300]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4907
+#: ../clients/common/nm-meta-setting-desc.c:4843
+msgid "Group forward mask [0]"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:4849
msgid "Enable IGMP snooping [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4919
+#: ../clients/common/nm-meta-setting-desc.c:4861
msgid "Bridge port priority [32]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4925
+#: ../clients/common/nm-meta-setting-desc.c:4867
msgid "Bridge port STP path cost [100]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4931
+#: ../clients/common/nm-meta-setting-desc.c:4873
msgid "Hairpin [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:4946
-#: ../clients/common/nm-meta-setting-desc.c:5215
-#: ../clients/common/nm-meta-setting-desc.c:6103
+#: ../clients/common/nm-meta-setting-desc.c:4888
+#: ../clients/common/nm-meta-setting-desc.c:5171
+#: ../clients/common/nm-meta-setting-desc.c:6191
msgid "Username [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5029
+#: ../clients/common/nm-meta-setting-desc.c:4983
msgid ""
"Enter a list of user permissions. This is a list of user names formatted "
"as:\n"
@@ -4268,7 +4273,7 @@ msgid ""
"Example: alice bob charlie\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5069
+#: ../clients/common/nm-meta-setting-desc.c:5025
msgid ""
"Enter secondary connections that should be activated when this connection "
"is\n"
@@ -4281,7 +4286,7 @@ msgid ""
"Example: private-openvpn, fe6ba5d8-c2fc-4aae-b2e3-97efddd8d9a7\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5086
+#: ../clients/common/nm-meta-setting-desc.c:5042
msgid ""
"Enter a value which indicates whether the connection is subject to a data\n"
"quota, usage costs or other limitations. Accepted options are:\n"
@@ -4290,36 +4295,36 @@ msgid ""
"'unknown' to let NetworkManager choose a value using some heuristics\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5232
+#: ../clients/common/nm-meta-setting-desc.c:5188
msgid "APN"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5284
-#: ../clients/common/nm-meta-setting-desc.c:6276
-#: ../clients/common/nm-meta-setting-desc.c:6422
+#: ../clients/common/nm-meta-setting-desc.c:5240
+#: ../clients/common/nm-meta-setting-desc.c:6364
+#: ../clients/common/nm-meta-setting-desc.c:6510
msgid "MTU [auto]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5303
+#: ../clients/common/nm-meta-setting-desc.c:5259
msgid "P_KEY [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5312
+#: ../clients/common/nm-meta-setting-desc.c:5268
msgid "Parent interface [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5335
+#: ../clients/common/nm-meta-setting-desc.c:5291
msgid ""
"Enter a list of IPv4 addresses of DNS servers.\n"
"\n"
"Example: 8.8.8.8, 8.8.4.4\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5367
+#: ../clients/common/nm-meta-setting-desc.c:5323
msgid "IPv4 address (IP[/plen]) [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5369
+#: ../clients/common/nm-meta-setting-desc.c:5325
msgid ""
"Enter a list of IPv4 addresses formatted as:\n"
" ip[/prefix], ip[/prefix],...\n"
@@ -4328,11 +4333,11 @@ msgid ""
"Example: 192.168.1.5/24, 10.0.0.11/24\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5382
+#: ../clients/common/nm-meta-setting-desc.c:5338
msgid "IPv4 gateway [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5390
+#: ../clients/common/nm-meta-setting-desc.c:5346
msgid ""
"Enter a list of IPv4 routes formatted as:\n"
" ip[/prefix] [next-hop] [metric],...\n"
@@ -4345,7 +4350,7 @@ msgid ""
" 10.1.2.0/24\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5456
+#: ../clients/common/nm-meta-setting-desc.c:5448
msgid ""
"Enter a list of IPv6 addresses of DNS servers. If the IPv6 configuration "
"method is 'auto' these DNS servers are appended to those (if any) returned "
@@ -4357,11 +4362,11 @@ msgid ""
"Example: 2607:f0d0:1002:51::4, 2607:f0d0:1002:51::1\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5494
+#: ../clients/common/nm-meta-setting-desc.c:5486
msgid "IPv6 address (IP[/plen]) [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5496
+#: ../clients/common/nm-meta-setting-desc.c:5488
msgid ""
"Enter a list of IPv6 addresses formatted as:\n"
" ip[/prefix], ip[/prefix],...\n"
@@ -4370,11 +4375,11 @@ msgid ""
"Example: 2607:f0d0:1002:51::4/64, 1050:0:0:0:5:600:300c:326b\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5509
+#: ../clients/common/nm-meta-setting-desc.c:5501
msgid "IPv6 gateway [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5517
+#: ../clients/common/nm-meta-setting-desc.c:5509
msgid ""
"Enter a list of IPv6 routes formatted as:\n"
" ip[/prefix] [next-hop] [metric],...\n"
@@ -4388,312 +4393,332 @@ msgid ""
" abbe::/64 55\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5595
-#: ../clients/common/nm-meta-setting-desc.c:6136
+#: ../clients/common/nm-meta-setting-desc.c:5602
+#: ../clients/common/nm-meta-setting-desc.c:6224
msgid "Parent device [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5601
+#: ../clients/common/nm-meta-setting-desc.c:5608
msgid "Local endpoint [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5608
-#: ../clients/common/nm-meta-setting-desc.c:6156
+#: ../clients/common/nm-meta-setting-desc.c:5615
+#: ../clients/common/nm-meta-setting-desc.c:6244
msgid "Remote"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5645
+#: ../clients/common/nm-meta-setting-desc.c:5652
msgid "MACsec parent device or connection UUID"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5666
+#: ../clients/common/nm-meta-setting-desc.c:5673
msgid "Enable encryption [yes]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5672
-#: ../clients/common/nm-secret-agent-simple.c:520
+#: ../clients/common/nm-meta-setting-desc.c:5679
+#: ../clients/common/nm-secret-agent-simple.c:522
msgid "MKA CAK"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5682
+#: ../clients/common/nm-meta-setting-desc.c:5689
msgid "MKA_CKN"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5688
+#: ../clients/common/nm-meta-setting-desc.c:5695
msgid "SCI port [1]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5711
+#: ../clients/common/nm-meta-setting-desc.c:5718
msgid "MACVLAN parent device or connection UUID"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5732
+#: ../clients/common/nm-meta-setting-desc.c:5739
msgid "Tap [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5745
-#: ../clients/common/nm-meta-setting-desc.c:6343
-#: ../clients/tui/nmt-page-wifi.c:213
+#: ../clients/common/nm-meta-setting-desc.c:5752
+#: ../clients/common/nm-meta-setting-desc.c:6431
+#: ../clients/tui/nmt-page-wifi.c:212
msgid "SSID"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5754
+#: ../clients/common/nm-meta-setting-desc.c:5761
msgid "OLPC Mesh channel [1]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5763
+#: ../clients/common/nm-meta-setting-desc.c:5770
msgid "DHCP anycast MAC address [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5775
+#: ../clients/common/nm-meta-setting-desc.c:5782
+msgid "PPPoE parent device"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:5788
msgid "Service [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5782
+#: ../clients/common/nm-meta-setting-desc.c:5795
msgid "PPPoE username"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5881
+#: ../clients/common/nm-meta-setting-desc.c:5969
msgid "Browser only [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5887
+#: ../clients/common/nm-meta-setting-desc.c:5975
msgid "PAC URL"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5893
+#: ../clients/common/nm-meta-setting-desc.c:5981
msgid "PAC script"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:5908
-#: ../clients/common/nm-meta-setting-desc.c:5924
+#: ../clients/common/nm-meta-setting-desc.c:5996
+#: ../clients/common/nm-meta-setting-desc.c:6012
msgid "Team JSON configuration [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6006
+#: ../clients/common/nm-meta-setting-desc.c:6094
msgid "User ID [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6012
+#: ../clients/common/nm-meta-setting-desc.c:6100
msgid "Group ID [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6018
+#: ../clients/common/nm-meta-setting-desc.c:6106
msgid "Enable PI [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6024
+#: ../clients/common/nm-meta-setting-desc.c:6112
msgid "Enable VNET header [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6030
+#: ../clients/common/nm-meta-setting-desc.c:6118
msgid "Enable multi queue [no]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6043
+#: ../clients/common/nm-meta-setting-desc.c:6131
msgid "VLAN parent device or connection UUID"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6050
+#: ../clients/common/nm-meta-setting-desc.c:6138
msgid "VLAN ID (<0-4094>)"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6056
+#: ../clients/common/nm-meta-setting-desc.c:6144
msgid "VLAN flags (<0-7>) [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6065
+#: ../clients/common/nm-meta-setting-desc.c:6153
msgid "Ingress priority maps [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6075
+#: ../clients/common/nm-meta-setting-desc.c:6163
msgid "Egress priority maps [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6143
+#: ../clients/common/nm-meta-setting-desc.c:6231
msgid "VXLAN ID"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6149
+#: ../clients/common/nm-meta-setting-desc.c:6237
msgid "Local address [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6162
+#: ../clients/common/nm-meta-setting-desc.c:6250
msgid "Minimum source port [0]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6168
+#: ../clients/common/nm-meta-setting-desc.c:6256
msgid "Maximum source port [0]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6174
+#: ../clients/common/nm-meta-setting-desc.c:6262
msgid "Destination port [8472]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6220
+#: ../clients/common/nm-meta-setting-desc.c:6308
msgid "WiMAX NSP name"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6257
-#: ../clients/common/nm-meta-setting-desc.c:6393
+#: ../clients/common/nm-meta-setting-desc.c:6345
+#: ../clients/common/nm-meta-setting-desc.c:6481
msgid "Cloned MAC [none]"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6284
+#: ../clients/common/nm-meta-setting-desc.c:6372
msgid ""
"Enter a list of subchannels (comma or space separated).\n"
"\n"
"Example: 0.0.0e20 0.0.0e21 0.0.0e22\n"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6538
+#: ../clients/common/nm-meta-setting-desc.c:6626
msgid ""
"Enter the type of WEP keys. The accepted values are: 0 or unknown, 1 or key, "
"and 2 or passphrase.\n"
msgstr ""
#. ***************************************************************************
-#: ../clients/common/nm-meta-setting-desc.c:6708
+#: ../clients/common/nm-meta-setting-desc.c:6786
msgid "802-1x settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6709
+#: ../clients/common/nm-meta-setting-desc.c:6787
#: ../src/devices/adsl/nm-device-adsl.c:137
msgid "ADSL connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6710
+#: ../clients/common/nm-meta-setting-desc.c:6788
msgid "bluetooth connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6711
+#: ../clients/common/nm-meta-setting-desc.c:6789
msgid "Bond device"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6712
+#: ../clients/common/nm-meta-setting-desc.c:6790
msgid "Bridge device"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6713
+#: ../clients/common/nm-meta-setting-desc.c:6791
msgid "Bridge port"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6714
+#: ../clients/common/nm-meta-setting-desc.c:6792
msgid "CDMA mobile broadband connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6715
+#: ../clients/common/nm-meta-setting-desc.c:6793
msgid "General settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6716
+#: ../clients/common/nm-meta-setting-desc.c:6794
msgid "DCB settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6717
+#: ../clients/common/nm-meta-setting-desc.c:6795
msgid "Dummy settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6718
+#: ../clients/common/nm-meta-setting-desc.c:6796
msgid "Generic settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6719
+#: ../clients/common/nm-meta-setting-desc.c:6797
msgid "GSM mobile broadband connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6720
+#: ../clients/common/nm-meta-setting-desc.c:6798
#: ../src/devices/nm-device-infiniband.c:192
msgid "InfiniBand connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6721
+#: ../clients/common/nm-meta-setting-desc.c:6799
msgid "IPv4 protocol"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6722
+#: ../clients/common/nm-meta-setting-desc.c:6800
msgid "IPv6 protocol"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6723
+#: ../clients/common/nm-meta-setting-desc.c:6801
msgid "IP-tunnel settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6724
+#: ../clients/common/nm-meta-setting-desc.c:6802
msgid "MACsec connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6725
+#: ../clients/common/nm-meta-setting-desc.c:6803
msgid "macvlan connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6726
+#: ../clients/common/nm-meta-setting-desc.c:6804
msgid "OLPC Mesh connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6727
+#: ../clients/common/nm-meta-setting-desc.c:6805
+msgid "OpenVSwitch bridge settings"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:6806
+msgid "OpenVSwitch interface settings"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:6807
+msgid "OpenVSwitch patch interface settings"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:6808
+msgid "OpenVSwitch port settings"
+msgstr ""
+
+#: ../clients/common/nm-meta-setting-desc.c:6809
msgid "PPP settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6728
+#: ../clients/common/nm-meta-setting-desc.c:6810
msgid "PPPoE"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6729
+#: ../clients/common/nm-meta-setting-desc.c:6811
msgid "Proxy"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6730
+#: ../clients/common/nm-meta-setting-desc.c:6812
msgid "Serial settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6731
+#: ../clients/common/nm-meta-setting-desc.c:6813
msgid "Team device"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6732
+#: ../clients/common/nm-meta-setting-desc.c:6814
msgid "Team port"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6733
+#: ../clients/common/nm-meta-setting-desc.c:6815
msgid "Tun device"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6734
+#: ../clients/common/nm-meta-setting-desc.c:6816
msgid "User settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6735
-#: ../src/devices/nm-device-vlan.c:433
+#: ../clients/common/nm-meta-setting-desc.c:6817
+#: ../src/devices/nm-device-vlan.c:394
msgid "VLAN connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6736 ../src/nm-manager.c:4079
+#: ../clients/common/nm-meta-setting-desc.c:6818 ../src/nm-manager.c:4191
msgid "VPN connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6737
-#: ../src/devices/nm-device-vxlan.c:369
+#: ../clients/common/nm-meta-setting-desc.c:6819
+#: ../src/devices/nm-device-vxlan.c:331
msgid "VXLAN connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6738
+#: ../clients/common/nm-meta-setting-desc.c:6820
msgid "WiMAX connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6739
+#: ../clients/common/nm-meta-setting-desc.c:6821
msgid "Wired Ethernet"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6740
+#: ../clients/common/nm-meta-setting-desc.c:6822
msgid "Wi-Fi connection"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:6741
+#: ../clients/common/nm-meta-setting-desc.c:6823
msgid "Wi-Fi security settings"
msgstr ""
-#: ../clients/common/nm-meta-setting-desc.c:7013
+#: ../clients/common/nm-meta-setting-desc.c:7138
msgid "name"
msgstr ""
@@ -4701,109 +4726,109 @@ msgstr ""
msgid "An authentication session is already underway."
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:230
-#: ../clients/common/nm-secret-agent-simple.c:273
-#: ../clients/common/nm-secret-agent-simple.c:303
-#: ../clients/common/nm-secret-agent-simple.c:342
-#: ../clients/common/nm-secret-agent-simple.c:504
-#: ../clients/common/nm-secret-agent-simple.c:538
-#: ../clients/common/nm-secret-agent-simple.c:556
+#: ../clients/common/nm-secret-agent-simple.c:232
+#: ../clients/common/nm-secret-agent-simple.c:275
+#: ../clients/common/nm-secret-agent-simple.c:305
+#: ../clients/common/nm-secret-agent-simple.c:344
+#: ../clients/common/nm-secret-agent-simple.c:506
+#: ../clients/common/nm-secret-agent-simple.c:540
+#: ../clients/common/nm-secret-agent-simple.c:563
#: ../clients/common/nm-vpn-helpers.c:119
#: ../clients/common/nm-vpn-helpers.c:123
#: ../clients/common/nm-vpn-helpers.c:129
#: ../clients/common/nm-vpn-helpers.c:134 ../clients/tui/nmt-page-dsl.c:75
-#: ../clients/tui/nmt-page-wifi.c:266 ../clients/tui/nmt-page-wifi.c:297
-#: ../clients/tui/nmt-page-wifi.c:330
+#: ../clients/tui/nmt-page-wifi.c:265 ../clients/tui/nmt-page-wifi.c:296
+#: ../clients/tui/nmt-page-wifi.c:329
msgid "Password"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:241
+#: ../clients/common/nm-secret-agent-simple.c:243
msgid "Identity"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:248
+#: ../clients/common/nm-secret-agent-simple.c:250
msgid "Private key password"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:289
-#: ../clients/tui/nmt-page-wifi.c:278
+#: ../clients/common/nm-secret-agent-simple.c:291
+#: ../clients/tui/nmt-page-wifi.c:277
msgid "Key"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:335
+#: ../clients/common/nm-secret-agent-simple.c:337
#: ../clients/tui/nmt-page-dsl.c:78
msgid "Service"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:465
+#: ../clients/common/nm-secret-agent-simple.c:467
msgid "Authentication required by wireless network"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:466
+#: ../clients/common/nm-secret-agent-simple.c:468
#, c-format
msgid ""
"Passwords or encryption keys are required to access the wireless network "
"'%s'."
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:474
+#: ../clients/common/nm-secret-agent-simple.c:476
msgid "Wired 802.1X authentication"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:475
+#: ../clients/common/nm-secret-agent-simple.c:477
#, c-format
msgid "Secrets are required to access the wired network '%s'"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:480
+#: ../clients/common/nm-secret-agent-simple.c:482
msgid "DSL authentication"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:481
+#: ../clients/common/nm-secret-agent-simple.c:483
#, c-format
msgid "Secrets are required for the DSL connection '%s'"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:489
+#: ../clients/common/nm-secret-agent-simple.c:491
msgid "PIN code required"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:490
+#: ../clients/common/nm-secret-agent-simple.c:492
msgid "PIN code is needed for the mobile broadband device"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:492
+#: ../clients/common/nm-secret-agent-simple.c:494
msgid "PIN"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:500
-#: ../clients/common/nm-secret-agent-simple.c:534
-#: ../clients/common/nm-secret-agent-simple.c:552
+#: ../clients/common/nm-secret-agent-simple.c:502
+#: ../clients/common/nm-secret-agent-simple.c:536
+#: ../clients/common/nm-secret-agent-simple.c:559
msgid "Mobile broadband network password"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:501
-#: ../clients/common/nm-secret-agent-simple.c:535
-#: ../clients/common/nm-secret-agent-simple.c:553
-#: ../clients/common/nm-secret-agent-simple.c:573
+#: ../clients/common/nm-secret-agent-simple.c:503
+#: ../clients/common/nm-secret-agent-simple.c:537
+#: ../clients/common/nm-secret-agent-simple.c:560
+#: ../clients/common/nm-secret-agent-simple.c:582
#, c-format
msgid "A password is required to connect to '%s'."
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:515
+#: ../clients/common/nm-secret-agent-simple.c:517
#, c-format
msgid "Secrets are required to access the MACsec network '%s'"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:519
+#: ../clients/common/nm-secret-agent-simple.c:521
msgid "MACsec PSK authentication"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:528
+#: ../clients/common/nm-secret-agent-simple.c:530
msgid "MACsec EAP authentication"
msgstr ""
-#: ../clients/common/nm-secret-agent-simple.c:568
+#: ../clients/common/nm-secret-agent-simple.c:577
msgid "VPN password required"
msgstr ""
@@ -4874,32 +4899,36 @@ msgstr ""
#: ../clients/common/settings-docs.c.in:105
#: ../clients/common/settings-docs.c.in:113
#: ../clients/common/settings-docs.c.in:115
-#: ../clients/common/settings-docs.c.in:123
-#: ../clients/common/settings-docs.c.in:127
-#: ../clients/common/settings-docs.c.in:131
-#: ../clients/common/settings-docs.c.in:146
-#: ../clients/common/settings-docs.c.in:163
-#: ../clients/common/settings-docs.c.in:172
-#: ../clients/common/settings-docs.c.in:173
-#: ../clients/common/settings-docs.c.in:178
-#: ../clients/common/settings-docs.c.in:190
-#: ../clients/common/settings-docs.c.in:200
-#: ../clients/common/settings-docs.c.in:223
-#: ../clients/common/settings-docs.c.in:243
-#: ../clients/common/settings-docs.c.in:253
-#: ../clients/common/settings-docs.c.in:258
-#: ../clients/common/settings-docs.c.in:269
-#: ../clients/common/settings-docs.c.in:281
-#: ../clients/common/settings-docs.c.in:288
-#: ../clients/common/settings-docs.c.in:293
-#: ../clients/common/settings-docs.c.in:298
-#: ../clients/common/settings-docs.c.in:300
-#: ../clients/common/settings-docs.c.in:304
+#: ../clients/common/settings-docs.c.in:124
+#: ../clients/common/settings-docs.c.in:128
+#: ../clients/common/settings-docs.c.in:132
+#: ../clients/common/settings-docs.c.in:148
+#: ../clients/common/settings-docs.c.in:165
+#: ../clients/common/settings-docs.c.in:174
+#: ../clients/common/settings-docs.c.in:175
+#: ../clients/common/settings-docs.c.in:180
+#: ../clients/common/settings-docs.c.in:192
+#: ../clients/common/settings-docs.c.in:202
+#: ../clients/common/settings-docs.c.in:225
+#: ../clients/common/settings-docs.c.in:246
+#: ../clients/common/settings-docs.c.in:257
+#: ../clients/common/settings-docs.c.in:262
+#: ../clients/common/settings-docs.c.in:268
+#: ../clients/common/settings-docs.c.in:271
+#: ../clients/common/settings-docs.c.in:273
+#: ../clients/common/settings-docs.c.in:279
+#: ../clients/common/settings-docs.c.in:289
+#: ../clients/common/settings-docs.c.in:301
#: ../clients/common/settings-docs.c.in:309
#: ../clients/common/settings-docs.c.in:314
-#: ../clients/common/settings-docs.c.in:317
-#: ../clients/common/settings-docs.c.in:331
-#: ../clients/common/settings-docs.c.in:341
+#: ../clients/common/settings-docs.c.in:319
+#: ../clients/common/settings-docs.c.in:321
+#: ../clients/common/settings-docs.c.in:325
+#: ../clients/common/settings-docs.c.in:330
+#: ../clients/common/settings-docs.c.in:335
+#: ../clients/common/settings-docs.c.in:338
+#: ../clients/common/settings-docs.c.in:352
+#: ../clients/common/settings-docs.c.in:362
msgid ""
"The setting's name, which uniquely identifies the setting within the "
"connection. Each setting type has a name unique to that type, for example "
@@ -4937,7 +4966,6 @@ msgid ""
msgstr ""
#: ../clients/common/settings-docs.c.in:10
-#: ../clients/common/settings-docs.c.in:90
msgid ""
"If specified, request that the device use this MAC address instead. This is "
"known as MAC cloning or spoofing. Beside explicitly specifying a MAC "
@@ -4975,7 +5003,7 @@ msgid ""
"address to 68:F7:28, while the lower bits are randomized. A value of "
"\"02:00:00:00:00:00 00:00:00:00:00:00\" will create a fully scrambled "
"globally-administered, burned-in MAC address. If the value contains more "
-"then one additional MAC addresses, one of them is chosen randomly. For "
+"than one additional MAC addresses, one of them is chosen randomly. For "
"example, \"02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00\" will "
"create a fully scrambled MAC address, randomly locally or globally "
"administered."
@@ -5199,7 +5227,7 @@ msgid ""
"Flags indicating which mode of WPS is to be used if any. There's little "
"point in changing the default setting as NetworkManager will automatically "
"determine whether it's feasible to start WPS enrollment from the Access "
-"Point capabilities. WPS can by disabled by setting this property to a value "
+"Point capabilities. WPS can be disabled by setting this property to a value "
"of 1."
msgstr ""
@@ -5313,9 +5341,9 @@ msgstr ""
#: ../clients/common/settings-docs.c.in:60
#: ../clients/common/settings-docs.c.in:107
-#: ../clients/common/settings-docs.c.in:134
-#: ../clients/common/settings-docs.c.in:182
-#: ../clients/common/settings-docs.c.in:283
+#: ../clients/common/settings-docs.c.in:135
+#: ../clients/common/settings-docs.c.in:184
+#: ../clients/common/settings-docs.c.in:304
msgid "Flags indicating how to handle the \"password\" property."
msgstr ""
@@ -5510,7 +5538,7 @@ msgid "PIN used for EAP authentication methods."
msgstr ""
#: ../clients/common/settings-docs.c.in:83
-#: ../clients/common/settings-docs.c.in:184
+#: ../clients/common/settings-docs.c.in:186
msgid "Flags indicating how to handle the \"pin\" property."
msgstr ""
@@ -5575,6 +5603,23 @@ msgid ""
"will be skipped."
msgstr ""
+#: ../clients/common/settings-docs.c.in:90
+msgid ""
+"If specified, request that the device use this MAC address instead. This is "
+"known as MAC cloning or spoofing. Beside explicitly specifying a MAC "
+"address, the special values \"preserve\", \"permanent\", \"random\" and "
+"\"stable\" are supported. \"preserve\" means not to touch the MAC address on "
+"activation. \"permanent\" means to use the permanent hardware address if the "
+"device has one (otherwise this is treated as \"preserve\"). \"random\" "
+"creates a random MAC address on each connect. \"stable\" creates a hashed "
+"MAC address based on connection.stable-id and a machine dependent key. If "
+"unspecified, the value can be overwritten via global defaults, see manual of "
+"NetworkManager.conf. If still unspecified, it defaults to \"preserve"
+"\" (older versions of NetworkManager may use a different default value). On "
+"D-Bus, this field is expressed as \"assigned-mac-address\" or the deprecated "
+"\"cloned-mac-address\"."
+msgstr ""
+
#: ../clients/common/settings-docs.c.in:91
msgid ""
"Can be specified only when \"auto-negotiate\" is \"off\". In that case, "
@@ -5599,10 +5644,10 @@ msgstr ""
#: ../clients/common/settings-docs.c.in:97
msgid ""
-"Specific port type to use if multiple the device supports multiple "
-"attachment methods. One of \"tp\" (Twisted Pair), \"aui\" (Attachment Unit "
-"Interface), \"bnc\" (Thin Ethernet) or \"mii\" (Media Independent Interface. "
-"If the device supports only one port type, this setting is ignored."
+"Specific port type to use if the device supports multiple attachment "
+"methods. One of \"tp\" (Twisted Pair), \"aui\" (Attachment Unit Interface), "
+"\"bnc\" (Thin Ethernet) or \"mii\" (Media Independent Interface). If the "
+"device supports only one port type, this setting is ignored."
msgstr ""
#: ../clients/common/settings-docs.c.in:98
@@ -5631,7 +5676,7 @@ msgstr ""
#: ../clients/common/settings-docs.c.in:101
msgid ""
-"Can be set to a value grater than zero only when \"auto-negotiate\" is \"off"
+"Can be set to a value greater than zero only when \"auto-negotiate\" is \"off"
"\". In that case, statically configures the device to use that specified "
"speed. In Mbit/s, ie 100 == 100Mbit/s. Must be set together with the \"duplex"
"\" property when non-zero. Before specifying a speed value be sure your "
@@ -5708,86 +5753,106 @@ msgid "The Spanning Tree Protocol (STP) forwarding delay, in seconds."
msgstr ""
#: ../clients/common/settings-docs.c.in:119
-msgid "The Spanning Tree Protocol (STP) hello time, in seconds."
+msgid ""
+"A mask of group addresses to forward. Usually, group addresses in the range "
+"from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F are not forwarded according to "
+"standards. This property is a mask of 16 bits, each corresponding to a group "
+"address in that range that must be forwarded. The mask can't have bits 0, 1 "
+"or 2 set because they are used for STP, MAC pause frames and LACP."
msgstr ""
#: ../clients/common/settings-docs.c.in:120
+msgid "The Spanning Tree Protocol (STP) hello time, in seconds."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:121
msgid ""
"If specified, the MAC address of bridge. When creating a new bridge, this "
-"MAC address will be set. When matching an existing (outside NetworkManager "
-"created) bridge, this MAC address must match."
+"MAC address will be set. If this field is left unspecified, the \"ethernet."
+"cloned-mac-address\" is referred instead to generate the initial MAC "
+"address. Note that setting \"ethernet.cloned-mac-address\" anyway overwrites "
+"the MAC address of the bridge later while activating the bridge. Hence, this "
+"property is deprecated."
msgstr ""
-#: ../clients/common/settings-docs.c.in:121
+#: ../clients/common/settings-docs.c.in:122
msgid "The Spanning Tree Protocol (STP) maximum message age, in seconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:122
+#: ../clients/common/settings-docs.c.in:123
msgid ""
"Controls whether IGMP snooping is enabled for this bridge. Note that if "
"snooping was automatically disabled due to hash collisions, the system may "
"refuse to enable the feature until the collisions are resolved."
msgstr ""
-#: ../clients/common/settings-docs.c.in:124
+#: ../clients/common/settings-docs.c.in:125
msgid ""
"Sets the Spanning Tree Protocol (STP) priority for this bridge. Lower "
"values are \"better\"; the lowest priority bridge will be elected the root "
"bridge."
msgstr ""
-#: ../clients/common/settings-docs.c.in:125
+#: ../clients/common/settings-docs.c.in:126
msgid ""
"Controls whether Spanning Tree Protocol (STP) is enabled for this bridge."
msgstr ""
-#: ../clients/common/settings-docs.c.in:126
+#: ../clients/common/settings-docs.c.in:127
msgid ""
-"Enables or disabled \"hairpin mode\" for the port, which allows frames to be "
+"Enables or disables \"hairpin mode\" for the port, which allows frames to be "
"sent back out through the port the frame was received on."
msgstr ""
-#: ../clients/common/settings-docs.c.in:128
+#: ../clients/common/settings-docs.c.in:129
msgid ""
"The Spanning Tree Protocol (STP) port cost for destinations via this port."
msgstr ""
-#: ../clients/common/settings-docs.c.in:129
+#: ../clients/common/settings-docs.c.in:130
msgid "The Spanning Tree Protocol (STP) priority of this bridge port."
msgstr ""
-#: ../clients/common/settings-docs.c.in:130
-#: ../clients/common/settings-docs.c.in:177
-#: ../clients/common/settings-docs.c.in:189
+#: ../clients/common/settings-docs.c.in:131
+#: ../clients/common/settings-docs.c.in:179
+#: ../clients/common/settings-docs.c.in:191
msgid ""
"If non-zero, only transmit packets of the specified size or smaller, "
"breaking larger packets up into multiple frames."
msgstr ""
-#: ../clients/common/settings-docs.c.in:132
+#: ../clients/common/settings-docs.c.in:133
msgid ""
"The number to dial to establish the connection to the CDMA-based mobile "
"broadband network, if any. If not specified, the default number (#777) is "
"used when required."
msgstr ""
-#: ../clients/common/settings-docs.c.in:133
-#: ../clients/common/settings-docs.c.in:181
+#: ../clients/common/settings-docs.c.in:134
+#: ../clients/common/settings-docs.c.in:183
msgid ""
"The password used to authenticate with the network, if required. Many "
"providers do not require a password, or accept any password. But if a "
"password is required, it is specified here."
msgstr ""
-#: ../clients/common/settings-docs.c.in:135
-#: ../clients/common/settings-docs.c.in:187
+#: ../clients/common/settings-docs.c.in:136
+#: ../clients/common/settings-docs.c.in:189
msgid ""
"The username used to authenticate with the network, if required. Many "
"providers do not require a username, or accept any username. But if a "
"username is required, it is specified here."
msgstr ""
-#: ../clients/common/settings-docs.c.in:136
+#: ../clients/common/settings-docs.c.in:137
+msgid ""
+"The number of retries for the authentication. Zero means to try "
+"indefinitely; -1 means to use a global default. If the global default is not "
+"set, the authentication retries for 3 times before failing the connection. "
+"Currently this only applies to 802-1x authentication."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:138
msgid ""
"Whether or not the connection should be automatically connected by "
"NetworkManager when the resources for the connection are available. TRUE to "
@@ -5795,21 +5860,23 @@ msgid ""
"to activate the connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:137
+#: ../clients/common/settings-docs.c.in:139
msgid ""
"The autoconnect priority. If the connection is set to autoconnect, "
"connections with higher priority will be preferred. Defaults to 0. The "
"higher number means higher priority."
msgstr ""
-#: ../clients/common/settings-docs.c.in:138
+#: ../clients/common/settings-docs.c.in:140
msgid ""
"The number of times a connection should be tried when autoactivating before "
"giving up. Zero means forever, -1 means the global default (4 times if not "
-"overridden)."
+"overridden). Setting this to 1 means to try activation only once before "
+"blocking autoconnect. Note that after a timeout, NetworkManager will try to "
+"autoconnect again."
msgstr ""
-#: ../clients/common/settings-docs.c.in:139
+#: ../clients/common/settings-docs.c.in:141
msgid ""
"Whether or not slaves of this connection should be automatically brought up "
"when NetworkManager activates this connection. This only has a real effect "
@@ -5820,19 +5887,19 @@ msgid ""
"to 0."
msgstr ""
-#: ../clients/common/settings-docs.c.in:140
+#: ../clients/common/settings-docs.c.in:142
msgid ""
"If greater than zero, delay success of IP addressing until either the "
"timeout is reached, or an IP gateway replies to a ping."
msgstr ""
-#: ../clients/common/settings-docs.c.in:141
+#: ../clients/common/settings-docs.c.in:143
msgid ""
"A human readable unique identifier for the connection, like \"Work Wi-Fi\" "
"or \"T-Mobile 3G\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:142
+#: ../clients/common/settings-docs.c.in:144
msgid ""
"The name of the network interface this connection is bound to. If not set, "
"then the connection can be attached to any interface of the appropriate type "
@@ -5845,54 +5912,55 @@ msgid ""
"interface."
msgstr ""
-#: ../clients/common/settings-docs.c.in:143
+#: ../clients/common/settings-docs.c.in:145
msgid "Whether LLDP is enabled for the connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:144
+#: ../clients/common/settings-docs.c.in:146
msgid "Interface name of the master device or UUID of the master connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:145
+#: ../clients/common/settings-docs.c.in:147
msgid ""
"Whether the connection is metered. When updating this property on a "
"currently activated connection, the change takes effect immediately."
msgstr ""
-#: ../clients/common/settings-docs.c.in:147
+#: ../clients/common/settings-docs.c.in:149
msgid ""
"An array of strings defining what access a given user has to this "
"connection. If this is NULL or empty, all users are allowed to access this "
-"connection. Otherwise a user is allowed to access this connection if and "
-"only if they are in this list. Each entry is of the form \"[type]:[id]:"
-"[reserved]\"; for example, \"user:dcbw:blah\". At this time only the \"user"
-"\" [type] is allowed. Any other values are ignored and reserved for future "
-"use. [id] is the username that this permission refers to, which may not "
-"contain the \":\" character. Any [reserved] information present must be "
-"ignored and is reserved for future use. All of [type], [id], and [reserved] "
-"must be valid UTF-8."
+"connection; otherwise users are allowed if and only if they are in this "
+"list. When this is not empty, the connection can be active only when one of "
+"the specified users is logged into an active session. Each entry is of the "
+"form \"[type]:[id]:[reserved]\"; for example, \"user:dcbw:blah\". At this "
+"time only the \"user\" [type] is allowed. Any other values are ignored and "
+"reserved for future use. [id] is the username that this permission refers "
+"to, which may not contain the \":\" character. Any [reserved] information "
+"present must be ignored and is reserved for future use. All of [type], "
+"[id], and [reserved] must be valid UTF-8."
msgstr ""
-#: ../clients/common/settings-docs.c.in:148
+#: ../clients/common/settings-docs.c.in:150
msgid ""
"FALSE if the connection can be modified using the provided settings "
"service's D-Bus interface with the right privileges, or TRUE if the "
"connection is read-only and cannot be modified."
msgstr ""
-#: ../clients/common/settings-docs.c.in:149
+#: ../clients/common/settings-docs.c.in:151
msgid ""
"List of connection UUIDs that should be activated when the base connection "
"itself is activated. Currently only VPN connections are supported."
msgstr ""
-#: ../clients/common/settings-docs.c.in:150
+#: ../clients/common/settings-docs.c.in:152
msgid ""
"Setting name of the device type of this slave's master connection (eg, \"bond"
"\"), or NULL if this connection is not a slave."
msgstr ""
-#: ../clients/common/settings-docs.c.in:151
+#: ../clients/common/settings-docs.c.in:153
msgid ""
"Token to generate stable IDs for the connection. The stable-id is used for "
"generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-"
@@ -5915,7 +5983,7 @@ msgid ""
"identical before performing dynamic substitutions."
msgstr ""
-#: ../clients/common/settings-docs.c.in:152
+#: ../clients/common/settings-docs.c.in:154
msgid ""
"The time, in seconds since the Unix Epoch, that the connection was last "
"_successfully_ fully activated. NetworkManager updates the connection "
@@ -5924,7 +5992,7 @@ msgid ""
"reading (changes to this property will not be preserved)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:153
+#: ../clients/common/settings-docs.c.in:155
msgid ""
"Base type of the connection. For hardware-dependent connections, should "
"contain the setting name of the hardware-type specific setting (ie, \"802-3-"
@@ -5933,7 +6001,7 @@ msgid ""
"setting name of that setting type (ie, \"vpn\" or \"bridge\", etc)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:154
+#: ../clients/common/settings-docs.c.in:156
msgid ""
"A universally unique identifier for the connection, for example generated "
"with libuuid. It should be assigned when the connection is created, and "
@@ -5945,7 +6013,7 @@ msgid ""
"contains only hexadecimal characters and \"-\")."
msgstr ""
-#: ../clients/common/settings-docs.c.in:155
+#: ../clients/common/settings-docs.c.in:157
msgid ""
"The trust level of a the connection. Free form case-insensitive string (for "
"example \"Home\", \"Work\", \"Public\"). NULL or unspecified zone means the "
@@ -5954,112 +6022,112 @@ msgid ""
"takes effect immediately."
msgstr ""
-#: ../clients/common/settings-docs.c.in:156
+#: ../clients/common/settings-docs.c.in:158
msgid ""
"Specifies the NMSettingDcbFlags for the DCB FCoE application. Flags may be "
"any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:157
+#: ../clients/common/settings-docs.c.in:159
msgid "The FCoE controller mode; either \"fabric\" (default) or \"vn2vn\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:158
+#: ../clients/common/settings-docs.c.in:160
msgid ""
"The highest User Priority (0 - 7) which FCoE frames should use, or -1 for "
"default priority. Only used when the \"app-fcoe-flags\" property includes "
"the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag."
msgstr ""
-#: ../clients/common/settings-docs.c.in:159
+#: ../clients/common/settings-docs.c.in:161
msgid ""
"Specifies the NMSettingDcbFlags for the DCB FIP application. Flags may be "
"any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:160
+#: ../clients/common/settings-docs.c.in:162
msgid ""
"The highest User Priority (0 - 7) which FIP frames should use, or -1 for "
"default priority. Only used when the \"app-fip-flags\" property includes "
"the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag."
msgstr ""
-#: ../clients/common/settings-docs.c.in:161
+#: ../clients/common/settings-docs.c.in:163
msgid ""
"Specifies the NMSettingDcbFlags for the DCB iSCSI application. Flags may be "
"any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:162
+#: ../clients/common/settings-docs.c.in:164
msgid ""
"The highest User Priority (0 - 7) which iSCSI frames should use, or -1 for "
"default priority. Only used when the \"app-iscsi-flags\" property includes "
"the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag."
msgstr ""
-#: ../clients/common/settings-docs.c.in:164
+#: ../clients/common/settings-docs.c.in:166
msgid ""
"An array of 8 uint values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates the percentage of bandwidth of the "
"priority's assigned group that the priority may use. The sum of all "
"percentages for priorities which belong to the same group must total 100 "
-"percent."
+"percents."
msgstr ""
-#: ../clients/common/settings-docs.c.in:165
+#: ../clients/common/settings-docs.c.in:167
msgid ""
"An array of 8 boolean values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates whether or not the corresponding "
"priority should transmit priority pause."
msgstr ""
-#: ../clients/common/settings-docs.c.in:166
+#: ../clients/common/settings-docs.c.in:168
msgid ""
"Specifies the NMSettingDcbFlags for DCB Priority Flow Control (PFC). Flags "
"may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:167
+#: ../clients/common/settings-docs.c.in:169
msgid ""
"An array of 8 uint values, where the array index corresponds to the Priority "
"Group ID (0 - 7) and the value indicates the percentage of link bandwidth "
"allocated to that group. Allowed values are 0 - 100, and the sum of all "
-"values must total 100 percent."
+"values must total 100 percents."
msgstr ""
-#: ../clients/common/settings-docs.c.in:168
+#: ../clients/common/settings-docs.c.in:170
msgid ""
"Specifies the NMSettingDcbFlags for DCB Priority Groups. Flags may be any "
"combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), "
"NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:169
+#: ../clients/common/settings-docs.c.in:171
msgid ""
"An array of 8 uint values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates the Priority Group ID. Allowed "
"Priority Group ID values are 0 - 7 or 15 for the unrestricted group."
msgstr ""
-#: ../clients/common/settings-docs.c.in:170
+#: ../clients/common/settings-docs.c.in:172
msgid ""
"An array of 8 boolean values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates whether or not the priority may use "
"all of the bandwidth allocated to its assigned group."
msgstr ""
-#: ../clients/common/settings-docs.c.in:171
+#: ../clients/common/settings-docs.c.in:173
msgid ""
"An array of 8 uint values, where the array index corresponds to the User "
"Priority (0 - 7) and the value indicates the traffic class (0 - 7) to which "
"the priority is mapped."
msgstr ""
-#: ../clients/common/settings-docs.c.in:174
+#: ../clients/common/settings-docs.c.in:176
msgid ""
"The GPRS Access Point Name specifying the APN used when establishing a data "
"session with the GSM-based network. The APN often determines how the user "
@@ -6070,20 +6138,20 @@ msgid ""
"14.9."
msgstr ""
-#: ../clients/common/settings-docs.c.in:175
+#: ../clients/common/settings-docs.c.in:177
msgid ""
"The device unique identifier (as given by the WWAN management service) which "
"this connection applies to. If given, the connection will only apply to the "
"specified device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:176
+#: ../clients/common/settings-docs.c.in:178
msgid ""
"When TRUE, only connections to the home network will be allowed. Connections "
"to roaming networks will not be made."
msgstr ""
-#: ../clients/common/settings-docs.c.in:179
+#: ../clients/common/settings-docs.c.in:181
msgid ""
"The Network ID (GSM LAI format, ie MCC-MNC) to force specific network "
"registration. If the Network ID is specified, NetworkManager will attempt "
@@ -6092,7 +6160,7 @@ msgid ""
"the device is not otherwise possible."
msgstr ""
-#: ../clients/common/settings-docs.c.in:180
+#: ../clients/common/settings-docs.c.in:182
msgid ""
"Number to dial when establishing a PPP data session with the GSM-based "
"mobile broadband network. Many modems do not require PPP for connections to "
@@ -6100,14 +6168,14 @@ msgid ""
"NetworkManager to select the appropriate settings automatically."
msgstr ""
-#: ../clients/common/settings-docs.c.in:183
+#: ../clients/common/settings-docs.c.in:185
msgid ""
"If the SIM is locked with a PIN it must be unlocked before any other "
"operations are requested. Specify the PIN here to allow operation of the "
"device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:185
+#: ../clients/common/settings-docs.c.in:187
msgid ""
"The SIM card unique identifier (as given by the WWAN management service) "
"which this connection applies to. If given, the connection will apply to "
@@ -6115,116 +6183,118 @@ msgid ""
"the given identifier."
msgstr ""
-#: ../clients/common/settings-docs.c.in:186
+#: ../clients/common/settings-docs.c.in:188
msgid ""
"A MCC/MNC string like \"310260\" or \"21601\" identifying the specific "
"mobile network operator which this connection applies to. If given, the "
"connection will apply to any device also allowed by \"device-id\" and \"sim-"
-"id\" which contains a SIM card provisioined by the given operator."
+"id\" which contains a SIM card provisioned by the given operator."
msgstr ""
-#: ../clients/common/settings-docs.c.in:188
+#: ../clients/common/settings-docs.c.in:190
msgid ""
"If specified, this connection will only apply to the IPoIB device whose "
"permanent MAC address matches. This property does not change the MAC address "
"of the device (i.e. MAC spoofing)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:191
+#: ../clients/common/settings-docs.c.in:193
msgid ""
"The InfiniBand P_Key to use for this device. A value of -1 means to use the "
"default P_Key (aka \"the P_Key at index 0\"). Otherwise it is a 16-bit "
"unsigned integer, whose high bit is set if it is a \"full membership\" P_Key."
msgstr ""
-#: ../clients/common/settings-docs.c.in:192
+#: ../clients/common/settings-docs.c.in:194
msgid ""
"The interface name of the parent device of this device. Normally NULL, but "
"if the \"p_key\" property is set, then you must specify the base device by "
"setting either this property or \"mac-address\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:193
+#: ../clients/common/settings-docs.c.in:195
msgid ""
"The IP-over-InfiniBand transport mode. Either \"datagram\" or \"connected\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:194
+#: ../clients/common/settings-docs.c.in:196
msgid ""
"How many additional levels of encapsulation are permitted to be prepended to "
"packets. This property applies only to IPv6 tunnels."
msgstr ""
-#: ../clients/common/settings-docs.c.in:195
+#: ../clients/common/settings-docs.c.in:197
msgid ""
"The flow label to assign to tunnel packets. This property applies only to "
"IPv6 tunnels."
msgstr ""
-#: ../clients/common/settings-docs.c.in:196
+#: ../clients/common/settings-docs.c.in:198
msgid ""
"The key used for tunnel input packets; the property is valid only for "
"certain tunnel modes (GRE, IP6GRE). If empty, no key is used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:197
+#: ../clients/common/settings-docs.c.in:199
msgid ""
"The local endpoint of the tunnel; the value can be empty, otherwise it must "
"contain an IPv4 or IPv6 address."
msgstr ""
-#: ../clients/common/settings-docs.c.in:198
+#: ../clients/common/settings-docs.c.in:200
msgid ""
"The tunneling mode, for example NM_IP_TUNNEL_MODE_IPIP (1) or "
"NM_IP_TUNNEL_MODE_GRE (2)."
msgstr ""
-#: ../clients/common/settings-docs.c.in:199
-msgid "None"
+#: ../clients/common/settings-docs.c.in:201
+msgid ""
+"If non-zero, only transmit packets of the specified size or smaller, "
+"breaking larger packets up into multiple fragments."
msgstr ""
-#: ../clients/common/settings-docs.c.in:201
+#: ../clients/common/settings-docs.c.in:203
msgid ""
"The key used for tunnel output packets; the property is valid only for "
"certain tunnel modes (GRE, IP6GRE). If empty, no key is used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:202
+#: ../clients/common/settings-docs.c.in:204
msgid ""
"If given, specifies the parent interface name or parent connection UUID the "
"new device will be bound to so that tunneled packets will only be routed via "
"that interface."
msgstr ""
-#: ../clients/common/settings-docs.c.in:203
+#: ../clients/common/settings-docs.c.in:205
msgid "Whether to enable Path MTU Discovery on this tunnel."
msgstr ""
-#: ../clients/common/settings-docs.c.in:204
+#: ../clients/common/settings-docs.c.in:206
msgid ""
"The remote endpoint of the tunnel; the value must contain an IPv4 or IPv6 "
"address."
msgstr ""
-#: ../clients/common/settings-docs.c.in:205
+#: ../clients/common/settings-docs.c.in:207
msgid ""
"The type of service (IPv4) or traffic class (IPv6) field to be set on "
"tunneled packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:206
+#: ../clients/common/settings-docs.c.in:208
msgid ""
"The TTL to assign to tunneled packets. 0 is a special value meaning that "
"packets inherit the TTL value."
msgstr ""
-#: ../clients/common/settings-docs.c.in:207
-#: ../clients/common/settings-docs.c.in:228
+#: ../clients/common/settings-docs.c.in:209
+#: ../clients/common/settings-docs.c.in:231
msgid "Array of IP addresses."
msgstr ""
-#: ../clients/common/settings-docs.c.in:208
-#: ../clients/common/settings-docs.c.in:229
+#: ../clients/common/settings-docs.c.in:210
+#: ../clients/common/settings-docs.c.in:232
msgid ""
"Timeout in milliseconds used to check for the presence of duplicate IP "
"addresses on the network. If an address conflict is detected, the "
@@ -6234,29 +6304,35 @@ msgid ""
"timeout in milliseconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:209
+#: ../clients/common/settings-docs.c.in:211
msgid ""
"A string sent to the DHCP server to identify the local machine which the "
-"DHCP server may use to customize the DHCP lease and options."
+"DHCP server may use to customize the DHCP lease and options. When the "
+"property is a hex string ('aa:bb:cc') it is interpreted as a binary client "
+"ID, in which case the first byte is assumed to be the 'type' field as per "
+"RFC 2132 section 9.14 and the remaining bytes may be an hardware address (e."
+"g. '01:xx:xx:xx:xx:xx:xx' where 1 is the Ethernet ARP type and the rest is a "
+"MAC address). If the property is not a hex string it is considered as a non-"
+"hardware-address client ID and the 'type' field is set to 0."
msgstr ""
-#: ../clients/common/settings-docs.c.in:210
+#: ../clients/common/settings-docs.c.in:212
msgid ""
"If the \"dhcp-send-hostname\" property is TRUE, then the specified FQDN will "
"be sent to the DHCP server when acquiring a lease. This property and \"dhcp-"
"hostname\" are mutually exclusive and cannot be set at the same time."
msgstr ""
-#: ../clients/common/settings-docs.c.in:211
-#: ../clients/common/settings-docs.c.in:230
+#: ../clients/common/settings-docs.c.in:213
+#: ../clients/common/settings-docs.c.in:233
msgid ""
"If the \"dhcp-send-hostname\" property is TRUE, then the specified name will "
"be sent to the DHCP server when acquiring a lease. This property and \"dhcp-"
"fqdn\" are mutually exclusive and cannot be set at the same time."
msgstr ""
-#: ../clients/common/settings-docs.c.in:212
-#: ../clients/common/settings-docs.c.in:231
+#: ../clients/common/settings-docs.c.in:214
+#: ../clients/common/settings-docs.c.in:234
msgid ""
"If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some "
"DHCP servers use this hostname to update DNS databases, essentially "
@@ -6265,26 +6341,26 @@ msgid ""
"of the computer is sent."
msgstr ""
-#: ../clients/common/settings-docs.c.in:213
-#: ../clients/common/settings-docs.c.in:232
+#: ../clients/common/settings-docs.c.in:215
+#: ../clients/common/settings-docs.c.in:235
msgid "A timeout for a DHCP transaction in seconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:214
-#: ../clients/common/settings-docs.c.in:233
+#: ../clients/common/settings-docs.c.in:216
+#: ../clients/common/settings-docs.c.in:236
msgid "Array of IP addresses of DNS servers."
msgstr ""
-#: ../clients/common/settings-docs.c.in:215
-#: ../clients/common/settings-docs.c.in:234
+#: ../clients/common/settings-docs.c.in:217
+#: ../clients/common/settings-docs.c.in:237
msgid ""
"Array of DNS options as described in man 5 resolv.conf. NULL means that the "
"options are unset and left at the default. In this case NetworkManager will "
"use default options. This is distinct from an empty list of properties."
msgstr ""
-#: ../clients/common/settings-docs.c.in:216
-#: ../clients/common/settings-docs.c.in:235
+#: ../clients/common/settings-docs.c.in:218
+#: ../clients/common/settings-docs.c.in:238
msgid ""
"Intra-connection DNS priority. The relative priority to be used when "
"determining the order of DNS servers in resolv.conf. A lower value means "
@@ -6302,20 +6378,20 @@ msgid ""
"priority value will be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:217
-#: ../clients/common/settings-docs.c.in:236
+#: ../clients/common/settings-docs.c.in:219
+#: ../clients/common/settings-docs.c.in:239
msgid "Array of DNS search domains."
msgstr ""
-#: ../clients/common/settings-docs.c.in:218
-#: ../clients/common/settings-docs.c.in:237
+#: ../clients/common/settings-docs.c.in:220
+#: ../clients/common/settings-docs.c.in:240
msgid ""
"The gateway associated with this configuration. This is only meaningful if "
"\"addresses\" is also set."
msgstr ""
-#: ../clients/common/settings-docs.c.in:219
-#: ../clients/common/settings-docs.c.in:238
+#: ../clients/common/settings-docs.c.in:221
+#: ../clients/common/settings-docs.c.in:241
msgid ""
"When \"method\" is set to \"auto\" and this property to TRUE, automatically "
"configured nameservers and search domains are ignored and only nameservers "
@@ -6323,16 +6399,16 @@ msgid ""
"if any, are used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:220
-#: ../clients/common/settings-docs.c.in:239
+#: ../clients/common/settings-docs.c.in:222
+#: ../clients/common/settings-docs.c.in:242
msgid ""
"When \"method\" is set to \"auto\" and this property to TRUE, automatically "
"configured routes are ignored and only routes specified in the \"routes\" "
"property, if any, are used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:221
-#: ../clients/common/settings-docs.c.in:241
+#: ../clients/common/settings-docs.c.in:223
+#: ../clients/common/settings-docs.c.in:244
msgid ""
"If TRUE, allow overall network configuration to proceed even if the "
"configuration specified by this property times out. Note that at least one "
@@ -6342,8 +6418,8 @@ msgid ""
"if IPv4 configuration fails but IPv6 configuration completes successfully."
msgstr ""
-#: ../clients/common/settings-docs.c.in:222
-#: ../clients/common/settings-docs.c.in:242
+#: ../clients/common/settings-docs.c.in:224
+#: ../clients/common/settings-docs.c.in:245
msgid ""
"IP configuration method. NMSettingIP4Config and NMSettingIP6Config both "
"support \"auto\", \"manual\", and \"link-local\". See the subclass-specific "
@@ -6357,15 +6433,15 @@ msgid ""
"10.42.x.0/24 is chosen."
msgstr ""
-#: ../clients/common/settings-docs.c.in:224
-#: ../clients/common/settings-docs.c.in:244
+#: ../clients/common/settings-docs.c.in:226
+#: ../clients/common/settings-docs.c.in:247
msgid ""
"If TRUE, this connection will never be the default connection for this IP "
"type, meaning it will never be assigned the default route by NetworkManager."
msgstr ""
-#: ../clients/common/settings-docs.c.in:225
-#: ../clients/common/settings-docs.c.in:245
+#: ../clients/common/settings-docs.c.in:227
+#: ../clients/common/settings-docs.c.in:248
msgid ""
"The default metric for routes that don't explicitly specify a metric. The "
"default value -1 means that the metric is chosen automatically based on the "
@@ -6376,33 +6452,52 @@ msgid ""
"mean setting it to 1024. For IPv4, zero is a regular value for the metric."
msgstr ""
-#: ../clients/common/settings-docs.c.in:226
-#: ../clients/common/settings-docs.c.in:246
+#: ../clients/common/settings-docs.c.in:228
+#: ../clients/common/settings-docs.c.in:249
+msgid ""
+"Enable policy routing (source routing) and set the routing table used when "
+"adding routes. This affects all routes, including device-routes, IPv4LL, "
+"DHCP, SLAAC, default-routes and static routes. But note that static routes "
+"can individually overwrite the setting by explicitly specifying a non-zero "
+"routing table. If the table setting is left at zero, it is eligible to be "
+"overwritten via global configuration. If the property is zero even after "
+"applying the global configuration value, policy routing is disabled for the "
+"address family of this connection. Policy routing disabled means that "
+"NetworkManager will add all routes to the main table (except static routes "
+"that explicitly configure a different table). Additionally, NetworkManager "
+"will not delete any extraneous routes from tables except the main table. "
+"This is to preserve backward compatibility for users who manage routing "
+"tables outside of NetworkManager."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:229
+#: ../clients/common/settings-docs.c.in:250
msgid "Array of IP routes."
msgstr ""
-#: ../clients/common/settings-docs.c.in:227
+#: ../clients/common/settings-docs.c.in:230
msgid ""
"Configure method for creating the address for use with RFC4862 IPv6 "
-"Stateless Address Autoconfiguration. The permitted values are: \"eui64\", or "
-"\"stable-privacy\". If the property is set to \"eui64\", the addresses will "
-"be generated using the interface tokens derived from hardware address. This "
-"makes the host part of the address to stay constant, making it possible to "
-"track host's presence when it changes networks. The address changes when the "
-"interface hardware is replaced. The value of \"stable-privacy\" enables use "
-"of cryptographically secure hash of a secret host-specific key along with "
-"the connection's stable-id and the network address as specified by RFC7217. "
-"This makes it impossible to use the address track host's presence, and makes "
-"the address stable when the network interface hardware is replaced. On D-"
-"Bus, the absence of an addr-gen-mode setting equals enabling \"stable-privacy"
-"\". For keyfile plugin, the absence of the setting on disk means \"eui64\" "
-"so that the property doesn't change on upgrade from older versions. Note "
-"that this setting is distinct from the Privacy Extensions as configured by "
-"\"ip6-privacy\" property and it does not affect the temporary addresses "
-"configured with this option."
+"Stateless Address Autoconfiguration. The permitted values are: "
+"NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_EUI64 (0) or "
+"NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_STABLE_PRIVACY (1). If the property is "
+"set to EUI64, the addresses will be generated using the interface tokens "
+"derived from hardware address. This makes the host part of the address to "
+"stay constant, making it possible to track host's presence when it changes "
+"networks. The address changes when the interface hardware is replaced. The "
+"value of stable-privacy enables use of cryptographically secure hash of a "
+"secret host-specific key along with the connection's stable-id and the "
+"network address as specified by RFC7217. This makes it impossible to use the "
+"address track host's presence, and makes the address stable when the network "
+"interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode "
+"setting equals enabling stable-privacy. For keyfile plugin, the absence of "
+"the setting on disk means EUI64 so that the property doesn't change on "
+"upgrade from older versions. Note that this setting is distinct from the "
+"Privacy Extensions as configured by \"ip6-privacy\" property and it does not "
+"affect the temporary addresses configured with this option."
msgstr ""
-#: ../clients/common/settings-docs.c.in:240
+#: ../clients/common/settings-docs.c.in:243
msgid ""
"Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941. If "
"enabled, it makes the kernel generate a temporary IPv6 address in addition "
@@ -6419,38 +6514,38 @@ msgid ""
"IPv6 addresses."
msgstr ""
-#: ../clients/common/settings-docs.c.in:247
+#: ../clients/common/settings-docs.c.in:251
msgid ""
"Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 IPv6 "
"tokenized interface identifiers. Useful with eui64 addr-gen-mode."
msgstr ""
-#: ../clients/common/settings-docs.c.in:248
+#: ../clients/common/settings-docs.c.in:252
msgid "Whether the transmitted traffic must be encrypted."
msgstr ""
-#: ../clients/common/settings-docs.c.in:249
+#: ../clients/common/settings-docs.c.in:253
msgid ""
"The pre-shared CAK (Connectivity Association Key) for MACsec Key Agreement."
msgstr ""
-#: ../clients/common/settings-docs.c.in:250
+#: ../clients/common/settings-docs.c.in:254
msgid "Flags indicating how to handle the \"mka-cak\" property."
msgstr ""
-#: ../clients/common/settings-docs.c.in:251
+#: ../clients/common/settings-docs.c.in:255
msgid ""
"The pre-shared CKN (Connectivity-association Key Name) for MACsec Key "
"Agreement."
msgstr ""
-#: ../clients/common/settings-docs.c.in:252
+#: ../clients/common/settings-docs.c.in:256
msgid ""
"Specifies how the CAK (Connectivity Association Key) for MKA (MACsec Key "
"Agreement) is obtained."
msgstr ""
-#: ../clients/common/settings-docs.c.in:254
+#: ../clients/common/settings-docs.c.in:258
msgid ""
"If given, specifies the parent interface name or parent connection UUID from "
"which this MACSEC interface should be created. If this property is not "
@@ -6458,53 +6553,106 @@ msgid ""
"\"mac-address\" property."
msgstr ""
-#: ../clients/common/settings-docs.c.in:255
+#: ../clients/common/settings-docs.c.in:259
msgid ""
"The port component of the SCI (Secure Channel Identifier), between 1 and "
"65534."
msgstr ""
-#: ../clients/common/settings-docs.c.in:256
+#: ../clients/common/settings-docs.c.in:260
msgid "Specifies the validation mode for incoming frames."
msgstr ""
-#: ../clients/common/settings-docs.c.in:257
+#: ../clients/common/settings-docs.c.in:261
msgid ""
"The macvlan mode, which specifies the communication mechanism between "
"multiple macvlans on the same lower device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:259
-msgid ""
-"If given, specifies the parent interface name or parent connection UUID from "
-"which this MAC-VLAN interface should be created. If this property is not "
-"specified, the connection must contain an \"802-3-ethernet\" setting with a "
-"\"mac-address\" property."
+#: ../clients/common/settings-docs.c.in:263
+msgid ""
+"If given, specifies the parent interface name or parent connection UUID from "
+"which this MAC-VLAN interface should be created. If this property is not "
+"specified, the connection must contain an \"802-3-ethernet\" setting with a "
+"\"mac-address\" property."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:264
+msgid "Whether the interface should be put in promiscuous mode."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:265
+msgid "Whether the interface should be a MACVTAP."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:266
+msgid "The bridge failure mode. One of \"secure\", \"standalone\" or empty."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:267
+msgid "Enable or disable multicast snooping."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:269
+msgid "Enable or disable RSTP."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:270
+msgid "Enable or disable STP."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:272
+msgid "The interface type. Either \"internal\", or empty."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:274
+msgid ""
+"Specifies the unicast destination IP address of a remote OpenVSwitch bridge "
+"port to connect to."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:275
+msgid "The time port must be inactive in order to be considered down."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:276
+msgid ""
+"Bonding mode. One of \"active-backup\", \"balance-slb\", or \"balance-tcp\"."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:277
+msgid "The time port must be active before it starts forwarding traffic."
msgstr ""
-#: ../clients/common/settings-docs.c.in:260
-msgid "Whether the interface should be put in promiscuous mode."
+#: ../clients/common/settings-docs.c.in:278
+msgid "LACP mode. One of \"active\", \"off\", or \"passive\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:261
-msgid "Whether the interface should be a MACVTAP."
+#: ../clients/common/settings-docs.c.in:280
+msgid "The VLAN tag in the range 0-4095."
msgstr ""
-#: ../clients/common/settings-docs.c.in:262
+#: ../clients/common/settings-docs.c.in:281
+msgid ""
+"The VLAN mode. One of \"access\", \"native-tagged\", \"native-untagged\", "
+"\"trunk\" or unset."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:282
msgid ""
"If non-zero, instruct pppd to set the serial port to the specified "
"baudrate. This value should normally be left as 0 to automatically choose "
"the speed."
msgstr ""
-#: ../clients/common/settings-docs.c.in:263
+#: ../clients/common/settings-docs.c.in:283
msgid ""
"If TRUE, specify that pppd should set the serial port to use hardware flow "
"control with RTS and CTS signals. This value should normally be set to "
"FALSE."
msgstr ""
-#: ../clients/common/settings-docs.c.in:264
+#: ../clients/common/settings-docs.c.in:284
msgid ""
"If non-zero, instruct pppd to presume the connection to the peer has failed "
"if the specified number of LCP echo-requests go unanswered by the peer. The "
@@ -6512,7 +6660,7 @@ msgid ""
"property is used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:265
+#: ../clients/common/settings-docs.c.in:285
msgid ""
"If non-zero, instruct pppd to send an LCP echo-request frame to the peer "
"every n seconds (where n is the specified value). Note that some PPP peers "
@@ -6520,82 +6668,90 @@ msgid ""
"autodetect this."
msgstr ""
-#: ../clients/common/settings-docs.c.in:266
+#: ../clients/common/settings-docs.c.in:286
msgid ""
"If TRUE, stateful MPPE is used. See pppd documentation for more information "
"on stateful MPPE."
msgstr ""
-#: ../clients/common/settings-docs.c.in:267
+#: ../clients/common/settings-docs.c.in:287
msgid ""
"If non-zero, instruct pppd to request that the peer send packets no larger "
"than the specified size. If non-zero, the MRU should be between 128 and "
"16384."
msgstr ""
-#: ../clients/common/settings-docs.c.in:268
+#: ../clients/common/settings-docs.c.in:288
msgid ""
"If non-zero, instruct pppd to send packets no larger than the specified size."
msgstr ""
-#: ../clients/common/settings-docs.c.in:270
+#: ../clients/common/settings-docs.c.in:290
msgid "If TRUE, Van Jacobsen TCP header compression will not be requested."
msgstr ""
-#: ../clients/common/settings-docs.c.in:271
+#: ../clients/common/settings-docs.c.in:291
msgid ""
"If TRUE, do not require the other side (usually the PPP server) to "
"authenticate itself to the client. If FALSE, require authentication from "
"the remote side. In almost all cases, this should be TRUE."
msgstr ""
-#: ../clients/common/settings-docs.c.in:272
+#: ../clients/common/settings-docs.c.in:292
msgid "If TRUE, BSD compression will not be requested."
msgstr ""
-#: ../clients/common/settings-docs.c.in:273
+#: ../clients/common/settings-docs.c.in:293
msgid "If TRUE, \"deflate\" compression will not be requested."
msgstr ""
-#: ../clients/common/settings-docs.c.in:274
+#: ../clients/common/settings-docs.c.in:294
msgid "If TRUE, the CHAP authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:275
+#: ../clients/common/settings-docs.c.in:295
msgid "If TRUE, the EAP authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:276
+#: ../clients/common/settings-docs.c.in:296
msgid "If TRUE, the MSCHAP authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:277
+#: ../clients/common/settings-docs.c.in:297
msgid "If TRUE, the MSCHAPv2 authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:278
+#: ../clients/common/settings-docs.c.in:298
msgid "If TRUE, the PAP authentication method will not be used."
msgstr ""
-#: ../clients/common/settings-docs.c.in:279
+#: ../clients/common/settings-docs.c.in:299
msgid ""
"If TRUE, MPPE (Microsoft Point-to-Point Encryption) will be required for the "
"PPP session. If either 64-bit or 128-bit MPPE is not available the session "
"will fail. Note that MPPE is not used on mobile broadband connections."
msgstr ""
-#: ../clients/common/settings-docs.c.in:280
+#: ../clients/common/settings-docs.c.in:300
msgid ""
"If TRUE, 128-bit MPPE (Microsoft Point-to-Point Encryption) will be required "
"for the PPP session, and the \"require-mppe\" property must also be set to "
"TRUE. If 128-bit MPPE is not available the session will fail."
msgstr ""
-#: ../clients/common/settings-docs.c.in:282
+#: ../clients/common/settings-docs.c.in:302
+msgid ""
+"If given, specifies the parent interface name on which this PPPoE connection "
+"should be created. If this property is not specified, the connection is "
+"activated on the interface specified in \"interface-name\" of "
+"NMSettingConnection."
+msgstr ""
+
+#: ../clients/common/settings-docs.c.in:303
msgid "Password used to authenticate with the PPPoE service."
msgstr ""
-#: ../clients/common/settings-docs.c.in:284
+#: ../clients/common/settings-docs.c.in:305
msgid ""
"If specified, instruct PPPoE to only initiate sessions with access "
"concentrators that provide the specified service. For most providers, this "
@@ -6603,53 +6759,53 @@ msgid ""
"concentrators or a specific service is known to be required."
msgstr ""
-#: ../clients/common/settings-docs.c.in:285
+#: ../clients/common/settings-docs.c.in:306
msgid "Username used to authenticate with the PPPoE service."
msgstr ""
-#: ../clients/common/settings-docs.c.in:286
+#: ../clients/common/settings-docs.c.in:307
msgid "Whether the proxy configuration is for browser only."
msgstr ""
-#: ../clients/common/settings-docs.c.in:287
+#: ../clients/common/settings-docs.c.in:308
msgid ""
"Method for proxy configuration, Default is NM_SETTING_PROXY_METHOD_NONE (0)"
msgstr ""
-#: ../clients/common/settings-docs.c.in:289
+#: ../clients/common/settings-docs.c.in:310
msgid "PAC script for the connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:290
+#: ../clients/common/settings-docs.c.in:311
msgid "PAC URL for obtaining PAC file."
msgstr ""
-#: ../clients/common/settings-docs.c.in:291
+#: ../clients/common/settings-docs.c.in:312
msgid ""
"Speed to use for communication over the serial port. Note that this value "
"usually has no effect for mobile broadband modems as they generally ignore "
"speed settings and use the highest available speed."
msgstr ""
-#: ../clients/common/settings-docs.c.in:292
+#: ../clients/common/settings-docs.c.in:313
msgid "Byte-width of the serial communication. The 8 in \"8n1\" for example."
msgstr ""
-#: ../clients/common/settings-docs.c.in:294
+#: ../clients/common/settings-docs.c.in:315
msgid "Parity setting of the serial port."
msgstr ""
-#: ../clients/common/settings-docs.c.in:295
+#: ../clients/common/settings-docs.c.in:316
msgid "Time to delay between each byte sent to the modem, in microseconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:296
+#: ../clients/common/settings-docs.c.in:317
msgid ""
"Number of stop bits for communication on the serial port. Either 1 or 2. "
"The 1 in \"8n1\" for example."
msgstr ""
-#: ../clients/common/settings-docs.c.in:297
+#: ../clients/common/settings-docs.c.in:318
msgid ""
"The JSON configuration for the team network interface. The property should "
"contain raw JSON configuration data suitable for teamd, because the value is "
@@ -6657,7 +6813,7 @@ msgid ""
"used. See man teamd.conf for the format details."
msgstr ""
-#: ../clients/common/settings-docs.c.in:299
+#: ../clients/common/settings-docs.c.in:320
msgid ""
"The JSON configuration for the team port. The property should contain raw "
"JSON configuration data suitable for teamd, because the value is passed "
@@ -6665,45 +6821,45 @@ msgid ""
"man teamd.conf for the format details."
msgstr ""
-#: ../clients/common/settings-docs.c.in:301
+#: ../clients/common/settings-docs.c.in:322
msgid ""
"The group ID which will own the device. If set to NULL everyone will be able "
"to use the device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:302
+#: ../clients/common/settings-docs.c.in:323
msgid ""
"The operating mode of the virtual device. Allowed values are "
"NM_SETTING_TUN_MODE_TUN (1) to create a layer 3 device and "
"NM_SETTING_TUN_MODE_TAP (2) to create an Ethernet-like layer 2 one."
msgstr ""
-#: ../clients/common/settings-docs.c.in:303
+#: ../clients/common/settings-docs.c.in:324
msgid ""
"If the property is set to TRUE, the interface will support multiple file "
"descriptors (queues) to parallelize packet sending or receiving. Otherwise, "
"the interface will only support a single queue."
msgstr ""
-#: ../clients/common/settings-docs.c.in:305
+#: ../clients/common/settings-docs.c.in:326
msgid ""
"The user ID which will own the device. If set to NULL everyone will be able "
"to use the device."
msgstr ""
-#: ../clients/common/settings-docs.c.in:306
+#: ../clients/common/settings-docs.c.in:327
msgid ""
"If TRUE the interface will prepend a 4 byte header describing the physical "
"interface to the packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:307
+#: ../clients/common/settings-docs.c.in:328
msgid ""
"If TRUE the IFF_VNET_HDR the tunnel packets will include a virtio network "
"header."
msgstr ""
-#: ../clients/common/settings-docs.c.in:308
+#: ../clients/common/settings-docs.c.in:329
msgid ""
"A dictionary of key/value pairs with user data. This data is ignored by "
"NetworkManager and can be used at the users discretion. The keys only "
@@ -6711,14 +6867,14 @@ msgid ""
"up to a certain length."
msgstr ""
-#: ../clients/common/settings-docs.c.in:310
+#: ../clients/common/settings-docs.c.in:331
msgid ""
"For outgoing packets, a list of mappings from Linux SKB priorities to 802.1p "
"priorities. The mapping is given in the format \"from:to\" where both \"from"
"\" and \"to\" are unsigned integers, ie \"7:3\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:311
+#: ../clients/common/settings-docs.c.in:332
msgid ""
"One or more flags which control the behavior and features of the VLAN "
"interface. Flags include NM_VLAN_FLAG_REORDER_HEADERS (0x1) (reordering of "
@@ -6731,20 +6887,20 @@ msgid ""
"missing property on D-Bus is still considered as 0."
msgstr ""
-#: ../clients/common/settings-docs.c.in:312
+#: ../clients/common/settings-docs.c.in:333
msgid ""
"The VLAN identifier that the interface created by this connection should be "
"assigned. The valid range is from 0 to 4094, without the reserved id 4095."
msgstr ""
-#: ../clients/common/settings-docs.c.in:313
+#: ../clients/common/settings-docs.c.in:334
msgid ""
"For incoming packets, a list of mappings from 802.1p priorities to Linux SKB "
"priorities. The mapping is given in the format \"from:to\" where both \"from"
"\" and \"to\" are unsigned integers, ie \"7:3\"."
msgstr ""
-#: ../clients/common/settings-docs.c.in:315
+#: ../clients/common/settings-docs.c.in:336
msgid ""
"If given, specifies the parent interface name or parent connection UUID from "
"which this VLAN interface should be created. If this property is not "
@@ -6752,32 +6908,32 @@ msgid ""
"\"mac-address\" property."
msgstr ""
-#: ../clients/common/settings-docs.c.in:316
+#: ../clients/common/settings-docs.c.in:337
msgid ""
"Dictionary of key/value pairs of VPN plugin specific data. Both keys and "
"values must be strings."
msgstr ""
-#: ../clients/common/settings-docs.c.in:318
+#: ../clients/common/settings-docs.c.in:339
msgid ""
"If the VPN service supports persistence, and this property is TRUE, the VPN "
"will attempt to stay connected across link changes and outages, until "
"explicitly disconnected."
msgstr ""
-#: ../clients/common/settings-docs.c.in:319
+#: ../clients/common/settings-docs.c.in:340
msgid ""
"Dictionary of key/value pairs of VPN plugin specific secrets like passwords "
"or private keys. Both keys and values must be strings."
msgstr ""
-#: ../clients/common/settings-docs.c.in:320
+#: ../clients/common/settings-docs.c.in:341
msgid ""
"D-Bus service name of the VPN plugin that this setting uses to connect to "
"its network. i.e. org.freedesktop.NetworkManager.vpnc for the vpnc plugin."
msgstr ""
-#: ../clients/common/settings-docs.c.in:321
+#: ../clients/common/settings-docs.c.in:342
msgid ""
"Timeout for the VPN service to establish the connection. Some services may "
"take quite a long time to connect. Value of 0 means a default timeout, which "
@@ -6785,7 +6941,7 @@ msgid ""
"Values greater than zero mean timeout in seconds."
msgstr ""
-#: ../clients/common/settings-docs.c.in:322
+#: ../clients/common/settings-docs.c.in:343
msgid ""
"If the VPN connection requires a user name for authentication, that name "
"should be provided here. If the connection is available to more than one "
@@ -6795,93 +6951,93 @@ msgid ""
"connection."
msgstr ""
-#: ../clients/common/settings-docs.c.in:323
+#: ../clients/common/settings-docs.c.in:344
msgid "Specifies the lifetime in seconds of FDB entries learnt by the kernel."
msgstr ""
-#: ../clients/common/settings-docs.c.in:324
+#: ../clients/common/settings-docs.c.in:345
msgid ""
"Specifies the UDP destination port to communicate to the remote VXLAN tunnel "
"endpoint."
msgstr ""
-#: ../clients/common/settings-docs.c.in:325
+#: ../clients/common/settings-docs.c.in:346
msgid ""
"Specifies the VXLAN Network Identifier (or VXLAN Segment Identifier) to use."
msgstr ""
-#: ../clients/common/settings-docs.c.in:326
+#: ../clients/common/settings-docs.c.in:347
msgid "Specifies whether netlink LL ADDR miss notifications are generated."
msgstr ""
-#: ../clients/common/settings-docs.c.in:327
+#: ../clients/common/settings-docs.c.in:348
msgid "Specifies whether netlink IP ADDR miss notifications are generated."
msgstr ""
-#: ../clients/common/settings-docs.c.in:328
+#: ../clients/common/settings-docs.c.in:349
msgid ""
"Specifies whether unknown source link layer addresses and IP addresses are "
"entered into the VXLAN device forwarding database."
msgstr ""
-#: ../clients/common/settings-docs.c.in:329
+#: ../clients/common/settings-docs.c.in:350
msgid ""
"Specifies the maximum number of FDB entries. A value of zero means that the "
"kernel will store unlimited entries."
msgstr ""
-#: ../clients/common/settings-docs.c.in:330
+#: ../clients/common/settings-docs.c.in:351
msgid "If given, specifies the source IP address to use in outgoing packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:332
+#: ../clients/common/settings-docs.c.in:353
msgid ""
"If given, specifies the parent interface name or parent connection UUID."
msgstr ""
-#: ../clients/common/settings-docs.c.in:333
+#: ../clients/common/settings-docs.c.in:354
msgid "Specifies whether ARP proxy is turned on."
msgstr ""
-#: ../clients/common/settings-docs.c.in:334
+#: ../clients/common/settings-docs.c.in:355
msgid ""
"Specifies the unicast destination IP address to use in outgoing packets when "
"the destination link layer address is not known in the VXLAN device "
"forwarding database, or the multicast IP address to join."
msgstr ""
-#: ../clients/common/settings-docs.c.in:335
+#: ../clients/common/settings-docs.c.in:356
msgid "Specifies whether route short circuit is turned on."
msgstr ""
-#: ../clients/common/settings-docs.c.in:336
+#: ../clients/common/settings-docs.c.in:357
msgid ""
"Specifies the maximum UDP source port to communicate to the remote VXLAN "
"tunnel endpoint."
msgstr ""
-#: ../clients/common/settings-docs.c.in:337
+#: ../clients/common/settings-docs.c.in:358
msgid ""
"Specifies the minimum UDP source port to communicate to the remote VXLAN "
"tunnel endpoint."
msgstr ""
-#: ../clients/common/settings-docs.c.in:338
+#: ../clients/common/settings-docs.c.in:359
msgid "Specifies the TOS value to use in outgoing packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:339
+#: ../clients/common/settings-docs.c.in:360
msgid "Specifies the time-to-live value to use in outgoing packets."
msgstr ""
-#: ../clients/common/settings-docs.c.in:340
+#: ../clients/common/settings-docs.c.in:361
msgid ""
"If specified, this connection will only apply to the WiMAX device whose MAC "
"address matches. This property does not change the MAC address of the device "
"(known as MAC spoofing). Deprecated: 1"
msgstr ""
-#: ../clients/common/settings-docs.c.in:342
+#: ../clients/common/settings-docs.c.in:363
msgid ""
"Network Service Provider (NSP) name of the WiMAX network this connection "
"should use. Deprecated: 1"
@@ -6964,7 +7120,7 @@ msgid "Could not re-read file: %s"
msgstr ""
#: ../clients/tui/nm-editor-utils.c:146 ../libnm-glib/nm-device.c:1821
-#: ../libnm/nm-device.c:1517
+#: ../libnm/nm-device.c:1521
msgid "Ethernet"
msgstr ""
@@ -6974,7 +7130,7 @@ msgid "Ethernet connection %d"
msgstr ""
#: ../clients/tui/nm-editor-utils.c:154 ../libnm-glib/nm-device.c:1823
-#: ../libnm/nm-device.c:1519
+#: ../libnm/nm-device.c:1523
msgid "Wi-Fi"
msgstr ""
@@ -6983,8 +7139,8 @@ msgstr ""
msgid "Wi-Fi connection %d"
msgstr ""
-#: ../clients/tui/nm-editor-utils.c:163 ../libnm-core/nm-connection.c:1939
-#: ../libnm-glib/nm-device.c:1833 ../libnm/nm-device.c:1529
+#: ../clients/tui/nm-editor-utils.c:163 ../libnm-core/nm-connection.c:2114
+#: ../libnm-glib/nm-device.c:1833 ../libnm/nm-device.c:1539
msgid "InfiniBand"
msgstr ""
@@ -6994,7 +7150,7 @@ msgid "InfiniBand connection %d"
msgstr ""
#: ../clients/tui/nm-editor-utils.c:172 ../libnm-glib/nm-device.c:1831
-#: ../libnm/nm-device.c:1527
+#: ../libnm/nm-device.c:1537
msgid "Mobile Broadband"
msgstr ""
@@ -7012,10 +7168,10 @@ msgstr ""
msgid "DSL connection %d"
msgstr ""
-#: ../clients/tui/nm-editor-utils.c:190 ../libnm-core/nm-connection.c:1931
+#: ../clients/tui/nm-editor-utils.c:190 ../libnm-core/nm-connection.c:2106
#: ../libnm-glib/nm-device.c:1835 ../libnm-util/nm-connection.c:1626
-#: ../libnm/nm-device.c:1531
-#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4476
+#: ../libnm/nm-device.c:1541
+#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4504
msgid "Bond"
msgstr ""
@@ -7024,10 +7180,10 @@ msgstr ""
msgid "Bond connection %d"
msgstr ""
-#: ../clients/tui/nm-editor-utils.c:199 ../libnm-core/nm-connection.c:1935
+#: ../clients/tui/nm-editor-utils.c:199 ../libnm-core/nm-connection.c:2110
#: ../libnm-glib/nm-device.c:1839 ../libnm-util/nm-connection.c:1630
-#: ../libnm/nm-device.c:1535
-#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4766
+#: ../libnm/nm-device.c:1545
+#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4797
msgid "Bridge"
msgstr ""
@@ -7036,10 +7192,10 @@ msgstr ""
msgid "Bridge connection %d"
msgstr ""
-#: ../clients/tui/nm-editor-utils.c:208 ../libnm-core/nm-connection.c:1933
+#: ../clients/tui/nm-editor-utils.c:208 ../libnm-core/nm-connection.c:2108
#: ../libnm-glib/nm-device.c:1837 ../libnm-util/nm-connection.c:1628
-#: ../libnm/nm-device.c:1533
-#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4579
+#: ../libnm/nm-device.c:1543
+#: ../src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:4607
msgid "Team"
msgstr ""
@@ -7049,8 +7205,8 @@ msgid "Team connection %d"
msgstr ""
#: ../clients/tui/nm-editor-utils.c:217 ../clients/tui/nmt-page-vlan.c:82
-#: ../libnm-core/nm-connection.c:1937 ../libnm-glib/nm-device.c:1841
-#: ../libnm-util/nm-connection.c:1632 ../libnm/nm-device.c:1537
+#: ../libnm-core/nm-connection.c:2112 ../libnm-glib/nm-device.c:1841
+#: ../libnm-util/nm-connection.c:1632 ../libnm/nm-device.c:1547
msgid "VLAN"
msgstr ""
@@ -7201,7 +7357,7 @@ msgid "Slaves"
msgstr ""
#: ../clients/tui/nmt-page-bond.c:375 ../clients/tui/nmt-page-ip-tunnel.c:148
-#: ../clients/tui/nmt-page-wifi.c:219
+#: ../clients/tui/nmt-page-wifi.c:218
msgid "Mode"
msgstr ""
@@ -7236,7 +7392,7 @@ msgid "ARP targets"
msgstr ""
#: ../clients/tui/nmt-page-bond.c:428 ../clients/tui/nmt-page-ethernet.c:77
-#: ../clients/tui/nmt-page-vlan.c:110 ../clients/tui/nmt-page-wifi.c:353
+#: ../clients/tui/nmt-page-vlan.c:110 ../clients/tui/nmt-page-wifi.c:352
msgid "Cloned MAC address"
msgstr ""
@@ -7290,6 +7446,10 @@ msgstr ""
msgid "Max age"
msgstr ""
+#: ../clients/tui/nmt-page-bridge.c:154
+msgid "Group forward mask"
+msgstr ""
+
#: ../clients/tui/nmt-page-ethernet.c:70
msgid "ETHERNET"
msgstr ""
@@ -7297,7 +7457,7 @@ msgstr ""
#: ../clients/tui/nmt-page-ethernet.c:83
#: ../clients/tui/nmt-page-infiniband.c:94
#: ../clients/tui/nmt-page-ip-tunnel.c:186 ../clients/tui/nmt-page-vlan.c:116
-#: ../clients/tui/nmt-page-wifi.c:359
+#: ../clients/tui/nmt-page-wifi.c:358
msgid "MTU"
msgstr ""
@@ -7377,7 +7537,11 @@ msgstr ""
msgid "Ignore automatically obtained routes"
msgstr ""
-#: ../clients/tui/nmt-page-ip4.c:187
+#: ../clients/tui/nmt-page-ip4.c:185 ../clients/tui/nmt-page-ip6.c:183
+msgid "Ignore automatically obtained DNS parameters"
+msgstr ""
+
+#: ../clients/tui/nmt-page-ip4.c:193
msgid "Require IPv4 addressing for this connection"
msgstr ""
@@ -7393,7 +7557,7 @@ msgstr ""
msgid "IPv6 CONFIGURATION"
msgstr ""
-#: ../clients/tui/nmt-page-ip6.c:185
+#: ../clients/tui/nmt-page-ip6.c:191
msgid "Require IPv6 addressing for this connection"
msgstr ""
@@ -7611,39 +7775,39 @@ msgstr ""
msgid "Shared Key"
msgstr ""
-#: ../clients/tui/nmt-page-wifi.c:203
+#: ../clients/tui/nmt-page-wifi.c:202
msgid "WI-FI"
msgstr ""
-#: ../clients/tui/nmt-page-wifi.c:245
+#: ../clients/tui/nmt-page-wifi.c:244
msgid "Channel"
msgstr ""
-#: ../clients/tui/nmt-page-wifi.c:250
+#: ../clients/tui/nmt-page-wifi.c:249
msgid "Security"
msgstr ""
#. "wpa-enterprise"
#. FIXME
-#: ../clients/tui/nmt-page-wifi.c:271
+#: ../clients/tui/nmt-page-wifi.c:270
msgid "(No support for wpa-enterprise yet...)"
msgstr ""
-#: ../clients/tui/nmt-page-wifi.c:281 ../clients/tui/nmt-page-wifi.c:300
+#: ../clients/tui/nmt-page-wifi.c:280 ../clients/tui/nmt-page-wifi.c:299
msgid "WEP index"
msgstr ""
-#: ../clients/tui/nmt-page-wifi.c:289 ../clients/tui/nmt-page-wifi.c:308
+#: ../clients/tui/nmt-page-wifi.c:288 ../clients/tui/nmt-page-wifi.c:307
msgid "Authentication"
msgstr ""
#. "dynamic-wep"
#. FIXME
-#: ../clients/tui/nmt-page-wifi.c:314
+#: ../clients/tui/nmt-page-wifi.c:313
msgid "(No support for dynamic-wep yet...)"
msgstr ""
-#: ../clients/tui/nmt-page-wifi.c:347
+#: ../clients/tui/nmt-page-wifi.c:346
msgid "BSSID"
msgstr ""
@@ -7687,63 +7851,64 @@ msgstr ""
msgid "Remove"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:54
+#: ../clients/tui/nmtui-connect.c:55
msgid ""
"openconnect will be run to authenticate.\n"
"It will return to nmtui when completed."
msgstr ""
-#: ../clients/tui/nmtui-connect.c:68
+#: ../clients/tui/nmtui-connect.c:69
#, c-format
msgid "Error: openconnect failed: %s"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:75
+#: ../clients/tui/nmtui-connect.c:76
#, c-format
msgid "openconnect failed with status %d"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:79
+#: ../clients/tui/nmtui-connect.c:80
#, c-format
msgid "openconnect failed with signal %d"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:178
-msgid "Activation failed"
+#: ../clients/tui/nmtui-connect.c:186
+#, c-format
+msgid "Activation failed: %s"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:233
+#: ../clients/tui/nmtui-connect.c:257
msgid "Connecting..."
msgstr ""
-#: ../clients/tui/nmtui-connect.c:271 ../clients/tui/nmtui-connect.c:302
+#: ../clients/tui/nmtui-connect.c:295 ../clients/tui/nmtui-connect.c:332
#, c-format
msgid "Could not activate connection: %s"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:362 ../clients/tui/nmtui-connect.c:411
+#: ../clients/tui/nmtui-connect.c:394 ../clients/tui/nmtui-connect.c:443
msgid "Activate"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:364
+#: ../clients/tui/nmtui-connect.c:396
msgid "Deactivate"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:416 ../clients/tui/nmtui-edit.c:120
+#: ../clients/tui/nmtui-connect.c:448 ../clients/tui/nmtui-edit.c:120
#: ../clients/tui/nmtui.c:130
msgid "Quit"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:416 ../clients/tui/nmtui-edit.c:120
+#: ../clients/tui/nmtui-connect.c:448 ../clients/tui/nmtui-edit.c:120
msgid "Back"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:439
+#: ../clients/tui/nmtui-connect.c:471
#, c-format
msgid "No such connection '%s'"
msgstr ""
-#: ../clients/tui/nmtui-connect.c:441
+#: ../clients/tui/nmtui-connect.c:473
msgid "Connection is already active"
msgstr ""
@@ -8126,54 +8291,56 @@ msgstr ""
msgid "Could not generate random data."
msgstr ""
-#: ../libnm-core/nm-connection.c:229
+#: ../libnm-core/nm-connection.c:249
msgid "wrong type; should be a list of strings."
msgstr ""
-#: ../libnm-core/nm-connection.c:299
+#: ../libnm-core/nm-connection.c:319
msgid "unknown setting name"
msgstr ""
-#: ../libnm-core/nm-connection.c:311
+#: ../libnm-core/nm-connection.c:331
msgid "duplicate setting name"
msgstr ""
-#: ../libnm-core/nm-connection.c:1080
+#: ../libnm-core/nm-connection.c:1233
msgid "setting not found"
msgstr ""
-#: ../libnm-core/nm-connection.c:1146
+#: ../libnm-core/nm-connection.c:1300
msgid "setting not allowed in slave connection"
msgstr ""
-#: ../libnm-core/nm-connection.c:1162
+#: ../libnm-core/nm-connection.c:1316
msgid "setting is required for non-slave connections"
msgstr ""
-#: ../libnm-core/nm-connection.c:1257
+#: ../libnm-core/nm-connection.c:1412
msgid "Unexpected failure to verify the connection"
msgstr ""
-#: ../libnm-core/nm-connection.c:1296
+#: ../libnm-core/nm-connection.c:1454
msgid "Unexpected failure to normalize the connection"
msgstr ""
-#: ../libnm-core/nm-connection.c:1797 ../libnm-core/nm-setting-8021x.c:2876
-#: ../libnm-core/nm-setting-8021x.c:2893 ../libnm-core/nm-setting-8021x.c:2924
-#: ../libnm-core/nm-setting-8021x.c:2941 ../libnm-core/nm-setting-8021x.c:2983
-#: ../libnm-core/nm-setting-8021x.c:2995 ../libnm-core/nm-setting-8021x.c:3013
-#: ../libnm-core/nm-setting-8021x.c:3025 ../libnm-core/nm-setting-8021x.c:3049
-#: ../libnm-core/nm-setting-8021x.c:3230 ../libnm-core/nm-setting-adsl.c:189
-#: ../libnm-core/nm-setting-bluetooth.c:120
-#: ../libnm-core/nm-setting-bluetooth.c:138 ../libnm-core/nm-setting-cdma.c:159
-#: ../libnm-core/nm-setting-connection.c:871
-#: ../libnm-core/nm-setting-connection.c:912
-#: ../libnm-core/nm-setting-connection.c:1026
-#: ../libnm-core/nm-setting-ip-config.c:2409
+#: ../libnm-core/nm-connection.c:1973 ../libnm-core/nm-setting-8021x.c:2881
+#: ../libnm-core/nm-setting-8021x.c:2898 ../libnm-core/nm-setting-8021x.c:2929
+#: ../libnm-core/nm-setting-8021x.c:2946 ../libnm-core/nm-setting-8021x.c:2988
+#: ../libnm-core/nm-setting-8021x.c:3000 ../libnm-core/nm-setting-8021x.c:3018
+#: ../libnm-core/nm-setting-8021x.c:3030 ../libnm-core/nm-setting-8021x.c:3054
+#: ../libnm-core/nm-setting-8021x.c:3235 ../libnm-core/nm-setting-adsl.c:189
+#: ../libnm-core/nm-setting-bluetooth.c:138
+#: ../libnm-core/nm-setting-bluetooth.c:196
+#: ../libnm-core/nm-setting-bluetooth.c:210 ../libnm-core/nm-setting-cdma.c:159
+#: ../libnm-core/nm-setting-connection.c:894
+#: ../libnm-core/nm-setting-connection.c:937
+#: ../libnm-core/nm-setting-connection.c:1066
+#: ../libnm-core/nm-setting-ip-config.c:2513
#: ../libnm-core/nm-setting-ip-tunnel.c:352
#: ../libnm-core/nm-setting-olpc-mesh.c:120
-#: ../libnm-core/nm-setting-pppoe.c:142 ../libnm-core/nm-setting-vpn.c:419
-#: ../libnm-core/nm-setting-vxlan.c:360 ../libnm-core/nm-setting-wimax.c:126
+#: ../libnm-core/nm-setting-ovs-patch.c:95 ../libnm-core/nm-setting-pppoe.c:161
+#: ../libnm-core/nm-setting-vpn.c:419 ../libnm-core/nm-setting-vxlan.c:360
+#: ../libnm-core/nm-setting-wimax.c:126
#: ../libnm-core/nm-setting-wireless-security.c:900
#: ../libnm-core/nm-setting-wireless.c:750 ../libnm-util/nm-setting.c:1357
#: ../libnm-util/nm-setting.c:1376 ../libnm-util/nm-setting.c:1394
@@ -8198,7 +8365,7 @@ msgstr ""
msgid "property is missing"
msgstr ""
-#: ../libnm-core/nm-connection.c:1942
+#: ../libnm-core/nm-connection.c:2117
msgid "IP Tunnel"
msgstr ""
@@ -8207,165 +8374,165 @@ msgstr ""
msgid "Method returned type '%s', but expected '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:144
+#: ../libnm-core/nm-keyfile-reader.c:143
msgid "ignoring missing number"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:153
+#: ../libnm-core/nm-keyfile-reader.c:151
#, c-format
msgid "ignoring invalid number '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:173
+#: ../libnm-core/nm-keyfile-reader.c:172
#, c-format
msgid "ignoring invalid %s address: %s"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:213
+#: ../libnm-core/nm-keyfile-reader.c:214
#, c-format
msgid "ignoring invalid gateway '%s' for %s route"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:233
+#: ../libnm-core/nm-keyfile-reader.c:235
#, c-format
msgid "ignoring invalid %s route: %s"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:351
+#: ../libnm-core/nm-keyfile-reader.c:361
#, c-format
msgid "unexpected character '%c' for address %s: '%s' (position %td)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:361
+#: ../libnm-core/nm-keyfile-reader.c:371
#, c-format
msgid "unexpected character '%c' for %s: '%s' (position %td)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:370
+#: ../libnm-core/nm-keyfile-reader.c:380
#, c-format
msgid "unexpected character '%c' in prefix length for %s: '%s' (position %td)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:381
+#: ../libnm-core/nm-keyfile-reader.c:391
#, c-format
msgid "garbage at the end of value %s: '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:387
+#: ../libnm-core/nm-keyfile-reader.c:397
#, c-format
msgid "deprecated semicolon at the end of value %s: '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:402
+#: ../libnm-core/nm-keyfile-reader.c:412
#, c-format
msgid "invalid prefix length for %s '%s', defaulting to %d"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:409
+#: ../libnm-core/nm-keyfile-reader.c:419
#, c-format
msgid "missing prefix length for %s '%s', defaulting to %d"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:543
+#: ../libnm-core/nm-keyfile-reader.c:553
#, c-format
msgid "ignoring invalid DNS server IPv4 address '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:582
+#: ../libnm-core/nm-keyfile-reader.c:592
#, c-format
msgid "ignoring invalid DNS server IPv6 address '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:676 ../libnm-core/nm-keyfile-reader.c:1603
+#: ../libnm-core/nm-keyfile-reader.c:686 ../libnm-core/nm-keyfile-reader.c:1613
#, c-format
msgid "ignoring invalid byte element '%d' (not between 0 and 255 inclusive)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:687
+#: ../libnm-core/nm-keyfile-reader.c:697
msgid "ignoring invalid MAC address"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:924
+#: ../libnm-core/nm-keyfile-reader.c:934
msgid "ignoring invalid SSID"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:940
+#: ../libnm-core/nm-keyfile-reader.c:950
msgid "ignoring invalid raw password"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1015
-#: ../libnm-core/nm-keyfile-reader.c:1191
+#: ../libnm-core/nm-keyfile-reader.c:1025
+#: ../libnm-core/nm-keyfile-reader.c:1201
#, c-format
msgid "certificate or key file '%s' does not exist"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1020
+#: ../libnm-core/nm-keyfile-reader.c:1030
#, c-format
msgid "invalid key/cert value path \"%s\""
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1030
+#: ../libnm-core/nm-keyfile-reader.c:1040
#, c-format
msgid "invalid PKCS#11 URI \"%s\""
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1068
+#: ../libnm-core/nm-keyfile-reader.c:1078
msgid "invalid key/cert value data:;base64, is not base64"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1081
+#: ../libnm-core/nm-keyfile-reader.c:1091
msgid "invalid key/cert value data:;base64,file://"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1228
+#: ../libnm-core/nm-keyfile-reader.c:1238
msgid "invalid key/cert value is not a valid blob"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1233
+#: ../libnm-core/nm-keyfile-reader.c:1243
msgid "invalid key/cert value"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1280
+#: ../libnm-core/nm-keyfile-reader.c:1290
#, c-format
msgid "invalid parity value '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1298
+#: ../libnm-core/nm-keyfile-reader.c:1308
#, c-format
msgid "ignoring invalid team configuration: %s"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1504
+#: ../libnm-core/nm-keyfile-reader.c:1514
#, fuzzy, c-format
msgid "error loading setting value: %s"
msgstr "pamyłka pry apracoŭvańni paviedamleńnia ad sietkavaha linka: %s"
-#: ../libnm-core/nm-keyfile-reader.c:1536
+#: ../libnm-core/nm-keyfile-reader.c:1546
#, c-format
msgid "invalid negative value (%i)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1557
+#: ../libnm-core/nm-keyfile-reader.c:1567
#, c-format
msgid "invalid char value (%i)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1580
+#: ../libnm-core/nm-keyfile-reader.c:1590
#, c-format
msgid "invalid int64 value (%s)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1639
+#: ../libnm-core/nm-keyfile-reader.c:1649
#, c-format
msgid "too large FLAGS property '%s' (%llu)"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1652
+#: ../libnm-core/nm-keyfile-reader.c:1662
#, c-format
msgid "unhandled setting property type '%s'"
msgstr ""
-#: ../libnm-core/nm-keyfile-reader.c:1683
+#: ../libnm-core/nm-keyfile-reader.c:1693
#, c-format
msgid "invalid setting name '%s'"
msgstr ""
@@ -8408,24 +8575,24 @@ msgstr ""
msgid "invalid phase2 private key"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:2883 ../libnm-core/nm-setting-8021x.c:2900
-#: ../libnm-core/nm-setting-8021x.c:2931 ../libnm-core/nm-setting-8021x.c:2948
-#: ../libnm-core/nm-setting-8021x.c:2989 ../libnm-core/nm-setting-8021x.c:3001
-#: ../libnm-core/nm-setting-8021x.c:3019 ../libnm-core/nm-setting-8021x.c:3031
-#: ../libnm-core/nm-setting-8021x.c:3056 ../libnm-core/nm-setting-adsl.c:196
+#: ../libnm-core/nm-setting-8021x.c:2888 ../libnm-core/nm-setting-8021x.c:2905
+#: ../libnm-core/nm-setting-8021x.c:2936 ../libnm-core/nm-setting-8021x.c:2953
+#: ../libnm-core/nm-setting-8021x.c:2994 ../libnm-core/nm-setting-8021x.c:3006
+#: ../libnm-core/nm-setting-8021x.c:3024 ../libnm-core/nm-setting-8021x.c:3036
+#: ../libnm-core/nm-setting-8021x.c:3061 ../libnm-core/nm-setting-adsl.c:196
#: ../libnm-core/nm-setting-cdma.c:166 ../libnm-core/nm-setting-cdma.c:175
-#: ../libnm-core/nm-setting-connection.c:878
-#: ../libnm-core/nm-setting-connection.c:923 ../libnm-core/nm-setting-gsm.c:299
+#: ../libnm-core/nm-setting-connection.c:901
+#: ../libnm-core/nm-setting-connection.c:949 ../libnm-core/nm-setting-gsm.c:299
#: ../libnm-core/nm-setting-gsm.c:356 ../libnm-core/nm-setting-gsm.c:393
-#: ../libnm-core/nm-setting-gsm.c:402 ../libnm-core/nm-setting-ip-config.c:2416
+#: ../libnm-core/nm-setting-gsm.c:402 ../libnm-core/nm-setting-ip-config.c:2520
#: ../libnm-core/nm-setting-ip4-config.c:198
#: ../libnm-core/nm-setting-ip4-config.c:205
-#: ../libnm-core/nm-setting-pppoe.c:149 ../libnm-core/nm-setting-pppoe.c:158
+#: ../libnm-core/nm-setting-pppoe.c:168 ../libnm-core/nm-setting-pppoe.c:177
#: ../libnm-core/nm-setting-vpn.c:428 ../libnm-core/nm-setting-vpn.c:438
#: ../libnm-core/nm-setting-wimax.c:135
#: ../libnm-core/nm-setting-wireless-security.c:930
#: ../libnm-core/nm-setting-wireless-security.c:954
-#: ../libnm-core/nm-setting.c:1135 ../libnm-util/nm-setting-8021x.c:2332
+#: ../libnm-core/nm-setting.c:1118 ../libnm-util/nm-setting-8021x.c:2332
#: ../libnm-util/nm-setting-8021x.c:2349 ../libnm-util/nm-setting-8021x.c:2390
#: ../libnm-util/nm-setting-8021x.c:2407 ../libnm-util/nm-setting-8021x.c:2458
#: ../libnm-util/nm-setting-8021x.c:2470 ../libnm-util/nm-setting-8021x.c:2488
@@ -8444,25 +8611,25 @@ msgstr ""
msgid "property is empty"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:2913 ../libnm-core/nm-setting-8021x.c:2961
+#: ../libnm-core/nm-setting-8021x.c:2918 ../libnm-core/nm-setting-8021x.c:2966
#: ../libnm-util/nm-setting-8021x.c:2360 ../libnm-util/nm-setting-8021x.c:2372
#: ../libnm-util/nm-setting-8021x.c:2418 ../libnm-util/nm-setting-8021x.c:2430
#, c-format
msgid "has to match '%s' property for PKCS#12"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:3192
+#: ../libnm-core/nm-setting-8021x.c:3197
#, c-format
msgid "certificate is invalid: %s"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:3202
+#: ../libnm-core/nm-setting-8021x.c:3207
#, c-format
msgid "password is not supported when certificate is not on a PKCS#11 token"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:3239
-#: ../libnm-core/nm-setting-bluetooth.c:129
+#: ../libnm-core/nm-setting-8021x.c:3244
+#: ../libnm-core/nm-setting-bluetooth.c:123
#: ../libnm-core/nm-setting-infiniband.c:192
#: ../libnm-core/nm-setting-infiniband.c:207
#: ../libnm-core/nm-setting-ip4-config.c:189
@@ -8504,10 +8671,10 @@ msgstr ""
msgid "property is invalid"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:3264 ../libnm-core/nm-setting-8021x.c:3274
-#: ../libnm-core/nm-setting-8021x.c:3284 ../libnm-core/nm-setting-8021x.c:3303
-#: ../libnm-core/nm-setting-8021x.c:3313 ../libnm-core/nm-setting-adsl.c:208
-#: ../libnm-core/nm-setting-adsl.c:220 ../libnm-core/nm-setting-bluetooth.c:146
+#: ../libnm-core/nm-setting-8021x.c:3269 ../libnm-core/nm-setting-8021x.c:3279
+#: ../libnm-core/nm-setting-8021x.c:3289 ../libnm-core/nm-setting-8021x.c:3308
+#: ../libnm-core/nm-setting-8021x.c:3318 ../libnm-core/nm-setting-adsl.c:208
+#: ../libnm-core/nm-setting-adsl.c:220 ../libnm-core/nm-setting-bluetooth.c:151
#: ../libnm-core/nm-setting-wireless-security.c:909
#: ../libnm-util/nm-setting-8021x.c:2714 ../libnm-util/nm-setting-8021x.c:2724
#: ../libnm-util/nm-setting-8021x.c:2734 ../libnm-util/nm-setting-8021x.c:2744
@@ -8518,95 +8685,110 @@ msgstr ""
msgid "'%s' is not a valid value for the property"
msgstr ""
-#: ../libnm-core/nm-setting-8021x.c:3294
+#: ../libnm-core/nm-setting-8021x.c:3299
msgid "invalid auth flags"
msgstr ""
-#: ../libnm-core/nm-setting-bluetooth.c:168
+#: ../libnm-core/nm-setting-bluetooth.c:173
#, c-format
msgid "'%s' connection requires '%s' or '%s' setting"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:552 ../libnm-util/nm-setting-bond.c:502
+#: ../libnm-core/nm-setting-bluetooth.c:219
+#, c-format
+msgid "'%s' connection requires '%s' setting"
+msgstr ""
+
+#: ../libnm-core/nm-setting-bond.c:568 ../libnm-util/nm-setting-bond.c:517
#, c-format
msgid "invalid option '%s' or its value '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:577 ../libnm-util/nm-setting-bond.c:521
+#: ../libnm-core/nm-setting-bond.c:593 ../libnm-util/nm-setting-bond.c:536
#, c-format
msgid "only one of '%s' and '%s' can be set"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:590 ../libnm-util/nm-setting-bond.c:532
+#: ../libnm-core/nm-setting-bond.c:606 ../libnm-util/nm-setting-bond.c:547
#, c-format
msgid "mandatory option '%s' is missing"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:600 ../libnm-util/nm-setting-bond.c:541
+#: ../libnm-core/nm-setting-bond.c:616 ../libnm-util/nm-setting-bond.c:556
#, c-format
msgid "'%s' is not a valid value for '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:614 ../libnm-util/nm-setting-bond.c:554
+#: ../libnm-core/nm-setting-bond.c:630 ../libnm-util/nm-setting-bond.c:569
#, c-format
msgid "'%s=%s' is incompatible with '%s > 0'"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:629
+#: ../libnm-core/nm-setting-bond.c:645
#, c-format
msgid "'%s' is not valid for the '%s' option: %s"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
+#: ../libnm-core/nm-setting-bond.c:656 ../libnm-util/nm-setting-bond.c:592
#, c-format
msgid "'%s' option is only valid for '%s=%s'"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:653 ../libnm-util/nm-setting-bond.c:590
+#: ../libnm-core/nm-setting-bond.c:669 ../libnm-util/nm-setting-bond.c:605
#, c-format
msgid "'%s=%s' is not a valid configuration for '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:666 ../libnm-core/nm-setting-bond.c:675
-#: ../libnm-core/nm-setting-bond.c:695 ../libnm-core/nm-setting-bond.c:731
-#: ../libnm-util/nm-setting-bond.c:603 ../libnm-util/nm-setting-bond.c:612
-#: ../libnm-util/nm-setting-bond.c:632 ../libnm-util/nm-setting-bond.c:668
+#: ../libnm-core/nm-setting-bond.c:682 ../libnm-core/nm-setting-bond.c:691
+#: ../libnm-core/nm-setting-bond.c:711 ../libnm-core/nm-setting-bond.c:747
+#: ../libnm-util/nm-setting-bond.c:618 ../libnm-util/nm-setting-bond.c:627
+#: ../libnm-util/nm-setting-bond.c:647 ../libnm-util/nm-setting-bond.c:683
#, c-format
msgid "'%s' option requires '%s' option to be set"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:706 ../libnm-util/nm-setting-bond.c:643
+#: ../libnm-core/nm-setting-bond.c:722 ../libnm-util/nm-setting-bond.c:658
#, c-format
msgid "'%s' option is empty"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:718 ../libnm-util/nm-setting-bond.c:655
+#: ../libnm-core/nm-setting-bond.c:734 ../libnm-util/nm-setting-bond.c:670
#, c-format
msgid "'%s' is not a valid IPv4 address for '%s' option"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:746 ../libnm-util/nm-setting-bond.c:682
+#: ../libnm-core/nm-setting-bond.c:762 ../libnm-util/nm-setting-bond.c:697
#, c-format
msgid "'%s' option is only valid with mode '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:757
+#: ../libnm-core/nm-setting-bond.c:773
#, c-format
msgid "'%s' and '%s' cannot have different values"
msgstr ""
-#: ../libnm-core/nm-setting-bond.c:773
+#: ../libnm-core/nm-setting-bond.c:789
#, c-format
msgid "'%s' option should be string"
msgstr ""
+#: ../libnm-core/nm-setting-bond.c:805
+#, c-format
+msgid "'%s' option is not valid with mode '%s'"
+msgstr ""
+
#: ../libnm-core/nm-setting-bridge-port.c:127
+#: ../libnm-core/nm-setting-ovs-interface.c:262
+#: ../libnm-core/nm-setting-ovs-port.c:189
+#: ../libnm-core/nm-setting-ovs-bridge.c:152
#: ../libnm-core/nm-setting-team-port.c:99
#, c-format
msgid "missing setting"
msgstr ""
#: ../libnm-core/nm-setting-bridge-port.c:138
+#: ../libnm-core/nm-setting-ovs-interface.c:283
+#: ../libnm-core/nm-setting-ovs-port.c:210
#: ../libnm-core/nm-setting-team-port.c:110
#, c-format
msgid ""
@@ -8614,75 +8796,84 @@ msgid ""
"Instead it is '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-bridge.c:227 ../libnm-util/nm-setting-bridge.c:269
+#: ../libnm-core/nm-setting-bridge.c:245 ../libnm-util/nm-setting-bridge.c:269
#, c-format
msgid "value '%d' is out of range <%d-%d>"
msgstr ""
-#: ../libnm-core/nm-setting-bridge.c:244 ../libnm-core/nm-setting-wired.c:652
+#: ../libnm-core/nm-setting-bridge.c:262 ../libnm-core/nm-setting-wired.c:652
#: ../libnm-core/nm-setting-wired.c:714 ../libnm-core/nm-setting-wired.c:756
#: ../libnm-util/nm-setting-bridge.c:286 ../libnm-util/nm-setting-wired.c:633
#: ../libnm-util/nm-setting-wired.c:691
msgid "is not a valid MAC address"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:850
+#: ../libnm-core/nm-setting-bridge.c:303
+msgid "the mask can't contain bits 0 (STP), 1 (MAC) or 2 (LACP)"
+msgstr ""
+
+#: ../libnm-core/nm-setting-connection.c:871
#, c-format
msgid "setting required for connection of type '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:887
+#: ../libnm-core/nm-setting-connection.c:910
#: ../libnm-util/nm-setting-connection.c:791
#, c-format
msgid "'%s' is not a valid UUID"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:933
+#: ../libnm-core/nm-setting-connection.c:960
#, c-format
msgid "connection type '%s' is not valid"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:968
+#: ../libnm-core/nm-setting-connection.c:996
#: ../libnm-util/nm-setting-connection.c:877
#, c-format
msgid "Unknown slave type '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:979
+#: ../libnm-core/nm-setting-connection.c:1007
#: ../libnm-util/nm-setting-connection.c:887
#, c-format
msgid "Slave connections need a valid '%s' property"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:1000
+#: ../libnm-core/nm-setting-connection.c:1028
#: ../libnm-util/nm-setting-connection.c:897
#, c-format
msgid "Cannot set '%s' without '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:1014
+#: ../libnm-core/nm-setting-connection.c:1041
+#, c-format
+msgid "Only '%s' connections can be enslaved to '%s'"
+msgstr ""
+
+#: ../libnm-core/nm-setting-connection.c:1054
#, c-format
msgid "metered value %d is not valid"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:1035
+#: ../libnm-core/nm-setting-connection.c:1075
#, c-format
msgid "property type should be set to '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:1050
+#: ../libnm-core/nm-setting-connection.c:1090
#, c-format
msgid "slave-type '%s' requires a '%s' setting in the connection"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:1060
+#: ../libnm-core/nm-setting-connection.c:1100
#, c-format
msgid ""
"Detect a slave connection with '%s' set and a port type '%s'. '%s' should be "
"set to '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-connection.c:1077
+#: ../libnm-core/nm-setting-connection.c:1117
#, c-format
msgid "A slave connection with '%s' set to '%s' cannot have a '%s' setting"
msgstr ""
@@ -8750,7 +8941,7 @@ msgstr ""
msgid "InfiniBand P_Key connection did not specify parent interface name"
msgstr ""
-#: ../libnm-core/nm-setting-infiniband.c:275
+#: ../libnm-core/nm-setting-infiniband.c:276
#: ../libnm-util/nm-setting-infiniband.c:285
#, c-format
msgid ""
@@ -8758,7 +8949,7 @@ msgid ""
"it is '%s')"
msgstr ""
-#: ../libnm-core/nm-setting-infiniband.c:290
+#: ../libnm-core/nm-setting-infiniband.c:291
#, c-format
msgid "mtu for transport mode '%s' can be at most %d but it is %d"
msgstr ""
@@ -8798,81 +8989,81 @@ msgstr ""
msgid "Invalid routing metric '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1260
+#: ../libnm-core/nm-setting-ip-config.c:1316
msgid "unknown attribute"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1270
+#: ../libnm-core/nm-setting-ip-config.c:1326
#, c-format
msgid "invalid attribute type '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1281
+#: ../libnm-core/nm-setting-ip-config.c:1337
#, c-format
msgid "attribute is not valid for a IPv4 route"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1282
+#: ../libnm-core/nm-setting-ip-config.c:1338
#, c-format
msgid "attribute is not valid for a IPv6 route"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1298
-#: ../libnm-core/nm-setting-ip-config.c:1322
+#: ../libnm-core/nm-setting-ip-config.c:1354
+#: ../libnm-core/nm-setting-ip-config.c:1378
#, c-format
msgid "'%s' is not a valid IPv4 address"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1299
-#: ../libnm-core/nm-setting-ip-config.c:1323
+#: ../libnm-core/nm-setting-ip-config.c:1355
+#: ../libnm-core/nm-setting-ip-config.c:1379
#, c-format
msgid "'%s' is not a valid IPv6 address"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:1313
+#: ../libnm-core/nm-setting-ip-config.c:1369
#, c-format
msgid "invalid prefix %s"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2429
+#: ../libnm-core/nm-setting-ip-config.c:2533
#, c-format
msgid "%d. DNS server address is invalid"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2445
+#: ../libnm-core/nm-setting-ip-config.c:2549
#, c-format
msgid "%d. IP address is invalid"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2457
+#: ../libnm-core/nm-setting-ip-config.c:2561
#, c-format
msgid "%d. IP address has 'label' property with invalid type"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2466
+#: ../libnm-core/nm-setting-ip-config.c:2570
#, c-format
msgid "%d. IP address has invalid label '%s'"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2480
+#: ../libnm-core/nm-setting-ip-config.c:2584
msgid "gateway cannot be set if there are no addresses configured"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2489
+#: ../libnm-core/nm-setting-ip-config.c:2593
msgid "gateway is invalid"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2503
+#: ../libnm-core/nm-setting-ip-config.c:2607
#, c-format
msgid "%d. route is invalid"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2512
+#: ../libnm-core/nm-setting-ip-config.c:2616
#, c-format
msgid "%d. route cannot be a default route"
msgstr ""
-#: ../libnm-core/nm-setting-ip-config.c:2523
+#: ../libnm-core/nm-setting-ip-config.c:2627
#, c-format
msgid "a gateway is incompatible with '%s'"
msgstr ""
@@ -9022,6 +9213,97 @@ msgstr ""
msgid "'%d' is not a valid channel"
msgstr ""
+#: ../libnm-core/nm-setting-ovs-interface.c:113
+#, c-format
+msgid "'%s' is not a valid interface type"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:135
+#, c-format
+msgid "A connection with a '%s' setting needs connection.type explicitly set"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:147
+#, c-format
+msgid "A connection of type '%s' cannot have ovs-interface.type \"system\""
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:159
+#, c-format
+msgid "A connection of type '%s' cannot have an ovs-interface.type \"%s\""
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:175
+#, c-format
+msgid ""
+"A connection with '%s' setting must be of connection.type \"ovs-interface\" "
+"but is \"%s\""
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:186
+#, c-format
+msgid ""
+"A connection with '%s' setting needs to be of 'patch' interface type, not "
+"'%s'"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:201
+#, c-format
+msgid "A connection with ovs-interface.type '%s' setting a 'ovs-patch' setting"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:221
+#, c-format
+msgid "Missing ovs interface setting"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:227
+#, c-format
+msgid "Missing ovs interface type"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-interface.c:271
+#: ../libnm-core/nm-setting-ovs-port.c:198
+#, c-format
+msgid "A connection with a '%s' setting must have a master."
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-patch.c:110
+#: ../libnm-core/nm-setting-vxlan.c:375
+#, c-format
+msgid "'%s' is not a valid IP address"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-port.c:223
+#, c-format
+msgid "'%s' is not allowed in vlan_mode"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-port.c:233
+#, c-format
+msgid "the tag id must be in range 0-4094 but is %u"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-port.c:243
+#, c-format
+msgid "'%s' is not allowed in lacp"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-port.c:253
+#, c-format
+msgid "'%s' is not allowed in bond_mode"
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-bridge.c:161
+#, c-format
+msgid "A connection with a '%s' setting must not have a master."
+msgstr ""
+
+#: ../libnm-core/nm-setting-ovs-bridge.c:172
+#, c-format
+msgid "'%s' is not allowed in fail_mode"
+msgstr ""
+
#: ../libnm-core/nm-setting-ppp.c:365 ../libnm-util/nm-setting-ppp.c:387
#, c-format
msgid "'%d' is out of valid range <128-16384>"
@@ -9057,7 +9339,7 @@ msgstr ""
msgid "the script lacks FindProxyForURL function"
msgstr ""
-#: ../libnm-core/nm-setting-team.c:94 ../libnm-core/nm-setting-team-port.c:122
+#: ../libnm-core/nm-setting-team.c:93 ../libnm-core/nm-setting-team-port.c:122
#, c-format
msgid "team config exceeds size limit"
msgstr ""
@@ -9137,11 +9419,11 @@ msgstr ""
msgid "the vlan id must be in range 0-4094 but is %u"
msgstr ""
-#: ../libnm-core/nm-setting-vlan.c:679 ../libnm-util/nm-setting-vlan.c:591
+#: ../libnm-core/nm-setting-vlan.c:680 ../libnm-util/nm-setting-vlan.c:591
msgid "flags are invalid"
msgstr ""
-#: ../libnm-core/nm-setting-vlan.c:691
+#: ../libnm-core/nm-setting-vlan.c:692
msgid "vlan setting should have a ethernet setting as well"
msgstr ""
@@ -9159,7 +9441,7 @@ msgstr ""
msgid "secret value was empty"
msgstr ""
-#: ../libnm-core/nm-setting-vpn.c:545 ../libnm-core/nm-setting.c:1785
+#: ../libnm-core/nm-setting-vpn.c:545 ../libnm-core/nm-setting.c:1788
msgid "not a secret property"
msgstr ""
@@ -9172,11 +9454,6 @@ msgstr ""
msgid "failed to convert value '%s' to uint"
msgstr ""
-#: ../libnm-core/nm-setting-vxlan.c:375
-#, c-format
-msgid "'%s' is not a valid IP address"
-msgstr ""
-
#: ../libnm-core/nm-setting-vxlan.c:388
#, c-format
msgid "'%s' is not a valid IP%c address"
@@ -9288,167 +9565,167 @@ msgstr ""
msgid "conflicting value of mac-address-randomization and cloned-mac-address"
msgstr ""
-#: ../libnm-core/nm-setting.c:838
+#: ../libnm-core/nm-setting.c:821
#, c-format
msgid "duplicate property"
msgstr ""
-#: ../libnm-core/nm-setting.c:866 ../libnm-core/nm-setting.c:913
+#: ../libnm-core/nm-setting.c:849 ../libnm-core/nm-setting.c:896
#, c-format
msgid "can't set property of type '%s' from value of type '%s'"
msgstr ""
-#: ../libnm-core/nm-setting.c:885 ../libnm-core/nm-setting.c:899
+#: ../libnm-core/nm-setting.c:868 ../libnm-core/nm-setting.c:882
#, c-format
msgid "failed to set property: %s"
msgstr ""
-#: ../libnm-core/nm-setting.c:927
+#: ../libnm-core/nm-setting.c:910
#, c-format
msgid "can not set property: %s"
msgstr ""
-#: ../libnm-core/nm-setting.c:943
+#: ../libnm-core/nm-setting.c:926
#, c-format
msgid "unknown property"
msgstr ""
-#: ../libnm-core/nm-setting.c:1683
+#: ../libnm-core/nm-setting.c:1686
msgid "secret not found"
msgstr ""
-#: ../libnm-core/nm-setting.c:1775
+#: ../libnm-core/nm-setting.c:1778
msgid "secret is not set"
msgstr ""
-#: ../libnm-core/nm-utils.c:2415
+#: ../libnm-core/nm-utils.c:2412
#, c-format
msgid "failed stat file %s: %s"
msgstr ""
-#: ../libnm-core/nm-utils.c:2424
+#: ../libnm-core/nm-utils.c:2421
#, c-format
msgid "not a file (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:2435
+#: ../libnm-core/nm-utils.c:2432
#, c-format
msgid "invalid file owner %d for %s"
msgstr ""
-#: ../libnm-core/nm-utils.c:2446
+#: ../libnm-core/nm-utils.c:2443
#, c-format
msgid "file permissions for %s"
msgstr ""
-#: ../libnm-core/nm-utils.c:2456
+#: ../libnm-core/nm-utils.c:2453
#, c-format
msgid "reject %s"
msgstr ""
-#: ../libnm-core/nm-utils.c:2476
+#: ../libnm-core/nm-utils.c:2473
#, c-format
msgid "path is not absolute (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:2490
+#: ../libnm-core/nm-utils.c:2487
#, c-format
msgid "Plugin file does not exist (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:2498
+#: ../libnm-core/nm-utils.c:2495
#, c-format
msgid "Plugin is not a valid file (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:2508
+#: ../libnm-core/nm-utils.c:2505
#, c-format
msgid "libtool archives are not supported (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:2590 ../libnm-util/nm-utils.c:1803
+#: ../libnm-core/nm-utils.c:2587 ../libnm-util/nm-utils.c:1798
#, c-format
msgid "Could not find \"%s\" binary"
msgstr ""
-#: ../libnm-core/nm-utils.c:3636
+#: ../libnm-core/nm-utils.c:3633
#, c-format
msgid "not a valid ethernet MAC address for mask at position %lld"
msgstr ""
-#: ../libnm-core/nm-utils.c:3651
+#: ../libnm-core/nm-utils.c:3648
#, c-format
msgid "not a valid ethernet MAC address #%u at position %lld"
msgstr ""
-#: ../libnm-core/nm-utils.c:3685
+#: ../libnm-core/nm-utils.c:3684
msgid "interface name is too short"
msgstr ""
-#: ../libnm-core/nm-utils.c:3691
-msgid "interface name is longer than 15 characters"
-msgstr ""
-
-#: ../libnm-core/nm-utils.c:3697
+#: ../libnm-core/nm-utils.c:3693
msgid "interface name is reserved"
msgstr ""
-#: ../libnm-core/nm-utils.c:3704
+#: ../libnm-core/nm-utils.c:3705
msgid "interface name contains an invalid character"
msgstr ""
-#: ../libnm-core/nm-utils.c:4316 ../libnm-core/nm-utils.c:4450
+#: ../libnm-core/nm-utils.c:3711
+msgid "interface name is longer than 15 characters"
+msgstr ""
+
+#: ../libnm-core/nm-utils.c:4319 ../libnm-core/nm-utils.c:4464
msgid "value is NULL"
msgstr ""
-#: ../libnm-core/nm-utils.c:4316 ../libnm-core/nm-utils.c:4450
+#: ../libnm-core/nm-utils.c:4319 ../libnm-core/nm-utils.c:4464
msgid "value is empty"
msgstr ""
-#: ../libnm-core/nm-utils.c:4325
+#: ../libnm-core/nm-utils.c:4328
#, c-format
msgid "invalid JSON at position %d (%s)"
msgstr ""
-#: ../libnm-core/nm-utils.c:4337 ../libnm-core/nm-utils.c:4469
+#: ../libnm-core/nm-utils.c:4340 ../libnm-core/nm-utils.c:4483
msgid "is not a JSON object"
msgstr ""
-#: ../libnm-core/nm-utils.c:4439
+#: ../libnm-core/nm-utils.c:4453
msgid "not valid utf-8"
msgstr ""
-#: ../libnm-core/nm-utils.c:4564 ../libnm-core/nm-utils.c:4582
+#: ../libnm-core/nm-utils.c:4578 ../libnm-core/nm-utils.c:4596
#, c-format
msgid "unterminated escape sequence"
msgstr ""
-#: ../libnm-core/nm-utils.c:4592
+#: ../libnm-core/nm-utils.c:4606
#, c-format
msgid "missing key-value separator '%c'"
msgstr ""
-#: ../libnm-core/nm-utils.c:4609
+#: ../libnm-core/nm-utils.c:4623
#, c-format
msgid "unknown attribute '%s'"
msgstr ""
-#: ../libnm-core/nm-utils.c:4619
+#: ../libnm-core/nm-utils.c:4633
#, c-format
msgid "invalid uint32 value '%s' for attribute '%s'"
msgstr ""
-#: ../libnm-core/nm-utils.c:4628
+#: ../libnm-core/nm-utils.c:4642
#, c-format
msgid "invalid uint8 value '%s' for attribute '%s'"
msgstr ""
-#: ../libnm-core/nm-utils.c:4641
+#: ../libnm-core/nm-utils.c:4655
#, c-format
msgid "invalid boolean value '%s' for attribute '%s'"
msgstr ""
-#: ../libnm-core/nm-utils.c:4649
+#: ../libnm-core/nm-utils.c:4663
#, c-format
msgid "unsupported attribute '%s' of type '%s'"
msgstr ""
@@ -9535,52 +9812,52 @@ msgstr ""
msgid "missing service for VPN plugin info"
msgstr ""
-#: ../libnm-glib/nm-device.c:1825 ../libnm/nm-device.c:1521
+#: ../libnm-glib/nm-device.c:1825 ../libnm/nm-device.c:1525
msgid "Bluetooth"
msgstr ""
-#: ../libnm-glib/nm-device.c:1827 ../libnm/nm-device.c:1523
+#: ../libnm-glib/nm-device.c:1827 ../libnm/nm-device.c:1527
msgid "OLPC Mesh"
msgstr ""
-#: ../libnm-glib/nm-device.c:1829 ../libnm/nm-device.c:1525
+#: ../libnm-glib/nm-device.c:1829 ../libnm/nm-device.c:1535
msgid "WiMAX"
msgstr ""
-#: ../libnm-glib/nm-device.c:1843 ../libnm/nm-device.c:1539
+#: ../libnm-glib/nm-device.c:1843 ../libnm/nm-device.c:1549
msgid "ADSL"
msgstr ""
-#: ../libnm-glib/nm-device.c:1845 ../libnm/nm-device.c:1541
+#: ../libnm-glib/nm-device.c:1845 ../libnm/nm-device.c:1551
msgid "MACVLAN"
msgstr ""
-#: ../libnm-glib/nm-device.c:1847 ../libnm/nm-device.c:1543
+#: ../libnm-glib/nm-device.c:1847 ../libnm/nm-device.c:1553
msgid "VXLAN"
msgstr ""
-#: ../libnm-glib/nm-device.c:1849 ../libnm/nm-device.c:1545
+#: ../libnm-glib/nm-device.c:1849 ../libnm/nm-device.c:1555
msgid "IPTunnel"
msgstr ""
-#: ../libnm-glib/nm-device.c:1851 ../libnm/nm-device.c:1547
+#: ../libnm-glib/nm-device.c:1851 ../libnm/nm-device.c:1557
msgid "Tun"
msgstr ""
-#: ../libnm-glib/nm-device.c:1853 ../libnm/nm-device.c:1549
+#: ../libnm-glib/nm-device.c:1853 ../libnm/nm-device.c:1559
msgid "Veth"
msgstr ""
-#: ../libnm-glib/nm-device.c:1885 ../libnm/nm-device.c:1585
+#: ../libnm-glib/nm-device.c:1885 ../libnm/nm-device.c:1597
#, fuzzy
msgid "Wired"
msgstr "Aŭtamatyčna źviazany"
-#: ../libnm-glib/nm-device.c:1916 ../libnm/nm-device.c:1616
+#: ../libnm-glib/nm-device.c:1916 ../libnm/nm-device.c:1628
msgid "PCI"
msgstr ""
-#: ../libnm-glib/nm-device.c:1918 ../libnm/nm-device.c:1618
+#: ../libnm-glib/nm-device.c:1918 ../libnm/nm-device.c:1630
msgid "USB"
msgstr ""
@@ -9591,7 +9868,7 @@ msgstr ""
#. * the strings otherwise.
#.
#: ../libnm-glib/nm-device.c:2015 ../libnm-glib/nm-device.c:2034
-#: ../libnm/nm-device.c:1713 ../libnm/nm-device.c:1732
+#: ../libnm/nm-device.c:1725 ../libnm/nm-device.c:1744
#, c-format
msgctxt "long device name"
msgid "%s %s"
@@ -9626,7 +9903,7 @@ msgstr ""
msgid "requires '%s' or '%s' setting"
msgstr ""
-#: ../libnm-util/nm-setting-bond.c:567
+#: ../libnm-util/nm-setting-bond.c:582
#, c-format
msgid "'%s' is not a valid interface name for '%s' option"
msgstr ""
@@ -9695,33 +9972,40 @@ msgstr ""
msgid "The connection was not a bond connection."
msgstr ""
-#: ../libnm/nm-device-bridge.c:111
+#: ../libnm/nm-device-bridge.c:115
msgid "The connection was not a bridge connection."
msgstr ""
-#: ../libnm/nm-device-bt.c:136
+#: ../libnm/nm-device-bt.c:137
#, c-format
msgid "The connection was not a Bluetooth connection."
msgstr ""
-#: ../libnm/nm-device-bt.c:145
-msgid "Invalid device Bluetooth address."
+#: ../libnm/nm-device-bt.c:143
+#, c-format
+msgid "The connection is of Bluetooth NAP type."
msgstr ""
#: ../libnm/nm-device-bt.c:152
+msgid "Invalid device Bluetooth address."
+msgstr ""
+
+#: ../libnm/nm-device-bt.c:158
msgid "The Bluetooth addresses of the device and the connection didn't match."
msgstr ""
-#: ../libnm/nm-device-bt.c:161
+#: ../libnm/nm-device-bt.c:167
msgid ""
"The device is lacking Bluetooth capabilities required by the connection."
msgstr ""
-#: ../libnm/nm-device-dummy.c:46
+#: ../libnm/nm-device-dummy.c:76
msgid "The connection was not a dummy connection."
msgstr ""
-#: ../libnm/nm-device-dummy.c:53 ../libnm/nm-device-generic.c:97
+#: ../libnm/nm-device-dummy.c:83 ../libnm/nm-device-generic.c:97
+#: ../libnm/nm-device-ovs-bridge.c:68 ../libnm/nm-device-ovs-interface.c:68
+#: ../libnm/nm-device-ovs-port.c:67
msgid "The connection did not specify an interface name."
msgstr ""
@@ -9802,6 +10086,18 @@ msgstr ""
msgid "The connection was not an OLPC Mesh connection."
msgstr ""
+#: ../libnm/nm-device-ovs-bridge.c:61
+msgid "The connection was not a ovs_bridge connection."
+msgstr ""
+
+#: ../libnm/nm-device-ovs-interface.c:61
+msgid "The connection was not a ovs_interface connection."
+msgstr ""
+
+#: ../libnm/nm-device-ovs-port.c:60
+msgid "The connection was not a ovs_port connection."
+msgstr ""
+
#: ../libnm/nm-device-team.c:138
msgid "The connection was not a team connection."
msgstr ""
@@ -9842,25 +10138,41 @@ msgstr ""
msgid "The connection was not a WiMAX connection."
msgstr ""
-#: ../libnm/nm-device.c:1551
+#: ../libnm/nm-device.c:1529
+msgid "OpenVSwitch Interface"
+msgstr ""
+
+#: ../libnm/nm-device.c:1531
+msgid "OpenVSwitch Port"
+msgstr ""
+
+#: ../libnm/nm-device.c:1533
+msgid "OpenVSwitch Bridge"
+msgstr ""
+
+#: ../libnm/nm-device.c:1561
msgid "MACsec"
msgstr ""
-#: ../libnm/nm-device.c:1553
+#: ../libnm/nm-device.c:1563
msgid "Dummy"
msgstr ""
-#: ../libnm/nm-device.c:2444
+#: ../libnm/nm-device.c:1565
+msgid "PPP"
+msgstr ""
+
+#: ../libnm/nm-device.c:2456
#, c-format
msgid "The connection was not valid: %s"
msgstr ""
-#: ../libnm/nm-device.c:2453
+#: ../libnm/nm-device.c:2465
#, c-format
msgid "The interface names of the device and the connection didn't match."
msgstr ""
-#: ../libnm/nm-manager.c:822
+#: ../libnm/nm-manager.c:870
msgid "Active connection removed before it was initialized"
msgstr ""
@@ -9997,33 +10309,41 @@ msgstr ""
msgid "System policy prevents enabling or disabling device statistics"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:345
+#: ../data/org.freedesktop.NetworkManager.policy.in.in.h:31
+msgid "Enable or disable connectivity checking"
+msgstr ""
+
+#: ../data/org.freedesktop.NetworkManager.policy.in.in.h:32
+msgid "System policy prevents enabling or disabling connectivity checking"
+msgstr ""
+
+#: ../shared/nm-utils/nm-shared-utils.c:794
#, c-format
msgid "object class '%s' has no property named '%s'"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:352
+#: ../shared/nm-utils/nm-shared-utils.c:801
#, c-format
msgid "property '%s' of object class '%s' is not writable"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:359
+#: ../shared/nm-utils/nm-shared-utils.c:808
#, c-format
msgid ""
"construct property \"%s\" for object '%s' can't be set after construction"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:367
+#: ../shared/nm-utils/nm-shared-utils.c:816
#, c-format
msgid "'%s::%s' is not a valid property name; '%s' is not a GObject subtype"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:376
+#: ../shared/nm-utils/nm-shared-utils.c:825
#, c-format
msgid "unable to set property '%s' of type '%s' from value of type '%s'"
msgstr ""
-#: ../shared/nm-utils/nm-shared-utils.c:387
+#: ../shared/nm-utils/nm-shared-utils.c:836
#, c-format
msgid ""
"value \"%s\" of type '%s' is invalid or out of range for property '%s' of "
@@ -10046,25 +10366,25 @@ msgid "Failed to read configuration: %s\n"
msgstr ""
#. Logging/debugging
-#: ../src/main.c:193 ../src/nm-iface-helper.c:309
+#: ../src/main.c:193 ../src/nm-iface-helper.c:292
msgid "Print NetworkManager version and exit"
msgstr ""
-#: ../src/main.c:194 ../src/nm-iface-helper.c:310
+#: ../src/main.c:194 ../src/nm-iface-helper.c:293
msgid "Don't become a daemon"
msgstr ""
-#: ../src/main.c:195 ../src/nm-iface-helper.c:312
+#: ../src/main.c:195 ../src/nm-iface-helper.c:295
#, c-format
msgid "Log level: one of [%s]"
msgstr ""
-#: ../src/main.c:197 ../src/nm-iface-helper.c:314
+#: ../src/main.c:197 ../src/nm-iface-helper.c:297
#, c-format
msgid "Log domains separated by ',': any combination of [%s]"
msgstr ""
-#: ../src/main.c:199 ../src/nm-iface-helper.c:316
+#: ../src/main.c:199 ../src/nm-iface-helper.c:299
msgid "Make all warnings fatal"
msgstr ""
@@ -10084,13 +10404,13 @@ msgid ""
"should associate with."
msgstr ""
-#: ../src/main.c:303 ../src/main-utils.c:286 ../src/nm-iface-helper.c:414
+#: ../src/main.c:303 ../src/main-utils.c:286 ../src/nm-iface-helper.c:398
#, fuzzy, c-format
msgid "%s. Please use --help to see a list of valid options.\n"
msgstr ""
"Niapravilnaja opcyja. Kab pahladzieć śpis mahčymych opcyj, užyj --help.\n"
-#: ../src/main.c:308 ../src/nm-iface-helper.c:419
+#: ../src/main.c:308 ../src/nm-iface-helper.c:403
#, c-format
msgid "Ignoring unrecognized log domain(s) '%s' passed on command line.\n"
msgstr ""
@@ -10105,7 +10425,7 @@ msgstr ""
msgid "Ignoring unrecognized log domain(s) '%s' from config files.\n"
msgstr ""
-#: ../src/main.c:349 ../src/nm-iface-helper.c:429
+#: ../src/main.c:349 ../src/nm-iface-helper.c:413
#, c-format
msgid "Could not daemonize: %s [error %u]\n"
msgstr ""
@@ -10140,18 +10460,18 @@ msgstr ""
msgid "You must be root to run %s!\n"
msgstr ""
-#: ../src/dhcp/nm-dhcp-dhclient-utils.c:274
+#: ../src/dhcp/nm-dhcp-dhclient-utils.c:280
msgid "# Created by NetworkManager\n"
msgstr ""
-#: ../src/dhcp/nm-dhcp-dhclient-utils.c:284
+#: ../src/dhcp/nm-dhcp-dhclient-utils.c:290
#, c-format
msgid ""
"# Merged from %s\n"
"\n"
msgstr ""
-#: ../src/devices/bluetooth/nm-bluez-device.c:210
+#: ../src/devices/bluetooth/nm-bluez-device.c:211
#, c-format
msgid "%s Network"
msgstr ""
@@ -10177,12 +10497,12 @@ msgid "DUN connection must include a GSM or CDMA setting"
msgstr ""
#: ../src/devices/bluetooth/nm-device-bt.c:314
-#: ../src/devices/wwan/nm-modem-broadband.c:706
+#: ../src/devices/wwan/nm-modem-broadband.c:709
msgid "GSM connection"
msgstr ""
#: ../src/devices/bluetooth/nm-device-bt.c:318
-#: ../src/devices/wwan/nm-modem-broadband.c:730
+#: ../src/devices/wwan/nm-modem-broadband.c:733
msgid "CDMA connection"
msgstr ""
@@ -10191,17 +10511,17 @@ msgid "Unknown/unhandled Bluetooth connection type"
msgstr ""
#: ../src/devices/bluetooth/nm-device-bt.c:347
-#: ../src/devices/nm-device-ethernet.c:1454
+#: ../src/devices/nm-device-ethernet.c:1408
#: ../src/devices/nm-device-infiniband.c:210
-#: ../src/devices/wifi/nm-device-wifi.c:938
+#: ../src/devices/wifi/nm-device-wifi.c:952
msgid "connection does not match device"
msgstr ""
-#: ../src/devices/nm-device-bond.c:109
+#: ../src/devices/nm-device-bond.c:91
msgid "Bond connection"
msgstr ""
-#: ../src/devices/nm-device-bridge.c:115
+#: ../src/devices/nm-device-bridge.c:130
msgid "Bridge connection"
msgstr ""
@@ -10209,11 +10529,11 @@ msgstr ""
msgid "Dummy connection"
msgstr ""
-#: ../src/devices/nm-device-ethernet.c:1435
+#: ../src/devices/nm-device-ethernet.c:1389
msgid "PPPoE connection"
msgstr ""
-#: ../src/devices/nm-device-ethernet.c:1435
+#: ../src/devices/nm-device-ethernet.c:1389
msgid "Wired connection"
msgstr ""
@@ -10226,7 +10546,7 @@ msgstr ""
msgid "IP tunnel connection"
msgstr ""
-#: ../src/devices/nm-device-macvlan.c:407
+#: ../src/devices/nm-device-macvlan.c:344
msgid "MACVLAN connection"
msgstr ""
@@ -10234,15 +10554,15 @@ msgstr ""
msgid "TUN connection"
msgstr ""
-#: ../src/devices/team/nm-device-team.c:135
+#: ../src/devices/team/nm-device-team.c:119
msgid "Team connection"
msgstr ""
-#: ../src/devices/wifi/nm-device-olpc-mesh.c:156
+#: ../src/devices/wifi/nm-device-olpc-mesh.c:152
msgid "Mesh"
msgstr ""
-#: ../src/devices/wifi/nm-device-wifi.c:905
+#: ../src/devices/wifi/nm-device-wifi.c:919
msgid "WPA Ad-Hoc disabled due to kernel bugs"
msgstr ""
@@ -10395,7 +10715,7 @@ msgstr ""
msgid "Failed to determine AP security information"
msgstr ""
-#: ../src/devices/wwan/nm-modem-broadband.c:692
+#: ../src/devices/wwan/nm-modem-broadband.c:695
msgid "GSM mobile broadband connection requires a 'gsm' setting"
msgstr ""
@@ -10431,7 +10751,7 @@ msgstr ""
msgid "Quit after initial configuration"
msgstr ""
-#: ../src/nm-config.c:494 ../src/nm-iface-helper.c:311
+#: ../src/nm-config.c:494 ../src/nm-iface-helper.c:294
msgid "Don't become a daemon, and log to stderr"
msgstr ""
@@ -10449,105 +10769,105 @@ msgid "The expected start of the response"
msgstr ""
#. Interface/IP config
-#: ../src/nm-iface-helper.c:291
+#: ../src/nm-iface-helper.c:274
msgid "The interface to manage"
msgstr ""
-#: ../src/nm-iface-helper.c:292
+#: ../src/nm-iface-helper.c:275
msgid "Connection UUID"
msgstr ""
-#: ../src/nm-iface-helper.c:293
+#: ../src/nm-iface-helper.c:276
msgid "Connection Token for Stable IDs"
msgstr ""
-#: ../src/nm-iface-helper.c:294
+#: ../src/nm-iface-helper.c:277
msgid "Whether to manage IPv6 SLAAC"
msgstr ""
-#: ../src/nm-iface-helper.c:295
+#: ../src/nm-iface-helper.c:278
msgid "Whether SLAAC must be successful"
msgstr ""
-#: ../src/nm-iface-helper.c:296
+#: ../src/nm-iface-helper.c:279
msgid "Use an IPv6 temporary privacy address"
msgstr ""
-#: ../src/nm-iface-helper.c:297
+#: ../src/nm-iface-helper.c:280
msgid "Current DHCPv4 address"
msgstr ""
-#: ../src/nm-iface-helper.c:298
+#: ../src/nm-iface-helper.c:281
msgid "Whether DHCPv4 must be successful"
msgstr ""
-#: ../src/nm-iface-helper.c:299
+#: ../src/nm-iface-helper.c:282
msgid "Hex-encoded DHCPv4 client ID"
msgstr ""
-#: ../src/nm-iface-helper.c:300
+#: ../src/nm-iface-helper.c:283
msgid "Hostname to send to DHCP server"
msgstr ""
-#: ../src/nm-iface-helper.c:300
+#: ../src/nm-iface-helper.c:283
msgid "barbar"
msgstr ""
-#: ../src/nm-iface-helper.c:301
+#: ../src/nm-iface-helper.c:284
msgid "FQDN to send to DHCP server"
msgstr ""
-#: ../src/nm-iface-helper.c:301
+#: ../src/nm-iface-helper.c:284
msgid "host.domain.org"
msgstr ""
-#: ../src/nm-iface-helper.c:302
+#: ../src/nm-iface-helper.c:285
msgid "Route priority for IPv4"
msgstr ""
-#: ../src/nm-iface-helper.c:302
+#: ../src/nm-iface-helper.c:285
msgid "0"
msgstr ""
-#: ../src/nm-iface-helper.c:303
+#: ../src/nm-iface-helper.c:286
msgid "Route priority for IPv6"
msgstr ""
-#: ../src/nm-iface-helper.c:303
+#: ../src/nm-iface-helper.c:286
msgid "1024"
msgstr ""
-#: ../src/nm-iface-helper.c:304
+#: ../src/nm-iface-helper.c:287
msgid "Hex-encoded Interface Identifier"
msgstr ""
-#: ../src/nm-iface-helper.c:305
+#: ../src/nm-iface-helper.c:288
msgid "IPv6 SLAAC address generation mode"
msgstr ""
-#: ../src/nm-iface-helper.c:306
+#: ../src/nm-iface-helper.c:289
msgid ""
"The logging backend configuration value. See logging.backend in "
"NetworkManager.conf"
msgstr ""
-#: ../src/nm-iface-helper.c:326
+#: ../src/nm-iface-helper.c:309
msgid ""
"nm-iface-helper is a small, standalone process that manages a single network "
"interface."
msgstr ""
-#: ../src/nm-iface-helper.c:395
+#: ../src/nm-iface-helper.c:379
#, c-format
msgid "An interface name and UUID are required\n"
msgstr ""
-#: ../src/nm-iface-helper.c:401
+#: ../src/nm-iface-helper.c:385
#, c-format
msgid "Failed to find interface index for %s (%s)\n"
msgstr ""
-#: ../src/nm-iface-helper.c:462
+#: ../src/nm-iface-helper.c:446
#, c-format
msgid "(%s): Invalid IID %s\n"
msgstr ""
diff --git a/po/bg.po b/po/bg.po
index a9bcce6b..9723b951 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-29 17:44+0200\n"
+"POT-Creation-Date: 2017-11-10 15:29+0100\n"
"PO-Revision-Date: 2017-04-21 05:07-0400\n"
"Last-Translator: Copied by Zanata \n"
"Language-Team: Bulgarian \n"
@@ -83,3846 +83,3862 @@ msgstr "Грешка при активиране на връзката: %s"
msgid "nmcli successfully registered as a polkit agent.\n"
msgstr ""
-#: ../clients/cli/common.c:149
+#: ../clients/cli/common.c:263 ../clients/cli/common.c:278
msgid "GROUP"
msgstr ""
-#: ../clients/cli/common.c:381
-msgid "unmanaged"
-msgstr "не се управлява"
-
-#: ../clients/cli/common.c:383
-msgid "unavailable"
-msgstr "не е налично"
-
-# става дума за устройство
-# или за общото състояние на N-M
-#: ../clients/cli/common.c:385 ../clients/cli/general.c:48
-msgid "disconnected"
-msgstr "без връзка"
-
-#: ../clients/cli/common.c:387
-msgid "connecting (prepare)"
-msgstr "свързване (подготовка)"
-
-#: ../clients/cli/common.c:389
-msgid "connecting (configuring)"
-msgstr "свързване (настройка)"
-
-#: ../clients/cli/common.c:391
-msgid "connecting (need authentication)"
-msgstr "свързване (нужна е идентификация)"
-
-#: ../clients/cli/common.c:393
-msgid "connecting (getting IP configuration)"
-msgstr "свързване (получаване на настройките за IP)"
-
-#: ../clients/cli/common.c:395
-#, fuzzy
-msgid "connecting (checking IP connectivity)"
-msgstr "свързване (получаване на настройките за IP)"
-
-#: ../clients/cli/common.c:397
-#, fuzzy
-msgid "connecting (starting secondary connections)"
-msgstr "свързване (получаване на настройките за IP)"
-
-# става дума и за конкретно устройство,
-# и за NM като цяло
-#: ../clients/cli/common.c:399 ../clients/cli/general.c:46
-msgid "connected"
-msgstr "има връзка"
-
-#: ../clients/cli/common.c:401 ../clients/cli/connections.c:528
-#, fuzzy
-msgid "deactivating"
-msgstr "включване"
-
-#: ../clients/cli/common.c:403
-msgid "connection failed"
-msgstr "неуспешно свързване"
-
-#: ../clients/cli/common.c:405 ../clients/cli/common.c:422
-#: ../clients/cli/connections.c:533 ../clients/cli/connections.c:556
-#: ../clients/cli/devices.c:1153 ../clients/cli/devices.c:1197
-#: ../clients/cli/devices.c:1199 ../clients/cli/general.c:41
-#: ../clients/cli/general.c:79 ../clients/cli/general.c:144
-#: ../clients/cli/general.c:149 ../clients/common/nm-meta-setting-desc.c:1368
-#: ../clients/common/nm-meta-setting-desc.c:1436
-#: ../clients/common/nm-meta-setting-desc.c:2593
-#: ../clients/common/nm-meta-setting-desc.c:2647
-msgid "unknown"
-msgstr "неизвестно"
-
-#. "CAPABILITIES"
-#: ../clients/cli/common.c:414 ../clients/cli/connections.c:876
-#: ../clients/cli/connections.c:878 ../clients/cli/connections.c:880
-#: ../clients/cli/connections.c:913 ../clients/cli/connections.c:980
-#: ../clients/cli/connections.c:981 ../clients/cli/connections.c:983
-#: ../clients/cli/connections.c:4496 ../clients/cli/connections.c:6375
-#: ../clients/cli/connections.c:6376 ../clients/cli/devices.c:827
-#: ../clients/cli/devices.c:1116 ../clients/cli/devices.c:1117
-#: ../clients/cli/devices.c:1118 ../clients/cli/devices.c:1119
-#: ../clients/cli/devices.c:1120 ../clients/cli/devices.c:1157
-#: ../clients/cli/devices.c:1159 ../clients/cli/devices.c:1160
-#: ../clients/cli/devices.c:1190 ../clients/cli/devices.c:1191
-#: ../clients/cli/devices.c:1192 ../clients/cli/devices.c:1193
-#: ../clients/cli/devices.c:1194 ../clients/cli/devices.c:1195
-#: ../clients/cli/devices.c:1196 ../clients/cli/devices.c:1198
-#: ../clients/cli/devices.c:1200 ../clients/cli/general.c:150
-#: ../clients/common/nm-meta-setting-desc.c:574
-#: ../clients/common/nm-meta-setting-desc.c:2586
-msgid "yes"
-msgstr "да"
-
-#: ../clients/cli/common.c:416 ../clients/cli/connections.c:876
-#: ../clients/cli/connections.c:878 ../clients/cli/connections.c:880
-#: ../clients/cli/connections.c:980 ../clients/cli/connections.c:981
-#: ../clients/cli/connections.c:983 ../clients/cli/connections.c:4495
-#: ../clients/cli/connections.c:6375 ../clients/cli/connections.c:6376
-#: ../clients/cli/devices.c:827 ../clients/cli/devices.c:1116
-#: ../clients/cli/devices.c:1117 ../clients/cli/devices.c:1118
-#: ../clients/cli/devices.c:1119 ../clients/cli/devices.c:1120
-#: ../clients/cli/devices.c:1157 ../clients/cli/devices.c:1159
-#: ../clients/cli/devices.c:1160 ../clients/cli/devices.c:1190
-#: ../clients/cli/devices.c:1191 ../clients/cli/devices.c:1192
-#: ../clients/cli/devices.c:1193 ../clients/cli/devices.c:1194
-#: ../clients/cli/devices.c:1195 ../clients/cli/devices.c:1196
-#: ../clients/cli/devices.c:1198 ../clients/cli/devices.c:1200
-#: ../clients/cli/general.c:151 ../clients/common/nm-meta-setting-desc.c:574
-#: ../clients/common/nm-meta-setting-desc.c:2589
-msgid "no"
-msgstr "не"
-
-#: ../clients/cli/common.c:418
-msgid "yes (guessed)"
-msgstr ""
-
-#: ../clients/cli/common.c:420
-msgid "no (guessed)"
-msgstr ""
-
-#: ../clients/cli/common.c:431
-msgid "No reason given"
-msgstr ""
-
-# вид устройство (жично, безжично, телефон, Bluetooth) или вид мрежа (инфраструктура, ad-hoc)
-#. We should not really come here
-#: ../clients/cli/common.c:434 ../clients/cli/connections.c:3095
-#: ../clients/cli/connections.c:3155
+#: ../clients/cli/common.c:561
#, fuzzy, c-format
-msgid "Unknown error"
-msgstr "Непознат"
+msgid "Error: openconnect failed: %s\n"
+msgstr "Грешка при активиране на връзката: %s"
-#: ../clients/cli/common.c:437
-msgid "Device is now managed"
-msgstr ""
+#: ../clients/cli/common.c:568
+#, fuzzy, c-format
+msgid "Error: openconnect failed with status %d\n"
+msgstr "Грешка при свързване към системната шина — %s"
-#: ../clients/cli/common.c:440
-msgid "Device is now unmanaged"
+#: ../clients/cli/common.c:570
+#, c-format
+msgid "Error: openconnect failed with signal %d\n"
msgstr ""
-#: ../clients/cli/common.c:443
-#, fuzzy
-msgid "The device could not be readied for configuration"
-msgstr "услугата за ВЧМ предостави неправилни настройки"
-
-#: ../clients/cli/common.c:446
+#: ../clients/cli/common.c:651
+#, c-format
msgid ""
-"IP configuration could not be reserved (no available address, timeout, etc.)"
-msgstr ""
-
-#: ../clients/cli/common.c:449
-msgid "The IP configuration is no longer valid"
-msgstr ""
-
-#: ../clients/cli/common.c:452
-msgid "Secrets were required, but not provided"
-msgstr ""
-
-#: ../clients/cli/common.c:455
-msgid "802.1X supplicant disconnected"
+"Warning: password for '%s' not given in 'passwd-file' and nmcli cannot ask "
+"without '--ask' option.\n"
msgstr ""
-#: ../clients/cli/common.c:458
-msgid "802.1X supplicant configuration failed"
-msgstr ""
+#: ../clients/cli/common.c:1117
+#, fuzzy, c-format
+msgid "Error: Could not create NMClient object: %s."
+msgstr "Грешка при създаване на обект-посредник за D-Bus."
-#: ../clients/cli/common.c:461
-msgid "802.1X supplicant failed"
-msgstr ""
+#: ../clients/cli/common.c:1137
+#, fuzzy
+msgid "Error: NetworkManager is not running."
+msgstr "Състояние на NetworkManager"
-#: ../clients/cli/common.c:464
-msgid "802.1X supplicant took too long to authenticate"
+#: ../clients/cli/common.c:1234
+#, c-format
+msgid "Error: argument '%s' not understood. Try passing --help instead."
msgstr ""
-#: ../clients/cli/common.c:467
-#, fuzzy
-msgid "PPP service failed to start"
-msgstr "услугата за ВЧМ не успя да тръгне"
-
-#: ../clients/cli/common.c:470
+#: ../clients/cli/common.c:1244
#, fuzzy
-msgid "PPP service disconnected"
-msgstr "Връзката към ВЧМ е прекъсната"
+msgid "Error: missing argument. Try passing --help."
+msgstr "Грешка: липсва аргумент на опцията „%s“."
-#: ../clients/cli/common.c:473
-msgid "PPP failed"
+#: ../clients/cli/common.c:1297
+msgid "access denied"
msgstr ""
-#: ../clients/cli/common.c:476
-#, fuzzy
-msgid "DHCP client failed to start"
-msgstr "услугата за ВЧМ не успя да тръгне"
+#. define some prompts for connection editor
+#: ../clients/cli/connections.c:66
+msgid "Setting name? "
+msgstr ""
-#: ../clients/cli/common.c:479
-msgid "DHCP client error"
+#: ../clients/cli/connections.c:67
+msgid "Property name? "
msgstr ""
-#: ../clients/cli/common.c:482
+#: ../clients/cli/connections.c:68
#, fuzzy
-msgid "DHCP client failed"
-msgstr "Неуспешно свързване към ВЧМ"
+msgid "Enter connection type: "
+msgstr "Състояние на активната връзка: %s\n"
-#: ../clients/cli/common.c:485
+#. define some other prompts
+#: ../clients/cli/connections.c:72
#, fuzzy
-msgid "Shared connection service failed to start"
-msgstr "услугата за ВЧМ не успя да тръгне"
+msgid "Connection (name, UUID, or path)"
+msgstr "Свързване към ВЧМ (подготовка)"
-#: ../clients/cli/common.c:488
+#: ../clients/cli/connections.c:73
#, fuzzy
-msgid "Shared connection service failed"
-msgstr "неуспешно свързване"
+msgid "VPN connection (name, UUID, or path)"
+msgstr "Свързване към ВЧМ (подготовка)"
-#: ../clients/cli/common.c:491
+#: ../clients/cli/connections.c:74
#, fuzzy
-msgid "AutoIP service failed to start"
-msgstr "услугата за ВЧМ не успя да тръгне"
-
-#: ../clients/cli/common.c:494
-msgid "AutoIP service error"
-msgstr ""
+msgid "Connection(s) (name, UUID, or path)"
+msgstr "Свързване към ВЧМ (подготовка)"
-#: ../clients/cli/common.c:497
+#: ../clients/cli/connections.c:75
#, fuzzy
-msgid "AutoIP service failed"
-msgstr "услугата за ВЧМ не успя да тръгне"
-
-#: ../clients/cli/common.c:500
-msgid "The line is busy"
-msgstr ""
+msgid "Connection(s) (name, UUID, path or apath)"
+msgstr "Свързване към ВЧМ (подготовка)"
-#: ../clients/cli/common.c:503
-msgid "No dial tone"
+#: ../clients/cli/connections.c:196
+#, c-format
+msgid ""
+"Usage: nmcli connection { COMMAND | help }\n"
+"\n"
+"COMMAND := { show | up | down | add | modify | clone | edit | delete | "
+"monitor | reload | load | import | export }\n"
+"\n"
+" show [--active] [--order ]\n"
+" show [--active] [id | uuid | path | apath] ...\n"
+"\n"
+" up [[id | uuid | path] ] [ifname ] [ap ] [passwd-file "
+"]\n"
+"\n"
+" down [id | uuid | path | apath] ...\n"
+"\n"
+" add COMMON_OPTIONS TYPE_SPECIFIC_OPTIONS SLAVE_OPTIONS IP_OPTIONS [-- "
+"([+|-]. )+]\n"
+"\n"
+" modify [--temporary] [id | uuid | path] ([+|-]. "
+")+\n"
+"\n"
+" clone [--temporary] [id | uuid | path ] \n"
+"\n"
+" edit [id | uuid | path] \n"
+" edit [type ] [con-name ]\n"
+"\n"
+" delete [id | uuid | path] \n"
+"\n"
+" monitor [id | uuid | path] ...\n"
+"\n"
+" reload\n"
+"\n"
+" load [ ... ]\n"
+"\n"
+" import [--temporary] type file \n"
+"\n"
+" export [id | uuid | path] []\n"
+"\n"
msgstr ""
-#: ../clients/cli/common.c:506
-msgid "No carrier could be established"
+#: ../clients/cli/connections.c:218
+#, c-format
+msgid ""
+"Usage: nmcli connection show { ARGUMENTS | help }\n"
+"\n"
+"ARGUMENTS := [--active] [--order ]\n"
+"\n"
+"List in-memory and on-disk connection profiles, some of which may also be\n"
+"active if a device is using that connection profile. Without a parameter, "
+"all\n"
+"profiles are listed. When --active option is specified, only the active\n"
+"profiles are shown. --order allows custom connection ordering (see manual "
+"page).\n"
+"\n"
+"ARGUMENTS := [--active] [id | uuid | path | apath] ...\n"
+"\n"
+"Show details for specified connections. By default, both static "
+"configuration\n"
+"and active connection data are displayed. It is possible to filter the "
+"output\n"
+"using global '--fields' option. Refer to the manual page for more "
+"information.\n"
+"When --active option is specified, only the active profiles are taken into\n"
+"account. Use global --show-secrets option to reveal associated secrets as "
+"well.\n"
msgstr ""
-#: ../clients/cli/common.c:509
-msgid "The dialing request timed out"
+#: ../clients/cli/connections.c:239
+#, c-format
+msgid ""
+"Usage: nmcli connection up { ARGUMENTS | help }\n"
+"\n"
+"ARGUMENTS := [id | uuid | path] [ifname ] [ap ] [nsp "
+"] [passwd-file ]\n"
+"\n"
+"Activate a connection on a device. The profile to activate is identified by "
+"its\n"
+"name, UUID or D-Bus path.\n"
+"\n"
+"ARGUMENTS := ifname [ap ] [nsp ] [passwd-file ]\n"
+"\n"
+"Activate a device with a connection. The connection profile is selected\n"
+"automatically by NetworkManager.\n"
+"\n"
+"ifname - specifies the device to active the connection on\n"
+"ap - specifies AP to connect to (only valid for Wi-Fi)\n"
+"nsp - specifies NSP to connect to (only valid for WiMAX)\n"
+"passwd-file - file with password(s) required to activate the connection\n"
+"\n"
msgstr ""
-#: ../clients/cli/common.c:512
-msgid "The dialing attempt failed"
+#: ../clients/cli/connections.c:260
+#, c-format
+msgid ""
+"Usage: nmcli connection down { ARGUMENTS | help }\n"
+"\n"
+"ARGUMENTS := [id | uuid | path | apath] ...\n"
+"\n"
+"Deactivate a connection from a device (without preventing the device from\n"
+"further auto-activation). The profile to deactivate is identified by its "
+"name,\n"
+"UUID or D-Bus path.\n"
+"\n"
msgstr ""
-#: ../clients/cli/common.c:515
-#, fuzzy
-msgid "Modem initialization failed"
-msgstr "Грешка при активиране на връзката."
+#: ../clients/cli/connections.c:272
+#, c-format
+msgid ""
+"Usage: nmcli connection add { ARGUMENTS | help }\n"
+"\n"
+"ARGUMENTS := COMMON_OPTIONS TYPE_SPECIFIC_OPTIONS SLAVE_OPTIONS IP_OPTIONS "
+"[-- ([+|-].