15 lines
333 B
Perl
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
|