diff options
author | damien <damien@mandriva.com> | 2001-08-09 18:41:32 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-08-09 18:41:32 +0000 |
commit | 5ed177619fa333124c522814e6d20aa698d68ae1 (patch) | |
tree | 835b2fea39b15c59fc4cda70a552902d24852ae2 /perl-install/network | |
parent | 0cce6ae4c01be6818d6b24b961d120641936d712 (diff) | |
download | drakx-5ed177619fa333124c522814e6d20aa698d68ae1.tar drakx-5ed177619fa333124c522814e6d20aa698d68ae1.tar.gz drakx-5ed177619fa333124c522814e6d20aa698d68ae1.tar.bz2 drakx-5ed177619fa333124c522814e6d20aa698d68ae1.tar.xz drakx-5ed177619fa333124c522814e6d20aa698d68ae1.zip |
labels corrections
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/isdn.pm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/perl-install/network/isdn.pm b/perl-install/network/isdn.pm index 24d11d7d4..fdff70a37 100644 --- a/perl-install/network/isdn.pm +++ b/perl-install/network/isdn.pm @@ -44,12 +44,13 @@ sub isdn_write_config { my $e = $in->ask_from_list_(_("Network Configuration Wizard"), _("Which ISDN configuration do you prefer? -* The Old configuration uses isdn4net. It contains powerfull tools, but is tricky to configure for a newbie, and not standard. +* The Old configuration uses isdn4net. It contains powerfull + tools, but is tricky to configure, and not standard. -* The New configuration is easier to understand, more standard, but with less tools. +* The New configuration is easier to understand, more + standard, but with less tools. We recommand the light configuration. - "), [ __("New configuration (isdn-light)"), __("Old configuration (isdn4net)")] ) or return; my ($rmpackage, $instpackage) = $e =~ /light/ ? ('isdn4net', 'isdn-light') : ('isdn-light', 'isdn4net'); @@ -178,9 +179,9 @@ sub isdn_ask_info { sub isdn_ask_protocol { my @toto=( - { description => $::expert ? _("Europe (EDSS1)") : _("Europe"), + { description => $::expert ? _("Europe protocol (EDSS1)") : _("Europe protocol"), protokol => 2}, - { description => $::expert ? _("Rest of the world \n no D-Channel (leased lines)") : _("Rest of the world"), + { description => $::expert ? _("Protocol for the rest of the world \n no D-Channel (leased lines)") : _("Protocol for the rest of the world"), protokol => 3} ); my $e = $in->ask_from_listf(_("ISDN Configuration"), |