diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-06-07 13:59:03 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-06-07 13:59:03 +0200 |
commit | b4c394f2d275ab093a16d994333da4f104e1723f (patch) | |
tree | 8c753ee7c573ea67839fbb86fac65a59f52fb729 /modules/luci-base/po/en | |
parent | 28e982dcf035b378c587d985b95485bca6e1059b (diff) |
protocols: unify TOS and TTL description strings
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-base/po/en')
-rw-r--r-- | modules/luci-base/po/en/base.po | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/modules/luci-base/po/en/base.po b/modules/luci-base/po/en/base.po index afac7f2929..2d4257495c 100644 --- a/modules/luci-base/po/en/base.po +++ b/modules/luci-base/po/en/base.po @@ -6458,21 +6458,15 @@ msgstr "" msgid "Specify a TOS (Type of Service)." msgstr "" +#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:74 #: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:79 +#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:79 msgid "" "Specify a TOS (Type of Service). Can be <code>inherit</code> (the outer " "header inherits the value of the inner header) or an hexadecimal value " "<code>00..FF</code> (optional)." msgstr "" -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:74 -msgid "" -"Specify a TOS (Type of Service). Can be <code>inherit</code> (the outer " -"header inherits the value of the inner header), or an hexadecimal value " -"<code>00..FF</code> (optional)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:69 #: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:74 #: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:74 #: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:79 @@ -6481,6 +6475,7 @@ msgid "" "default (64) (optional)." msgstr "" +#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:69 #: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:58 #: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:62 #: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:57 @@ -6489,7 +6484,6 @@ msgid "" "default (64)." msgstr "" -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:79 #: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:84 msgid "" "Specify a Traffic Class. Can be <code>inherit</code> (the outer header " |