You've already forked lazarus-ccr
TRxDateRangeEdit - add Quarter and HalfYear
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3260 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -124,9 +124,17 @@ resourcestring
|
||||
sExptControlNotFound = 'Control not found in validate %s.';
|
||||
|
||||
{ RxMDI }
|
||||
sCloseWindows = 'Close window';
|
||||
sCloseAllExceptThis = 'Close all except this';
|
||||
sCloseAllWindows = 'Close all windows';
|
||||
sCloseWindows = 'Close window';
|
||||
sCloseAllExceptThis = 'Close all except this';
|
||||
sCloseAllWindows = 'Close all windows';
|
||||
|
||||
{ TRxDateRangeEdit }
|
||||
sFirstQuarter = 'First quarter';
|
||||
sSecondQuarter = 'Second quarter';
|
||||
sThirdQuarter = 'Third quarter';
|
||||
sFourthQuarter = 'Fourth quarter';
|
||||
sFirstHalfOfYear = 'First half of year';
|
||||
sSecondHalfOfYear = 'Second half of year';
|
||||
|
||||
implementation
|
||||
|
||||
|
Reference in New Issue
Block a user