summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2004-01-21 21:49:52 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2004-01-21 21:49:52 +0000
commit8a9c32f86ccce9d42591a21df8bc9e2f453f615c (patch)
tree4741b1b2ac5b8960e99396f4f99f71faccb2fbd7 /perl-install/printer
parent15a7fc518df015b31f5721f0599b26c879a7df85 (diff)
downloaddrakx-8a9c32f86ccce9d42591a21df8bc9e2f453f615c.tar
drakx-8a9c32f86ccce9d42591a21df8bc9e2f453f615c.tar.gz
drakx-8a9c32f86ccce9d42591a21df8bc9e2f453f615c.tar.bz2
drakx-8a9c32f86ccce9d42591a21df8bc9e2f453f615c.tar.xz
drakx-8a9c32f86ccce9d42591a21df8bc9e2f453f615c.zip
Removed occurences of "Mandrake" from translateable strings.
Diffstat (limited to 'perl-install/printer')
-rw-r--r--perl-install/printer/main.pm9
-rw-r--r--perl-install/printer/printerdrake.pm11
2 files changed, 13 insertions, 7 deletions
diff --git a/perl-install/printer/main.pm b/perl-install/printer/main.pm
index 2bc625ddf..f856902a2 100644
--- a/perl-install/printer/main.pm
+++ b/perl-install/printer/main.pm
@@ -49,10 +49,11 @@ sub spooler() {
#return @spooler_inv{qw(cups lpd lprng pdq)};
- # LPRng is not officially supported any more since Mandrake 9.0, so
- # show it only in the spooler menu when it was manually installed.
+ # LPRng is not officially supported any more since version 9.0 of
+ # this distribution, so show it only in the spooler menu when it
+ # was manually installed.
- # PDQ is not officially supported any more since Mandrake 9.1, so
+ # PDQ is not officially supported any more since version 9.1, so
# show it only in the spooler menu when it was manually installed.
return map { $spoolers{$_}{long_name} } qw(cups),
@@ -2229,7 +2230,7 @@ sub configure_hpoj {
# Preliminary workaround to make the user-mode USB devices
# (LIDIL devices) installable as verification of the HPOJ
# settings of these devices does not work yet. The workaround
- # will probably removed after Mandrake 9.2.
+ # will probably removed after version 9.2 of this distribution.
# Note: This workaround leaves out the checking for a photo
# memory card reader, but to my knowledge there are no LIDIL
# devices with card reader yet.
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm
index 296c80f5d..31b1fc501 100644
--- a/perl-install/printer/printerdrake.pm
+++ b/perl-install/printer/printerdrake.pm
@@ -14,11 +14,16 @@ use printer::detect;
use printer::default;
use printer::data;
-1;
+my $companyname = "MandrakeSoft";
+my $distroname = "Mandrake Linux";
+my $shortdistroname = "Mandrake";
+my $domainname = "mandrakesoft.com";
my $hp1000fwtext = N("The HP LaserJet 1000 needs its firmware to be uploaded after being turned on. Download the Windows driver package from the HP web site (the firmware on the printer's CD does not work) and extract the firmware file from it by uncompresing the self-extracting '.exe' file with the 'unzip' utility and searching for the 'sihp1000.img' file. Copy this file into the '/etc/printer' directory. There it will be found by the automatic uploader script and uploaded whenever the printer is connected and turned on.
");
+1;
+
sub config_cups {
my ($printer, $in, $upNetwork) = @_;
@@ -888,7 +893,7 @@ Congratulations, your printer is now installed and configured!
You can print using the \"Print\" command of your application (usually in the \"File\" menu).
-If you want to add, remove, or rename a printer, or if you want to change the default option settings (paper input tray, printout quality, ...), select \"Printer\" in the \"Hardware\" section of the Mandrake Control Center."))
+If you want to add, remove, or rename a printer, or if you want to change the default option settings (paper input tray, printout quality, ...), select \"Printer\" in the \"Hardware\" section of the %s Control Center.", $shortdistroname))
}
}
@@ -3349,7 +3354,7 @@ sub check_network {
if (!start_network($in, $upNetwork) && !$dontconfigure) {
$in->ask_warn(N("Configuration of a remote printer"),
($::isInstall ?
-N("The network configuration done during the installation cannot be started now. Please check whether the network is accessable after booting your system and correct the configuration using the Mandrake Control Center, section \"Network & Internet\"/\"Connection\", and afterwards set up the printer, also using the Mandrake Control Center, section \"Hardware\"/\"Printer\"") :
+N("The network configuration done during the installation cannot be started now. Please check whether the network is accessable after booting your system and correct the configuration using the %s Control Center, section \"Network & Internet\"/\"Connection\", and afterwards set up the printer, also using the %s Control Center, section \"Hardware\"/\"Printer\"", $shortdistroname, $shortdistroname) :
N("The network access was not running and could not be started. Please check your configuration and your hardware. Then try to configure your remote printer again.")));
return 0;
}