31 lines
731 B
Perl
31 lines
731 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},
|
|
},
|
|
|
|
'editForm templateId label' => {
|
|
message => q{DataTable Template},
|
|
lastUpdated => 1226174617,
|
|
context => q{Label for asset edit screen},
|
|
},
|
|
|
|
'editForm templateId description' => {
|
|
message => q{Select a template to display your data table.},
|
|
lastUpdated => 1226174619,
|
|
context => q{Hover help for asset edit screen},
|
|
},
|
|
|
|
};
|
|
|
|
1;
|