summaryrefslogtreecommitdiffstats
path: root/proxy_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-11-17 14:36:38 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-11-17 14:36:38 +0000
commitb1630e01bd5d885ca0642bc96666a936152687cb (patch)
tree64e3c1c622780c73f503daf3e3ad29af583a6a95 /proxy_wizard
parenta36ea7ad1d93fa520da582b5323a587f2785c502 (diff)
downloaddrakwizard-b1630e01bd5d885ca0642bc96666a936152687cb.tar
drakwizard-b1630e01bd5d885ca0642bc96666a936152687cb.tar.gz
drakwizard-b1630e01bd5d885ca0642bc96666a936152687cb.tar.bz2
drakwizard-b1630e01bd5d885ca0642bc96666a936152687cb.tar.xz
drakwizard-b1630e01bd5d885ca0642bc96666a936152687cb.zip
translate some untranslated strings
Diffstat (limited to 'proxy_wizard')
-rwxr-xr-xproxy_wizard/Squid.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/proxy_wizard/Squid.pm b/proxy_wizard/Squid.pm
index 41fd9634..06b94cf3 100755
--- a/proxy_wizard/Squid.pm
+++ b/proxy_wizard/Squid.pm
@@ -119,7 +119,7 @@ $o->{pages} = {
$o->{var}{wiz_squid_mynetw} ||= network_mask()
},
data => [
- { label => 'Authorized network:', val => \$o->{var}{wiz_squid_mynetw}, help => N("Use numeric format like \"192.168.1.0/255.255.255.0\" or a text format like \".domain.net\"") },
+ { label => N("Authorized network:"), val => \$o->{var}{wiz_squid_mynetw}, help => N("Use numeric format like \"192.168.1.0/255.255.255.0\" or a text format like \".domain.net\"") },
],
next => 'cachepeer'
},
@@ -139,8 +139,8 @@ $o->{pages} = {
valcachepeer => {
name => N("Cache hierarchy") . "\n\n" . N("Enter the qualified hostname (like \"cache.domain.net\") and the port of the proxy to use."),
data => [
- { label => 'Upper level proxy hostname:', val => \$o->{var}{wiz_squid_cachepeer} },
- { label => 'Upper level proxy port:', val => \$o->{var}{wiz_squid_peerport} },
+ { label => N("Upper level proxy hostname:"), val => \$o->{var}{wiz_squid_cachepeer} },
+ { label => N("Upper level proxy port:"), val => \$o->{var}{wiz_squid_peerport} },
],
next => 'summary'
},