You've already forked lazarus-ccr
RxFPC:new RxDBGrid tool - setup footer row
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4150 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -200,6 +200,19 @@ resourcestring
|
||||
sPrintGrid = 'Print grid';
|
||||
sHideZeroValues = 'Hide zero values';
|
||||
|
||||
sRxDBGridToolsCaption = 'Totals row';
|
||||
sfvtNon = 'None';
|
||||
sfvtSum = 'Sum';
|
||||
sfvtAvg = 'AVG';
|
||||
sfvtCount = 'Count';
|
||||
sfvtFieldValue = 'Field value';
|
||||
sfvtStaticText = 'Static text';
|
||||
sfvtMax = 'Max value';
|
||||
sfvtMin = 'Min value';
|
||||
sfvtRecNo = 'Record no';
|
||||
sSetupTotalRow = 'Setup total row';
|
||||
sCollumnName = 'Collumn name';
|
||||
sFunction = 'Function';
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user