################################################################################################
# Prompts for ZEHRaster Plus installation and printer management
# Language: English
################################################################################################



#prompts:

PROMPT_AGREEMENT		=	Please read the following License Agreement. Hit the SPACE BAR \
							to see the rest of the agreement.

PROMPT_ACCEPT		=	Do you accept all the terms of the preceding License Agreement? \
						If you choose No, the installation will terminate.

PROMPT_INSTALL_CHOICE		=	Select the appropriate action from the list below. In order \
					to use the "Manage Printers" option, ZEHRaster Plus \
					must be installed.

PROMPT_TEMP_DIR  		=  	Please enter the work directory where ZEHRaster Plus \
					will write temporary files. A minimum of 200 MB free disk \
					space is recommended for this directory.

PROMPT_PROGRAM_DIR		=	Please enter the program directory where ZEHRaster Plus \
					will be installed:

PROMPT_INSTALLED_DIR		=	Please enter the program directory where ZEHRaster Plus \
					has been installed:

PROMPT_WARNING			=	ZEHRaster Plus requires the printer be installed and \
					a corresponding LP queue already exist.  If this has not \
					already been done, please exit the installation.

PROMPT_FIND_DEFAULT_BROWSER	=	The installation has detected the following browser on your \
					system: [{0}]. Is this the browser you want to use with this \
					product?

PROMPT_ENTER_BROWSER		=	What is the full path name of your browser? (If a browser \
					doesn't exist on this machine, please press enter.)

PROMPT_REENTER_BROWSER		=	The browser you entered doesn't exist. Please try again. \
					(If a browser doesn't exist on this machine, please press \
					enter.)

PROMPT_INSTALL_FILE		=	Installing ZEHRaster Plus ...

PROMPT_WARNING_NO_BROWSER	=	Since there is no browser available on this machine, on-line \
					help will not be accessible from the ZEHRaster Plus \
					application. The user manual may be accessed from any web \
					browser by displaying the following file:

PROMPT_COMPLETE			= 	ZEHRaster Plus installation is complete.
    
PROMPT_UPDATE_FILE		=	Install is updating the registry file...
    
PROMPT_QUEUE_NAME		=	Please enter the LP queue where the printer-ready files \
					should be submitted:
    
PROMPT_UNITS			=	What units of measurement do you want as the default for \
					this printer?
 
PROMPT_PRINTER_MODEL		=	Which HP printer model will be used with ZEHRaster Plus ?
    
PROMPT_ROTATION			=	What rotation value do you want as the default for this \
					printer?
    
PROMPT_PRINT_QUALITY		=	What print quality do you want as the default for this printer?
    
PROMPT_SELECT_QUEUE		=	Please select the printer you want to modify:
   
PROMPT_MANAGE_PRINTER		=	Please select from the following printer management menu:

PROMPT_PRINTER_ADDED		=	Printer [{0}] has been added. 

PROMPT_PRINTER_MODIFIED		= 	Printer [{0}] has been modified.

PROMPT_DELETE_CHOICE		=	Please select the printer you want to delete:

PROMPT_CONFIRM_DELETE		=	You have selected printer [{0}] for deletion. Are you sure you \
					want to delete it?

PROMPT_PRINTER_DELETED		= 	Printer [{0}] has been deleted. 

PROMPT_ENTER_LICENSE            =       Please enter the license code provided by ZEH. If you do not have \
                                        a license code, cancel this installation and contact Zeh Graphic \
                                        Systems to obtain one. The installation requires a license code \
                                        in order to proceed.
PROMPT_EXIT_INSTALL             =       To cancel installation, press the Return or Enter key.

###############################
# New prompts

PROMPT_EXISTING_ZRPLUS = ZEHRaster Plus is already installed in this directory. Do you want to overwrite it?

PROMPT_GET_PRINTER_SETTINGS = Do you want to retrieve the printer settings for use with the new application?

PROMPT_MODIFY_PRINTER_SETTINGS = Do you want to modify any printer settings?

################################

#error messages:
    
ERROR_INVALID_LICENSE           =	Invalid license code. Please contact ZEH Technical Support for assistance.

ERROR_EXIST_QUEUE		=	The LP queue name you entered is already in the registry file.
    
ERROR_QUEUE_NAME		=	LP queue names can not contain spaces or underscores, please \
					try again:
   
ERROR_ENTER			=	The value you entered was not valid. Please try again:
 
ERROR_SELECT			=	The selection was not valid. Please choose one of the available \
					choices:
    
ERROR_ARGUMENT			=	Wrong number of arguments to [{0}]

ERROR_CREATE_DIR		=	Unable to create directory [{0}] 
    
ERROR_PATH			=	Please re-enter the path name:
    
ERROR_WRITE_PER			=	The directory [{0}] is not writable, Please check permissions \
					and modify it if necessary.
    
ERROR_WRITE_DIR			=	The directory needs to be writable by all.
 
ERROR_MANAGE_PRINTER		=	Printer management failed.

ERROR_FILE_MISSING		= 	File [{0}] not found.

ERROR_NO_PRINTER		=	There is no printer in the registry file.

ERROR_INSTALL			=	ZEHRaster Plus installation failed.

ERROR_INSTALLED_DIR		= 	Can not find registry file under [{0}]. Please re-enter the directory \
					where ZEHRaster Plus has been installed.

ERROR_PRINTER_MODEL		=	No printer models provided.


# other:

    
PRINT_QUALITY_1		=	Best
PRINT_QUALITY_2		=	Normal
PRINT_QUALITY_3		=	Fast
 
UNIT_1		=	Inches
UNIT_2		=	Centimeters
 
WARNING_CONTINUE	=	Continue with installation
WARNING_EXIT		=	Exit installation
 
YES		=	Yes
NO		=	No
 
ADD_PRINTER		=	Add a New Printer
MODIFY_PRINTER		=	Modify Existing Printer Defaults
DELETE_PRINTER		=	Delete Printer

INSTALL			= 	Install ZEHRaster Plus 
INSTALL_CGM		= 	Install ZEHRaster Plus with CGM 
MANAGE_PRINTER		=	Manage Printers




