E_FL__MSGS #if WHO_AM_I == I_AM_LPFILTER || WHO_AM_I == I_AM_OZ #define E_FL_IGNORE E_LP_EXTRA #define E_FL_GARBAGE E_LP_GARBAGE E_FL_ACCESS "Can't access filter table\n\"%s\"." "Check its file permissions." E_FL_ACCESSI "Can't access archived filter table\n\"%s\"." "Check its file permissions." E_FL_NOCMD "No command specified." "You must give a command or program name." E_FL_NOFACTY "No filters are archived." "See if any were installed originally." E_FL_FACTYNM "No filter by that name was archived." "Check the name again." E_FL_NOFILT "No filter name given." "You must specify a filter name;\nuse the -f option." E_FL_OPEN "Can't open the file for reading: \"%s\"" "Check that it exists and that you\ncan read it." E_FL_READ "Error reading input." "" E_FL_UNKFILT "No filter by the name \"%s\" exists." "Check the name again." E_FL_UNKNOWN "Error accessing filter table\n\"%s\"\n(%s)." "" E_FL_HEADING "Input line %d can not be used." "Fix the input if necessary;\nprocessing continues." E_FL_NOACT "Nothing to do." "You must give one of these options:\n-F, -, -x, -l." E_FL_NOTALL "Can't add a filter named \"all\"." "You must use another name." E_FL_STRANGE "Could not read all filters from table\n\"%s\"." "" E_FL_NOSPLOAD "The LP print service didn't load the filter table." "Try restarting the LP print service by\nrunning the /usr/lib/lp/lpsched command." E_FL_BADTEMPLATE "Missing option template." "There appears to be an incomplete option\ntemplate. This can be caused by a double\ncomma in the option list. Resubmit the\nentire input." E_FL_BADKEY "Unrecognized keyword in option template." "Resubmit the entire input. Check the\nlpfilter(1M) manual page for the list of\nvalid keywords." E_FL_BADPATT "Missing pattern in option template." "Resubmit the entire input; make sure all\noption templates include a keyword,\npattern, and replacement:\nkeyword pattern = replacement\n(e.g. MODES * = -m *)." E_FL_BADRESULT "Missing replacement in option template." "Resubmit the entire input; make sure all\noption templates include a keyword,\npattern, and replacement:\nkeyword pattern = replacement\n(e.g. MODES * = -m *)." E_FL_BADREGEX "Error in regular expression:\n %s" "Resubmit the entire input with the\ncorrect regular expression." #endif /** ** MESSAGES FOR THE CANCEL PROGRAM **/ /* DON'T TOUCH THE NEXT LINE */