var trans = {
	"POPUP_BLOCKED" : "Unable to open window. Check your popup blocker setings and try again",
	"NO_TEXT" : "You must enter some text",
	"INVALID_FILETYPE" : "Only jpg, jpeg, png or gif files are allowed",
	"UPDATE_CART" : "Update Cart",
	"ADD_TO_CART" : "Add To Cart",
	"UPLOAD_STARTING" : "Upload starting",
	"UPLOADED" : "Uploaded",
	"OF" : "of",
	"AT" : "at",
	"image" : "image",
	"position" : "position",
	"rotate" : "rotate",
	"quality" : "quality",
	"size" : "size",
	"color" : "color",
	"align" : "align",
	"font" : "font",
	"Effects" : "Effects",
	"Gradient" : "Gradient",
	"Warp" : "Warp",
	"Stroke" : "Stroke",
	"None" : "None",
	"Shadow" : "Shadow",
	"Border" : "Border",
	"Glow" : "Glow",
	"glow strength" : "glow strength", 
	"blur" : "blur",
	"gradient" : "gradient",
	"Select Shape" : "Select Shape",
	"width" : "width",
	"height" : "height",
	"advanced" : "advanced",
	"overlap_error" : "This item overlaps another embroidery item. You will need to move it before this product can be saved."
};

function t(code) {
	if(trans[code] != null) {
		return trans[code];
	}
	return "[" + code + "]";
}
