Adding international for MatrixCompare form element

This commit is contained in:
Yung Han Khoe 2008-11-19 19:46:50 +00:00
parent b880f48a23
commit 02ad416edc

View 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;