summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/Strings.src
blob: f03ce30259c79b38ff6bd9af09c2c0a0ae3d7984 (plain)
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
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#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_DLG_STEPPED_LINE_PROPERTIES
{
    Text [ en-US ] = "Stepped 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_FONT
{
    Text [ en-US ] = "Font" ;
};

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_BUTTON_UP
{
    Text [ en-US ] = "Up";
};
String STR_BUTTON_DOWN
{
    Text [ en-US ] = "Down";
};

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_POSITIONING
{
    Text [ en-US ] = "Positioning" ;
};

String STR_PAGE_TRENDLINE_TYPE
{
    Text[ en-US ] = "Type";
};

String STR_PAGE_XERROR_BARS
{
    Text[ en-US ] = "X Error Bars";
};

String STR_PAGE_YERROR_BARS
{
    Text[ en-US ] = "Y Error Bars";
};

String STR_PAGE_ZERROR_BARS
{
    Text[ en-US ] = "Z Error Bars";
};

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_PAGE_ASIAN
{
    Text [ en-US ] = "Asian Typography" ;
};

String STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS
{
    Text [ en-US ] = "Mean value line with value %AVERAGE_VALUE and standard deviation %STD_DEVIATION";
};

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_SECONDARY_X_AXIS
{
    Text [ en-US ] = "Secondary X Axis" ;
};
String STR_OBJECT_SECONDARY_Y_AXIS
{
    Text [ en-US ] = "Secondary Y 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_TITLE_SECONDARY_X_AXIS
{
    Text [ en-US ] = "Secondary X Axis Title" ;
};
String STR_OBJECT_TITLE_SECONDARY_Y_AXIS
{
    Text [ en-US ] = "Secondary Y 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 ] = "Trend Line";
};
String STR_OBJECT_CURVES
{
    Text [ en-US ] = "Trend Lines";
};
String STR_OBJECT_CURVE_WITH_PARAMETERS
{
    Text [ en-US ] = "Trend line %FORMULA with accuracy R² = %RSQUARED";
};
String STR_OBJECT_MOVING_AVERAGE_WITH_PARAMETERS
{
    Text [ en-US ] = "Moving average trend line with period = %PERIOD";
};
String STR_OBJECT_AVERAGE_LINE
{
    Text [ en-US ] = "Mean Value Line";
};
String STR_OBJECT_CURVE_EQUATION
{
    Text[ en-US ] = "Equation";
};

String STR_OBJECT_ERROR_BARS_X
{
    Text [ en-US ] = "X Error Bars";
};

String STR_OBJECT_ERROR_BARS_Y
{
    Text [ en-US ] = "Y Error Bars";
};

String STR_OBJECT_ERROR_BARS_Z
{
    Text [ en-US ] = "Z Error Bars";
};
String STR_OBJECT_STOCK_LOSS
{
    Text [ en-US ] = "Stock Loss";
};

String STR_OBJECT_STOCK_GAIN
{
    Text [ en-US ] = "Stock Gain";
};

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_OBJECT_SHAPE
{
    Text [ en-US ] = "Drawing Object" ;
};

//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------

String STR_TIP_SELECT_RANGE
{
    Text [ en-US ] = "Select data range" ;
};

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_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_OBJECT_FOR_SERIES
{
    Text [ en-US ] = "%OBJECTNAME for Data Series '%SERIESNAME'" ;
};

String STR_OBJECT_FOR_ALL_SERIES
{
    Text [ en-US ] = "%OBJECTNAME for all Data Series" ;
};

//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
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 major/major&minor/off" ;
};
String STR_ACTION_TOGGLE_GRID_VERTICAL
{
    Text [ en-US ] = "Vertical grid major/major&minor/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_ACTION_EDIT_TEXT
{
    Text [ en-US ] = "Edit text";
};

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_SIZE
{
    Text [ en-US ] = "Bubble Sizes" ;
};

String STR_DATA_ROLE_X_ERROR
{
    Text [ en-US ] = "X-Error-Bars" ;
};
String STR_DATA_ROLE_X_ERROR_POSITIVE
{
    Text [ en-US ] = "Positive X-Error-Bars" ;
};
String STR_DATA_ROLE_X_ERROR_NEGATIVE
{
    Text [ en-US ] = "Negative X-Error-Bars" ;
};

String STR_DATA_ROLE_Y_ERROR
{
    Text [ en-US ] = "Y-Error-Bars" ;
};
String STR_DATA_ROLE_Y_ERROR_POSITIVE
{
    Text [ en-US ] = "Positive Y-Error-Bars" ;
};
String STR_DATA_ROLE_Y_ERROR_NEGATIVE
{
    Text [ en-US ] = "Negative 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 ] = "Select 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" ;
};

String STR_DATA_EDITOR_INCORRECT_INPUT
{
    Text [ en-US ] = "Your last input is incorrect.\nIgnore this change and close the dialog?" ;
};

// frame direction ------------------------------------------------------------

String STR_TEXT_DIRECTION_LTR
{
    Text [ en-US ] = "Left-to-right";
};

String STR_TEXT_DIRECTION_RTL
{
    Text [ en-US ] = "Right-to-left";
};

String STR_TEXT_DIRECTION_SUPER
{
    Text [ en-US ] = "Use superordinate object settings";
};

//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */