summaryrefslogtreecommitdiffstats
path: root/drakwizard.pl
diff options
context:
space:
mode:
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-xdrakwizard.pl24
1 files changed, 12 insertions, 12 deletions
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]})) {