forward port of Survey template doc fixes

This commit is contained in:
Colin Kuskie 2006-11-02 05:28:18 +00:00
parent d21c3b27b4
commit d584e8ba5e
3 changed files with 56 additions and 18 deletions

View file

@ -319,14 +319,29 @@ our $I18N = {
lastUpdated => 1149654653,
},
'question.edit_loop' => {
message => q|A loop containing all the questions in the survey with edit controls.|,
'section.questions_loop' => {
message => q|A loop containing all the questions in this section of the survey with edit controls.|,
lastUpdated => 1149654653,
},
'section.edit_loop' => {
message => q|A loop containing all the sections and their questions with edit controls.|,
lastUpdated => 1162445117,
},
'section.edit.controls' => {
message => q|A toolbar to use to edit, delete or move this section.|,
lastUpdated => 1162270258,
},
'section.edit.sectionName' => {
message => q|The name of this section of questions.|,
lastUpdated => 1162270301,
},
'question.edit.controls' => {
message => q|A toolbar to use to edit this question.|,
lastUpdated => 1149654653,
message => q|A toolbar to use to edit, delete or move this question.|,
lastUpdated => 1162270256,
},
'question.edit.question' => {
@ -339,6 +354,11 @@ our $I18N = {
lastUpdated => 1149654653,
},
'section.edit.id' => {
message => q|The unique id for this section.|,
lastUpdated => 1162270283,
},
'89' => {
message => q|<p>The following template variables are available for the Survey:</p>
|,