1E_CAN__MSGS 2 3#if WHO_AM_I == I_AM_CANCEL || WHO_AM_I == I_AM_OZ 4 5E_CAN_BADARG 6 "\"%s\" is not a request id or a printer." 7 "Cancel requests by id or by\nname of printer where printing." 8E_CAN_CANT 9 "Can't cancel request \"%s\"." 10 "You are not allowed to cancel\nanother's request." 11E_CAN_NOUSERP 12 "No jobs on printer %s for user(s) %s." 13 "Use the lpstat -o or lpstat -u commands\nto see what requests have been queued." 14E_CAN_ANYUSERP 15 "No user has a job on printer %s." 16 "Use the lpstat -o or lpstat -u commands\nto see what requests have been queued." 17E_CAN_NOUSERANYP 18 "No jobs on any printer for user(s) %s." 19 "Use the lpstat -o command to see what\nrequests have been queued." 20E_CAN_ANYUSERANYP 21 "No requests queued." 22 "" 23E_CAN_NOACT 24 "Nothing to do." 25 "You need to give a request ID or printer\nname, or the -u option to specify a user." 26 27#endif 28 29/** 30 ** MESSAGES FOR THE ACCEPT, REJECT, ENABLE, DISABLE PROGRAMS 31 **/ 32 33/* DON'T TOUCH THE NEXT LINE */ 34