// @(#)style.js	4.76 09/10/29 Copyright (c) 2000 by Xinet, Inc.  All Rights Reserved.
// WN_Include_Safe

var htmlEnts = new Array();
htmlEnts["&uml;"] =      34;
htmlEnts["&amp;"] =      38;
htmlEnts["&acute;"] =    39;
htmlEnts["&lt;"] =       60;
htmlEnts["&gt;"] =       62;
htmlEnts["&Auml;"] =     196;
htmlEnts["&Aring;"] =    197;
htmlEnts["&Ccedil;"] =   199;
htmlEnts["&Eacute;"] =   201;
htmlEnts["&Ntilde;"] =   209;
htmlEnts["&Ouml;"] =     214;
htmlEnts["&Uuml;"] =     220;
htmlEnts["&aacute;"] =   225;
htmlEnts["&agrave;"] =   224;
htmlEnts["&acirc;"] =    226;
htmlEnts["&auml;"] =     228;
htmlEnts["&atilde;"] =   227;
htmlEnts["&aring;"] =    229;
htmlEnts["&ccedil;"] =   231;
htmlEnts["&eacute;"] =   233;
htmlEnts["&egrave;"] =   232;
htmlEnts["&ecirc;"] =    234;
htmlEnts["&euml;"] =     235;
htmlEnts["&iacute;"] =   237;
htmlEnts["&igrave;"] =   236;
htmlEnts["&icirc;"] =    238;
htmlEnts["&iuml;"] =     239;
htmlEnts["&ntilde;"] =   241;
htmlEnts["&oacute;"] =   243;
htmlEnts["&ograve;"] =   242;
htmlEnts["&ocirc;"] =    244;
htmlEnts["&ouml;"] =     246;
htmlEnts["&otilde;"] =   245;
htmlEnts["&uacute;"] =   250;
htmlEnts["&ugrave;"] =   249;
htmlEnts["&ucirc;"] =    251;
htmlEnts["&uuml;"] =     252;
htmlEnts["&deg;"] =      176;
htmlEnts["&cent;"] =     162;
htmlEnts["&pound;"] =    163;
htmlEnts["&sect;"] =     167;
htmlEnts["&para;"] =     182;
htmlEnts["&szlig;"] =    223;
htmlEnts["&reg;"] =      174;
htmlEnts["&copy;"] =     169;
htmlEnts["&acute;"] =    180;
htmlEnts["&uml;"] =      168;
htmlEnts["&AElig;"] =    198;
htmlEnts["&Oslash;"] =   216;
htmlEnts["&plusmn;"] =   177;
htmlEnts["&yen;"] =      165;
htmlEnts["&micro;"] =    181;
htmlEnts["&ordf;"] =     170;
htmlEnts["&ordm;"] =     186;
htmlEnts["&aelig;"] =    230;
htmlEnts["&oslash;"] =   248;
htmlEnts["&iquest;"] =   191;
htmlEnts["&iexcl;"] =    161; 
htmlEnts["&not;"] =      172;
htmlEnts["&nbsp;"] =     160;
htmlEnts["&Agrave;"] =   192;
htmlEnts["&Atilde;"] =   195;
htmlEnts["&Otilde;"] =   213;
htmlEnts["&divide;"] =   247;
htmlEnts["&yuml;"] =     255;
htmlEnts["&euro;"] =     8364;
htmlEnts["&middot;"] =   183;
htmlEnts["&Acirc;"] =    194;
htmlEnts["&Ecirc;"] =    202;
htmlEnts["&Aacute;"] =   193;
htmlEnts["&Euml;"] =     203;
htmlEnts["&Egrave;"] =   200;
htmlEnts["&Iacute;"] =   205;
htmlEnts["&Icirc;"] =    206;
htmlEnts["&Iuml;"] =     207;
htmlEnts["&Igrave;"] =   204;
htmlEnts["&Oacute;"] =   211;
htmlEnts["&Ocirc;"] =    212;
htmlEnts["&Ograve;"] =   210;
htmlEnts["&Uacute;"] =   218;
htmlEnts["&Ucirc;"] =    219;
htmlEnts["&Ugrave;"] =   217;
htmlEnts["&macr;"] =     175;
htmlEnts["&quot;"] =     34;
htmlEnts["&rsquo;"] =    8217;
htmlEnts["&raquo;"] =    187;
htmlEnts["&laquo;"] =    171;
htmlEnts["&#xD8;"] =     216;
htmlEnts["&#xC6;"] =     198;
htmlEnts["&#xE6;"] =     230;
htmlEnts["&#xF8;"] =     248;
htmlEnts["&#xE9;"] =     233;
htmlEnts["&#xE5;"] =     229;
htmlEnts["&thorn;"] =    254;
htmlEnts["&THORN;"] =    222;
htmlEnts["&yacute;"] =   253;
htmlEnts["&eth;"] =      240;


function removeHTMLEnts(s) {
  var i,result=""
  for (i=0; i<s.length; ++i) {
      if( s.charAt(i) == '&' ) {
	var semiIndex = s.indexOf(";", i);
	var ent = s.substring(i, (semiIndex+1) ? semiIndex+1 : i );
        if( ent ) {
    	  var val = htmlEnts[ent];
	  if( val ) {
	    result += String.fromCharCode(val);
  	  } else {
	    if( ent.charAt(1) == '#' ) {
              result += String.fromCharCode( new Number(ent.substring(2,ent.length-1) ) );
            } else {
	      result += ent;
  	    }
          }
  	  i += (ent.length - 1);
        } else {
          result += s.charAt(i);
        }
      } else {
        result += s.charAt(i);
      }
  }
  return result;
}

var lang = new Object()
lang.search = "Search"
lang.browse = "Browse"
lang.cancel = "Cancel"
lang.dismiss = "Dismiss"
lang.archives = "Archives"
lang.toplevel = "Top Level"
lang.help = "Help"
lang.sbasket = "Show Basket"
lang.upload = "Upload Files"
lang.dirs = "Folders: "
lang.fname = "Filename"
lang.fsize = "File Size"
lang.adate = "Last accessed: "
lang.mdate = "Last modified: "
lang.cdate = "Created on: "
lang.bdate = "Archived on: "
lang.fpo = "Download FPO"
lang.high = "Download High-Res"
lang.file = "Download File"
lang.cust = "Custom order"
lang.e = "empty"
lang.fldr = "Folder"
lang.info = "Info"
lang.ibk = "Add/Remove from Basket"
lang.iabk = "Add to basket"
lang.irbk = "Remove from basket"
lang.iwin = "Display more information about "
lang.noi = "No further Info"
lang.bpre = "Display larger preview"
lang.ppdf = "Preview PDF file"
lang.vhtml = "View HTML file"
lang.vquark = "View Quark file"
lang.vfile = "View file"
lang.vindesign = "View InDesign file"
lang.comm = "Comments"
lang.TC = "Kind/Creator"
lang.setc = "Save Changes"
lang.ibrowse = "Browse folder "
lang.cbrowse = "Browse folder containing "
lang.isearch = "Search folder"
lang.sin = "Search in"
lang.iarchive = "Browse archive "
lang.lview = "Long View"
lang.sview = "Short View"
lang.fpocr = "FPO "
lang.create = "created from "
lang.unk = "unknown"
lang.aspect = "Preserve aspect ratio"
lang.ht = "Height"
lang.wd = "Width"
lang.res = "Resolution"
lang.vector="Vector"
lang.pix = "pixels"
lang.pct = "Percent of original"
lang.fmt = "Format"
lang.cspc = "Color Space"
lang.noch = "No Change"
lang.grey = "Greyscale"
lang.spots = "Spot Colors"
lang.itype = "Image Type"
lang.wpath = " with Clipping Path"
lang.wmask = " with Mask"
lang.noclip = "Disable clipping path"
lang.inpi = "This field must contain an integer greater than 0"
lang.inpf = "This field must contain a number greater than 0"
lang.prog = "Progressive"
lang.base = "Baseline"
lang.hiq = "High Quality"
lang.medq = "Medium Quality"
lang.loq = "Low Quality"
lang.docrop = "Cropping..."
lang.orig = "original"
lang.iview = "Icon View"
lang.dview = "Show Details"
lang.volhead = "Available Volumes for "
lang.user = "User"
lang.volume = "Volume Name"
lang.action = "Action"
lang.offline = "File is in Archive"
lang.nearline = "File is near-line" 
lang.offonline = "File is online and in archive."
lang.justfile = "File"
lang.print = "Print"
lang.clear = "Clear"
lang.emptyb = "This basket is empty"
lang.alla = "All Archives"
lang.ac1 = "This file also appears in "
lang.ac2 = " other Archives"
lang.cok = "Changes were successfully saved"
lang.cerr = "Could not save changes"
lang.cttl = "ImageInfo"
lang.bttl = "Basket for "
lang.hasar = "Your basket contains archived images, which this plug-in cannot handle.  Continue with non-archived images?"
lang.selb = "(Select an existing basket)"
lang.noselb = "Please select an existing basket first"
lang.noclr = "Could not clear current basket"
lang.nbskt = "Could not access basket"
lang.nob = "(There are currently no saved baskets)"
lang.addcb = "Add to Current Basket"
lang.appb = "Append to Existing Basket"
lang.repcb = "Replace Current Basket"
lang.delb = "Delete a Saved Basket"
lang.replb = "Replace Existing Basket"
lang.newb = "New Basket Name: "
lang.clrb = "Clear Current Basket"
lang.savb = "Save Current Basket"
lang.curb = "Current Basket contains "
lang.onl = "online"
lang.ent = "entry"
lang.ents = "entries"
lang.and = "and"
lang.ard = "archived"
lang.so = "Online Files"
lang.back = "Backups"
lang.fcontains = "Filename Contains:"
lang.flcontains = "Folder Name Contains:"
lang.fflcontains = "File/Folder Contains:"
lang.filefldr = "File/Folder"
lang.kcontains = "Comments Contain:"
lang.ftype = "Filetype:"
lang.maxm = "Maximum Matches:"
lang.disp = "Display:"
lang.cr = "Created"
lang.mo = "Modified"
lang.ac = "Accessed"
lang.li = "Limit to files"
lang.on = "On"
lang.before = "Before"
lang.since = "Since"
lang.between = "Between"
lang.atleast = "At least"
lang.nmatch = "Next matches"
lang.pmatch = "Previous matches"
lang.matches = "matches found"
lang.upto = "Uploading files to"
lang.toup = "File to upload"
lang.upl = "Upload"
lang.noup = "Error: You are not allowed to upload"
lang.upped = "Uploaded"
lang.upfrom = "Upload from user"
lang.uptime = "Upload time"
lang.photog = "Photographer"
lang.waiv = "Waiver"
lang.fee = "Fee"
lang.spread = "Spread"
lang.image = "Image"
lang.noxt = "This document was not saved with WebNative XT/WebNative Plugin"
lang.newxt = "WARNING:  This Quark document was saved using a newer WebNative XTension than this server can handle"
lang.qvoutofdate = "WARNING:  This document may have been saved without using a WebNative Plugin/XTension after these previews were saved"
lang.sfile = "Please select a name"
lang.imageorder = "WebNative Image Order Utility"
lang.manf = "Manage Files"
lang.needf = "Please fill in new path name"
lang.choose = "Please select a file from the menu"
lang.selmv = "Select file to duplicate and/or folder to rename or remove"
lang.selren = "Select file or folder to rename"
lang.seldel = "Select file or folder to delete"
lang.selcopy = "Select a file or folder to copy"
lang.rename = "Rename"
lang.remove = "Delete"
lang.modify = "Modify"
lang.newname = "New Name"
lang.cnewf = "Create Folder"
lang.newfldr = "New Folder"
lang.findf = "Find destination folder"
lang.details = "Click on an image below for details"
lang.bound = "Bounding box:"
lang.status = "Status:"
lang.revert = "Revert"
lang.ncrop = "No Crop"
lang.scrop = "Set Crop"
lang.changepass = "Change Password"
lang.preferences = "Preferences"
lang.archpref = "Archive Preference"
lang.nopreview = "No large previews found for document"
lang.alltypes = "All Types"
lang.images = "Images"
lang.nonimages = "Non-Images"
lang.naaobjname = "Object Name"
lang.naacategory = "Main Category"
lang.naacategories = "Supl. Categories"
lang.naainstr = "Instructions"
lang.naakeywords = "Keywords"
lang.naadate = "Date"
lang.naabyline = "By-Line"
lang.naatitle = "By-Line Title"
lang.naacity = "City"
lang.naastate = "Province/State"
lang.naacountry = "Country"
lang.naaxmit_ref = "Transmission Ref."
lang.naaheadline = "Headline"
lang.naacredit = "Credit"
lang.naasource = "Source"
lang.naacopyright = "Copyright"
lang.naacaption = "Caption/Abstract"
lang.naawriter = "Writer/Editor"
lang.naaurgency = "Urgency"
lang.nomatchpass = "Warning: passwords don't match, please try again"
lang.badpass = "Error: Old password invalid"
lang.changedpass = "Password changed for"
lang.errpass = "Error changing password for"
lang.changepassfor = "Change Password for"
lang.oldpass = "Old Password:"
lang.newpass = "Password:"
lang.newpassagain = "Password (again):"
lang.emptypass = "Are you sure you want to have an empty password?"
lang.dlbbuilding = "Building Archive..."
lang.dlbdisfinish = "(Please dismiss when download finishes)"
lang.dlbconfirm = "Confirm Basket"
lang.dlbnoitems = "Your basket does not contain any valid items"
lang.dlbzipndnld = "ZIP and Download"
lang.dlbstuffndnld = "Stuff and Download"
lang.dlbarchndnld = "Archive and Download"
lang.dlbapproxsz = "files of approximate uncompressed size of"
lang.note = "NOTE"
lang.dlbbcontain = "Your basket contained"
lang.dlbnoaccess = "files, you could not access"
lang.dlbimages = "Images"
lang.dlbfpos = "FPOs"
lang.dlbothers = "other files"
lang.dlbarchfmt = "Archive Format:"
lang.dlbstuffit = "Stuff It"
lang.dlbzipit = "ZIP (Omits Macintosh Resources)"
lang.dlbzippc = "PC ZIP (Omits Macintosh Resources)"
lang.dlbzipmac = "Mac ZIP (Includes Macintosh Resources)"
lang.dlbuzippc = "Uncompressed PC ZIP"
lang.dlbuzipmac = "Uncompressed Mac ZIP"
lang.dlbdlbask = "Download Basket"
lang.dlbtemplate = "WebNativeDownload"
lang.dlbpreping = "Preparing archive (could take some time)..."
lang.dlbofdata = "bytes) of data..."
lang.dlbsending = "Sending"
lang.dlbcomplete = "Download complete:"
lang.dlbin = "in"
lang.dlbsecs = "second(s):"
lang.dlbpersec = "/second"
lang.changeuser = "Change User"
lang.dup = "Duplicate"
lang.nodirs = "You may not duplicate folders"
lang.pleaseSel = "(Please select a file...)"
lang.noFilesMsg = "No files found."
lang.sortName = "Sort by filename."
lang.sortType = "Sort by file type."
lang.sortSize = "Sort by file size."
lang.sortBasket = "Sort by basket status."
lang.sortDate = "Sort by creation date."
lang.sortSpread = "Sort by spread."
lang.submit = "Submit"
lang.areYouSure = "Are you sure you want to delete this file?"
lang.oldName = "Old Name"
lang.moreInfo = "More Info"
lang.allMsg = "Getting full color image..."
lang.cyanMsg = "Getting cyan plate..."
lang.magentaMsg = "Getting magenta plate..."
lang.yellowMsg = "Getting yellow plate..."
lang.blackMsg = "Getting black plate..."
lang.spotMsg1 = "Getting "
lang.spotMsg2 = " plate..."
lang.plusMsg = "Zooming In..."
lang.minusMsg = "Zooming Out..."
lang.centerMsg = "Re-centering..."
lang.clickMsg = "Click to zoom and re-center."
lang.clickMsg2 = "Click to re-center."
lang.clickSMsg = "Click to adjust scale. ( Currently "
lang.clickSMsg2 = "% of original size. )"
lang.clickPMsg = "Zoom in."
lang.clickMMsg = "Zoom out."
lang.advanced = "Advanced"
lang.imgSize = "Preview Image Size"
lang.dlOptions = "Download Options"
lang.dlEnable = "Enable downloads?"
lang.enterSrch = "Enter a search query."
lang.jutBasket = "Basket"
lang.imageUnavail = "Image currently unavailable."
lang.badFilename = "You entered a bad filename.  Filenames should not be empty or contain special characters."
lang.copy = "Copy"
lang.seconds = "sec";
lang.filesFolders = "Files or Folders";
lang.notspecified = "Not specified.";
lang.dirisarchive = "The last operation could not be completed because this directory is an archive.";
lang.setdir = "Set Directory";
lang.newdir = "New Directory";
lang.ibka = "Add/Remove All Items From Basket";

/* batchorder strings */
lang.batchorder = "Batch Image Order"
lang.downloadoptions = "Download Options"
lang.download = "Download"
lang.dpi = "DPI"
lang.dpcm = "DPCM"
lang.min = "Min."
lang.max = "Max."
lang.DOcolor = "Convert Color Space"
lang.DOresolution = "Convert Resolution"
lang.DOsize = "Convert Dimensions"
lang.DOformat = "Convert File Format"
lang.DOscale = "Filter Scale"
lang.DOicc = "Perform ICC Color Correction"
lang.DOusm = "Perform Unsharp Masking"
lang.DOartifacts = "Remove Clipping Paths/Masks"
lang.availablefilters = "Conversion Options"
lang.scale = "Scale <I>(percent)</I>"
lang.savedfilters = "Saved Configurations"
lang.custom = "--custom--"
lang.saveset = "Save This Configuration"
lang.setname = "Configuration Name" 
lang.emptysetname = "Please enter a name for this configuration."
lang.couldntsave = "Couldn't save this configuration.  Please contact the WebNative administrator."
lang.cantfindset = "Can't find the requested configuration.  Please contact the WebNative administrator."
lang.alreadyexists = "That configuration name already exists.  Please Choose another."
lang.loadingset = "Loading filter set..."
lang.deleteconfig = "Delete This Configuration"
lang.customize = "Customize"
lang.badconfname = "You entered a bad configuration name."
lang.permissiondenied = "You are not allowed to delete global configurations."
lang.archname = "Archive Name"
lang.archfmt = "Archive Format"
lang.sendArch = "SendArch"
lang.compression = "Compression"
lang.confirmload = "Are you sure you want to load this configuration?\n(All changes will be lost.)";
lang.confirmdelete = "Are you sure you want to delete this configuration?\n(All changes will be lost.)";
lang.noselect = "You haven\'t selected any conversion options!";
lang.enterres = "Please enter a resolution";
lang.enterminheight = "Please enter a minimum height"
lang.entermaxheight = "Please enter a maximum height"
lang.entermaxwidth = "Please enter a maximum width"
lang.enterminwidth = "Please enter a minimum width"
lang.enterwidth = "Please enter a height"
lang.enterheight = "Please enter a width"
lang.entercomp = "Please enter a compression ratio."
lang.entergoodcomp = "Please enter a compression ratio greater than five and less than 95."
lang.norangewithconst = "You can not enter a range for one dimension and a constant for the other."
lang.filltype = "How to fill extra space:";
lang.stretch   = "Stretch";
lang.lvblank  = "Pad";
lang.addExtension = "Add filename extension";
lang.yes = "Yes";
lang.no = "No";
lang.noitemexplanation = "Perhaps you do not have permission to view high res files or to custom order images.";
lang.nomask = "Disable masking"
lang.absolute = "Absolute Dimensions";
lang.relative = "Percentage";
lang.scaleby = "Scale By"
lang.archivefailed = "Archive creation failed.  Ouf of disk space?"
lang.transferfailed = "Archive transfer failed."
lang.cantreadfilter = "Can't read filter file."
lang.cantreadhtml = "Can't read html."
lang.applymask = "Apply mask."
lang.ignoremask = "Ignore mask."
lang.masks = "Masks"
lang.allpages = "Include All Pages"
lang.page = "Page"
lang.from = "From"
lang.to = "To"
lang.enterpagerange = "You have not entered a valid page range"


/* webpress strings */
lang.pleaseselect = "--please select--";
lang.title = "Luminex WebPress";
lang.cdinfo = "Disc Information";
lang.labelinfo = "Label Information";
lang.createcd = "Create Disc";
lang.volumename = "Volume Name";
lang.labelname = "Label Name";
lang.mergefields = "Customizable Fields";
lang.nofields = "No fields available for selected template";
lang.next = "Next";
lang.gback = "Back";
lang.filestoburn = "Files To Burn";
lang.fpoonly = "FPOs Only";
lang.hionly = "High-Res Only";
lang.both = "Both";
lang.reallycreate = "Create this Disc?";
lang.finish = "Finish";
lang.confirmation = "Confirmation number";
lang.pleaseretain = "Please remember the volume name and date you printed your disc.  You will need it to check the status of your print request.";
lang.labelpreview = "Label Preview";
lang.enterconf = "Enter An Unlisted Confirmation Number";
lang.selectconf = "Select A Confirmation Number";
lang.checkstatus = "Check Status";
lang.statusreport = "Status Report";
lang.close = "Close";
lang.mainmenu = "Main Menu";
lang.nonum = "(No Number Given)";
lang.anerror = "An error occured.";
lang.badinput = "Warning.  The following form values contained illegal characters, and were ignored.";
lang.discformat = "Disc Format"
lang.discprinting = "Disc Is Printing"
lang.nostatusreport = "No status reports could be found for that disc or discs."
lang.couldntfind = "No information could be found this disc (It is possible that it simply has not finished printing)";
lang.mac = "Macintosh"
lang.win = "Windows"
lang.gen = "Unix - Generic"
lang.notemplatesavailable = "No templates are available."
lang.basketwait = "Another image is being placed in the basket.  Do you want to continue?\nNOTE: Clicking \"OK\" may cancel your previous action.";
lang.filesOn  = "Show Files";
lang.filesOff = "Hide Files";
lang.fitImage = "Fit Preview to Window";
lang.fitFull = "Show full sized preview"

lang.searchkeywords = "Search All Keywords"
lang.searchall = "Search All"
lang.contains = "Contains"
lang.doesntcontain = "Doesn\'t Contain"
lang.equals = "Equals"
lang.startswith = "Starts With"
lang.fulltext = "Contains the Word"
lang.endswith = "Ends With"
lang.regexp = "Regexp"
lang.hasall = "Has All"
lang.hasany = "Has Any"
lang.haseach = "Has Each";
lang.isnull = "Is NULL";

lang.after = "After"
lang.lessthan = "<"
lang.lessthanorequal = "<="
lang.greaterthan = ">"
lang.greaterthanorequal = ">="
lang.equal = "="
lang.AND = "AND"
lang.OR = "OR"
lang.NOT = "NOT"

/* byte sizes */
lang.kbyte = "KByte";
lang.mbyte = "MByte";
lang.gbyte = "GByte";
lang.tbyte = "TByte";
lang.pbyte = "PByte";

lang.mon = "Mon";
lang.tue = "Tue";
lang.wed = "Wed";
lang.thu = "Thu";
lang.fri = "Fri";
lang.sat = "Sat";
lang.sun = "Sun";

lang.sunday = "Sunday";
lang.monday = "Monday";
lang.tuesday = "Tuesday";
lang.wednesday = "Wednesday";
lang.thursday = "Thursday";
lang.friday = "Friday";
lang.saturday = "Saturday";

lang.truestr = "True";
lang.falsestr = "False";

lang.january = "January";
lang.february = "February";
lang.march = "March";
lang.april = "April";
lang.may = "May";
lang.june = "June";
lang.july = "July";
lang.august = "August";
lang.september = "September";
lang.october = "October";
lang.november = "November";
lang.december = "December";

lang.jan = "Jan";
lang.feb = "Feb";
lang.mar = "Mar";
lang.apr = "Apr";
lang.jun = "Jun";
lang.jul = "Jul";
lang.aug = "Aug";
lang.sep = "Sep";
lang.oct = "Oct";
lang.nov = "Nov";
lang.dec = "Dec";
lang.mayshort = "May";

lang.type = "Type"
lang.size = "Size"
lang.sent = "Sent"
lang.preview = "Preview";

/* batchapply strings */
lang.batchapply = "Batch Keyword Modification";
lang.append = "Append";
lang.replace = "Replace";
lang.nokeywords = "No keywords are available.";
lang.applycomplete = "All keywords were successfully updated."
lang.applynotcomplete = "An error occured: not all keywords have been successfully updated."
lang.baddata = "You entered the following bad data.\nPlease enter a different value:";
lang.overwriteset = "You have entered the name of an existing set.\nWould you like to overwrite that one\nwith these new settings?";
lang.applykeywords = "Apply Keywords"
lang.reallyapply = "Are you sure you want to change each file\'s keywords?"
lang.add = "Add";
lang.subtract = "Subtract";
lang.setequal = "Set Equal To";
lang.multiply = "Multiply By";
lang.divide = "Divide By";
lang.pleasewait = "Processing your request.  Please Wait.";

lang.showhistory = "Detailed History";
lang.history = "History For";
lang.ipaddr = "IP Address";
lang.notes = "Event Notes";
lang.nohistory = "No history available.";

