/*******************************************************************************
	Message file for Maul Publisher installation

	compile using msgc.exe compiler

	 2004 Peter Koller, Maison Anglais. All Rights Reserved
	
	NOTE:- The installer logfile strings (not shown here) are always in
	English so that I can understand them and provide help when it
	doesn't work.
	
	default max string length = 260 chars unless noted otherwise!
	Things in comments don't need translation.
*******************************************************************************/
LANGUAGE="English";

//	Generic messages (by the way, things after // are comments too!)
GEN00001 = "Ok";
GEN00002 = "Error";
GEN00003 = "Warning";
GEN00004 = "#Net error 404, update file not found on server";
STATUS01 = "Status";
STATUS02 = "Are you sure?";
STATUS03 = " Connecting...";
STATUS04 = " File %1s - %2s";
STATUS05 = " Done";
STATUS06 = " Download aborted!";
STATUS07 = " Error - unzip @%1s rc=%2d";
STATUS08 = " Unzipping %1s";
STATUS09 = " Warning - unzip archive %1s, see maulinst.log for details";
STATUS10 = " Unzip archive %1d done";
STATUS11 = "New Version copied to %1s. If the new installer is not started automatically, \
please try a manual installation.";
STATUS12 = "Your software maintenance subscription has expired. Please use your POE number (#%1d) \
to renew your subscription. Click on Ok to visit the registration web page.";
STATUS13 = "# Software maintenance subscription until %1s";
STATUS14 = "# Your software maintenance subscription (#%1d) has expired.";
SUBSCR00 = "Software maintenance\nsubscription";
SUBSCURL = "http://www.manglais.com/subs/php/subscript.php";
TESTMSG0 = "Check internet connection?";

/*******************************************************************************
	Proove System
*******************************************************************************/
VFYTITLE = "System test";
PROOVE01 = "(Printer not found) Please install a printer";
PROOVE02 = "(Resolution under 1024x768) The screen resolution is too low";
PROOVE03 = "Ready to continue installation";
PROOVE04 = "(mmos2 multimedia not found) Multimedia is missing, photocd import will not be installed";
PROOVE05 = "Using NewView? - Then please install the latest version if you have not done so already";
PROOVE06 = "(UNICODE support not found) Please upgrade your system to a later version";
PROOVE07 = "(Internet connection) Required to install software maintenance subscription updates";

/*******************************************************************************
	Main install application
*******************************************************************************/
UNINST01 = "Uninstall";
UNINST02 = "Uninstall %1s";

INSTAL01 = "Install";
INSTAL02 = "Install %1s";

PATHS001 = "Create Paths";

//These two strings are added to either UNINST02 or INSTAL02!
// - Notice how the strings are made to go over several lines using the backslash character!
SUCCESS1 = "complete, for more info see maulinst.log created in the install destination path.";
FAILURE1 = "failed, for more info see install.log created in the install destination path or the path \
where the installer was run. Read the install notes, and then send a copy of install.log \
to Maul Support <maulpub@gmail.com> to obtain further help if required.";

REBOOT01 = "Perform reboot";
REBOOT02 = "CONFIG.SYS has changed, you must reboot your system \
after this program has finished in order to complete the installation. Do you wish to reboot NOW?";

CONFUNIN = "Uninstall Program?";

CLOSING1 = "Closing.. bye-bye";

/*******************************************************************************
	Help routines
*******************************************************************************/
HELPTTL1 = "Maul Install Help";
HELPPATH = "ENGLISH.HLP";
HELPERR1 = "WinCreateHelpInstance failed";
HELPERR2 = "WinAssociateHelpInstance failed";

/*******************************************************************************
	Subsystem install routines
*******************************************************************************/
CHKSUM01 = "CHECKSUM, expected %1d, got %2d. File reject!";
NOSUBS01 = "Found no subsystems to install";
CPSUBS01 = "Copy install script";
CPSUBS02 = "Copy %1.*s";

//do not translate the next 2 lines
CPSUBS03 = "SET %1.*s=%2s\\%3.*s";
CPSUBS04 = "SET %1.*s=";

CPSUBS05 = "Adding loader entry";

/*******************************************************************************
	Code specific to Maul
*******************************************************************************/
CFGFAIL1 = "cannot find requested path in config.sys. Installation failed";

CREATE01 = "Create object - %1s";
CREATE02 = "Destroy object - %1s";

/*******************************************************************************
	utility library strings
*******************************************************************************/
WINC0001 = "Error @WinCreateObject - no idea why...";
WINC0002 = "Error @WinDestroyObject - no object found...";
WINC0003 = "Error @WinCreateShadow - from->%1x, to->%2x...";

QUIPATH1 = "Confirm delete of %1s in %2s";
QUIPATH2 = "Confirm delete of %1s";
DELETE01 = "Delete %1s";
DELETE02 = "Deleting %1s";
QUIPATH3 = "Confirm overwrite of %1s";

READCONF = "Read CONFIG.SYS file";
UPDTCONF = "Update CONFIG.SYS done";
SAVECONF = "Required configuration saved";
LEAVCONF = "Configuration needs no updating at present";

FREESP00 = "Check Freespace";
FREESP01 = "Error - DosQueryFSInfo failed, attempt install anyway?";
FREESP02 = "Error - insufficient space on drive";

//max = 3 bytes!
MEMSIZE0 = "b";  //bytes
MEMSIZE1 = "kb"; //kilobytes
MEMSIZE2 = "Mb"; //megabytes
MEMSIZE3 = "Gb"; //gigabytes
