Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
38
lib/WebGUI/i18n/English/Form_MatrixCompare.pm
Normal file
38
lib/WebGUI/i18n/English/Form_MatrixCompare.pm
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue