forward port of Survey section variables, chunk #1
This commit is contained in:
parent
2675784f14
commit
5408bc2de2
2 changed files with 16 additions and 0 deletions
|
|
@ -199,6 +199,12 @@ our $HELP = {
|
||||||
{
|
{
|
||||||
'name' => 'question.add.label'
|
'name' => 'question.add.label'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'name' => 'section.add.url'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'name' => 'section.add.label'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'name' => 'user.canTakeSurvey'
|
'name' => 'user.canTakeSurvey'
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -159,6 +159,16 @@ our $I18N = {
|
||||||
lastUpdated => 1149654653,
|
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' => {
|
'user.canTakeSurvey' => {
|
||||||
message => q|A boolean indicating whether the current user has the rights to take the survey.|,
|
message => q|A boolean indicating whether the current user has the rights to take the survey.|,
|
||||||
lastUpdated => 1149654653,
|
lastUpdated => 1149654653,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue