From 5b074d5c8cfd6623a15f29c37e565ce41faa55fc Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 30 Aug 2000 18:15:59 +0000 Subject: added comments for translators --- perl-install/install_interactive.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install_interactive.pm') diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index f24dff365..fa02fe13c 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -163,6 +163,8 @@ When you are done, don't forget to save using `w'", partition_table_raw::descrip #-------------------------------------------------------------------------------- sub wait_load_module { my ($o, $type, $text, $module) = @_; +#-PO: the first %s is the card type (scsi, network, sound,...) +#-PO: the second is the vendor+model name $o->wait_message('', [ _("Installing driver for %s card %s", $type, $text), $::beginner ? () : _("(module %s)", $module) @@ -175,6 +177,7 @@ sub load_module { my @options; my $m = $o->ask_from_listf('', +#-PO: the %s is the driver type (scsi, network, sound,...) _("Which %s driver should I try?", $type), \&modules::module2text, [ modules::module_of_type($type) ]) or return; -- cgit v1.2.1