﻿// English

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

__tooltips["points"]    = "Punti";
__tooltips["roundness1"] = "Smusso 1";
__tooltips["roundness2"] = "Smusso 2";
__tooltips["radius0"] = "Raggio 1";
__tooltips["radius1"] = "Raggio 2";

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