summaryrefslogtreecommitdiffstats
path: root/perl-install/install_interactive.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2000-08-30 18:15:59 +0000
committerPablo Saratxaga <pablo@mandriva.com>2000-08-30 18:15:59 +0000
commit5b074d5c8cfd6623a15f29c37e565ce41faa55fc (patch)
treea2aa4f4b47f4859051c634eff597ee579d144a52 /perl-install/install_interactive.pm
parent14034634f914544f3f5c4ee62c87352055c1b57a (diff)
downloaddrakx-5b074d5c8cfd6623a15f29c37e565ce41faa55fc.tar
drakx-5b074d5c8cfd6623a15f29c37e565ce41faa55fc.tar.gz
drakx-5b074d5c8cfd6623a15f29c37e565ce41faa55fc.tar.bz2
drakx-5b074d5c8cfd6623a15f29c37e565ce41faa55fc.tar.xz
drakx-5b074d5c8cfd6623a15f29c37e565ce41faa55fc.zip
added comments for translators
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r--perl-install/install_interactive.pm3
1 files changed, 3 insertions, 0 deletions
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;