added: DataTable asset
This commit is contained in:
parent
828930d193
commit
3e1f66a0e7
9 changed files with 1638 additions and 0 deletions
19
lib/WebGUI/i18n/English/Asset_DataTable.pm
Normal file
19
lib/WebGUI/i18n/English/Asset_DataTable.pm
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue