38 lines
846 B
Perl
38 lines
846 B
Perl
package WebGUI::i18n::English::Form_MatrixCompare;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'matrix compare' => {
|
|
message => q|Matrix Compare|,
|
|
lastUpdated => 0,
|
|
context => q|Name of this form control. With regard to a set of features, this control lets you choose if the listing has the feature, does not have the feature, if it is free, or for pay. Matrix Feature Comparison List.|,
|
|
},
|
|
|
|
'no' => {
|
|
message => q|No|,
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'limited' => {
|
|
message => q|Limited|,
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'costs extra' => {
|
|
message => q|Costs Extra|,
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'free add on' => {
|
|
message => q|Free Add On|,
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'yes' => {
|
|
message => q|Yes|,
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|