﻿// English

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

__tooltips["points"]    = "Punkter";
__tooltips["roundness1"] = "Rundhet 1";
__tooltips["roundness2"] = "Rundhet 2";
__tooltips["radius0"] = "Radie 1";
__tooltips["radius1"] = "Radie 2";

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