summaryrefslogtreecommitdiffstats
path: root/perl-install/printerdrake.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-04-04 16:06:43 +0000
committerFrancois Pons <fpons@mandriva.com>2001-04-04 16:06:43 +0000
commit6fe6e56dc0534f0e7a37001c5ae8631b89b2cf29 (patch)
treeee9b56b9f834b8f73984169e95266e99feecb5bd /perl-install/printerdrake.pm
parent563fa5f3a9bea3e22073f34446dfbc6dfcf7b0fb (diff)
downloaddrakx-6fe6e56dc0534f0e7a37001c5ae8631b89b2cf29.tar
drakx-6fe6e56dc0534f0e7a37001c5ae8631b89b2cf29.tar.gz
drakx-6fe6e56dc0534f0e7a37001c5ae8631b89b2cf29.tar.bz2
drakx-6fe6e56dc0534f0e7a37001c5ae8631b89b2cf29.tar.xz
drakx-6fe6e56dc0534f0e7a37001c5ae8631b89b2cf29.zip
make sure to insmod parport_probe alone as it is not available in 2.4 kernel and
this this not a problem (silent error).
Diffstat (limited to 'perl-install/printerdrake.pm')
-rw-r--r--perl-install/printerdrake.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm
index aace3d319..11c1f9486 100644
--- a/perl-install/printerdrake.pm
+++ b/perl-install/printerdrake.pm
@@ -18,7 +18,8 @@ sub auto_detect {
{
my $w = $in->wait_message(_("Test ports"), _("Detecting devices..."));
modules::get_alias("usb-interface") and eval { modules::load("printer"); sleep(2); };
- eval { modules::load_multi("parport_pc", "parport_probe", "lp"); };
+ eval { modules::load_multi("parport_pc", "lp"); };
+ eval { modules::load("parport_probe"); }; #- take care as not available on 2.4 kernel (silent error).
}
my $b = before_leaving { eval { modules::unload("parport_probe") } };
detect_devices::whatPrinter();
del'>-"Contacting Mandriva Linux web site to get the list of available mirrors..."
-msgstr ""
-"Kontaktuji web Mandriva Linux pro získání seznamu dostupných zrcadel..."
+msgid "Contacting Mandriva Linux web site to get the list of available mirrors..."
+msgstr "Kontaktuji web Mandriva Linux pro získání seznamu dostupných zrcadel..."
#: any.pm:185
#, c-format
@@ -911,8 +908,7 @@ msgstr "aby bylo zachováno %s"
msgid ""
"You can not select this package as there is not enough space left to install "
"it"
-msgstr ""
-"Nemůžete vybrat tento balíček, protože pro jeho instalaci není dost místa"
+msgstr "Nemůžete vybrat tento balíček, protože pro jeho instalaci není dost místa"
#: steps_gtk.pm:455
#, c-format
@@ -1384,8 +1380,7 @@ msgstr ""
#: steps_interactive.pm:920
#, c-format
msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-"Nebyla nalezena zvuková karta. Zkuste spustit po instalaci \"harddrake\"."
+msgstr "Nebyla nalezena zvuková karta. Zkuste spustit po instalaci \"harddrake\"."
#: steps_interactive.pm:928
#, c-format
@@ -1430,8 +1425,7 @@ msgstr "vypnuto"
#: steps_interactive.pm:994
#, c-format
msgid "You have not configured X. Are you sure you really want this?"
-msgstr ""
-"Nemáte nastaveno prostředí X. Chcete jej skutečně ponechat nenastavené?"
+msgstr "Nemáte nastaveno prostředí X. Chcete jej skutečně ponechat nenastavené?"
#: steps_interactive.pm:1022
#, c-format