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 @@ ...@@ -63,8 +63,7 @@
<id>proxy.general.useViaHeader</id> <id>proxy.general.useViaHeader</id>
<label>Use Via header</label> <label>Use Via header</label>
<type>checkbox</type> <type>checkbox</type>
<help><![CDATA[If set (default), Squid will include a Via header in requests and <help><![CDATA[If set (default), Squid will include a Via header in requests and replies as required by RFC2616.]]></help>
replies as required by RFC2616.]]></help>
<advanced>true</advanced> <advanced>true</advanced>
</field> </field>
<field> <field>
......
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
}, },
"user-ipsec-xauth-dialin": { "user-ipsec-xauth-dialin": {
"name": "User - VPN - 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": { "user-proxy-auth": {
"name": "User - Proxy - Login", "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": { "page-getserviceproviders": {
"name": "WebCfg - AJAX: Get Service Providers", "name": "WebCfg - AJAX: Get Service Providers",
...@@ -437,7 +437,7 @@ ...@@ -437,7 +437,7 @@
}, },
"page-interfaces-groups": { "page-interfaces-groups": {
"name": "WebCfg - Interfaces: Groups page", "name": "WebCfg - Interfaces: Groups page",
"descr": "Create interface groups", "descr": "Allow access to the 'Interfaces: Groups' page.",
"match": [ "match": [
"interfaces_groups.php*" "interfaces_groups.php*"
] ]
...@@ -457,8 +457,8 @@ ...@@ -457,8 +457,8 @@
] ]
}, },
"page-interfaces-lagg": { "page-interfaces-lagg": {
"name": "WebCfg - Interfaces: LAGG: page", "name": "WebCfg - Interfaces: LAGG page",
"descr": "Edit Interface LAGG", "descr": "Allow access to the 'Interfaces: LAGG' page.",
"match": [ "match": [
"interfaces_lagg.php*" "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