﻿// English

var __tooltips = new Object();
var __alertMessage = new Object();

__tooltips["points"]    = "Puntos";
__tooltips["roundness1"] = "Redondez 1";
__tooltips["roundness2"] = "Redondez 2";
__tooltips["radius0"] = "Radio 1";
__tooltips["radius1"] = "Radio 2";

__alertMessage["maxmsg"] = "Star Autoshape can have maximum 50 points";
__alertMessage["minmsg"] = "Star Autoshape should have atleast 3 points";
