summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-08-11 11:05:12 +0200
committerThomas Haller <thaller@redhat.com>2017-08-11 11:05:12 +0200
commit752afada0bcdc22bfbcd253bcdaa0fbd8e830791 (patch)
treefd71e27058380546595e17c18a29bb1622b94823
parente0cdaf9880929a40f60c1327cf67f800feefc951 (diff)
downloadNetworkManager-752afada0bcdc22bfbcd253bcdaa0fbd8e830791.tar.gz
docs: fix spelling errors in tranlated strings and documentation
https://bugzilla.gnome.org/show_bug.cgi?id=786131
-rw-r--r--clients/common/settings-docs.c.in6
-rw-r--r--libnm-core/nm-setting-bond.c2
-rw-r--r--libnm-core/nm-setting-ip6-config.c2
-rw-r--r--libnm-core/nm-setting-wired.c2
-rw-r--r--libnm-core/nm-setting-wireless.c2
-rw-r--r--po/ar.po4
-rw-r--r--po/as.po4
-rw-r--r--po/be@latin.po4
-rw-r--r--po/bg.po4
-rw-r--r--po/bn_IN.po4
-rw-r--r--po/bs.po4
-rw-r--r--po/ca.po4
-rw-r--r--po/cs.po4
-rw-r--r--po/da.po4
-rw-r--r--po/de.po4
-rw-r--r--po/dz.po4
-rw-r--r--po/el.po4
-rw-r--r--po/en_CA.po4
-rw-r--r--po/en_GB.po4
-rw-r--r--po/eo.po4
-rw-r--r--po/es.po4
-rw-r--r--po/et.po4
-rw-r--r--po/eu.po4
-rw-r--r--po/fi.po4
-rw-r--r--po/fr.po4
-rw-r--r--po/gd.po4
-rw-r--r--po/gl.po4
-rw-r--r--po/gu.po4
-rw-r--r--po/he.po4
-rw-r--r--po/hi.po4
-rw-r--r--po/hr.po4
-rw-r--r--po/hu.po4
-rw-r--r--po/id.po4
-rw-r--r--po/it.po4
-rw-r--r--po/ja.po4
-rw-r--r--po/ka.po4
-rw-r--r--po/kn.po4
-rw-r--r--po/ko.po4
-rw-r--r--po/ku.po4
-rw-r--r--po/lt.po4
-rw-r--r--po/lv.po4
-rw-r--r--po/mk.po4
-rw-r--r--po/ml.po4
-rw-r--r--po/mr.po4
-rw-r--r--po/nb.po4
-rw-r--r--po/ne.po4
-rw-r--r--po/nl.po4
-rw-r--r--po/oc.po4
-rw-r--r--po/or.po4
-rw-r--r--po/pa.po4
-rw-r--r--po/pl.po4
-rw-r--r--po/pt.po4
-rw-r--r--po/pt_BR.po4
-rw-r--r--po/ru.po4
-rw-r--r--po/rw.po4
-rw-r--r--po/sk.po4
-rw-r--r--po/sl.po4
-rw-r--r--po/sq.po4
-rw-r--r--po/sr.po4
-rw-r--r--po/sr@latin.po4
-rw-r--r--po/sv.po4
-rw-r--r--po/ta.po4
-rw-r--r--po/te.po4
-rw-r--r--po/th.po4
-rw-r--r--po/tr.po4
-rw-r--r--po/uk.po4
-rw-r--r--po/vi.po4
-rw-r--r--po/wa.po4
-rw-r--r--po/zh_CN.po4
-rw-r--r--po/zh_HK.po4
-rw-r--r--po/zh_TW.po4
71 files changed, 139 insertions, 139 deletions
diff --git a/clients/common/settings-docs.c.in b/clients/common/settings-docs.c.in
index a4412270ac..ea75781069 100644
--- a/clients/common/settings-docs.c.in
+++ b/clients/common/settings-docs.c.in
@@ -8,7 +8,7 @@
#define DESCRIBE_DOC_NM_SETTING_WIRELESS_BSSID N_("If specified, directs the device to only associate with the given access point. This capability is highly driver dependent and not supported by all devices. Note: this property does not control the BSSID used when creating an Ad-Hoc network and is unlikely to in the future.")
#define DESCRIBE_DOC_NM_SETTING_WIRELESS_CHANNEL N_("Wireless channel to use for the Wi-Fi connection. The device will only join (or create for Ad-Hoc networks) a Wi-Fi network on the specified channel. Because channel numbers overlap between bands, this property also requires the \"band\" property to be set.")
#define DESCRIBE_DOC_NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS N_("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 of the device. \"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\".")
-#define DESCRIBE_DOC_NM_SETTING_WIRELESS_GENERATE_MAC_ADDRESS_MASK N_("With \"cloned-mac-address\" setting \"random\" or \"stable\", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting \"FE:FF:FF:00:00:00\" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the \"random\" or \"stable\" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of \"FE:FF:FF:00:00:00 68:F7:28:00:00:00\" will set the OUI of the MAC 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 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.")
+#define DESCRIBE_DOC_NM_SETTING_WIRELESS_GENERATE_MAC_ADDRESS_MASK N_("With \"cloned-mac-address\" setting \"random\" or \"stable\", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting \"FE:FF:FF:00:00:00\" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the \"random\" or \"stable\" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of \"FE:FF:FF:00:00:00 68:F7:28:00:00:00\" will set the OUI of the MAC 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 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.")
#define DESCRIBE_DOC_NM_SETTING_WIRELESS_HIDDEN N_("If TRUE, indicates this network is a non-broadcasting network that hides its SSID. In this case various workarounds may take place, such as probe-scanning the SSID for more reliable network discovery. However, these workarounds expose inherent insecurities with hidden SSID networks, and thus hidden SSID networks should be used with caution.")
#define DESCRIBE_DOC_NM_SETTING_WIRELESS_MAC_ADDRESS N_("If specified, this connection will only apply to the Wi-Fi device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).")
#define DESCRIBE_DOC_NM_SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST N_("A list of permanent MAC addresses of Wi-Fi devices to which this connection should never apply. Each MAC address should be given in the standard hex-digits-and-colons notation (eg \"00:11:22:33:44:55\").")
@@ -89,7 +89,7 @@
#define DESCRIBE_DOC_NM_SETTING_WIRED_AUTO_NEGOTIATE N_("If TRUE, enforce auto-negotiation of port speed and duplex mode. If FALSE, \"speed\" and \"duplex\" properties should be both set or link configuration will be skipped.")
#define DESCRIBE_DOC_NM_SETTING_WIRED_CLONED_MAC_ADDRESS N_("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\".")
#define DESCRIBE_DOC_NM_SETTING_WIRED_DUPLEX N_("Can be specified only when \"auto-negotiate\" is \"off\". In that case, statically configures the device to use that specified duplex mode, either \"half\" or \"full\". Must be set together with the \"speed\" property if specified. Before specifying a duplex mode be sure your device supports it.")
-#define DESCRIBE_DOC_NM_SETTING_WIRED_GENERATE_MAC_ADDRESS_MASK N_("With \"cloned-mac-address\" setting \"random\" or \"stable\", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting \"FE:FF:FF:00:00:00\" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the \"random\" or \"stable\" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of \"FE:FF:FF:00:00:00 68:F7:28:00:00:00\" will set the OUI of the MAC 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 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.")
+#define DESCRIBE_DOC_NM_SETTING_WIRED_GENERATE_MAC_ADDRESS_MASK N_("With \"cloned-mac-address\" setting \"random\" or \"stable\", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting \"FE:FF:FF:00:00:00\" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the \"random\" or \"stable\" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of \"FE:FF:FF:00:00:00 68:F7:28:00:00:00\" will set the OUI of the MAC 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 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.")
#define DESCRIBE_DOC_NM_SETTING_WIRED_MAC_ADDRESS N_("If specified, this connection will only apply to the Ethernet device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).")
#define DESCRIBE_DOC_NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST N_("If specified, this connection will never apply to the Ethernet device whose permanent MAC address matches an address in the list. Each MAC address is in the standard hex-digits-and-colons notation (00:11:22:33:44:55).")
#define DESCRIBE_DOC_NM_SETTING_WIRED_MTU N_("If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames.")
@@ -225,7 +225,7 @@
#define DESCRIBE_DOC_NM_SETTING_IP4_CONFIG_NEVER_DEFAULT N_("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.")
#define DESCRIBE_DOC_NM_SETTING_IP4_CONFIG_ROUTE_METRIC N_("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 device type. The metric applies to dynamic routes, manual (static) routes that don't have an explicit metric setting, address prefix routes, and the default route. Note that for IPv6, the kernel accepts zero (0) but coerces it to 1024 (user default). Hence, setting this property to zero effectively mean setting it to 1024. For IPv4, zero is a regular value for the metric.")
#define DESCRIBE_DOC_NM_SETTING_IP4_CONFIG_ROUTES N_("Array of IP routes.")
-#define DESCRIBE_DOC_NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE N_("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.")
+#define DESCRIBE_DOC_NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE N_("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.")
#define DESCRIBE_DOC_NM_SETTING_IP6_CONFIG_ADDRESSES N_("Array of IP addresses.")
#define DESCRIBE_DOC_NM_SETTING_IP6_CONFIG_DAD_TIMEOUT N_("Timeout in milliseconds used to check for the presence of duplicate IP addresses on the network. If an address conflict is detected, the activation will fail. A zero value means that no duplicate address detection is performed, -1 means the default value (either configuration ipvx.dad-timeout override or 3 seconds). A value greater than zero is a timeout in milliseconds.")
#define DESCRIBE_DOC_NM_SETTING_IP6_CONFIG_DHCP_HOSTNAME N_("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.")
diff --git a/libnm-core/nm-setting-bond.c b/libnm-core/nm-setting-bond.c
index eda5611722..d12940f6f9 100644
--- a/libnm-core/nm-setting-bond.c
+++ b/libnm-core/nm-setting-bond.c
@@ -642,7 +642,7 @@ verify (NMSetting *setting, NMConnection *connection, GError **error)
g_set_error (error,
NM_CONNECTION_ERROR,
NM_CONNECTION_ERROR_INVALID_PROPERTY,
- _("'%s' is not a valid for '%s' option: %s"),
+ _("'%s' is not valid for the '%s' option: %s"),
primary, NM_SETTING_BOND_OPTION_PRIMARY, tmp_error->message);
g_prefix_error (error, "%s.%s: ", NM_SETTING_BOND_SETTING_NAME, NM_SETTING_BOND_OPTIONS);
g_error_free (tmp_error);
diff --git a/libnm-core/nm-setting-ip6-config.c b/libnm-core/nm-setting-ip6-config.c
index ed24533092..9850c8eaa0 100644
--- a/libnm-core/nm-setting-ip6-config.c
+++ b/libnm-core/nm-setting-ip6-config.c
@@ -711,7 +711,7 @@ nm_setting_ip6_config_class_init (NMSettingIP6ConfigClass *ip6_class)
* 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
+ * 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.
diff --git a/libnm-core/nm-setting-wired.c b/libnm-core/nm-setting-wired.c
index 44ae43bf6a..9d255e1d07 100644
--- a/libnm-core/nm-setting-wired.c
+++ b/libnm-core/nm-setting-wired.c
@@ -1243,7 +1243,7 @@ nm_setting_wired_class_init (NMSettingWiredClass *setting_wired_class)
* "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
+ * If the value contains more 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.
diff --git a/libnm-core/nm-setting-wireless.c b/libnm-core/nm-setting-wireless.c
index e26bbfd62e..0a3915bfc3 100644
--- a/libnm-core/nm-setting-wireless.c
+++ b/libnm-core/nm-setting-wireless.c
@@ -1447,7 +1447,7 @@ nm_setting_wireless_class_init (NMSettingWirelessClass *setting_wireless_class)
* "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
+ * If the value contains more 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.
diff --git a/po/ar.po b/po/ar.po
index d39fb3eda9..7dcc7bbe69 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -6443,7 +6443,7 @@ 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 "
+"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 "
@@ -8624,7 +8624,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/as.po b/po/as.po
index e8f2f7c851..a387b115d6 100644
--- a/po/as.po
+++ b/po/as.po
@@ -7170,7 +7170,7 @@ 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 "
+"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 "
@@ -9358,7 +9358,7 @@ msgstr "'%s > 0' ৰ সৈতে '%s=%s' সংগত নহয়"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/be@latin.po b/po/be@latin.po
index 74d38da765..1afcd1cf82 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -6386,7 +6386,7 @@ 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 "
+"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 "
@@ -8554,7 +8554,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/bg.po b/po/bg.po
index 8aaf06afd2..a9bcce6b3a 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -6550,7 +6550,7 @@ 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 "
+"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 "
@@ -8762,7 +8762,7 @@ msgstr "устройството „%s“ не е съвместимо с връ
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "Грешка: „%s“ не е правилен аргумент за опцията „%s“."
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 0676554d81..ffd2f69a71 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -7168,7 +7168,7 @@ 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 "
+"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 "
@@ -9355,7 +9355,7 @@ msgstr "'%s=%s' '%s > 0' এর সংগে সুসংগত নয়"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/bs.po b/po/bs.po
index 4dc1123df8..1029ded722 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -6427,7 +6427,7 @@ 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 "
+"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 "
@@ -8604,7 +8604,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/ca.po b/po/ca.po
index fd03fbe409..f610cc4bed 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7370,7 +7370,7 @@ 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 "
+"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 "
@@ -9576,7 +9576,7 @@ msgstr "«%s=%s» no és compatible amb «%s > 0»"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "«%s» no és una adreça IPv4 vàlida per a l'opció «%s»"
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/cs.po b/po/cs.po
index 269f2ea0a1..64f45d2d88 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6515,7 +6515,7 @@ 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 "
+"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 "
@@ -8718,7 +8718,7 @@ msgstr "zařízení „%s“ není kompatibilní s připojením „%s“"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "Chyba: „%s“ je neplatný argument pro přepínač „%s“."
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/da.po b/po/da.po
index 019997f50c..e3a33ef180 100644
--- a/po/da.po
+++ b/po/da.po
@@ -6533,7 +6533,7 @@ 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 "
+"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 "
@@ -8736,7 +8736,7 @@ msgstr "enhed \"%s\" er ikke kompatibel med forbindelse \"%s\""
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "Fejl: '%s' er ikke et gyldigt argument for tilvalget '%s'."
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/de.po b/po/de.po
index 2edf7b27fb..0d8acb290e 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7338,7 +7338,7 @@ 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 "
+"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 "
@@ -9527,7 +9527,7 @@ msgstr "»%s=%s« ist nicht kompatibel mit »%s > 0« "
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/dz.po b/po/dz.po
index ddc600ab84..cd5bec28fc 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -6456,7 +6456,7 @@ 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 "
+"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 "
@@ -8638,7 +8638,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/el.po b/po/el.po
index f6f5342554..f4b836fe94 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7270,7 +7270,7 @@ 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 "
+"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 "
@@ -9471,7 +9471,7 @@ msgstr "το '%s=%s' είναι ασύμβατο με το '%s > 0'"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "το '%s' δεν είναι έγκυρη διεύθυνση IPv4 για την επιλογή '%s'"
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/en_CA.po b/po/en_CA.po
index 4a5015b3a8..7ab91b5206 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -6518,7 +6518,7 @@ 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 "
+"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 "
@@ -8724,7 +8724,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "Error displaying connection information:"
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/en_GB.po b/po/en_GB.po
index 3b6c67ee3f..1221b58be7 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -6538,7 +6538,7 @@ 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 "
+"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 "
@@ -8756,7 +8756,7 @@ msgstr "device '%s' not compatible with connection '%s'"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "Error: '%s' is not valid argument for '%s' option."
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/eo.po b/po/eo.po
index d8c4a0a22f..56654d8126 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -6477,7 +6477,7 @@ 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 "
+"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 "
@@ -8679,7 +8679,7 @@ msgstr "aparato '%s' ne kongruas kun konekto '%s'"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/es.po b/po/es.po
index 8c092f4a56..532379319f 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7250,7 +7250,7 @@ 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 "
+"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 "
@@ -9445,7 +9445,7 @@ msgstr "'%s=%s' es incompatible con '%s > 0'"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/et.po b/po/et.po
index ef4e3ea220..23eb4656be 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6397,7 +6397,7 @@ 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 "
+"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 "
@@ -8568,7 +8568,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/eu.po b/po/eu.po
index 8f4897454d..6dd59f6e0e 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -6508,7 +6508,7 @@ 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 "
+"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 "
@@ -8712,7 +8712,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/fi.po b/po/fi.po
index 4e207ac9cf..44f30b57b9 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -6481,7 +6481,7 @@ 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 "
+"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 "
@@ -8678,7 +8678,7 @@ msgstr "laite '%s' ei ole yhteensopiva yhteyden '%s' kanssa"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "Virhe: Kytkentäajan asetus '%s' virheellinen"
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/fr.po b/po/fr.po
index dac8cf333c..18140bb9bd 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7621,7 +7621,7 @@ 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 "
+"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 "
@@ -9825,7 +9825,7 @@ msgstr "« %s=%s » est incompatible avec « %s > 0 »"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "« %s » n'est pas valide pour l'option « %s » : %s"
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/gd.po b/po/gd.po
index c65c74e811..705f21c125 100644
--- a/po/gd.po
+++ b/po/gd.po
@@ -6659,7 +6659,7 @@ 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 "
+"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 "
@@ -8840,7 +8840,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "chan eil \"%s\" 'na luach dligheach airson na buaidh"
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/gl.po b/po/gl.po
index 5a3022b97b..286d31d6b9 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -6560,7 +6560,7 @@ 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 "
+"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 "
@@ -8744,7 +8744,7 @@ msgstr "o dispositivo «%s» non é compatíbel coa conexión «%s»"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/gu.po b/po/gu.po
index 18fe5c208c..c05a6b5c31 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -7081,7 +7081,7 @@ 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 "
+"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 "
@@ -9276,7 +9276,7 @@ msgstr "'%s=%s' એ '%s > 0' સાથે સુસંગત નથી"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/he.po b/po/he.po
index 5cdfa8bb9b..a5895084ce 100644
--- a/po/he.po
+++ b/po/he.po
@@ -6387,7 +6387,7 @@ 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 "
+"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 "
@@ -8553,7 +8553,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/hi.po b/po/hi.po
index 625c10b74a..a4e0f0ea48 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -7159,7 +7159,7 @@ 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 "
+"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 "
@@ -9343,7 +9343,7 @@ msgstr "'%s=%s' '%s > 0' के साथ असंगत है"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "'%s'एक वैध IPv4 पता '%s' विकल्प के लिए नहीं है"
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/hr.po b/po/hr.po
index 133cd7babb..dedeedc7e0 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -6520,7 +6520,7 @@ 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 "
+"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 "
@@ -8721,7 +8721,7 @@ msgstr "uređaj '%s' ne podržava vezu '%s'"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "Greška: nevažeći argument '%s' za opciju '%s'."
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/hu.po b/po/hu.po
index 8c95ebd6ec..0e72912cc5 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -6575,7 +6575,7 @@ 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 "
+"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 "
@@ -8792,7 +8792,7 @@ msgstr "„%s=%s” nem kompatibilis a(z) „%s > 0”-val"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "„%s” nem érvényes IPv4 cím a(z) „%s” beállításhoz"
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/id.po b/po/id.po
index e72345caee..89079f37e1 100644
--- a/po/id.po
+++ b/po/id.po
@@ -6519,7 +6519,7 @@ 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 "
+"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 "
@@ -8726,7 +8726,7 @@ msgstr "perangkat '%s' tak kompatibel dengan koneksi '%s'"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "Galat: '%s' bukan argumen yang valid bagi opsi '%s'."
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/it.po b/po/it.po
index 5d86a6d4de..5b3d273a0b 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7371,7 +7371,7 @@ 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 "
+"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 "
@@ -9564,7 +9564,7 @@ msgstr "«%s=%s» non è compatibile con «%s > 0»"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "«%s» non è un indirizzo IPv4 valido per l'opzione «%s»"
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/ja.po b/po/ja.po
index 5b4793f40d..e2a9c0bc74 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7399,7 +7399,7 @@ 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 "
+"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 "
@@ -9575,7 +9575,7 @@ msgstr "'%s=%s' は '%s > 0' とは互換性がありません"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "'%s' は '%s' オプションに無効です: %s"
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/ka.po b/po/ka.po
index 83e541ea21..669196ec24 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -6475,7 +6475,7 @@ 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 "
+"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 "
@@ -8674,7 +8674,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/kn.po b/po/kn.po
index 689d43682a..8f6a6a6f24 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -7066,7 +7066,7 @@ 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 "
+"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 "
@@ -9250,7 +9250,7 @@ msgstr "'%s=%s' ಎನ್ನುವುದು '%s > 0' ನೊಂದಿಗೆ ಹ
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/ko.po b/po/ko.po
index 931d17560f..e2334cb454 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7094,7 +7094,7 @@ 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 "
+"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 "
@@ -9265,7 +9265,7 @@ msgstr "'%s=%s'은 '%s > 0'와 호환하지 않습니다 "
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/ku.po b/po/ku.po
index 096104273f..49d6e5343e 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -6470,7 +6470,7 @@ 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 "
+"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 "
@@ -8654,7 +8654,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "Girêdanên çalak tune!"
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/lt.po b/po/lt.po
index c337cf0589..f5b4515cd7 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -6688,7 +6688,7 @@ 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 "
+"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 "
@@ -8901,7 +8901,7 @@ msgstr "„%s=%s“ nesuderinama su „%s > 0“"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/lv.po b/po/lv.po
index 1561eec1d6..52bea6080e 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -6478,7 +6478,7 @@ 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 "
+"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 "
@@ -8681,7 +8681,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/mk.po b/po/mk.po
index 8292465640..26a88e3c52 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -6394,7 +6394,7 @@ 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 "
+"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 "
@@ -8562,7 +8562,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/ml.po b/po/ml.po
index 07e4915266..47f47677ea 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -6955,7 +6955,7 @@ 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 "
+"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 "
@@ -9149,7 +9149,7 @@ msgstr "'%s=%s', '%s > 0'-മായി പൊരുത്തപ്പെടു
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/mr.po b/po/mr.po
index 69840a268b..17a65cdac2 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -7019,7 +7019,7 @@ 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 "
+"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 "
@@ -9199,7 +9199,7 @@ msgstr "'%s=%s' हे '%s > 0' सह असहत्व आहे"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/nb.po b/po/nb.po
index d658fa75a1..dbb06f2851 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -6391,7 +6391,7 @@ 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 "
+"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 "
@@ -8561,7 +8561,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/ne.po b/po/ne.po
index ec698ab569..dcde609caa 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -6434,7 +6434,7 @@ 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 "
+"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 "
@@ -8613,7 +8613,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/nl.po b/po/nl.po
index 0b9588b8bc..bdcc913d7e 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -6401,7 +6401,7 @@ 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 "
+"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 "
@@ -8578,7 +8578,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/oc.po b/po/oc.po
index 6a8908c791..9e5afa6a94 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -6468,7 +6468,7 @@ 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 "
+"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 "
@@ -8652,7 +8652,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "Error&nbsp;: %s - connexion introbabla."
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/or.po b/po/or.po
index 4b15d2a665..9cec332f7b 100644
--- a/po/or.po
+++ b/po/or.po
@@ -6952,7 +6952,7 @@ 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 "
+"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 "
@@ -9141,7 +9141,7 @@ msgstr "'%s=%s' ଟି '%s > 0' ସହିତ ସୁସଙ୍ଗତ ନୁହଁ
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/pa.po b/po/pa.po
index dfaebad5ab..aeea87626d 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -6935,7 +6935,7 @@ 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 "
+"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 "
@@ -9122,7 +9122,7 @@ msgstr "'%s=%s' ਅਨੁਕੂਲਿਤ ਨਹੀਂ ਹੈ '%s > 0' ਨਾਲ"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/pl.po b/po/pl.po
index 02c9f3b1f4..3a476770c1 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7410,7 +7410,7 @@ 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 "
+"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 "
@@ -9599,7 +9599,7 @@ msgstr "„%s=%s” nie jest zgodne z „%s > 0”"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "„%s” nie jest prawidłową opcją dla „%s”: %s"
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/pt.po b/po/pt.po
index 99c8bba9d8..36d512f4d6 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -6450,7 +6450,7 @@ 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 "
+"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 "
@@ -8629,7 +8629,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/pt_BR.po b/po/pt_BR.po
index e665e38082..7bee1682ce 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7148,7 +7148,7 @@ 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 "
+"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 "
@@ -9331,7 +9331,7 @@ msgstr "\"%s=%s\" é incompatível com \"%s > 0\""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/ru.po b/po/ru.po
index 0c69df1408..bb9059f0c0 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7136,7 +7136,7 @@ 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 "
+"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 "
@@ -9317,7 +9317,7 @@ msgstr " «%s=%s» несовместимо с «%s > 0»"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/rw.po b/po/rw.po
index 54cdca32a9..9a131d8630 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -6475,7 +6475,7 @@ 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 "
+"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 "
@@ -8662,7 +8662,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/sk.po b/po/sk.po
index a693bf2d8d..cd4ddf4fbd 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -6492,7 +6492,7 @@ 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 "
+"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 "
@@ -8694,7 +8694,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/sl.po b/po/sl.po
index ca749b054f..d20f262efb 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -6503,7 +6503,7 @@ 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 "
+"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 "
@@ -8713,7 +8713,7 @@ msgstr "naprava '%s' ni združljiva s povezavo '%s'"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/sq.po b/po/sq.po
index a3a6a8cbb5..110560bad0 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6422,7 +6422,7 @@ 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 "
+"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 "
@@ -8597,7 +8597,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/sr.po b/po/sr.po
index 6dddee34f5..2472b8a100 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6574,7 +6574,7 @@ 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 "
+"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 "
@@ -8787,7 +8787,7 @@ msgstr "уређај „%s“ не подржава везу „%s“"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "Грешка: „%s“ није исправан аргумент уз опцију „%s“."
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/sr@latin.po b/po/sr@latin.po
index c7d4144ed1..645242118c 100644
--- a/po/sr@latin.po
+++ b/po/sr@latin.po
@@ -6575,7 +6575,7 @@ 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 "
+"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 "
@@ -8789,7 +8789,7 @@ msgstr "uređaj „%s“ ne podržava vezu „%s“"
#: ../libnm-core/nm-setting-bond.c:629
#, fuzzy, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "Greška: „%s“ nije ispravan argument uz opciju „%s“."
#: ../libnm-core/nm-setting-bond.c:640 ../libnm-util/nm-setting-bond.c:577
diff --git a/po/sv.po b/po/sv.po
index c63e53a7e9..e4a221c689 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7139,7 +7139,7 @@ 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 "
+"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 "
@@ -9318,7 +9318,7 @@ msgstr "”%s=%s” är inte kompatibel med ”%s” > 0"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/ta.po b/po/ta.po
index 7730d307f5..a259edc367 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -7092,7 +7092,7 @@ 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 "
+"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 "
@@ -9273,7 +9273,7 @@ msgstr "'%s=%s' ஆனது '%s > 0' உடன் இணக்கமானத
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/te.po b/po/te.po
index 55297deb68..0832eb0a2e 100644
--- a/po/te.po
+++ b/po/te.po
@@ -7006,7 +7006,7 @@ 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 "
+"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 "
@@ -9184,7 +9184,7 @@ msgstr "'%s=%s' అనునది '%s > 0' తో సారూప్యతక
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/th.po b/po/th.po
index c379a99498..2b153feefd 100644
--- a/po/th.po
+++ b/po/th.po
@@ -6476,7 +6476,7 @@ 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 "
+"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 "
@@ -8675,7 +8675,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/tr.po b/po/tr.po
index 92746e48fd..f1dd939d93 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7101,7 +7101,7 @@ 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 "
+"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 "
@@ -9276,7 +9276,7 @@ msgstr "'%s=%s', '%s > 0' ile uyumlu değil"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/uk.po b/po/uk.po
index ef4ef0afbf..3b1e45d6d7 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -8264,7 +8264,7 @@ 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 "
+"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 "
@@ -10665,7 +10665,7 @@ msgstr "«%s=%s» є несумісним з «%s > 0»"
#: ../libnm-core/nm-setting-bond.c:645
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+msgid "'%s' is not valid for the '%s' option: %s"
msgstr "«%s» є некоректним для параметра «%s»: %s"
#: ../libnm-core/nm-setting-bond.c:656 ../libnm-util/nm-setting-bond.c:592
diff --git a/po/vi.po b/po/vi.po
index 0657fd1f02..b491f17e22 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -6388,7 +6388,7 @@ 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 "
+"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 "
@@ -8559,7 +8559,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/wa.po b/po/wa.po
index f305e84dcb..06fc2b6579 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -6461,7 +6461,7 @@ 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 "
+"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 "
@@ -8638,7 +8638,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/zh_CN.po b/po/zh_CN.po
index bce004e06b..92965d90c5 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7015,7 +7015,7 @@ 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 "
+"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 "
@@ -9182,7 +9182,7 @@ msgstr "“%s=%s”与“%s > 0”不兼容"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/zh_HK.po b/po/zh_HK.po
index d960172a3c..30939929e1 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -6477,7 +6477,7 @@ 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 "
+"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 "
@@ -8682,7 +8682,7 @@ msgstr ""
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 5604bc1f45..115961e392 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6938,7 +6938,7 @@ 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 "
+"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 "
@@ -9122,7 +9122,7 @@ msgstr "'%s=%s' 與 '%s > 0' 不相容"
#: ../libnm-core/nm-setting-bond.c:629
#, c-format
-msgid "'%s' is not a valid for '%s' option: %s"
+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