fill in missing i18n labels for the DataTable
This commit is contained in:
parent
5060ec78aa
commit
6a32a435de
1 changed files with 12 additions and 0 deletions
|
|
@ -14,6 +14,18 @@ our $I18N = {
|
||||||
context => q{Label for the tab with the editable data table},
|
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;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue