var strExternalLink = "External link";
var strMessageError = "Error";
var strMessageWarning = "Warning";
var strMessageSuccess = "Success";
var strMessageInfo = "Information";
var strMessageClose = "Close message";

// Used with Date.prototype.format (util.js)
var arrDateFormat = {
	dayNames: [
		"Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",
		"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
	],
	monthNames: [
		"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
		"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
	]
};

var strLoading = "Loading, please wait...";

var strClose = "Close";
var strPhotoCount = "%d photo";
var strPhotoCountN = "%d photos";
var strCartCount = "%d photo in your cart";
var strCartCountN = "%d photos in your cart";
var strCartCount2 = "You have <strong>%d photo</strong> in your cart.";
var strCartCount2N = "You have <strong>%d photos</strong> in your cart.";
var strCartAdd = "Add to cart";
var strCancel = "Cancel";
var strYes = "Yes";
var strNo = "No";
var strCartSubmitQtyInvalid = "The quantity is invalid";
var strCartSubmitQtyTooLow = "The quantity must be greater than zero";
var strCartAddItemAdded = "Photo(s) added !";
