Commit b6bba996 authored by Franco Fichtner's avatar Franco Fichtner

src: imporve a few out-of-place translations

(cherry picked from commit 0006f5c5)
parent bf3c5fd8
......@@ -63,8 +63,7 @@
<id>proxy.general.useViaHeader</id>
<label>Use Via header</label>
<type>checkbox</type>
<help><![CDATA[If set (default), Squid will include a Via header in requests and
replies as required by RFC2616.]]></help>
<help><![CDATA[If set (default), Squid will include a Via header in requests and replies as required by RFC2616.]]></help>
<advanced>true</advanced>
</field>
<field>
......
......@@ -9,11 +9,11 @@
},
"user-ipsec-xauth-dialin": {
"name": "User - VPN - IPsec xauth Dialin",
"descr": "Indicates whether the user is allowed to dial in via IPsec xauth (Note: Does not allow shell access, but may allow the user to create ssh tunnels)"
"descr": "Indicates whether the user is allowed to dial in via IPsec xauth."
},
"user-proxy-auth": {
"name": "User - Proxy - Login",
"descr": "Indicates whether the user is allowed to use the proxy"
"descr": "Indicates whether the user is allowed to authenticate with the proxy."
},
"page-getserviceproviders": {
"name": "WebCfg - AJAX: Get Service Providers",
......@@ -437,7 +437,7 @@
},
"page-interfaces-groups": {
"name": "WebCfg - Interfaces: Groups page",
"descr": "Create interface groups",
"descr": "Allow access to the 'Interfaces: Groups' page.",
"match": [
"interfaces_groups.php*"
]
......@@ -457,8 +457,8 @@
]
},
"page-interfaces-lagg": {
"name": "WebCfg - Interfaces: LAGG: page",
"descr": "Edit Interface LAGG",
"name": "WebCfg - Interfaces: LAGG page",
"descr": "Allow access to the 'Interfaces: LAGG' page.",
"match": [
"interfaces_lagg.php*"
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment