You've already forked lazarus-ccr
tvplanit: Fix Fulldemo's Print routine.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5048 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -409,6 +409,7 @@ resourcestring
|
||||
{ Print Format Editor }
|
||||
RSEditPrintFormat = 'Edit Print Formats...';
|
||||
RSPrintFormatDesigner = 'Print format designer';
|
||||
RSFormatLbl = 'Format:';
|
||||
RSFormats = 'Formats:';
|
||||
RSElements = 'Elements:';
|
||||
RSNewBtn = 'New';
|
||||
@ -419,6 +420,8 @@ resourcestring
|
||||
RSLoadFileBtn = 'Load file...';
|
||||
RSSaveFileBtn = 'Save file...';
|
||||
|
||||
RSReportSetup = 'Report setup';
|
||||
|
||||
{ Print Format Item Editor }
|
||||
RSEditFormatCaption= 'Edit format';
|
||||
RSNameLbl = 'Name:';
|
||||
|
Reference in New Issue
Block a user