/*******************************************************************************
	for UPS string message resources
	 2005 Peter Koller, Maison Anglais. All Rights Reserved
*******************************************************************************/
/*******************************************************************************
	Driver product message resource strings.
*******************************************************************************/
MEGATEC1 = "%1s %2s\nVersion %3s\n%4gV %5gA %6gHz\n%7gV Battery";
           //"(vin vbrk vout %load Hz Vbat Temp stats\r
DUMMY001 = "(208.4 140.0 208.4 034 51.0 12.5 35.0 00001000\r";

CONNECT1 = "Connecting...";
 
/*******************************************************************************
	Main application resource strings.
*******************************************************************************/
TITLE001 = "UPS power manager";

DUP_COMD = "Error, duplicate commandline invocation parameters";
UPS_ERR1 = "Error, the UPS is not responding";
UPS_ERR2 = "Error, the UPS driver message thread has ended";

BIGSTATS = "Application %1s - Version%2s\n%3s\n\n";
BIGSTAT1 = "strcid='%1.4s', poll=%2dms, stat=%3.8x, load=%4d, ipfreq=%5d, opfreq=%6d, ";
BIGSTAT2 = "batpc=%1d, tempc=%2g, voltin=%3g, voltbrk=%4g, voltout=%5g, voltbatt=%6g";

FDBACK01 = "UPS %1s, %2gC%3s";
FDBACK02 = "UPS %1s%2s";
FDBACK03 = "SHUTDOWN %1ds!!!";

FDBCK101 = "Battery power %1s";

STATUS01 = "power failed";
STATUS02 = "charging";
STATUS03 = "testing";
STATUS04 = "device failure";
STATUS05 = "no link";

BATTERY1 = "ok";
BATTERY2 = "low";

SHUTDN01 = " - shutdown in %1ds";
SHUTDN02 = " - power off!";

BATIMG01 = "pictures\\battery.bmp";
TSTIMG01 = "pictures\\test.bmp";
BSTIMG01 = "pictures\\boost.bmp";
BCKIMG01 = "pictures\\buck.bmp";
BYPIMG01 = "pictures\\bypass.bmp";
LNEIMG01 = "pictures\\line.bmp";

