#
# english text for the Free LaserJet 4 utility V1.1p1
#
# by Frank Tegtmeyer, Rostock (Germany)
#
# procedure to install english as standard language:
#  (normally done by Makefile)
#
#   - copy this file to a file called "lj4.txt"
#   - run lingua on this file with the filename and
#     the version as parameters:
#       lingua lj4 V1.1p1
#   - install the file lj4.etf to the correct place
#
# Every time you change this file you must go through
# the above procedure.
#
#
TITLE1/  
/   _ __________________________________________________________________ 
/  
/   _____Free HP Laserjet 4 Utility   V1.1p1 (March 1994) 
/   _______  Copyright (C) Frank Tegtmeyer (fte@gecko.de) 
/  
/   _____Lingua 1.3 (C) SichemSoft, Wageningen, Netherlands.
/   _ __________________________________________________________________ 
/  
/   __The Free LaserJet 4 Utility comes with ABSOLUTELY NO WARRANTY; 
/   __for details type `lj4 -w'. 
/   __This is free software, and you are welcome to redistribute it 
/   __under certain conditions; type `lj4 -c' for details. 
/  
/   ____usage:  lj4  command value 
/  
/   ____command  the mode of the printer, that has to be changed 
/   ____value    value fo the printer mode
/  
/   _Use lj4 -? to get a list of the known commands.
/   _Use lj4 -detailed to get a list of all commands and possible values.
/  
/  
#
# the string for the overview table head
#
OVERVIEW/ CMD Description
/         -------------------------------------------------------------
#
#
# please do not change the order of the descriptions, because
# they match the commands coded in the C source file
#
DESCRIPTIONS[   reset all values to factory defaults
[               print buffered data and eject the paper
[               select the Line Termination mode (CR/LF <-> LF)
[               select a symbol set by name
[               select a font by number
[               set the pitch of proportional fonts
[               set the size of proportional fonts
[               set the number of lines per page
[               select the format of the paper
[               select landscape or portrait mode
[               set the number of copies to print
[               select manual or automatic paper feed
[               select auto continue or not
[               select the mode of Resolution Enhancement Technology
[               select the page protection mode
[               select the mode of the image adapt function
[               select the density for printing
[               select resolution (it's RSN, not RES!)
[               select Economode or not
[               select job offset or not
[               select a output bin
[               set duplex printing to on or off
#
# headline for detailed descriptions
#
DETAILED detailed description of the commands
#
# delimiter for the detailed descriptions
#
DELIMITER -------------------------------------------------
#
# the leading strings of the description and parameters
#
DESCRIPTION description:_
ARGUMENTS   possible arguments:_
#
WARRANTY/  
/          __This program is distributed in the hope that it will be useful,
/          __but WITHOUT ANY WARRANTY; without even the implied warranty of
/          __MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
/          __GNU General Public License for more details.
/          __(in Germany the "Deutsche Free Software Lizenz" from the
/          ___Free Software Association of Germany).
/  
/  
#
#
CONDITIONS/  
/  __This program is free software; you can redistribute it and/or modify
/  __it under the terms of the GNU General Public License as published by
/  __the Free Software Foundation; (version 2 of the License)
/  __In Germany this program is under the terms of the "Deutsche Free
/  __Software Lizenz" as published by the Free Software Association of
/  __Germany.
/   
/  __This program is distributed in the hope that it will be useful,
/  __but WITHOUT ANY WARRANTY; without even the implied warranty of
/  __MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
/  __GNU General Public License for more details.
/   
/  __You should have received a copy of the GNU General Public License
/  __along with this program; if not, write to the Free Software
/  __Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
/   
/  
#
# string for "no arguments"
#
NO_ARGS none
#
# integer values required (this is a format string)
#
INTEGERS   integer values from %s to %s
#
# float values required (this is a format string)
#
FLOATS  float values from %s to %s
#
# error string for a wrong parameter value (format string)
#
WRONG_PARM lj4: wrong parameter value <%s>
#
# command not found
#
CMDNOTFOUND/   lj4: command not found: %s
/  
#
# wrong number of parameters
#
WRONGNUM1/  lj4: wrong number of parameters for command %s specified
/   
WRONGNUM2/  _____required are %d parameters
/  

