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