lang.txllogin = "Logged In"; 
lang.txllogout = "Logged Out";  
lang.txlcreate = "Created";
lang.txldelete = "Deleted";
lang.txlrename = "Renamed";
lang.txlread = "Read";
lang.txlwrite = "Written";
lang.txlcopy = "Copied"; 
lang.txlmkdir = "Made folder";
lang.txlrmdir = "Removed folder"; 
lang.txladdcmt = "Comment Added";  
lang.txlsetparams = "Set File/Folder Parameters";  
lang.txlfpo = "FPO Created";  
lang.txlwebimage = "Web Image Created" 
lang.txlquark = "Quark Preview Created";  
lang.txlpdf = "PDF Preview Created";  
lang.txlpubvols = "Volume List Changed";  
lang.txlbackedu = "File Backed-up";  
lang.txlonline = "File Restored";  
lang.txlmediachg = "Media State Changed";  
lang.txltapedel = "Tape Deleted";  
lang.txldownhi = "Hi-Res Downloaded";
lang.txldownfpo = "FPO Downloaded";
lang.txldownprev = "Web Preview Downloaded";
lang.txlupload = "Uploaded";
lang.txlimageordr = "Custom Ordered.";
lang.txlprinted = "Printed";
lang.txlarchived = "Archived";
lang.txldosync = "Sync requested";
lang.txltrigger = "Trigger";
lang.txlmetachg = "Metadata Changed";
lang.txlwna = "WN Archive Event";
lang.txlimgrepl = "Image Replacement";
lang.txlvideo = "Video Preview";
lang.txldownvideo = "Video Preview Downloaded";
lang.txlvidviewed = "Video Preview Viewed";
lang.txlannotnew = "Annotation Created";
lang.txlannotedit = "Annotation Edited";
lang.txlannotview = "Annotations Viewed";

/* webburner strings */

lang.filesomitted = "Warning: Some files were were too large to fit on a disc.  The have been omitted."
lang.fsizewarning = "Warning: Some files may be too large to fit on a disc."
lang.discqed = "Disc queued.";
lang.burning = "Burning disc...";
lang.buildimage = "Building image.  Please wait.";
lang.burninstruct =  "Place a new disc in the tray when it opens.  Close the tray and wait.  Remove it when the tray opens again.";
lang.burncomplete = "Finished burning discs.";
lang.burntitle = "WebBurner Backup";
lang.resttitle = "WebBurner Restore";
lang.admintitle = "WebBurner Administration";
lang.doburnrequest = "Submit this disc for approval?";
lang.dorestrequest = "Request these files be restored?";
lang.doburn = "Burn disc(s)?";
lang.waiting = "Waiting for approval."
lang.burnfailed = "Your request was not granted.";
lang.plscontact = "Please contact the system administrator with questions.";
lang.showqueue = "Burn Queue";
lang.untitled = "Untitled";
lang.burn = "Burn";
lang.ignore = "Ignore";
lang.emptyqueue = "The queue is empty.";
lang.cd74 = "CD (650 MB)";
lang.cd80 = "CD (700 MB)";
lang.dvd = "DVD";
lang.disctype = "Disc Type";
lang.queueinfo = "Queue Information";
lang.working = "Working.";
lang.removefiles = "Remove Files On Completion";
lang.processedon = "Processed On";
lang.processedby = "Processed By";
lang.removefailed = "Files burned did not match those submitted.  They have not been removed.";
lang.confRem = "Are you sure you want to remove this confirmation number?"
lang.confPurge = "Are you sure you want to purge these records?"
lang.confdel = "Are you sure you want to remove this from the queue?";
lang.failed = "Failed Discs";
lang.finished = "Finished Discs";
lang.managerecords = "Manage Records";
lang.records = "Record(s)";
lang.all = "All";
lang.daysold = "Day(s) Old";
lang.tarz = "Tar/Compress";
lang.denied = "Request Denied";
lang.preservedirs = "Preserve Directory Structure";
lang.submitrequest = "Submit Request";
lang.reqbkup = "Request Backup";
lang.reqrest = "Request Restore";
lang.bq = "Backup Queue";
lang.rq = "Restore Queue";
lang.restore = "Restore";

lang.awin = "Create custom printjob"
lang.cmykplate = "Select a CMYK or spot color plate."
lang.addcrit = "Add search field."
lang.remcrit = "Remove search field."
lang.none = "None";
lang.unsharp = "Unsharp Mask"
lang.inprof = "Input ICC Profile"
lang.outprof = "Output ICC Profile"
lang.enableusm = "Enable Unsharp Masking"
lang.enableicc = "Enable ICC Color Correction"
lang.sbs = "Sharpen Before Scaling"
lang.radius = "Radius";
lang.perstr = "Percentage Strength"
lang.thresh = "Threshold"
lang.limit = "Limit"
lang.oor = "That value is not within the acceptable range"
lang.embedded = "Embedded";
lang.dflt = "Default";
lang.noprofiles = "No ICC profiles are available for the target colorspace."
lang.embedtiff = "Embed TIFF preview."
lang.dontuseembed = "Override Embedded Input Profile"
lang.viewnext = "View next page";
lang.viewprev = "View previous page";
lang.viewpage = "View page";
lang.pagecount = "Max. files per page";
lang.dircount = "Max. folders per page";
lang.rendintent = "Rendering Intent";
lang.percept = "Perceptual";
lang.relcolor = "Relative Colorimetric";
lang.saturation = "Saturation";
lang.abscolor = "Absolute Colorimetric";
lang.searchallvols = "Search All Venture Volumes";
lang.allplates = "All Plates";
lang.refreshmsg = "Progress updates should happen automatically.  Click here if they don't.";
lang.downloadmsg = "Your download should start in five seconds. Click here if it doesn't.";
lang.illegaltagsfound = "Illegal HTML comment or script tag found.";
lang.datafield = "Data Field";
lang.numbersonly = "Enter numerals only in this field.";
lang.integersonly = "Enter integer values only in this field.";
lang.filenamecharsonly = "The name cannot contain any of the following characters: \\ \/ \: * ? < > | \'";
lang.dbnamecharsonly = "The name cannot contain the quote character";
lang.viewlinks = "View linked files";
lang.linkedfiles = "Linked file(s)";
lang.cropw = "Crop width";
lang.croph = "Crop height";
lang.showversions = "Show versions";
lang.confirmpromote = "Are you sure you want to make this the working version?"
lang.exportxmp = "XMP Export"
lang.makeworkingversion = "Make Working Version"

// XMP INTEGER MAP STRINGS
lang.highstr = "High";
lang.low = "Low";

