var Lang = 'en';
var MSG_GalleryClickForNext = 'Click for next image';
var MSG_GalleryNext = 'Next (right arrow)';
var MSG_GalleryPrevious = 'Previous (left arrow)';
var MSG_GalleryClose = 'Close';
var MSG_GalleryViewLargeImage = 'View large image';
// View order
var MSG_AuxNumber = 'No.';
var MSG_AuxName = 'Name';
var MSG_AuxSize = 'Size';
var MSG_AuxPieces = 'Pieces';
var MSG_AuxDelete = 'Delete';
// Calculator
var MSG_CalcInnerOpen = 'Opens inside';
var MSG_CalcOuterOpen = 'Opens outside';
var MSG_CalcSashWidth = 'Sash width';
// Calculator alerts
var MSG_CalcFrameMaxWidth = 'The maximum width of the outer frame is';
var MSG_CalcFrameExtWorkspace = 'In order to allow this width\'s usage, the workspace will be extended to';
var MSG_CalcFrameMaxHeight = 'The maximum height of the outer frame is';
var MSG_CalcSashMaxWidth = 'The maximum width of a sash\'s interior is';
var MSG_CalcSashMaxHeight = 'The maximum height of a sash\'s interior is';
var MSG_CalcSashMinWidth = 'The minimum width of a sash\'s interior is';
var MSG_CalcSashMinHeight = 'The maximum height of a sash\'s interior is';
var MSG_CalcSashMinSide = 'For each pane, one of the interior sides must have at least';
var MSG_CalcSashTooSmall = 'One of the sashes is too small!';
var MSG_CalcSashTooLarge = 'One of the sashes is too large!';
var MSG_CalcSashOpenWidth = 'To apply an opening to this sash, it must have a width of at least';
var MSG_CalcSashOpenHeight = 'To apply an opening to this sash, it must have a height of at least';
var MSG_CalcHingesOnSameMullion = 'You can\'t have two openings with hinges on the same mullion!';
var MSG_CalcProfileChangeSashToSmall = 'One of the sashes is too small to allow this profile\'s usage!';
var MSG_CalcProfileChangeSashToLarge = 'One of the sashes is too large to allow this profile\'s usage!';
var MSG_CalcProductAdded = 'The product has been added to your shopping cart!';
var MSG_CalcProductChangesSaved = 'The requested changes have been saved!';
// Energy info
var MSG_EnergyClassTitle = 'Energy Saving Class';
// Order form alerts
var MSG_NameRequired = 'Name is required!';
var MSG_EmailRequired = 'E-mail address is required!';
var MSG_InvalidPhoneNumber = 'Invalid phone number!';