summaryrefslogtreecommitdiffstats
path: root/drakwizard.pl
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-11-17 14:35:25 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-11-17 14:35:25 +0000
commita36ea7ad1d93fa520da582b5323a587f2785c502 (patch)
tree5c865a6655e34b16c23de3c78998f620aa72ac95 /drakwizard.pl
parent094f4f3399a6e4546600ee447e19eaf241d655c9 (diff)
downloaddrakwizard-a36ea7ad1d93fa520da582b5323a587f2785c502.tar
drakwizard-a36ea7ad1d93fa520da582b5323a587f2785c502.tar.gz
drakwizard-a36ea7ad1d93fa520da582b5323a587f2785c502.tar.bz2
drakwizard-a36ea7ad1d93fa520da582b5323a587f2785c502.tar.xz
drakwizard-a36ea7ad1d93fa520da582b5323a587f2785c502.zip
translate entries in wizards pull-down menu in main drakwizard
interface
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]})) {