// CS May 14, 2003

//public message
var msg_blank = "%s can not be blank.\n\n";
var msg_nospaces = "Blanks or spaces are not allowed in %s\n\n";
var msg_invalid = "Invalid character or characters in %s\nValid characters are: \n%s\n\n";
var msg_notallow = "Invalid character or characters in %s\nThe following characters are not allowed:\n%s\n\n";
var msg_check_invalid = "%s must be a number.\n\n";
var msg_outofrange = "%s is invalid. Valid range is %s to %s \n\n";
var msg_validIP = "%s is invalid. Valid range is 1.0.0.1 to 254.255.255.254\n\n";
var msg_validMask = "%s is invalid. Valid range is 0.0.0.0 to 255.255.255.255\n\n";
var msg_mail = "%s is invalid. Please enter a valid E-mail address\n";
var msg_restart = "Camera must now restart. \nPlease wait %s seconds before attempting to continue";
var msg_changeIP = "Since the Camera's IP address has changed,\nthis connection must be terminated.\n\nPlease wait %s seconds for the restart to be completed,\nthen re-connect using the new IP address";

//system 
var msg_dname = "Device Name";
var msg_hr = "Time (Hrs)";
var msg_min = "Time (Min)";
var msg_day = "Date (Day)";
var msg_year = "Date (Year)";
var msg_adm = "Admin name";
var msg_ntp_server = "NTP Server Address";
var msg_update_hr = "Update schedule (Hr)";
var msg_update_min = "Update schedule (Min)";


// main
var msg_remoteip = "IP address of other camera";
var msg_remoteip_err = "IP address of other camera is invalid";

// network
var msg_ip_field = "IP Address";
var msg_mask_field = "Network Mask";
var msg_gateway = "Gateway";
var msg_dns1 = "Primary DNS IP address";
var msg_dns2 = "Secondary DNS IP address";
var msg_need_gwdns = "Warning!\nE-mail notification, DDNS, and Network Time Protocol\ncannot work without a Gateway and DNS.\n\nClick OK to continue, Cancel to abort saving."
var msg_sel_region = "Please select region";
var msg_port = "Port Number";
var	msg_username = "DDNS account name";
var msg_password = "DDNS password";
var msg_ddns = "DDNS Hostname";
var msg_ip_sche_hr = "DDNS start check time (hr)";
var msg_ip_sche_min = "DDNS start check time (min)";

// WEP
var msg_keysize = "The key length is not correct.\nKeys must consist of %s Hex characters";
var msg_hexkey = "The key value is not correct. \nKeys must consist of Hex chars ( 0~9 or A~F )";
var msg_smallpassphase = "Passphrase must be at least %s characters.";
var msg_default_key = "Selected key [%s] can not be blank.";

var msg_wep_64 = "64 Bit Key table";
var msg_wep_128 = "128 Bit Key table";

// User
var adm_msg = "Administrator ID";
var name_msg = "User name";
var pw_msg = "Password";
var none_msg = "No user selected. Please select a user.\n";
var dupName_msg ="This name is already used. Please use another name.\n";
var passMatch_msg = "Password entries do not match,\n";
var delete_msg = "Delete user: ";
var msg_dbfull = "User database is full; no more users can be added.";
var msg_motiondetect = "Warning!\nMotion detection can be triggered by sudden changes in the lighting level,\nas well as by moving objects.";
var msg_emaildest = "'Send to' E-mail address";
var msg_emailsrc = "'From' E-mail address";
var msg_smtp_server = "Outgoing Mail SMTP Server";
var msg_smtp_login = "Mail Server Account Name" ;


// image
var msg_bright = "Brightness";
var msg_contrast = "Contrast";
var msg_red = "Red";
var msg_green = "Green";
var msg_blue = "Blue";
var msg_quality_change = "Warning!\nWhen the image quality is changed, all existing connections will be terminated.\nAnyone viewing the video will need to re-connect.";
var msg_res_change = "Warning!\nWhen the image size is changed, all existing connections will be terminated.\nAnyone viewing the video will need to re-connect.";


// Status
var resetDefault_msg = "Reset to Factory Defaults ?\n\nClick OK to continue, Cancel to abort";
var restart_msg = "Restart ? \nAll existing connections will be terminated.\n\nClick OK to continue, Cancel to abort";

// fw upgrade
var up_msg = "Continue?\nAll existing connections will be terminated.";
var nofile_msg = "No filename provided. Please select the correct file.";
var finish_msg = "\Firmware Upgrade completed. Server will now restart." + 
"\nPlease wait for restart to be completed before continuing.";


