Restoring i18n that was lost for the Survey.

This commit is contained in:
Colin Kuskie 2009-03-12 20:52:19 +00:00
parent 7bda507c18
commit f15bb8558d

View file

@ -923,6 +923,30 @@ directly inside the answer_loop for other types of questions.|,
lastUpdated => 0,
},
'templateId' => {
message => q|The ID of the template to show the front page of the Survey.|,
context => q|Description of a template variable for a template Help page.|,
lastUpdated => 1236891448,
},
'gradebookTemplateId' => {
message => q|The ID of the template used to show the gradebook screen.|,
context => q|Description of a template variable for a template Help page.|,
lastUpdated => 1168643669,
},
'responseTemplateId' => {
message => q|The ID of the template used to show the Survey Response screen.|,
context => q|Description of a template variable for a template Help page.|,
lastUpdated => 1168643669,
},
'overviewTemplateId' => {
message => q|The ID of the template used to show the overview screen.|,
context => q|Description of a template variable for a template Help page.|,
lastUpdated => 1168643669,
},
'groupToTakeSurvey' => {
message => q|The ID of the group that is allowed to take the Survey.|,
context => q|Description of a template variable for a template Help page.|,
@ -1309,6 +1333,18 @@ section/answer.|,
lastUpdated => 0,
},
'min' => {
message => q|The min value of this answer for slider type questions.|,
context => q|Description of a template variable for a template Help page.|,
lastUpdated => 0,
},
'max' => {
message => q|The max value of this answer for slider type questions..|,
context => q|Description of a template variable for a template Help page.|,
lastUpdated => 0,
},
};
1;