webgui/lib/WebGUI/i18n/English/Form_Div.pm
2009-11-06 11:05:59 -06:00

15 lines
333 B
Perl

package WebGUI::i18n::English::Form_Div;
use strict; ##Required for all good Perl::Critic compliant code
our $I18N = {
'topicName' => {
message => q|Form Control Div Element|,
lastUpdated => 1131394070, #seconds from the epoch
context => q|Name of the form control that generates HTML Div elements|
},
};
1;
#vim:ft=perl