1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "Strings.hrc"
25
26String STR_DLG_CHART_WIZARD
27{
28	Text [ en-US ] = "Chart Wizard" ;
29};
30
31String STR_DLG_SMOOTH_LINE_PROPERTIES
32{
33	Text [ en-US ] = "Smooth Lines" ;
34};
35
36String STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE
37{
38	Text [ en-US ] = "Number Format for Percentage Value" ;
39};
40
41String STR_PAGE_CHARTTYPE
42{
43	Text [ en-US ] = "Chart Type" ;
44};
45
46String STR_PAGE_DATA_RANGE
47{
48	Text [ en-US ] = "Data Range" ;
49};
50
51String STR_PAGE_CHART_ELEMENTS
52{
53	Text [ en-US ] = "Chart Elements" ;
54};
55
56String STR_PAGE_CHART_LOCATION
57{
58	Text [ en-US ] = "Chart Location" ;
59};
60
61String STR_PAGE_LINE
62{
63	Text [ en-US ] = "Line" ;
64};
65
66String STR_PAGE_BORDER
67{
68	Text [ en-US ] = "Borders" ;
69};
70
71String STR_PAGE_AREA
72{
73	Text [ en-US ] = "Area" ;
74};
75
76String STR_PAGE_TRANSPARENCY
77{
78	Text [ en-US ] = "Transparency" ;
79};
80
81String STR_PAGE_FONT
82{
83	Text [ en-US ] = "Font" ;
84};
85
86String STR_PAGE_FONT_EFFECTS
87{
88	Text [ en-US ] = "Font Effects" ;
89};
90
91String STR_PAGE_NUMBERS
92{
93	Text [ en-US ] = "Numbers" ;
94};
95
96String STR_PAGE_POSITION
97{
98	Text [ en-US ] = "Position" ;
99};
100
101String STR_BUTTON_UP
102{
103	Text [ en-US ] = "Up" ;
104};
105String STR_BUTTON_DOWN
106{
107	Text [ en-US ] = "Down" ;
108};
109
110String STR_PAGE_LAYOUT
111{
112	Text [ en-US ] = "Layout" ;
113};
114
115String STR_PAGE_OPTIONS
116{
117	Text [ en-US ] = "Options" ;
118};
119
120String STR_PAGE_SCALE
121{
122	Text [ en-US ] = "Scale" ;
123};
124
125String STR_PAGE_POSITIONING
126{
127	Text [ en-US ] = "Positioning" ;
128};
129
130// String STR_PAGE_STATISTICS
131// {
132// 	Text [ en-US ] = "Statistics" ;
133// };
134
135String STR_PAGE_TRENDLINE_TYPE
136{
137	Text [ en-US ] = "Type" ;
138};
139
140String STR_PAGE_YERROR_BARS
141{
142	Text [ en-US ] = "Y Error Bars" ;
143};
144
145String STR_PAGE_ALIGNMENT
146{
147	Text [ en-US ] = "Alignment" ;
148};
149
150String STR_PAGE_PERSPECTIVE
151{
152	Text [ en-US ] = "Perspective" ;
153};
154String STR_PAGE_APPEARANCE
155{
156	Text [ en-US ] = "Appearance" ;
157};
158String STR_PAGE_ILLUMINATION
159{
160	Text [ en-US ] = "Illumination" ;
161};
162
163String STR_PAGE_ASIAN
164{
165	Text [ en-US ] = "Asian Typography" ;
166};
167
168String STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS
169{
170	Text [ en-US ] = "Mean value line with value %AVERAGE_VALUE and standard deviation %STD_DEVIATION" ;
171};
172
173String STR_OBJECT_AXIS
174{
175	Text [ en-US ] = "Axis" ;
176};
177String STR_OBJECT_AXIS_X
178{
179	Text [ en-US ] = "X Axis" ;
180};
181String STR_OBJECT_AXIS_Y
182{
183	Text [ en-US ] = "Y Axis" ;
184};
185String STR_OBJECT_AXIS_Z
186{
187	Text [ en-US ] = "Z Axis" ;
188};
189String STR_OBJECT_SECONDARY_X_AXIS
190{
191	Text [ en-US ] = "Secondary X Axis" ;
192};
193String STR_OBJECT_SECONDARY_Y_AXIS
194{
195	Text [ en-US ] = "Secondary Y Axis" ;
196};
197
198String STR_OBJECT_AXES
199{
200	Text [ en-US ] = "Axes" ;
201};
202String STR_OBJECT_GRIDS
203{
204	Text [ en-US ] = "Grids" ;
205};
206String STR_OBJECT_GRID
207{
208	Text [ en-US ] = "Grid" ;
209};
210String STR_OBJECT_GRID_MAJOR_X
211{
212	Text [ en-US ] = "X Axis Major Grid" ;
213};
214String STR_OBJECT_GRID_MAJOR_Y
215{
216	Text [ en-US ] = "Y Axis Major Grid" ;
217};
218String STR_OBJECT_GRID_MAJOR_Z
219{
220	Text [ en-US ] = "Z Axis Major Grid" ;
221};
222String STR_OBJECT_GRID_MINOR_X
223{
224	Text [ en-US ] = "X Axis Minor Grid" ;
225};
226String STR_OBJECT_GRID_MINOR_Y
227{
228	Text [ en-US ] = "Y Axis Minor Grid" ;
229};
230String STR_OBJECT_GRID_MINOR_Z
231{
232	Text [ en-US ] = "Z Axis Minor Grid" ;
233};
234
235String STR_OBJECT_LEGEND
236{
237	Text [ en-US ] = "Legend" ;
238};
239
240String STR_OBJECT_TITLE
241{
242	Text [ en-US ] = "Title" ;
243};
244String STR_OBJECT_TITLES
245{
246	Text [ en-US ] = "Titles" ;
247};
248String STR_OBJECT_TITLE_MAIN
249{
250	Text [ en-US ] = "Main Title" ;
251};
252String STR_OBJECT_TITLE_SUB
253{
254	Text [ en-US ] = "Subtitle" ;
255};
256String STR_OBJECT_TITLE_X_AXIS
257{
258	Text [ en-US ] = "X Axis Title" ;
259};
260String STR_OBJECT_TITLE_Y_AXIS
261{
262	Text [ en-US ] = "Y Axis Title" ;
263};
264String STR_OBJECT_TITLE_Z_AXIS
265{
266	Text [ en-US ] = "Z Axis Title" ;
267};
268String STR_OBJECT_TITLE_SECONDARY_X_AXIS
269{
270	Text [ en-US ] = "Secondary X Axis Title" ;
271};
272String STR_OBJECT_TITLE_SECONDARY_Y_AXIS
273{
274	Text [ en-US ] = "Secondary Y Axis Title" ;
275};
276String STR_OBJECT_LABEL
277{
278	Text [ en-US ] = "Label" ;
279};
280
281String STR_OBJECT_DATALABELS
282{
283	Text [ en-US ] = "Data Labels" ;
284};
285String STR_OBJECT_DATAPOINT
286{
287	Text [ en-US ] = "Data Point" ;
288};
289String STR_OBJECT_DATAPOINTS
290{
291	Text [ en-US ] = "Data Points" ;
292};
293String STR_OBJECT_LEGEND_SYMBOL
294{
295	Text [ en-US ] = "Legend Key" ;
296};
297String STR_OBJECT_DATASERIES
298{
299	Text [ en-US ] = "Data Series" ;
300};
301String STR_OBJECT_DATASERIES_PLURAL
302{
303	Text [ en-US ] = "Data Series" ;
304};
305String STR_OBJECT_CURVE
306{
307	Text [ en-US ] = "Trend Line" ;
308};
309String STR_OBJECT_CURVES
310{
311	Text [ en-US ] = "Trend Lines" ;
312};
313String STR_OBJECT_CURVE_WITH_PARAMETERS
314{
315	Text [ en-US ] = "Trend line %FORMULA with accuracy R² = %RSQUARED" ;
316};
317String STR_OBJECT_AVERAGE_LINE
318{
319	Text [ en-US ] = "Mean Value Line" ;
320};
321String STR_OBJECT_CURVE_EQUATION
322{
323	Text [ en-US ] = "Equation" ;
324};
325
326String STR_OBJECT_ERROR_BARS
327{
328	Text [ en-US ] = "Error Bars" ;
329};
330String STR_OBJECT_STOCK_LOSS
331{
332	Text [ en-US ] = "Stock Loss" ;
333};
334
335String STR_OBJECT_STOCK_GAIN
336{
337	Text [ en-US ] = "Stock Gain" ;
338};
339
340String STR_OBJECT_PAGE
341{
342	Text [ en-US ] = "Chart Area" ;
343};
344String STR_OBJECT_DIAGRAM
345{
346	Text [ en-US ] = "Chart" ;
347};
348String STR_OBJECT_DIAGRAM_WALL
349{
350	Text [ en-US ] = "Chart Wall" ;
351};
352String STR_OBJECT_DIAGRAM_FLOOR
353{
354	Text [ en-US ] = "Chart Floor" ;
355};
356
357String STR_OBJECT_SHAPE
358{
359	Text [ en-US ] = "Drawing Object" ;
360};
361
362//-----------------------------------------------------------------------------
363//-----------------------------------------------------------------------------
364//-----------------------------------------------------------------------------
365//-----------------------------------------------------------------------------
366
367String STR_TIP_SELECT_RANGE
368{
369	Text [ en-US ] = "Select data range" ;
370};
371
372String STR_TIP_CHOOSECOLOR
373{
374	Text [ en-US ] = "Select a color using the color dialog" ;
375};
376
377String STR_TIP_LIGHTSOURCE_X
378{
379	Text [ en-US ] = "Light Source %LIGHTNUMBER" ;
380};
381
382String STR_TIP_DATASERIES
383{
384	Text [ en-US ] = "Data Series '%SERIESNAME'" ;
385};
386
387String STR_TIP_DATAPOINT_INDEX
388{
389	Text [ en-US ] = "Data Point %POINTNUMBER" ;
390};
391
392String STR_TIP_DATAPOINT_VALUES
393{
394	Text [ en-US ] = "Values: %POINTVALUES" ;
395};
396
397String STR_TIP_DATAPOINT
398{
399	Text [ en-US ] = "Data Point %POINTNUMBER, data series %SERIESNUMBER, values: %POINTVALUES" ;
400};
401
402String STR_STATUS_DATAPOINT_MARKED
403{
404	Text [ en-US ] = "Data point %POINTNUMBER in data series %SERIESNUMBER selected, values: %POINTVALUES" ;
405};
406
407String STR_STATUS_OBJECT_MARKED
408{
409	Text [ en-US ] = "%OBJECTNAME selected" ;
410};
411
412String STR_STATUS_PIE_SEGMENT_EXPLODED
413{
414	Text [ en-US ] = "Pie exploded by %PERCENTVALUE percent" ;
415};
416
417//-----------------------------------------------------------------------------
418//-----------------------------------------------------------------------------
419String STR_OBJECT_FOR_SERIES
420{
421	Text [ en-US ] = "%OBJECTNAME for Data Series '%SERIESNAME'" ;
422};
423
424String STR_OBJECT_FOR_ALL_SERIES
425{
426	Text [ en-US ] = "%OBJECTNAME for all Data Series" ;
427};
428
429//-----------------------------------------------------------------------------
430//-----------------------------------------------------------------------------
431String STR_ACTION_EDIT_CHARTTYPE
432{
433	Text [ en-US ] = "Edit chart type" ;
434};
435String STR_ACTION_EDIT_DATA_RANGES
436{
437	Text [ en-US ] = "Edit data ranges" ;
438};
439String STR_ACTION_EDIT_3D_VIEW
440{
441	Text [ en-US ] = "Edit 3D view" ;
442};
443String STR_ACTION_EDIT_CHART_DATA
444{
445	Text [ en-US ] = "Edit chart data" ;
446};
447String STR_ACTION_TOGGLE_LEGEND
448{
449	Text [ en-US ] = "Legend on/off" ;
450};
451String STR_ACTION_TOGGLE_GRID_HORZ
452{
453	Text [ en-US ] = "Horizontal grid on/off" ;
454};
455String STR_ACTION_SCALE_TEXT
456{
457	Text [ en-US ] = "Scale Text" ;
458};
459String STR_ACTION_REARRANGE_CHART
460{
461	Text [ en-US ] = "Automatic Layout" ;
462};
463String STR_ACTION_NOTPOSSIBLE
464{
465	Text [ en-US ] = "This function cannot be completed with the selected objects." ;
466};
467String STR_ACTION_EDIT_TEXT
468{
469	Text [ en-US ] = "Edit text" ;
470};
471
472String STR_COLUMN_LABEL
473{
474	Text [ en-US ] = "Column %COLUMNNUMBER" ;
475};
476String STR_ROW_LABEL
477{
478	Text [ en-US ] = "Row %ROWNUMBER" ;
479};
480
481//-----------------------------------------------------------------------------
482//-----------------------------------------------------------------------------
483//-----------------------------------------------------------------------------
484
485//for range didalog
486String STR_DATA_ROLE_LABEL
487{
488	Text [ en-US ] = "Name" ;
489};
490
491String STR_DATA_ROLE_X
492{
493	Text [ en-US ] = "X-Values" ;
494};
495
496String STR_DATA_ROLE_Y
497{
498	Text [ en-US ] = "Y-Values" ;
499};
500
501String STR_DATA_ROLE_SIZE
502{
503	Text [ en-US ] = "Bubble Sizes" ;
504};
505
506String STR_DATA_ROLE_X_ERROR
507{
508	Text [ en-US ] = "X-Error-Bars" ;
509};
510String STR_DATA_ROLE_X_ERROR_POSITIVE
511{
512	Text [ en-US ] = "Positive X-Error-Bars" ;
513};
514String STR_DATA_ROLE_X_ERROR_NEGATIVE
515{
516	Text [ en-US ] = "Negative X-Error-Bars" ;
517};
518
519String STR_DATA_ROLE_Y_ERROR
520{
521	Text [ en-US ] = "Y-Error-Bars" ;
522};
523String STR_DATA_ROLE_Y_ERROR_POSITIVE
524{
525	Text [ en-US ] = "Positive Y-Error-Bars" ;
526};
527String STR_DATA_ROLE_Y_ERROR_NEGATIVE
528{
529	Text [ en-US ] = "Negative Y-Error-Bars" ;
530};
531
532String STR_DATA_ROLE_FIRST
533{
534	Text [ en-US ] = "Open Values" ;
535};
536
537String STR_DATA_ROLE_LAST
538{
539	Text [ en-US ] = "Close Values" ;
540};
541
542String STR_DATA_ROLE_MIN
543{
544	Text [ en-US ] = "Low Values" ;
545};
546
547String STR_DATA_ROLE_MAX
548{
549	Text [ en-US ] = "High Values" ;
550};
551
552String STR_DATA_ROLE_CATEGORIES
553{
554	Text [ en-US ] = "Categories" ;
555};
556
557String STR_DATA_UNNAMED_SERIES
558{
559	Text [ en-US ] = "Unnamed Series" ;
560};
561
562String STR_DATA_UNNAMED_SERIES_WITH_INDEX
563{
564	Text [ en-US ] = "Unnamed Series %NUMBER" ;
565};
566
567String STR_DATA_SELECT_RANGE_FOR_SERIES
568{
569	Text [ en-US ] = "Select Range for %VALUETYPE of %SERIESNAME" ;
570};
571
572String STR_DATA_SELECT_RANGE_FOR_CATEGORIES
573{
574	Text [ en-US ] = "Select Range for Categories" ;
575};
576
577String STR_DATA_SELECT_RANGE_FOR_DATALABELS
578{
579	Text [ en-US ] = "Select Range for data labels" ;
580};
581String STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS
582{
583	Text [ en-US ] = "Select Range for Positive Error Bars" ;
584};
585String STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS
586{
587	Text [ en-US ] = "Select Range for Negative Error Bars" ;
588};
589
590String STR_DATA_EDITOR_INCORRECT_INPUT
591{
592	Text [ en-US ] = "Your last input is incorrect.\nIgnore this change and close the dialog?" ;
593};
594
595// frame direction ------------------------------------------------------------
596
597String STR_TEXT_DIRECTION_LTR
598{
599	Text [ en-US ] = "Left-to-right" ;
600};
601
602String STR_TEXT_DIRECTION_RTL
603{
604	Text [ en-US ] = "Right-to-left" ;
605};
606
607String STR_TEXT_DIRECTION_SUPER
608{
609	Text [ en-US ] = "Use superordinate object settings" ;
610};
611
612// ********************************************************************** EOF
613