tvplanit: Add "Don't ask again" checkbox to VpPrtFmt editor save prompt by using a TTaskDialog. Update resource strings and translations.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8540 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-10-12 11:33:16 +00:00
parent 521c9e0d90
commit 03e1ff9059
25 changed files with 479 additions and 176 deletions

View File

@ -363,14 +363,19 @@ resourcestring
RSTestDialog = 'Test dialog...';
{ Print format list }
RSSaveFormatChangesToFile = 'Save format to file?';
RSSaveFormatChangesToFilename = 'Save format to "%s"?';
RSSaveFormatChangesToFile = 'Save print template to file?';
RSSaveFormatChangesToFilename = 'Save print template to "%s"?';
RSPrintFormatAlreadyExists = 'A print template named %s already exists.'#13#10'Please use a different name.';
RSElementAlreadyExists = 'An element named %s already exists.'#13#10'Please use a different name.';
RSConfirmation = 'Confirmation';
RSSavePrintFormat = 'Save print template';
RSDoNotAskAgain = 'Do not ask again.';
{ Print Format Editor }
RSEditPrintFormat = 'Edit Print Formats...';
RSPrintFormatDesigner = 'Print format designer';
RSFormatLbl = 'Format:';
RSFormats = 'Formats:';
RSEditPrintFormat = 'Edit Print Templates...';
RSPrintFormatDesigner = 'Print template designer';
RSFormatLbl = 'Template:';
RSFormats = 'Templates:';
RSElements = 'Elements:';
RSNewBtn = 'New';
RSEditBtn = 'Edit';
@ -379,14 +384,14 @@ resourcestring
RSNewFileBtn = 'New file';
RSLoadFileBtn = 'Load file...';
RSSaveFileBtn = 'Save file...';
RSNoPrintFormatName = 'Please supply a format name';
RSNoPrintFormatName = 'Please supply a template name';
RSNoDayIncrement = 'Day increment unit not specified.';
RSPleaseEnterFloat = 'Please enter a valid floating point value.';
RSReportSetup = 'Report setup';
{ Print Format Item Editor }
RSEditFormatCaption = 'Edit format';
RSEditFormatCaption = 'Edit template';
RSNameLbl = 'Name:';
RSDayIncLbl = 'Day increment:';
RSDayIncUnits = 'Day increment units';
@ -439,14 +444,14 @@ resourcestring
RSColorLbl = 'Color:';
{ Automatic resource adding/selection}
RSAddNewResource = 'No resources have been defined. Would you ' +
'like to add one now?';
RSSelectResource = 'No resource has been selected. Would you ' +
'like to select one now?';
RSAddNewResource = 'No resources have been defined. ' +
'Would you like to add one now?';
RSSelectResource = 'No resource has been selected. ' +
'Would you like to select one now?';
{ AboutBox }
RSBrowserError = 'Unable to start web browser. Make sure you have ' +
'it properly setup on your system.';
RSBrowserError = 'Unable to start web browser. Make sure that it is ' +
'propertly set up on your system.';
{ Ini storage }
RSIniFileStructure = 'Incorrect structure of ini file.';