Added HTMLArea and textarea answer types to the Survey Asset

This commit is contained in:
Roy Johnson 2005-07-25 19:36:30 +00:00
parent 4b93aa1914
commit 6cb66e4fc5
2 changed files with 38 additions and 4 deletions

View file

@ -1,11 +1,23 @@
package WebGUI::i18n::English::Asset_Survey;
our $I18N = {
'100' => {
message => q|Add a HTML Area Answer|,
lastUpdated => 1122296097
},
'101' => {
message => q|Add a Text Area Answer|,
lastUpdated => 1122296097
},
'32' => {
message => q|False|,
lastUpdated => 1037498832
},
'33' => {
message => q|Strongly Agree|,
lastUpdated => 1037498857