tdf#104816 sw: if non-section content, let all sections hide.
[LibreOffice.git] / sc / inc / globstr.hrc
blobdbdcd6676d99b552d1326318a0a8e477a362a071
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 #ifndef SC_GLOBSTR_HRC
21 #define SC_GLOBSTR_HRC
23 #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
24 #define NNC_(Context, StringSingular, StringPlural) reinterpret_cast<char const *>(Context "\004" u8##StringSingular "\004" u8##StringPlural)
27  * This file is reserved for string IDs of permanently loaded resident string
28  * resources for faster access in core and filter code (and some UI like
29  * Undo/Redo or strings displayed in the status bar), they reside in resource
30  * RID_GLOBSTR and are meant to be accessed via ScGlobal::GetRscString(). All
31  * other string IDs of strings used in message boxes and elsewhere go into
32  * sc/inc/strings.hrc
33  */
35 #define STR_UNDO_INSERTCELLS                    NC_("STR_UNDO_INSERTCELLS", "Insert")
36 #define STR_UNDO_DELETECELLS                    NC_("STR_UNDO_DELETECELLS", "Delete")
37 #define STR_UNDO_CUT                            NC_("STR_UNDO_CUT", "Cut")
38 #define STR_UNDO_PASTE                          NC_("STR_UNDO_PASTE", "Insert")
39 #define STR_UNDO_DRAGDROP                       NC_("STR_UNDO_DRAGDROP", "Drag and Drop")
40 #define STR_UNDO_MOVE                           NC_("STR_UNDO_MOVE", "Move")
41 #define STR_UNDO_COPY                           NC_("STR_UNDO_COPY", "Copy")
42 #define STR_UNDO_DELETECONTENTS                 NC_("STR_UNDO_DELETECONTENTS", "Delete")
43 #define STR_UNDO_SELATTR                        NC_("STR_UNDO_SELATTR", "Attributes")
44 #define STR_UNDO_SELATTRLINES                   NC_("STR_UNDO_SELATTRLINES", "Attributes/Lines")
45 #define STR_UNDO_COLWIDTH                       NC_("STR_UNDO_COLWIDTH", "Column Width")
46 #define STR_UNDO_OPTCOLWIDTH                    NC_("STR_UNDO_OPTCOLWIDTH", "Optimal Column Width")
47 #define STR_UNDO_ROWHEIGHT                      NC_("STR_UNDO_ROWHEIGHT", "Row height")
48 #define STR_UNDO_OPTROWHEIGHT                   NC_("STR_UNDO_OPTROWHEIGHT", "Optimal Row Height")
49 #define STR_UNDO_AUTOFILL                       NC_("STR_UNDO_AUTOFILL", "Fill")
50 #define STR_UNDO_MERGE                          NC_("STR_UNDO_MERGE", "Merge")
51 #define STR_UNDO_REMERGE                        NC_("STR_UNDO_REMERGE", "Split")
52 #define STR_UNDO_AUTOFORMAT                     NC_("STR_UNDO_AUTOFORMAT", "AutoFormat")
53 #define STR_UNDO_REPLACE                        NC_("STR_UNDO_REPLACE", "Replace")
54 #define STR_UNDO_CURSORATTR                     NC_("STR_UNDO_CURSORATTR", "Attributes")
55 #define STR_UNDO_ENTERDATA                      NC_("STR_UNDO_ENTERDATA", "Input")
56 #define STR_UNDO_INSCOLBREAK                    NC_("STR_UNDO_INSCOLBREAK", "Insert Column Break")
57 #define STR_UNDO_DELCOLBREAK                    NC_("STR_UNDO_DELCOLBREAK", "Delete column break")
58 #define STR_UNDO_INSROWBREAK                    NC_("STR_UNDO_INSROWBREAK", "Insert Row Break")
59 #define STR_UNDO_DELROWBREAK                    NC_("STR_UNDO_DELROWBREAK", "Delete row break")
60 #define STR_UNDO_DOOUTLINE                      NC_("STR_UNDO_DOOUTLINE", "View Details")
61 #define STR_UNDO_REDOOUTLINE                    NC_("STR_UNDO_REDOOUTLINE", "Hide details")
62 #define STR_UNDO_MAKEOUTLINE                    NC_("STR_UNDO_MAKEOUTLINE", "Group")
63 #define STR_UNDO_REMAKEOUTLINE                  NC_("STR_UNDO_REMAKEOUTLINE", "Ungroup")
64 #define STR_UNDO_OUTLINELEVEL                   NC_("STR_UNDO_OUTLINELEVEL", "Select outline level")
65 #define STR_UNDO_DOOUTLINEBLK                   NC_("STR_UNDO_DOOUTLINEBLK", "View Details")
66 #define STR_UNDO_REDOOUTLINEBLK                 NC_("STR_UNDO_REDOOUTLINEBLK", "Hide details")
67 #define STR_UNDO_REMOVEALLOTLNS                 NC_("STR_UNDO_REMOVEALLOTLNS", "Clear Outline")
68 #define STR_UNDO_AUTOOUTLINE                    NC_("STR_UNDO_AUTOOUTLINE", "AutoOutline")
69 #define STR_UNDO_SUBTOTALS                      NC_("STR_UNDO_SUBTOTALS", "Subtotals")
70 #define STR_UNDO_SORT                           NC_("STR_UNDO_SORT", "Sort")
71 #define STR_UNDO_QUERY                          NC_("STR_UNDO_QUERY", "Filter")
72 #define STR_UNDO_DBDATA                         NC_("STR_UNDO_DBDATA", "Change Database Range")
73 #define STR_UNDO_IMPORTDATA                     NC_("STR_UNDO_IMPORTDATA", "Importing")
74 #define STR_UNDO_REPEATDB                       NC_("STR_UNDO_REPEATDB", "Refresh range")
75 #define STR_UNDO_LISTNAMES                      NC_("STR_UNDO_LISTNAMES", "List names")
76 #define STR_UNDO_PIVOT_NEW                      NC_("STR_UNDO_PIVOT_NEW", "Create pivot table")
77 #define STR_UNDO_PIVOT_MODIFY                   NC_("STR_UNDO_PIVOT_MODIFY", "Edit pivot table")
78 #define STR_UNDO_PIVOT_DELETE                   NC_("STR_UNDO_PIVOT_DELETE", "Delete pivot table")
79 #define STR_UNDO_CONSOLIDATE                    NC_("STR_UNDO_CONSOLIDATE", "Consolidate")
80 #define STR_UNDO_USESCENARIO                    NC_("STR_UNDO_USESCENARIO", "Use scenario")
81 #define STR_UNDO_MAKESCENARIO                   NC_("STR_UNDO_MAKESCENARIO", "Create scenario")
82 #define STR_UNDO_EDITSCENARIO                   NC_("STR_UNDO_EDITSCENARIO", "Edit scenario")
83 #define STR_UNDO_APPLYCELLSTYLE                 NC_("STR_UNDO_APPLYCELLSTYLE", "Apply Cell Style")
84 #define STR_UNDO_EDITCELLSTYLE                  NC_("STR_UNDO_EDITCELLSTYLE", "Edit Cell Style")
85 #define STR_UNDO_APPLYPAGESTYLE                 NC_("STR_UNDO_APPLYPAGESTYLE", "Apply Page Style")
86 #define STR_UNDO_EDITPAGESTYLE                  NC_("STR_UNDO_EDITPAGESTYLE", "Edit Page Style")
87 #define STR_UNDO_DETADDPRED                     NC_("STR_UNDO_DETADDPRED", "Trace Precedents")
88 #define STR_UNDO_DETDELPRED                     NC_("STR_UNDO_DETDELPRED", "Remove Precedent")
89 #define STR_UNDO_DETADDSUCC                     NC_("STR_UNDO_DETADDSUCC", "Trace Dependents")
90 #define STR_UNDO_DETDELSUCC                     NC_("STR_UNDO_DETDELSUCC", "Remove Dependent")
91 #define STR_UNDO_DETADDERROR                    NC_("STR_UNDO_DETADDERROR", "Trace Error")
92 #define STR_UNDO_DETDELALL                      NC_("STR_UNDO_DETDELALL", "Remove all Traces")
93 #define STR_UNDO_DETINVALID                     NC_("STR_UNDO_DETINVALID", "Mark invalid data")
94 #define STR_UNDO_DETREFRESH                     NC_("STR_UNDO_DETREFRESH", "Refresh Traces")
95 #define STR_UNDO_CHARTDATA                      NC_("STR_UNDO_CHARTDATA", "Modify chart data range")
96 #define STR_UNDO_ORIGINALSIZE                   NC_("STR_UNDO_ORIGINALSIZE", "Original Size")
97 #define STR_UNDO_FITCELLSIZE                    NC_("STR_UNDO_FITCELLSIZE", "Fit to Cell Size")
98 #define STR_UNDO_UPDATELINK                     NC_("STR_UNDO_UPDATELINK", "Update Link")
99 #define STR_UNDO_REMOVELINK                     NC_("STR_UNDO_REMOVELINK", "Unlink")
100 #define STR_UNDO_INSERTAREALINK                 NC_("STR_UNDO_INSERTAREALINK", "Insert Link")
101 #define STR_UNDO_ENTERMATRIX                    NC_("STR_UNDO_ENTERMATRIX", "Insert Array Formula")
102 #define STR_UNDO_INSERTNOTE                     NC_("STR_UNDO_INSERTNOTE", "Insert Comment")
103 #define STR_UNDO_DELETENOTE                     NC_("STR_UNDO_DELETENOTE", "Delete Comment")
104 #define STR_UNDO_SHOWNOTE                       NC_("STR_UNDO_SHOWNOTE", "Show Comment")
105 #define STR_UNDO_HIDENOTE                       NC_("STR_UNDO_HIDENOTE", "Hide Comment")
106 #define STR_UNDO_SHOWALLNOTES                   NC_("STR_UNDO_SHOWALLNOTES", "Show All Comments")
107 #define STR_UNDO_HIDEALLNOTES                   NC_("STR_UNDO_HIDEALLNOTES", "Hide All Comments")
108 #define STR_UNDO_EDITNOTE                       NC_("STR_UNDO_EDITNOTE", "Edit Comment")
109 #define STR_UNDO_DEC_INDENT                     NC_("STR_UNDO_DEC_INDENT", "Decrease Indent")
110 #define STR_UNDO_INC_INDENT                     NC_("STR_UNDO_INC_INDENT", "Increase Indent")
111 #define STR_UNDO_PROTECT_TAB                    NC_("STR_UNDO_PROTECT_TAB", "Protect sheet")
112 #define STR_UNDO_UNPROTECT_TAB                  NC_("STR_UNDO_UNPROTECT_TAB", "Unprotect sheet")
113 #define STR_UNDO_PROTECT_DOC                    NC_("STR_UNDO_PROTECT_DOC", "Protect document")
114 #define STR_UNDO_UNPROTECT_DOC                  NC_("STR_UNDO_UNPROTECT_DOC", "Unprotect document")
115 #define STR_UNDO_PRINTRANGES                    NC_("STR_UNDO_PRINTRANGES", "Print range")
116 #define STR_UNDO_REMOVEBREAKS                   NC_("STR_UNDO_REMOVEBREAKS", "Delete Page Breaks")
117 #define STR_UNDO_PRINTSCALE                     NC_("STR_UNDO_PRINTSCALE", "Change Scale")
118 #define STR_UNDO_DRAG_BREAK                     NC_("STR_UNDO_DRAG_BREAK", "Move Page Break")
119 #define STR_UNDO_RANGENAMES                     NC_("STR_UNDO_RANGENAMES", "Edit range names")
120 #define STR_UNDO_TRANSLITERATE                  NC_("STR_UNDO_TRANSLITERATE", "Change Case")
121 #define STR_DBNAME_IMPORT                       NC_("STR_DBNAME_IMPORT", "Import")
122 #define STR_MSSG_DOSUBTOTALS_0                  NC_("STR_MSSG_DOSUBTOTALS_0", "%PRODUCTNAME Calc")
123 #define STR_MSSG_DOSUBTOTALS_1                  NC_("STR_MSSG_DOSUBTOTALS_1", "Delete data?")
124 #define STR_MSSG_DOSUBTOTALS_2                  NC_("STR_MSSG_DOSUBTOTALS_2", "Unable to insert rows")
125 #define STR_MSSG_REPEATDB_0                     NC_("STR_MSSG_REPEATDB_0", "No operations to execute")
126 #define STR_MSSG_MAKEAUTOFILTER_0               NC_("STR_MSSG_MAKEAUTOFILTER_0", "The range does not contain column headers.\nDo you want the first line to be used as column header?")
127 #define STR_MSSG_IMPORTDATA_0                   NC_("STR_MSSG_IMPORTDATA_0", "Error while importing data!")
128 #define STR_PROGRESS_IMPORT                     NC_("STR_PROGRESS_IMPORT", "# records imported...")
129 #define STR_MSSG_MAKEOUTLINE_0                  NC_("STR_MSSG_MAKEOUTLINE_0", "Grouping not possible")
130 #define STR_MSSG_REMOVEOUTLINE_0                NC_("STR_MSSG_REMOVEOUTLINE_0", "Ungrouping not possible")
131 #define STR_MSSG_PASTEFROMCLIP_0                NC_("STR_MSSG_PASTEFROMCLIP_0", "Insert into multiple selection not possible")
132 #define STR_MSSG_MOVEBLOCKTO_0                  NC_("STR_MSSG_MOVEBLOCKTO_0", "Cell merge not possible if cells already merged!")
133 #define STR_MSSG_INSERTCELLS_0                  NC_("STR_MSSG_INSERTCELLS_0", "Inserting into merged ranges not possible")
134 #define STR_MSSG_DELETECELLS_0                  NC_("STR_MSSG_DELETECELLS_0", "Deleting in merged ranges not possible")
135 #define STR_MSSG_MERGECELLS_0                   NC_("STR_MSSG_MERGECELLS_0", "Cell merge not possible if cells already merged")
136 #define STR_SORT_ERR_MERGED                     NC_("STR_SORT_ERR_MERGED", "Ranges containing merged cells can only be sorted without formats.")
137 #define STR_MSSG_SOLVE_0                        NC_("STR_MSSG_SOLVE_0", "Goal Seek succeeded. Result: ")
138 #define STR_MSSG_SOLVE_1                        NC_("STR_MSSG_SOLVE_1", "\n\nInsert the result into the variable cell?")
139 #define STR_MSSG_SOLVE_2                        NC_("STR_MSSG_SOLVE_2", "Goal Seek failed.\n\n")
140 #define STR_MSSG_SOLVE_3                        NC_("STR_MSSG_SOLVE_3", "Insert the closest value (")
141 #define STR_MSSG_SOLVE_4                        NC_("STR_MSSG_SOLVE_4", ") into the variable cell anyway?")
142 #define STR_TABLE_GRAND                         NC_("STR_TABLE_GRAND", "Grand")
143 #define STR_TABLE_ERGEBNIS                      NC_("STR_TABLE_ERGEBNIS", "Result")
144 #define STR_UNDO_SPELLING                       NC_("STR_UNDO_SPELLING", "Spellcheck")
145 #define STR_TABLE_AND                           NC_("STR_TABLE_AND", "AND")
146 #define STR_TABLE_OR                            NC_("STR_TABLE_OR", "OR")
147 #define STR_TABLE_DEF                           NC_("STR_TABLE_DEF", "Sheet")
148 #define STR_MOVE_TO_END                         NC_("STR_MOVE_TO_END", "- move to end position -")
149 #define STR_NO_REF_TABLE                        NC_("STR_NO_REF_TABLE", "#REF!")
150 #define STR_PIVOT_NODATA                        NC_("STR_PIVOT_NODATA", "The pivot table must contain at least one entry.")
151 #define STR_PIVOT_MOVENOTALLOWED                NC_("STR_PIVOT_MOVENOTALLOWED", "The data range can not be deleted.")
152 #define STR_PIVOT_ERROR                         NC_("STR_PIVOT_ERROR", "Error creating the pivot table.")
153 #define STR_PIVOT_NOTEMPTY                      NC_("STR_PIVOT_NOTEMPTY", "The destination range is not empty. Overwrite existing contents?")
154 #define STR_PIVOT_REMOVE_PIVOTCHART             NC_("STR_PIVOT_REMOVE_PIVOTCHART", "Deleting the pivot table will also remove any associated pivot charts.\nDo you want to proceed?")
155 #define STR_DATAPILOT_SUBTOTAL                  NC_("STR_DATAPILOT_SUBTOTAL", "The source range contains subtotals which may distort the results. Use it anyway?")
156 #define STR_PIVOT_TOTAL                         NC_("STR_PIVOT_TOTAL", "Total")
157 #define STR_PIVOT_DATA                          NC_("STR_PIVOT_DATA", "Data")
158 #define STR_PIVOT_GROUP                         NC_("STR_PIVOT_GROUP", "Group")
159 /* To translators: $1 == will be replaced by STR_SELCOUNT_ROWARG, and $2 by STR_SELCOUNT_COLARG
160    e.g. Selected: 1 row, 2 columns */
161 #define STR_SELCOUNT                            NC_("STR_SELCOUNT", "Selected: $1, $2")
162 // To translators: STR_SELCOUNT_ROWARG is $1 of STR_SELCOUNT. $1 of STR_SELCOUNT_ROWARG is number of rows
163 #define STR_SELCOUNT_ROWARG                     NNC_("STR_SELCOUNT_ROWARG", "$1 row", "$1 rows")
164 // To translators: STR_SELCOUNT_COLARG is $1 of STR_SELCOUNT. $1 of STR_SELCOUNT_ROWARG is number of columns
165 #define STR_SELCOUNT_COLARG                     NNC_("STR_SELCOUNT_COLARG", "$1 column", "$1 columns")
166 #define STR_FILTER_SELCOUNT                     NC_("STR_FILTER_SELCOUNT", "$1 of $2 records found")
167 #define STR_COLUMN                              NC_("STR_COLUMN", "Column")
168 #define STR_ROW                                 NC_("STR_ROW", "Row")
169 #define STR_PAGE                                NC_("STR_PAGE", "Page")
170 #define STR_PGNUM                               NC_("STR_PGNUM", "Page %1")
171 #define STR_LOAD_DOC                            NC_("STR_LOAD_DOC", "Load document")
172 #define STR_SAVE_DOC                            NC_("STR_SAVE_DOC", "Save document")
173 #define STR_AREA_ALREADY_INSERTED               NC_("STR_AREA_ALREADY_INSERTED", "This range has already been inserted.")
174 #define STR_INVALID_TABREF                      NC_("STR_INVALID_TABREF", "Invalid sheet reference.")
175 #define STR_INVALID_QUERYAREA                   NC_("STR_INVALID_QUERYAREA", "This range does not contain a valid query.")
176 #define STR_REIMPORT_EMPTY                      NC_("STR_REIMPORT_EMPTY", "This range does not contain imported data.")
177 #define STR_NOMULTISELECT                       NC_("STR_NOMULTISELECT", "This function cannot be used with multiple selections.")
178 #define STR_FILL_SERIES_PROGRESS                NC_("STR_FILL_SERIES_PROGRESS", "Fill Row...")
179 #define STR_UNDO_THESAURUS                      NC_("STR_UNDO_THESAURUS", "Thesaurus")
180 #define STR_FILL_TAB                            NC_("STR_FILL_TAB", "Fill Sheets")
181 #define STR_UPDATE_SCENARIO                     NC_("STR_UPDATE_SCENARIO", "Add selected ranges to current scenario?")
182 #define STR_ERR_NEWSCENARIO                     NC_("STR_ERR_NEWSCENARIO", "The scenario ranges must be selected in order to be able to create a new scenario.")
183 #define STR_NOAREASELECTED                      NC_("STR_NOAREASELECTED", "A range has not been selected.")
184 #define STR_NEWTABNAMENOTUNIQUE                 NC_("STR_NEWTABNAMENOTUNIQUE", "This name already exists.")
185 #define STR_INVALIDTABNAME                      NC_("STR_INVALIDTABNAME", "Invalid sheet name.\nThe sheet name must not be empty or a duplicate of \nan existing name and may not contain the characters [ ] * ? : / \\ \nor the character ' (apostrophe) as first or last character.")
186 #define STR_SCENARIO                            NC_("STR_SCENARIO", "Scenario")
187 #define STR_PIVOT_TABLE                         NC_("STR_PIVOT_TABLE", "Pivot Table")
188  // Text strings for captions of subtotal functions.
189 #define STR_FUN_TEXT_SUM                        NC_("STR_FUN_TEXT_SUM", "Sum")
190 #define STR_FUN_TEXT_SELECTION_COUNT            NC_("STR_FUN_TEXT_SELECTION_COUNT", "Selection count")
191 #define STR_FUN_TEXT_COUNT                      NC_("STR_FUN_TEXT_COUNT", "Count")
192 #define STR_FUN_TEXT_COUNT2                     NC_("STR_FUN_TEXT_COUNT2", "CountA")
193 #define STR_FUN_TEXT_AVG                        NC_("STR_FUN_TEXT_AVG", "Average")
194 #define STR_FUN_TEXT_MEDIAN                     NC_("STR_FUN_TEXT_MEDIAN", "Median")
195 #define STR_FUN_TEXT_MAX                        NC_("STR_FUN_TEXT_MAX", "Max")
196 #define STR_FUN_TEXT_MIN                        NC_("STR_FUN_TEXT_MIN", "Min")
197 #define STR_FUN_TEXT_PRODUCT                    NC_("STR_FUN_TEXT_PRODUCT", "Product")
198 #define STR_FUN_TEXT_STDDEV                     NC_("STR_FUN_TEXT_STDDEV", "StDev")
199 #define STR_FUN_TEXT_VAR                        NC_("STR_FUN_TEXT_VAR", "Var")
200 #define STR_NOCHARTATCURSOR                     NC_("STR_NOCHARTATCURSOR", "No chart found at this position.")
201 #define STR_PIVOT_NOTFOUND                      NC_("STR_PIVOT_NOTFOUND", "No pivot table found at this position.")
202 #define STR_EMPTYDATA                           NC_("STR_EMPTYDATA", "(empty)")
203 #define STR_PRINT_INVALID_AREA                  NC_("STR_PRINT_INVALID_AREA", "Invalid print range")
204 #define STR_PAGESTYLE                           NC_("STR_PAGESTYLE", "Page Style")
205 #define STR_HEADER                              NC_("STR_HEADER", "Header")
206 #define STR_FOOTER                              NC_("STR_FOOTER", "Footer")
207 #define STR_TEXTATTRS                           NC_("STR_TEXTATTRS", "Text Attributes")
208 #define STR_PROTECTIONERR                       NC_("STR_PROTECTIONERR", "Protected cells can not be modified.")
209 #define STR_READONLYERR                         NC_("STR_READONLYERR", "Document opened in read-only mode.")
210 #define STR_MATRIXFRAGMENTERR                   NC_("STR_MATRIXFRAGMENTERR", "You cannot change only part of an array.")
211 #define STR_PAGEHEADER                          NC_("STR_PAGEHEADER", "Header")
212 #define STR_PAGEFOOTER                          NC_("STR_PAGEFOOTER", "Footer")
214 /* BEGIN error constants and error strings. */
215 #define STR_ERROR_STR                           NC_("STR_ERROR_STR", "Err:")
216 /* BEGIN defined ERROR.TYPE() values. */
217 /* ERROR.TYPE( #DIV/0! ) == 2 */
218 #define STR_LONG_ERR_DIV_ZERO                   NC_("STR_LONG_ERR_DIV_ZERO", "Error: Division by zero")
219 /* ERROR.TYPE( #VALUE! ) == 3 */
220 #define STR_LONG_ERR_NO_VALUE                   NC_("STR_LONG_ERR_NO_VALUE", "Error: Wrong data type")
221 /* ERROR.TYPE( #REF! ) == 4 */
222 #define STR_LONG_ERR_NO_REF                     NC_("STR_LONG_ERR_NO_REF", "Error: Not a valid reference")
223 /* ERROR.TYPE( #NAME! ) == 5 */
224 #define STR_LONG_ERR_NO_NAME                    NC_("STR_LONG_ERR_NO_NAME", "Error: Invalid name")
225 /* ERROR.TYPE( #NUM! ) == 6 */
226 #define STR_LONG_ERR_ILL_FPO                    NC_("STR_LONG_ERR_ILL_FPO", "Error: Invalid numeric value")
227 /* ERROR.TYPE( #N/A ) == 7 */
228 #define STR_LONG_ERR_NV                         NC_("STR_LONG_ERR_NV", "Error: Value not available")
229 /* END defined ERROR.TYPE() values. */
230 #define STR_NO_ADDIN                            NC_("STR_NO_ADDIN", "#ADDIN?")
231 #define STR_LONG_ERR_NO_ADDIN                   NC_("STR_LONG_ERR_NO_ADDIN", "Error: Add-in not found")
232 #define STR_NO_MACRO                            NC_("STR_NO_MACRO", "#MACRO?")
233 #define STR_LONG_ERR_NO_MACRO                   NC_("STR_LONG_ERR_NO_MACRO", "Error: Macro not found")
234 #define STR_LONG_ERR_SYNTAX                     NC_("STR_LONG_ERR_SYNTAX", "Internal syntactical error")
235 #define STR_LONG_ERR_ILL_ARG                    NC_("STR_LONG_ERR_ILL_ARG", "Error: Invalid argument")
236 #define STR_LONG_ERR_ILL_PAR                    NC_("STR_LONG_ERR_ILL_PAR", "Error in parameter list")
237 #define STR_LONG_ERR_ILL_CHAR                   NC_("STR_LONG_ERR_ILL_CHAR", "Error: Invalid character")
238 #define STR_LONG_ERR_PAIR                       NC_("STR_LONG_ERR_PAIR", "Error: in bracketing")
239 #define STR_LONG_ERR_OP_EXP                     NC_("STR_LONG_ERR_OP_EXP", "Error: Operator missing")
240 #define STR_LONG_ERR_VAR_EXP                    NC_("STR_LONG_ERR_VAR_EXP", "Error: Variable missing")
241 #define STR_LONG_ERR_CODE_OVF                   NC_("STR_LONG_ERR_CODE_OVF", "Error: Formula overflow")
242 #define STR_LONG_ERR_STR_OVF                    NC_("STR_LONG_ERR_STR_OVF", "Error: String overflow")
243 #define STR_LONG_ERR_STACK_OVF                  NC_("STR_LONG_ERR_STACK_OVF", "Error: Internal overflow")
244 #define STR_LONG_ERR_MATRIX_SIZE                NC_("STR_LONG_ERR_MATRIX_SIZE", "Error: Array or matrix size")
245 #define STR_LONG_ERR_CIRC_REF                   NC_("STR_LONG_ERR_CIRC_REF", "Error: Circular reference")
246 #define STR_LONG_ERR_NO_CONV                    NC_("STR_LONG_ERR_NO_CONV", "Error: Calculation does not converge")
247 /* END error constants and error strings. */
249 #define STR_CELL_FILTER                         NC_("STR_CELL_FILTER", "Filter")
250 #define STR_TARGETNOTFOUND                      NC_("STR_TARGETNOTFOUND", "The target database range does not exist.")
251 #define STR_INVALID_EPS                         NC_("STR_INVALID_EPS", "Invalid increment")
252 #define STR_UNDO_TABOP                          NC_("STR_UNDO_TABOP", "Multiple operations")
253 #define STR_INVALID_AFNAME                      NC_("STR_INVALID_AFNAME", "You have entered an invalid name.\nAutoFormat could not be created. \nTry again using a different name.")
254 #define STR_AREA                                NC_("STR_AREA", "Range")
255 #define STR_YES                                 NC_("STR_YES", "Yes")
256 #define STR_NO                                  NC_("STR_NO", "No")
257 #define STR_PROTECTION                          NC_("STR_PROTECTION", "Protection")
258 #define STR_FORMULAS                            NC_("STR_FORMULAS", "Formulas")
259 #define STR_HIDE                                NC_("STR_HIDE", "Hide")
260 #define STR_PRINT                               NC_("STR_PRINT", "Print")
261 #define STR_INVALID_AFAREA                      NC_("STR_INVALID_AFAREA", "To apply an AutoFormat,\na table range of at least\n3x3 cells must be selected.")
262 #define STR_OPTIONAL                            NC_("STR_OPTIONAL", "(optional)")
263 #define STR_REQUIRED                            NC_("STR_REQUIRED", "(required)")
264 #define STR_NOTES                               NC_("STR_NOTES", "Comments")
265 #define STR_QUERY_DELTAB                        NC_("STR_QUERY_DELTAB", "Are you sure you want to delete the selected sheet(s)?")
266 #define STR_QUERY_DELSCENARIO                   NC_("STR_QUERY_DELSCENARIO", "Are you sure you want to delete the selected scenario?")
267 #define STR_EXPORT_ASCII                        NC_("STR_EXPORT_ASCII", "Export Text File")
268 #define STR_IMPORT_LOTUS                        NC_("STR_IMPORT_LOTUS", "Import Lotus files")
269 #define STR_IMPORT_DBF                          NC_("STR_IMPORT_DBF", "Import DBase files")
270 #define STR_EXPORT_DBF                          NC_("STR_EXPORT_DBF", "DBase export")
271 #define STR_EXPORT_DIF                          NC_("STR_EXPORT_DIF", "Dif Export")
272 #define STR_IMPORT_DIF                          NC_("STR_IMPORT_DIF", "Dif Import")
273 #define STR_STYLENAME_STANDARD                  NC_("STR_STYLENAME_STANDARD", "Default")
274 #define STR_STYLENAME_RESULT                    NC_("STR_STYLENAME_RESULT", "Result")
275 #define STR_STYLENAME_RESULT1                   NC_("STR_STYLENAME_RESULT1", "Result2")
276 #define STR_STYLENAME_HEADLINE                  NC_("STR_STYLENAME_HEADLINE", "Heading")
277 #define STR_STYLENAME_HEADLINE1                 NC_("STR_STYLENAME_HEADLINE1", "Heading1")
278 #define STR_STYLENAME_REPORT                    NC_("STR_STYLENAME_REPORT", "Report")
279 #define STR_THESAURUS_NO_STRING                 NC_("STR_THESAURUS_NO_STRING", "Thesaurus can only be used in text cells!")
280 #define STR_SPELLING_BEGIN_TAB                  NC_("STR_SPELLING_BEGIN_TAB", "Should the spellcheck be continued at the beginning of the current sheet?")
281 #define STR_SPELLING_NO_LANG                    NC_("STR_SPELLING_NO_LANG", "is not available for the thesaurus.\nPlease check your installation and install \nthe desired language if necessary")
282 #define STR_SPELLING_STOP_OK                    NC_("STR_SPELLING_STOP_OK", "The spellcheck of this sheet has been completed.")
283 #define STR_UNDO_INSERT_TAB                     NC_("STR_UNDO_INSERT_TAB", "Insert Sheet")
284 #define STR_UNDO_DELETE_TAB                     NC_("STR_UNDO_DELETE_TAB", "Delete Sheets")
285 #define STR_UNDO_RENAME_TAB                     NC_("STR_UNDO_RENAME_TAB", "Rename Sheet")
286 #define STR_UNDO_SET_TAB_BG_COLOR               NC_("STR_UNDO_SET_TAB_BG_COLOR", "Color Tab")
287 #define STR_UNDO_SET_MULTI_TAB_BG_COLOR         NC_("STR_UNDO_SET_MULTI_TAB_BG_COLOR", "Color Tabs")
288 #define STR_UNDO_MOVE_TAB                       NC_("STR_UNDO_MOVE_TAB", "Move Sheets")
289 #define STR_UNDO_COPY_TAB                       NC_("STR_UNDO_COPY_TAB", "Copy Sheet")
290 #define STR_UNDO_APPEND_TAB                     NC_("STR_UNDO_APPEND_TAB", "Append sheet")
291 #define STR_UNDO_SHOWTAB                        NC_("STR_UNDO_SHOWTAB", "Show Sheet")
292 #define STR_UNDO_SHOWTABS                       NC_("STR_UNDO_SHOWTABS", "Show Sheets")
293 #define STR_UNDO_HIDETAB                        NC_("STR_UNDO_HIDETAB", "Hide sheet")
294 #define STR_UNDO_HIDETABS                       NC_("STR_UNDO_HIDETABS", "Hide sheets")
295 #define STR_UNDO_TAB_RTL                        NC_("STR_UNDO_TAB_RTL", "Flip sheet")
296 #define STR_ABSREFLOST                          NC_("STR_ABSREFLOST", "The new table contains absolute references to other tables which may be incorrect!")
297 #define STR_NAMECONFLICT                        NC_("STR_NAMECONFLICT", "Due to identical names, an existing range name in the destination document has been altered!")
298 #define STR_ERR_AUTOFILTER                      NC_("STR_ERR_AUTOFILTER", "AutoFilter not possible")
299 #define STR_CREATENAME_REPLACE                  NC_("STR_CREATENAME_REPLACE", "Replace existing definition of #?")
300 #define STR_CREATENAME_MARKERR                  NC_("STR_CREATENAME_MARKERR", "Invalid selection for range names")
301 #define STR_CONSOLIDATE_ERR1                    NC_("STR_CONSOLIDATE_ERR1", "References can not be inserted above the source data.")
302 #define STR_SCENARIO_NOTFOUND                   NC_("STR_SCENARIO_NOTFOUND", "Scenario not found")
303 #define STR_QUERY_DELENTRY                      NC_("STR_QUERY_DELENTRY", "Do you really want to delete the entry #?")
304 #define STR_VOBJ_OBJECT                         NC_("STR_VOBJ_OBJECT", "Objects/Images")
305 #define STR_VOBJ_CHART                          NC_("STR_VOBJ_CHART", "Charts")
306 #define STR_VOBJ_DRAWINGS                       NC_("STR_VOBJ_DRAWINGS", "Drawing Objects")
307 #define STR_VOBJ_MODE_SHOW                      NC_("STR_VOBJ_MODE_SHOW", "Show")
308 #define STR_VOBJ_MODE_HIDE                      NC_("STR_VOBJ_MODE_HIDE", "Hide")
309 #define STR_SCATTR_PAGE_TOPDOWN                 NC_("STR_SCATTR_PAGE_TOPDOWN", "Top to bottom")
310 #define STR_SCATTR_PAGE_LEFTRIGHT               NC_("STR_SCATTR_PAGE_LEFTRIGHT", "Left-to-right")
311 #define STR_SCATTR_PAGE_NOTES                   NC_("STR_SCATTR_PAGE_NOTES", "Comments")
312 #define STR_SCATTR_PAGE_GRID                    NC_("STR_SCATTR_PAGE_GRID", "Grid")
313 #define STR_SCATTR_PAGE_HEADERS                 NC_("STR_SCATTR_PAGE_HEADERS", "Row & Column Headers")
314 #define STR_SCATTR_PAGE_FORMULAS                NC_("STR_SCATTR_PAGE_FORMULAS", "Formulas")
315 #define STR_SCATTR_PAGE_NULLVALS                NC_("STR_SCATTR_PAGE_NULLVALS", "Zero Values")
316 #define STR_SCATTR_PAGE_PRINTDIR                NC_("STR_SCATTR_PAGE_PRINTDIR", "Print direction")
317 #define STR_SCATTR_PAGE_FIRSTPAGENO             NC_("STR_SCATTR_PAGE_FIRSTPAGENO", "First page number")
318 #define STR_SCATTR_PAGE_SCALE                   NC_("STR_SCATTR_PAGE_SCALE", "Reduce/enlarge printout")
319 #define STR_SCATTR_PAGE_SCALETOPAGES            NC_("STR_SCATTR_PAGE_SCALETOPAGES", "Fit print range(s) on number of pages")
320 #define STR_SCATTR_PAGE_SCALETO                 NC_("STR_SCATTR_PAGE_SCALETO", "Fit print range(s) to width/height")
321 #define STR_SCATTR_PAGE_SCALE_WIDTH             NC_("STR_SCATTR_PAGE_SCALE_WIDTH", "Width")
322 #define STR_SCATTR_PAGE_SCALE_HEIGHT            NC_("STR_SCATTR_PAGE_SCALE_HEIGHT", "Height")
323 #define STR_SCATTR_PAGE_SCALE_PAGES             NNC_("STR_SCATTR_PAGE_SCALE_PAGES", "One page", "%1 pages")
324 #define STR_SCATTR_PAGE_SCALE_AUTO              NC_("STR_SCATTR_PAGE_SCALE_AUTO", "automatic")
325 #define STR_DOC_STAT                            NC_("STR_DOC_STAT", "Statistics")
326 #define STR_LINKERROR                           NC_("STR_LINKERROR", "The link could not be updated.")
327 #define STR_LINKERRORFILE                       NC_("STR_LINKERRORFILE", "File:")
328 #define STR_LINKERRORTAB                        NC_("STR_LINKERRORTAB", "Sheet:")
329 #define STR_OVERVIEW                            NC_("STR_OVERVIEW", "Overview")
330 #define STR_DOC_INFO                            NC_("STR_DOC_INFO", "Doc.Information")
331 #define STR_DOC_PRINTED                         NC_("STR_DOC_PRINTED", "Printed")
332 #define STR_BY                                  NC_("STR_BY", "by")
333 #define STR_ON                                  NC_("STR_ON", "on")
334 #define STR_RELOAD_TABLES                       NC_("STR_RELOAD_TABLES", "Automatic update of external links has been disabled.")
335 #define STR_REIMPORT_AFTER_LOAD                 NC_("STR_REIMPORT_AFTER_LOAD", "This file contains queries. The results of these queries were not saved.\nDo you want these queries to be repeated?")
336 #define STR_INSERT_FULL                         NC_("STR_INSERT_FULL", "Filled cells cannot be shifted\nbeyond the sheet.")
337 #define STR_TABINSERT_ERROR                     NC_("STR_TABINSERT_ERROR", "The table could not be inserted.")
338 #define STR_TABREMOVE_ERROR                     NC_("STR_TABREMOVE_ERROR", "The sheets could not be deleted.")
339 #define STR_PASTE_ERROR                         NC_("STR_PASTE_ERROR", "The contents of the clipboard could not be pasted.")
340 #define STR_PASTE_FULL                          NC_("STR_PASTE_FULL", "There is not enough space on the sheet to insert here.")
341 #define STR_PASTE_BIGGER                        NC_("STR_PASTE_BIGGER", "The content of the clipboard is bigger than the range selected.\nDo you want to insert it anyway?")
342 #define STR_ERR_NOREF                           NC_("STR_ERR_NOREF", "No cell references are found in the selected cells.")
343 #define STR_GRAPHICNAME                         NC_("STR_GRAPHICNAME", "Image")
344 #define STR_INVALIDNAME                         NC_("STR_INVALIDNAME", "Invalid name.")
345 #define STR_VALID_MACRONOTFOUND                 NC_("STR_VALID_MACRONOTFOUND", "Selected macro not found.")
346 #define STR_VALID_DEFERROR                      NC_("STR_VALID_DEFERROR", "Invalid value.")
347 #define STR_PROGRESS_CALCULATING                NC_("STR_PROGRESS_CALCULATING", "calculating")
348 #define STR_PROGRESS_SORTING                    NC_("STR_PROGRESS_SORTING", "sorting")
349 #define STR_PROGRESS_HEIGHTING                  NC_("STR_PROGRESS_HEIGHTING", "Adapt row height")
350 #define STR_PROGRESS_COMPARING                  NC_("STR_PROGRESS_COMPARING", "Compare #")
351 #define STR_DETINVALID_OVERFLOW                 NC_("STR_DETINVALID_OVERFLOW", "The maximum number of invalid cells has been exceeded.\nNot all invalid cells have been marked.")
352 #define STR_QUICKHELP_DELETE                    NC_("STR_QUICKHELP_DELETE", "Delete contents")
353 #define STR_QUICKHELP_REF                       NC_("STR_QUICKHELP_REF", "%1 R  x %2 C")
354 #define STR_FUNCTIONLIST_MORE                   NC_("STR_FUNCTIONLIST_MORE", "More...")
355 #define STR_ERR_INVALID_AREA                    NC_("STR_ERR_INVALID_AREA", "Invalid range")
356 // Templates for data pilot tables.
357 #define STR_PIVOT_STYLENAME_INNER                   NC_("STR_PIVOT_STYLE_INNER", "Pivot Table Value")
358 #define STR_PIVOT_STYLENAME_RESULT                  NC_("STR_PIVOT_STYLE_RESULT", "Pivot Table Result")
359 #define STR_PIVOT_STYLENAME_CATEGORY                NC_("STR_PIVOT_STYLE_CATEGORY", "Pivot Table Category")
360 #define STR_PIVOT_STYLENAME_TITLE                   NC_("STR_PIVOT_STYLE_TITLE", "Pivot Table Title")
361 #define STR_PIVOT_STYLENAME_FIELDNAME               NC_("STR_PIVOT_STYLE_FIELDNAME", "Pivot Table Field")
362 #define STR_PIVOT_STYLENAME_TOP                     NC_("STR_PIVOT_STYLE_TOP", "Pivot Table Corner")
363 #define STR_OPERATION_FILTER                    NC_("STR_OPERATION_FILTER", "Filter")
364 #define STR_OPERATION_SORT                      NC_("STR_OPERATION_SORT", "Sort")
365 #define STR_OPERATION_SUBTOTAL                  NC_("STR_OPERATION_SUBTOTAL", "Subtotals")
366 #define STR_OPERATION_NONE                      NC_("STR_OPERATION_NONE", "None")
367 #define STR_IMPORT_REPLACE                      NC_("STR_IMPORT_REPLACE", "Do you want to replace the contents of #?")
368 #define STR_TIP_WIDTH                           NC_("STR_TIP_WIDTH", "Width:")
369 #define STR_TIP_HEIGHT                          NC_("STR_TIP_HEIGHT", "Height:")
370 #define STR_TIP_HIDE                            NC_("STR_TIP_HIDE", "Hide")
371 #define STR_CHANGED_BLANK                       NC_("STR_CHANGED_BLANK", "<empty>")
372 #define STR_CHANGED_CELL                        NC_("STR_CHANGED_CELL", "Cell #1 changed from '#2' to '#3'")
373 #define STR_CHANGED_INSERT                      NC_("STR_CHANGED_INSERT", "#1 inserted")
374 #define STR_CHANGED_DELETE                      NC_("STR_CHANGED_DELETE", "#1 deleted")
375 #define STR_CHANGED_MOVE                        NC_("STR_CHANGED_MOVE", "Range moved from #1 to #2")
376 #define STR_END_REDLINING                       NC_("STR_END_REDLINING", "This action will exit the change recording mode.\nAny information about changes will be lost.\n\nExit change recording mode?\n\n")
377 #define STR_CLOSE_ERROR_LINK                    NC_("STR_CLOSE_ERROR_LINK", "The document can not be closed while a link is being updated.")
378 #define STR_UNDO_RESIZEMATRIX                   NC_("STR_UNDO_RESIZEMATRIX", "Adapt array area")
379 #define STR_TIP_RESIZEMATRIX                    NC_("STR_TIP_RESIZEMATRIX", "Array formula  %1 R x %2 C")
380 #define STR_UNDO_HANGULHANJA                    NC_("STR_UNDO_HANGULHANJA", "Hangul/Hanja Conversion")
381 #define STR_NAME_INPUT_CELL                     NC_("STR_NAME_INPUT_CELL", "Select Cell")
382 #define STR_NAME_INPUT_RANGE                    NC_("STR_NAME_INPUT_RANGE", "Select Range")
383 #define STR_NAME_INPUT_DBRANGE                  NC_("STR_NAME_INPUT_DBRANGE", "Select Database Range")
384 #define STR_NAME_INPUT_ROW                      NC_("STR_NAME_INPUT_ROW", "Go To Row")
385 #define STR_NAME_INPUT_SHEET                    NC_("STR_NAME_INPUT_SHEET", "Go To Sheet")
386 #define STR_NAME_INPUT_DEFINE                   NC_("STR_NAME_INPUT_DEFINE", "Define Name for Range")
387 #define STR_NAME_ERROR_SELECTION                NC_("STR_NAME_ERROR_SELECTION", "The selection needs to be rectangular in order to name it.")
388 #define STR_NAME_ERROR_NAME                     NC_("STR_NAME_ERROR_NAME", "You must enter a valid reference or type a valid name for the selected range.")
389 #define STR_CHANGED_MOVE_REJECTION_WARNING      NC_("STR_CHANGED_MOVE_REJECTION_WARNING", "WARNING: This action may have resulted in unintended changes to cell references in formulas.")
390 #define STR_CHANGED_DELETE_REJECTION_WARNING    NC_("STR_CHANGED_DELETE_REJECTION_WARNING", "WARNING: This action may have resulted in references to the deleted area not being restored.")
391 #define STR_UNDO_CHINESE_TRANSLATION            NC_("STR_UNDO_CHINESE_TRANSLATION", "Chinese conversion")
392 #define STR_ERR_DATAPILOT_INPUT                 NC_("STR_ERR_DATAPILOT_INPUT", "You cannot change this part of the pivot table.")
393 #define STR_RECALC_MANUAL                       NC_("STR_RECALC_MANUAL", "Manual")
394 #define STR_RECALC_AUTO                         NC_("STR_RECALC_AUTO", "Automatic")
395 #define STR_ERR_LONG_NESTED_ARRAY               NC_("STR_ERR_LONG_NESTED_ARRAY", "Nested arrays are not supported.")
396 #define STR_ERR_LONG_BAD_ARRAY_CONTENT          NC_("STR_ERR_LONG_BAD_ARRAY_CONTENT", "Unsupported inline array content.")
397 #define STR_UNDO_TEXTTOCOLUMNS                  NC_("STR_UNDO_TEXTTOCOLUMNS", "Text to Columns")
398 #define STR_DOC_UPDATED                         NC_("STR_DOC_UPDATED", "Your spreadsheet has been updated with changes saved by other users.")
399 #define STR_DOC_WILLBESAVED                     NC_("STR_DOC_WILLBESAVED", "The spreadsheet must be saved now to activate sharing mode.\n\nDo you want to continue?")
400 #define STR_DOC_WILLNOTBESAVED                  NC_("STR_DOC_WILLNOTBESAVED", "Already resolved merge conflicts will be lost and your changes to the shared spreadsheet will not be saved.\n\nDo you want to continue?")
401 #define STR_DOC_DISABLESHARED                   NC_("STR_DOC_DISABLESHARED", "Disabling shared mode of a spreadsheet hinders all other users of the shared spreadsheet to merge back their work.\n\nDo you want to continue?")
402 #define STR_DOC_NOLONGERSHARED                  NC_("STR_DOC_NOLONGERSHARED", "This spreadsheet is no longer in shared mode.\n\nSave your spreadsheet to a separate file and merge your changes to the shared spreadsheet manually.")
403 #define STR_FILE_LOCKED_TRY_LATER               NC_("STR_FILE_LOCKED_TRY_LATER", "The shared spreadsheet file is locked due to a merge in progress by user: '%1'\n\nSharing mode of a locked file cannot be disabled. Try again later.")
404 #define STR_FILE_LOCKED_SAVE_LATER              NC_("STR_FILE_LOCKED_SAVE_LATER", "The shared spreadsheet file is locked due to a merge in progress by user: '%1'\n\nTry again later to save your changes.")
405 #define STR_UNKNOWN_USER                        NC_("STR_UNKNOWN_USER", "Unknown User")
406 #define STR_SHAPE_AUTOSHAPE                     NC_("STR_SHAPE_AUTOSHAPE", "AutoShape")
407 #define STR_SHAPE_RECTANGLE                     NC_("STR_SHAPE_RECTANGLE", "Rectangle")
408 #define STR_SHAPE_LINE                          NC_("STR_SHAPE_LINE", "Line")
409 #define STR_SHAPE_OVAL                          NC_("STR_SHAPE_OVAL", "Oval")
410 #define STR_FORM_BUTTON                         NC_("STR_FORM_BUTTON", "Button")
411 #define STR_FORM_CHECKBOX                       NC_("STR_FORM_CHECKBOX", "Check Box")
412 #define STR_FORM_OPTIONBUTTON                   NC_("STR_FORM_OPTIONBUTTON", "Option Button")
413 #define STR_FORM_LABEL                          NC_("STR_FORM_LABEL", "Label")
414 #define STR_FORM_LISTBOX                        NC_("STR_FORM_LISTBOX", "List Box")
415 #define STR_FORM_GROUPBOX                       NC_("STR_FORM_GROUPBOX", "Group Box")
416 #define STR_FORM_DROPDOWN                       NC_("STR_FORM_DROPDOWN", "Drop Down")
417 #define STR_FORM_SPINNER                        NC_("STR_FORM_SPINNER", "Spinner")
418 #define STR_FORM_SCROLLBAR                      NC_("STR_FORM_SCROLLBAR", "Scroll Bar")
419 #define STR_STYLE_FAMILY_CELL                   NC_("STR_STYLE_FAMILY_CELL", "Cell Styles")
420 #define STR_STYLE_FAMILY_PAGE                   NC_("STR_STYLE_FAMILY_PAGE", "Page Styles")
421 #define STR_ERR_DATAPILOTSOURCE                 NC_("STR_ERR_DATAPILOTSOURCE", "Pivot table source data is invalid.")
422 #define STR_OPTIONS_WARN_SEPARATORS             NC_("STR_OPTIONS_WARN_SEPARATORS", "Because the current formula separator settings conflict with the locale, the formula separators have been reset to their default values.")
423 #define STR_UNDO_INSERT_CURRENT_DATE            NC_("STR_UNDO_INSERT_CURRENT_DATE", "Insert Current Date")
424 #define STR_UNDO_INSERT_CURRENT_TIME            NC_("STR_UNDO_INSERT_CURRENT_TIME", "Insert Current Time")
425 #define STR_MANAGE_NAMES                        NC_("STR_MANAGE_NAMES", "Manage Names...")
426 #define STR_HEADER_NAME                         NC_("STR_HEADER_NAME", "Name")
427 #define STR_HEADER_RANGE_OR_EXPR                NC_("STR_HEADER_RANGE_OR_EXPR", "Range or formula expression")
428 #define STR_HEADER_SCOPE                        NC_("STR_HEADER_SCOPE", "Scope")
429 #define STR_MULTI_SELECT                        NC_("STR_MULTI_SELECT", "(multiple)")
430 #define STR_GLOBAL_SCOPE                        NC_("STR_GLOBAL_SCOPE", "Document (Global)")
431 #define STR_ERR_NAME_EXISTS                     NC_("STR_ERR_NAME_EXISTS", "Invalid name. Already in use for the selected scope.")
432 #define STR_ERR_NAME_INVALID                    NC_("STR_ERR_NAME_INVALID", "Invalid name. Only use letters, numbers and underscore.")
433 #define STR_UNSAVED_EXT_REF                     NC_("STR_UNSAVED_EXT_REF", "This Document contains external references to unsaved documents.\n\nDo you want to continue?")
434 #define STR_CLOSE_WITH_UNSAVED_REFS             NC_("STR_CLOSE_WITH_UNSAVED_REFS", "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss.")
435 #define STR_HEADER_RANGE                        NC_("STR_HEADER_RANGE", "Range")
436 #define STR_HEADER_COND                         NC_("STR_HEADER_COND", "First Condition")
437 #define STR_COND_CONDITION                      NC_("STR_COND_CONDITION", "Cell value is")
438 #define STR_COND_COLORSCALE                     NC_("STR_COND_COLORSCALE", "ColorScale")
439 #define STR_COND_DATABAR                        NC_("STR_COND_DATABAR", "DataBar")
440 #define STR_COND_ICONSET                        NC_("STR_COND_ICONSET", "IconSet")
441 #define STR_COND_BETWEEN                        NC_("STR_COND_BETWEEN", "between")
442 #define STR_COND_NOTBETWEEN                     NC_("STR_COND_NOTBETWEEN", "not between")
443 #define STR_COND_UNIQUE                         NC_("STR_COND_UNIQUE", "unique")
444 #define STR_COND_DUPLICATE                      NC_("STR_COND_DUPLICATE", "duplicate")
445 #define STR_COND_FORMULA                        NC_("STR_COND_FORMULA", "Formula is")
446 #define STR_COND_TOP10                          NC_("STR_COND_TOP10", "Top Elements")
447 #define STR_COND_BOTTOM10                       NC_("STR_COND_BOTTOM10", "Bottom Elements")
448 #define STR_COND_TOP_PERCENT                    NC_("STR_COND_TOP_PERCENT", "Top Percent")
449 #define STR_COND_DATE                           NC_("STR_COND_DATE", "Date is")
450 #define STR_COND_BOTTOM_PERCENT                 NC_("STR_COND_BOTTOM_PERCENT", "Bottom Percent")
451 #define STR_COND_ABOVE_AVERAGE                  NC_("STR_COND_ABOVE_AVERAGE", "Above Average")
452 #define STR_COND_BELOW_AVERAGE                  NC_("STR_COND_BELOW_AVERAGE", "Below Average")
453 #define STR_COND_ABOVE_EQUAL_AVERAGE            NC_("STR_COND_ABOVE_EQUAL_AVERAGE", "Above or equal Average")
454 #define STR_COND_BELOW_EQUAL_AVERAGE            NC_("STR_COND_BELOW_EQUAL_AVERAGE", "Below or equal Average")
455 #define STR_COND_ERROR                          NC_("STR_COND_ERROR", "an Error code")
456 #define STR_COND_NOERROR                        NC_("STR_COND_NOERROR", "not an Error code")
457 #define STR_COND_BEGINS_WITH                    NC_("STR_COND_BEGINS_WITH", "Begins with")
458 #define STR_COND_ENDS_WITH                      NC_("STR_COND_ENDS_WITH", "Ends with")
459 #define STR_COND_CONTAINS                       NC_("STR_COND_CONTAINS", "Contains")
460 #define STR_COND_NOT_CONTAINS                   NC_("STR_COND_NOT_CONTAINS", "Not Contains")
461 #define STR_COND_TODAY                          NC_("STR_COND_TODAY", "today")
462 #define STR_COND_YESTERDAY                      NC_("STR_COND_YESTERDAY", "yesterday")
463 #define STR_COND_TOMORROW                       NC_("STR_COND_TOMORROW", "tomorrow")
464 #define STR_COND_LAST7DAYS                      NC_("STR_COND_LAST7DAYS", "in the last 7 days")
465 #define STR_COND_THISWEEK                       NC_("STR_COND_THISWEEK", "this week")
466 #define STR_COND_LASTWEEK                       NC_("STR_COND_LASTWEEK", "last week")
467 #define STR_COND_NEXTWEEK                       NC_("STR_COND_NEXTWEEK", "next week")
468 #define STR_COND_THISMONTH                      NC_("STR_COND_THISMONTH", "this month")
469 #define STR_COND_LASTMONTH                      NC_("STR_COND_LASTMONTH", "last month")
470 #define STR_COND_NEXTMONTH                      NC_("STR_COND_NEXTMONTH", "next month")
471 #define STR_COND_THISYEAR                       NC_("STR_COND_THISYEAR", "this year")
472 #define STR_COND_LASTYEAR                       NC_("STR_COND_LASTYEAR", "last year")
473 #define STR_COND_NEXTYEAR                       NC_("STR_COND_NEXTYEAR", "next year")
474 #define STR_COND_AND                            NC_("STR_COND_AND", "and")
475 #define STR_ERR_CONDFORMAT_PROTECTED            NC_("STR_ERR_CONDFORMAT_PROTECTED", "Conditional Formats can not be created, deleted or changed in protected sheets.")
476 #define STR_EDIT_EXISTING_COND_FORMATS          NC_("STR_EDIT_EXISTING_COND_FORMATS", "The selected cell already contains conditional formatting. You can either edit the existing conditional format or you define a new overlapping conditional format.\n\n Do you want to edit the existing conditional format?")
477 #define STR_QUERY_FORMULA_RECALC_ONLOAD_ODS     NC_("STR_QUERY_FORMULA_RECALC_ONLOAD_ODS", "This document was last saved by an application other than %PRODUCTNAME.  Some formula cells may produce different results when recalculated.\n\nDo you want to recalculate all formula cells in this document now?")
478 #define STR_QUERY_FORMULA_RECALC_ONLOAD_XLS     NC_("STR_QUERY_FORMULA_RECALC_ONLOAD_XLS", "This document was saved in Excel file format (.xlsx). Some formula cells may produce different results when recalculated. \n\nDo you want to recalculate all formula cells now?")
479 #define STR_NO_INSERT_DELETE_OVER_PIVOT_TABLE   NC_("STR_NO_INSERT_DELETE_OVER_PIVOT_TABLE", "You cannot insert or delete cells when the affected range intersects with pivot table.")
480 #define STR_DPFIELD_GROUP_BY_SECONDS            NC_("STR_DPFIELD_GROUP_BY_SECONDS", "Seconds")
481 #define STR_DPFIELD_GROUP_BY_MINUTES            NC_("STR_DPFIELD_GROUP_BY_MINUTES", "Minutes")
482 #define STR_DPFIELD_GROUP_BY_HOURS              NC_("STR_DPFIELD_GROUP_BY_HOURS", "Hours")
483 #define STR_DPFIELD_GROUP_BY_DAYS               NC_("STR_DPFIELD_GROUP_BY_DAYS", "Days")
484 #define STR_DPFIELD_GROUP_BY_MONTHS             NC_("STR_DPFIELD_GROUP_BY_MONTHS", "Months")
485 #define STR_DPFIELD_GROUP_BY_QUARTERS           NC_("STR_DPFIELD_GROUP_BY_QUARTERS", "Quarters")
486 #define STR_DPFIELD_GROUP_BY_YEARS              NC_("STR_DPFIELD_GROUP_BY_YEARS", "Years")
487 #define STR_INVALIDVAL                          NC_("STR_INVALIDVAL", "Invalid target value.")
488 #define STR_INVALIDVAR                          NC_("STR_INVALIDVAR", "Undefined name for variable cell.")
489 #define STR_INVALIDFORM                         NC_("STR_INVALIDFORM", "Undefined name as formula cell.")
490 #define STR_NOFORMULA                           NC_("STR_NOFORMULA", "Formula cell must contain a formula.")
491 #define STR_INVALIDINPUT                        NC_("STR_INVALIDINPUT", "Invalid input.")
492 #define STR_INVALIDCONDITION                    NC_("STR_INVALIDCONDITION", "Invalid condition.")
493 #define STR_QUERYREMOVE                         NC_("STR_QUERYREMOVE", "Should the entry\n#\nbe deleted?")
494 #define STR_COPYLIST                            NC_("STR_COPYLIST", "Copy List")
495 #define STR_COPYFROM                            NC_("STR_COPYFROM", "List from")
496 #define STR_COPYERR                             NC_("STR_COPYERR", "Cells without text have been ignored.")
497 #define STR_CTRLCLICKHYPERLINK                  NC_("STR_CTRLCLICKHYPERLINK", "%s-click to follow hyperlink:")
498 #define STR_CLICKHYPERLINK                      NC_("STR_CLICKHYPERLINK", "click to open hyperlink:")
499 #define STR_PRINT_PREVIEW_NODATA                NC_("STR_PRINT_PREVIEW_NODATA", "No Data")
500 #define STR_PRINT_PREVIEW_EMPTY_RANGE           NC_("STR_PRINT_PREVIEW_EMPTY_RANGE", "Print Range Empty")
501 #define STR_UNDO_CONDFORMAT                     NC_("STR_UNDO_CONDFORMAT", "Conditional Format")
502 #define STR_UNDO_CONDFORMAT_LIST                NC_("STR_UNDO_CONDFORMAT_LIST", "Conditional Formats")
503 #define STR_UNDO_FORMULA_TO_VALUE               NC_("STR_UNDO_FORMULA_TO_VALUE", "Convert Formula To Value")
504 #define STR_UNQUOTED_STRING                     NC_("STR_UNQUOTED_STRING", "Strings without quotes are interpreted as column/row labels.")
505 #define STR_ENTER_VALUE                         NC_("STR_ENTER_VALUE", "Enter a value!")
506 #define STR_TABLE_COUNT                         NC_("STR_TABLE_COUNT", "Sheet %1 of %2")
507 #define STR_FUNCTIONS_FOUND                     NC_("STR_FUNCTIONS_FOUND", "%1 and %2 more")
508 #define STR_GENERAL                             NC_("STR_GENERAL", "General")
509 #define STR_NUMBER                              NC_("STR_NUMBER", "Number")
510 #define STR_PERCENT                             NC_("STR_PERCENT", "Percent")
511 #define STR_CURRENCY                            NC_("STR_CURRENCY", "Currency")
512 #define STR_DATE                                NC_("STR_DATE", "Date")
513 #define STR_TIME                                NC_("STR_TIME", "Time")
514 #define STR_SCIENTIFIC                          NC_("STR_SCIENTIFIC", "Scientific")
515 #define STR_FRACTION                            NC_("STR_FRACTION", "Fraction")
516 #define STR_BOOLEAN_VALUE                       NC_("STR_BOOLEAN_VALUE", "Boolean Value")
517 #define STR_TEXT                                NC_("STR_TEXT", "Text")
518 #define STR_QUERY_PIVOTTABLE_DELTAB             NC_("STR_QUERY_PIVOTTABLE_DELTAB", "The selected sheet(s) contain source data of related pivot tables that will be lost. Are you sure you want to delete the selected sheet(s)?")
519 #define STR_ERR_NAME_INVALID_CELL_REF           NC_("STR_ERR_NAME_INVALID_CELL_REF", "Invalid name. Reference to a cell, or a range of cells not allowed.")
520 #define STR_ERR_LONG_LINK_FORMULA_NEEDING_CHECK NC_("STR_ERR_LONG_LINK_FORMULA_NEEDING_CHECK", "External content disabled.")
522 #endif
524 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */