From a36ea7ad1d93fa520da582b5323a587f2785c502 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 17 Nov 2003 14:35:25 +0000 Subject: translate entries in wizards pull-down menu in main drakwizard interface --- drakwizard.pl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'drakwizard.pl') diff --git a/drakwizard.pl b/drakwizard.pl index ad735e1b..95ea2aab 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -38,18 +38,18 @@ my $in = interactive->vnew; my $standalone = 1; my %wiz = ( - apache => ['Apache', "Apache web server"], - dhcp => ['Dhcp', "Dhcp server"], - bind => ['Bind', "Dns (configuration)"], - bind_client => ['Bind_client', "Dns (add client)"], - inn => ['Inn', "News server"], - nfs => ['NFS', "NFS server"], - postfix => ['Postfix', "Mail server"], - proftpd => ['Proftpd', "Ftp server"], - samba => ['Samba', "Samba server"], - squid => ['Squid', "Proxy"], - ntp => ['Ntp', "Time server"], - apache2 => ['Apache', "Apache2 web server", { ver => 2 }] + apache => ['Apache', N("Apache web server")], + dhcp => ['Dhcp', N("Dhcp server")], + bind => ['Bind', N("Dns (configuration)")], + bind_client => ['Bind_client', N("Dns (add client)")], + inn => ['Inn', N("News server")], + nfs => ['NFS', N("NFS server")], + postfix => ['Postfix', N("Mail server")], + proftpd => ['Proftpd', N("Ftp server")], + samba => ['Samba', N("Samba server")], + squid => ['Squid', N("Proxy")], + ntp => ['Ntp', N("Time server")], + apache2 => ['Apache', N("Apache2 web server"), { ver => 2 }] ); if (!defined($wiz{$ARGV[0]})) { -- cgit v1.2.1