VERSION = 1,

option sts.MaxDaysInMonthSpring
{
	type = double,
	min = 0.0,
	max = 15.0,
	default = 10.0,

	page = sts,
	translation = sts_MaxDaysInMonthSpring,
}

option sts.MaxDaysInMonthSummer
{
	type = double,
	min = 0.0,
	max = 15.0,
	default = 10.0,

	page = sts,
	translation = sts_MaxDaysInMonthSummer,
}

option sts.MaxDaysInMonthFall
{
	type = double,
	min = 0.0,
	max = 15.0,
	default = 10.0,

	page = sts,
	translation = sts_MaxDaysInMonthFall,
}

option sts.MaxDaysInMonthWinter
{
	type = double,
	min = 0.0,
	max = 15.0,
	default = 10.0,

	page = sts,
	translation = sts_MaxDaysInMonthWinter,
}