added: DataTable asset

This commit is contained in:
Doug Bell 2008-10-28 22:27:17 +00:00
parent 828930d193
commit 3e1f66a0e7
9 changed files with 1638 additions and 0 deletions

View 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;