1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
19 #ifndef CHART_STRINGS_HRC
20 #define CHART_STRINGS_HRC
22 #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
24 #define STR_DLG_CHART_WIZARD NC_("STR_DLG_CHART_WIZARD", "Chart Wizard")
25 #define STR_DLG_SMOOTH_LINE_PROPERTIES NC_("STR_DLG_SMOOTH_LINE_PROPERTIES", "Smooth Lines")
26 #define STR_DLG_STEPPED_LINE_PROPERTIES NC_("STR_DLG_STEPPED_LINE_PROPERTIES", "Stepped Lines")
27 #define STR_DLG_REMOVE_DATA_TABLE NC_("STR_DLG_REMOVE_DATA_TABLE", "This chart currently contains an internal data table. Do you want to proceed, deleting the internal data table, and set a new data range?")
28 #define STR_PAGE_CHARTTYPE NC_("STR_PAGE_CHARTTYPE", "Chart Type")
29 #define STR_PAGE_DATA_RANGE NC_("STR_PAGE_DATA_RANGE", "Data Range")
30 #define STR_PAGE_CHART_ELEMENTS NC_("STR_PAGE_CHART_ELEMENTS", "Chart Elements")
31 #define STR_PAGE_LINE NC_("STR_PAGE_LINE", "Line")
32 #define STR_PAGE_BORDER NC_("STR_PAGE_BORDER", "Borders")
33 #define STR_PAGE_AREA NC_("STR_PAGE_AREA", "Area")
34 #define STR_PAGE_TRANSPARENCY NC_("STR_PAGE_TRANSPARENCY", "Transparency")
35 #define STR_PAGE_FONT NC_("STR_PAGE_FONT", "Font")
36 #define STR_PAGE_FONT_EFFECTS NC_("STR_PAGE_FONT_EFFECTS", "Font Effects")
37 #define STR_PAGE_NUMBERS NC_("STR_PAGE_NUMBERS", "Numbers")
38 #define STR_PAGE_POSITION NC_("STR_PAGE_POSITION", "Position")
39 #define STR_PAGE_LAYOUT NC_("STR_PAGE_LAYOUT", "Layout")
40 #define STR_PAGE_OPTIONS NC_("STR_PAGE_OPTIONS", "Options")
41 #define STR_PAGE_SCALE NC_("STR_PAGE_SCALE", "Scale")
42 #define STR_PAGE_POSITIONING NC_("STR_PAGE_POSITIONING", "Positioning")
43 #define STR_PAGE_TRENDLINE_TYPE NC_("STR_PAGE_TRENDLINE_TYPE", "Type")
44 #define STR_PAGE_XERROR_BARS NC_("STR_PAGE_XERROR_BARS", "X Error Bars")
45 #define STR_PAGE_YERROR_BARS NC_("STR_PAGE_YERROR_BARS", "Y Error Bars")
46 #define STR_PAGE_ALIGNMENT NC_("STR_PAGE_ALIGNMENT", "Alignment")
47 #define STR_PAGE_PERSPECTIVE NC_("STR_PAGE_PERSPECTIVE", "Perspective")
48 #define STR_PAGE_APPEARANCE NC_("STR_PAGE_APPEARANCE", "Appearance")
49 #define STR_PAGE_ILLUMINATION NC_("STR_PAGE_ILLUMINATION", "Illumination")
50 #define STR_PAGE_ASIAN NC_("STR_PAGE_ASIAN", "Asian Typography")
51 #define STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS NC_("STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS", "Mean value line with value %AVERAGE_VALUE and standard deviation %STD_DEVIATION")
52 #define STR_OBJECT_AXIS NC_("STR_OBJECT_AXIS", "Axis")
53 #define STR_OBJECT_AXIS_X NC_("STR_OBJECT_AXIS_X", "X Axis")
54 #define STR_OBJECT_AXIS_Y NC_("STR_OBJECT_AXIS_Y", "Y Axis")
55 #define STR_OBJECT_AXIS_Z NC_("STR_OBJECT_AXIS_Z", "Z Axis")
56 #define STR_OBJECT_SECONDARY_X_AXIS NC_("STR_OBJECT_SECONDARY_X_AXIS", "Secondary X Axis")
57 #define STR_OBJECT_SECONDARY_Y_AXIS NC_("STR_OBJECT_SECONDARY_Y_AXIS", "Secondary Y Axis")
58 #define STR_OBJECT_AXES NC_("STR_OBJECT_AXES", "Axes")
59 #define STR_OBJECT_GRIDS NC_("STR_OBJECT_GRIDS", "Grids")
60 #define STR_OBJECT_GRID NC_("STR_OBJECT_GRID", "Grid")
61 #define STR_OBJECT_GRID_MAJOR_X NC_("STR_OBJECT_GRID_MAJOR_X", "X Axis Major Grid")
62 #define STR_OBJECT_GRID_MAJOR_Y NC_("STR_OBJECT_GRID_MAJOR_Y", "Y Axis Major Grid")
63 #define STR_OBJECT_GRID_MAJOR_Z NC_("STR_OBJECT_GRID_MAJOR_Z", "Z Axis Major Grid")
64 #define STR_OBJECT_GRID_MINOR_X NC_("STR_OBJECT_GRID_MINOR_X", "X Axis Minor Grid")
65 #define STR_OBJECT_GRID_MINOR_Y NC_("STR_OBJECT_GRID_MINOR_Y", "Y Axis Minor Grid")
66 #define STR_OBJECT_GRID_MINOR_Z NC_("STR_OBJECT_GRID_MINOR_Z", "Z Axis Minor Grid")
67 #define STR_OBJECT_LEGEND NC_("STR_OBJECT_LEGEND", "Legend")
68 #define STR_OBJECT_TITLE NC_("STR_OBJECT_TITLE", "Title")
69 #define STR_OBJECT_TITLES NC_("STR_OBJECT_TITLES", "Titles")
70 #define STR_OBJECT_TITLE_MAIN NC_("STR_OBJECT_TITLE_MAIN", "Main Title")
71 #define STR_OBJECT_TITLE_SUB NC_("STR_OBJECT_TITLE_SUB", "Subtitle")
72 #define STR_OBJECT_TITLE_X_AXIS NC_("STR_OBJECT_TITLE_X_AXIS", "X Axis Title")
73 #define STR_OBJECT_TITLE_Y_AXIS NC_("STR_OBJECT_TITLE_Y_AXIS", "Y Axis Title")
74 #define STR_OBJECT_TITLE_Z_AXIS NC_("STR_OBJECT_TITLE_Z_AXIS", "Z Axis Title")
75 #define STR_OBJECT_TITLE_SECONDARY_X_AXIS NC_("STR_OBJECT_TITLE_SECONDARY_X_AXIS", "Secondary X Axis Title")
76 #define STR_OBJECT_TITLE_SECONDARY_Y_AXIS NC_("STR_OBJECT_TITLE_SECONDARY_Y_AXIS", "Secondary Y Axis Title")
77 #define STR_OBJECT_LABEL NC_("STR_OBJECT_LABEL", "Label")
78 #define STR_OBJECT_DATALABELS NC_("STR_OBJECT_DATALABELS", "Data Labels")
79 #define STR_OBJECT_DATAPOINT NC_("STR_OBJECT_DATAPOINT", "Data Point")
80 #define STR_OBJECT_DATAPOINTS NC_("STR_OBJECT_DATAPOINTS", "Data Points")
81 #define STR_OBJECT_LEGEND_SYMBOL NC_("STR_OBJECT_LEGEND_SYMBOL", "Legend Key")
82 #define STR_OBJECT_DATASERIES NC_("STR_OBJECT_DATASERIES", "Data Series")
83 #define STR_OBJECT_DATASERIES_PLURAL NC_("STR_OBJECT_DATASERIES_PLURAL", "Data Series")
84 #define STR_OBJECT_CURVE NC_("STR_OBJECT_CURVE", "Trend Line")
85 #define STR_OBJECT_CURVES NC_("STR_OBJECT_CURVES", "Trend Lines")
86 #define STR_OBJECT_CURVE_WITH_PARAMETERS NC_("STR_OBJECT_CURVE_WITH_PARAMETERS", "Trend line %FORMULA with accuracy R² = %RSQUARED")
87 #define STR_OBJECT_MOVING_AVERAGE_WITH_PARAMETERS NC_("STR_OBJECT_MOVING_AVERAGE_WITH_PARAMETERS", "Moving average trend line with period = %PERIOD")
88 #define STR_OBJECT_AVERAGE_LINE NC_("STR_OBJECT_AVERAGE_LINE", "Mean Value Line")
89 #define STR_OBJECT_CURVE_EQUATION NC_("STR_OBJECT_CURVE_EQUATION", "Equation")
90 #define STR_OBJECT_ERROR_BARS_X NC_("STR_OBJECT_ERROR_BARS_X", "X Error Bars")
91 #define STR_OBJECT_ERROR_BARS_Y NC_("STR_OBJECT_ERROR_BARS_Y", "Y Error Bars")
92 #define STR_OBJECT_ERROR_BARS_Z NC_("STR_OBJECT_ERROR_BARS_Z", "Z Error Bars")
93 #define STR_OBJECT_STOCK_LOSS NC_("STR_OBJECT_STOCK_LOSS", "Stock Loss")
94 #define STR_OBJECT_STOCK_GAIN NC_("STR_OBJECT_STOCK_GAIN", "Stock Gain")
95 #define STR_OBJECT_PAGE NC_("STR_OBJECT_PAGE", "Chart Area")
96 #define STR_OBJECT_DIAGRAM NC_("STR_OBJECT_DIAGRAM", "Chart")
97 #define STR_OBJECT_DIAGRAM_WALL NC_("STR_OBJECT_DIAGRAM_WALL", "Chart Wall")
98 #define STR_OBJECT_DIAGRAM_FLOOR NC_("STR_OBJECT_DIAGRAM_FLOOR", "Chart Floor")
99 #define STR_OBJECT_SHAPE NC_("STR_OBJECT_SHAPE", "Drawing Object")
100 #define STR_TIP_DATASERIES NC_("STR_TIP_DATASERIES", "Data Series '%SERIESNAME'")
101 #define STR_TIP_DATAPOINT_INDEX NC_("STR_TIP_DATAPOINT_INDEX", "Data Point %POINTNUMBER")
102 #define STR_TIP_DATAPOINT_VALUES NC_("STR_TIP_DATAPOINT_VALUES", "Values: %POINTVALUES")
103 #define STR_TIP_DATAPOINT NC_("STR_TIP_DATAPOINT", "Data Point %POINTNUMBER, data series %SERIESNUMBER, values: %POINTVALUES")
104 #define STR_STATUS_DATAPOINT_MARKED NC_("STR_STATUS_DATAPOINT_MARKED", "Data point %POINTNUMBER in data series %SERIESNUMBER selected, values: %POINTVALUES")
105 #define STR_STATUS_OBJECT_MARKED NC_("STR_STATUS_OBJECT_MARKED", "%OBJECTNAME selected")
106 #define STR_STATUS_PIE_SEGMENT_EXPLODED NC_("STR_STATUS_PIE_SEGMENT_EXPLODED", "Pie exploded by %PERCENTVALUE percent")
107 #define STR_OBJECT_FOR_SERIES NC_("STR_OBJECT_FOR_SERIES", "%OBJECTNAME for Data Series '%SERIESNAME'")
108 #define STR_OBJECT_FOR_ALL_SERIES NC_("STR_OBJECT_FOR_ALL_SERIES", "%OBJECTNAME for all Data Series")
109 #define STR_ACTION_EDIT_CHARTTYPE NC_("STR_ACTION_EDIT_CHARTTYPE", "Edit chart type")
110 #define STR_ACTION_EDIT_DATA_RANGES NC_("STR_ACTION_EDIT_DATA_RANGES", "Edit data ranges")
111 #define STR_ACTION_EDIT_3D_VIEW NC_("STR_ACTION_EDIT_3D_VIEW", "Edit 3D view")
112 #define STR_ACTION_EDIT_CHART_DATA NC_("STR_ACTION_EDIT_CHART_DATA", "Edit chart data")
113 #define STR_ACTION_TOGGLE_LEGEND NC_("STR_ACTION_TOGGLE_LEGEND", "Legend on/off")
114 #define STR_ACTION_TOGGLE_GRID_HORZ NC_("STR_ACTION_TOGGLE_GRID_HORZ", "Horizontal grid major/major&minor/off")
115 #define STR_ACTION_TOGGLE_GRID_VERTICAL NC_("STR_ACTION_TOGGLE_GRID_VERTICAL", "Vertical grid major/major&minor/off")
116 #define STR_ACTION_SCALE_TEXT NC_("STR_ACTION_SCALE_TEXT", "Scale Text")
117 #define STR_ACTION_REARRANGE_CHART NC_("STR_ACTION_REARRANGE_CHART", "Automatic Layout")
118 #define STR_ACTION_NOTPOSSIBLE NC_("STR_ACTION_NOTPOSSIBLE", "This function cannot be completed with the selected objects.")
119 #define STR_ACTION_EDIT_TEXT NC_("STR_ACTION_EDIT_TEXT", "Edit text")
120 #define STR_COLUMN_LABEL NC_("STR_COLUMN_LABEL", "Column %COLUMNNUMBER")
121 #define STR_ROW_LABEL NC_("STR_ROW_LABEL", "Row %ROWNUMBER")
122 #define STR_DATA_ROLE_LABEL NC_("STR_DATA_ROLE_LABEL", "Name")
123 #define STR_DATA_ROLE_X NC_("STR_DATA_ROLE_X", "X-Values")
124 #define STR_DATA_ROLE_Y NC_("STR_DATA_ROLE_Y", "Y-Values")
125 #define STR_DATA_ROLE_SIZE NC_("STR_DATA_ROLE_SIZE", "Bubble Sizes")
126 #define STR_DATA_ROLE_X_ERROR NC_("STR_DATA_ROLE_X_ERROR", "X-Error-Bars")
127 #define STR_DATA_ROLE_X_ERROR_POSITIVE NC_("STR_DATA_ROLE_X_ERROR_POSITIVE", "Positive X-Error-Bars")
128 #define STR_DATA_ROLE_X_ERROR_NEGATIVE NC_("STR_DATA_ROLE_X_ERROR_NEGATIVE", "Negative X-Error-Bars")
129 #define STR_DATA_ROLE_Y_ERROR NC_("STR_DATA_ROLE_Y_ERROR", "Y-Error-Bars")
130 #define STR_DATA_ROLE_Y_ERROR_POSITIVE NC_("STR_DATA_ROLE_Y_ERROR_POSITIVE", "Positive Y-Error-Bars")
131 #define STR_DATA_ROLE_Y_ERROR_NEGATIVE NC_("STR_DATA_ROLE_Y_ERROR_NEGATIVE", "Negative Y-Error-Bars")
132 #define STR_DATA_ROLE_FIRST NC_("STR_DATA_ROLE_FIRST", "Open Values")
133 #define STR_DATA_ROLE_LAST NC_("STR_DATA_ROLE_LAST", "Close Values")
134 #define STR_DATA_ROLE_MIN NC_("STR_DATA_ROLE_MIN", "Low Values")
135 #define STR_DATA_ROLE_MAX NC_("STR_DATA_ROLE_MAX", "High Values")
136 #define STR_DATA_ROLE_CATEGORIES NC_("STR_DATA_ROLE_CATEGORIES", "Categories")
137 #define STR_DATA_UNNAMED_SERIES NC_("STR_DATA_UNNAMED_SERIES", "Series")
138 #define STR_DATA_UNNAMED_SERIES_WITH_INDEX NC_("STR_DATA_UNNAMED_SERIES_WITH_INDEX", "Series%NUMBER")
139 #define STR_DATA_SELECT_RANGE_FOR_SERIES NC_("STR_DATA_SELECT_RANGE_FOR_SERIES", "Select Range for %VALUETYPE of %SERIESNAME")
140 #define STR_DATA_SELECT_RANGE_FOR_CATEGORIES NC_("STR_DATA_SELECT_RANGE_FOR_CATEGORIES", "Select Range for Categories")
141 #define STR_DATA_SELECT_RANGE_FOR_DATALABELS NC_("STR_DATA_SELECT_RANGE_FOR_DATALABELS", "Select Range for data labels")
142 #define STR_DATA_EDITOR_INCORRECT_INPUT NC_("STR_DATA_EDITOR_INCORRECT_INPUT", "Your last input is incorrect.\nIgnore this change and close the dialog?")
143 #define STR_TEXT_DIRECTION_LTR NC_("STR_TEXT_DIRECTION_LTR", "Left-to-right")
144 #define STR_TEXT_DIRECTION_RTL NC_("STR_TEXT_DIRECTION_RTL", "Right-to-left")
145 #define STR_TEXT_DIRECTION_SUPER NC_("STR_TEXT_DIRECTION_SUPER", "Use superordinate object settings")
146 #define STR_PROPERTY_ROLE_FILLCOLOR NC_("STR_PROPERTY_ROLE_FILLCOLOR", "Fill Color")
147 #define STR_PROPERTY_ROLE_BORDERCOLOR NC_("STR_PROPERTY_ROLE_BORDERCOLOR", "Border Color")
149 #define STR_CONTROLTEXT_ERROR_BARS_FROM_DATA NC_("STR_CONTROLTEXT_ERROR_BARS_FROM_DATA", "From Data Table")
150 #define STR_REGRESSION_LINEAR NC_("STR_REGRESSION_LINEAR", "Linear")
151 #define STR_REGRESSION_LOG NC_("STR_REGRESSION_LOG", "Logarithmic")
152 #define STR_REGRESSION_EXP NC_("STR_REGRESSION_EXP", "Exponential")
153 #define STR_REGRESSION_POWER NC_("STR_REGRESSION_POWER", "Power")
154 #define STR_REGRESSION_POLYNOMIAL NC_("STR_REGRESSION_POLYNOMIAL", "Polynomial")
155 #define STR_REGRESSION_MOVING_AVERAGE NC_("STR_REGRESSION_MOVING_AVERAGE", "Moving average")
156 #define STR_REGRESSION_MEAN NC_("STR_REGRESSION_MEAN", "Mean")
158 #define STR_TYPE_COLUMN NC_("STR_TYPE_COLUMN", "Column")
159 #define STR_TYPE_BAR NC_("STR_TYPE_BAR", "Bar")
160 #define STR_TYPE_AREA NC_("STR_TYPE_AREA", "Area")
161 #define STR_TYPE_PIE NC_("STR_TYPE_PIE", "Pie")
162 #define STR_PIE_EXPLODED NC_("STR_PIE_EXPLODED", "Exploded Pie Chart")
163 #define STR_DONUT_EXPLODED NC_("STR_DONUT_EXPLODED", "Exploded Donut Chart")
164 #define STR_DONUT NC_("STR_DONUT", "Donut")
165 #define STR_TYPE_LINE NC_("STR_TYPE_LINE", "Line")
166 #define STR_TYPE_XY NC_("STR_TYPE_XY", "XY (Scatter)")
167 #define STR_POINTS_AND_LINES NC_("STR_POINTS_AND_LINES", "Points and Lines")
168 #define STR_POINTS_ONLY NC_("STR_POINTS_ONLY", "Points Only")
169 #define STR_LINES_ONLY NC_("STR_LINES_ONLY", "Lines Only")
170 #define STR_LINES_3D NC_("STR_LINES_3D", "3D Lines")
171 #define STR_TYPE_COMBI_COLUMN_LINE NC_("STR_TYPE_COMBI_COLUMN_LINE", "Column and Line")
172 #define STR_LINE_COLUMN NC_("STR_LINE_COLUMN", "Columns and Lines")
173 #define STR_LINE_STACKEDCOLUMN NC_("STR_LINE_STACKEDCOLUMN", "Stacked Columns and Lines")
174 #define STR_TYPE_NET NC_("STR_TYPE_NET", "Net")
175 #define STR_TYPE_STOCK NC_("STR_TYPE_STOCK", "Stock")
176 #define STR_STOCK_1 NC_("STR_STOCK_1", "Stock Chart 1")
177 #define STR_STOCK_2 NC_("STR_STOCK_2", "Stock Chart 2")
178 #define STR_STOCK_3 NC_("STR_STOCK_3", "Stock Chart 3")
179 #define STR_STOCK_4 NC_("STR_STOCK_4", "Stock Chart 4")
180 #define STR_NORMAL NC_("STR_NORMAL", "Normal")
181 #define STR_STACKED NC_("STR_STACKED", "Stacked")
182 #define STR_PERCENT NC_("STR_PERCENT", "Percent Stacked")
183 #define STR_DEEP NC_("STR_DEEP", "Deep")
184 #define STR_FILLED NC_("STR_FILLED", "Filled")
185 #define STR_TYPE_BUBBLE NC_("STR_TYPE_BUBBLE", "Bubble")
186 #define STR_BUBBLE_1 NC_("STR_BUBBLE_1", "Bubble Chart")
188 #define STR_INVALID_NUMBER NC_("STR_INVALID_NUMBER", "Numbers are required. Check your input.")
189 #define STR_STEP_GT_ZERO NC_("STR_STEP_GT_ZERO", "The major interval requires a positive number. Check your input.")
190 #define STR_BAD_LOGARITHM NC_("STR_BAD_LOGARITHM", "The logarithmic scale requires positive numbers. Check your input.")
191 #define STR_MIN_GREATER_MAX NC_("STR_MIN_GREATER_MAX", "The minimum must be lower than the maximum. Check your input.")
192 #define STR_INVALID_INTERVALS NC_("STR_INVALID_INTERVALS", "The major interval needs to be greater than the minor interval. Check your input.")
193 #define STR_INVALID_TIME_UNIT NC_("STR_INVALID_TIME_UNIT", "The major and minor interval need to be greater or equal to the resolution. Check your input.")
197 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */