18 lines
373 B
Perl
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;
|