17c478bd9Sstevel@tonic-gate/* 27c478bd9Sstevel@tonic-gate * CDDL HEADER START 37c478bd9Sstevel@tonic-gate * 47c478bd9Sstevel@tonic-gate * The contents of this file are subject to the terms of the 5*c81d47afSceastha * Common Development and Distribution License (the "License"). 6*c81d47afSceastha * You may not use this file except in compliance with the License. 77c478bd9Sstevel@tonic-gate * 87c478bd9Sstevel@tonic-gate * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97c478bd9Sstevel@tonic-gate * or http://www.opensolaris.org/os/licensing. 107c478bd9Sstevel@tonic-gate * See the License for the specific language governing permissions 117c478bd9Sstevel@tonic-gate * and limitations under the License. 127c478bd9Sstevel@tonic-gate * 137c478bd9Sstevel@tonic-gate * When distributing Covered Code, include this CDDL HEADER in each 147c478bd9Sstevel@tonic-gate * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157c478bd9Sstevel@tonic-gate * If applicable, add the following below this CDDL HEADER, with the 167c478bd9Sstevel@tonic-gate * fields enclosed by brackets "[]" replaced with your own identifying 177c478bd9Sstevel@tonic-gate * information: Portions Copyright [yyyy] [name of copyright owner] 187c478bd9Sstevel@tonic-gate * 197c478bd9Sstevel@tonic-gate * CDDL HEADER END 207c478bd9Sstevel@tonic-gate */ 217c478bd9Sstevel@tonic-gate 227c478bd9Sstevel@tonic-gate#pragma ident "%Z%%M% %I% %E% SMI" 237c478bd9Sstevel@tonic-gate 247c478bd9Sstevel@tonic-gate/* 25*c81d47afSceastha * Copyright 2007 Sun Microsystems, Inc. All rights reserved. 267c478bd9Sstevel@tonic-gate * Use is subject to license terms. 277c478bd9Sstevel@tonic-gate */ 287c478bd9Sstevel@tonic-gate 297c478bd9Sstevel@tonic-gate/** 307c478bd9Sstevel@tonic-gate ** 317c478bd9Sstevel@tonic-gate ** This file contains definitions for the E_... symbols 327c478bd9Sstevel@tonic-gate ** used with the LP_ERRMSG routines. The definitions are 337c478bd9Sstevel@tonic-gate ** linked with the text in this file, but they have to be split: 347c478bd9Sstevel@tonic-gate ** The E_... symbols go into a header file, and the text 357c478bd9Sstevel@tonic-gate ** go into separate, compilable files. 367c478bd9Sstevel@tonic-gate **/ 377c478bd9Sstevel@tonic-gate 387c478bd9Sstevel@tonic-gate/* 397c478bd9Sstevel@tonic-gate * 407c478bd9Sstevel@tonic-gate * Format of lines in this file: 417c478bd9Sstevel@tonic-gate * 427c478bd9Sstevel@tonic-gate * E_... 437c478bd9Sstevel@tonic-gate * "text-for-error-message" 447c478bd9Sstevel@tonic-gate * "text-for-TO-FIX-statement" 457c478bd9Sstevel@tonic-gate * 467c478bd9Sstevel@tonic-gate * Lines that DON'T begin with E_..., " (double quote), or # 477c478bd9Sstevel@tonic-gate * (after leading spaces or tabs) are skipped. Thus these comment 487c478bd9Sstevel@tonic-gate * lines are ignored, but the C preprocessor directives are kept. 497c478bd9Sstevel@tonic-gate * 507c478bd9Sstevel@tonic-gate * Note: The preprocessor directives DO NOT keep text from being 517c478bd9Sstevel@tonic-gate * generated, nor do they keep the E_... symbols from being numbered 527c478bd9Sstevel@tonic-gate * (which is consistent). The directives ARE useful for keeping them 537c478bd9Sstevel@tonic-gate * from being needlessly defined in a program that includes "oam.h" 547c478bd9Sstevel@tonic-gate */ 557c478bd9Sstevel@tonic-gate 567c478bd9Sstevel@tonic-gate#define I_AM_CANCEL 1 577c478bd9Sstevel@tonic-gate#define I_AM_COMB 2 587c478bd9Sstevel@tonic-gate#define I_AM_LP 3 597c478bd9Sstevel@tonic-gate#define I_AM_LPADMIN 4 607c478bd9Sstevel@tonic-gate#define I_AM_LPFILTER 5 617c478bd9Sstevel@tonic-gate#define I_AM_LPFORMS 6 627c478bd9Sstevel@tonic-gate#define I_AM_LPMOVE 7 637c478bd9Sstevel@tonic-gate#define I_AM_LPNETWORK 8 647c478bd9Sstevel@tonic-gate#define I_AM_LPPRIVATE 9 657c478bd9Sstevel@tonic-gate#define I_AM_LPSCHED 10 667c478bd9Sstevel@tonic-gate#define I_AM_LPSHUT 11 677c478bd9Sstevel@tonic-gate#define I_AM_LPSTAT 12 687c478bd9Sstevel@tonic-gate#define I_AM_LPUSERS 13 697c478bd9Sstevel@tonic-gate#define I_AM_LPSYSTEM 14 707c478bd9Sstevel@tonic-gate#define I_AM_OZ 99 717c478bd9Sstevel@tonic-gate 727c478bd9Sstevel@tonic-gate/** 737c478bd9Sstevel@tonic-gate ** COMMON MESSAGES USED BY ALL PROGRAMS 747c478bd9Sstevel@tonic-gate **/ 757c478bd9Sstevel@tonic-gate 767c478bd9Sstevel@tonic-gate/* DON'T TOUCH THE NEXT LINE */ 777c478bd9Sstevel@tonic-gateE_LP__MSGS 787c478bd9Sstevel@tonic-gate 797c478bd9Sstevel@tonic-gateE_LP_OPTION 807c478bd9Sstevel@tonic-gate "Unrecognized option \"%s\"." 817c478bd9Sstevel@tonic-gate "" 827c478bd9Sstevel@tonic-gateE_LP_MALLOC 837c478bd9Sstevel@tonic-gate "Not enough memory." 847c478bd9Sstevel@tonic-gate "Try again later or give a simpler\ncommand." 857c478bd9Sstevel@tonic-gateE_LP_AGAIN 867c478bd9Sstevel@tonic-gate "Another process is using the file\n\"%s\"." 877c478bd9Sstevel@tonic-gate "Try again later." 887c478bd9Sstevel@tonic-gateE_LP_ANYNONE 897c478bd9Sstevel@tonic-gate "The names \"any\" and \"none\" are reserved." 907c478bd9Sstevel@tonic-gate "You must use a different name." 917c478bd9Sstevel@tonic-gateE_LP_ACCESS 927c478bd9Sstevel@tonic-gate "Can't access the file\n\"%s\"." 937c478bd9Sstevel@tonic-gate "Check its file permissions." 947c478bd9Sstevel@tonic-gateE_LP_NOTNAME 957c478bd9Sstevel@tonic-gate "\"%s\" doesn't have the correct syntax." 967c478bd9Sstevel@tonic-gate "Give a name that has 1 to 14 letters,\ndigits, dashes, or underscores." 977c478bd9Sstevel@tonic-gateE_LP_OPTARG 987c478bd9Sstevel@tonic-gate "The option %s requires an argument." 997c478bd9Sstevel@tonic-gate "" 1007c478bd9Sstevel@tonic-gateE_LP_UNKREQID 1017c478bd9Sstevel@tonic-gate "Request \"%s\" doesn't exist." 1027c478bd9Sstevel@tonic-gate "" 1037c478bd9Sstevel@tonic-gateE_LP_MSEND 1047c478bd9Sstevel@tonic-gate "Can't send message to the LP print service." 1057c478bd9Sstevel@tonic-gate "The LP print service apparently has been\nstopped. Get help from your system\nadministrator." 1067c478bd9Sstevel@tonic-gateE_LP_MRECV 1077c478bd9Sstevel@tonic-gate "Can't receive message from the LP print service." 1087c478bd9Sstevel@tonic-gate "The LP print service apparently has been\nstopped. Get help from your system\nadministrator." 1097c478bd9Sstevel@tonic-gateE_LP_BADSTATUS 1107c478bd9Sstevel@tonic-gate "Received unexpected status %d in a reply from the\nLP print service." 1117c478bd9Sstevel@tonic-gate "It's likely there is an error in this\nsoftware. Please get help from your\nsystem administrator." 1127c478bd9Sstevel@tonic-gateE_LP_PGONE 1137c478bd9Sstevel@tonic-gate "Printer \"%s\" has disappeared!" 1147c478bd9Sstevel@tonic-gate "The administrator should completely\nremove the printer." 1157c478bd9Sstevel@tonic-gateE_LP_PNBUSY 1167c478bd9Sstevel@tonic-gate "Printer \"%s\" was not busy." 1177c478bd9Sstevel@tonic-gate "" 1187c478bd9Sstevel@tonic-gateE_LP_MOPEN 1197c478bd9Sstevel@tonic-gate "Can't establish contact with the LP print service." 1207c478bd9Sstevel@tonic-gate "Either the LP print service has stopped,\nor all message channels are busy. If the\nproblem continues, get help from your\nsystem administrator." 1217c478bd9Sstevel@tonic-gateE_LP_MLATER 1227c478bd9Sstevel@tonic-gate "All message channels busy." 1237c478bd9Sstevel@tonic-gate "Try again later." 1247c478bd9Sstevel@tonic-gateE_LP_AMBIG 1257c478bd9Sstevel@tonic-gate "Ambiguous or invalid combination of\n%s and %s options." 1267c478bd9Sstevel@tonic-gate "Give only one of the two options." 1277c478bd9Sstevel@tonic-gateE_LP_2MANY 1287c478bd9Sstevel@tonic-gate "Multiple -%c options given." 1297c478bd9Sstevel@tonic-gate "The last one will be used;\nprocessing continues." 1307c478bd9Sstevel@tonic-gateE_LP_BADREPLY 1317c478bd9Sstevel@tonic-gate "Received unexpected message %d from the LP print service." 1327c478bd9Sstevel@tonic-gate "It's likely there is an error in this\nsoftware. Please get help from your\nsystem administrator." 1337c478bd9Sstevel@tonic-gateE_LP_DSTUNK 1347c478bd9Sstevel@tonic-gate "Destination \"%s\" is unknown to the\nLP print service." 1357c478bd9Sstevel@tonic-gate "" 1367c478bd9Sstevel@tonic-gateE_LP_NOTADM 1377c478bd9Sstevel@tonic-gate "You aren't allowed to do that." 1387c478bd9Sstevel@tonic-gate "You must be logged in as \"lp\" or \"root\"." 1397c478bd9Sstevel@tonic-gateE_LP_NODEST 1407c478bd9Sstevel@tonic-gate "No destinations specified." 1417c478bd9Sstevel@tonic-gate "" 1427c478bd9Sstevel@tonic-gateE_LP_BADFILE 1437c478bd9Sstevel@tonic-gate "Cannot access the file:\n%s." 1447c478bd9Sstevel@tonic-gate "Make sure file names are valid." 1457c478bd9Sstevel@tonic-gateE_LP_EMPTY 1467c478bd9Sstevel@tonic-gate "\"%s\" is empty." 1477c478bd9Sstevel@tonic-gate "" 1487c478bd9Sstevel@tonic-gateE_LP_NOFILES 1497c478bd9Sstevel@tonic-gate "No (or empty) input files." 1507c478bd9Sstevel@tonic-gate "" 1517c478bd9Sstevel@tonic-gateE_LP_OPTCOMB 1527c478bd9Sstevel@tonic-gate "Illegal combination of options." 1537c478bd9Sstevel@tonic-gate "Check the manual for proper usage." 1547c478bd9Sstevel@tonic-gateE_LP_NOSPACE 1557c478bd9Sstevel@tonic-gate "No space to allocate temp files." 1567c478bd9Sstevel@tonic-gate "Clean up disk, or try again later." 1577c478bd9Sstevel@tonic-gateE_LP_ISDIR 1587c478bd9Sstevel@tonic-gate "\"%s\" is a directory." 1597c478bd9Sstevel@tonic-gate "A regular file is needed here; check the\nname." 1607c478bd9Sstevel@tonic-gateE_LP_BADSCALE 1617c478bd9Sstevel@tonic-gate "Improper scaled decimal number." 1627c478bd9Sstevel@tonic-gate "Number must be greater than zero. You\ncan use only 'i' and 'c' for scaling\nnumbers ('i' inches, 'c' centimeters).\nFor setting cpi (horizontal pitch),\nsynonyms \"pica\", \"elite\", \"compressed\"\nare allowed." 1637c478bd9Sstevel@tonic-gateE_LP_EXTRA 1647c478bd9Sstevel@tonic-gate "Extra command line arguments starting with\n\"%s\"." 1657c478bd9Sstevel@tonic-gate "Processing continues, but check for a\nmissing option. Use the -? option to see\na list of valid options." 1667c478bd9Sstevel@tonic-gateE_LP_BADPRI 1677c478bd9Sstevel@tonic-gate "Bad priority value \"%s\"." 1687c478bd9Sstevel@tonic-gate "Use an integer value from 0 to 39." 1697c478bd9Sstevel@tonic-gateE_LP_2LATE 1707c478bd9Sstevel@tonic-gate "Request \"%s\" is done." 1717c478bd9Sstevel@tonic-gate "It is too late to do anything with it." 1727c478bd9Sstevel@tonic-gateE_LP_BUSY 1737c478bd9Sstevel@tonic-gate "Request \"%s\" is busy." 1747c478bd9Sstevel@tonic-gate "If the request is printing, disable the\nprinter and resubmit this command." 1757c478bd9Sstevel@tonic-gateE_LP_NULLARG 1767c478bd9Sstevel@tonic-gate "Null argument given for %s option." 1777c478bd9Sstevel@tonic-gate "You have to give a non-empty value for\nthis option." 1787c478bd9Sstevel@tonic-gateE_LP_BADOARG 1797c478bd9Sstevel@tonic-gate "Argument to option -%c is invalid: \"%s\"." 1807c478bd9Sstevel@tonic-gate "Re-enter with valid option arguments." 1817c478bd9Sstevel@tonic-gateE_LP_NEEDSCHED 1827c478bd9Sstevel@tonic-gate "The LP print service isn't running or can't be\nreached." 1837c478bd9Sstevel@tonic-gate "Your request can't be completely handled\nwithout the LP print service. If this\nproblem continues, get help from your\nsystem administrator." 1847c478bd9Sstevel@tonic-gateE_LP_BADDEST 1857c478bd9Sstevel@tonic-gate "Destination \"%s\" does not exist." 1867c478bd9Sstevel@tonic-gate "Use a printer or class that exists on\nthis system." 1877c478bd9Sstevel@tonic-gateE_LP_PUTCLASS 1887c478bd9Sstevel@tonic-gate "Error writing class \"%s\" to disk\n(%s)." 1897c478bd9Sstevel@tonic-gate "" 1907c478bd9Sstevel@tonic-gateE_LP_GETCLASS 1917c478bd9Sstevel@tonic-gate "Error reading class \"%s\" from disk\n(%s)." 1927c478bd9Sstevel@tonic-gate "" 1937c478bd9Sstevel@tonic-gateE_LP_DELCLASS 1947c478bd9Sstevel@tonic-gate "Error deleting class \"%s\" from disk\n(%s)." 1957c478bd9Sstevel@tonic-gate "" 1967c478bd9Sstevel@tonic-gateE_LP_GETPRINTER 1977c478bd9Sstevel@tonic-gate "Error reading printer information for \"%s\"\n(%s)." 1987c478bd9Sstevel@tonic-gate "" 1997c478bd9Sstevel@tonic-gateE_LP_PUTPRINTER 2007c478bd9Sstevel@tonic-gate "Error writing printer information for \"%s\"\n(%s)." 2017c478bd9Sstevel@tonic-gate "" 2027c478bd9Sstevel@tonic-gateE_LP_DELPRINTER 2037c478bd9Sstevel@tonic-gate "Error deleting printer information for \"%s\"\n(%s)." 2047c478bd9Sstevel@tonic-gate "" 2057c478bd9Sstevel@tonic-gateE_LP_GETFORM 2067c478bd9Sstevel@tonic-gate "Error reading form information for \"%s\"\n(%s)." 2077c478bd9Sstevel@tonic-gate "" 2087c478bd9Sstevel@tonic-gateE_LP_PUTFORM 2097c478bd9Sstevel@tonic-gate "Error writing form information for \"%s\"\n(%s)." 2107c478bd9Sstevel@tonic-gate "" 2117c478bd9Sstevel@tonic-gateE_LP_DELFORM 2127c478bd9Sstevel@tonic-gate "Error deleting form information for \"%s\"\n(%s)." 2137c478bd9Sstevel@tonic-gate "" 2147c478bd9Sstevel@tonic-gateE_LP_GETREQUEST 2157c478bd9Sstevel@tonic-gate "Error reading request file.\n(%s)." 2167c478bd9Sstevel@tonic-gate "" 2177c478bd9Sstevel@tonic-gateE_LP_PUTREQUEST 2187c478bd9Sstevel@tonic-gate "Error writing request file.\n(%s)." 2197c478bd9Sstevel@tonic-gate "" 2207c478bd9Sstevel@tonic-gateE_LP_NOCLASS 2217c478bd9Sstevel@tonic-gate "Class \"%s\" does not exist." 2227c478bd9Sstevel@tonic-gate "Use the \"lpstat -c all\" command to list\nall known classes." 2237c478bd9Sstevel@tonic-gateE_LP_NOPRINTER 2247c478bd9Sstevel@tonic-gate "Printer \"%s\" does not exist." 2257c478bd9Sstevel@tonic-gate "Use the \"lpstat -p all\" command to list\nall known printers." 2267c478bd9Sstevel@tonic-gateE_LP_NOFORM 2277c478bd9Sstevel@tonic-gate "Form \"%s\" does not exist." 2287c478bd9Sstevel@tonic-gate "Use the \"lpstat -f all\" command to list\nall known forms." 2297c478bd9Sstevel@tonic-gateE_LP_GETMSG 2307c478bd9Sstevel@tonic-gate "Failed to parse message from the LP print service.\n(%s)" 2317c478bd9Sstevel@tonic-gate "" 2327c478bd9Sstevel@tonic-gateE_LP_HAVEREQS 2337c478bd9Sstevel@tonic-gate "The LP print service isn't running." 2347c478bd9Sstevel@tonic-gate "Your request may affect print jobs, but\nthe LP print service isn't running to\nevaluate this. Start it by running the\n/usr/lib/lp/lpsched command." 2357c478bd9Sstevel@tonic-gateE_LP_DENYDEST 2367c478bd9Sstevel@tonic-gate "You are not allowed to use the destination\n\"%s\"." 2377c478bd9Sstevel@tonic-gate "Use the lpstat -p command to list all\nknown printers; you can use those marked\n\"available\"." 2387c478bd9Sstevel@tonic-gateE_LP_NOFILTER 2397c478bd9Sstevel@tonic-gate "There is no filter to convert the file content." 2407c478bd9Sstevel@tonic-gate "Use the lpstat -p -l command to find a\nprinter that can handle the file type\n directly, check your filters using lpfilter -f all -l, or consult with your system\nadministrator." 2417c478bd9Sstevel@tonic-gateE_LP_REQDENY 2427c478bd9Sstevel@tonic-gate "Requests for destination \"%s\" aren't\nbeing accepted." 2437c478bd9Sstevel@tonic-gate "Use the \"lpstat -a\" command to see why\nthis destination is not accepting\nrequests." 2447c478bd9Sstevel@tonic-gateE_LP_PTRCHK 2457c478bd9Sstevel@tonic-gate "The following options can't be handled:\n%s" 2467c478bd9Sstevel@tonic-gate "The printer(s) that otherwise qualify\nfor printing your request can't handle\none or more of these options. Try\nanother printer, or change the options." 2477c478bd9Sstevel@tonic-gateE_LP_MNOMEM 2487c478bd9Sstevel@tonic-gate "No room for this request!" 2497c478bd9Sstevel@tonic-gate "The spooling directory is full, or the\nLP print service can't allocate enough\nmemory for this request." 2507c478bd9Sstevel@tonic-gateE_LP_UALLOWDENY 2517c478bd9Sstevel@tonic-gate "Invalid argument to the -u option." 2527c478bd9Sstevel@tonic-gate "The argument must begin with either\n\"allow:\" or \"deny:\" and be followed with\na list of user names." 2537c478bd9Sstevel@tonic-gateE_LP_NOQUIET 2547c478bd9Sstevel@tonic-gate "No alerts are active for \"%s\"." 2557c478bd9Sstevel@tonic-gate "" 2567c478bd9Sstevel@tonic-gateE_LP_GARBNMB 2577c478bd9Sstevel@tonic-gate "Illegal value for the -%c option." 2587c478bd9Sstevel@tonic-gate "Give an integer value with this option." 2597c478bd9Sstevel@tonic-gateE_LP_NEGARG 2607c478bd9Sstevel@tonic-gate "Illegal value for the -%c option." 2617c478bd9Sstevel@tonic-gate "This must be a non-negative number, that\nis also small enough to be interpreted\ncorrectly (numbers too large might be\nconverted to negative values)." 2627c478bd9Sstevel@tonic-gateE_LP_GONEREMOTE 2637c478bd9Sstevel@tonic-gate "Request %s is on the remote system." 2647c478bd9Sstevel@tonic-gate "The LP print service currently does not\nallow you to change or move a request,\nonce it is on the remote system." 2657c478bd9Sstevel@tonic-gateE_LP_ZEROARG 2667c478bd9Sstevel@tonic-gate "Illegal value for the -%c option." 2677c478bd9Sstevel@tonic-gate "Give a positive value for the option." 2687c478bd9Sstevel@tonic-gateE_LP_MISSING 2697c478bd9Sstevel@tonic-gate "No list given after the \"%s:\"." 2707c478bd9Sstevel@tonic-gate "You seem to have left something out;\nhowever, processing of the rest of the\ncommand line options continues." 2717c478bd9Sstevel@tonic-gateE_LP_ACCESSINFO 2727c478bd9Sstevel@tonic-gate "Error writing access information to disk\n(%s)." 2737c478bd9Sstevel@tonic-gate "" 2747c478bd9Sstevel@tonic-gateE_LP_GARBAGE 2757c478bd9Sstevel@tonic-gate "Too many bad input lines." 2767c478bd9Sstevel@tonic-gate "Fix the input and try again." 2777c478bd9Sstevel@tonic-gateE_LP_USAGE 2787c478bd9Sstevel@tonic-gate "Unrecognized option \"%s\".\nEnter command with -? option for proper usage." 2797c478bd9Sstevel@tonic-gate "" 2807c478bd9Sstevel@tonic-gateE_LP_NOREQ 2817c478bd9Sstevel@tonic-gate "No request ids available." 2827c478bd9Sstevel@tonic-gate "Check for faulted or disabled printer(s) with \n\"lpstat -a\"." 2837c478bd9Sstevel@tonic-gateE_LP_LARGEFILE 2847c478bd9Sstevel@tonic-gate "Large File encountered, can't print:\n%s." 2857c478bd9Sstevel@tonic-gate "Make sure the file is not a Large File." 2867c478bd9Sstevel@tonic-gate/** 2877c478bd9Sstevel@tonic-gate ** MESSAGES FOR THE LPFILTER PROGRAM 2887c478bd9Sstevel@tonic-gate **/ 2897c478bd9Sstevel@tonic-gate 2907c478bd9Sstevel@tonic-gate/* DON'T TOUCH THE NEXT LINE */ 2917c478bd9Sstevel@tonic-gateE_FL__MSGS 2927c478bd9Sstevel@tonic-gate 2937c478bd9Sstevel@tonic-gate#if WHO_AM_I == I_AM_LPFILTER || WHO_AM_I == I_AM_OZ 2947c478bd9Sstevel@tonic-gate#define E_FL_IGNORE E_LP_EXTRA 2957c478bd9Sstevel@tonic-gate#define E_FL_GARBAGE E_LP_GARBAGE 2967c478bd9Sstevel@tonic-gate 2977c478bd9Sstevel@tonic-gateE_FL_ACCESS 2987c478bd9Sstevel@tonic-gate "Can't access filter table\n\"%s\"." 2997c478bd9Sstevel@tonic-gate "Check its file permissions." 3007c478bd9Sstevel@tonic-gateE_FL_ACCESSI 3017c478bd9Sstevel@tonic-gate "Can't access archived filter table\n\"%s\"." 3027c478bd9Sstevel@tonic-gate "Check its file permissions." 3037c478bd9Sstevel@tonic-gateE_FL_NOCMD 3047c478bd9Sstevel@tonic-gate "No command specified." 3057c478bd9Sstevel@tonic-gate "You must give a command or program name." 3067c478bd9Sstevel@tonic-gateE_FL_NOFACTY 3077c478bd9Sstevel@tonic-gate "No filters are archived." 3087c478bd9Sstevel@tonic-gate "See if any were installed originally." 3097c478bd9Sstevel@tonic-gateE_FL_FACTYNM 3107c478bd9Sstevel@tonic-gate "No filter by that name was archived." 3117c478bd9Sstevel@tonic-gate "Check the name again." 3127c478bd9Sstevel@tonic-gateE_FL_NOFILT 3137c478bd9Sstevel@tonic-gate "No filter name given." 3147c478bd9Sstevel@tonic-gate "You must specify a filter name;\nuse the -f option." 3157c478bd9Sstevel@tonic-gateE_FL_OPEN 3167c478bd9Sstevel@tonic-gate "Can't open the file for reading: \"%s\"" 3177c478bd9Sstevel@tonic-gate "Check that it exists and that you\ncan read it." 3187c478bd9Sstevel@tonic-gateE_FL_READ 3197c478bd9Sstevel@tonic-gate "Error reading input." 3207c478bd9Sstevel@tonic-gate "" 3217c478bd9Sstevel@tonic-gateE_FL_UNKFILT 3227c478bd9Sstevel@tonic-gate "No filter by the name \"%s\" exists." 3237c478bd9Sstevel@tonic-gate "Check the name again." 3247c478bd9Sstevel@tonic-gateE_FL_UNKNOWN 3257c478bd9Sstevel@tonic-gate "Error accessing filter table\n\"%s\"\n(%s)." 3267c478bd9Sstevel@tonic-gate "" 3277c478bd9Sstevel@tonic-gateE_FL_HEADING 3287c478bd9Sstevel@tonic-gate "Input line %d can not be used." 3297c478bd9Sstevel@tonic-gate "Fix the input if necessary;\nprocessing continues." 3307c478bd9Sstevel@tonic-gateE_FL_NOACT 3317c478bd9Sstevel@tonic-gate "Nothing to do." 3327c478bd9Sstevel@tonic-gate "You must give one of these options:\n-F, -, -x, -l." 3337c478bd9Sstevel@tonic-gateE_FL_NOTALL 3347c478bd9Sstevel@tonic-gate "Can't add a filter named \"all\"." 3357c478bd9Sstevel@tonic-gate "You must use another name." 3367c478bd9Sstevel@tonic-gateE_FL_STRANGE 3377c478bd9Sstevel@tonic-gate "Could not read all filters from table\n\"%s\"." 3387c478bd9Sstevel@tonic-gate "" 3397c478bd9Sstevel@tonic-gateE_FL_NOSPLOAD 3407c478bd9Sstevel@tonic-gate "The LP print service didn't load the filter table." 3417c478bd9Sstevel@tonic-gate "Try restarting the LP print service by\nrunning the /usr/lib/lp/lpsched command." 3427c478bd9Sstevel@tonic-gateE_FL_BADTEMPLATE 3437c478bd9Sstevel@tonic-gate "Missing option template." 3447c478bd9Sstevel@tonic-gate "There appears to be an incomplete option\ntemplate. This can be caused by a double\ncomma in the option list. Resubmit the\nentire input." 3457c478bd9Sstevel@tonic-gateE_FL_BADKEY 3467c478bd9Sstevel@tonic-gate "Unrecognized keyword in option template." 3477c478bd9Sstevel@tonic-gate "Resubmit the entire input. Check the\nlpfilter(1M) manual page for the list of\nvalid keywords." 3487c478bd9Sstevel@tonic-gateE_FL_BADPATT 3497c478bd9Sstevel@tonic-gate "Missing pattern in option template." 3507c478bd9Sstevel@tonic-gate "Resubmit the entire input; make sure all\noption templates include a keyword,\npattern, and replacement:\nkeyword pattern = replacement\n(e.g. MODES * = -m *)." 3517c478bd9Sstevel@tonic-gateE_FL_BADRESULT 3527c478bd9Sstevel@tonic-gate "Missing replacement in option template." 3537c478bd9Sstevel@tonic-gate "Resubmit the entire input; make sure all\noption templates include a keyword,\npattern, and replacement:\nkeyword pattern = replacement\n(e.g. MODES * = -m *)." 3547c478bd9Sstevel@tonic-gateE_FL_BADREGEX 3557c478bd9Sstevel@tonic-gate "Error in regular expression:\n %s" 3567c478bd9Sstevel@tonic-gate "Resubmit the entire input with the\ncorrect regular expression." 3577c478bd9Sstevel@tonic-gate#endif 3587c478bd9Sstevel@tonic-gate 3597c478bd9Sstevel@tonic-gate/** 3607c478bd9Sstevel@tonic-gate ** MESSAGES FOR THE CANCEL PROGRAM 3617c478bd9Sstevel@tonic-gate **/ 3627c478bd9Sstevel@tonic-gate 3637c478bd9Sstevel@tonic-gate/* DON'T TOUCH THE NEXT LINE */ 3647c478bd9Sstevel@tonic-gateE_CAN__MSGS 3657c478bd9Sstevel@tonic-gate 3667c478bd9Sstevel@tonic-gate#if WHO_AM_I == I_AM_CANCEL || WHO_AM_I == I_AM_OZ 3677c478bd9Sstevel@tonic-gate 3687c478bd9Sstevel@tonic-gateE_CAN_BADARG 3697c478bd9Sstevel@tonic-gate "\"%s\" is not a request id or a printer." 3707c478bd9Sstevel@tonic-gate "Cancel requests by id or by\nname of printer where printing." 3717c478bd9Sstevel@tonic-gateE_CAN_CANT 3727c478bd9Sstevel@tonic-gate "Can't cancel request \"%s\"." 3737c478bd9Sstevel@tonic-gate "You are not allowed to cancel\nanother's request." 3747c478bd9Sstevel@tonic-gateE_CAN_NOUSERP 3757c478bd9Sstevel@tonic-gate "No jobs on printer %s for user(s) %s." 3767c478bd9Sstevel@tonic-gate "Use the lpstat -o or lpstat -u commands\nto see what requests have been queued." 3777c478bd9Sstevel@tonic-gateE_CAN_ANYUSERP 3787c478bd9Sstevel@tonic-gate "No user has a job on printer %s." 3797c478bd9Sstevel@tonic-gate "Use the lpstat -o or lpstat -u commands\nto see what requests have been queued." 3807c478bd9Sstevel@tonic-gateE_CAN_NOUSERANYP 3817c478bd9Sstevel@tonic-gate "No jobs on any printer for user(s) %s." 3827c478bd9Sstevel@tonic-gate "Use the lpstat -o command to see what\nrequests have been queued." 3837c478bd9Sstevel@tonic-gateE_CAN_ANYUSERANYP 3847c478bd9Sstevel@tonic-gate "No requests queued." 3857c478bd9Sstevel@tonic-gate "" 3867c478bd9Sstevel@tonic-gateE_CAN_NOACT 3877c478bd9Sstevel@tonic-gate "Nothing to do." 3887c478bd9Sstevel@tonic-gate "You need to give a request ID or printer\nname, or the -u option to specify a user." 3897c478bd9Sstevel@tonic-gate 3907c478bd9Sstevel@tonic-gate#endif 3917c478bd9Sstevel@tonic-gate 3927c478bd9Sstevel@tonic-gate/** 3937c478bd9Sstevel@tonic-gate ** MESSAGES FOR THE ACCEPT, REJECT, ENABLE, DISABLE PROGRAMS 3947c478bd9Sstevel@tonic-gate **/ 3957c478bd9Sstevel@tonic-gate 3967c478bd9Sstevel@tonic-gate/* DON'T TOUCH THE NEXT LINE */ 3977c478bd9Sstevel@tonic-gateE_CMB__MSGS 3987c478bd9Sstevel@tonic-gate 3997c478bd9Sstevel@tonic-gate#if WHO_AM_I == I_AM_COMB || WHO_AM_I == I_AM_OZ 4007c478bd9Sstevel@tonic-gate 4017c478bd9Sstevel@tonic-gateE_REJ_2TIME 4027c478bd9Sstevel@tonic-gate "Destination \"%s\" was already\nnot accepting requests." 4037c478bd9Sstevel@tonic-gate "" 4047c478bd9Sstevel@tonic-gate 4057c478bd9Sstevel@tonic-gateE_ACC_2TIME 4067c478bd9Sstevel@tonic-gate "Destination \"%s\" was already accepting\nrequests." 4077c478bd9Sstevel@tonic-gate "" 4087c478bd9Sstevel@tonic-gate 4097c478bd9Sstevel@tonic-gateE_DIS_2TIME 4107c478bd9Sstevel@tonic-gate "Destination \"%s\" was already disabled." 4117c478bd9Sstevel@tonic-gate "" 4127c478bd9Sstevel@tonic-gateE_DIS_CLASS 4137c478bd9Sstevel@tonic-gate "\"%s\" is a class." 4147c478bd9Sstevel@tonic-gate "You can only disable printers, not\nclasses. If you want to prevent people\nfrom submitting requests to this class,\nuse the /usr/sbin/reject command." 4157c478bd9Sstevel@tonic-gate 4167c478bd9Sstevel@tonic-gateE_ENA_2TIME 4177c478bd9Sstevel@tonic-gate "Destination \"%s\" was already enabled." 4187c478bd9Sstevel@tonic-gate "" 4197c478bd9Sstevel@tonic-gateE_ENA_CLASS 4207c478bd9Sstevel@tonic-gate "\"%s\" is a class." 4217c478bd9Sstevel@tonic-gate "You can only enable printers, not\nclasses. If you want to allow people to\nsubmit requests to this class, use the\n/usr/sbin/accept command." 4227c478bd9Sstevel@tonic-gate 4237c478bd9Sstevel@tonic-gate#endif 4247c478bd9Sstevel@tonic-gate 4257c478bd9Sstevel@tonic-gate/** 4267c478bd9Sstevel@tonic-gate ** MESSAGES FOR THE LPMOVE PROGRAM 4277c478bd9Sstevel@tonic-gate **/ 4287c478bd9Sstevel@tonic-gate 4297c478bd9Sstevel@tonic-gate/* DON'T TOUCH THE NEXT LINE */ 4307c478bd9Sstevel@tonic-gateE_MOV__MSGS 4317c478bd9Sstevel@tonic-gate 4327c478bd9Sstevel@tonic-gate#if WHO_AM_I == I_AM_LPMOVE || WHO_AM_I == I_AM_OZ 4337c478bd9Sstevel@tonic-gate 4347c478bd9Sstevel@tonic-gateE_MOV_BADDEST 4357c478bd9Sstevel@tonic-gate "Request \"%s\" cannot be moved." 4367c478bd9Sstevel@tonic-gate "" 4377c478bd9Sstevel@tonic-gateE_MOV_NOMEDIA 4387c478bd9Sstevel@tonic-gate "Request \"%s\" cannot be moved." 4397c478bd9Sstevel@tonic-gate "The form or character set needed by the\nrequest no longer exists. You should\ncancel this request." 4407c478bd9Sstevel@tonic-gateE_MOV_DENYMEDIA 4417c478bd9Sstevel@tonic-gate "Request \"%s\" cannot be moved." 4427c478bd9Sstevel@tonic-gate "The form needed by the request is no\nlonger available to the user. You should\ncancel this request." 4437c478bd9Sstevel@tonic-gateE_MOV_NOMOUNT 4447c478bd9Sstevel@tonic-gate "Request \"%s\" cannot be moved." 4457c478bd9Sstevel@tonic-gate "The form needed by the request can't be\nmounted on the destined printer. Try\nanother destination, or wait for the\nrequest to finish printing or cancel it." 4467c478bd9Sstevel@tonic-gateE_MOV_PTRCHK 4477c478bd9Sstevel@tonic-gate "Request \"%s\" cannot be moved\nbecause the following options can't be handled:\n%s" 4487c478bd9Sstevel@tonic-gate "Try moving the request to another\ndestination, or wait for the request to\nfinish printing or cancel it." 4497c478bd9Sstevel@tonic-gateE_MOV_DENYDEST 4507c478bd9Sstevel@tonic-gate "Request \"%s\" cannot be moved." 4517c478bd9Sstevel@tonic-gate "The person who submitted the request is\nnot allowed to use the printer(s). Try\nanother destination, or wait for the\nrequest to finish printing or cancel it." 4527c478bd9Sstevel@tonic-gateE_MOV_NOFILTER 4537c478bd9Sstevel@tonic-gate "Request \"%s\" cannot be moved." 4547c478bd9Sstevel@tonic-gate "There is no filter to convert the file\ncontent for the printer(s). Try another\ndestination, or wait for the request to\nfinish printing or cancel it." 4557c478bd9Sstevel@tonic-gate 4567c478bd9Sstevel@tonic-gate#endif 4577c478bd9Sstevel@tonic-gate 4587c478bd9Sstevel@tonic-gate/** 4597c478bd9Sstevel@tonic-gate ** MESSAGES FOR THE LPUSERS PROGRAM 4607c478bd9Sstevel@tonic-gate **/ 4617c478bd9Sstevel@tonic-gate 4627c478bd9Sstevel@tonic-gate/* DON'T TOUCH THE NEXT LINE */ 4637c478bd9Sstevel@tonic-gateE_LPU__MSGS 4647c478bd9Sstevel@tonic-gate 4657c478bd9Sstevel@tonic-gate#if WHO_AM_I == I_AM_LPUSERS || WHO_AM_I == I_AM_OZ 4667c478bd9Sstevel@tonic-gate 4677c478bd9Sstevel@tonic-gateE_LPU_BADFILE 4687c478bd9Sstevel@tonic-gate "Bad file: %s, errno=%d." 4697c478bd9Sstevel@tonic-gate "" 4707c478bd9Sstevel@tonic-gateE_LPU_BADFORM 4717c478bd9Sstevel@tonic-gate "Bad user profile:\n\"%s\"." 4727c478bd9Sstevel@tonic-gate "" 4737c478bd9Sstevel@tonic-gateE_LPU_DEFTWICE 4747c478bd9Sstevel@tonic-gate "Default listed twice." 4757c478bd9Sstevel@tonic-gate "" 4767c478bd9Sstevel@tonic-gateE_LPU_NOLOAD 4777c478bd9Sstevel@tonic-gate "The LP print service did not load new priority\ndefinitions." 4787c478bd9Sstevel@tonic-gate "Try restarting the LP print service." 4797c478bd9Sstevel@tonic-gateE_LPU_BADU 4807c478bd9Sstevel@tonic-gate "Bad user specified: %s" 4817c478bd9Sstevel@tonic-gate "" 4827c478bd9Sstevel@tonic-gateE_LPU_NOUSER 4837c478bd9Sstevel@tonic-gate "User \"%s\" did not have a limit set\n(or is illegal)" 4847c478bd9Sstevel@tonic-gate "" 4857c478bd9Sstevel@tonic-gate 4867c478bd9Sstevel@tonic-gate#endif 4877c478bd9Sstevel@tonic-gate 4887c478bd9Sstevel@tonic-gate/** 4897c478bd9Sstevel@tonic-gate ** MESSAGES FOR THE LP PROGRAM 4907c478bd9Sstevel@tonic-gate **/ 4917c478bd9Sstevel@tonic-gate 4927c478bd9Sstevel@tonic-gate/* DON'T TOUCH THE NEXT LINE */ 4937c478bd9Sstevel@tonic-gateE_LPP__MSGS 4947c478bd9Sstevel@tonic-gate 4957c478bd9Sstevel@tonic-gate#if WHO_AM_I == I_AM_LP || WHO_AM_I == I_AM_OZ 4967c478bd9Sstevel@tonic-gate#define E_LPP_BADDEST E_LP_BADDEST 4977c478bd9Sstevel@tonic-gate 4987c478bd9Sstevel@tonic-gateE_LPP_ILLARG 4997c478bd9Sstevel@tonic-gate "Illegal file arguments with change request." 5007c478bd9Sstevel@tonic-gate "To change which files should be printed,\ncancel this request and resubmit it." 5017c478bd9Sstevel@tonic-gateE_LPP_NOSTART 5027c478bd9Sstevel@tonic-gate "End change received, but no start." 5037c478bd9Sstevel@tonic-gate "Internal error, report to administrator." 5047c478bd9Sstevel@tonic-gateE_LPP_FPUTREQ 5057c478bd9Sstevel@tonic-gate "Could not write request." 5067c478bd9Sstevel@tonic-gate "" 5077c478bd9Sstevel@tonic-gateE_LPP_FGETREQ 5087c478bd9Sstevel@tonic-gate "Could not read request \"%s\"." 5097c478bd9Sstevel@tonic-gate "Check argument to -i option." 5107c478bd9Sstevel@tonic-gateE_LPP_NODEST 5117c478bd9Sstevel@tonic-gate "No default destination." 5127c478bd9Sstevel@tonic-gate "You must identify which printer should\nhandle your request by naming it or a\nclass of printers (-d name) or by naming\na type of printer (-T type)." 5137c478bd9Sstevel@tonic-gateE_LPP_NOMEDIA 5147c478bd9Sstevel@tonic-gate "Form or character set not available." 5157c478bd9Sstevel@tonic-gate "Check the spelling of the form/character\nset name. Use the lpstat -f -S command\nto list all known forms and character\nsets." 5167c478bd9Sstevel@tonic-gateE_LPP_DENYMEDIA 5177c478bd9Sstevel@tonic-gate "You are not allowed to use the form\n\"%s\"." 5187c478bd9Sstevel@tonic-gate "Use the lpstat -f command to list all\nknown forms; you can use those marked\n\"available\"." 5197c478bd9Sstevel@tonic-gateE_LPP_NOMOUNT 5207c478bd9Sstevel@tonic-gate "The form or print wheel can't be used." 5217c478bd9Sstevel@tonic-gate "The printer(s) that otherwise qualify\nfor printing your request are not\nallowed to have the form or print wheel\nmounted. Use the lpstat -p -l command\nto list printers where it (they) can be\nmounted." 5227c478bd9Sstevel@tonic-gateE_LPP_COMBMW 5237c478bd9Sstevel@tonic-gate "Illegal combination of -w and -m options." 5247c478bd9Sstevel@tonic-gate "Notification will be by mail only;\nthe \"-w\" option is ignored." 5257c478bd9Sstevel@tonic-gateE_LPP_NOOPEN 5267c478bd9Sstevel@tonic-gate "The LP print service could not read your request\nfile." 5277c478bd9Sstevel@tonic-gate "See if the spooling file system is full.\nGet help from your system administrator." 5287c478bd9Sstevel@tonic-gateE_LPP_FORMCHARSET 5297c478bd9Sstevel@tonic-gate "The character set can't be used with the form." 5307c478bd9Sstevel@tonic-gate "Since the form is defined as needing a\nparticular character set, just resubmit\nthe command without the -S option." 5317c478bd9Sstevel@tonic-gateE_LPP_CURDIR 5327c478bd9Sstevel@tonic-gate "Can't determine the current directory." 5337c478bd9Sstevel@tonic-gate "The LP print service can not determine\nwhere all your files are located because\nit doesn't have the same current\ndirectory. Give the -c option to copy\nthe file(s)." 5347c478bd9Sstevel@tonic-gateE_LPP_ODDFILE 5357c478bd9Sstevel@tonic-gate "One or more files can't be used or found." 5367c478bd9Sstevel@tonic-gate "Either the files are illegal (fifos,\nblock devices, etc.), or can't be found\nby the LP print service. The latter\ntypically happens when your files are on\nlocal resources not accessible over RFS." 5377c478bd9Sstevel@tonic-gate 5387c478bd9Sstevel@tonic-gate#endif 5397c478bd9Sstevel@tonic-gate 5407c478bd9Sstevel@tonic-gate/** 5417c478bd9Sstevel@tonic-gate ** MESSAGES FOR THE LPSHUT PROGRAM 5427c478bd9Sstevel@tonic-gate **/ 5437c478bd9Sstevel@tonic-gate 5447c478bd9Sstevel@tonic-gate/* DON'T TOUCH THE NEXT LINE */ 5457c478bd9Sstevel@tonic-gateE_SHT__MSGS 5467c478bd9Sstevel@tonic-gate 5477c478bd9Sstevel@tonic-gate#if WHO_AM_I == I_AM_LPSHUT || WHO_AM_I == I_AM_OZ 5487c478bd9Sstevel@tonic-gate 5497c478bd9Sstevel@tonic-gateE_SHT_CANT 5507c478bd9Sstevel@tonic-gate "You can't shut down the LP print service." 5517c478bd9Sstevel@tonic-gate "You must be logged in as \"lp\" or \"root\"." 5527c478bd9Sstevel@tonic-gate 5537c478bd9Sstevel@tonic-gate#endif 5547c478bd9Sstevel@tonic-gate 5557c478bd9Sstevel@tonic-gate/** 5567c478bd9Sstevel@tonic-gate ** MESSAGES FOR THE LPADMIN PROGRAM 5577c478bd9Sstevel@tonic-gate **/ 5587c478bd9Sstevel@tonic-gate 5597c478bd9Sstevel@tonic-gate/* DON'T TOUCH THE NEXT LINE */ 5607c478bd9Sstevel@tonic-gateE_ADM__MSGS 5617c478bd9Sstevel@tonic-gate 5627c478bd9Sstevel@tonic-gate#if WHO_AM_I == I_AM_LPADMIN || WHO_AM_I == I_AM_OZ 5637c478bd9Sstevel@tonic-gate#define E_ADM_ZEROARG E_LP_ZEROARG 5647c478bd9Sstevel@tonic-gate#define E_ADM_MISSING E_LP_MISSING 5657c478bd9Sstevel@tonic-gate#define E_ADM_ACCESSINFO E_LP_ACCESSINFO 5667c478bd9Sstevel@tonic-gate 5677c478bd9Sstevel@tonic-gateE_ADM_NOTLOCAL 5687c478bd9Sstevel@tonic-gate "You have specified a remote printer\nand supplied one or more of the following\noptions: A,a,e,F,H,h,i,l,m,M,o,U,v,Q,W." 5697c478bd9Sstevel@tonic-gate "" 5707c478bd9Sstevel@tonic-gateE_ADM_ANYALLSYS 5717c478bd9Sstevel@tonic-gate "The names \"any\" and \"all\" are reserved." 5727c478bd9Sstevel@tonic-gate "You must use a system name that has\nbeen defined with the lpsystem command." 5737c478bd9Sstevel@tonic-gateE_ADM_DALONE 5747c478bd9Sstevel@tonic-gate "Other options given with -d option." 5757c478bd9Sstevel@tonic-gate "Give only the -d option to define\na default destination." 5767c478bd9Sstevel@tonic-gateE_ADM_XALONE 5777c478bd9Sstevel@tonic-gate "Other options given with -x option." 5787c478bd9Sstevel@tonic-gate "Give only the -x option to delete a\nprinter." 5797c478bd9Sstevel@tonic-gateE_ADM_SALONE 5807c478bd9Sstevel@tonic-gate "Confusing options given." 5817c478bd9Sstevel@tonic-gate "You are either missing the -p option or\nhave given extraneous options while\ntrying to define alerting for a\nprint wheel." 5827c478bd9Sstevel@tonic-gateE_ADM_JALONE 5837c478bd9Sstevel@tonic-gate "Wrong combination of options." 5847c478bd9Sstevel@tonic-gate "The -j option should not be given when\nadding a new printer." 5857c478bd9Sstevel@tonic-gateE_ADM_MNTNONE 5867c478bd9Sstevel@tonic-gate "Nothing to mount." 5877c478bd9Sstevel@tonic-gate "Give the -f or -S option to identify\nform or print wheel to mount." 5887c478bd9Sstevel@tonic-gateE_ADM_PNOQ 5897c478bd9Sstevel@tonic-gate "Illegal use of the -Q option." 5907c478bd9Sstevel@tonic-gate "Don't give the -Q option when setting\na printer fault alert." 5917c478bd9Sstevel@tonic-gateE_ADM_NODEST 5927c478bd9Sstevel@tonic-gate "Destination \"%s\" doesn't exist." 5937c478bd9Sstevel@tonic-gate "Check the name again. Use the lpstat -p\nor lpstat -c command to see if the\nprinter or class exists." 5947c478bd9Sstevel@tonic-gateE_ADM_NOACT 5957c478bd9Sstevel@tonic-gate "Nothing to do." 5967c478bd9Sstevel@tonic-gate "You must give one of these options:\n-p, -d, -x, -S." 5977c478bd9Sstevel@tonic-gateE_ADM_CNOU 5987c478bd9Sstevel@tonic-gate "No -u option given." 5997c478bd9Sstevel@tonic-gate "Give the -C option only with the\n-u option." 6007c478bd9Sstevel@tonic-gateE_ADM_JNOF 6017c478bd9Sstevel@tonic-gate "No -F option given." 6027c478bd9Sstevel@tonic-gate "Give the -j option only with the\n-F option." 6037c478bd9Sstevel@tonic-gateE_ADM_2MANY 6047c478bd9Sstevel@tonic-gate "Multiple -o %s options given." 6057c478bd9Sstevel@tonic-gate "The last one will be used;\nprocessing continues." 6067c478bd9Sstevel@tonic-gateE_ADM_QUOTES 6077c478bd9Sstevel@tonic-gate "Missing right %c quote in stty= argument." 6087c478bd9Sstevel@tonic-gate "" 6097c478bd9Sstevel@tonic-gateE_ADM_BADTYPE 6107c478bd9Sstevel@tonic-gate "Printer type \"%s\" is not in the\nTerminfo database." 6117c478bd9Sstevel@tonic-gate "Check the name again; if it is correct\nyou have to make an entry for it in the\nTerminfo database." 6127c478bd9Sstevel@tonic-gateE_ADM_MIXEDTYPES 6137c478bd9Sstevel@tonic-gate "Inconsistent printer types." 6147c478bd9Sstevel@tonic-gate "The printer types do not agree on\nwhether the printer takes print wheels\nor not. Check the printer types or the\nTerminfo database." 6157c478bd9Sstevel@tonic-gateE_ADM_MUNKNOWN 6167c478bd9Sstevel@tonic-gate "\"unknown\" not allowed with multiple printer types." 6177c478bd9Sstevel@tonic-gate "Your list of printer types includes the\ntype \"unknown\"; either remove that type\nfrom the list or give just the type\n\"unknown\"." 6187c478bd9Sstevel@tonic-gateE_ADM_BADCAP 6197c478bd9Sstevel@tonic-gate "\"%s\" setting impossible." 6207c478bd9Sstevel@tonic-gate "" 6217c478bd9Sstevel@tonic-gateE_ADM_BADCAPS 6227c478bd9Sstevel@tonic-gate "The printer can't handle all the above setting(s)." 6237c478bd9Sstevel@tonic-gate "Check the manual for the printer to make\nsure each value is correct; check that\nthe Terminfo entry/entries are correct." 6247c478bd9Sstevel@tonic-gateE_ADM_NBADCAPS 6257c478bd9Sstevel@tonic-gate "Settings won't work on these printer types:\n %s" 6267c478bd9Sstevel@tonic-gate "The incompatible settings won't be\napplied when these types are used to\nprint a request. Change the settings or\nlist of types, if you want." 6277c478bd9Sstevel@tonic-gateE_ADM_PRCL 6287c478bd9Sstevel@tonic-gate "Can't create the printer \"%s\"." 6297c478bd9Sstevel@tonic-gate "This is an existing class name;\nchoose another name." 6307c478bd9Sstevel@tonic-gateE_ADM_NOUV 6317c478bd9Sstevel@tonic-gate "Missing -U or -v option." 6327c478bd9Sstevel@tonic-gate "Local printers must have\na port defined (-v option) or\nhave dial-out instructions (-U option)." 6337c478bd9Sstevel@tonic-gateE_ADM_BOTHUV 6347c478bd9Sstevel@tonic-gate "Both -U and -v given." 6357c478bd9Sstevel@tonic-gate "Give only one of these options, the\n-v option to name the direct connect\nport or the -U to identify the dial-out\nmethod." 6367c478bd9Sstevel@tonic-gateE_ADM_NOTMEM 6377c478bd9Sstevel@tonic-gate "The printer \"%s\" is not a member of\nthe class \"%s\"." 6387c478bd9Sstevel@tonic-gate "Use the lpstat -c command to find the\ncorrect class." 6397c478bd9Sstevel@tonic-gateE_ADM_TOPT 6407c478bd9Sstevel@tonic-gate "No printer type (-T option) given." 6417c478bd9Sstevel@tonic-gate "The printer type must be known:\n* to set default cpi, lpi, length, width\n* to define character sets, print wheels\n* to allow forms." 6427c478bd9Sstevel@tonic-gateE_ADM_INTCONF 6437c478bd9Sstevel@tonic-gate "The options -e, -i and -m are mutually exclusive." 6447c478bd9Sstevel@tonic-gate "Give just one of these options to define\nan interface program." 6457c478bd9Sstevel@tonic-gateE_ADM_NOPR 6467c478bd9Sstevel@tonic-gate "The printer \"%s\" does not exist." 6477c478bd9Sstevel@tonic-gate "You must give the name of an existing\nprinter in the -e option." 6487c478bd9Sstevel@tonic-gateE_ADM_SAMEPE 6497c478bd9Sstevel@tonic-gate "The -p and -e options have the same value." 6507c478bd9Sstevel@tonic-gate "You must name a different printer\nin the -e option." 6517c478bd9Sstevel@tonic-gateE_ADM_SAMECR 6527c478bd9Sstevel@tonic-gate "The -c and -r options have the same value." 6537c478bd9Sstevel@tonic-gate "Don't try to remove the printer from the\nsame class to which you are adding it." 6547c478bd9Sstevel@tonic-gateE_ADM_NOMODEL 6557c478bd9Sstevel@tonic-gate "The model \"%s\" does not exist." 6567c478bd9Sstevel@tonic-gate "Use the command\n ls /usr/lib/lp/model\nto find the list of known models." 6577c478bd9Sstevel@tonic-gateE_ADM_CONFLICT 6587c478bd9Sstevel@tonic-gate "The options \"-%c\" and \"-%c\" are contradictory." 6597c478bd9Sstevel@tonic-gate "Give the -l option if the printer is\nalso a login terminal, give the\n-h option if it is not." 6607c478bd9Sstevel@tonic-gateE_ADM_ISDIR 6617c478bd9Sstevel@tonic-gate "\"%s\" is a directory." 6627c478bd9Sstevel@tonic-gate "If this is not what you intended, enter\nthe command again with the correct name." 6637c478bd9Sstevel@tonic-gateE_ADM_ISBLK 6647c478bd9Sstevel@tonic-gate "\"%s\" is a block device." 6657c478bd9Sstevel@tonic-gate "If this is not what you intended, enter\nthe command again with the correct name." 6667c478bd9Sstevel@tonic-gateE_ADM_ISMISMATCH 6677c478bd9Sstevel@tonic-gate "\"%s\" is a symlink that points to a file with a different owner." 6687c478bd9Sstevel@tonic-gate "Retry this operation with a new device." 6697c478bd9Sstevel@tonic-gateE_ADM_ISNOTROOTOWNED 6707c478bd9Sstevel@tonic-gate "\"%s\" is a symlink owned by an unprivileged user.\nThis introduces a potential security hole in your configuration." 6717c478bd9Sstevel@tonic-gate "If this is not what you intended, enter\nthe command again with the correct name." 6727c478bd9Sstevel@tonic-gateE_ADM_DEVACCESS 6737c478bd9Sstevel@tonic-gate "\"%s\" is accessible by others." 6747c478bd9Sstevel@tonic-gate "If other users can access it you may get\nunwanted output. If this is not what you\nwant change the owner to \"lp\" and change\nthe mode to 0600.\nProcessing continues." 6757c478bd9Sstevel@tonic-gateE_ADM_NOENT 6767c478bd9Sstevel@tonic-gate "\"%s\" doesn't exist." 6777c478bd9Sstevel@tonic-gate "Create the file, special device, or FIFO\nfor the -v option before running this\ncommand." 6787c478bd9Sstevel@tonic-gateE_ADM_INCLASS 6797c478bd9Sstevel@tonic-gate "The printer \"%s\" is already a member\nof the class \"%s\"." 6807c478bd9Sstevel@tonic-gate "If you made a mistake, rerun the command\nwith the correct names;\nprocessing continues." 6817c478bd9Sstevel@tonic-gateE_ADM_GETCLASSES 6827c478bd9Sstevel@tonic-gate "Error reading all classes from disk\n(%s)." 6837c478bd9Sstevel@tonic-gate "" 6847c478bd9Sstevel@tonic-gateE_ADM_GETPRINTERS 6857c478bd9Sstevel@tonic-gate "Error reading all printers from disk\n(%s)." 6867c478bd9Sstevel@tonic-gate "" 6877c478bd9Sstevel@tonic-gateE_ADM_FALLOWDENY 6887c478bd9Sstevel@tonic-gate "Invalid argument to the -f option." 6897c478bd9Sstevel@tonic-gate "The argument must begin with either\n\"allow:\" or \"deny:\" and be followed with\na list of form names. On the other hand,\nperhaps you forgot the -M option?" 6907c478bd9Sstevel@tonic-gateE_ADM_ICKFORM 6917c478bd9Sstevel@tonic-gate "Form \"%s\" is not listed as available\nfor the printer \"%s\"." 6927c478bd9Sstevel@tonic-gate "Check the name; if wrong enter the\ncommand again.\nProcessing continues." 6937c478bd9Sstevel@tonic-gateE_ADM_PWHEELS 6947c478bd9Sstevel@tonic-gate "-S must not give a character set map." 6957c478bd9Sstevel@tonic-gate "The printer takes only print wheels.\nFix the type or change the value in the\n-S option." 6967c478bd9Sstevel@tonic-gateE_ADM_CHARSETS 6977c478bd9Sstevel@tonic-gate "-S must give a character set map." 6987c478bd9Sstevel@tonic-gate "The printer has only selectable\ncharacter sets. Fix the type or change\nthe value in the -S option." 6997c478bd9Sstevel@tonic-gateE_ADM_BADSET 7007c478bd9Sstevel@tonic-gate "Illegal character set \"%s\"." 7017c478bd9Sstevel@tonic-gate "" 7027c478bd9Sstevel@tonic-gateE_ADM_NBADSET 7037c478bd9Sstevel@tonic-gate "Character set \"%s\" won't work with\nthese printer types:\n %s" 7047c478bd9Sstevel@tonic-gate "" 7057c478bd9Sstevel@tonic-gateE_ADM_BADSETS 7067c478bd9Sstevel@tonic-gate "The printer's type(s) don't have the\nabove character sets defined." 7077c478bd9Sstevel@tonic-gate "Check the manual for the printer to make\nsure each name is correct; check that\nthe Terminfo entry/entries are correct." 7087c478bd9Sstevel@tonic-gateE_ADM_NOPWHEEL 7097c478bd9Sstevel@tonic-gate "The printer doesn't take print wheels." 7107c478bd9Sstevel@tonic-gate "Check that you named the right printer.\nCheck that the Terminfo database is\ncorrect; if wrong, fix it and add the\nprint wheel list for the printer." 7117c478bd9Sstevel@tonic-gateE_ADM_ICKPWHEEL 7127c478bd9Sstevel@tonic-gate "Print wheel \"%s\" is not listed as\navailable for the printer \"%s\"." 7137c478bd9Sstevel@tonic-gate "Check the name; if wrong enter the\ncommand again with the correct name.\nProcessing continues." 7147c478bd9Sstevel@tonic-gateE_ADM_MNTLATER 7157c478bd9Sstevel@tonic-gate "The printer is busy; can't mount/unmount now." 7167c478bd9Sstevel@tonic-gate "Wait until the current job(s) are\nfinished, or disable the printer." 7177c478bd9Sstevel@tonic-gateE_ADM_NOMEDIA 7187c478bd9Sstevel@tonic-gate "Can't mount/unmount the form or print wheel." 7197c478bd9Sstevel@tonic-gate "Check the name. The one you gave isn't\nrecognized." 7207c478bd9Sstevel@tonic-gateE_ADM_DELSTRANGE 7217c478bd9Sstevel@tonic-gate "Strange, the LP print service took the request to\ndelete printer or class \"%s\" but the disk copy\ncan't be deleted.\n(%s)" 7227c478bd9Sstevel@tonic-gate "" 7237c478bd9Sstevel@tonic-gateE_ADM_DESTBUSY 7247c478bd9Sstevel@tonic-gate "There are jobs currently queued for destination\n\"%s\"" 7257c478bd9Sstevel@tonic-gate "Use the /usr/sbin/lpmove command to\nassign them to another destination,\nor wait for them to finish printing." 7267c478bd9Sstevel@tonic-gateE_ADM_WRDEFAULT 7277c478bd9Sstevel@tonic-gate "Error writing default destination\n(%s)." 7287c478bd9Sstevel@tonic-gate "" 7297c478bd9Sstevel@tonic-gateE_ADM_PUTPWHEEL 7307c478bd9Sstevel@tonic-gate "Error writing print wheel information for \"%s\"\n(%s)." 7317c478bd9Sstevel@tonic-gate "" 7327c478bd9Sstevel@tonic-gateE_ADM_FBAD 7337c478bd9Sstevel@tonic-gate "Illegal value for the -F option" 7347c478bd9Sstevel@tonic-gate "You must give one of the values\n\"continue\", \"wait\", or \"beginning\"." 7357c478bd9Sstevel@tonic-gate#if defined(J_OPTION) 7367c478bd9Sstevel@tonic-gateE_ADM_FBADJ 7377c478bd9Sstevel@tonic-gate "Illegal value for the -F option" 7387c478bd9Sstevel@tonic-gate "You must give one of the values\n\"wait\" or \"beginning\".\n(\"continue\" is not allowed if you also\ngive the -j option.)" 7397c478bd9Sstevel@tonic-gate#endif 7407c478bd9Sstevel@tonic-gateE_ADM_BADO 7417c478bd9Sstevel@tonic-gate "\"%s\" is an illegal value for the\n-o option" 7427c478bd9Sstevel@tonic-gate "You must give one of the values\nbanner, nobanner,\ncpi=X, lpi=X, width=X, length=X,\nstty=... (if ... is a list, surround IT\nwith single quotes (') and put the whole\nthing in double quotes (\")),\nor filebreak or nofilebreak (with -a)." 7437c478bd9Sstevel@tonic-gateE_ADM_FORMCAP 7447c478bd9Sstevel@tonic-gate "The form \"%s\" requires capabilities\nnot provided by the printer." 7457c478bd9Sstevel@tonic-gate "" 7467c478bd9Sstevel@tonic-gateE_ADM_FORMCAPS 7477c478bd9Sstevel@tonic-gate "Can't allow one or more forms." 7487c478bd9Sstevel@tonic-gate "You have to adjust each form definition,\nif possible. Leave each form out of the\nallow list to continue defining the\nprinter." 7497c478bd9Sstevel@tonic-gateE_ADM_BADINTF 7507c478bd9Sstevel@tonic-gate "Can't access the file \"%s\"\nto copy the interface program." 7517c478bd9Sstevel@tonic-gate "Make sure the name is correct;\nmake sure the file exists." 7527c478bd9Sstevel@tonic-gateE_ADM_CLPR 7537c478bd9Sstevel@tonic-gate "Can't create class \"%s\"." 7547c478bd9Sstevel@tonic-gate "This is an existing printer name;\nchoose another name." 7557c478bd9Sstevel@tonic-gateE_ADM_BADQUIETORLIST 7567c478bd9Sstevel@tonic-gate "Illegal -A option for printer/print wheel\n\"%s\"." 7577c478bd9Sstevel@tonic-gate "You can't give the -A quiet or the\n-A list option for a printer or print\nwheel that doesn't exist yet." 7587c478bd9Sstevel@tonic-gateE_ADM_PLONELY 7597c478bd9Sstevel@tonic-gate "Nothing to do." 7607c478bd9Sstevel@tonic-gate "The -p option identifies a printer; give\nother options to do something with it." 7617c478bd9Sstevel@tonic-gateE_ADM_NOAWQ 7627c478bd9Sstevel@tonic-gate "Nothing to do." 7637c478bd9Sstevel@tonic-gate "The -S option identifies a print wheel;\ngive a -A, -W, and/or -Q option to set\nor change the alerting for it." 7647c478bd9Sstevel@tonic-gateE_ADM_MALIGN 7657c478bd9Sstevel@tonic-gate "Missing the -M or -f option" 7667c478bd9Sstevel@tonic-gate "The -a option asks for an alignment\npattern, but you need to tell what form\nto mount." 7677c478bd9Sstevel@tonic-gateE_ADM_NOALIGN 7687c478bd9Sstevel@tonic-gate "No alignment pattern has been registered with\nthe form \"%s\"." 7697c478bd9Sstevel@tonic-gate "The form will be mounted anyway. If you\nneed to check the alignment of the form,\nregister an alignment pattern using the\nlpforms command, unmount the form, then\nissue this command again." 7707c478bd9Sstevel@tonic-gateE_ADM_LISTWQ 7717c478bd9Sstevel@tonic-gate "Illegal combination of options." 7727c478bd9Sstevel@tonic-gate "Don't give the \"-A list\" option with the\n-W or -Q options." 7737c478bd9Sstevel@tonic-gateE_ADM_NOPSPACE 7747c478bd9Sstevel@tonic-gate "The LP print service can't take another printer." 7757c478bd9Sstevel@tonic-gate "The printer configuration has been saved\non disk nonetheless. Stop the LP print\nservice (/usr/sbin/lpshut) and restart it\n(/usr/lib/lp/lpsched) to have it recognize\nthe new printer." 7767c478bd9Sstevel@tonic-gateE_ADM_NOCSPACE 7777c478bd9Sstevel@tonic-gate "The LP print service can't take another class." 7787c478bd9Sstevel@tonic-gate "The class configuration has been saved\non disk nonetheless. Stop the LP print\nservice (/usr/sbin/lpshut) and restart it\n(/usr/lib/lp/lpsched) to have it\nrecognize the new class." 7797c478bd9Sstevel@tonic-gateE_ADM_NOPWSPACE 7807c478bd9Sstevel@tonic-gate "The LP print service can't take in another print\nwheel alert." 7817c478bd9Sstevel@tonic-gate "The alert configuration has been saved\non disk nonetheless. Stop the LP print\nservice (/usr/sbin/lpshut) and restart it\n(/usr/lib/lp/lpsched) to have it\nrecognize the new print wheel alert." 7827c478bd9Sstevel@tonic-gateE_ADM_BADMOUNT 7837c478bd9Sstevel@tonic-gate "Shouldn't mount the form." 7847c478bd9Sstevel@tonic-gate "You may want to adjust the form\ndefinition, if possible. Check that the\nTerminfo database gives correct\nattributes for the printer type.\nThe form is considered mounted anyway." 7857c478bd9Sstevel@tonic-gateE_ADM_NBADMOUNT 7867c478bd9Sstevel@tonic-gate "The form \"%s\" won't work with these\nprinter types:\n %s" 7877c478bd9Sstevel@tonic-gate "" 7887c478bd9Sstevel@tonic-gateE_ADM_CLNPR 7897c478bd9Sstevel@tonic-gate "Can't create both class and printer \"%s\"." 7907c478bd9Sstevel@tonic-gate "Make the two names different." 7917c478bd9Sstevel@tonic-gateE_ADM_GETSYS 7927c478bd9Sstevel@tonic-gate "Error reading system information for \"%s\"\n(%s)." 7937c478bd9Sstevel@tonic-gate "" 7947c478bd9Sstevel@tonic-gateE_ADM_NOSYS 7957c478bd9Sstevel@tonic-gate "System \"%s\" does not exist." 7967c478bd9Sstevel@tonic-gate "Use the \"lpsystem -l\" command to list\nall known systems." 7977c478bd9Sstevel@tonic-gateE_ADM_NAMEONLOCAL 7987c478bd9Sstevel@tonic-gate "You may not specify a remote printer\nname with a local system name." 7997c478bd9Sstevel@tonic-gate "Either specify a remote system name\nor omit the remote printer name." 8007c478bd9Sstevel@tonic-gateE_ADM_ANYALLNONE 8017c478bd9Sstevel@tonic-gate "The names \"any\", \"all\" and \"none\" are reserved." 8027c478bd9Sstevel@tonic-gate "Use a different name when adding a\nprinter. The name \"all\" can be used with\nthe -A, -x, -r, or -c options." 8037c478bd9Sstevel@tonic-gateE_ADM_NFIFO 8047c478bd9Sstevel@tonic-gate "Can't open FIFO to print alignment pattern.\n(%s)" 8057c478bd9Sstevel@tonic-gate "" 8067c478bd9Sstevel@tonic-gateE_ADM_NFILTER 8077c478bd9Sstevel@tonic-gate "No filter to convert the alignment pattern." 8087c478bd9Sstevel@tonic-gate "The printer can't print the alignment\npattern directly, and there's no filter\nthat will convert it. Check the form\ndefinition. Check the printer type." 8097c478bd9Sstevel@tonic-gateE_ADM_NPAGES 8107c478bd9Sstevel@tonic-gate "There may be extra lines in the alignment pattern." 8117c478bd9Sstevel@tonic-gate "If the printed alignment pattern is too\nlong, either add a filter that can print\na subset of pages or redefine the form\nwith a manually truncated pattern.\nProcessing continues." 8127c478bd9Sstevel@tonic-gateE_ADM_FILEBREAK 8137c478bd9Sstevel@tonic-gate "Ignoring the -o filebreak option." 8147c478bd9Sstevel@tonic-gate "This is only used with the -a option\nwhen mounting a form, to insert a page\nbreak between alignment patterns.\nPerhaps you left out the -a option?" 8157c478bd9Sstevel@tonic-gateE_ADM_UNALIGN 8167c478bd9Sstevel@tonic-gate "Ignoring the -a option." 8177c478bd9Sstevel@tonic-gate "This is only used when MOUNTING a form,\nto print a pattern to help you align it.\nUnmounting a form means you're replacing\nit with blank paper, which needs no\nalignment." 8187c478bd9Sstevel@tonic-gateE_ADM_ERRDEST 8197c478bd9Sstevel@tonic-gate "The LP print service could not read the disk file\ncontaining this configuration information." 8207c478bd9Sstevel@tonic-gate "This is probably due to a full spooling\nfile system. If it is, clean out files\nto free up space, then resubmit this\ncommand." 8217c478bd9Sstevel@tonic-gateE_ADM_MANDCHSET 8227c478bd9Sstevel@tonic-gate "The form requires the character set\n\"%s\"." 8237c478bd9Sstevel@tonic-gate "Check the form name and form definition.\nSince a particular character set is\nmandatory with this form but the printer\ncan't select that character set, you\ncan't mount the form on this printer." 8247c478bd9Sstevel@tonic-gateE_ADM_MANDPWHEEL1 8257c478bd9Sstevel@tonic-gate "The form requires the print wheel\n\"%s\"." 8267c478bd9Sstevel@tonic-gate "This print wheel has been listed as\nmandatory for the form, but it is not\ncurrently mounted. If you don't want the\ncurrent print wheel used, enter the\ncommand again, and identify the print\nwheel to be mounted." 8277c478bd9Sstevel@tonic-gateE_ADM_MANDPWHEEL2 8287c478bd9Sstevel@tonic-gate "The form requires the print wheel\n\"%s\"." 8297c478bd9Sstevel@tonic-gate "This print wheel has been listed as\nmandatory for the form. If you made a\nmistake, enter the command again and\nchange the print wheel to be mounted." 8307c478bd9Sstevel@tonic-gateE_ADM_ASINGLES 8317c478bd9Sstevel@tonic-gate "Only one print wheel at a time, please." 8327c478bd9Sstevel@tonic-gate "You can only give a single print wheel\nname, not a list of names, when defining\na print wheel alert. Only the first\nprint wheel will be defined. (Maybe you\nleft out the -p option?)" 8337c478bd9Sstevel@tonic-gateE_ADM_MSINGLES 8347c478bd9Sstevel@tonic-gate "Only one print wheel at a time, please." 8357c478bd9Sstevel@tonic-gate "You can only give a single print wheel\nname, not a list of names, when mounting\na print wheel. Only the first one will\nbe mounted." 8367c478bd9Sstevel@tonic-gateE_ADM_ONLYSIMPLE 8377c478bd9Sstevel@tonic-gate "Input types not allowed with multiple printer\ntypes." 8387c478bd9Sstevel@tonic-gate "The LP print service currently doesn't\nallow input types other than \"simple\"\nwhen more than one printer type is\ngiven. You have to change the printer\ntypes or input types." 8397c478bd9Sstevel@tonic-gateE_ADM_SIGNORE 8407c478bd9Sstevel@tonic-gate "Certain options ignored for remote printer\n %s." 8417c478bd9Sstevel@tonic-gate "When you try to change the configuration\nof all printers at once some options are\nignored for remote printers." 8427c478bd9Sstevel@tonic-gateE_ADM_BADPWHEEL 8437c478bd9Sstevel@tonic-gate "There are no alerts defined for the print wheel\n\"%s\"." 8447c478bd9Sstevel@tonic-gate "Check the name again." 8457c478bd9Sstevel@tonic-gateE_ADM_BADTRAY 8467c478bd9Sstevel@tonic-gate "The printer does not have the tray number you specified." 8477c478bd9Sstevel@tonic-gate "Try using the -t option with -M to set the total number of trays." 8487c478bd9Sstevel@tonic-gateE_ADM_MAXTRAY 8497c478bd9Sstevel@tonic-gate "The number of trays specified with the -t option must between 1 and 100." 8507c478bd9Sstevel@tonic-gate "" 8517c478bd9Sstevel@tonic-gateE_ADM_ALSO_SEP_FORM 8527c478bd9Sstevel@tonic-gate "`%s' cannot be used as a paper name because it\nis already defined as an old style form." 8537c478bd9Sstevel@tonic-gate "Either use another name, or remove the conflicting form using `lpforms'." 8547c478bd9Sstevel@tonic-gateE_ADM_NOPPD 8557c478bd9Sstevel@tonic-gate "The ppd \"%s\" does not exist." 856*c81d47afSceastha "Use the command\n find <PPD file repository> -type f\n" 857*c81d47afSceastha "where <PPD file repository> is one or more of the following:\n" 858*c81d47afSceastha " /usr/share/ppd/*/*/\n /usr/share/local/ppd/*/*/\n" 859*c81d47afSceastha " /opt/share/ppd/*/*/\n /var/lp/ppd/*/*/\n" 860*c81d47afSceastha "to find the list of known printer ppd definitions." 8617c478bd9Sstevel@tonic-gate 8627c478bd9Sstevel@tonic-gate#endif 8637c478bd9Sstevel@tonic-gate 8647c478bd9Sstevel@tonic-gate/** 8657c478bd9Sstevel@tonic-gate ** MESSAGES FOR THE LPFORMS PROGRAM 8667c478bd9Sstevel@tonic-gate **/ 8677c478bd9Sstevel@tonic-gate 8687c478bd9Sstevel@tonic-gate/* DON'T TOUCH THE NEXT LINE */ 8697c478bd9Sstevel@tonic-gateE_FOR__MSGS 8707c478bd9Sstevel@tonic-gate 8717c478bd9Sstevel@tonic-gate#if WHO_AM_I == I_AM_LPFORMS || WHO_AM_I == I_AM_OZ 8727c478bd9Sstevel@tonic-gate#define E_FOR_MOPENREQX E_LP_HAVEREQS 8737c478bd9Sstevel@tonic-gate#define E_FOR_UALLOWDENY E_LP_UALLOWDENY 8747c478bd9Sstevel@tonic-gate#define E_FOR_EXTRAARG E_LP_EXTRA 8757c478bd9Sstevel@tonic-gate 8767c478bd9Sstevel@tonic-gateE_FOR_FORMNAME 8777c478bd9Sstevel@tonic-gate "No form name given." 8787c478bd9Sstevel@tonic-gate "You must specify a form name using the\n-f option." 8797c478bd9Sstevel@tonic-gateE_FOR_NOACT 8807c478bd9Sstevel@tonic-gate "Nothing to do." 8817c478bd9Sstevel@tonic-gate "You must give one of these options:\n- -F (new form)\n- -F -l -x -u -A -W -Q (existing form)" 8827c478bd9Sstevel@tonic-gateE_FOR_EMPTYFILE 8837c478bd9Sstevel@tonic-gate "Empty form description file given." 8847c478bd9Sstevel@tonic-gate "All defaults will be used; resubmit the\ncommand if this is not what you want.\nProcessing continues." 8857c478bd9Sstevel@tonic-gateE_FOR_DELSTRANGE 8867c478bd9Sstevel@tonic-gate "Strange, the LP print service accepted\nthe delete form request but the disk\ncopy can't be deleted." 8877c478bd9Sstevel@tonic-gate "" 8887c478bd9Sstevel@tonic-gateE_FOR_CTMPFILE 8897c478bd9Sstevel@tonic-gate "Unable to create temporary file." 8907c478bd9Sstevel@tonic-gate "Set the TMPDIR environment variable to a\nsuitable temporary directory name." 8917c478bd9Sstevel@tonic-gateE_FOR_OPEN 8927c478bd9Sstevel@tonic-gate "Can't open \"%s\" for reading." 8937c478bd9Sstevel@tonic-gate "Check that it exists and that you\ncan read it." 8947c478bd9Sstevel@tonic-gateE_FOR_ANYNONE 8957c478bd9Sstevel@tonic-gate "Reserved words \"any\" and \"none\" are not\nappropriate in this context." 8967c478bd9Sstevel@tonic-gate "" 8977c478bd9Sstevel@tonic-gateE_FOR_NOFORMS 8987c478bd9Sstevel@tonic-gate "No forms currently defined." 8997c478bd9Sstevel@tonic-gate "" 9007c478bd9Sstevel@tonic-gateE_FOR_NOSHCMDERR 9017c478bd9Sstevel@tonic-gate "No alert given." 9027c478bd9Sstevel@tonic-gate "You must give a shell command to use as\nthe alert." 9037c478bd9Sstevel@tonic-gateE_FOR_NOSHCMDWARN 9047c478bd9Sstevel@tonic-gate "No alert defined for form \"%s\"." 9057c478bd9Sstevel@tonic-gate "Use the -A option to define a shell\ncommand to use as the alert.\nProcessing continues." 9067c478bd9Sstevel@tonic-gateE_FOR_BADHDR 9077c478bd9Sstevel@tonic-gate "Bad input header in form description file on\nline %d." 9087c478bd9Sstevel@tonic-gate "" 9097c478bd9Sstevel@tonic-gateE_FOR_BADSCALE 9107c478bd9Sstevel@tonic-gate "Improper scaled decimal number on line %d." 9117c478bd9Sstevel@tonic-gate "You can use only 'i' and 'c' for scaling numbers." 9127c478bd9Sstevel@tonic-gateE_FOR_BADINT 9137c478bd9Sstevel@tonic-gate "Invalid integer given on line %d." 9147c478bd9Sstevel@tonic-gate "You must give a positive non-zero\ninteger value." 9157c478bd9Sstevel@tonic-gateE_FOR_BADCHSETQUALIFIER 9167c478bd9Sstevel@tonic-gate "Bad qualifier given after character set on\nline %d." 9177c478bd9Sstevel@tonic-gate "The only legal qualifier immediately\nfollowing a character set name is\n\",mandatory\"." 9187c478bd9Sstevel@tonic-gateE_FOR_TRAILIN 9197c478bd9Sstevel@tonic-gate "Bad input follows legal input on line %d." 9207c478bd9Sstevel@tonic-gate "Check to the System Administrator's\nReference manual for the correct syntax." 9217c478bd9Sstevel@tonic-gateE_FOR_NOTNAME 9227c478bd9Sstevel@tonic-gate "Incorrect syntax for name on line %d." 9237c478bd9Sstevel@tonic-gate "Give a name that has 1 to 14 letters,\ndigits, or underscores." 9247c478bd9Sstevel@tonic-gateE_FOR_NOTCTYPE 9257c478bd9Sstevel@tonic-gate "Incorrect syntax for content type on line %d." 9267c478bd9Sstevel@tonic-gate "Give a content type that has 1 to 14\nletters, digits, or dashes." 9277c478bd9Sstevel@tonic-gateE_FOR_UNKNOWN 9287c478bd9Sstevel@tonic-gate "Error accessing form \"%s\"\n(%s)." 9297c478bd9Sstevel@tonic-gate "" 9307c478bd9Sstevel@tonic-gateE_FOR_FORMBUSY 9317c478bd9Sstevel@tonic-gate "There are jobs currently queued for form\n\"%s\"" 9327c478bd9Sstevel@tonic-gate "Either wait for the requests to finish\nprinting or cancel them. Use the\nlpstat -o -l command to find out which\nneed this form." 9337c478bd9Sstevel@tonic-gateE_FOR_NOSPACE 9347c478bd9Sstevel@tonic-gate "The LP print service can't take in another form." 9357c478bd9Sstevel@tonic-gate "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." 9367c478bd9Sstevel@tonic-gateE_FOR_ANYDEL 9377c478bd9Sstevel@tonic-gate "Nothing will happen." 9387c478bd9Sstevel@tonic-gate "The \"-f any\" option is used to set an\nalert for those forms without an alert,\nbut \"-A none\" defines no alert." 9397c478bd9Sstevel@tonic-gateE_FOR_ALSO_SEP_FORM 9407c478bd9Sstevel@tonic-gate "The form `%s' cannot be defined with\npaper `%s' because `%s' is already\ndefined as an old style form. " 9417c478bd9Sstevel@tonic-gate "Either use another name, or remove the\nconflicting form using `lpforms'." 9427c478bd9Sstevel@tonic-gate 9437c478bd9Sstevel@tonic-gate#endif 9447c478bd9Sstevel@tonic-gate 9457c478bd9Sstevel@tonic-gate/** 9467c478bd9Sstevel@tonic-gate ** MESSAGES FOR THE LPSTAT PROGRAM 9477c478bd9Sstevel@tonic-gate **/ 9487c478bd9Sstevel@tonic-gate 9497c478bd9Sstevel@tonic-gate/* DON'T TOUCH THE NEXT LINE */ 9507c478bd9Sstevel@tonic-gateE_STAT__MSGS 9517c478bd9Sstevel@tonic-gate 9527c478bd9Sstevel@tonic-gate#if WHO_AM_I == I_AM_LPSTAT || WHO_AM_I == I_AM_OZ 9537c478bd9Sstevel@tonic-gate 9547c478bd9Sstevel@tonic-gateE_STAT_BADSET 9557c478bd9Sstevel@tonic-gate "Non-existent character set \"%s\"." 9567c478bd9Sstevel@tonic-gate "Check the name again; use the\n\"lpstat -S all\" command to get a list of\nall known character sets." 9577c478bd9Sstevel@tonic-gateE_STAT_BADSTAT 9587c478bd9Sstevel@tonic-gate "\"%s\" isn't a request ID or destination" 9597c478bd9Sstevel@tonic-gate "Use the \"lpstat -p all -c all\" command\nto get a list of valid destinations.\nUse the \"lpstat -o all\" command to get a\nlist of all outstanding print requests." 9607c478bd9Sstevel@tonic-gateE_STAT_DONE 9617c478bd9Sstevel@tonic-gate "\"%s\" already printed." 9627c478bd9Sstevel@tonic-gate "You can't get any information about this\nrequest, since no record of it remains." 9637c478bd9Sstevel@tonic-gateE_STAT_USER 9647c478bd9Sstevel@tonic-gate "\"%s\" is not currently a user on this system." 9657c478bd9Sstevel@tonic-gate "Check the spelling of the name.\nUse the \"lpstat -u all\" command to get a\nlist of outstanding print requests." 9667c478bd9Sstevel@tonic-gate 9677c478bd9Sstevel@tonic-gate#endif 9687c478bd9Sstevel@tonic-gate 9697c478bd9Sstevel@tonic-gate/** 9707c478bd9Sstevel@tonic-gate ** MESSAGES FOR THE LPSYSTEM PROGRAM 9717c478bd9Sstevel@tonic-gate **/ 9727c478bd9Sstevel@tonic-gate 9737c478bd9Sstevel@tonic-gate/* DON'T TOUCH THE NEXT LINE */ 9747c478bd9Sstevel@tonic-gateE_SYS__MSGS 9757c478bd9Sstevel@tonic-gate 9767c478bd9Sstevel@tonic-gate#if WHO_AM_I == I_AM_LPSYSTEM || WHO_AM_I == I_AM_OZ 9777c478bd9Sstevel@tonic-gate 9787c478bd9Sstevel@tonic-gateE_SYS_NOTCPIP 9797c478bd9Sstevel@tonic-gate "TCP/IP is not installed on this system." 9807c478bd9Sstevel@tonic-gate "" 9817c478bd9Sstevel@tonic-gate#endif 982