1E_FL__MSGS 2 3#if WHO_AM_I == I_AM_LPFILTER || WHO_AM_I == I_AM_OZ 4#define E_FL_IGNORE E_LP_EXTRA 5#define E_FL_GARBAGE E_LP_GARBAGE 6 7E_FL_ACCESS 8 "Can't access filter table\n\"%s\"." 9 "Check its file permissions." 10E_FL_ACCESSI 11 "Can't access archived filter table\n\"%s\"." 12 "Check its file permissions." 13E_FL_NOCMD 14 "No command specified." 15 "You must give a command or program name." 16E_FL_NOFACTY 17 "No filters are archived." 18 "See if any were installed originally." 19E_FL_FACTYNM 20 "No filter by that name was archived." 21 "Check the name again." 22E_FL_NOFILT 23 "No filter name given." 24 "You must specify a filter name;\nuse the -f option." 25E_FL_OPEN 26 "Can't open the file for reading: \"%s\"" 27 "Check that it exists and that you\ncan read it." 28E_FL_READ 29 "Error reading input." 30 "" 31E_FL_UNKFILT 32 "No filter by the name \"%s\" exists." 33 "Check the name again." 34E_FL_UNKNOWN 35 "Error accessing filter table\n\"%s\"\n(%s)." 36 "" 37E_FL_HEADING 38 "Input line %d can not be used." 39 "Fix the input if necessary;\nprocessing continues." 40E_FL_NOACT 41 "Nothing to do." 42 "You must give one of these options:\n-F, -, -x, -l." 43E_FL_NOTALL 44 "Can't add a filter named \"all\"." 45 "You must use another name." 46E_FL_STRANGE 47 "Could not read all filters from table\n\"%s\"." 48 "" 49E_FL_NOSPLOAD 50 "The LP print service didn't load the filter table." 51 "Try restarting the LP print service by\nrunning the /usr/lib/lp/lpsched command." 52E_FL_BADTEMPLATE 53 "Missing option template." 54 "There appears to be an incomplete option\ntemplate. This can be caused by a double\ncomma in the option list. Resubmit the\nentire input." 55E_FL_BADKEY 56 "Unrecognized keyword in option template." 57 "Resubmit the entire input. Check the\nlpfilter(1M) manual page for the list of\nvalid keywords." 58E_FL_BADPATT 59 "Missing pattern in option template." 60 "Resubmit the entire input; make sure all\noption templates include a keyword,\npattern, and replacement:\nkeyword pattern = replacement\n(e.g. MODES * = -m *)." 61E_FL_BADRESULT 62 "Missing replacement in option template." 63 "Resubmit the entire input; make sure all\noption templates include a keyword,\npattern, and replacement:\nkeyword pattern = replacement\n(e.g. MODES * = -m *)." 64E_FL_BADREGEX 65 "Error in regular expression:\n %s" 66 "Resubmit the entire input with the\ncorrect regular expression." 67#endif 68 69/** 70 ** MESSAGES FOR THE CANCEL PROGRAM 71 **/ 72 73/* DON'T TOUCH THE NEXT LINE */ 74