19 lines
331 B
Perl
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;
|