lang.srgb = "sRGB";
lang.uncalibrated = "uncalibrated";
lang.notdefined = "not defined";
lang.manual = "Manual";
lang.normalprogram = "Normal program";
lang.aperturepriority = "Aperture priority";
lang.shutterpriority = "Shutter priority";
lang.creativeprogram = "Creative program";
lang.actionprogram = "Action program";
lang.protraitmode = "Portrait mode";
lang.landscapemode = "Landscape mode";
lang.average = "Average";
lang.centerweightedaverage = "CenterWeightedAverage";
lang.spotstr = "Spot";
lang.multispot = "MultiSpot";
lang.pattern = "Pattern";
lang.partial = "Partial";
lang.other = "other";
lang.daylight = "Daylight";
lang.fluorescent = "Fluorescent";
lang.tungsten = "Tungsten";
lang.standardlighta = "Standard light A";
lang.standardlightb = "Standard light B";
lang.standardlightc = "Standard light C";
lang.d55 = "D55";
lang.d65 = "D65";
lang.d75 = "D75";
lang.nostrobereturn = "no strobe return detection";
lang.nolightdetected = "strobe light not detected";
lang.returndetected = "strobe return detected";
lang.flashfiring = "compulsory flash firing";
lang.flashsuppress = "compulsory flash suppression";
lang.automode = "auto mode";
lang.inches = "inches";
lang.centimeters = "centimeters";
lang.onechip = "One-chip color area sensor";
lang.twochip = "Two-chip color area sensor";
lang.threechip = "Three-chip color area sensor";
lang.colorseqarea = "Color sequential area sensor";
lang.trilinear = "Trilinear sensor";
lang.colorseqlinear = "Color sequential linear sensor";
lang.dsc = "DSC";
lang.directphoto = "directly photographed image";
lang.normalprocess = "Normal process";
lang.customprocess = "Custom process";
lang.autoexposure = "Auto exposure";
lang.manualexposure = "Manual exposure";
lang.autobracket = "Auto bracket";
lang.autowhitebalance = "Auto white balance";
lang.whitebalance = "Manual white balance";
lang.standard = "Standard";
lang.landscape = "Landscape";
lang.portrait = "Portrait";
lang.nightscene = "Night scene";
lang.lowgainup = "Low gain up";
lang.highgainup = "High gain up";
lang.lowgaindown = "Low gain down";
lang.highgaindown = "High gain down";
lang.normal = "Normal";
lang.soft = "Soft";
lang.hard = "Hard";
lang.lowsaturation = "Low saturation";
lang.highsaturation = "High saturation";
lang.macro = "Macro";
lang.closeview = "Close view";
lang.distanceview = "Distant view";
lang.uncompressed = "uncompressed";
lang.jpeg = "JPEG";
lang.rgb = "RGB";
lang.ycbcr = "YCbCr";
lang.topleft = "0th row at top, 0th column at left";
lang.topright = "0th row at top, 0th column at right";
lang.bottomright = "0th row at bottom, 0th column at right";
lang.bottomleft = "0th row at bottom, 0th column at left";
lang.lefttop = "0th row at left, 0th column at top";
lang.righttop = "0th row at right, 0th column at top";
lang.rightbottom = "0th row at right, 0th column at bottom";
lang.leftbottom = "0th row at left, 0th column at bottom";
lang.chunky = "chunky";
lang.planar = "planar";
lang.cosited = "co-sited";
lang.copyrighted = "Copyrighted";
lang.publicdomain = "Public Domain";
lang.loadhires = "Loading high-res data";
lang.custquery = "Custom Query";
lang.today = "Today";
lang.includenonimage = "Include non-image files";
lang.datafieldvaluetoolong = "DataField value exceeds Max Length";
lang.datafieldvalueoutofrange = "DataField value out of valid range";
lang.datafieldexceedsprecision = "DataField has to many decimal digits.";
lang.jumpto = "Jump to volume";
lang.novectorconvert = "Leave vector images unconverted.";
lang.bitmap = "Bitmap";
lang.grayscale = "Grayscale";
lang.duotone = "Duotone";
lang.indexedcolor = "Indexed Color";
lang.rgbcolor = "RGB Color";
lang.cmykcolor = "CMYK Color";
lang.labcolor = "Lab Color";
lang.multichannel = "Multichannel";

// XWNPortal strings
lang.welcome = "Welcome"
lang.acct = "Account Information"
lang.grp = "Group Memberships"
lang.email = "Email Address"
lang.vbrowse = "Browse Available Volumes"
lang.vsearch = "Search Available Volumes"
lang.logout = "Logout"
lang.firstname = "First Name"
lang.lastname = "Last Name"
lang.cname = "Company Name"
lang.caddr1 = "Shipping Address"
lang.address = "Address";
lang.city = "City"
lang.state = "State"
lang.zip = "Zip"
lang.country = "Country";
lang.phone = "Phone Number"
lang.fax = "Fax Number"
lang.mobile = "Mobile Number";
lang.usernotes = "Notes";
lang.salutation = "Salutation";
lang.department = "Dept";
lang.usertitle = "Title";
lang.refresh = "Refresh"
lang.move = "Move"
lang.clip = "Clipping paths"
lang.presclip = "Preserve clipping paths."
lang.tossclip = "Deactivate clipping path and preserve working path."
lang.applyclip = "Apply clipping path and remove all paths."
lang.applyclipandpreserve = "Apply clipping path and preserve all paths."
lang.applydiscard = "Apply clipping path and discard all resources."

lang.xmpsaveerror = "Could not save XMP changes back to file";
lang.xmpcantwrite = "Save to WebNative Venture db only, XMP write back is not supported for this file";


