Added internationalized labels to Survey "Year Month" question type

This commit is contained in:
Patrick Donelan 2009-04-21 03:10:11 +00:00
parent 3bd3f9d5d5
commit a6a1cd9c07
2 changed files with 12 additions and 0 deletions

View file

@ -1368,6 +1368,18 @@ section/answer.|,
context => q|Description of a template variable for a template Help page.|,
lastUpdated => 0,
},
'year' => {
message => q|Year:|,
context => q|Sub-label for "Year Month" question type|,
lastUpdated => 0,
},
'month' => {
message => q|Month:|,
context => q|Sub-label for "Year Month" question type|,
lastUpdated => 0,
},
};