From 77f83d2604dc6bcdd58d87c6325ec96760788562 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 19 Jan 2004 21:46:20 +0000 Subject: add strings for future options --- perl-install/network/netconnect.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 906a3315d..c29455277 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -91,7 +91,10 @@ sub detect_timezone() { ); my %l10n_lan_protocols = ( static => N("Manual configuration"), - dhcp => N("Automatic IP (BOOTP/DHCP/Zeroconf)"), + dhcp => N("Automatic IP (BOOTP/DHCP)"), + if_(0, + dhcp_zeroconf => N("Automatic IP (BOOTP/DHCP/Zeroconf)"), + ) ); @@ -557,6 +560,7 @@ Modifying the fields below will override this configuration."), $auto_ip = $l10n_lan_protocols{defined $auto_ip ? ($auto_ip ? 'dhcp' : 'static') :$ethntf->{BOOTPROTO}} || 0; }, name => sub { + N("Zeroconf hostname resolution"); N("Configuring network device %s (driver %s)", $ethntf->{DEVICE}, $module) . "\n\n" . N("The following protocols can be used to configure an ethernet connection. Please choose the one you want to use") }, -- cgit v1.2.1