// Datafield Strings
lang.keyword1 = "Document Title";
//lang.keyword2 = "Edit Status";
lang.keyword3 = "Urgency";
lang.keyword4 = "Category";
lang.keyword5 = "Supplemental Categories";
//lang.keyword6 = "Fixture Identifier";
lang.keyword7 = "Keywords";
//lang.keyword8 = "Release Date";
//lang.keyword9 = "Release Time";
lang.keyword10 = "Instructions";
//lang.keyword11 = "Reference Style";
//lang.keyword12 = "Reference Date";
//lang.keyword13 = "Reference Number";
//lang.keyword14 = "Date Created";
//lang.keyword15 = "Created Time";
//photoshop (photoshop:)
lang.keyword16 = "ICC Profile";
lang.keyword17 = "Color Mode";
lang.keyword122 = "History";
//lang.keyword18 = "Object Cycle";
lang.keyword19 = "Author";
lang.keyword20 = "Author Title";
lang.keyword21 = "City";
lang.keyword22 = "State/Province";
lang.keyword23 = "Country Code";
lang.keyword24 = "Country";
lang.keyword25 = "Job Identifier";
lang.keyword26 = "Headline";
lang.keyword27 = "Provider";
lang.keyword28 = "Source";
lang.keyword29 = "Copyright Notice";
lang.keyword30 = "Description";
//lang.keyword31 = "Local Caption";
lang.keyword32 = "Description Writer";
//lang.keyword33 = "Image Type";
//lang.keyword34 = "Image Orientation";
//lang.keyword35 = "Language Identifier";
lang.keyword36 = "ISO Country Code";
lang.keyword37 = "Intellectual Genre";
lang.keyword38 = "Location";
lang.keyword39 = "IPTC Scene";
lang.keyword40 = "IPTC Subject Code";
lang.keyword41 = "IPTC Contact: City";
lang.keyword42 = "IPTC Contact: Country";
lang.keyword43 = "IPTC Contact: Address";
lang.keyword44 = "IPTC Contact: Postal Code";
lang.keyword45 = "IPTC Contact: State/Province";
lang.keyword46 = "IPTC Contact: Email(s)";
lang.keyword47 = "IPTC Contact: Phone(s)";
lang.keyword48 = "IPTC Contact: Web URL(s)";
//xapTPg 
lang.keyword49 = "Colorants";
lang.keyword50 = "Fonts";
lang.keyword52 = "Thumbnails";
//starting XMP Rights Management (xapRights:)
lang.keyword51 = "Rights Usage Terms";

lang.XmpLabelArray = [
"Format",
"Created",
"Application",
"Metadata Date",
"Modified",
"Copyright Status",
"Copyright Info URL",
"EXIF Version",
"Flashpix Version",
"Color Space",
"Component Configuration",
"Compressed Bits per Pixel",
"Pixel Dimension X",
"Pixel Dimension Y",
"User Comment",
"Date Time",
"Date Time Digitized",
"Exposure Time",
"F-Stop",
"Exposure Program",
"ISO Speed Ratings",
"Shutter Speed",
"Aperture Value",
"Exposure Blas Value",
"Max Aperture Value",
"Metering Mode",
"Light Source",
"Flash",
"Flash Fired",
"Flash Return",
"Flash Mode",
"Flash Function",
"Flash Red Eye Mode",
"Focal Length",
"Focal Plane Resolution X",
"Focal Plane Resolution Y",
"Focal Plane Resolution Unit",
"Sensing Method",
"File Source",
"Scene Type",
"Custom Rendered",
"Exposure Mode",
"White Balance",
"Digital Zoom Ratio",
"Focal Length in  mm Film",
"Scene Capture Type",
"Gain Control",
"Contrast",
"Saturation",
"Sharpness",
"Subject Distance Range",
"PDF Keywords",
"PDF Version",
"PDF Producer",
"Orientation",
"YCbCr Positioning",
"Resolution X",
"Resolution Y",
"Resolution Unit",
"Make",
"Model",
"Derived From",
"DocumentID",
"Serial Number",
"Lens",
"History"
];

if (window.XmpDataStartID) {
    for (i = 0; i < 66; i++) {
	var index = XmpDataStartID + i + 1;
	eval ("lang.keyword"+index+" = '"+lang.XmpLabelArray[i]+"'");
    }
}

lang.gettingannotations = "Retrieving annotations..."
lang.updatefailed = "Couldn't connect to server.  Check your network settings and status, then retry."
lang.savingannotations = "Saving annotations..."
lang.color = "Color"
lang.bordercolor = "Border Color"
lang.options = "Options"
lang.del = "Delete"
lang.save = "Save All"
lang.annotations = "Annotations"
lang.approved = "Approved"
lang.confidential = "Confidential"
lang.departmental = "Departmental"
lang.draft = "Draft"
lang.experimental = "Experimental"
lang.expired = "Expired"
lang.finl = "Final"
lang.forcomment = "For Comment"
lang.forpublicrelease = "For Public Release"
lang.notapproved = "Not Approved"
lang.notforpublicrelease = "Not For Public Release"
lang.sold = "Sold"
lang.topsecret = "Top Secret"
lang.borderwidth = "Border width"
lang.borderstyle = "Border style"
lang.solid = "Solid"
lang.dashed = "Dashed"
lang.beveled = "Beveled"
lang.inset = "Inset"
lang.width = "Width"
lang.stamp = "Stamp"
lang.fontfamily = "Font"
lang.bold = "Bold"
lang.italic = "Italic"
lang.justification = "Justification"
lang.left = "Left"
lang.centered = "Centered"
lang.right = "Right"
lang.annotnotes = "Annotation Notes"
lang.enternotes = "Enter notes for this annotation"
lang.unsavedannotations = "There are unsaved changes to this document's annotations.  If you navigate away from this page, they will be lost."
lang.border = "Border"
lang.view = "View"
lang.edit = "Edit"
lang.permissions = "Permissions"
lang.releasefile = "Release File"
lang.claiming = "Claiming file..."
lang.claimquery = "This file currently has no owner.  Do you wish to manage permissions for it?"
lang.claimqueryfailed = "Sorry, the file couldn't be claimed."
lang.releasing = "Releasing file..."
lang.releasequery = "Do you want to relenquish ownership of this file?  You will no longer be able to manage permissions for it."
lang.releasequeryfailed = "Sorry, the file couldn't be released."
lang.savingperms = "Updating permissions..."
lang.savingpermsfailed = "Permissions couldn't be updated."
lang.adjusttool = "Adjustment/Select"
lang.recttool = "Rectangle"
lang.sketchtool = "Sketch"
lang.texttool = "Text"
lang.stamptool = "Stamp"
lang.colortool = "Stroke Color"
lang.filltool = "Fill Color"
lang.reset = "Reset"
lang.deleteannot = "Are you sure you want to delete this annotation?"
lang.current = "Current"
lang.togglecurrent = "Double-click to switch between previous and current previews."

