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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
|
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Strings.src,v $
*
* $Revision: 1.7 $
*
* last change: $Author: rt $ $Date: 2007-07-03 13:38:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
************************************************************************/
#include "Strings.hrc"
String STR_DLG_CHART_WIZARD
{
Text [ en-US ] = "Chart Wizard" ;
};
String STR_DLG_SMOOTH_LINE_PROPERTIES
{
Text [ en-US ] = "Smooth Lines" ;
};
String STR_PAGE_CHARTTYPE
{
Text [ en-US ] = "Chart Type" ;
};
String STR_PAGE_DATA_RANGE
{
Text [ en-US ] = "Data Range";
};
String STR_PAGE_CHART_ELEMENTS
{
Text [ en-US ] = "Chart Elements";
};
String STR_PAGE_CHART_LOCATION
{
Text [ en-US ] = "Chart Location";
};
String STR_PAGE_LINE
{
Text [ en-US ] = "Line" ;
};
String STR_PAGE_BORDER
{
Text [ en-US ] = "Borders" ;
};
String STR_PAGE_AREA
{
Text [ en-US ] = "Area" ;
};
String STR_PAGE_TRANSPARENCY
{
Text [ en-US ] = "Transparency";
};
String STR_PAGE_CHARACTERS
{
Text [ en-US ] = "Characters" ;
};
String STR_PAGE_FONT_EFFECTS
{
Text [ en-US ] = "Font Effects" ;
};
String STR_PAGE_NUMBERS
{
Text [ en-US ] = "Numbers" ;
};
String STR_PAGE_POSITION
{
Text [ en-US ] = "Position" ;
};
String STR_PAGE_LAYOUT
{
Text [ en-US ] = "Layout";
};
String STR_PAGE_OPTIONS
{
Text [ en-US ] = "Options";
};
String STR_PAGE_SCALE
{
Text [ en-US ] = "Scale" ;
};
String STR_PAGE_STATISTICS
{
Text [ en-US ] = "Statistics" ;
};
String STR_PAGE_ALIGNMENT
{
Text [ en-US ] = "Alignment" ;
};
String STR_PAGE_PERSPECTIVE
{
Text [ en-US ] = "Perspective" ;
};
String STR_PAGE_APPEARANCE
{
Text [ en-US ] = "Appearance" ;
};
String STR_PAGE_ILLUMINATION
{
Text [ en-US ] = "Illumination" ;
};
String STR_OBJECT_AXIS
{
Text [ en-US ] = "Axis" ;
};
String STR_OBJECT_AXIS_X
{
Text [ en-US ] = "X Axis" ;
};
String STR_OBJECT_AXIS_Y
{
Text [ en-US ] = "Y Axis" ;
};
String STR_OBJECT_AXIS_Z
{
Text [ en-US ] = "Z Axis" ;
};
String STR_OBJECT_AXES
{
Text [ en-US ] = "Axes" ;
};
String STR_OBJECT_GRIDS
{
Text [ en-US ] = "Grids" ;
};
String STR_OBJECT_GRID
{
Text [ en-US ] = "Grid" ;
};
String STR_OBJECT_GRID_MAJOR_X
{
Text [ en-US ] = "X Axis Major Grid" ;
};
String STR_OBJECT_GRID_MAJOR_Y
{
Text [ en-US ] = "Y Axis Major Grid" ;
};
String STR_OBJECT_GRID_MAJOR_Z
{
Text [ en-US ] = "Z Axis Major Grid" ;
};
String STR_OBJECT_GRID_MINOR_X
{
Text [ en-US ] = "X Axis Minor Grid" ;
};
String STR_OBJECT_GRID_MINOR_Y
{
Text [ en-US ] = "Y Axis Minor Grid" ;
};
String STR_OBJECT_GRID_MINOR_Z
{
Text [ en-US ] = "Z Axis Minor Grid" ;
};
String STR_OBJECT_LEGEND
{
Text [ en-US ] = "Legend" ;
};
String STR_OBJECT_TITLE
{
Text [ en-US ] = "Title" ;
};
String STR_OBJECT_TITLES
{
Text [ en-US ] = "Titles" ;
};
String STR_OBJECT_TITLE_MAIN
{
Text [ en-US ] = "Main Title" ;
};
String STR_OBJECT_TITLE_SUB
{
Text [ en-US ] = "Subtitle" ;
};
String STR_OBJECT_TITLE_X_AXIS
{
Text [ en-US ] = "X Axis Title" ;
};
String STR_OBJECT_TITLE_Y_AXIS
{
Text [ en-US ] = "Y Axis Title" ;
};
String STR_OBJECT_TITLE_Z_AXIS
{
Text [ en-US ] = "Z Axis Title" ;
};
String STR_OBJECT_LABEL
{
Text [ en-US ] = "Label" ;
};
String STR_OBJECT_DATALABELS
{
Text [ en-US ] = "Data Labels" ;
};
String STR_OBJECT_DATAPOINT
{
Text [ en-US ] = "Data Point" ;
};
String STR_OBJECT_DATAPOINTS
{
Text [ en-US ] = "Data Points" ;
};
String STR_OBJECT_LEGEND_SYMBOL
{
Text [ en-US ] = "Legend Key" ;
};
String STR_OBJECT_DATASERIES
{
Text [ en-US ] = "Data Series" ;
};
String STR_OBJECT_DATASERIES_PLURAL
{
Text [ en-US ] = "Data Series" ;
};
String STR_OBJECT_CURVE
{
Text [ en-US ] = "Regression Curve";
};
String STR_OBJECT_CURVE_WITH_PARAMETERS
{
Text [ en-US ] = "Regression Curve %FORMULA with accuracy R² = %RSQUARED";
};
String STR_OBJECT_AVERAGE_LINE
{
Text [ en-US ] = "Average Value Line";
};
String STR_OBJECT_ERROR_INDICATOR
{
Text [ en-US ] = "Error Indicator";
};
String STR_OBJECT_STOCK_LOSS
{
Text [ en-US ] = "Negative Deviation";
};
String STR_OBJECT_STOCK_GAIN
{
Text [ en-US ] = "Positive Deviation";
};
String STR_OBJECT_PAGE
{
Text [ en-US ] = "Chart Area" ;
};
String STR_OBJECT_DIAGRAM
{
Text [ en-US ] = "Chart" ;
};
String STR_OBJECT_DIAGRAM_WALL
{
Text [ en-US ] = "Chart Wall" ;
};
String STR_OBJECT_DIAGRAM_FLOOR
{
Text [ en-US ] = "Chart Floor" ;
};
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
String STR_TIP_SELECT_RANGE
{
Text [ en-US ] = "Select data range" ;
};
String STR_TIP_CHOOSECOLOR
{
Text [ en-US ] = "Select a color using the color dialog" ;
};
String STR_TIP_LIGHTSOURCE_X
{
Text [ en-US ] = "Light Source %LIGHTNUMBER" ;
};
String STR_TIP_DATASERIES
{
Text [ en-US ] = "Data Series '%SERIESNAME'" ;
};
String STR_TIP_DATAPOINT_INDEX
{
Text [ en-US ] = "Data Point %POINTNUMBER";
};
String STR_TIP_DATAPOINT_VALUES
{
Text [ en-US ] = "Values: %POINTVALUES";
};
String STR_TIP_CATEGORY_VALUE
{
Text [ en-US ] = "'%CATEGORYVALUE'";
};
String STR_TIP_DATAPOINT
{
Text [ en-US ] = "Data Point %POINTNUMBER, data series %SERIESNUMBER, values: %POINTVALUES";
};
String STR_STATUS_DATAPOINT_MARKED
{
Text [ en-US ] = "Data point %POINTNUMBER in data series %SERIESNUMBER selected, values: %POINTVALUES";
};
String STR_STATUS_OBJECT_MARKED
{
Text [ en-US ] = "%OBJECTNAME selected" ;
};
String STR_STATUS_PIE_SEGMENT_EXPLODED
{
Text [ en-US ] = "Pie exploded by %PERCENTVALUE percent";
};
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
String STR_ACTION_EDIT_CHARTTYPE
{
Text [ en-US ] = "Edit chart type" ;
};
String STR_ACTION_EDIT_DATA_RANGES
{
Text [ en-US ] = "Edit data ranges" ;
};
String STR_ACTION_EDIT_3D_VIEW
{
Text [ en-US ] = "Edit 3D view" ;
};
String STR_ACTION_EDIT_CHART_DATA
{
Text [ en-US ] = "Edit chart data";
};
String STR_ACTION_TOGGLE_LEGEND
{
Text [ en-US ] = "Legend on/off" ;
};
String STR_ACTION_TOGGLE_GRID_HORZ
{
Text [ en-US ] = "Horizontal grid on/off" ;
};
String STR_ACTION_SCALE_TEXT
{
Text [ en-US ] = "Scale Text" ;
};
String STR_ACTION_REARRANGE_CHART
{
Text [ en-US ] = "Automatic Layout" ;
};
String STR_ACTION_NOTPOSSIBLE
{
Text [ en-US ] = "This function cannot be completed with the selected objects." ;
};
String STR_COLUMN_LABEL
{
Text [ en-US ] = "Column %COLUMNNUMBER" ;
};
String STR_ROW_LABEL
{
Text [ en-US ] = "Row %ROWNUMBER" ;
};
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
//for range didalog
String STR_DATA_ROLE_LABEL
{
Text [ en-US ] = "Name" ;
};
String STR_DATA_ROLE_X
{
Text [ en-US ] = "X-Values" ;
};
String STR_DATA_ROLE_Y
{
Text [ en-US ] = "Y-Values" ;
};
String STR_DATA_ROLE_X_ERROR
{
Text [ en-US ] = "X-Error-Bars" ;
};
String STR_DATA_ROLE_Y_ERROR
{
Text [ en-US ] = "Y-Error-Bars" ;
};
String STR_DATA_ROLE_FIRST
{
Text [ en-US ] = "Open Values" ;
};
String STR_DATA_ROLE_LAST
{
Text [ en-US ] = "Close Values" ;
};
String STR_DATA_ROLE_MIN
{
Text [ en-US ] = "Low Values" ;
};
String STR_DATA_ROLE_MAX
{
Text [ en-US ] = "High Values" ;
};
String STR_DATA_ROLE_CATEGORIES
{
Text [ en-US ] = "Categories";
};
String STR_DATA_UNNAMED_SERIES
{
Text [ en-US ] = "Unnamed Series";
};
String STR_DATA_UNNAMED_SERIES_WITH_INDEX
{
Text [ en-US ] = "Unnamed Series %NUMBER" ;
};
String STR_DATA_SELECT_RANGE_FOR_SERIES
{
Text [ en-US ] = "Choose range for %VALUETYPE of %SERIESNAME" ;
};
String STR_DATA_SELECT_RANGE_FOR_CATEGORIES
{
Text [ en-US ] = "Select Range for Categories" ;
};
String STR_DATA_SELECT_RANGE_FOR_DATALABELS
{
Text [ en-US ] = "Select Range for data labels" ;
};
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
|