diff options
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r-- | perl-install/standalone.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 2d7986c24..2dd530254 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -1,4 +1,4 @@ -package standalone; # $Id$ +package standalone; # $Id: standalone.pm 262870 2009-10-27 10:53:55Z tv $ use c; use strict; @@ -61,8 +61,8 @@ default mode: offer to configure autologin feature"), OPTIONS: --help - print this help message. - --report - program should be one of Mandriva Linux tools - --incident - program should be one of Mandriva Linux tools"), + --report - program should be one of %s tools + --incident - program should be one of %s tools"), 'drakconnect' => N_("[--add] --add - \"add a network interface\" wizard --del - \"delete a network interface\" wizard @@ -85,7 +85,7 @@ OPTIONS: 'draksec' => "[--debug] --debug: print debugging information", 'drakTermServ' => N_("[OPTIONS]... -Mandriva Linux Terminal Server Configurator +%s Terminal Server Configurator --enable : enable MTS --disable : disable MTS --start : start MTS @@ -109,7 +109,7 @@ Network & Internet connection and monitoring application --quiet : do not be interactive. To be used with (dis)connect."), 'printerdrake' => " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]", 'rpmdrake' => N_("[OPTION]... - --no-confirmation do not ask first confirmation question in Mandriva Update mode + --no-confirmation do not ask first confirmation question in %s Update mode --no-verify-rpm do not verify packages signatures --changelog-first display changelog before filelist in the description window --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"), @@ -119,7 +119,7 @@ Network & Internet connection and monitoring application XFdrake resolution"), ); -$usages{$_} = $usages{rpmdrake} foreach qw(rpmdrake-remove MandrivaUpdate); +$usages{$_} = $usages{rpmdrake} foreach qw(rpmdrake-remove MageiaUpdate); $usages{Xdrakres} = $usages{XFdrake}; |