Adding international for MatrixCompare form element
This commit is contained in:
parent
b880f48a23
commit
02ad416edc
1 changed files with 32 additions and 0 deletions
32
lib/WebGUI/i18n/English/Form_MatrixCompare.pm
Normal file
32
lib/WebGUI/i18n/English/Form_MatrixCompare.pm
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
package WebGUI::i18n::English::Form_MatrixCompare;
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'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