webgui/lib/WebGUI/i18n/English/Form_CheckList.pm
2007-12-05 04:21:56 +00:00

18 lines
373 B
Perl

package WebGUI::i18n::English::Form_CheckList;
use strict;
our $I18N = {
'selectAll label' => {
message => q{Select All},
lastUpdated => 0,
context => q{Label for the Select All button},
},
'topicName' => {
message => q|WebGUI Form CheckList|,
lastUpdated => 1131394072,
},
};
1;