webgui/lib/WebGUI/i18n/English/Asset_DataTable.pm
2008-10-28 22:27:17 +00:00

19 lines
331 B
Perl

package WebGUI::i18n::English::Asset_DataTable;
use strict;
our $I18N = {
'assetName' => {
message => q{DataTable},
lastUpdated => 0,
},
'tab label data' => {
message => q{Data Table},
lastUpdated => 0,
context => q{Label for the tab with the editable data table},
},
};
1;