# # Error Message Strings # # File Format: # ------------ # # The error strings must have the following format: # xxyyzzzlanguage-countrymessage # # Strings in the file are numbered using a 7-digit code as follows: # xxyyzzz # | | | # | | |_ Index to descriptive error message # | |____ Index to 'general' error message - moderately descriptive # |______ Index to the class of error - not very descriptive # # NOTE: string numbers should never start with a '0' - if 'xx' is a single # digit number, just leave out the leading 0. # # The strings also have a field used to describe the language they're in. # This field should be formatted according to RFC 1766, and looks like: # # language-country e.g. en-US # # language is as specified in ISO 639 'Codes for the representation # of names of languages' # country is as specified in ISO 3166 ' Codes for the representation # of names of countries' # # The strings do not have to be defined in any specific order, and so may be # grouped by language, class of error or whatever... # # Comments must start with a '#' in the first column # # How the error messages are used: # -------------------------------- # # As illustrated by the string numbering system, error strings are identified # by three categories. The first of these is the 'RESULT' category, which # broadly describes the class of error, for example, 'Hardware error'. Each # result category may have a number of different 'GEN', or general error # messages defined. These are a bit more descriptive than the RESULT messages. # For example 'Incorrect Hardware Installed'. Each GEN message may have a # number of descriptive, or DESC, error messages associated with it. # # When a message is being retrieved from this file, a message with the # correct RESULT, GEN and DESC numbers, and in the correct language and # country will be searched for. If not found, the message with the correct # RESULT and GEN numbers, and the correct language and country will be used, # and if this is not found, the message with the correct RESULT, language and # country will be used. If no message is available for the correct language # and country, messages in the correct language will be used, and if there # are none of these, US English messages will be used. And if there are none # of these, well bad luck... # # # Error messages defined so far (indexed by RESULT number): # --------------------------------------------------------- # # 0 en-US No Error # 100000 en-US Aborted # 200000 en-US Failed # 300000 en-US Hardware error # 400000 en-US Printer error # 500000 en-US Timeout # 600000 en-US File error # 700000 en-US dev_param error # 800000 en-US Interpreter error # 900000 en-US Resource error # 1000000 en-US Network error # 1100000 en-US Image error # 1200000 en-US Error in API # 1300000 en-US Data error # 1400000 en-US System error # 1500000 en-US Scanner error # 1600000 en-US Image Loader error # # #RESULT 0 en-US No Error # #RESULT 100000 en-US Aborted 100001 en-US Render aborted by user 100002 en-US User canceled scanner selection 100003 en-US %s: User canceled scan # #RESULT 200000 en-US Failed 200001 en-US Unsupported strip length. 200002 en-US An unknown error has occurred 200003 en-US %s 200004 en-US Document Feeder not available. 200005 en-US Load paper in Document Feeder and Retry. 200006 en-US Operator Error with Document Handler 200007 en-US Serviceman Error with Document Handler 200008 en-US Feeder scan cannot be performed - Old ROMs. 200009 en-US Feeder Alarm error. Check the CLC. 200010 en-US Feeder is in the upright position. #GEN 201000 en-US Operation failed 201001 201002 201003 en-US RFP: The renderer of "%s" encountered an error 201004 en-US RFP: Can't wait for next strip. Error %s 201005 201006 201007 en-US CSC_convert failure for file %s 201008 en-US Can't create pre-defined variables 201009 en-US Can't create argv array 201010 en-US Can't create integer key 201011 en-US Can't create new string 201012 en-US Can't add string to argv array 201013 en-US Can't create ICI argv variable 201014 en-US Can't create ICI argc variable 201015 en-US OS_lock dummy: VM_lockbuf failed 201016 en-US Could not initialize windows file I/O 201017 201018 201019 en-US RGB->CCMMYK CSC failed 201020 en-US Failed to read FMTID/Offset or section header 201021 en-US The CSC point evaluation function failed 201022 en-US The CSC distribution evaluation function failed 201023 en-US Failed to register DLP with PRI 201024 en-US Failed to calculate the CSC mapping 201025 en-US No suitable paper found for this job 201026 en-US PATH_new_path_constructor() failed 201027 en-US PATH_start_edge() failed 201028 en-US PATH_end_edge() failed 201029 en-US PATH_add_line() failed 201030 en-US PATH_add_spline() failed 201031 en-US Convolution callback failed 201032 en-US Convolution callback returns non-numeric type 201033 en-US %s: Could not complete pending scan #GEN 202000 en-US Illegal operation attempted 202001 202002 202003 en-US Rerender not possible during RFP_pass_thru job 202004 en-US Rerender not possible during binary pass-thru head shade chart job 202005 en-US Attempt to set unregistered device %s as the default 202006 en-US Attempt to list device names for unknown class %s 202007 en-US Attempt to get device info for unregistered device %s 202008 en-US Attempt to open unregistered device %s 202009 en-US jcf_render_tile() called without prior call to jcf_new_tile() 202010 en-US STS_open_root is not implemented 202011 en-US Splines not available for Glorious Font characters 202012 en-US Illegal structure fill 202013 en-US Attempt to back-convert colors while rendering in device space to a numerically defined device 202014 en-US 202015 en-US A gigantic stuffup - wanting to re-create data for an in-memory INL token 202016 en-US Requested scanline is before the current scanline 202017 en-US RFP: Can't wait for written-dimensions: Error %s 202018 en-US %s: Compressed transfers not supported 202019 en-US %s: Memory transfers not supported 202020 en-US Cannot compose imcompatible color maps 202021 en-US Incompatible input colour space and pre-LUT input colour space 202022 en-US pre-LUT input space given without pre-LUT output space 202023 en-US Incompatible output colour space and post-LUT output colour space 202024 en-US post-LUT output space given without post-LUT input space # #RESULT 300000 en-US Hardware error #GEN 301000 en-US Hardware accelerator error 301001 en-US Unable to negotiate into 1284 ECP mode 301002 en-US Unable to negotiate into 1284 compatibility mode 301003 en-US Unable to negotiate into 1284 nibble mode 301004 en-US Unable to request device ID 301005 en-US %s : could not queue raster output buffer 301006 en-US Hardware accelerator can't do something 301007 en-US %s: could not queue ED reset packet 301008 en-US %s: could not queue packet 301009 en-US PIKA exception during printing. Job aborted 301010 301011 en-US Unidentified STAR interrupt 301012 en-US Unidentified STAR exception 301013 en-US Unidentified STAR error 301014 en-US Compatibility mode negotiation did not succeed 301015 en-US ECP mode negotiation did not succeed 301016 en-US Nibble mode negotiation did not succeed #GEN 302000 en-US Incorrect hardware installed 302001 en-US Board is not a Head Board or Base Board 302002 en-US Board is not a Chess Prime 302003 en-US COP device supports CLIP board only. You are not rendering on a CLIP board 302004 en-US DLP does not support this type of board 302005 en-US PROF does not support this type of board 302006 en-US SWDLP does not support this type of board 302007 en-US GOP does not support this type of board 302008 en-US Must have a %s board to print to a %s #GEN 303000 en-US Error downloading to fpga 303001 en-US Unable to download altera file: %s 303002 en-US Hardware error downloading %s FPGA #GEN 304000 en-US Star: LMC error 304001 en-US Star error from module LMC: DRAM access while DRAM disabled 304002 en-US Star error from module LMC: DRAM access while module disabled 304003 en-US Star error from module LMC: Rbus address error 304004 en-US Star error from module LMC: Abus address error 304005 en-US Star error from module LMC: Cbus address error 304006 en-US Star error from module LMC: Ibus address error 304007 en-US Unexpected STAR interrupt from module LMC: Refresh 304008 en-US Unexpected STAR interrupt from module LMC: Refresh not serviced #GEN 305000 en-US Star: PIC error 305001 en-US Star error from module PIC: Output requested while in input-only mode 305002 en-US Star error from module PIC: Request when disabled 305003 en-US Star error from module PIC: Peripheral timeout error 305004 en-US Star exception from module PIC: Input requested while in output-only mode 305005 en-US Star exception from module PIC: CBus timeout 305006 en-US Unexpected STAR interrupt from module PIC: Reverse byte count limit reached 305007 en-US Unexpected STAR interrupt from module PIC: Reverse data available with no destination 305008 en-US Unexpected STAR interrupt from module PIC: Abus transfer complete 305009 en-US Unexpected STAR interrupt from module PIC: Timer interrupt 305010 en-US Unexpected STAR interrupt from module PIC: Centronics fault 305011 en-US Unexpected STAR interrupt from module PIC: Centronics perror 305012 en-US Unexpected STAR interrupt from module PIC: Peripheral indicates reverse data available 305013 en-US Unexpected STAR interrupt from module PIC: No peripheral #GEN 306000 en-US Star: MISC error #GEN 307000 en-US Star: IC error 307001 en-US STAR exception from module IC: Illegal instruction on stream A 307002 en-US STAR exception from module IC: Illegal instruction on stream B 307003 en-US Unexpected STAR interrupt from module IC: Sequence number completed on stream A 307004 en-US Unexpected STAR interrupt from module IC: Instruction completed on stream A 307005 en-US Unexpected STAR interrupt from module IC: Sequence number started on stream A 307006 en-US Unexpected STAR interrupt from module IC: Instruction started on stream A 307007 en-US Unexpected STAR interrupt from module IC: Sequence number completed on stream B 307008 en-US Unexpected STAR interrupt from module IC: Instruction completed on stream B 307009 en-US Unexpected STAR interrupt from module IC: Sequence number started on stream B 307010 en-US Unexpected STAR interrupt from module IC: Instruction started on stream B #GEN 308000 en-US Star: DCC error 308001 en-US Star error from module DCC: Access while disabled #GEN 309000 en-US Star: PO error 309001 en-US Star error from module PO: Access while disabled 309002 en-US Star error from module PO: PO and RO both using MUV RAM simultaneously 309003 en-US Star error from module PO: JPEG mode data overflow #GEN 310000 en-US Star: OOB error 310001 en-US Star error from module OOB: Access while disabled 310002 en-US Star error from module OOB: MDP and JC requesting data simultaneously #GEN 311000 en-US Star: OOC error 311001 en-US Star error from module OOC: Access while disabled 311002 en-US Star error from module OOC: MDP and JC requesting data simultaneously #GEN 312000 en-US Star: JC error 312001 en-US STAR error from module JC: Illegal huffman symbol 312002 en-US STAR error from module JC: Received data while module disabled 312003 en-US STAR exception from module JC: Underflow 312004 en-US STAR exception from module JC: Illegal decode marker position/Coefficient encoder underflow 312005 en-US STAR exception from module JC: Data overflow in coefficient coder 312006 en-US STAR exception from module JC: Illegal RST marker count value 312007 en-US STAR exception from module JC: Illegal DC magnitude category 312008 en-US STAR exception from module JC: Illegal AC magnitude category 312009 en-US STAR exception from module JC: Quantizer data overflow 312010 en-US STAR exception from module JC: Illegal AC coefficient value 312011 en-US STAR exception from module JC: Illegal marker code 312012 en-US STAR exception from module JC: Illegal marker position 312013 en-US STAR exception from module JC: Illegal Huffman table #GEN 313000 en-US STAR: MDP error 313001 en-US STAR error from module MDP: Received data from PO while module disabled 313002 en-US STAR error from module MDP: Received data from OOB while module disabled 313003 en-US STAR error from module MDP: Received data from OOC while module disabled 313004 en-US STAR exception from module MDP: Clamping underflow/overflow on channel 0 313005 en-US STAR exception from module MDP: Clamping underflow/overflow on channel 1 313006 en-US STAR exception from module MDP: Clamping underflow/overflow on channel 2 313007 en-US STAR exception from module MDP: Clamping underflow/overflow on channel 3 313008 en-US STAR exception from module MDP: X coordinate underflow on image transformation/convolution 313009 en-US STAR exception from module MDP: Y coordinate underflow on image transformation/convolution #GEN 314000 en-Us Star: RO error 314001 en-US Star error from module RO: Request while module disabled 314002 en-US Star error from module RO: Both MDP and JC active at the same time 314003 en-US Star error from module RO: Illegal address error 314004 en-US Star error from module RO: JPEG mode data overflow #GEN 315000 en-US Star: IIS error 315001 en-US Star error from module IIC: Illegal Star location read request from IC 315002 en-US Star error from module IIC: Illegal Star location read request from DCC 315003 en-US Star error from module IIC: Illegal Star location read request from PO 315004 en-US Star error from module IIC: Request while disabled #GEN 316000 en-US STAR: EIC error 316001 en-US STAR error from module EIC: Page fault 316002 en-US STAR error from module EIC: Protection fault 316003 en-US STAR error from module EIC: Generic bus address error 316004 en-US STAR error from module EIC: Request when disabled 316005 en-US STAR error from module EIC: PCI Target abort 316006 en-US STAR error from module EIC: PCI Master abort 316007 en-US STAR exception from module EIC: PCI configuration data parity exception 316008 en-US STAR error from module EIC: Generic bus error 316009 en-US STAR exception from module EIC: Generic bus exception 316010 en-US Unexpected STAR interrupt from module EIC: Generic bus interrupt #GEN 317000 en-US PIKA error/exception 317001 en-US Unexpected PIKA interrupt: CLC power off 317002 en-US Unexpected PIKA interrupt: Receiver ready 317003 en-US Unexpected PIKA interrupt: Transmitter ready 317004 en-US Unexpected PIKA interrupt: Transmitter empty 317005 en-US Unexpected PIKA interrupt: End of line 317006 en-US Unexpected PIKA interrupt: End of pass 317007 en-US Unexpected PIKA interrupt: End of complete 317008 en-US Unexpected PIKA interrupt: Receiver overrun 317009 en-US PIKA exception: Pixel count: End of line reached prematurely 317010 en-US PIKA exception: Line count: End of page reached prematurely 317011 en-US PIKA exception: Stall: Star wasn't ready to send data 317012 en-US PIKA exception: Overrun: Star wasn't ready to accept data # #RESULT 400000 en-US Printer error 400001 en-US No printer attached 400002 en-US Print canceled (%s) 400003 en-US Failed to setup hardware 400004 en-US Could not start printing of document (error %s) 400005 en-US Could not start printing of page (error %s) 400006 en-US Printer has illegal number of heads %s 400007 en-US Error while printing: %s #GEN 401000 en-US Error in status reported by printer 401001 401002 en-US No printer status available 401003 en-US Unexpected HS ID in upload data #GEN 402000 en-US Error communicating with printer 402001 en-US Smaller than expected reply from printer (%s expected, %s received) 402002 en-US Unable to initialize printer 402003 en-US Can't read head shading data from printer 402004 402005 402006 en-US OS error receiving packet #GEN 403000 en-US Command to printer failed 403001 en-US Failed to drive copier remotely 403002 en-US Failed to release copier into local mode 403003 en-US Failed to set copiers color balance 403004 en-US Failed to issue a stop command 403005 en-US Failed to issue a continue command 403006 en-US Failed to issue a print command 403007 en-US Failed to staple 403008 en-US Unable to release copier from remote mode 403009 en-US Failed to issue a image process command 403010 en-US Failed to obtain information from sorter 403011 en-US Failed to issue a scan command 403012 en-US Failed to issue a paper feed control command 403013 en-US Failed to issue a DH Sense command # #RESULT 500000 en-US Timeout #GEN 501000 en-US Peripheral timeout 501001 en-US Reply from printer timed out 501002 en-US Timed out waiting for printer to go idle #GEN 502000 en-US Operating system timeout 502001 en-US Timed out when waiting for an operation to complete using the board in PCI slot number %s 502002 en-US Timed out when waiting for an operation to complete using board number %s # #RESULT 600000 en-US File error 600001 600002 en-US Something is really wrong!!! #GEN 601000 en-US Error opening/creating file %s 601001 601002 en-US Cannot open ICC Profile %s 601003 en-US Could not open STS file %s 601004 en-US Could not open Fred/Eddy LUT file %s 601005 en-US Could not open head shade table file %s 601006 en-US Could not open command file %s 601007 en-US RFP: Could not open %s for reading. Error %s 601008 en-US RFP: Could not open %s for read/write. Error %s 601009 en-US Error opening %s for download: %s 601010 en-US Could not open color space conversions file %s 601011 en-US Could not open font file %s 601012 en-US Could not open clipart file %s 601013 en-US Could not open screen set file %s 601014 601015 en-US Could not open %s: %s 601016 en-US Could not open %s in text mode 601017 601018 en-US Could not create temporary file %s %s 601019 en-US Could not open %s : File not found 601020 en-US Could not open %s : Too many open files 601021 en-US Could not open %s : Access denied 601022 en-US Could not create temporary file %s : Too many open files 601023 en-US Could not create temporary file %s : Access denied 601024 en-US Could not open color sample set file %s 601025 en-US Could not open ppm file %s 601026 en-US Could not open SEP6 file %s 601027 en-US Could not open SCIF file %s 601028 en-US Could not open TIFF file %s 601029 en-US Could not create ICI stdio files %s 601030 en-US Could not open DEVMODE file %s 601031 en-US Could not create STS file %s 601032 en-US Could not open file %s for writing #GEN 602000 en-US Error closing file %s 602001 en-US Could not close head shade table file %s #GEN 604000 en-US Error accessing file %s 604001 604002 604003 en-US Error reading screen file %s 604004 en-US Error reading default screen file %s 604005 en-US RFP: Cannot rewind %s and read header. Error %s 604006 en-US RFP: Cannot read header of %s. Error %s 604007 en-US RFP: File %s: Cannot write strip of %s bytes. Error %s 604008 en-US RFP: Cannot rewrite header of %s. Error %s 604009 en-US Could not access font file %s 604010 en-US In in-memory file %s: NULL segment [%s] 604011 en-US Could not write to file %s 604012 en-US Could not read from Screen Set file %s 604013 en-US Could not write file header to file %s 604014 en-US Error fstat'ing file %s (%s) 604015 en-US SF_wait failure for file %s - sectors %s - %s (hex) 604016 en-US SF_read failure for file %s - sectors %s - %s (hex) 604017 en-US Base file %s : SF_wait 64Base Data file - offset %s 604018 en-US Base file %s : SF_read 64Base Data file - offset %s 604019 en-US Invalid signature returned by SF_get_sig for file %s 604020 en-US Could not write to color space conversion file %s 604021 en-US Could not write to color sample set file %s 604022 en-US Could not obtain file signature for %s 604023 en-US In Glorious Font image file %s : Could not seek to image data, offset %s 604024 en-US In NIF file %s : Failed to obtain file signature 604025 en-US In NIF file %s : Source image not cached 604026 en-US In file %s : Error reading data sector %s 604027 en-US Base file %s : Error reading 64Base data file %s, offset %s 604028 en-US Base file %s : Error reading 4Base HCT 604029 en-US Base file %s : Error reading 16Base HCT 604030 en-US Base file %s : Error reading 4Base LPT 604031 en-US Base file %s : Error reading 16Base LPT 604032 en-US In TTF file %s : Error reading %s table 604033 en-US In TTF file %s : Error reading %s program 604034 en-US Could not read TTF file %s 604035 en-US RPF: Cannot read header of %s. Error %s 604036 en-US RFP: Cannot read strip length from file %s 604037 en-US RFP: Cannot read next strip from file %s -- got zero. 604038 en-US RFP: In file %s: Cannot read compressed data of length %s; got %s : Error %s 604039 en-US RFP: Cannot write header of %s. Error %s 604040 en-US DEVMODE file %s: Error reading file 604041 en-US Error opening/reading HS file %s 604042 en-US Error opening/reading HS transform file %s #GEN 605000 en-US Error in file %s 605001 en-US Unexpected EOF in file %s 605002 en-US RGB: CCMMYK CSC map %s contains input and output 605003 en-US In TIFF file %s : Could not extract photometric and image size 605004 en-US In head shade chart TIFF file %s: Could not read image width 605005 en-US In head shade chart TIFF file %s: Could not read image length 605006 en-US In head shade chart TIFF file %s : unmatched image width %s 605007 en-US In head shade chart TIFF file %s : unmatched image length %s 605008 en-US In head shade chart TIFF file %s : failed reading line %s 605009 en-US In head shade file %s: Invalid VALID_TABLES parameter 605010 en-US In head shade file %s: Could not find head color and nozzle number 605011 en-US In head shade file %s: Invalid head color 605012 en-US In head shade file %s: Invalid nozzle number 605013 en-US In head shade LUT file %s: premature EOF 605014 en-US In head shade LUT file %s: Incorrect LUT value format 605015 en-US In head shade LUT file %s: File is empty 605016 en-US In head shade LUT file %s: Could not find #!CHSLUT 605017 605018 605019 605020 605021 en-US In CSC file %s: The input/output dimension is invalid on line %s 605022 en-US In CSC file %s: The nodes per side is invalid on line %s 605023 en-US In CSC file %s: The estimated error in invalid on line %s 605024 en-US In CSC file %s: The input/ouput ranges are invalid on line %s 605025 en-US In CSC file %s: The distribution is invalid 605026 en-US In CSC file %s: There is no cc-table 605027 en-US In CSC file %s: The is a premature EOF at line %s 605028 en-US In CSC file %s: Syntax error at line %s 605029 en-US Error in command file %s 605030 en-US In file %s: Has an illegal font type 605031 en-US In TTF file %s: Invalid glyph index %s 605032 en-US In TTF file %s: Name table less than minimum size 605033 en-US In TTF file %s: Name table data length error 605034 en-US In TTF file %s: Table %s missing 605035 en-US In TTF file %s: File data error (cmap) 605036 en-US In TTF file %s: Invalid character token 605037 en-US In TTF file %s: Glyph %s - too many contours 605038 en-US In TTF file %s: Glyph %s - invalid data 605039 en-US In TTF file %s: Glyph %s - too many points 605040 en-US In TTF file %s: Recursion level too high 605041 en-US In TTF file %s: Compos. glyph data error 605042 en-US In TTF file %s: Too many composite points 605043 en-US In TTF file %s: Data length error in glyf table 605044 en-US In GIF file %s: Invalid LZW code after clear code, image %s 605045 en-US In GIF file %s: Unexpected end of data, image %s 605046 en-US In GIF file %s: LZW code > next free code, image %s 605047 en-US In GIF file %s: Unexpected block terminator in LZW data, image %s 605048 en-US In GIF file %s: Unexpected end of data (Trailer 0x3b) 605049 en-US In GIF file %s: Plain text extension located in image position 605050 en-US In GIF file %s: No color table (global or local) for image %s 605051 en-US In GIF file %s: Bad LZW min. code size field (value %s), image %s 605052 en-US In GIF file %s, bad data %s in image sub-block, image %s 605053 605054 605055 en-US In JPEG file %s: JPEG lossless modes unsupported 605056 en-US In JPEG file %s: JPEG hierachal modes unsupported 605057 en-US In JPEG file %s: JPEG arithmetic coding modes unsupported 605058 en-US In JPEG file %s: Illegal marker (%s) in JPEG header 605059 en-US In JPEG file %s: JPEG marker expected 605060 en-US In JPEG file %s: Premature EOF in JPEG stream 605061 en-US In JPEG file %s: premature EOI in JPEG stream 605062 en-US In JPEG file %s: Illegal units in JFIF APP0 header 605063 605064 en-US In NIF file %s: Cannot open resolution storage %s 605065 en-US In NIF file %s: Invalid contrast adjustment 605066 en-US In NIF file %s: Invalid result aspect ratio 605067 en-US In NIF file %s: Invalid rectangle of interest values %s %s %s %s 605068 en-US In NIF file %s: Invalid tile type %s detected resolution %s 605069 en-US In NIF file %s: Failed to locate source image storage 605070 en-US In NIF file %s: Failed to open source description property set 605071 605072 605073 605074 605075 en-US In NIF file %s: Invalid no. of channels for resolution %s 605076 en-US In NIF file %s: Wrong data length for col. prop. for resolution %s 605077 en-US In NIF file %s: Inconsistent color space for resolution %s 605078 605079 605080 en-US In NIF file %s: Spatial orientation matrix is not 2D 605081 en-US In file %s: unexpected unknown chunk, should have been of type IDAT 605082 en-US In file %s: unknown decompression error from inflate 605083 en-US In file %s: chunk CRC error 605084 en-US In screen set file %s: file is incomplete 605085 en-US In screen set file %s: bad syntax at line %s 605086 605087 en-US In TIFF file %s: premature EOF 605088 en-US In TIFF file %s: premature EOF in JPEG tile %s 605089 en-US In TIFF file %s: File has a funny JPEGTABLES field. It does not consist of an abbreviated datastream 605090 en-US 605091 en-US In TIFF file %s: Palette image must have color tables 605092 en-US In TIFF file %s: Cannot JPEG decompress %s components. Max is %s 605093 en-US In TIFF file %s: Only fully meshed JPEG data is supported. 605094 en-US In TIFF file %s: Separated image is not CMYK 605095 en-US In TIFF file %s: Unsupported photometric %s 605096 en-US In TIFF file %s: Palette image must have color tables 605097 en-US In %s file %s: CSC map has %s input components. %s expected 605098 en-US In TIFF file %s: Transparency with CMYK not supported 605099 en-US In TIFF file %s: This file is not MIN_IS_WHITE 605100 en-US In TIFF file %s: This file is not single plane 605101 en-US In Glorious Font Image file %s: could not obtain image data 605102 en-US 605103 en-US In Glorious Font Image file %s: could not get image data for scanline %s, offset %s 605104 en-US In Glorious Font file %s: nglyphs too small 605105 en-US In Glorious Font file %s: Could not parse glyph %s 605106 en-US In Glorious Font file %s: Could not parse image gob at offset %s 605107 en-US In Glorious Font file %s: Could not parse choice gob at offset %s 605108 en-US In Glorious Font file %s: Could not parse char gob at offset %s 605109 en-US In Glorious Font file %s: Could not parse transform gob at offset %s 605110 en-US In Glorious Font file %s: Could not parse gob tree at offset %s 605111 en-US In Glorious Font file %s: Could not parse path at offset %s 605112 en-US In Glorious Font file %s: Font char refers to another Glorious Font 605113 en-US In Glorious Font file %s: Nested GC attribute depth limit reached at offset %s 605114 en-US In Glorious Font file %s: GC attributes not found at offset %s 605115 en-US In Glorious Font file %s: No kern set defined before horiz or vert entry 605116 en-US In Glorious Font file %s: Could not process kern table 605117 en-US Short read 64Base LPT (INFO.IC) for image %s 605118 605119 en-US Bad JPEG abbreviated data stream 605120 en-US In JPEG file %s : Cannot understand JPEG encoding # # The leading '%s' in the following strings is intended either to have the # value "", or the lineno, whichever is available 605121 en-US %sWhile in between jobs, end of file was read 605122 en-US %sWhile in between jobs, a %s directive was read 605123 en-US %sWhile expecting a %s directive, end of file was read 605124 en-US %sWhile expecting a %s directive, a %s directive was read 605125 en-US %sWhile within a %s section, end of file was read 605126 en-US %sWhile within a %s section, a %s directive was read 605127 en-US %s#Document structure is too long 605128 en-US %sInvalid document structure directive "%s" 605129 en-US %sUnexpected end of file # 605130 en-US In CSS file %s : The output dimension is invalid 605131 en-US In CSS file %s : The input dimension is invalid 605132 en-US In CSS file %s : The number of samples was invalid 605133 en-US In CSS file %s : The space name is absent or too long 605134 en-US In CSS file %s : The number of samples is undefined 605135 en-US In CSS file %s : The input/output ranges are invalid 605136 en-US In CSS file %s : There is no list of samples 605137 en-US In CSS file %s : There is a premature end of file at line %s 605138 en-US In CSS file %s : There is a syntax error at line %s 605139 en-US Typeface file %s is not in a recognized format 605140 en-US In Glorious Font file %s : Could not parse composite gob at offset %s 605141 en-US In file %s : Out of sequence request, line %s, offset %s, image %s 605142 en-US In GIF file %s : Unexpected block type 0x%s 605143 en-US In NIF file %s : Cannot locate valid sharpen kernel for filter %s 605144 en-US In NIF file %s : Cannot locate valid blur kernel pair for filter %s 605145 en-US In NIF file %s : Invalid filtering value 605146 en-US In NIF file %s : 1st 3 terms of 4th row of colortwist %s %s %s - should be zero 605147 en-US In NIF file %s : Wrong no. of colortwist matrix elements (%s) 605148 en-US In NIF file %s : Invalid colortwist matrix element 605149 en-US In NIF file %s : Wrong no. of spatial orientation matrix elements %s 605150 en-US In NIF file %s : Invalid spatial orientation matrix element 605151 en-US In NIF file %s : Wrong no. of rectangle of interest coords %s 605152 en-US In NIF file %s : Invalid rectangle of interest coord 605153 en-US In NIF file %s : STS_get failed - source desc. prop. set status property - property ID %s 605154 en-US In NIF file %s : STS_get failed - source dsc. prop. set status property - property ID %s - Invalid type %s 605155 en-US In NIF file %s : STS_get failed - color property set not retrieved - property ID %s 605156 en-US In NIF file %s : STS_get failed - color property set not retrieved - property ID %S - Invalid type %s 605157 en-US In NIF file %s : STS_get failed - Image width not retrieved - property ID %s 605158 en-US In NIF file %s : STS_get failed - Image width not retrieved - property ID %s - Invalid type %s 605159 en-US In NIF file %s : STS_get failed - Image height not retrieved - property ID %s 605160 en-US In NIF file %s : STS_get failed - Image height not retrieved - property ID %s - Invalid type %s 605161 en-US In NIF file %s : STS_get failed - Image contents JPEG tables not retrieved - property ID %s 605162 en-US In NIF file %s : STS_get failed - Image contents JPEG tables not retrieved - property ID %s - Invalid type %s 605163 en-US In TIFF file %s : Bits per sample (%s) is not 1, 2, 4, 8, 12, or 16 605164 en-US In head shade chart TIFF file %s : image width too large for printer (>13824 pixels) 605165 en-US RGB->CCMMYK CSC map %s contains input and output dimensions of %s and %s rather than %s and %s 605166 en-US Failed to read RGB->CCMMYK CSC map %s # # In the following, the %s should be assigned the value 'clipart' 605167 en-US In %s file: Multiple #dim lines 605168 en-US In %s file: #dim line, min-x >= max-x or min-y >= max-y 605169 en-US In %s file: Error in #dim line in clipart header 605170 en-US In %s file: Error in #name line in clipart header 605171 en-US In %s file: Error in #files line in clipart header 605172 en-US In %s file: Error in extended pathname in #files section of clipart header 605173 en-US In %s file: Extended pathname in #files section not valid 605174 en-US In %s file: Extended pathname in #files section too long 605175 en-US In %s file: Error in #arg line in clipart header 605176 en-US In %s file: #arg line, min-x >= max-x or min-y >= max-y 605177 en-US In %s file: Language or name not valid in #arg-name line 605178 en-US In %s file: Language or name not valid in #arg-name line in clipart header 605179 en-US In %s file: Icon data incomplete or invalid 605180 en-US In %s file: No #dim line in clipart header 605181 en-US In %s file: No #files line in clipart header 605182 en-US In %s file: Unrecognized line in clipart header 605183 en-US In %s file: End header not found 605184 en-US In %s file: First line not valid 605185 en-US In %s file: Multiple #files lines in clipart header 605186 en-US In %s file: Error in #arg-name line in clipart header # # The leading '%s' in the following strings is intended to have the value "" 605187 en-US %sIn openpage script: Device name not specified 605188 en-US %sIn openpage script: Device name not valid 605189 en-US %sIn openpage script: Device class name not specified 605190 en-US %sIn openpage script: Device class name not valid 605191 en-US %sIn openpage script: Need 4 numbers for expected imageable area 605192 en-US %sIn openpage script: In imageable area, min-x >= max-x or min-y >= max-y 605193 en-US %sIn openpage script: #Page is not an image, path, text object or graphics object 605194 en-US %sExpected \n#data \n* or \n#hex \n 605195 en-US %sExpected \n#data \n* or \n#hex \n or \n#end_data\n 605196 en-US %sInvalid hex digit encountered 605197 605198 605199 en-US DEVMODE file %s size %s is too small - must be at least %s 605200 en-US DEVMODE file %s size %s does not equal dm size %s + dmDriverExtra %s 605201 605202 en-US Could not open or parse glorious font image file %s, offset %s 605203 605204 en-US Failed to read Lab->RGB CSC map %s 605205 en-US In CSC file %s: Incompatible input color space and pre-LUT input color space 605206 en-US In CSC file %s: Pre-LUT input color space given without pre-LUT output space 605207 en-US In CSC file %s: Incompatible output color space and post-LUT output color space 605208 en-US In CSC file %s: Post-LUT output color space given without post-LUT input space */ 605209 en-US In ICC Profile %s: Monochrome input profiles are not supported 605210 en-US In ICC Profile %s: Input profile doesn't contain compulsory tags 605211 en-US In ICC Profile %s: Monochrome display profiles are not supported 605212 en-US In ICC Profile %s: Display Profile doesn't contain compulsory tags 605213 en-US In ICC Profile %s: Device Link Profiles are not supported 605214 en-US In ICC Profile %s: Named Color Profiles are not supported 605215 en-US In ICC Profile %s: Invalid profile type field 605216 en-US In ICC Profile %s: Output Profile doesn't contain compulsory tags 605217 en-US In ICC Output Profile %s: Map does not have three input channels 605218 en-US In ICC Output Profile %s: Gamut map does not have three input channels 605219 en-US In ICC Output Profile %s: Gamut map does not have exactly one output channel 605220 en-US In ICC Output Profile %s: Reverse map does not have three output channels 605221 en-US In ICC Output Profile %s: Preview map does not have three input channels 605222 en-US In ICC Output Profile %s: Preview map does not have three output channels 605223 en-US In ICC Profile %s: Read error 605224 en-US In ICC Profile %s: Invalid profile connection space 605225 en-US In ICC Profile %s: Missing %s colorant tag 605226 en-US In ICC Profile %s: %s colorant is wrong tag type 605227 en-US In ICC Profile %s: Cannot create inverse of RGB colorants 605228 en-US In ICC Profile %s: A compulsory tag is not present 605229 en-US In ICC Profile %s: TRC tag is wrong type 605230 en-US In ICC Profile %s: Cannot find LUT in profile 605231 en-US In ICC Profile %s: LUT tag is of wrong type 605232 en-US In ICC Profile %s: Cannot read media white point tag 605233 en-US In ICC Profile %s: Compulsory media white point tag is missing 605234 en-US In ICC Profile %s: Media white point tag is wrong format 605235 en-US In ICC Profile %s: Incompatible file version 605236 en-US In BMP file %s: Invalid bits per pixel 605237 en-US In BMP file %s: Unsupported or invalid color space #GEN 606000 en-US Error in stream/storage %s 606001 en-US Premature EOF reading JPEG data from stream %s 606002 en-US Unknown structured storage error in %s 606003 en-US IStream error code 0x%s 606004 606005 en-US Stream %s: expecting a NIF stream 606006 606007 en-US Attempt to extend a mini-stream, %s, past cutoff #GEN 607000 en-US Error opening/creating stream/storage %s 607001 en-US In NIF file %s: cannot open subimage data stream for resolution %s 607002 en-US Could not open summary info property set for stream %s 607003 en-US Could not open resolution storage for stream %s 607004 en-US Could not open image data stream %s 607005 en-US Could not open image header stream %s 607006 en-US Could not open root storage %s 607007 en-US Could not open global info property set for stream %s 607008 en-US Could not open source description property set for stream %s 607009 en-US Could not open image storage %s 607010 en-US Could not open image info property set for stream %s 607011 en-US Could not open image contents property set for stream %s 607012 en-US Root storage %s : GUID not matched 607013 en-US Storage %s : GUID not matched 607014 en-US NIF stream %s : GUID not matched 607015 en-US In NIF file %s : Could not open subimage header stream for resolution %s 607016 en-US In NIF file %s : Failed to open image contents property set #GEN 608000 en-US Error writing to stream/storage %s 608001 en-US Attempt to write a read-only stream %s 608002 en-US Stream %s : Could not write NIF stream header 608003 en-US Error on deferred write to FAT stream %s #GEN 609000 en-US Error reading from stream/storage %s 609001 609002 en-US Attempt to read a write-only stream %s 609003 en-US Failed to read FMTID/Offset or section header from stream %s 609004 en-US File %s : Subimage header stream read failure 609005 en-US File %s : Subimage header stream tile header read failure 609006 en-US File %s : Subimage data stream tile data read failure #GEN 610000 en-US Illegal file access attempt on file %s 610001 en-US Operating on deregister file %s 610002 en-US In-memory file %s not currently registered 610003 en-US Tried to open in-memory file %s with mode %s -- only 'r' or 'rb' supported 610004 en-US Reading from a negative offset in file %s 610005 en-US Wrote to file %s, which is open for reading 610006 en-US File %s not written yet 610007 en-US Attempt to open file %s for writing a second time 610008 en-US File %s is not open for reading 610009 en-US File %s is not open for writing #GEN 611000 en-US Windows resource file error 611001 en-US Cannot find %s resource %s for altera download 611002 en-US Cannot size %s resource %s for altera download 611003 en-US Cannot lock %s resource %s for altera download 611004 en-US Cannot load %s resource %s for altera download # #RESULT 700000 en-US dev_param error #GEN 701000 en-US Required dev_param(s) not supplied 701001 en-US No imageable area was specified 701002 en-US No %s dev_param specified 701003 en-US Both %s and %s dev_params must be specified 701004 en-US Invalid number of print passes supplied #GEN 702000 en-US Invalid value for dev_param %s 702001 en-US %s must be 0, or 5 to 60 702002 en-US %s must be > 0 702003 en-US %s : CSC map "%s" has %s input and %s output dimensions rather than 3 and 3 702004 en-US %s must be 4 or 6 702005 en-US %s: unable to parse error diffusion terms 702006 en-US %s: too many error diffusion terms 702007 en-US %s : Error diffusion weights sum to zero 702008 en-US %s : Error in command string (module %s) 702009 en-US %s: no valid command bytes specified (module %s) 702010 en-US %s : Screening not currently supported for ML printer 702011 en-US %s dev_param was not set 702012 en-US %s supplied as %s; should be "portrait", "landscape", or "auto" 702013 en-US %s supplied as %s; should be "off", "on", or "auto" 702014 en-US %s supplied as %s; should be a string 702015 en-US %s supplied as %s; should be 0 or 1 702016 en-US %s is %s. Must be 1, 4, 8 or 24 702017 en-US %s is %s. Must be none or RLE 702018 en-US EPS output: %s (%s) must be 1, 2, 4 or 8 702019 en-US EPS output: %s (%s) must be "gray", "rgb", or "cmyk" 702020 en-US EPS output: %s : resx (%s) and resy (%s) must be the same when screening 702021 en-US EPS output: %s (%s) must be >=0 702022 en-US EPS output: %s (%s) must be within (0,%s) 702023 en-US EPS output: %s (%s) not "hex" or "binary" 702024 702025 en-US TIFF output: Bad %s specified (%s) 702026 en-US TIFF output: %s (%s) must be 1, 2, 4, or 8 702027 en-US TIFF output: %s Color map has %s input and %s output channels: %s and %s expected 702028 en-US TIFF output: %s: Color map tag %s is unknown 702029 en-US TIFF output: %s (%s) must be 8 for YbCr or Lab output 702030 en-US TIFF output: %s (%s) must be 8 for palette output 702031 en-US TIFF output: %s (%s) must be 8 for JPEG output 702032 en-US TIFF output: %s (%s) must be 1 for screening 702033 en-US TIFF output: %s: halftone granularity (%s) must be positive 702034 en-US TIFF output: %s : resx (%s) and resy (%s) must be the same when screening 702035 en-US %s: Table too short 702036 en-US %s: Bad data in table: %s 702037 en-US %s: Illegal color space specified 702038 en-US SEP6 output: %s : only "cmyk" or "ccmmyk" acceptable : not "%s" 702039 en-US SEP6 output: %s : map %s had %s input and %s output dimensions rather than 3 and 3 702040 en-US SEP6 output: %s : color space tag (%s) unknown 702041 en-US EPS output: %s : color space tag (%s) unknown 702042 en-US EPS output: %s (%s) must be 1 for screening 702043 en-US SEP6 output: %s : must have %s integers 702044 en-US SEP6 output: %s : resx (%s) and resy (%s) must be the same when screening 702045 en-US SEP6 output: %s (%s) must be >= 0 702046 en-US %s : subsampling must be 1, 2 or 4, H >= V, and H*V <= 8 702047 en-US %s : Thumbnail size of %s not in range 16-255 702048 en-US %s : Invalid output color map or tag "%s" 702049 en-US %s : Output map "%s" must be from Lab 702050 en-US %s : invalid printer color map or tag "%s" 702051 en-US %s : printer map "%s" must have at least 3 channels 702052 en-US Scitex output: %s not "ct" 702053 en-US Scitex output: %s : color space tag "%s" unknown 702054 en-US %s: Error diffusion weights string is invalid 702055 en-US %s : resx (%s) and resy (%s) must be positive 702056 en-US %s supplied as "%s"; should be a positive number 702057 en-US %s : color space tag "%s" unknown 702058 en-US DLP: %s : Screening not currently supported 702059 en-US %s : Error weights array requires %s integers 702060 en-US %s : Resolution must be 360DPI 702061 702062 en-US TIFF output: Invalid value for %s of %s 702063 en-US TIFF output: %s : resx (%s) and resy (%s) must be positive 702064 en-US TIFF output: %s : Vertical subsampling (%s) must be <= horizontal subsampling (%s) 702065 en-US TIFF output: %s : JPEG compression only for meshed output 702066 en-US TIFF output: %s : Palette or CMYK cannot be JPEG compressed 702067 en-US TIFF output: %s : Render resolution (%s) is <0 or > tile width of %s 702068 en-US %s incorrectly supplied as %s 702069 en-US %s incorrectly supplied as illegal address 0x%s (%s %s %s %s %s %s %s) 702070 en-US FPX output: Invalid value for %s of %s (must be 1 or 2) 702071 en-US FPX output: %s : Vertical subsampling (%s) must be <= horizontal subsampling (%s) # #RESULT 800000 en-US Interpreter error #GEN 801000 en-US %s # #RESULT 900000 en-US Resource error #GEN 901000 en-US Illegal memory access attempt 901001 901002 901003 en-US Attempting pop without prior push of graphics context stack 901004 en-US Attempting pop without prior push of GTM stack 901005 en-US Function at 0x%s is not a registered status callback 901006 #GEN 902000 en-US Ran out of memory 902001 en-US Could not initialize Star-accesable memory area 902002 en-US Ran out of Star/EPA local memory 902003 en-US There is not enough memory to do a color space conversion 902004 en-US There is not enough memory to calculate the CSC mapping 902005 en-US There is not enough memory to read the CSC file %s 902010 en-US Ran out of memory opening typeface file %s 902014 en-US Job too complex: Ran out of space in Star's page table 902015 902016 902017 902018 902019 902020 902021 902022 en-US %sODP: Out of memory pushing stack state 902023 en-US Ran out of lockable physical memory 902024 en-US %s: Minimum buffer of %s it too large (max %s) 902025 en-US Ran out of virtual memory #GEN 903000 en-US Error locking memory #GEN 904000 en-US Data structure full 904001 904002 en-US Job too complex: Star's page table refcount overflowed 904003 en-US Can't register status callback function, table full #GEN 905000 en-US Mutex error 905001 en-US Can't create mutex 905002 en-US Can't create comms mutex 905003 en-US Can't create status mutex 905004 en-US Can't grab mutex 905005 en-US Can't grab comms mutex 905006 en-US Can't grab status mutex 905007 en-US Can't create negotiation mutex 905008 en-US Can't grab negotiation mutex 905009 en-US Can't create status decode mutex #GEN 906000 en-US Thread error 906001 en-US Can't create status/communications thread #GEN 907000 en-US Semaphore error 907001 907002 en-US Failed to release a semaphore 907003 en-US Failed to obtain hardware access semaphore 907004 en-US RFP: Can't open semaphore "%s" for read synchronize. Error %s 907005 en-US RFP: Can't open semaphore "%s" for triggering. Error %s 907006 en-US RFP: Can't trigger semaphore "%s". Error %s #GEN 908000 en-US Event error 908001 en-US Can't create event 908002 en-US Can't create sense event 908003 en-US Can't wait for event 908004 en-US Can't wait on sense event 908005 en-US Can't clear event 908006 en-US Can't clear sense event 908007 en-US RFP: Can't open event "%s" for read synchronize. Error %s 908008 en-US RFP: Can't open event "%s" for triggering. Error %s 908009 en-US RFP: Can't trigger event "%s". Error %s 908010 en-US Can't create negotiation event 908011 en-US Can't clear negotiation event 908012 en-US Can't wait for negotiation event 908013 en-US Can't create stop event # #RESULT 1000000 en-US Network error 1000001 1000002 en-US Failed to initialize WinInet functions 1000003 en-US Could not find %s 1000004 en-US Could not find %s on port %s 1000005 en-US Could not form a request for %s 1000006 en-US Could not open %s 1000007 en-US Error retrieving %s 1000008 en-US Invalid URL %s 1000009 en-US Can't create TCP socket 1000010 en-US Can't connect to print host 1000011 en-US Can't initialize WinSock 1000012 en-US Unable to find IP address for %s 1000013 en-US Invalid host name or address %s 1000014 en-US Error sending data to print host # #RESULT 1100000 en-US Image error #GEN 1101000 en-US JPEG error 1101001 en-US Error: %s 1101002 en-US %s: JPEG compression: Corrupted internal compressed JPEG data 1101003 1101004 1101005 1101006 1101007 1101008 1101009 # # Following error messages are ripped off from the file rip/ijg/jerror.h # DO NOT: add any messages after them as with new releases of ijg, more # messages may have to be added # Bogus message code %d 1101010 en-US %s # Sorry, there are legal restrictions on arithmetic coding 1101011 en-US %s # ALIGN_TYPE is wrong, please fix 1101012 en-US %s # MAX_ALLOC_CHUNK is wrong, please fix 1101013 en-US %s # Bogus buffer control mode 1101014 en-US %s # Invalid component ID %d in SOS 1101015 en-US %s # IDCT output block size %d not supported 1101016 en-US %s # Bogus input colorspace 1101017 en-US %s # Bogus JPEG colorspace 1101018 en-US %s # Bogus marker length 1101019 en-US %s # Wrong JPEG library version: library is %d, caller expects %d 1101020 en-US %s # Sampling factors too large for interleaved scan 1101021 en-US %s # Invalid memory pool code %d 1101022 en-US %s # Unsupported JPEG data precision %d 1101023 en-US %s # Invalid progressive parameters Ss=%d Se=%d Ah=%d Al=%d 1101024 en-US %s # Invalid progressive parameters at scan script entry %d 1101025 en-US %s # Bogus sampling factors 1101026 en-US %s # Invalid scan script at entry %d 1101027 en-US %s # Improper call to JPEG library in state %d 1101028 en-US %s # JPEG parameter struct mismatch: library thinks size is %u, caller expects %u 1101029 en-US %s # Bogus virtual array access 1101030 en-US %s # Buffer passed to JPEG library is too small 1101031 en-US %s # Suspension not allowed here 1101032 en-US %s # CCIR601 sampling not implemented yet 1101033 en-US %s # Too many color components: %d, max %d 1101034 en-US %s # Unsupported color conversion request 1101035 en-US %s # Bogus DAC index %d 1101036 en-US %s # Bogus DAC value 0x%x 1101037 en-US %s # Bogus DHT counts 1101038 en-US %s # Bogus DHT index %d 1101039 en-US %s # Bogus DQT index %d 1101040 en-US %s # Empty JPEG image (DNL not supported) 1101041 en-US %s # Read from EMS failed 1101042 en-US %s # Write to EMS failed 1101043 en-US %s # Didn't expect more than one scan 1101044 en-US %s # Input file read error 1101045 en-US %s # Output file write error --- out of disk space? 1101046 en-US %s # Fractional sampling not implemented yet 1101047 en-US %s # Huffman code size table overflow 1101048 en-US %s # Missing Huffman code table entry 1101049 en-US %s # Maximum supported image dimension is %u pixels 1101050 en-US %s # Empty input file 1101051 en-US %s # Premature end of input file 1101052 en-US %s # Cannot transcode due to multiple use of quantization table %d 1101053 en-US %s # Scan script does not transmit all data 1101054 en-US %s # Invalid color quantization mode change 1101055 en-US %s # Not implemented yet 1101056 en-US %s # Requested feature was omitted at compile time 1101057 en-US %s # Backing store not supported 1101058 en-US %s # Huffman table 0x%02x was not defined 1101059 en-US %s # JPEG datastream contains no image 1101060 en-US %s # Quantization table 0x%02x was not defined 1101061 en-US %s # Not a JPEG file: starts with 0x%02x 0x%02x 1101062 en-US %s # Insufficient memory (case %d) 1101063 en-US %s # Cannot quantize more than %d color components 1101064 en-US %s # Cannot quantize to fewer than %d colors 1101065 en-US %s # Cannot quantize to more than %d colors 1101066 en-US %s # Invalid JPEG file structure: two SOF markers 1101067 en-US %s # Invalid JPEG file structure: missing SOS marker 1101068 en-US %s # Unsupported JPEG process: SOF type 0x%02x 1101069 en-US %s # Invalid JPEG file structure: two SOI markers 1101070 en-US %s # Invalid JPEG file structure: SOS before SOF 1101071 en-US %s # Failed to create temporary file %s 1101072 en-US %s # Read failed on temporary file 1101073 en-US %s # Seek failed on temporary file 1101074 en-US %s # Write failed on temporary file --- out of disk space? 1101075 en-US %s # Application transferred too few scanlines 1101076 en-US %s # Unsupported marker type 0x%02x 1101077 en-US %s # Virtual array controller messed up 1101078 en-US %s # Image too wide for this implementation 1101079 en-US %s # Read from XMS failed 1101080 en-US %s # Write to XMS failed 1101081 en-US %s # JCOPYRIGHT 1101082 en-US %s # JVERSION 1101083 en-US %s # Caution: quantization tables are too coarse for baseline JPEG 1101084 en-US %s # Adobe APP14 marker: version %d, flags 0x%04x 0x%04x, transform %d 1101085 en-US %s # JTRC_APP0, "Unknown APP0 marker (not JFIF), length %u 1101086 en-US %s # JTRC_APP14, "Unknown APP14 marker (not Adobe), length %u 1101087 en-US %s # Define Arithmetic Table 0x%02x: 0x%02x 1101088 en-US %s # Define Huffman Table 0x%02x 1101089 en-US %s # Define Quantization Table %d precision %d 1101090 en-US %s # Define Restart Interval %u 1101091 en-US %s # Freed EMS handle %u 1101092 en-US %s # Obtained EMS handle %u 1101093 en-US %s # End Of Image 1101094 en-US %s # %3d %3d %3d %3d %3d %3d %3d %3d 1101095 en-US %s # JFIF APP0 marker, density %dx%d %d 1101096 en-US %s # Warning: thumbnail image size does not match data length %u 1101097 en-US %s # Unknown JFIF minor revision number %d.%02d 1101098 en-US %s # with %d x %d thumbnail image 1101099 en-US %s # Skipping marker 0x%02x, length %u 1101100 en-US %s # Unexpected marker 0x%02x 1101101 en-US %s # %4u %4u %4u %4u %4u %4u %4u %4u 1101102 en-US %s # Quantizing to %d = %d*%d*%d colors 1101103 en-US %s # Quantizing to %d colors 1101104 en-US %s # Selected %d colors for quantization 1101105 en-US %s # At marker 0x%02x, recovery action %d 1101106 en-US %s # RST%d 1101107 en-US %s # Smoothing not supported with nonstandard sampling ratios 1101108 en-US %s # Start Of Frame 0x%02x: width=%u, height=%u, components=%d 1101109 en-US %s # Component %d: %dhx%dv q=%d 1101110 en-US %s # Start of Image 1101111 en-US %s # Start Of Scan: %d components 1101112 en-US %s # Component %d: dc=%d ac=%d 1101113 en-US %s # Ss=%d, Se=%d, Ah=%d, Al=%d 1101114 en-US %s # Closed temporary file %s 1101115 en-US %s # Opened temporary file %s 1101116 en-US %s # Unrecognized component IDs %d %d %d, assuming YCbCr 1101117 en-US %s # Freed XMS handle %u 1101118 en-US %s # Obtained XMS handle %u 1101119 en-US %s # Unknown Adobe color transform code %d 1101120 en-US %s # Inconsistent progression sequence for component %d coefficient %d 1101121 en-US %s # Corrupt JPEG data: %u extraneous bytes before marker 0x%02x 1101122 en-US %s # Corrupt JPEG data: premature end of data segment 1101123 en-US %s # Corrupt JPEG data: bad Huffman code 1101124 en-US %s # Warning: unknown JFIF revision number %d.%02d 1101125 en-US %s # Premature end of JPEG file 1101126 en-US %s # Corrupt JPEG data: found marker 0x%02x instead of RST%d 1101127 en-US %s # Invalid SOS parameters for sequential JPEG 1101128 en-US %s # Application transferred too many scanlines 1101129 en-US %s #GEN 1102000 en-US TIFF error: %s #GEN 1103000 en-US Clipart error #GEN 1104000 en-US JFIF error # #RESULT 1200000 en-US Error in API #GEN 1201000 en-US Invalid value for parameter(s) passed to API 1201001 en-US Attempt to use class %s which has no associated devices 1201002 en-US In expected imageable area, min-x >= max-x or min-y >= max-y 1201003 en-US cmap invalid in CMYK_image_setter input color space 1201004 en-US 4 samples only valid for load_image for CMYK_image_setter input color space 1201005 en-US Argument 1 of OP_edges is not a path 1201006 en-US OP_render_tile called without prior call to OP_new_tile 1201007 en-US Argument 1 of OP_reverse_path is not a path 1201008 en-US 4 samples required for load_image for CMYK_image_setter input color space 1201009 en-US Tan of skew angle alpha is too large 1201010 en-US Tan of skew angle beta is too large 1201011 en-US The input file name for OP_image() must be non NULL. 1201012 1201013 1201014 en-US Attempt to set color space to "%s" 1201015 en-US No memory_image passed to memory_image device 1201016 en-US Output space of argument 2 must be non NUMERIC 1201017 en-US Input channel enables of the image color conversion map are not "dense" 1201018 en-US Output channel enables of the image color conversion map are not "dense" 1201019 en-US No horizontal or vertical typesetting information supplied 1201020 en-US Not a text object 1201021 en-US Attempt to make a color map in unknown space "%s" 1201022 en-US Ranges not supplied for "%s" input color space 1201023 en-US Ranges not supplied for "%s" output color space 1201024 en-US Nonstandard "%s" input color space 1201025 en-US Nonstandard "%s" output color space 1201026 en-US Gradient must have at least one mask 1201027 en-US Gradient mask must be of a size at least 2 1201028 en-US Gradient scale must be positive 1201029 en-US Gradient must specify channels 1201030 en-US Convolution radius must be positive 1201031 en-US Convolution table size must be at least 1*1 1201032 en-US Convolution table must be specified 1201033 en-US Convolution coordinates and table must be specified 1201034 en-US Convolution x list must be non-decreasing 1201035 en-US Convolution y list must be non-decreasing 1201036 en-US Convolution y list allows only one repeated value 1201037 en-US Unsharp mask sigma must be positive 1201038 en-US Unsharp mask beta must be positive 1201039 en-US Attempt to set output color space to "%s" 1201040 en-US Illegal character in only-render list 1201041 en-US Page number <= 0 in only_render list 1201042 en-US Backwards range in only_render list 1201043 en-US Only paths and text objects can be concatenated 1201044 en-US Convolution must specify channels 1201045 en-US Convolution x list allows only one repeated value 1201046 en-US Gob type passed to OP_image_info is not an image #GEN 1202000 en-US API: operation failed 1202001 en-US Could not initialize output device 1202002 en-US Could not initialize windows file I/O 1202003 en-US Could not initialize standard screens 1202004 en-US Could not initialize standard CSC maps 1202005 en-US Unable to render gradient gob 1202006 en-US Convolution callback failed 1202007 1202008 1202009 en-US Current point is not defined 1202010 en-US The general transformation matrix is not invertible 1202011 en-US OP_render_tile called without prior call to OP_new_tile 1202012 en-US Error reading OpenPage script 1202013 en-US Error starting render 1202014 en-US Error accepting scanline 1202015 en-US Error finishing render 1202016 en-US Error closing output device # #RESULT 1300000 en-US Data error #GEN 1301000 en-US Invalid data/parameter value(s) 1301001 1301002 1301003 1301004 en-US CSC map "%s" contains input and output dimensions of %s an d %s rather than %s and %s 1301005 1301006 1301007 1301008 en-US Can't have a document section in pass thru mode 1301009 en-US whence value not valid 1301010 en-US 1301011 en-US 1301012 en-US Color space tag %s is unknown 1301013 1301014 en-US Tile size too large to render with star 1301015 en-US Hardware cannot render image %s pixels wide (max %s) 1301016 en-US 1301017 en-US Unsupported paper size: %sx%s 1301018 en-US Printable width is %smm - too small 1301019 en-US Printable height is %smm - too small 1301020 en-US Automatic duplexing from the stack bypass is not permitted 1301021 en-US 1301022 en-US TIFF output: JPEG compression only for meshed output 1301023 en-US TIFF output: %s : Palette or CMYK cannot be JPEG compressed 1301024 en-US DigitSEP6 output: reduction factor (%s) not within (0,%s) 1301025 en-US A bad "halftone_ed" array was specified 1301026 en-US SEP6 output: User map %s contains input and output dimension s of %s and %s rather than %s and %s 1301027 1301028 en-US Character code value %s illegal 1301029 en-US Too many components to JPEG compress 1301030 en-US %s : Badly formatted tab specification 1301031 en-US Open mode %s not valid 1301032 en-US 1301033 en-US CSC map for %s has %s input components. %s expected 1301034 en-US Unknown color type 1301035 en-US No halftone screen specified or available 1301036 en-US Cannot have only one of color and opacity tiled 1301037 en-US Cannot have edge blend color or opacity for a page fill 1301038 en-US Unable to operate on gradient color 1301039 1301040 en-US Invalid internal screen: %s 1301041 en-US Bad tile dimensions 1301042 en-US Tile is too small 1301043 en-US Choice number of %s from GC %s out of range. Limit is %s 1301044 en-US Function "clipart" not defined 1301045 en-US "clipart" is not a function 1301046 en-US %s "%s" is not understandable 1301047 en-US 1301048 1301049 1301050 1301051 1301052 1301053 1301054 1301055 1301056 1301057 1301058 1301059 en-US General transformation matrix stack not empty at page end 1301060 en-US Graphics context stack not empty at page end 1301061 en-US The page numbers are invalid or not in increasing order 1301062 en-US Sample number %s in the color sample set is out of range 1301063 1301064 en-US Cannot convert with a CSC map with %s input enables when %s expected 1301065 en-US Cannot convert with a CSC map with %s output enables when %s expected 1301066 en-US FH Character request: illegal data format 1301067 en-US FH Release Character: illegal data format 1301068 en-US fh_unreferenced_char_ref: illegal data format 1301069 1301070 en-US Image not valid 1301071 en-US FH Reclaim Memory: illegal data format 1301072 en-US Tried to open %s with mode "%s" -- only "r" and "rb" supported 1301073 en-US Invalid open mode "%s" 1301074 en-US The last page scanned is not the first page in the chart 1301075 en-US Pages have been scanned beyond the final page in the chart 1301076 en-US The test pages are not all from the same test chart 1301077 en-US The color dimension in the sample set does not match that of the sampled data 1301078 en-US The test pages have too many samples for the sample set 1301079 en-US The test pages have too few samples for the sample set 1301080 en-US The test pattern image being sampled is too small 1301081 en-US Invalid default CSC map %s 1301082 en-US "%s" is not a known color space name 1301083 en-US Typeface contains no undefined character 1301084 en-US Character to be deleted not defined 1301085 en-US The font transformation matrix is not invertible 1301086 en-US Choice number of %s from GC %s not defined in font 1301087 en-US Unexpected bit_depth 1301088 en-US Expanded file name too long : %s 1301089 en-US Resolution must be 360DPI or 720DPI 1301090 en-US Rack off - I want a document 1301091 en-US Invalid parameters specified to the driver 1301092 en-US Device name %s registered twice, in different classes 1301093 en-US GC_copy : source gcnum %s does not exist 1301094 en-US Illegal GC_copy attribute 1301095 en-US Illegal GC_swap attribute 1301096 en-US Badly formatted tab specification 1301097 en-US Non invertible transformation matrix a= %s b= %s c= %s d= %s 1301098 en-US The image transformation matrix is not invertible 1301099 en-US Attempt to stroke when transformation matrix is not invertible 1301100 en-US Invalid command stream 1301101 en-US Either the output space of map is 'user' or the input and output spaces are not the same 1301102 en-US Argument 2 of cmap() does not contain 20 elements 1301103 en-US Argument 2 of cmap() incorrectly contains an element that is not a number 1301104 en-US Output channels array set by 'mapfunc' contains a non-numeric element 1301105 en-US Argument %s of make_cmap() contains %s elements, expected %s 1301106 en-US Argument %s of make_cmap() contains too few elements (%s) 1301107 en-US Argument %s of make_cmap() contains too many elements (%s) 1301108 en-US Argument %s of make_cmap() contains an element that is not an integer or is not in the range [0,3] 1301109 en-US Argument 2 of make_cmap() doesn't contain 8 elements 1301110 en-US Argument 2 of make_cmap() contains an element that is not a number 1301111 en-US Argument 2 of make_cmap() contains a value pair in which the first value equals or exceeds the second value 1301112 en-US Argument 4 of make_cmap() doesn't contain 8 elements 1301113 en-US Argument 4 of make_cmap() contains an element that is not a number 1301114 en-US Argument 4 of make_cmap() contains a value pair in which the first value equals of exceeds the second value 1301115 en-US Argument %s of gradient() / convolve() / unsharp_mask() is not a set 1301116 en-US Argument %s of gradient() / convolve() / unsharp_mask() contains an element that is not an integer or is not in the range [0, 3] 1301117 en-US Argument 2 of gradient() has no elements 1301118 en-US Argument 2 of gradient() is not an array of arrays 1301119 en-US Argument 2 of gradient() has a component smaller than 2 by 2 1301120 en-US Argument 2 of gradient() has unequal length components 1301121 en-US Argument 2 of gradient() component length not square 1301122 en-US Argument %s of gradient() must be > 0 1301123 en-US Argument 2 of convolve() is empty 1301124 en-US Argument 2 of convolve(): array length is not a square 1301125 en-US Argument 2 of convolve() has missing or bad key "x" 1301126 en-US Argument 2 of convolve() key "x" has no elements 1301127 en-US Argument 2 of convolve() has missing or bad key "y" 1301128 en-US Argument 2 of convolve() key "y" has no elements 1301129 en-US Argument 2 of convolve() has missing or bad key "f" 1301130 en-US Argument 2 of convolve() key "f" requires %s elements 1301131 en-US Argument 2 of convolve() key "x" contains non-numeric value 1301132 en-US Argument 2 of convolve() contains non-numeric value 1301133 en-US Argument 2 of gradient() contains non-numeric value 1301134 en-US Argument 2 of convolve() key "x" must be in [%s, %s] 1301135 en-US Argument 2 of convolve() key "x" must be non-decreasing 1301136 en-US Argument 2 of convolve() key "x" allows only one repeated value 1301137 en-US Argument 2 of convolve() key "y" contains non-numeric value 1301138 en-US Argument 2 of convolve() key "y" must be in [%s, %s] 1301139 en-US Argument 2 of convolve() key "y" must be non-decreasing 1301140 en-US Argument 2 of convolve() key "y" allows only one repeated value 1301141 en-US Argument 2 of convolve() key "f" contains non-numeric value 1301142 en-US Argument 3 of unsharp_mask() must be > 0 1301143 en-US Argument 4 of unsharp_mask() must be > 0 1301144 en-US unsharp_mask() given toll argument without to12 1301145 en-US Argument %s of convolve() must be > 0 1301146 1301147 en-US Unknown compositing operator %s 1301148 en-US The general transformation matrix is not invertible 1301149 en-US jcf_curve(): At least 6 arguments required 1301150 en-US jcf_curve(): Multiple of 6 arguments required 1031151 en-US jcf_line(): At least 2 arguments required 1301152 en-US jcf_line(): Even number of arguments required 1301153 en-US jcf_only_render(): Argument 1 incorrectly contains non-string elements 1301154 en-US Unable to render gradient gob 1301155 en-US jcf_scan(): Output space of argument 1 in scan isn't Lab 1301156 en-US jcf_set_render_color_space(): Input or Output dimensions of argument 1 or argument 2 are not 3 1301157 en-US jcf_set_render_color_space(): Arguments 1 and 2 do not convert to and from CIE Lab with sufficient precision to be used as the render space 1301158 en-US Tan of skew angle alpha is too large 1301159 en-US Tan of skew angle beta is too large 1301160 en-US At least one dash pattern number must be positive 1301161 en-US Too much image data 1301162 en-US jcf_add_char_to_font(): Argument 3 element %s not a struct 1301163 en-US jcf_add_char_to_font(): Argument 3 element %s element "coords" missing or not an array 1301164 en-US jcf_add_char_to_font(): Argument 3 element %s element "coords" does not contain 6n+2 elements 1301165 en-US jcf_add_char_to_font(): Argument 3 element %s "coords" element %s is not a number 1301166 en-US jcf_text(): Argument 1 incorrectly contains an element which is NULL or not a valid character code 1301167 en-US jcf_text(): Argument 2 contains a token that is not a valid number 1301168 en-US jcf_text(): Argument 2 contains an element which is not a number 1301169 en-US jcf_utf(): Argument 1 contains an element which is not a valid character code 1301170 en-US jcf_utf(): Argument 2 is an unrecognized encoding 1301171 en-US jcf_utf(): Argument 2 contains more than 256 elements 1301172 en-US jcf_utf(): Argument 1 contains an element outside the lookup array in argument 2 1301173 en-US jcf_utf(): Argument 2 contains an element which is not a valid character code 1301174 en-US Unknown ternary compositing operator %s 1301175 en-US Element "%s" missing or incorrectly supplied as %s; should be a number 1301176 en-US Element "%s" incorrectly supplied as %s; should be a number 1301177 en-US No "page" variable in page section scope 1301178 en-US Unexpected end of image data 1301179 en-US Result returned by data_src_proc() not string, memory object or NULL 1301180 en-US Runlength encoded block runs past end of scanline 1301181 en-US jcf_image(): Output space of argument 2 must be non NUMERIC 1301182 en-US jcf_image(): Input channel enables of the image color conversion map are not "dense" 1301183 en-US jcf_image(): Output channel enables of the image color conversion map are not "dense" 1301184 en-US jcf_image(): Analytic map supplied with the user-defined function -- the function should be NULL 1301185 en-US There is no current file 1301186 en-US read_data token is not valid 1301187 en-US Expected \n#data \n* or \n#hex \n 1301188 en-US Expected \n#data \n* or \n#hex \n or \n#end_data\n 1301189 en-US Invalid hex digit encountered 1301190 en-US No OP_WinDev passed to DC device 1301191 en-US %s: Bits per sample of %s not supported 1301192 1301193 en-US %s: Scanline will not fit in buffer 1301194 en-US %s: Number of samples not between 1 and 4 1301195 en-US %s: Bits per sample must all be equal 1301196 en-US %s: Supplied color map must have 3 input channels 1301197 en-US %s: Error in internal data structure 1301198 1301199 1301200 en-US CMYK_image_setter is not valid as a render space 1301201 en-US Input color space CMYK requires 4 color components for gc_colour 1301202 en-US Maximum of 3 color components allowed unless CMYK input color space 1301203 en-US cmap invalid in CMYK_image_setter input color space 1301204 en-US 4 samples only valid for load_image for CMYK_image_setter input color space 1301205 en-US 4 samples required for load_image for CMYK_image_setter input color space 1301206 en-US convolve_func invalid in CMYK_image_setter input color space 1301207 en-US convolve_regular_table invalid in CMYK_image_setter input color space 1301208 en-US convolve_general_table invalid in CMYK_image_setter input color space 1301209 en-US convolve_integral_func invalid in CMYK_image_setter input color space 1301210 en-US unsharp_mask invalid in CMYK_image_setter input color space 1301211 en-US Gradient invalid in CMYK_image_setter input color space 1301212 en-US "%s" invalid in CMYK_image_setter input color space 1301213 en-US matrix_colour_map invalid in CMYK_image_setter input color space 1301214 en-US csc_map invalid in CMYK_image_setter input color space 1301215 en-US %s : Error in command string 1301216 en-US %s : No valid command bytes specified 1301217 en-US Invalid number of input channels %s in CSC color map 1301218 en-US Invalid number of output channels %s in CSC color map 1301219 en-US Cannot use %s colour space in analytical maps 1301220 en-US Argument 1 of text() does not contain key data_type 1301221 en-US Argument 1 of text() key data_type is not a string 1301222 en-US Argument 1 of text() data type is not glyph_index 1301223 en-US Argument 1 of text() does not contain key data_values 1301224 en-US Argument 1 of text() data_values must be an array or a string #GEN 1302000 en-US Failed to retrieve data 1302001 en-US Can't access INL special data 1302002 en-US Could not obtain a default screen filename 1302003 en-US Failed to obtain scanline data 1302004 1302005 en-US Failed to read qtable: parse stopped with "%s" 1302006 en-US Failed to read huffman table: parse stopped with "%s" 1302007 en-US In NIF file %s : Failed to extract image contents for source image 1302008 en-US Font defaults not available 1302009 en-US No horizontal or vertical typesetting information supplied 1302010 en-US Failed to read color map file %s 1302011 en-US Could not create palette 1302012 en-US No TWAIN sources found 1302013 en-US %s: Could not set default color map 1302014 en-US %s: Could not set supplied color map 1302015 en-US Font not found 1302016 en-US Could not convert seek offset to string 1302017 en-US Failed to create CSC map to render space for NIF image %s 1302018 en-US Failed to obtain render space->RGB mapping from renderer 1302019 en-US Could not create device context for %s (%s, %s) 1302020 en-US Supplied fill cell function returned FALSE in CSC color map # #RESULT 1400000 en-US System error 1400001 en-US Failed to obtain operating system version 1400002 en-US Failed to obtain a board 1400003 en-US Failed to unload the device driver 1400004 en-US The requested resource could not be found 1400005 en-US The openpage process has been unable to load the device driver 1400006 en-US Error %s 1400007 en-US EPA board is not allocated to the process # #RESULT 1500000 en-US Scanner error 1500001 en-US %s: Does not supply image info 1500002 en-US %s: Does not supply image sizes 1500003 en-US %s: Does not perform uncompressed transfers 1500004 en-US %s: Does not supply resolutions (in dpi) 1500005 en-US %s: Does not supply resolutions (in dpcm) 1500006 en-US %s: Does not support inch, cm or pixel resolution 1500007 en-US %s: Source not ready #GEN 1501000 en-US Error communicating with scanner #GEN 1502000 en-US Command to scanner failed #GEN 1600000 en-US Command to image loader failed 1601000 en-US Invalid image loader parameter 1601001 en-US Not a standard colour space %s 1602000 en-US Cannot load specified image file 1602001 en-US Cannot load image %s