mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 03:39:18 +02:00
* Resource string needed in html actions form editor
This commit is contained in:
parent
032a7e5066
commit
64c277e14c
@ -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.';
|
||||
|
Loading…
Reference in New Issue
Block a user