From 0350fbf6e3c3000c2a0236be2734c83a0363d363 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 8 Oct 2021 19:50:54 +0200 Subject: luci-app-frpc: fix markup which is not valid XHTML Replace `
` with `
` as XHTML does not allow self-closing tags. Signed-off-by: Jo-Philipp Wich --- applications/luci-app-frpc/po/hu/frpc.po | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'applications/luci-app-frpc/po/hu/frpc.po') diff --git a/applications/luci-app-frpc/po/hu/frpc.po b/applications/luci-app-frpc/po/hu/frpc.po index 87655a5498..195718c7cc 100644 --- a/applications/luci-app-frpc/po/hu/frpc.po +++ b/applications/luci-app-frpc/po/hu/frpc.po @@ -36,27 +36,27 @@ msgstr "Rendszergazda felhasználó" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" -"AdminAddr specifies the address that the admin server binds to.
By " +"AdminAddr specifies the address that the admin server binds to.
By " "default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " -"value is 0, the admin server will not be started.
By default, this value " +"value is 0, the admin server will not be started.
By default, this value " "is 0." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AdminPwd specifies the password that the admin server will use for login." -"
By default, this value is \"admin\"." +"
By default, this value is \"admin\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminUser specifies the username that the admin server will use for login." -"
By default, this value is \"admin\"." +"
By default, this value is \"admin\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 @@ -67,7 +67,7 @@ msgstr "" msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " -"bundled executable using statik.
By default, this value is \"\"." +"bundled executable using statik.
By default, this value is \"\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:168 @@ -139,7 +139,7 @@ msgstr "HTTP felhasználó" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " -"server, in seconds. It is not recommended to change this value.
By " +"server, in seconds. It is not recommended to change this value.
By " "default, this value is 30." msgstr "" @@ -147,7 +147,7 @@ msgstr "" msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " -"change this value.
By default, this value is 90." +"change this value.
By default, this value is 90." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 @@ -165,7 +165,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " -"this value is \"\", the server will be connected to directly.
By default, " +"this value is \"\", the server will be connected to directly.
By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" @@ -210,14 +210,14 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" -"\", \"info\", \"warn\", and \"error\".
By default, this value is \"info\"." +"\", \"info\", \"warn\", and \"error\".
By default, this value is \"info\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " -"succeeds.
By default, this value is true." +"succeeds.
By default, this value is true." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:143 @@ -241,7 +241,7 @@ msgstr "Protokol" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "Protocol specifies the protocol to use when interacting with the server. " -"Valid values are \"tcp\", \"kcp\", and \"websocket\".
By default, this " +"Valid values are \"tcp\", \"kcp\", and \"websocket\".
By default, this " "value is \"tcp\"." msgstr "" @@ -257,7 +257,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " -"\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".
By default, this " +"\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".
By default, this " "value is \"tcp\"." msgstr "" @@ -295,13 +295,13 @@ msgstr "Kiszolgáló port" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" -"ServerAddr specifies the address of the server to connect to.
By default, " +"ServerAddr specifies the address of the server to connect to.
By default, " "this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" -"ServerPort specifies the port to connect to the server on.
By default, " +"ServerPort specifies the port to connect to the server on.
By default, " "this value is 7000." msgstr "" @@ -336,7 +336,7 @@ msgstr "" msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " -"must have TCP multiplexing enabled as well.
By default, this value is " +"must have TCP multiplexing enabled as well.
By default, this value is " "true." msgstr "" @@ -354,20 +354,20 @@ msgstr "Token" msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " -"succeed.
By default, this value is \"\"." +"succeed.
By default, this value is \"\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "" "UseCompression controls whether or not communication with the server will be " -"compressed.
By default, this value is false." +"compressed.
By default, this value is false." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " -"client configuration.
By default, this value is false." +"client configuration.
By default, this value is false." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 @@ -378,7 +378,7 @@ msgstr "Felhasználó" msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " -"changed to \"{user}.{proxy_name}\".
By default, this value is \"\"." +"changed to \"{user}.{proxy_name}\".
By default, this value is \"\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:141 -- cgit v1.2.3