var trans = {
	
	"INVALID_FILETYPE" : "Only jpg, jpeg, png or gif files are allowed",
	
	"UPLOAD_STARTING" : "Upload starting",
	"UPLOADED" : "Uploaded",
	"OF" : "of",
	"AT" : "at",
	
	"NEW_BUBBLE_TEXT" : "Bubble Text",
	
	"MUST_UPLOAD" : "You must upload your image first (step 1)",
	"MUST_BLING" : "You must drag objects onto your image (step 2) before you can preview your image",
	
	"DESIGNER_CLOSED" : "You have closed the designer window. Unable to return.",
	"CALLER_ERROR" : "An error occured notifying the calling application about the saved image",
	"INVALID_URL" : "Invalid Image URL",
	
	"EMAIL_SUBJECT_ERROR" : "You must specify the subject of the email",
	"EMAIL_TO_ERROR" : "You must specify the recipients of the email",
	"POPUP_BLOCKED" : "Unable to open window. Check your popup blocker setings and try again",
	
	
	"transparency" : "transparency",
	"degrees" : "degrees",
	"effects" : "effects",
	"top" : "top",
	"left" : "left",
	"width" : "width",
	"height" : "height",
	"Bold" : "Bold",
	"Italics" : "Italics",
	"Font" : "Font",
	"Colors" : "Colors",
	"Effects" : "Effects",
	"Shape" : "Shape",
	"Rotate" : "Rotate",
	
	"text color" : "text color",
	"outline width" : "outline width",
	"gradient" : "gradient",
	
	"effect type" : "effect type",
	
	"Vertical" : "Vertical",
	"Horizontal" : "Horizontal",
	"offset" : "offset",
	
	"trans" : "trans",
	
	"Maintain Aspect Ratio" : "Maintain Aspect Ratio",
	"Start Crop Image" : "Start Crop Image",
	"Commit Crop" : "Commit Crop",
	"Cancel Crop Image" : "Cancel Crop Image",
	"Rotate Right" : "Rotate Right",
	"Rotate Left" : "Rotate Left",
	"Flip Vertical" : "Flip Vertical",
	"Flip Horizontal" : "Flip Horizontal",
	"flip" : "flip",
	"Crop objects to background image" : "Crop objects to background image",

	
	
	"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",
	"Glow" : "Glow",
	"glow strength" : "glow strength", 
	"blur" : "blur",
	"Select Shape" : "Select Shape"
	
};

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