// Language file: English
var LANG = new Array(); // initialize language array

LANG["btnBrowse_label"] = "Browse File";
LANG["btnRemoveAll_label"] = "Remove All";
LANG["btnRemove_label"] = "Remove";
LANG["lstHeaderSn_label"] = "#";
LANG["lstHeaderFile_label"] = "File";
LANG["lstHeaderSize_label"] = "Size";
LANG["lstHeaderProgress_label"] = "Progress";
LANG["alertMessagebox_title"] = "Message";
LANG["noNewFiles_message"] = "No new files to upload.";
LANG["noFiles_message"] = "There are no files to upload in the list.";
LANG["selectFile_message"] = "Please select a file.";
LANG["filetypeNotSupported_message"] = "The file type, \".{0}\" is not supported.";
LANG["totalFileSizeExceeded_message"] = "The total file size cannot exceed {0}.";
LANG["individualFileSizeExceeded_message"] = "The file size of each file cannot exceed {0}.";
LANG["individualFileSizeTooSmall_message"] = "The file size of each file cannot be less than {0}.";
LANG["maxFilePerBatch_message"] = "You cannot upload more than {0} file(s) at a time.";
LANG["uploadCanceled_message"] = "Upload was canceled.";
