forward port of Survey section variables, chunk #1

This commit is contained in:
Colin Kuskie 2006-10-30 23:51:01 +00:00
parent 2675784f14
commit 5408bc2de2
2 changed files with 16 additions and 0 deletions

View file

@ -199,6 +199,12 @@ our $HELP = {
{
'name' => 'question.add.label'
},
{
'name' => 'section.add.url'
},
{
'name' => 'section.add.label'
},
{
'name' => 'user.canTakeSurvey'
},

View file

@ -159,6 +159,16 @@ our $I18N = {
lastUpdated => 1149654653,
},
'section.add.url' => {
message => q|The URL to add a new section to the survey.|,
lastUpdated => 1149654653,
},
'section.add.label' => {
message => q|The default label for section.add.url.|,
lastUpdated => 1149654653,
},
'user.canTakeSurvey' => {
message => q|A boolean indicating whether the current user has the rights to take the survey.|,
lastUpdated => 1149654653,