37 lines
604 B
Perl
37 lines
604 B
Perl
package WebGUI::i18n::English::Form_MatrixCompare;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'topicName' => {
|
|
message => q|Matrix Compare|,
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'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;
|