diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-26 16:36:38 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-26 16:36:38 +0000 |
commit | aba00cb5934a65954fa8cfc76b3b6ed67665f1d0 (patch) | |
tree | c8418f26aeb87b85e760e9a724d60bbdce017cdf /perl-install | |
parent | b3f38ef54228345b51813641a044a8bf615b3b95 (diff) | |
download | drakx-aba00cb5934a65954fa8cfc76b3b6ed67665f1d0.tar drakx-aba00cb5934a65954fa8cfc76b3b6ed67665f1d0.tar.gz drakx-aba00cb5934a65954fa8cfc76b3b6ed67665f1d0.tar.bz2 drakx-aba00cb5934a65954fa8cfc76b3b6ed67665f1d0.tar.xz drakx-aba00cb5934a65954fa8cfc76b3b6ed67665f1d0.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/help.pm | 27 | ||||
-rw-r--r-- | perl-install/printerdrake.pm | 2 |
2 files changed, 28 insertions, 1 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm index 4b006a8df..eda17be2d 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -448,6 +448,26 @@ You have to enter some informations here. you want, for example \"2nd floor\"). "), +configurePrinterLPR => +__("You need to enter some informations here. + + * Name of queue: the print spooler uses "lp" as default printer name. So, you need have a printer named \"lp\". + If you have only one printer, you can use several names for it. You just need to separate them by a pipe + character (a \"|\"). So, if you prefer to have a more meaningful name, you have to put it first, eg: \"My printer|lp\". + The printer having \"lp\" in its name(s) will be the default printer. + + * Spool directory: it is in this directory that printing jobs are stored. Keep the default choice + if you don't know what to use + + * Printer Connection: If your printer is physically connected to your computer, select \"Local printer\". + If you want to access a printer located on a remote Unix machine, select \"Remote lpd printer\". + + If you want to access a printer located on a remote Microsoft Windows machine (or on Unix machine using SMB + protocol), select \"SMB/Windows 95/98/NT\". + + If you want to acces a printer located on NetWare network, select \"NetWare\". +"), + configurePrinterDev => __("Your printer has not been detected. Please enter the name of the device on which it is connected. @@ -455,6 +475,13 @@ which it is connected. For information, most printers are connected on the first parallel port. This one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft Windows."), +configurePrinterOptions => +__("Please select rights options according to your printer. +Please see its documentation if you don't know what choose here. + +You will able to test your configuration in next step and +you will be able to modify it if it doesn't work as you want."), + configurePrinterType => __("You must now select your printer in the above list."), setRootPassword => __("You can now enter the root password for your diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index 6d273424b..e75398a5e 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -415,7 +415,7 @@ _("Location") => { val => \$printer->{Location} }, $printer->{str_type}, ); } else { - $in->set_help('configurePrinterLocal'); + $in->set_help('configurePrinterLPR'); $in->ask_from_entries_refH([_("Select Printer Connection"), _("Ok"), $::beginner ? () : _("Remove queue")], _("Every print queue (which print jobs are directed to) needs a name (often lp) and a spool directory associated with it. What |