// LCS 3021  May 6, 2003

//public message
var msg_blank = "%s can not be blank.\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";
var msg_notallow = "Invalid character or characters in %s\nThe following characters are not allowed:\n%s\n";
var msg_check_invalid = "%s must be a number.\n";
var msg_outofrange = "%s is invalid. Valid range is %s to %s \n";
var msg_validIP = "%s is invalid. Valid range is 1.0.0.1 to 254.255.255.254\n";
var msg_validMask = "%s is invalid. Valid range is 0.0.0.0 to 255.255.255.255\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,\nand then re-connect using the new IP address";
var msg_activeX = "MPEG-4 Video is only available with Microsoft Internet Explorer.\nFor Netscape users, please use the Linksys Viewer & Recorder Utility.";
var msg_connect_livevideo =  "Connecting to Live Video steam ..." ;
var msg_invalid_mask = "Invalid Netmask IP Address\n";
var msg_invalid_ip = "Invalid IP Address\n";
var msg_invalid_gw = "Invalid Gateway IP Address\n";
// options
var	msg_ddns_username = "DDNS User Name";
var msg_ddns_email = "E-mail Address for TZO DDNS";
var msg_ddns_key = "TZO Password Key";
var msg_ddns_password = "DDNS Password";
var msg_ddns_host = "DDNS Host Name";
var msg_ddns_domain = "DDNS Domain Name";
var msg_ip_sche_hr = "Check Internet IP address time (hr)";
var msg_ip_sche_min = "Check Internet IP address time (min)";

var msg_emaildest1 = "E-mail address [1]";
var msg_emaildest2 = "E-mail address [2]";
var msg_emaildest3 = "E-mail address [3]";


var msg_emailsrc = "'From' E-mail address";
var msg_smtp_server = "Outgoing Mail SMTP Server";
var msg_smtp_login = "Mail Server Account Name" ;
var msg_port = "Alternate Port Number";


// ddns
var msg_wanport = 'Changing the WAN port number also changes the "Alternate Port" on the "Options" screen.';
var msg_newuser = "Make sure you are connected to the Internet to register";

// basic
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_update_hr = "Update schedule (hr)";
var msg_update_min = "Update schedule (min)";

var msg_ip_field = "IP Address";
var msg_mask_field = "Network Mask";
var msg_gateway = "Gateway IP address";
var msg_dns1 = "Primary DNS address";
var msg_dns2 = "Secondary DNS 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 confirm current settings, or click Cancel to abort changes.";
var msg_datetime_pcsync = "Camera's Date/Time will be set to match your PC, but this will be lost on power down.\nOn start up, the Camera will use an Internet Time Server to obtain the current Date and Time.\n";


// wireless
var msg_ssid = "SSID";
var msg_auto_ch  = "Auto"; // channel
var msg_wiresec = "Do you want to enable wireless security ?";
var msg_keysize = "The key length is not correct.\nKeys must consist of %s hexadecimal characters";
var msg_hexkey = "The key value is not correct. \nKeys must consist of hexadecimal characters ( 0~9 or A~F )";
var msg_smallpassphase = "Passphrase must have at least one character.";
var msg_default_key = "Selected key [%s] cannot be blank.";
var msg_psk_size = "WPA Shared key must be from 8 to 63 characters in length\n.";

var msg_wep_64 = "64 Bit Key table";
var msg_wep_128 = "128 Bit Key table";

// options
var msg_motiondetect = "Warning!\nMotion detection can be triggered by sudden changes in lighting levels,\nas well as by moving objects.";
var msg_nomotiondetect = "Motion detection is not available with MJPEG video streams";
var msg_noaudiomotion_mjpeg = "Motion detection and audio are not available with MJPEG video streams,\nso they have been disabled.";
var msg_change_port = "Changing the Alternate port number also changes the WAN Port on the DDNS screen.";

// password
var msg_adm_login = "Administrator Login Name";
var msg_passNoMatch = "Password entries do not match.\n";
var msg_bigpw = "Please limit the password field to 8 characters";

// image
var msg_quality_change = "Warning!\nWhen the image quality setting 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 setting is changed, all existing connections will be terminated.\nAnyone viewing the video will need to re-connect.";
var msg_preview = "In this browser, click the image pane to start and stop the preview";
var msg_typechange = "Warning!\nWhen the image type setting is changed, all existing connections will be terminated.\nAnyone viewing the video will need to re-connect.";
var msg_typechange_full = "Warning!\n1) Audio is not available with this video type.\n2) When the image type 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, or click Cancel to abort";
var restart_msg = "Restart the Camera ? \nAll existing connections will be terminated.\n\nClick OK to continue, or click Cancel to abort";



// User
var button_label_add = "Add User";
var button_label_update = "Update User";
var button_label_clear =  "Clear Fields";
var button_label_cancel = "Cancel";
var msg_username = "User name";
var msg_nameused ="This name is already used. Please use another name.\n";
var msg_passwd_nomatch = "Password entries do not match, please retype.\n";
var msg_dbfull = "User database is full, no more users can be added.\n";
var msg_select_user = "No user selected, please select a user from the list.\n";
var msg_del_user = "Delete user: ";
var msg_del_allusers = "Delete all users ? \n";



// upgrade
var up_msg = "Continue upgrading the firmware?\nAll existing connections will be terminated.";
var nofile_msg = "No filename provided. Please select the correct file.";
var finish_msg = "\Firmware Upgrade completed... Camera restarting." + 
"\nPlease wait for restart to be completed before continuing.";