//
// Start video generation plugin
lang.vsp = new Object();
lang.vsp.vidGenPluginTitle = "Video Reel Generator";
lang.vsp.invalidLicense = "Video Support is not licensed.";
lang.vsp.storeyboard = "Storyboard"
lang.vsp.emptyBasket = "The basket does not contain any items suitable for video generation.";
lang.vsp.closeWindow = "Close Window";
lang.vsp.vidGenOptions = "Generation Options";
lang.vsp.runningTime = "Running time:";
lang.vsp.totalTime = "Total Running Time:";
lang.vsp.addButton = "Add";
lang.vsp.refreshButton = "Refresh";
lang.vsp.moveTop = "Move to Top";
lang.vsp.moveUp = "Move Up";
lang.vsp.moveDown = "Move Down";
lang.vsp.moveBottom = "Move to Bottom";
lang.vsp.duplicate = "Duplicate";
lang.vsp.remove = "Remove";
lang.vsp.type = "Type:";
lang.vsp.numPages = "Pages:";
lang.vsp.prev = "Previous";
lang.vsp.next = "Next";
lang.vsp.len = "Length:";
lang.vsp.seconds = "seconds";
lang.vsp.shortSeconds = "s";
lang.vsp.hhmmss = "hh:mm:ss";
lang.vsp.selected = "Selected:";
lang.vsp.vidSelType = "Type:";
lang.vsp.keyFrame = "Key Frame";
lang.vsp.startTime = "Start:";
lang.vsp.endTime = "End:";
lang.vsp.page = "Page:";
lang.vsp.vidSpaceType = "of";
lang.vsp.addSpace = "Add space to end of clip:";
lang.vsp.blank = "Blank Video";
lang.vsp.lastFrame = "Last Frame";
lang.vsp.fadeLastFrame = "Fade Last Frame";
lang.vsp.spreadSelType = "Type:";
lang.vsp.pageRange = "Page Range";
lang.vsp.manual = "Manual";
lang.vsp.pages = "Pages:";
lang.vsp.exampleManSpread = "(1-3,5,7)";
lang.vsp.customConfig = "--Custom--";
lang.vsp.selectWebVolume = "Select Web Volume";
lang.vsp.modify = "Modify";
lang.vsp.noSubFolder = "--No Sub-Folder--";
lang.vsp.outputVolume = "Output Volume:";
lang.vsp.webVolume = "Web Volume:";
lang.vsp.webVolumeFolder = "Folder:";
lang.vsp.outputName = "Output Name:";
lang.vsp.width = "Width:";
lang.vsp.height = "Height:";
lang.vsp.pixels = "pixels";
lang.vsp.format = "Format:";
lang.vsp.flashOption = "Flash Video";
lang.vsp.quicktimeOption = "QuickTime Movie";
lang.vsp.wmvOption = "Windows Media";
lang.vsp.start = "Start";
lang.vsp.startGenerationButton = "Start Generation";
lang.vsp.generateButton = "Generate Options";
lang.vsp.generating = "Generating";
lang.vsp.generationComplete = "Generation Complete";
lang.vsp.stage = "Stage:";
lang.vsp.of = "of";  /* i.e. Stage x of y */
lang.vsp.processingFile = "Processing";
lang.vsp.generatedOutput = "Generated File:";
lang.vsp.dataGenerated = "Bytes Generated:";
lang.vsp.outputFile = "Output File:";
lang.vsp.size = "Size:";
lang.vsp.refreshmsg = "Progress updates should occur automatically. Click 'Refresh Progress' button to refresh manually.";
lang.vsp.clickDownload = "Generation is complete. Choose one of the action buttons below.";
lang.vsp.cancelGeneration = "Cancel Generation";
lang.vsp.askCancelGeneration = "Are you sure you would like to cancel the video generation?";
lang.vsp.generationCancelled = "Video Generation Cancelled.";
lang.vsp.userCancel = "Generation Process cancelled by user.";
lang.vsp.cancelAnouncement = "Video generation has been cancelled by the user.";
lang.vsp.download = "Download";
lang.vsp.returnToBasket = "Return to Video Generation Window";
lang.vsp.stream = "Stream Now";
lang.vsp.errorGeneratingTitle = "Error Generating Video";
lang.vsp.errorGeneratingMsg = "An error occurred during the generation process. Please check your settings and try again.";
lang.vsp.refreshProgress = "Refresh Progress";
lang.vsp.processwaiting = "Other users are generating videos. Please Wait.";

// validation strings
lang.vsp.atLeastOneItem = "You must add at least one item from the basket to the Storyboard.";
lang.vsp.vidValid1 = /* filename */": Start time + length exceeds length of video" /* video length */;
lang.vsp.vidValid2 = /* filename */": Invalid length specified.";
lang.vsp.invalidLength = /* filename */ ": Invalid length. Please enter a value in the range" /* startRange - endRange */;
lang.vsp.invalidTimeFormat = /* filename */ ": Invalid time format" /* (user entered time format) */;
lang.vsp.invalidSpread = /* filename */ ": Please enter a valid page/page range.";
lang.vsp.enterOutputName = "Please enter an output name.";
lang.vsp.invalidWidth = "Invaid width specified.";
lang.vsp.invalidHeight = "Invaid height specified.";
lang.vsp.configNameIllegal = "Configuration name contains one or more illegal characters. Please choose a different name.";
lang.vsp.outputNameIllegal = "Output name contains one or more illegal characters. Please choose a different name.";

// save configuration strings
lang.vsp.saveConfigButton = "Save Configuration";
lang.vsp.saveConfigTitle = "Save Configuration";
lang.vsp.enterConfigName = "Configuration name:";
lang.vsp.configExistsTitle = "Configuration Exists";
lang.vsp.configExistsMsg = "A configuration file with this name already exists. Please choose a different name.";
lang.vsp.errorSavingConfigTitle = "Error Saving Configuration";
lang.vsp.errorSavingConfigMsg = "An error occurred saving the configuration. Please choose a different name.";
lang.vsp.configSavedTitle = "Configuration Saved";
lang.vsp.configSavedMsg = "Your configuration has been successfully saved.";

// delete configuration strings
lang.vsp.deleteConfigButton = "Delete Configuration";
lang.vsp.askDeleteConfig = "Are you sure you want to delete the current configuration?";
lang.vsp.errorDeletingConfigTitle = "Error Deleting Configuration";
lang.vsp.errorDeletingConfigMsg = "An error occurred deleting the configuration. Please check the manual for information on how to delete this manually.";

// overwite output
lang.vsp.overwriteOutputTitle = "Overwrite Existing File";
lang.vsp.overwriteQuestion = "A file with the name you have chosen already exists in the selected output location. Would you like to overwrite this file?";

lang.vsp.bytes = "bytes";
lang.vsp.kb = "Kb";
lang.vsp.mb = "Mb";
lang.vsp.gb = "Gb";

lang.vsp.yesButton = "Yes";
lang.vsp.noButton = "No";
lang.vsp.saveButton = "Save";
lang.vsp.cancelButton = "Cancel";
lang.vsp.okButton = "  OK  ";           // leave spaces if small string
// End video generation plugin
//

