From 02ad416edc04c00ca378723ae0868fccad687944 Mon Sep 17 00:00:00 2001 From: Yung Han Khoe Date: Wed, 19 Nov 2008 19:46:50 +0000 Subject: [PATCH] Adding international for MatrixCompare form element --- lib/WebGUI/i18n/English/Form_MatrixCompare.pm | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 lib/WebGUI/i18n/English/Form_MatrixCompare.pm diff --git a/lib/WebGUI/i18n/English/Form_MatrixCompare.pm b/lib/WebGUI/i18n/English/Form_MatrixCompare.pm new file mode 100644 index 000000000..2c3dff83f --- /dev/null +++ b/lib/WebGUI/i18n/English/Form_MatrixCompare.pm @@ -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;