fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / chart2 / source / inc / Strings.hrc
blob950050ba228f972619b1529a1b061052466fc359
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #ifndef CHART_STRINGS_HRC
20 #define CHART_STRINGS_HRC
22 // this includes no link dependency
23 #include <svl/solar.hrc>
25 //next free is 305
27 //chart types
28 //see Strings_ChartTypes.src
30 #define STR_NORMAL                          (RID_APP_START + 10)
31 #define STR_STACKED                         (RID_APP_START + 11)
32 #define STR_PERCENT                         (RID_APP_START + 12)
33 #define STR_DEEP                            (RID_APP_START + 13)
34 #define STR_FILLED                          (RID_APP_START + 285)
36 #define STR_DONUT                           (RID_APP_START + 8)
37 #define STR_TYPE_PIE                        (RID_APP_START + 187)
38 #define STR_PIE_EXPLODED                    (RID_APP_START + 188)
39 #define STR_DONUT_EXPLODED                  (RID_APP_START + 189)
41 #define STR_TYPE_COLUMN                     (RID_APP_START + 190)
42 #define STR_TYPE_BAR                        (RID_APP_START + 191)
43 #define STR_TYPE_AREA                       (RID_APP_START + 192)
45 #define STR_LINES_3D                        (RID_APP_START + 193)
46 #define STR_POINTS_ONLY                     (RID_APP_START + 194)
47 #define STR_LINES_ONLY                      (RID_APP_START + 116)
48 #define STR_POINTS_AND_LINES                (RID_APP_START + 124)
49 #define STR_TYPE_LINE                       (RID_APP_START + 125)
50 #define STR_TYPE_XY                         (RID_APP_START + 240)
52 #define STR_LINE_COLUMN                     (RID_APP_START + 22)
53 #define STR_LINE_STACKEDCOLUMN              (RID_APP_START + 23)
54 #define STR_TYPE_COMBI_COLUMN_LINE          (RID_APP_START + 24)
56 #define STR_TYPE_NET                        (RID_APP_START + 52)
58 #define STR_TYPE_STOCK                      (RID_APP_START + 126)
59 #define STR_STOCK_1                         (RID_APP_START + 143)
60 #define STR_STOCK_2                         (RID_APP_START + 144)
61 #define STR_STOCK_3                         (RID_APP_START + 145)
62 #define STR_STOCK_4                         (RID_APP_START + 146)
64 #define STR_TYPE_BUBBLE                     (RID_APP_START + 282)
65 #define STR_BUBBLE_1                        (RID_APP_START + 283)
67 #define STR_TYPE_GL3D_BAR                   (RID_APP_START + 127)
68 #define STR_GL3D_BAR                        (RID_APP_START + 128)
70 //additional strings
71 #define STR_TEXT_SEPARATOR                  (RID_APP_START + 20)
73 //SchStatisticTabPage and SchDataStatisticsDlg
74 //see Strings_Statistic.src
76 #define STR_INDICATE_BOTH                   (RID_APP_START + 131)
77 #define STR_INDICATE_UP                     (RID_APP_START + 132)
78 #define STR_INDICATE_DOWN                   (RID_APP_START + 133)
80 #define STR_REGRESSION_LINEAR               (RID_APP_START + 135)
81 #define STR_REGRESSION_LOG                  (RID_APP_START + 136)
82 #define STR_REGRESSION_EXP                  (RID_APP_START + 137)
83 #define STR_REGRESSION_POWER                (RID_APP_START + 138)
84 #define STR_REGRESSION_MEAN                 (RID_APP_START + 180)
85 #define STR_REGRESSION_POLYNOMIAL           (RID_APP_START + 300)
86 #define STR_REGRESSION_MOVING_AVERAGE       (RID_APP_START + 301)
88 //for scale tab page
89 //see Strings_Scale.src
91 #define STR_INVALID_NUMBER                  (RID_APP_START + 100)
92 #define STR_STEP_GT_ZERO                    (RID_APP_START + 102)
93 #define STR_BAD_LOGARITHM                   (RID_APP_START + 111)
94 #define STR_MIN_GREATER_MAX                 (RID_APP_START + 101)
95 #define STR_INVALID_INTERVALS               (RID_APP_START + 291)
96 #define STR_INVALID_TIME_UNIT               (RID_APP_START + 292)
98 //for range dialog
99 #define STR_DATA_ROLE_LABEL                 (RID_APP_START + 241)
100 #define STR_DATA_ROLE_X                     (RID_APP_START + 242)
101 #define STR_DATA_ROLE_Y                     (RID_APP_START + 243)
102 #define STR_DATA_ROLE_X_ERROR               (RID_APP_START + 244)
103 #define STR_DATA_ROLE_X_ERROR_POSITIVE      (RID_APP_START + 272)
104 #define STR_DATA_ROLE_X_ERROR_NEGATIVE      (RID_APP_START + 273)
105 #define STR_DATA_ROLE_Y_ERROR               (RID_APP_START + 245)
106 #define STR_DATA_ROLE_Y_ERROR_POSITIVE      (RID_APP_START + 274)
107 #define STR_DATA_ROLE_Y_ERROR_NEGATIVE      (RID_APP_START + 275)
108 #define STR_DATA_ROLE_FIRST                 (RID_APP_START + 246)
109 #define STR_DATA_ROLE_LAST                  (RID_APP_START + 247)
110 #define STR_DATA_ROLE_MIN                   (RID_APP_START + 248)
111 #define STR_DATA_ROLE_MAX                   (RID_APP_START + 249)
112 #define STR_DATA_ROLE_CATEGORIES            (RID_APP_START + 260)
113 #define STR_DATA_ROLE_SIZE                  (RID_APP_START + 284)
114 #define STR_PROPERTY_ROLE_FILLCOLOR         (RID_APP_START + 303)
115 #define STR_PROPERTY_ROLE_BORDERCOLOR       (RID_APP_START + 304)
117 #define STR_DATA_UNNAMED_SERIES             (RID_APP_START + 250)
118 #define STR_DATA_UNNAMED_SERIES_WITH_INDEX  (RID_APP_START + 251)
120 #define STR_DATA_SELECT_RANGE_FOR_SERIES    (RID_APP_START + 252)
121 #define STR_DATA_SELECT_RANGE_FOR_CATEGORIES (RID_APP_START + 253)
122 #define STR_DATA_SELECT_RANGE_FOR_DATALABELS (RID_APP_START + 195)
124 //chart objects
125 //e.g. used as titles for insert dialogs and object properties dialog
126 //also used in tip help, in status descriptions e.g. '%object% marked' or in undo action e.g. 'moved %object%'
128 #define STR_PAGE_CHARTTYPE                  (RID_APP_START + 197)
129 #define STR_PAGE_DATA_RANGE                 (RID_APP_START + 238)
130 #define STR_ACTION_EDIT_CHART_DATA          (RID_APP_START + 198)
132 #define STR_OBJECT_PAGE                     (RID_APP_START + 30)
133 #define STR_OBJECT_DIAGRAM                  (RID_APP_START + 31)
134 #define STR_OBJECT_DIAGRAM_WALL             (RID_APP_START + 32)
135 #define STR_OBJECT_DIAGRAM_FLOOR            (RID_APP_START + 33)
136 #define STR_OBJECT_LEGEND                   (RID_APP_START + 48)
137 #define STR_OBJECT_LEGEND_SYMBOL            (RID_APP_START + 49)
139 #define STR_OBJECT_DATALABELS               (RID_APP_START + 45)
140 #define STR_OBJECT_LABEL                    (RID_APP_START + 199)
142 #define STR_OBJECT_TITLE                    (RID_APP_START + 200)
143 #define STR_OBJECT_TITLES                   (RID_APP_START + 201)
145 #define STR_OBJECT_TITLE_MAIN               (RID_APP_START + 254)
146 #define STR_OBJECT_TITLE_SUB                (RID_APP_START + 255)
147 #define STR_OBJECT_TITLE_X_AXIS             (RID_APP_START + 256)
148 #define STR_OBJECT_TITLE_Y_AXIS             (RID_APP_START + 257)
149 #define STR_OBJECT_TITLE_Z_AXIS             (RID_APP_START + 258)
150 #define STR_OBJECT_TITLE_SECONDARY_X_AXIS   (RID_APP_START + 87)
151 #define STR_OBJECT_TITLE_SECONDARY_Y_AXIS   (RID_APP_START + 88)
153 #define STR_OBJECT_DATAPOINT                (RID_APP_START + 202)
154 #define STR_OBJECT_DATAPOINTS               (RID_APP_START + 203)
155 #define STR_OBJECT_DATASERIES               (RID_APP_START + 204)
156 #define STR_OBJECT_DATASERIES_PLURAL        (RID_APP_START + 205)
158 #define STR_OBJECT_FOR_SERIES               (RID_APP_START + 288)
159 #define STR_OBJECT_FOR_ALL_SERIES           (RID_APP_START + 289)
161 #define STR_OBJECT_AVERAGE_LINE             (RID_APP_START + 174)
162 #define STR_OBJECT_ERROR_BARS_X             (RID_APP_START + 175)
163 #define STR_OBJECT_ERROR_BARS_Y             (RID_APP_START + 295)
164 #define STR_OBJECT_ERROR_BARS_Z             (RID_APP_START + 296)
165 #define STR_OBJECT_CURVE                    (RID_APP_START + 176)
166 #define STR_OBJECT_CURVES                   (RID_APP_START + 130)
168 #define STR_OBJECT_STOCK_LOSS               (RID_APP_START + 207)
169 #define STR_OBJECT_STOCK_GAIN               (RID_APP_START + 208)
171 #define STR_OBJECT_AXES                     (RID_APP_START + 209)
172 #define STR_OBJECT_AXIS                     (RID_APP_START + 210)
173 #define STR_OBJECT_AXIS_X                   (RID_APP_START + 211)
174 #define STR_OBJECT_AXIS_Y                   (RID_APP_START + 212)
175 #define STR_OBJECT_AXIS_Z                   (RID_APP_START + 213)
177 #define STR_OBJECT_SECONDARY_X_AXIS         (RID_APP_START + 286)
178 #define STR_OBJECT_SECONDARY_Y_AXIS         (RID_APP_START + 287)
180 #define STR_OBJECT_GRID                     (RID_APP_START + 214)
181 #define STR_OBJECT_GRIDS                    (RID_APP_START + 215)
183 #define STR_OBJECT_GRID_MAJOR_X             (RID_APP_START + 37)
184 #define STR_OBJECT_GRID_MAJOR_Y             (RID_APP_START + 38)
185 #define STR_OBJECT_GRID_MAJOR_Z             (RID_APP_START + 39)
186 #define STR_OBJECT_GRID_MINOR_X             (RID_APP_START + 40)
187 #define STR_OBJECT_GRID_MINOR_Y             (RID_APP_START + 41)
188 #define STR_OBJECT_GRID_MINOR_Z             (RID_APP_START + 42)
190 #define STR_OBJECT_CURVE_WITH_PARAMETERS    (RID_APP_START + 264)
191 #define STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS (RID_APP_START + 265)
192 #define STR_OBJECT_MOVING_AVERAGE_WITH_PARAMETERS (RID_APP_START + 302)
194 #define STR_OBJECT_CURVE_EQUATION           (RID_APP_START + 268)
195 #define STR_OBJECT_SHAPE                    (RID_APP_START + 290)
197 //Titles for tabpages and dialogs
199 #define STR_PAGE_LINE                        (RID_APP_START + 216)
200 #define STR_PAGE_BORDER                      (RID_APP_START + 217)
201 #define STR_PAGE_AREA                        (RID_APP_START + 218)
202 #define STR_PAGE_TRANSPARENCY                (RID_APP_START + 219)
203 #define STR_PAGE_FONT                        (RID_APP_START + 220)
204 #define STR_PAGE_FONT_EFFECTS                (RID_APP_START + 221)
205 #define STR_PAGE_LAYOUT                      (RID_APP_START + 222)
206 #define STR_PAGE_OPTIONS                     (RID_APP_START + 223)
207 #define STR_PAGE_SCALE                       (RID_APP_START + 224)
208 #define STR_PAGE_NUMBERS                     (RID_APP_START + 225)
209 #define STR_PAGE_ALIGNMENT                   (RID_APP_START + 226)
210 #define STR_PAGE_POSITION                    (RID_APP_START + 227)
212 #define STR_PAGE_PERSPECTIVE                 (RID_APP_START + 235)
213 #define STR_PAGE_APPEARANCE                  (RID_APP_START + 236)
214 #define STR_PAGE_ILLUMINATION                (RID_APP_START + 237)
216 #define STR_PAGE_TRENDLINE_TYPE              (RID_APP_START + 89)
217 #define STR_PAGE_XERROR_BARS                 (RID_APP_START + 293)
218 #define STR_PAGE_YERROR_BARS                 (RID_APP_START + 206)
219 #define STR_PAGE_ZERROR_BARS                 (RID_APP_START + 294)
220 #define STR_CONTROLTEXT_ERROR_BARS_FROM_DATA (RID_APP_START + 276)
222 #define STR_DLG_CHART_WIZARD                 (RID_APP_START + 228)
223 #define STR_PAGE_CHART_ELEMENTS              (RID_APP_START + 229)
224 #define STR_PAGE_CHART_LOCATION              (RID_APP_START + 230)
226 #define STR_DLG_SMOOTH_LINE_PROPERTIES              (RID_APP_START + 239)
227 #define STR_DLG_STEPPED_LINE_PROPERTIES             (RID_APP_START + 270)
229 #define STR_PAGE_POSITIONING  (RID_APP_START + 277)
230 #define STR_PAGE_ASIAN                       (RID_APP_START + 281)
232 //strings used as description for actions on toolbar icons, as tip help or for undo
234 #define STR_ACTION_EDIT_CHARTTYPE           (RID_APP_START + 78)
235 #define STR_ACTION_EDIT_DATA_RANGES         (RID_APP_START + 64)
236 #define STR_ACTION_EDIT_3D_VIEW             (RID_APP_START + 80)
237 #define STR_ACTION_TOGGLE_LEGEND            (RID_APP_START + 83)
238 #define STR_ACTION_TOGGLE_GRID_HORZ         (RID_APP_START + 86)
239 #define STR_ACTION_TOGGLE_GRID_VERTICAL     (RID_APP_START + 139)
240 #define STR_ACTION_SCALE_TEXT               (RID_APP_START + 93)
241 #define STR_ACTION_REARRANGE_CHART          (RID_APP_START + 94)
242 #define STR_ACTION_EDIT_TEXT                (RID_APP_START + 95)
244 //statusbar strings and balloon help
246 #define STR_STATUS_PIE_SEGMENT_EXPLODED     (RID_APP_START + 179)
247 #define STR_STATUS_OBJECT_MARKED            (RID_APP_START + 51)
248 #define STR_STATUS_DATAPOINT_MARKED         (RID_APP_START + 44)
249 #define STR_TIP_DATASERIES                  (RID_APP_START + 43)
250 #define STR_TIP_DATAPOINT                   (RID_APP_START + 140)
251 #define STR_TIP_DATAPOINT_INDEX             (RID_APP_START + 141)
252 #define STR_TIP_DATAPOINT_VALUES            (RID_APP_START + 142)
254 //warning and info boxes
255 #define STR_ACTION_NOTPOSSIBLE              (RID_APP_START + 107)
257 #define STR_COLUMN_LABEL                    (RID_APP_START + 262)
258 #define STR_ROW_LABEL                       (RID_APP_START + 263)
260 #define STR_DATA_EDITOR_INCORRECT_INPUT     (RID_APP_START + 269)
262 // frame direction ------------------------------------------------------------
264 #define STR_TEXT_DIRECTION_LTR              (RID_APP_START + 278)
265 #define STR_TEXT_DIRECTION_RTL              (RID_APP_START + 279)
266 #define STR_TEXT_DIRECTION_SUPER            (RID_APP_START + 280)
268 #define STR_BUTTON_UP                       (RID_APP_START + 500)
269 #define STR_BUTTON_DOWN                     (RID_APP_START + 501)
271 // ids must not exceed RID_APP_START + 499
272 // ids >= RID_APP_START + 500 are defined in glob.hrc
274 // CHART_STRINGS_HRC
275 #endif
277 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */