* Resource string needed in html actions form editor

This commit is contained in:
Michaël Van Canneyt 2022-06-18 11:46:37 +02:00
parent 032a7e5066
commit 64c277e14c

View File

@ -8,6 +8,7 @@ Resourcestring
rsActionListComponentEditor = 'HTM&L Element Actionlist Editor...';
rsActionListCreateMissing = 'Create &actions for HTML tags...';
rsErrNoHTMLFileNameForComponent = 'No HTML filename found for component %s';
rsAllTagsHaveAction = 'All HTML tags with IDs already have a corresponding Action component.';
rsHTMLActionsCreated = '%d HTML Element Action components were created';
rsHTMLFragment = 'Pas2JS HTML Fragment Module';
rsHTMLFragmentDescr = 'A Pas2JS datamodule to load and show a HTML fragment in the browser.';