I would create a data set for each of these parameters. The query for each would be the lable and values that you want available for the parameters.
e.g.
Dataset TranMonths...
Query:
Select 'October', 1
union all
Select 'February', 2
Similar for Year...
Have the parameter use the datasets for allowed values.
-G