summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-09-03 11:43:12 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-09-03 11:43:56 +0200
commit4534c6c36650b42392cf5498d42be826940428a2 (patch)
treef04ab5803a7cf7b62abf2d54777d402266185663
parenteec6951949022cbe965b6fce133e442939283582 (diff)
downloadNetworkManager-4534c6c36650b42392cf5498d42be826940428a2.tar.gz
core: fix a typo
s/grater/greater/
-rw-r--r--clients/common/settings-docs.h.in2
-rw-r--r--libnm-core/nm-setting-wired.c2
-rw-r--r--po/ar.po2
-rw-r--r--po/as.po2
-rw-r--r--po/be@latin.po2
-rw-r--r--po/bg.po2
-rw-r--r--po/bn_IN.po2
-rw-r--r--po/bs.po2
-rw-r--r--po/ca.po2
-rw-r--r--po/cs.po2
-rw-r--r--po/da.po2
-rw-r--r--po/de.po2
-rw-r--r--po/dz.po2
-rw-r--r--po/el.po2
-rw-r--r--po/en_CA.po2
-rw-r--r--po/en_GB.po2
-rw-r--r--po/eo.po2
-rw-r--r--po/es.po2
-rw-r--r--po/et.po2
-rw-r--r--po/eu.po2
-rw-r--r--po/fi.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/gd.po2
-rw-r--r--po/gl.po2
-rw-r--r--po/gu.po2
-rw-r--r--po/he.po2
-rw-r--r--po/hi.po2
-rw-r--r--po/hr.po2
-rw-r--r--po/hu.po2
-rw-r--r--po/id.po2
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/ka.po2
-rw-r--r--po/kn.po2
-rw-r--r--po/ko.po2
-rw-r--r--po/ku.po2
-rw-r--r--po/lt.po2
-rw-r--r--po/lv.po2
-rw-r--r--po/mk.po2
-rw-r--r--po/ml.po2
-rw-r--r--po/mr.po2
-rw-r--r--po/nb.po2
-rw-r--r--po/ne.po2
-rw-r--r--po/nl.po2
-rw-r--r--po/oc.po2
-rw-r--r--po/or.po2
-rw-r--r--po/pa.po2
-rw-r--r--po/pt.po2
-rw-r--r--po/pt_BR.po2
-rw-r--r--po/ru.po2
-rw-r--r--po/rw.po2
-rw-r--r--po/sk.po2
-rw-r--r--po/sl.po2
-rw-r--r--po/sq.po2
-rw-r--r--po/sr.po2
-rw-r--r--po/sr@latin.po2
-rw-r--r--po/sv.po2
-rw-r--r--po/ta.po2
-rw-r--r--po/te.po2
-rw-r--r--po/th.po2
-rw-r--r--po/tr.po2
-rw-r--r--po/uk.po2
-rw-r--r--po/vi.po2
-rw-r--r--po/wa.po2
-rw-r--r--po/zh_CN.po2
-rw-r--r--po/zh_HK.po2
-rw-r--r--po/zh_TW.po2
67 files changed, 67 insertions, 67 deletions
diff --git a/clients/common/settings-docs.h.in b/clients/common/settings-docs.h.in
index f828a5f2c6..d49331993b 100644
--- a/clients/common/settings-docs.h.in
+++ b/clients/common/settings-docs.h.in
@@ -96,7 +96,7 @@
#define DESCRIBE_DOC_NM_SETTING_WIRED_S390_NETTYPE N_("s390 network device type; one of \"qeth\", \"lcs\", or \"ctc\", representing the different types of virtual network devices available on s390 systems.")
#define DESCRIBE_DOC_NM_SETTING_WIRED_S390_OPTIONS N_("Dictionary of key/value pairs of s390-specific device options. Both keys and values must be strings. Allowed keys include \"portno\", \"layer2\", \"portname\", \"protocol\", among others. Key names must contain only alphanumeric characters (ie, [a-zA-Z0-9]).")
#define DESCRIBE_DOC_NM_SETTING_WIRED_S390_SUBCHANNELS N_("Identifies specific subchannels that this network device uses for communication with z/VM or s390 host. Like the \"mac-address\" property for non-z/VM devices, this property can be used to ensure this connection only applies to the network device that uses these subchannels. The list should contain exactly 3 strings, and each string may only be composed of hexadecimal characters and the period (.) character.")
-#define DESCRIBE_DOC_NM_SETTING_WIRED_SPEED N_("When a value grater than 0 is set, configures the device to use the specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will be the only one advertised during link negotiation: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabit speeds, as in this case link negotiation is mandatory. If the value is unset (0, the default), the link configuration will be either skipped (if \"auto-negotiate\" is \"no\", the default) or will be auto-negotiated (if \"auto-negotiate\" is \"yes\") and the local device will advertise all the supported speeds. 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 device supports it.")
+#define DESCRIBE_DOC_NM_SETTING_WIRED_SPEED N_("When a value greater than 0 is set, configures the device to use the specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will be the only one advertised during link negotiation: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabit speeds, as in this case link negotiation is mandatory. If the value is unset (0, the default), the link configuration will be either skipped (if \"auto-negotiate\" is \"no\", the default) or will be auto-negotiated (if \"auto-negotiate\" is \"yes\") and the local device will advertise all the supported speeds. 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 device supports it.")
#define DESCRIBE_DOC_NM_SETTING_WIRED_WAKE_ON_LAN N_("The NMSettingWiredWakeOnLan options to enable. Not all devices support all options. May be any combination of NM_SETTING_WIRED_WAKE_ON_LAN_PHY (0x2), NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST (0x4), NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST (0x8), NM_SETTING_WIRED_WAKE_ON_LAN_BROADCAST (0x10), NM_SETTING_WIRED_WAKE_ON_LAN_ARP (0x20), NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC (0x40) or the special values NM_SETTING_WIRED_WAKE_ON_LAN_DEFAULT (0x1) (to use global settings) and NM_SETTING_WIRED_WAKE_ON_LAN_IGNORE (0x8000) (to disable management of Wake-on-LAN in NetworkManager).")
#define DESCRIBE_DOC_NM_SETTING_WIRED_WAKE_ON_LAN_PASSWORD N_("If specified, the password used with magic-packet-based Wake-on-LAN, represented as an Ethernet MAC address. If NULL, no password will be required.")
#define DESCRIBE_DOC_NM_SETTING_ADSL_ENCAPSULATION N_("Encapsulation of ADSL connection. Can be \"vcmux\" or \"llc\".")
diff --git a/libnm-core/nm-setting-wired.c b/libnm-core/nm-setting-wired.c
index 379bd17361..71add93888 100644
--- a/libnm-core/nm-setting-wired.c
+++ b/libnm-core/nm-setting-wired.c
@@ -1237,7 +1237,7 @@ nm_setting_wired_class_init (NMSettingWiredClass *klass)
/**
* NMSettingWired:speed:
*
- * When a value grater than 0 is set, configures the device to use
+ * When a value greater than 0 is set, configures the device to use
* the specified speed. If "auto-negotiate" is "yes" the specified
* speed will be the only one advertised during link negotiation:
* this works only for BASE-T 802.3 specifications and is useful for
diff --git a/po/ar.po b/po/ar.po
index 98d9222a35..0f8b3ba864 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -5753,7 +5753,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/as.po b/po/as.po
index 696450041b..687c2c8495 100644
--- a/po/as.po
+++ b/po/as.po
@@ -6482,7 +6482,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/be@latin.po b/po/be@latin.po
index b7b8bcf731..0d5a897082 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -5694,7 +5694,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/bg.po b/po/bg.po
index 68fc18602e..ede13845de 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -5863,7 +5863,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 2c6db70e46..b0012df78f 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -6481,7 +6481,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/bs.po b/po/bs.po
index 5aa26ea7f3..3e813f8c9c 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -5738,7 +5738,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/ca.po b/po/ca.po
index 0de0c2c118..3f14740e4f 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -6674,7 +6674,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/cs.po b/po/cs.po
index 3f27e1bc63..eaf8165fd8 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5814,7 +5814,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/da.po b/po/da.po
index bf2666c119..0a12006056 100644
--- a/po/da.po
+++ b/po/da.po
@@ -6444,7 +6444,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/de.po b/po/de.po
index 086fabbbf2..c06d1f6d5c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7311,7 +7311,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/dz.po b/po/dz.po
index 9e55227290..7bbdff534d 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -5770,7 +5770,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/el.po b/po/el.po
index b12b785ae9..1e6f5203f7 100644
--- a/po/el.po
+++ b/po/el.po
@@ -6579,7 +6579,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/en_CA.po b/po/en_CA.po
index 36dd840dcd..780cabc599 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -5837,7 +5837,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/en_GB.po b/po/en_GB.po
index 1a92b4f826..2ec4ef9f42 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -5850,7 +5850,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/eo.po b/po/eo.po
index dcf826c2a0..2522211840 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -5779,7 +5779,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/es.po b/po/es.po
index cd6c76f877..ee8c14ea89 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7283,7 +7283,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/et.po b/po/et.po
index 0780fd857d..0ed275e6b9 100644
--- a/po/et.po
+++ b/po/et.po
@@ -5704,7 +5704,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/eu.po b/po/eu.po
index 7a3c87961e..7c899ba257 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -5817,7 +5817,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/fi.po b/po/fi.po
index a7f7de223d..ea84e21516 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -5793,7 +5793,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/fr.po b/po/fr.po
index 3000c83182..90ab620053 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7318,7 +7318,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/gd.po b/po/gd.po
index 958ce34e3d..aa0f1d4d88 100644
--- a/po/gd.po
+++ b/po/gd.po
@@ -5972,7 +5972,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/gl.po b/po/gl.po
index ecb71867b4..2e2c2649bc 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -5869,7 +5869,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/gu.po b/po/gu.po
index 8f5172f925..9436eba85f 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -6396,7 +6396,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/he.po b/po/he.po
index 72f7396fe8..81bddb61e8 100644
--- a/po/he.po
+++ b/po/he.po
@@ -5692,7 +5692,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/hi.po b/po/hi.po
index fb5c65140f..2b4e22cd02 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -6472,7 +6472,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/hr.po b/po/hr.po
index eaca2f6019..6404d2a8e6 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -5836,7 +5836,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/hu.po b/po/hu.po
index b7499ab44e..d98e4e97d5 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -5887,7 +5887,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/id.po b/po/id.po
index f6b4547428..9b435d5861 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7131,7 +7131,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/it.po b/po/it.po
index 89aabec48c..30139c870c 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7223,7 +7223,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/ja.po b/po/ja.po
index 6c7316a5c6..facd3259d0 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -6864,7 +6864,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/ka.po b/po/ka.po
index 9f8094a3a0..b17171e533 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -5783,7 +5783,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/kn.po b/po/kn.po
index 3617b30ba7..2450317d8e 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -6372,7 +6372,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/ko.po b/po/ko.po
index 913822a528..5d4874a1f1 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -6684,7 +6684,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/ku.po b/po/ku.po
index 74d5c23959..b35168a9c8 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -5784,7 +5784,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/lt.po b/po/lt.po
index e24bd0430a..45c5c11d9d 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -6002,7 +6002,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/lv.po b/po/lv.po
index ec3b1d8a30..31c88b5f6a 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -5788,7 +5788,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/mk.po b/po/mk.po
index 1cd5055509..485654ba8e 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -5700,7 +5700,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/ml.po b/po/ml.po
index 1f0134b6d3..c7edc1f9a0 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -6270,7 +6270,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/mr.po b/po/mr.po
index c789a2fe37..dbabfde53a 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -6332,7 +6332,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/nb.po b/po/nb.po
index fa3ed72a20..2c349f76ba 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -5697,7 +5697,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/ne.po b/po/ne.po
index 1744709148..0bb44fc776 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -5742,7 +5742,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/nl.po b/po/nl.po
index ed6102a504..d10353e2e3 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -5708,7 +5708,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/oc.po b/po/oc.po
index 05a9c4e980..b76847d2e6 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -5781,7 +5781,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/or.po b/po/or.po
index a0a71788ec..2d4f86797b 100644
--- a/po/or.po
+++ b/po/or.po
@@ -6267,7 +6267,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/pa.po b/po/pa.po
index 6e3c722bd0..de16c6d5d9 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -6143,7 +6143,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/pt.po b/po/pt.po
index e0961ebb0e..3ef46a9815 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -5764,7 +5764,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 9c562e1df3..826970bbc2 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7175,7 +7175,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/ru.po b/po/ru.po
index ecb8bd6a5b..6588888fad 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7025,7 +7025,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/rw.po b/po/rw.po
index 613b617fcf..83448d2d4f 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -5792,7 +5792,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/sk.po b/po/sk.po
index e2f30bb850..6eb373e8da 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -5795,7 +5795,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/sl.po b/po/sl.po
index 825714b302..7c4aa3464d 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -5818,7 +5818,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/sq.po b/po/sq.po
index 9e55d88d58..d562df13ca 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -5732,7 +5732,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/sr.po b/po/sr.po
index 38a351f019..ac5e7919f4 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -5897,7 +5897,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/sr@latin.po b/po/sr@latin.po
index f4f7487b9c..8587190848 100644
--- a/po/sr@latin.po
+++ b/po/sr@latin.po
@@ -5898,7 +5898,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/sv.po b/po/sv.po
index b9d88264d0..c1786d0971 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7107,7 +7107,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/ta.po b/po/ta.po
index 97f1826b00..e9e23ff514 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -6399,7 +6399,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/te.po b/po/te.po
index de4a29645d..23c4d2c35f 100644
--- a/po/te.po
+++ b/po/te.po
@@ -6320,7 +6320,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/th.po b/po/th.po
index 3eb1f2e7a2..d19c3e0dda 100644
--- a/po/th.po
+++ b/po/th.po
@@ -5784,7 +5784,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/tr.po b/po/tr.po
index c3bb6561d1..5fe92d964b 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -6407,7 +6407,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/uk.po b/po/uk.po
index 47292fffb9..9711ef86ba 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7284,7 +7284,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/vi.po b/po/vi.po
index d6473da839..ebce6bba16 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -5694,7 +5694,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/wa.po b/po/wa.po
index 778e14700a..9aa2d317d9 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -5781,7 +5781,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 0520bbad65..203b62bb0a 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -6737,7 +6737,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/zh_HK.po b/po/zh_HK.po
index b0f5f36c21..36ad9fb623 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -5785,7 +5785,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "
diff --git a/po/zh_TW.po b/po/zh_TW.po
index e308a08609..63754c299c 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6818,7 +6818,7 @@ msgstr ""
#: ../clients/common/settings-docs.h.in:99
msgid ""
-"When a value grater than 0 is set, configures the device to use the "
+"When a value greater than 0 is set, configures the device to use the "
"specified speed. If \"auto-negotiate\" is \"yes\" the specified speed will "
"be the only one advertised during link negotiation: this works only for BASE-"
"T 802.3 specifications and is useful for enforcing gigabit speeds, as in "