File: tachartstrconsts.pas

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (146 lines) | stat: -rw-r--r-- 4,680 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
unit TAChartStrConsts;

{$mode objfpc}{$H+}

interface

resourcestring
  // Series types
  rsAreaSeries = 'Area series';
  rsBarSeries = 'Bar series';
  rsBoxAndWhiskerSeries = 'Box-and-whiskers series';
  rsBubbleSeries = 'Bubble series';
  rsBSplineSeries = 'B-Spline series';
  rsColorMapSeries = 'Color map series';
  rsConstantLine = 'Constant line';
  rsCubicSplineSeries = 'Cubic spline series';
  rsFieldSeries = 'Vector field series';
  rsFunctionSeries = 'Function series';
  rsLeastSquaresFitSeries = 'Least-squares fit series';
  rsLineSeries = 'Line series';
  rsManhattanPlotSeries = 'Manhattan plot series';
  rsOpenHighLowCloseSeries = 'Open-high-low-close series';
  rsParametricCurveSeries = 'Parametric curve series';
  rsPieSeries = 'Pie series';
  rsPolarSeries = 'Polar series';
  rsUserDrawnSeries = 'User-drawn series';
  rsExpressionSeries = 'Math expression series';
  rsExpressionColorMapSeries = 'Math expression color map series';

  // Series editor
  sesSeriesEditorTitle = 'Edit series';

  // Data points editor
  desDatapointEditor = 'DataPoints editor';
  desColor = 'Color';
  desText = 'Text';
  desInsertRow = 'Insert row';
  desDeleteRow = 'Delete row';

  // Axis
  rsLeft = 'Left';
  rsRight = 'Right';
  rsTop = 'Top';
  rsBottom = 'Bottom';
  rsHidden = 'hidden';
  rsInverted = 'inverted';

  // Subcomponents editor
  rsAdd = 'Add';
  rsDelete = 'Delete';
  rsMoveUp = 'Up';
  rsMoveDown = 'Down';

  // Tool editor
  tasToolsEditorTitle = 'Edit tools';

  rsZoomByDrag = 'Zoom by drag';
  rsZoomByClick = 'Zoom by click';
  rsZoomByMousewheel = 'Zoom by mouse-wheel';
  rsPanningByDrag = 'Panning by drag';
  rsPanningByClick = 'Panning by click';
  rsPanningByMousewheel = 'Panning by mouse wheel';
  //rsReticule = 'Reticule';
  rsDataPointClick = 'Data point click';
  rsDataPointDrag = 'Data point drag';
  rsDataPointHint = 'Data point hint';
  rsDataPointCrossHair = 'Data point crosshair';
  rsUserDefinedTool = 'User-defined';
  rsDistanceMeasurement = 'Distance measurement';

  // Transformations
  tasAxisTransformsEditorTitle = 'Edit axis transformations';
  rsAutoScale = 'Auto scale';
  rsCumulativeNormalDistribution = 'Cumulative normal distribution';
  rsLinear = 'Linear';
  rsLogarithmic = 'Logarithmic';
  rsUserDefined = 'User-defined';
  rsInvalidLogBase = 'Logarithm base must be > 0 and <> 1.';

  // ChartUtils
  tasFailedSubcomponentRename = 'Failed to rename components: %s';

  // ChartCombos
  rsRectangleSymbol = 'Rectangle';
  rsCircleSymbol = 'Circle';
  rsTriangleSymbol = 'Triangle';
  rsCrossSymbol = 'Plus';
  rsDiagCrossSymbol = 'Cross';
  rsStarSymbol = 'Star (lines)';
  rsLowBracketSymbol = 'Low bracket';
  rsHighBracketSymbol = 'High bracket';
  rsLeftBracketSymbol = 'Left bracket';
  rsRightBracketSymbol = 'Right bracket';
  rsDiamondSymbol = 'Diamond';
  rsHexagonSymbol = 'Hexagon';
  rsFullStarSymbol = 'Star (full)';
  rsLeftTriangleSymbol = 'Left triangle';
  rsRightTriangleSymbol = 'Right triangle';
  rsDownTriangleSymbol = 'Down triangle';
  rsVertBarSymbol = 'Vertical bar';
  rsHorBarSymbol = 'Horizontal bar';
  rsPointSymbol = 'Point';
  rsNoSymbol = '(none)';

  rsPSSolid = 'solid line';
  rsPSDash = 'dashed line';
  rsPSDot = 'dotted line';
  rsPSDashDot = 'dash-dot';
  rsPSDashDotDot = 'dash-dot-dot';
  rsPSInsideFrame = 'solid (inside frame)';
  rsPSPattern = 'patterned line';
  rsPSClear = 'no line';

  rsBSSolid = 'solid fill';
  rsBSHorizontal = 'horizontally hatched';
  rsBSVertical = 'vertically hatched';
  rsBSFDiagonal = 'forward-diagonal hatch';
  rsBSBDiagonal = 'backward-diagonal hatch';
  rsBSCross = 'crossed';
  rsBSDiagCross = 'diagonally crossed';
  rsBSClear = 'no fill';
  rsBSImage = 'image fill';
  rsBSPattern = 'pattern fill';

  rsErrInvalidResultType = 'Expression result type must be integer or float. Got "%s".';
//  rsTDistParamError = 'Function tdist() requires parameter "tails" to be 1 or 2. Get %d.';

  // Fit series
  rsFitNumObservations = 'Number of observations';
  rsFitNumFitParams = 'Number of fit parameters';
  rsFitDegreesOfFreedom = 'Degrees of freedom';
  rsFitTotalSumOfSquares = 'Total sum of squares (SST)';
  rsFitRegressionSumOfSquares = 'Regression sum of squares (SSR)';
  rsFitErrorSumOfSquares = 'Error sum of squares (SSE)';
  rsFitCoefficientOfDetermination = 'Coefficient of determination (R2)';
  rsFitAdjCoefficientOfDetermination = 'Adj. coefficient of determination';
  rsFitChiSquared = 'Chi-squared';
  rsFitReducedChiSquared = 'Reduced Chi-squared';
  rsFitResidualStandardError = 'Residual standard error';
  rsFitVarianceRatio = 'Variance ratio F';
  rsFitPValue = 'p value';

implementation

end.