1E_FOR__MSGS
2
3#if	WHO_AM_I == I_AM_LPFORMS || WHO_AM_I == I_AM_OZ
4#define E_FOR_MOPENREQX		E_LP_HAVEREQS
5#define E_FOR_UALLOWDENY	E_LP_UALLOWDENY
6#define E_FOR_EXTRAARG		E_LP_EXTRA
7
8E_FOR_FORMNAME
9	"No form name given."
10	"You must specify a form name using the\n-f option."
11E_FOR_NOACT
12	"Nothing to do."
13	"You must give one of these options:\n- -F (new form)\n- -F -l -x -u -A -W -Q (existing form)"
14E_FOR_EMPTYFILE
15	"Empty form description file given."
16	"All defaults will be used; resubmit the\ncommand if this is not what you want.\nProcessing continues."
17E_FOR_DELSTRANGE
18	"Strange, the LP print service accepted\nthe delete form request but the disk\ncopy can't be deleted."
19	""
20E_FOR_CTMPFILE
21	"Unable to create temporary file."
22	"Set the TMPDIR environment variable to a\nsuitable temporary directory name."
23E_FOR_OPEN
24	"Can't open \"%s\" for reading."
25	"Check that it exists and that you\ncan read it."
26E_FOR_ANYNONE
27	"Reserved words \"any\" and \"none\" are not\nappropriate in this context."
28	""
29E_FOR_NOFORMS
30	"No forms currently defined."
31	""
32E_FOR_NOSHCMDERR
33	"No alert given."
34	"You must give a shell command to use as\nthe alert."
35E_FOR_NOSHCMDWARN
36	"No alert defined for form \"%s\"."
37	"Use the -A option to define a shell\ncommand to use as the alert.\nProcessing continues."
38E_FOR_BADHDR
39	"Bad input header in form description file on\nline %d."
40	""
41E_FOR_BADSCALE
42	"Improper scaled decimal number on line %d."
43	"You can use only 'i' and 'c' for scaling numbers."
44E_FOR_BADINT
45	"Invalid integer given on line %d."
46	"You must give a positive non-zero\ninteger value."
47E_FOR_BADCHSETQUALIFIER
48	"Bad qualifier given after character set on\nline %d."
49	"The only legal qualifier immediately\nfollowing a character set name is\n\",mandatory\"."
50E_FOR_TRAILIN
51	"Bad input follows legal input on line %d."
52	"Check to the System Administrator's\nReference manual for the correct syntax."
53E_FOR_NOTNAME
54	"Incorrect syntax for name on line %d."
55	"Give a name that has 1 to 14 letters,\ndigits, or underscores."
56E_FOR_NOTCTYPE
57	"Incorrect syntax for content type on line %d."
58	"Give a content type that has 1 to 14\nletters, digits, or dashes."
59E_FOR_UNKNOWN
60	"Error accessing form \"%s\"\n(%s)."
61	""
62E_FOR_FORMBUSY
63	"There are jobs currently queued for form\n\"%s\""
64	"Either wait for the requests to finish\nprinting or cancel them. Use the\nlpstat -o -l command to find out which\nneed this form."
65E_FOR_NOSPACE
66	"The LP print service can't take in another form."
67	"The form definition has been saved on\ndisk nonetheless. Stop the LP print\nservice (/usr/sbin/lpshut) and restart it\n(/usr/lib/lp/lpsched) to have it\nrecognize the new form."
68E_FOR_ANYDEL
69	"Nothing will happen."
70	"The \"-f any\" option is used to set an\nalert for those forms without an alert,\nbut \"-A none\" defines no alert."
71E_FOR_ALSO_SEP_FORM
72	"The form `%s' cannot be defined with\npaper `%s' because `%s' is already\ndefined as an old style form. "
73	"Either use another name, or remove the\nconflicting form using `lpforms'."
74
75#endif
76
77/**
78 ** MESSAGES FOR THE LPSTAT PROGRAM
79 **/
80
81/* DON'T TOUCH THE NEXT LINE */
82