tdf#163047 sc: fix more pages on a single sheet printing function
[LibreOffice.git] / sc / inc / strings.hrc
blob3e23a800974e6131687e4db76879f12db58071e4
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #pragma once
22 #define NC_(Context, String) TranslateId(Context, u8##String)
23 #define NNC_(Context, StringSingular, StringPlural) TranslateNId(Context, reinterpret_cast<char const *>(u8##StringSingular), reinterpret_cast<char const *>(u8##StringPlural))
25 // Strings for interface names -------------------------------------------
27 #define SCSTR_LONG_SCDOC_NAME_60                    NC_("SCSTR_LONG_SCDOC_NAME", "%PRODUCTNAME Spreadsheet format (calc6)")
28 #define SCSTR_LONG_SCDOC_NAME_80                    NC_("SCSTR_LONG_SCDOC_NAME", "%PRODUCTNAME %PRODUCTVERSION Spreadsheet")
29 #define SCSTR_UNDEFINED                             NC_("SCSTR_UNDEFINED", "- undefined -")
30 #define SCSTR_NONE                                  NC_("SCSTR_NONE", "- none -")
31 #define SCSTR_ALL                                   NC_("SCSTR_ALL", "- all -")
32 #define SCSTR_MULTIPLE                              NC_("SCSTR_MULTIPLE", "- multiple -")
33 #define SCSTR_STDFILTER                             NC_("SCSTR_STDFILTER", "Standard Filter...")
34 #define SCSTR_CLEAR_FILTER                          NC_("SCSTR_CLEAR_FILTER", "Clear Filter")
35 #define SCSTR_TOP10FILTER                           NC_("SCSTR_TOP10FILTER", "Top 10")
36 #define SCSTR_BOTTOM10FILTER                        NC_("SCSTR_BOTTOM10FILTER", "Bottom 10")
37 #define SCSTR_FILTER_EMPTY                          NC_("SCSTR_FILTER_EMPTY", "Empty")
38 #define SCSTR_FILTER_NOTEMPTY                       NC_("SCSTR_FILTER_NOTEMPTY", "Not Empty")
39 #define SCSTR_FILTER_COLOR                          NC_("SCSTR_FILTER_COLOR", "Filter by Color")
40 #define SCSTR_FILTER_CONDITION                      NC_("SCSTR_FILTER_CONDITION", "Filter by Condition")
41 // This must match the translation of the same strings of standardfilterdialog|cond
42 #define SCSTR_FILTER_FONT_COLOR_COND                NC_("STANDARDFILTERDIALOG_COND", "Font color")
43 #define SCSTR_FILTER_BACKGROUND_COLOR_COND          NC_("STANDARDFILTERDIALOG_COND", "Background color")
44 #define SCSTR_FILTER_NO_FILL                        NC_("SCSTR_FILTER_NO_FILL", "No Fill")
45 #define SCSTR_FILTER_AUTOMATIC_COLOR                NC_("SCSTR_FILTER_AUTOMATIC_COLOR", "Automatic")
46 #define SCSTR_SORT_COLOR                            NC_("SCSTR_SORT_COLOR", "Sort by Color")
47 #define SCSTR_NONAME                                NC_("SCSTR_NONAME", "unnamed")
48 #define SCSTR_INSERT_RTL                            NC_("SCSTR_INSERT_RTL", "Shift cells left")
49 // "%1 is replaced to column letter, such as 'Column A'"
50 #define SCSTR_COLUMN_LETTER                         NC_("SCSTR_COLUMN_LETTER", "Column %1")
51 #define SCSTR_COLUMN                                NC_("SCSTR_COLUMN", "Column")
52 #define SCSTR_ROW                                   NC_("SCSTR_ROW", "Row")
53 #define SCSTR_TABLE                                 NC_("SCSTR_TABLE", "Sheet")
54 #define SCSTR_NAME                                  NC_("SCSTR_NAME", "Name")
55 #define SCSTR_APDTABLE                              NC_("SCSTR_APDTABLE", "Append Sheet")
56 #define SCSTR_RENAMETAB                             NC_("SCSTR_RENAMETAB", "Rename Sheet")
57 #define SCSTR_SET_TAB_BG_COLOR                      NC_("SCSTR_SET_TAB_BG_COLOR", "Tab Color")
58 #define SCSTR_NO_TAB_BG_COLOR                       NC_("SCSTR_NO_TAB_BG_COLOR", "Default")
59 #define SCSTR_RENAMEOBJECT                          NC_("SCSTR_RENAMEOBJECT", "Name Object")
60 #define STR_INSERTGRAPHIC                           NC_("STR_INSERTGRAPHIC", "Insert Image")
61 #define SCSTR_TOTAL                                 NNC_("SCSTR_TOTAL", "One result found", "%1 results found")
62 #define SCSTR_SKIPPED                               NC_("SCSTR_SKIPPED", "(only %1 are listed)")
63 #define SCSTR_RESULTS_CLAMPED                       NC_("SCSTR_RESULTS_CLAMPED", "More than %1 results found (stopped counting)")
64 // Attribute
65 #define SCSTR_PROTECTDOC                            NC_("SCSTR_PROTECTDOC", "Protect Spreadsheet Structure")
66 #define SCSTR_UNPROTECTDOC                          NC_("SCSTR_UNPROTECTDOC", "Unprotect Spreadsheet Structure")
67 #define SCSTR_UNPROTECTTAB                          NC_("SCSTR_UNPROTECTTAB", "Unprotect Sheet")
68 #define SCSTR_CHG_PROTECT                           NC_("SCSTR_CHG_PROTECT", "Protect Records")
69 #define SCSTR_CHG_UNPROTECT                         NC_("SCSTR_CHG_UNPROTECT", "Unprotect Records")
70 #define SCSTR_PASSWORD                              NC_("SCSTR_PASSWORD", "Password:")
71 #define SCSTR_PASSWORDOPT                           NC_("SCSTR_PASSWORDOPT", "Password (optional):")
72 #define SCSTR_WRONGPASSWORD                         NC_("SCSTR_WRONGPASSWORD", "Incorrect Password")
73 #define SCSTR_END                                   NC_("SCSTR_END", "~End")
74 #define SCSTR_UNKNOWN                               NC_("SCSTR_UNKNOWN", "Unknown")
75 #define SCSTR_VALID_MINIMUM                         NC_("SCSTR_VALID_MINIMUM", "~Minimum")
76 #define SCSTR_VALID_MAXIMUM                         NC_("SCSTR_VALID_MAXIMUM", "~Maximum")
77 #define SCSTR_VALID_VALUE                           NC_("SCSTR_VALID_VALUE", "~Value")
78 #define SCSTR_VALID_FORMULA                         NC_("SCSTR_VALID_FORMULA", "~Formula")
79 #define SCSTR_VALID_RANGE                           NC_("SCSTR_VALID_RANGE", "~Source")
80 #define SCSTR_VALID_LIST                            NC_("SCSTR_VALID_LIST", "~Entries")
81 // for dialogues:
82 #define SCSTR_CHARSET_USER                          NC_("SCSTR_CHARSET_USER", "System")
83 #define SCSTR_COLUMN_USER                           NC_("SCSTR_COLUMN_USER", "Standard;Text;Date (DMY);Date (MDY);Date (YMD);US English;Hide")
84 #define SCSTR_FIELDSEP_TAB                          NC_("SCSTR_FIELDSEP_TAB", "Tab")
85 #define SCSTR_FIELDSEP_SPACE                        NC_("SCSTR_FIELDSEP_SPACE", "space")
86 #define SCSTR_UNDO_GRAFFILTER                       NC_("SCSTR_UNDO_GRAFFILTER", "Image Filter")
87 #define STR_CAPTION_DEFAULT_TEXT                    NC_("STR_CAPTION_DEFAULT_TEXT", "Text")
88 // Select tables dialog title
89 #define STR_DLG_SELECTTABLES_TITLE                  NC_("STR_DLG_SELECTTABLES_TITLE", "Select Sheets")
90 #define STR_DLG_SELECTTABLE_TITLE                   NC_("STR_DLG_SELECTTABLE_TITLE", "Go to Sheet")
91 #define STR_DLG_SELECTTABLE_MASK                    NC_("STR_DLG_SELECTTABLE_MASK", "~Type a Sheet Name")
92 // Select tables dialog listbox
93 #define STR_DLG_SELECTTABLES_LBNAME                 NC_("STR_DLG_SELECTTABLES_LBNAME", "~Selected sheets")
94 #define STR_DLG_SELECTTABLE_LBNAME                  NC_("STR_DLG_SELECTTABLE_LBNAME", "~Sheets")
95 #define STR_ACC_CSVRULER_NAME                       NC_("STR_ACC_CSVRULER_NAME", "Ruler")
96 #define STR_ACC_CSVRULER_DESCR                      NC_("STR_ACC_CSVRULER_DESCR", "This ruler manages objects at fixed positions.")
97 #define STR_ACC_CSVGRID_NAME                        NC_("STR_ACC_CSVGRID_NAME", "Preview")
98 #define STR_ACC_CSVGRID_DESCR                       NC_("STR_ACC_CSVGRID_DESCR", "This sheet shows how the data will be arranged in the document.")
99 #define STR_ACC_DOC_NAME                            NC_("STR_ACC_DOC_NAME", "Document view")
100 #define STR_ACC_TABLE_NAME                          NC_("STR_ACC_TABLE_NAME", "Sheet %1")
101 #define STR_ACC_CELL_NAME                           NC_("STR_ACC_CELL_NAME", "Cell %1")
102 #define STR_ACC_LEFTAREA_NAME                       NC_("STR_ACC_LEFTAREA_NAME", "Left area")
103 #define STR_ACC_PREVIEWDOC_NAME                     NC_("STR_ACC_PREVIEWDOC_NAME", "Page preview")
104 #define STR_ACC_CENTERAREA_NAME                     NC_("STR_ACC_CENTERAREA_NAME", "Center area")
105 #define STR_ACC_RIGHTAREA_NAME                      NC_("STR_ACC_RIGHTAREA_NAME", "Right area")
106 #define STR_ACC_HEADER_NAME                         NC_("STR_ACC_HEADER_NAME", "Header of page %1")
107 #define STR_ACC_FOOTER_NAME                         NC_("STR_ACC_FOOTER_NAME", "Footer of page %1")
108 #define STR_ACC_EDITLINE_NAME                       NC_("STR_ACC_EDITLINE_NAME", "Input line")
109 #define STR_ACC_EDITLINE_DESCR                      NC_("STR_ACC_EDITLINE_DESCR", "This is where you enter or edit text, numbers and formulas.")
110 #define SCSTR_MEDIASHELL                            NC_("SCSTR_MEDIASHELL", "Media Playback")
111 #define RID_SCSTR_ONCLICK                           NC_("RID_SCSTR_ONCLICK", "Mouse button pressed")
112 #define STR_ACC_TOOLBAR_FORMULA                     NC_("STR_ACC_TOOLBAR_FORMULA", "Formula Tool Bar")
113 #define STR_ACC_DOC_SPREADSHEET                     NC_("STR_ACC_DOC_SPREADSHEET", "%PRODUCTNAME Spreadsheets")
114 #define STR_ACC_DOC_SPREADSHEET_READONLY            NC_("STR_ACC_DOC_SPREADSHEET_READONLY", "(read-only)")
115 #define STR_ACC_DOC_PREVIEW_SUFFIX                  NC_("STR_ACC_DOC_PREVIEW_SUFFIX", "(Preview mode)")
116 #define SCSTR_PRINTOPT_PAGES                        NC_("SCSTR_PRINTOPT_PAGES", "Pages:")
117 #define SCSTR_PRINTOPT_SUPPRESSEMPTY                NC_("SCSTR_PRINTOPT_SUPPRESSEMPTY", "~Suppress output of empty pages")
118 #define SCSTR_PRINTOPT_ALLSHEETS                    NC_("SCSTR_PRINTOPT_ALLSHEETS", "Print All Sheets")
119 #define SCSTR_PRINTOPT_SELECTEDSHEETS               NC_("SCSTR_PRINTOPT_SELECTEDSHEETS", "Print Selected Sheets")
120 #define SCSTR_PRINTOPT_SELECTEDCELLS                NC_("SCSTR_PRINTOPT_SELECTEDCELLS", "Print Selected Cells")
121 #define SCSTR_PRINTOPT_FROMWHICH                    NC_("SCSTR_PRINTOPT_FROMWHICH", "From which:")
122 #define SCSTR_PRINTOPT_PRINTALLPAGES                NC_("SCSTR_PRINTOPT_PRINTALLPAGES", "All ~Pages")
123 #define SCSTR_PRINTOPT_PRINTPAGES                   NC_("SCSTR_PRINTOPT_PRINTPAGES", "Pa~ges:")
124 #define SCSTR_PRINTOPT_PRODNAME                     NC_("SCSTR_PRINTOPT_PRODNAME", "%PRODUCTNAME %s")
125 #define SCSTR_DDEDOC_NOT_LOADED                     NC_("SCSTR_DDEDOC_NOT_LOADED", "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again." )
126 #define SCSTR_EXTDOC_NOT_LOADED                     NC_("SCSTR_EXTDOC_NOT_LOADED", "The following external file could not be loaded. Data linked from this file did not get updated." )
127 #define SCSTR_UPDATE_EXTDOCS                        NC_("SCSTR_UPDATE_EXTDOCS", "Updating external links.")
128 #define SCSTR_FORMULA_SYNTAX_CALC_A1                NC_("SCSTR_FORMULA_SYNTAX_CALC_A1", "Calc A1")
129 #define SCSTR_FORMULA_SYNTAX_XL_A1                  NC_("SCSTR_FORMULA_SYNTAX_XL_A1", "Excel A1")
130 #define SCSTR_FORMULA_SYNTAX_XL_R1C1                NC_("SCSTR_FORMULA_SYNTAX_XL_R1C1", "Excel R1C1")
131 #define SCSTR_COL_LABEL                             NC_("SCSTR_COL_LABEL", "Range contains column la~bels" )
132 #define SCSTR_ROW_LABEL                             NC_("SCSTR_ROW_LABEL", "Range contains ~row labels" )
133 #define SCSTR_NOTES_COL_LABEL                       NC_("SCSTR_INCLUDE_NOTES_COL_LABEL","Include boundary column(s) containing only comments")
134 #define SCSTR_NOTES_ROW_LABEL                       NC_("SCSTR_INCLUDE_NOTES_ROW_LABEL","Include boundary row(s) containing only comments")
135 #define SCSTR_IMAGES_COL_LABEL                      NC_("SCSTR_INCLUDE_IMAGES_COL_LABEL","Include boundary column(s) containing only images")
136 #define SCSTR_IMAGES_ROW_LABEL                      NC_("SCSTR_INCLUDE_IMAGES_ROW_LABEL","Include boundary row(s) containing only images")
137 #define SCSTR_VALERR                                NC_("SCSTR_VALERR", "Invalid value" )
138 #define STR_NOFORMULASPECIFIED                      NC_("STR_NOFORMULASPECIFIED", "No formula specified." )
139 #define STR_NOCOLROW                                NC_("STR_NOCOLROW", "Neither row or column specified." )
140 #define STR_WRONGFORMULA                            NC_("STR_WRONGFORMULA", "Undefined name or range." )
141 #define STR_WRONGROWCOL                             NC_("STR_WRONGROWCOL", "Undefined name or wrong cell reference." )
142 #define STR_NOCOLFORMULA                            NC_("STR_NOCOLFORMULA", "Formulas don't form a column." )
143 #define STR_NOROWFORMULA                            NC_("STR_NOROWFORMULA", "Formulas don't form a row." )
144 #define STR_ADD_AUTOFORMAT_TITLE                    NC_("STR_ADD_AUTOFORMAT_TITLE", "Add AutoFormat" )
145 #define STR_RENAME_AUTOFORMAT_TITLE                 NC_("STR_RENAME_AUTOFORMAT_TITLE", "Rename AutoFormat" )
146 #define STR_ADD_AUTOFORMAT_LABEL                    NC_("STR_ADD_AUTOFORMAT_LABEL", "Name" )
147 #define STR_DEL_AUTOFORMAT_TITLE                    NC_("STR_DEL_AUTOFORMAT_TITLE", "Delete AutoFormat" )
148 #define STR_DEL_AUTOFORMAT_MSG                      NC_("STR_DEL_AUTOFORMAT_MSG", "Do you really want to delete the # AutoFormat?" )
149 #define STR_BTN_AUTOFORMAT_CLOSE                    NC_("STR_BTN_AUTOFORMAT_CLOSE", "~Close" )
150 #define STR_JAN                                     NC_("STR_JAN", "Jan" )
151 #define STR_FEB                                     NC_("STR_FEB", "Feb" )
152 #define STR_MAR                                     NC_("STR_MAR", "Mar" )
153 #define STR_NORTH                                   NC_("STR_NORTH", "North" )
154 #define STR_MID                                     NC_("STR_MID", "Mid" )
155 #define STR_SOUTH                                   NC_("STR_SOUTH", "South" )
156 #define STR_SUM                                     NC_("STR_SUM", "Total" )
157 #define SCSTR_UNDO_PAGE_ANCHOR                      NC_("SCSTR_UNDO_PAGE_ANCHOR", "Page Anchor" )
158 #define SCSTR_UNDO_CELL_ANCHOR                      NC_("SCSTR_UNDO_CELL_ANCHOR", "Cell Anchor" )
159 #define SCSTR_CONDITION                             NC_("SCSTR_CONDITION", "Condition ")
161 //  content description strings are also use        d in ScLinkTargetsObj
162 #define SCSTR_CONTENT_ROOT                          NC_("SCSTR_CONTENT_ROOT", "Contents" )
163 #define SCSTR_CONTENT_TABLE                         NC_("SCSTR_CONTENT_TABLE", "Sheets" )
164 #define SCSTR_CONTENT_RANGENAME                     NC_("SCSTR_CONTENT_RANGENAME", "Range names" )
165 #define SCSTR_CONTENT_DBAREA                        NC_("SCSTR_CONTENT_DBAREA", "Database ranges" )
166 #define SCSTR_CONTENT_GRAPHIC                       NC_("SCSTR_CONTENT_GRAPHIC", "Images" )
167 #define SCSTR_CONTENT_OLEOBJECT                     NC_("SCSTR_CONTENT_OLEOBJECT", "OLE objects" )
168 #define SCSTR_CONTENT_NOTE                          NC_("SCSTR_CONTENT_NOTE", "Comments" )
169 #define SCSTR_CONTENT_AREALINK                      NC_("SCSTR_CONTENT_AREALINK", "Linked areas" )
170 #define SCSTR_CONTENT_DRAWING                       NC_("SCSTR_CONTENT_DRAWING", "Drawing objects")
171 #define SCSTR_ACTIVE                                NC_("SCSTR_ACTIVE", "active" )
172 #define SCSTR_NOTACTIVE                             NC_("SCSTR_NOTACTIVE", "inactive" )
173 #define SCSTR_ACTIVEWIN                             NC_("SCSTR_ACTIVEWIN", "Active Window" )
174 #define SCSTR_QHLP_SCEN_LISTBOX                     NC_("SCSTR_QHLP_SCEN_LISTBOX", "Scenario Name")
175 #define SCSTR_QHLP_SCEN_COMMENT                     NC_("SCSTR_QHLP_SCEN_COMMENT", "Comment")
177 #define STR_MENU_SORT_ASC                           NC_("STR_MENU_SORT_ASC", "Sort Ascending")
178 #define STR_MENU_SORT_DESC                          NC_("STR_MENU_SORT_DESC", "Sort Descending")
179 #define STR_MENU_SORT_CUSTOM                        NC_("STR_MENU_SORT_CUSTOM", "Custom Sort")
181 #define SCSTR_QHELP_POSWND                          NC_("SCSTR_QHELP_POSWND", "Name Box")
182 #define SCSTR_QHELP_INPUTWND                        NC_("SCSTR_QHELP_INPUTWND", "Input line")
183 #define SCSTR_QHELP_BTNCALC                         NC_("SCSTR_QHELP_BTNCALC", "Function Wizard")
184 #define SCSTR_QHELP_BTNOK                           NC_("SCSTR_QHELP_BTNOK", "Accept")
185 #define SCSTR_QHELP_BTNCANCEL                       NC_("SCSTR_QHELP_BTNCANCEL", "Cancel")
186 #define SCSTR_QHELP_BTNSUM                          NC_("SCSTR_QHELP_BTNSUM", "Select Function")
187 #define SCSTR_QHELP_BTNEQUAL                        NC_("SCSTR_QHELP_BTNEQUAL", "Formula")
188 #define SCSTR_QHELP_EXPAND_FORMULA                  NC_("SCSTR_QHELP_EXPAND_FORMULA", "Expand Formula Bar")
189 #define SCSTR_QHELP_COLLAPSE_FORMULA                NC_("SCSTR_QHELP_COLLAPSE_FORMULA", "Collapse Formula Bar")
191 #define STR_UNKNOWN_USER_CONFLICT                   NC_("STR_UNKNOWN_USER_CONFLICT", "Unknown User")
193 #define STR_CHG_INSERT_COLS                         NC_("STR_CHG_INSERT_COLS", "Column inserted")
194 #define STR_CHG_INSERT_ROWS                         NC_("STR_CHG_INSERT_ROWS", "Row inserted ")
195 #define STR_CHG_INSERT_TABS                         NC_("STR_CHG_INSERT_TABS", "Sheet inserted ")
196 #define STR_CHG_DELETE_COLS                         NC_("STR_CHG_DELETE_COLS", "Column deleted")
197 #define STR_CHG_DELETE_ROWS                         NC_("STR_CHG_DELETE_ROWS", "Row deleted")
198 #define STR_CHG_DELETE_TABS                         NC_("STR_CHG_DELETE_TABS", "Sheet deleted")
199 #define STR_CHG_MOVE                                NC_("STR_CHG_MOVE", "Range moved")
200 #define STR_CHG_CONTENT                             NC_("STR_CHG_CONTENT", "Changed contents")
201 #define STR_CHG_CONTENT_WITH_CHILD                  NC_("STR_CHG_CONTENT_WITH_CHILD", "Changed contents")
202 #define STR_CHG_CHILD_CONTENT                       NC_("STR_CHG_CHILD_CONTENT", "Changed to ")
203 #define STR_CHG_CHILD_ORGCONTENT                    NC_("STR_CHG_CHILD_ORGCONTENT", "Original")
204 #define STR_CHG_REJECT                              NC_("STR_CHG_REJECT", "Changes rejected")
205 #define STR_CHG_ACCEPTED                            NC_("STR_CHG_ACCEPTED", "Accepted")
206 #define STR_CHG_REJECTED                            NC_("STR_CHG_REJECTED", "Rejected")
207 #define STR_CHG_NO_ENTRY                            NC_("STR_CHG_NO_ENTRY", "No Entry")
208 #define STR_CHG_EMPTY                               NC_("STR_CHG_EMPTY", "<empty>")
209 #define STR_CHG_UNKNOWN_AUTHOR                      NC_("STR_CHG_UNKNOWN_AUTHOR", "Unknown Author")
211 #define STR_NOT_PROTECTED                           NC_("STR_NOT_PROTECTED", "Not protected")
212 #define STR_NOT_PASS_PROTECTED                      NC_("STR_NOT_PASS_PROTECTED", "Not password-protected")
213 #define STR_HASH_BAD                                NC_("STR_HASH_BAD", "Hash incompatible")
214 #define STR_HASH_GOOD                               NC_("STR_HASH_GOOD", "Hash compatible")
215 #define STR_RETYPE                                  NC_("STR_RETYPE", "Re-type")
217 /* MovingAverageDialog */
218 #define STR_MOVING_AVERAGE_UNDO_NAME                NC_("STR_MOVING_AVERAGE_UNDO_NAME", "Moving Average")
219 /* ExponentialSmoothingDialog */
220 #define STR_EXPONENTIAL_SMOOTHING_UNDO_NAME         NC_("STR_EXPONENTIAL_SMOOTHING_UNDO_NAME", "Exponential Smoothing")
221 /* AnalysisOfVarianceDialog */
222 #define STR_ANALYSIS_OF_VARIANCE_UNDO_NAME          NC_("STR_ANALYSIS_OF_VARIANCE_UNDO_NAME", "Analysis of Variance")
223 #define STR_LABEL_ANOVA                             NC_("STR_LABEL_ANOVA", "Analysis of Variance (ANOVA)")
224 #define STR_ANOVA_SINGLE_FACTOR_LABEL               NC_("STR_ANOVA_SINGLE_FACTOR_LABEL", "ANOVA - Single Factor")
225 #define STR_ANOVA_TWO_FACTOR_LABEL                  NC_("STR_ANOVA_TWO_FACTOR_LABEL", "ANOVA - Two Factor")
226 #define STR_ANOVA_LABEL_GROUPS                      NC_("STR_ANOVA_LABEL_GROUPS", "Groups")
227 #define STR_ANOVA_LABEL_BETWEEN_GROUPS              NC_("STR_ANOVA_LABEL_BETWEEN_GROUPS", "Between Groups")
228 #define STR_ANOVA_LABEL_WITHIN_GROUPS               NC_("STR_ANOVA_LABEL_WITHIN_GROUPS", "Within Groups")
229 #define STR_ANOVA_LABEL_SOURCE_OF_VARIATION         NC_("STR_ANOVA_LABEL_SOURCE_OF_VARIATION", "Source of Variation")
230 #define STR_ANOVA_LABEL_SS                          NC_("STR_ANOVA_LABEL_SS", "SS")
231 #define STR_ANOVA_LABEL_DF                          NC_("STR_ANOVA_LABEL_DF", "df")
232 #define STR_ANOVA_LABEL_MS                          NC_("STR_ANOVA_LABEL_MS", "MS")
233 #define STR_ANOVA_LABEL_F                           NC_("STR_ANOVA_LABEL_F", "F")
234 #define STR_ANOVA_LABEL_SIGNIFICANCE_F              NC_("STR_ANOVA_LABEL_SIGNIFICANCE_F", "Significance F")
235 #define STR_ANOVA_LABEL_P_VALUE                     NC_("STR_ANOVA_LABEL_P_VALUE", "P-value")
236 #define STR_ANOVA_LABEL_F_CRITICAL                  NC_("STR_ANOVA_LABEL_F_CRITICAL", "F critical")
237 #define STR_ANOVA_LABEL_TOTAL                       NC_("STR_ANOVA_LABEL_TOTAL", "Total")
238 /* CorrelationDialog */
239 #define STR_CORRELATION_UNDO_NAME                   NC_("STR_CORRELATION_UNDO_NAME", "Correlation")
240 #define STR_CORRELATION_LABEL                       NC_("STR_CORRELATION_LABEL", "Correlations")
241 /* CovarianceDialog */
242 #define STR_COVARIANCE_UNDO_NAME                    NC_("STR_COVARIANCE_UNDO_NAME", "Covariance")
243 #define STR_COVARIANCE_LABEL                        NC_("STR_COVARIANCE_LABEL", "Covariances")
244 /* DescriptiveStatisticsDialog */
245 #define STR_DESCRIPTIVE_STATISTICS_UNDO_NAME        NC_("STR_DESCRIPTIVE_STATISTICS_UNDO_NAME", "Descriptive Statistics")
246 #define STRID_CALC_MEAN                             NC_("STRID_CALC_MEAN", "Mean")
247 #define STRID_CALC_STD_ERROR                        NC_("STRID_CALC_STD_ERROR", "Standard Error")
248 #define STRID_CALC_MODE                             NC_("STRID_CALC_MODE", "Mode")
249 #define STRID_CALC_MEDIAN                           NC_("STRID_CALC_MEDIAN", "Median")
250 #define STRID_CALC_VARIANCE                         NC_("STRID_CALC_VARIANCE", "Variance")
251 #define STRID_CALC_STD_DEVIATION                    NC_("STRID_CALC_STD_DEVIATION", "Standard Deviation")
252 #define STRID_CALC_KURTOSIS                         NC_("STRID_CALC_KURTOSIS", "Kurtosis")
253 #define STRID_CALC_SKEWNESS                         NC_("STRID_CALC_SKEWNESS", "Skewness")
254 #define STRID_CALC_RANGE                            NC_("STRID_CALC_RANGE", "Range")
255 #define STRID_CALC_MIN                              NC_("STRID_CALC_MIN", "Minimum")
256 #define STRID_CALC_MAX                              NC_("STRID_CALC_MAX", "Maximum")
257 #define STRID_CALC_SUM                              NC_("STRID_CALC_SUM", "Sum")
258 #define STRID_CALC_COUNT                            NC_("STRID_CALC_COUNT", "Count")
259 #define STRID_CALC_FIRST_QUARTILE                   NC_("STRID_CALC_FIRST_QUARTILE", "First Quartile")
260 #define STRID_CALC_THIRD_QUARTILE                   NC_("STRID_CALC_THIRD_QUARTILE", "Third Quartile")
261 /* RandomNumberGeneratorDialog */
262 #define STR_UNDO_DISTRIBUTION_TEMPLATE              NC_("STR_UNDO_DISTRIBUTION_TEMPLATE", "Random (%1)")
263 #define STR_DISTRIBUTION_UNIFORM_REAL               NC_("STR_DISTRIBUTION_UNIFORM_REAL", "Uniform")
264 #define STR_DISTRIBUTION_UNIFORM_INTEGER            NC_("STR_DISTRIBUTION_UNIFORM_INTEGER", "Uniform Integer")
265 #define STR_DISTRIBUTION_NORMAL                     NC_("STR_DISTRIBUTION_NORMAL", "Normal")
266 #define STR_DISTRIBUTION_CAUCHY                     NC_("STR_DISTRIBUTION_CAUCHY", "Cauchy")
267 #define STR_DISTRIBUTION_BERNOULLI                  NC_("STR_DISTRIBUTION_BERNOULLI", "Bernoulli")
268 #define STR_DISTRIBUTION_BINOMIAL                   NC_("STR_DISTRIBUTION_BINOMIAL", "Binomial")
269 #define STR_DISTRIBUTION_CHI_SQUARED                NC_("STR_DISTRIBUTION_CHI_SQUARED", "Chi Squared")
270 #define STR_DISTRIBUTION_GEOMETRIC                  NC_("STR_DISTRIBUTION_GEOMETRIC", "Geometric")
271 #define STR_DISTRIBUTION_NEGATIVE_BINOMIAL          NC_("STR_DISTRIBUTION_NEGATIVE_BINOMIAL", "Negative Binomial")
272 #define STR_DISTRIBUTION_POISSON                    NC_("STR_DISTRIBUTION_POISSON", "Poisson")
273 #define STR_RNG_PARAMETER_MINIMUM                   NC_("STR_RNG_PARAMETER_MINIMUM", "Minimum")
274 #define STR_RNG_PARAMETER_MAXIMUM                   NC_("STR_RNG_PARAMETER_MAXIMUM", "Maximum")
275 #define STR_RNG_PARAMETER_MEAN                      NC_("STR_RNG_PARAMETER_MEAN", "Mean")
276 #define STR_RNG_PARAMETER_STANDARD_DEVIATION        NC_("STR_RNG_PARAMETER_STANDARD_DEVIATION", "Standard Deviation")
277 #define STR_RNG_PARAMETER_STANDARD_MEDIAN           NC_("STR_RNG_PARAMETER_STANDARD_MEDIAN", "Median")
278 #define STR_RNG_PARAMETER_STANDARD_SIGMA            NC_("STR_RNG_PARAMETER_STANDARD_SIGMA", "Sigma")
279 #define STR_RNG_PARAMETER_STANDARD_PROBABILITY      NC_("STR_RNG_PARAMETER_STANDARD_PROBABILITY", "p Value")
280 #define STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS NC_("STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS", "Number of Trials")
281 #define STR_RNG_PARAMETER_STANDARD_NU_VALUE         NC_("STR_RNG_PARAMETER_STANDARD_NU_VALUE", "nu Value")
282 /* SamplingDialog */
283 #define STR_SAMPLING_UNDO_NAME                      NC_("STR_SAMPLING_UNDO_NAME", "Sampling")
284 /* Names of dialogs */
285 #define STR_FTEST                                   NC_("STR_FTEST", "F-test")
286 #define STR_FTEST_UNDO_NAME                         NC_("STR_FTEST_UNDO_NAME", "F-test")
287 #define STR_TTEST                                   NC_("STR_TTEST", "Paired t-test")
288 #define STR_TTEST_UNDO_NAME                         NC_("STR_TTEST_UNDO_NAME", "Paired t-test")
289 #define STR_ZTEST                                   NC_("STR_ZTEST", "z-test")
290 #define STR_ZTEST_UNDO_NAME                         NC_("STR_ZTEST_UNDO_NAME", "z-test")
291 #define STR_CHI_SQUARE_TEST                         NC_("STR_CHI_SQUARE_TEST", "Test of Independence (Chi-Square)")
292 #define STR_REGRESSION_UNDO_NAME                    NC_("STR_REGRESSION_UNDO_NAME", "Regression")
293 #define STR_REGRESSION                              NC_("STR_REGRESSION", "Regression")
294 #define STR_FOURIER_ANALYSIS_UNDO_NAME              NC_("STR_FOURIER_ANALYSIS_UNDO_NAME", "Fourier Analysis")
295 #define STR_FOURIER_ANALYSIS                        NC_("STR_FOURIER_ANALYSIS", "Fourier Analysis")
296 /* Common */
297 #define STR_COLUMN_LABEL_TEMPLATE                   NC_("STR_COLUMN_LABEL_TEMPLATE", "Column %NUMBER%")
298 #define STR_ROW_LABEL_TEMPLATE                      NC_("STR_ROW_LABEL_TEMPLATE", "Row %NUMBER%")
299 #define STR_LABEL_ALPHA                             NC_("STR_LABEL_ALPHA", "Alpha")
300 #define STR_VARIABLE_1_LABEL                        NC_("STR_VARIABLE_1_LABEL", "Variable 1")
301 #define STR_VARIABLE_2_LABEL                        NC_("STR_VARIABLE_2_LABEL", "Variable 2")
302 #define STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL      NC_("STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL", "Hypothesized Mean Difference")
303 #define STR_OBSERVATIONS_LABEL                      NC_("STR_OBSERVATIONS_LABEL", "Observations")
304 #define STR_OBSERVED_MEAN_DIFFERENCE_LABEL          NC_("STR_OBSERVED_MEAN_DIFFERENCE_LABEL", "Observed Mean Difference")
305 #define STR_LABEL_RSQUARED                          NC_("STR_LABEL_RSQUARED", "R^2")
306 #define STR_LABEL_ADJUSTED_RSQUARED                 NC_("STR_LABEL_ADJUSTED_RSQUARED", "Adjusted R^2")
307 #define STR_LABEL_XVARIABLES_COUNT                  NC_("STR_LABEL_XVARIABLES_COUNT", "Count of X variables")
308 #define STR_DEGREES_OF_FREEDOM_LABEL                NC_("STR_DEGREES_OF_FREEDOM_LABEL", "df")
309 #define STR_P_VALUE_LABEL                           NC_("STR_P_VALUE_LABEL", "P-value")
310 #define STR_CRITICAL_VALUE_LABEL                    NC_("STR_CRITICAL_VALUE_LABEL", "Critical Value")
311 #define STR_TEST_STATISTIC_LABEL                    NC_("STR_TEST_STATISTIC_LABEL", "Test Statistic")
312 #define STR_LABEL_LOWER                             NC_("STR_LABEL_LOWER", "Lower")
313 #define STR_LABEL_UPPER                             NC_("STR_LABEL_Upper", "Upper")
314 #define STR_MESSAGE_INVALID_INPUT_RANGE             NC_("STR_MESSAGE_INVALID_INPUT_RANGE", "Input range is invalid.")
315 #define STR_MESSAGE_INVALID_OUTPUT_ADDR             NC_("STR_MESSAGE_INVALID_OUTPUT_ADDR", "Output address is not valid.")
316 /* RegressionDialog */
317 #define STR_LABEL_LINEAR                            NC_("STR_LABEL_LINEAR", "Linear")
318 #define STR_LABEL_LOGARITHMIC                       NC_("STR_LABEL_LOGARITHMIC", "Logarithmic")
319 #define STR_LABEL_POWER                             NC_("STR_LABEL_POWER", "Power")
320 #define STR_MESSAGE_XINVALID_RANGE                  NC_("STR_MESSAGE_XINVALID_RANGE", "Independent variable(s) range is not valid.")
321 #define STR_MESSAGE_YINVALID_RANGE                  NC_("STR_MESSAGE_YINVALID_RANGE", "Dependent variable(s) range is not valid.")
322 #define STR_MESSAGE_INVALID_CONFIDENCE_LEVEL        NC_("STR_MESSAGE_INVALID_CONFIDENCE_LEVEL", "Confidence level must be in the interval (0, 1).")
323 #define STR_MESSAGE_YVARIABLE_MULTI_COLUMN          NC_("STR_MESSAGE_YVARIABLE_MULTI_COLUMN", "Y variable range cannot have more than 1 column.")
324 #define STR_MESSAGE_YVARIABLE_MULTI_ROW             NC_("STR_MESSAGE_YVARIABLE_MULTI_ROW", "Y variable range cannot have more than 1 row.")
325 #define STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH      NC_("STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH", "Univariate regression : The observation count in X and Y must match.")
326 #define STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH    NC_("STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH", "Multivariate regression : The observation count in X and Y must match.")
327 #define STR_LABEL_REGRESSION_MODEL                  NC_("STR_LABEL_REGRESSION_MODEL", "Regression Model")
328 #define STR_LABEL_REGRESSION_STATISTICS             NC_("STR_LABEL_REGRESSION_STATISTICS", "Regression Statistics")
329 #define STR_LABEL_RESIDUAL                          NC_("STR_LABEL_RESIDUAL", "Residual")
330 #define STR_LABEL_CONFIDENCE_LEVEL                  NC_("STR_LABEL_CONFIDENCE_LEVEL", "Confidence level")
331 #define STR_LABEL_COEFFICIENTS                      NC_("STR_LABEL_COEFFICIENTS", "Coefficients")
332 #define STR_LABEL_TSTATISTIC                        NC_("STR_LABEL_TSTATISTIC", "t-Statistic")
333 #define STR_LABEL_INTERCEPT                         NC_("STR_LABEL_INTERCEPT", "Intercept")
334 #define STR_LABEL_PREDICTEDY                        NC_("STR_LABEL_PREDICTEDY", "Predicted Y")
335 #define STR_LINEST_RAW_OUTPUT_TITLE                 NC_("STR_LINEST_RAW_OUTPUT_TITLE", "LINEST raw output")
336 /*F Test */
337 #define STR_FTEST_P_RIGHT_TAIL                      NC_("STR_FTEST_P_RIGHT_TAIL", "P (F<=f) right-tail")
338 #define STR_FTEST_F_CRITICAL_RIGHT_TAIL             NC_("STR_FTEST_F_CRITICAL_RIGHT_TAIL", "F Critical right-tail")
339 #define STR_FTEST_P_LEFT_TAIL                       NC_("STR_FTEST_P_LEFT_TAIL", "P (F<=f) left-tail")
340 #define STR_FTEST_F_CRITICAL_LEFT_TAIL              NC_("STR_FTEST_F_CRITICAL_LEFT_TAIL", "F Critical left-tail")
341 #define STR_FTEST_P_TWO_TAIL                        NC_("STR_FTEST_P_TWO_TAIL", "P two-tail")
342 #define STR_FTEST_F_CRITICAL_TWO_TAIL               NC_("STR_FTEST_F_CRITICAL_TWO_TAIL", "F Critical two-tail")
343 /*t Test*/
344 #define STR_TTEST_PEARSON_CORRELATION               NC_("STR_TTEST_PEARSON_CORRELATION", "Pearson Correlation")
345 #define STR_TTEST_VARIANCE_OF_THE_DIFFERENCES       NC_("STR_TTEST_VARIANCE_OF_THE_DIFFERENCES", "Variance of the Differences")
346 #define STR_TTEST_T_STAT                            NC_("STR_TTEST_T_STAT", "t Stat")
347 #define STR_TTEST_P_ONE_TAIL                        NC_("STR_TTEST_P_ONE_TAIL", "P (T<=t) one-tail")
348 #define STR_TTEST_T_CRITICAL_ONE_TAIL               NC_("STR_TTEST_T_CRITICAL_ONE_TAIL", "t Critical one-tail")
349 #define STR_TTEST_P_TWO_TAIL                        NC_("STR_TTEST_P_TWO_TAIL", "P (T<=t) two-tail")
350 #define STR_TTEST_T_CRITICAL_TWO_TAIL               NC_("STR_TTEST_T_CRITICAL_TWO_TAIL", "t Critical two-tail")
351 /*Z Test*/
352 #define STR_ZTEST_Z_VALUE                           NC_("STR_ZTEST_Z_VALUE", "z")
353 #define STR_ZTEST_KNOWN_VARIANCE                    NC_("STR_ZTEST_KNOWN_VARIANCE", "Known Variance")
354 #define STR_ZTEST_P_ONE_TAIL                        NC_("STR_ZTEST_P_ONE_TAIL", "P (Z<=z) one-tail")
355 #define STR_ZTEST_Z_CRITICAL_ONE_TAIL               NC_("STR_ZTEST_Z_CRITICAL_ONE_TAIL", "z Critical one-tail")
356 #define STR_ZTEST_P_TWO_TAIL                        NC_("STR_ZTEST_P_TWO_TAIL", "P (Z<=z) two-tail")
357 #define STR_ZTEST_Z_CRITICAL_TWO_TAIL               NC_("STR_ZTEST_Z_CRITICAL_TWO_TAIL", "z Critical two-tail")
358 /*Fourier Analysis*/
359 #define STR_FOURIER_TRANSFORM                       NC_("STR_FOURIER_TRANSFORM", "Fourier Transform")
360 #define STR_INVERSE_FOURIER_TRANSFORM               NC_("STR_INVERSE_FOURIER_TRANSFORM", "Inverse Fourier Transform")
361 #define STR_REAL_PART                               NC_("STR_REAL_PART", "Real")
362 #define STR_IMAGINARY_PART                          NC_("STR_IMAGINARY_PART", "Imaginary")
363 #define STR_MAGNITUDE_PART                          NC_("STR_MAGNITUDE_PART", "Magnitude")
364 #define STR_PHASE_PART                              NC_("STR_PHASE_PART", "Phase")
365 #define STR_MESSAGE_INVALID_NUMCOLS                 NC_("STR_MESSAGE_INVALID_NUMCOLS", "More than two columns selected in grouped by column mode.")
366 #define STR_MESSAGE_INVALID_NUMROWS                 NC_("STR_MESSAGE_INVALID_NUMROWS", "More than two rows selected in grouped by row mode.")
367 #define STR_MESSAGE_NODATA_IN_RANGE                 NC_("STR_MESSAGE_NODATA_IN_RANGE", "No data in input range.")
368 #define STR_MESSAGE_OUTPUT_TOO_LONG                 NC_("STR_MESSAGE_OUTPUT_TOO_LONG", "Output is too long to write into the sheet.")
369 #define STR_INPUT_DATA_RANGE                        NC_("STR_INPUT_DATA_RANGE", "Input data range")
370 /*infobar for allowing links to update or not*/
371 #define STR_ENABLE_CONTENT                          NC_("STR_ENABLE_CONTENT", "Allow updating")
372 /*tooltip for the "Allow updating" infobar button*/
373 #define STR_ENABLE_CONTENT_TOOLTIP                  NC_("STR_ENABLE_CONTENT_TOOLTIP", "Only allow updating if you trust this document.")
374 #define STR_ENABLE_CONTENT_TOOLTIP_DISABLED         NC_("STR_ENABLE_CONTENT_TOOLTIP_DISABLED", "Active content is disabled in the security settings. It is not possible to allow updating.")
375 /*Insert image dialog*/
376 #define STR_ANCHOR_TO_CELL                          NC_("STR_ANCHOR_TO_CELL", "To cell")
377 #define STR_ANCHOR_TO_CELL_RESIZE                   NC_("STR_ANCHOR_TO_CELL_RESIZE", "To cell (resize with cell)")
378 #define STR_ANCHOR_TO_PAGE                          NC_("STR_ANCHOR_TO_PAGE", "To page")
380 #define STR_NO_USER_DATA_AVAILABLE                  NC_("sharedocumentdlg|nouserdata", "No user data available.")
381 #define STR_EXCLUSIVE_ACCESS                        NC_("sharedocumentdlg|exclusive", "(exclusive access)")
382 #define STR_NO_NAMED_RANGES_AVAILABLE               NC_("STR_NO_NAMED_RANGES_AVAILABLE", "No named ranges available in the selected document")
383 #define STR_BORDER_HAIRLINE                         NC_("STR_BORDER_HAIRLINE", "Hairline (%s pt)")
384 #define STR_BORDER_VERY_THIN                        NC_("STR_BORDER_VERY_THIN", "Very thin (%s pt)")
385 #define STR_BORDER_THIN                             NC_("STR_BORDER_THIN", "Thin (%s pt)")
386 #define STR_BORDER_MEDIUM                           NC_("STR_BORDER_MEDIUM", "Medium (%s pt)")
387 #define STR_BORDER_THICK                            NC_("STR_BORDER_THICK", "Thick (%s pt)")
388 #define STR_BORDER_EXTRA_THICK                      NC_("STR_BORDER_EXTRA_THICK", "Extra thick (%s pt)")
389 #define STR_BORDER_DOUBLE_1                         NC_("STR_BORDER_DOUBLE_1", "Double Hairline (%s pt)")
390 #define STR_BORDER_DOUBLE_2                         NC_("STR_BORDER_DOUBLE_2", "Thin/Medium (%s pt)")
391 #define STR_BORDER_DOUBLE_3                         NC_("STR_BORDER_DOUBLE_3", "Medium/Hairline (%s pt)")
392 #define STR_BORDER_DOUBLE_4                         NC_("STR_BORDER_DOUBLE_4", "Medium/Medium (%s pt)")
394 // accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
395 // in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
396 #define STR_A11Y_DESC_SORTUSER                      NC_("sortoptionspage|extended_tip|sortuserlb", "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists.")
397 #define STR_A11Y_DESC_USERDEF                       NC_("subtotaloptionspage|extended_tip|lbuserdef", "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists.")
398 #define STR_A11Y_DESC_ANNOT                         NC_("extended_tip|annot", "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box.")
400 // Simple conditional formatting dialog
401 #define STR_CONDITION_EQUAL                         NC_("STR_CONDITION_EQUAL", "values equal to")
402 #define STR_CONDITION_LESS                          NC_("STR_CONDITION_LESS", "values less than")
403 #define STR_CONDITION_GREATER                       NC_("STR_CONDITION_GREATER", "values greater than")
404 #define STR_CONDITION_EQLESS                        NC_("STR_CONDITION_EQLESS", "values equal or less than")
405 #define STR_CONDITION_EQGREATER                     NC_("STR_CONDITION_EQGREATER", "values equal or greater than")
406 #define STR_CONDITION_NOT_EQUAL                     NC_("STR_CONDITION_NOT_EQUAL", "values not equal to")
408 #define STR_CONDITION_BETWEEN                       NC_("STR_CONDITION_BETWEEN", "values between")
409 #define STR_CONDITION_NOT_BETWEEN                   NC_("STR_CONDITION_NOT_BETWEEN", "values not between")
410 #define STR_CONDITION_DUPLICATE                     NC_("STR_CONDITION_DUPLICATE", "values duplicate")
411 #define STR_CONDITION_NOT_DUPLICATE                 NC_("STR_CONDITION_NOT_DUPLICATE", "values not duplicate")
412 #define STR_CONDITION_TOP_N_ELEMENTS                NC_("STR_CONDITION_TOP_N_ELEMENTS", "values in top N elements")
413 #define STR_CONDITION_BOTTOM_N_ELEMENTS             NC_("STR_CONDITION_BOTTOM_N_ELEMENTS", "values in bottom N elements")
414 #define STR_CONDITION_TOP_N_PERCENT                 NC_("STR_CONDITION_TOP_N_PERCENT", "values in top N percent")
415 #define STR_CONDITION_BOTTOM_N_PERCENT              NC_("STR_CONDITION_BOTTOM_N_PERCENT", "values in bottom N percent")
416 #define STR_CONDITION_ABOVE_AVERAGE                 NC_("STR_CONDITION_ABOVE_AVERAGE", "values above average")
417 #define STR_CONDITION_BELOW_AVERAGE                 NC_("STR_CONDITION_BELOW_AVERAGE", "values below average")
418 #define STR_CONDITION_ABOVE_OR_EQUAL_AVERAGE        NC_("STR_CONDITION_ABOVE_OR_EQUAL_AVERAGE", "values above or equal average")
419 #define STR_CONDITION_BELOW_OR_EQUAL_AVERAGE        NC_("STR_CONDITION_BELOW_OR_EQUAL_AVERAGE", "values below or equal average")
420 #define STR_CONDITION_ERROR                         NC_("STR_CONDITION_ERROR", "values have error")
421 #define STR_CONDITION_NOERROR                       NC_("STR_CONDITION_NOERROR", "values don't have error")
422 #define STR_CONDITION_BEGINS_WITH                   NC_("STR_CONDITION_BEGINS_WITH", "values begin with")
423 #define STR_CONDITION_ENDS_WITH                     NC_("STR_CONDITION_ENDS_WITH", "values end with")
424 #define STR_CONDITION_CONTAINS_TEXT                 NC_("STR_CONDITION_CONTAINS_TEXT", "values contain text")
425 #define STR_CONDITION_NOT_CONTAINS_TEXT             NC_("STR_CONDITION_NOT_CONTAINS_TEXT", "values don't contain text")
426 #define STR_CONDITION_FORMULA                       NC_("STR_CONDITION_FORMULA", "formula is")
427 #define STR_CONDITION_TODAY                         NC_("STR_CONDITION_TODAY", "date is today")
428 #define STR_CONDITION_YESTERDAY                     NC_("STR_CONDITION_YESTERDAY", "date is yesterday")
429 #define STR_CONDITION_TOMORROW                      NC_("STR_CONDITION_TOMORROW", "date is tomorrow")
430 #define STR_CONDITION_LAST7DAYS                     NC_("STR_CONDITION_LAST7DAYS", "date is in last 7 days")
431 #define STR_CONDITION_THISWEEK                      NC_("STR_CONDITION_THISWEEK", "date is in this week")
432 #define STR_CONDITION_LASTWEEK                      NC_("STR_CONDITION_LASTWEEK", "date is in last week")
433 #define STR_CONDITION_NEXTWEEK                      NC_("STR_CONDITION_NEXTWEEK", "date is in next week")
434 #define STR_CONDITION_THISMONTH                     NC_("STR_CONDITION_THISMONTH", "date is in this month")
435 #define STR_CONDITION_LASTMONTH                     NC_("STR_CONDITION_LASTMONTH", "date is in last month")
436 #define STR_CONDITION_NEXTMONTH                     NC_("STR_CONDITION_NEXTMONTH", "date is in next month")
437 #define STR_CONDITION_THISYEAR                     NC_("STR_CONDITION_THISYEAR", "date is in this year")
438 #define STR_CONDITION_LASTYEAR                     NC_("STR_CONDITION_LASTYEAR", "date is in last year")
439 #define STR_CONDITION_NEXTYEAR                     NC_("STR_CONDITION_NEXTYEAR", "date is in next year")
440 #define STR_DUPLICATERECORDSDLG_WARNING                NC_("STR_DUPLICATERECORDS_WARNING", "Warning!")
441 #define STR_DUPLICATERECORDSDLG_NODATAFOUND            NC_("STR_DUPLICATERECORDS_NODATAFOUND", "No data found to operate on.")
442 #define STR_DUPLICATERECORDS_DATACONATINSROWHEADERS    NC_("STR_DUPLICATERECORDS_DATACONATINSROWHEADERS", "Data contains row headers")
443 #define STR_DUPLICATERECORDS_DATACONATINSCOLUMNHEADERS NC_("STR_DUPLICATERECORDS_DATACONATINSCOLUMNHEADERS", "Data contains column headers")
446 #define STR_CONTENT_WITH_UNKNOWN_ENCRYPTION NC_("STR_CONTENT_WITH_UNKNOWN_ENCRYPTION", "Document contains DRM content that is encrypted with an unknown encryption method. Only the un-encrypted content will be shown.")
449 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */