LanguageTool: don't crash if REST protocol isn't set
[LibreOffice.git] / sc / inc / globstr.hrc
blobb76f84a1d72e94f0f68e1fa131d99c826bc904a9
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) TranslateId(Context, reinterpret_cast<char const *>(u8##String))
24 #define NNC_(Context, StringSingular, StringPlural) TranslateNId(Context, reinterpret_cast<char const *>(u8##StringSingular), reinterpret_cast<char const *>(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_MSSG_MAKEOUTLINE_0                  NC_("STR_MSSG_MAKEOUTLINE_0", "Grouping not possible")
129 #define STR_MSSG_REMOVEOUTLINE_0                NC_("STR_MSSG_REMOVEOUTLINE_0", "Ungrouping not possible")
130 #define STR_MSSG_PASTEFROMCLIP_0                NC_("STR_MSSG_PASTEFROMCLIP_0", "Insert into multiple selection not possible")
131 #define STR_MSSG_MOVEBLOCKTO_0                  NC_("STR_MSSG_MOVEBLOCKTO_0", "Cell merge not possible if cells already merged!")
132 #define STR_MSSG_INSERTCELLS_0                  NC_("STR_MSSG_INSERTCELLS_0", "Inserting into merged ranges not possible")
133 #define STR_MSSG_DELETECELLS_0                  NC_("STR_MSSG_DELETECELLS_0", "Deleting in merged ranges not possible")
134 #define STR_MSSG_MERGECELLS_0                   NC_("STR_MSSG_MERGECELLS_0", "Cell merge not possible if cells already merged")
135 #define STR_SORT_ERR_MERGED                     NC_("STR_SORT_ERR_MERGED", "Ranges containing merged cells can only be sorted without formats.")
136 #define STR_MSSG_SOLVE_0                        NC_("STR_MSSG_SOLVE_0", "Goal Seek succeeded. Result: ")
137 #define STR_MSSG_SOLVE_1                        NC_("STR_MSSG_SOLVE_1", "\n\nInsert the result into the variable cell?")
138 #define STR_MSSG_SOLVE_2                        NC_("STR_MSSG_SOLVE_2", "Goal Seek failed.\n\n")
139 #define STR_MSSG_SOLVE_3                        NC_("STR_MSSG_SOLVE_3", "Insert the closest value (")
140 #define STR_MSSG_SOLVE_4                        NC_("STR_MSSG_SOLVE_4", ") into the variable cell anyway?")
141 #define STR_TABLE_GRAND                         NC_("STR_TABLE_GRAND", "Grand")
142 #define STR_TABLE_ERGEBNIS                      NC_("STR_TABLE_ERGEBNIS", "Result")
143 #define STR_UNDO_SPELLING                       NC_("STR_UNDO_SPELLING", "Spellcheck")
144 #define STR_TABLE_AND                           NC_("STR_TABLE_AND", "AND")
145 #define STR_TABLE_OR                            NC_("STR_TABLE_OR", "OR")
146 #define STR_TABLE_DEF                           NC_("STR_TABLE_DEF", "Sheet")
147 #define STR_MOVE_TO_END                         NC_("STR_MOVE_TO_END", "- move to end position -")
148 #define STR_NO_REF_TABLE                        NC_("STR_NO_REF_TABLE", "#REF!")
149 #define STR_PIVOT_NODATA                        NC_("STR_PIVOT_NODATA", "The pivot table must contain at least one entry.")
150 #define STR_PIVOT_MOVENOTALLOWED                NC_("STR_PIVOT_MOVENOTALLOWED", "The data range can not be deleted.")
151 #define STR_PIVOT_ERROR                         NC_("STR_PIVOT_ERROR", "Error creating the pivot table.")
152 #define STR_PIVOT_NOTEMPTY                      NC_("STR_PIVOT_NOTEMPTY", "The destination range is not empty. Overwrite existing contents?")
153 #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?")
154 #define STR_DATAPILOT_SUBTOTAL                  NC_("STR_DATAPILOT_SUBTOTAL", "The source range contains subtotals which may distort the results. Use it anyway?")
155 #define STR_PIVOT_TOTAL                         NC_("STR_PIVOT_TOTAL", "Total")
156 #define STR_PIVOT_DATA                          NC_("STR_PIVOT_DATA", "Data")
157 #define STR_PIVOT_GROUP                         NC_("STR_PIVOT_GROUP", "Group")
158 /* To translators: $1 == will be replaced by STR_SELCOUNT_ROWARG, and $2 by STR_SELCOUNT_COLARG
159    e.g. Selected: 1 row, 2 columns */
160 #define STR_SELCOUNT                            NC_("STR_SELCOUNT", "Selected: $1, $2")
161 // To translators: STR_SELCOUNT_ROWARG is $1 of STR_SELCOUNT. $1 of STR_SELCOUNT_ROWARG is number of rows
162 #define STR_SELCOUNT_ROWARG                     NNC_("STR_SELCOUNT_ROWARG", "$1 row", "$1 rows")
163 // To translators: STR_SELCOUNT_COLARG is $1 of STR_SELCOUNT. $1 of STR_SELCOUNT_ROWARG is number of columns
164 #define STR_SELCOUNT_COLARG                     NNC_("STR_SELCOUNT_COLARG", "$1 column", "$1 columns")
165 #define STR_FILTER_SELCOUNT                     NC_("STR_FILTER_SELCOUNT", "$1 of $2 records found")
166 #define STR_COLUMN                              NC_("STR_COLUMN", "Column")
167 #define STR_ROW                                 NC_("STR_ROW", "Row")
168 #define STR_PAGE                                NC_("STR_PAGE", "Page")
169 #define STR_PGNUM                               NC_("STR_PGNUM", "Page %1")
170 #define STR_LOAD_DOC                            NC_("STR_LOAD_DOC", "Load document")
171 #define STR_SAVE_DOC                            NC_("STR_SAVE_DOC", "Save document")
172 #define STR_AREA_ALREADY_INSERTED               NC_("STR_AREA_ALREADY_INSERTED", "This range has already been inserted.")
173 #define STR_INVALID_TABREF                      NC_("STR_INVALID_TABREF", "Invalid sheet reference.")
174 #define STR_INVALID_QUERYAREA                   NC_("STR_INVALID_QUERYAREA", "This range does not contain a valid query.")
175 #define STR_REIMPORT_EMPTY                      NC_("STR_REIMPORT_EMPTY", "This range does not contain imported data.")
176 #define STR_NOMULTISELECT                       NC_("STR_NOMULTISELECT", "This function cannot be used with multiple selections.")
177 #define STR_FILL_SERIES_PROGRESS                NC_("STR_FILL_SERIES_PROGRESS", "Fill Row...")
178 #define STR_UNDO_THESAURUS                      NC_("STR_UNDO_THESAURUS", "Thesaurus")
179 #define STR_FILL_TAB                            NC_("STR_FILL_TAB", "Fill Sheets")
180 #define STR_UPDATE_SCENARIO                     NC_("STR_UPDATE_SCENARIO", "Add selected ranges to current scenario?")
181 #define STR_ERR_NEWSCENARIO                     NC_("STR_ERR_NEWSCENARIO", "The scenario ranges must be selected in order to be able to create a new scenario.")
182 #define STR_NOAREASELECTED                      NC_("STR_NOAREASELECTED", "A range has not been selected.")
183 #define STR_NEWTABNAMENOTUNIQUE                 NC_("STR_NEWTABNAMENOTUNIQUE", "This name already exists.")
184 #define STR_INVALIDTABNAME                      NC_("STR_INVALIDTABNAME", "Invalid sheet name.\n\nThe sheet name must not:\n• be empty\n• already exist\n• contain [ ] * ? : / \\ \n• use ' (apostrophe) as first or last character.")
185 #define STR_SCENARIO                            NC_("STR_SCENARIO", "Scenario")
186 #define STR_PIVOT_TABLE                         NC_("STR_PIVOT_TABLE", "Pivot Table")
187  // Text strings for captions of subtotal functions.
188 #define STR_FUN_TEXT_SUM                        NC_("STR_FUN_TEXT_SUM", "Sum")
189 #define STR_FUN_TEXT_SELECTION_COUNT            NC_("STR_FUN_TEXT_SELECTION_COUNT", "Selection count")
190 #define STR_FUN_TEXT_COUNT                      NC_("STR_FUN_TEXT_COUNT", "Count")
191 #define STR_FUN_TEXT_COUNT2                     NC_("STR_FUN_TEXT_COUNT2", "CountA")
192 #define STR_FUN_TEXT_AVG                        NC_("STR_FUN_TEXT_AVG", "Average")
193 #define STR_FUN_TEXT_MEDIAN                     NC_("STR_FUN_TEXT_MEDIAN", "Median")
194 #define STR_FUN_TEXT_MAX                        NC_("STR_FUN_TEXT_MAX", "Max")
195 #define STR_FUN_TEXT_MIN                        NC_("STR_FUN_TEXT_MIN", "Min")
196 #define STR_FUN_TEXT_PRODUCT                    NC_("STR_FUN_TEXT_PRODUCT", "Product")
197 #define STR_FUN_TEXT_STDDEV                     NC_("STR_FUN_TEXT_STDDEV", "StDev")
198 #define STR_FUN_TEXT_VAR                        NC_("STR_FUN_TEXT_VAR", "Var")
199 #define STR_NOCHARTATCURSOR                     NC_("STR_NOCHARTATCURSOR", "No chart found at this position.")
200 #define STR_PIVOT_NOTFOUND                      NC_("STR_PIVOT_NOTFOUND", "No pivot table found at this position.")
201 #define STR_EMPTYDATA                           NC_("STR_EMPTYDATA", "(empty)")
202 #define STR_PRINT_INVALID_AREA                  NC_("STR_PRINT_INVALID_AREA", "Invalid print range")
203 #define STR_PAGESTYLE                           NC_("STR_PAGESTYLE", "Page Style")
204 #define STR_HEADER                              NC_("STR_HEADER", "Header")
205 #define STR_FOOTER                              NC_("STR_FOOTER", "Footer")
206 #define STR_TEXTATTRS                           NC_("STR_TEXTATTRS", "Text Attributes")
207 #define STR_PROTECTIONERR                       NC_("STR_PROTECTIONERR", "Protected cells can not be modified.")
208 #define STR_READONLYERR                         NC_("STR_READONLYERR", "Document opened in read-only mode.")
209 #define STR_MATRIXFRAGMENTERR                   NC_("STR_MATRIXFRAGMENTERR", "You cannot change only part of an array.")
210 #define STR_PAGEHEADER                          NC_("STR_PAGEHEADER", "Header")
211 #define STR_PAGEFOOTER                          NC_("STR_PAGEFOOTER", "Footer")
213 /* BEGIN error constants and error strings. */
214 #define STR_ERROR_STR                           NC_("STR_ERROR_STR", "Err:")
215 /* BEGIN defined ERROR.TYPE() values. */
216 /* ERROR.TYPE( #DIV/0! ) == 2 */
217 #define STR_LONG_ERR_DIV_ZERO                   NC_("STR_LONG_ERR_DIV_ZERO", "Error: Division by zero")
218 /* ERROR.TYPE( #VALUE! ) == 3 */
219 #define STR_LONG_ERR_NO_VALUE                   NC_("STR_LONG_ERR_NO_VALUE", "Error: Wrong data type")
220 /* ERROR.TYPE( #REF! ) == 4 */
221 #define STR_LONG_ERR_NO_REF                     NC_("STR_LONG_ERR_NO_REF", "Error: Not a valid reference")
222 /* ERROR.TYPE( #NAME! ) == 5 */
223 #define STR_LONG_ERR_NO_NAME                    NC_("STR_LONG_ERR_NO_NAME", "Error: Invalid name")
224 /* ERROR.TYPE( #NUM! ) == 6 */
225 #define STR_LONG_ERR_ILL_FPO                    NC_("STR_LONG_ERR_ILL_FPO", "Error: Invalid numeric value")
226 /* ERROR.TYPE( #N/A ) == 7 */
227 #define STR_LONG_ERR_NV                         NC_("STR_LONG_ERR_NV", "Error: Value not available")
228 /* END defined ERROR.TYPE() values. */
229 #define STR_NO_ADDIN                            NC_("STR_NO_ADDIN", "#ADDIN?")
230 #define STR_LONG_ERR_NO_ADDIN                   NC_("STR_LONG_ERR_NO_ADDIN", "Error: Add-in not found")
231 #define STR_NO_MACRO                            NC_("STR_NO_MACRO", "#MACRO?")
232 #define STR_LONG_ERR_NO_MACRO                   NC_("STR_LONG_ERR_NO_MACRO", "Error: Macro not found")
233 #define STR_LONG_ERR_SYNTAX                     NC_("STR_LONG_ERR_SYNTAX", "Internal syntactical error")
234 #define STR_LONG_ERR_ILL_ARG                    NC_("STR_LONG_ERR_ILL_ARG", "Error: Invalid argument")
235 #define STR_LONG_ERR_ILL_PAR                    NC_("STR_LONG_ERR_ILL_PAR", "Error in parameter list")
236 #define STR_LONG_ERR_ILL_CHAR                   NC_("STR_LONG_ERR_ILL_CHAR", "Error: Invalid character")
237 #define STR_LONG_ERR_PAIR                       NC_("STR_LONG_ERR_PAIR", "Error: in bracketing")
238 #define STR_LONG_ERR_OP_EXP                     NC_("STR_LONG_ERR_OP_EXP", "Error: Operator missing")
239 #define STR_LONG_ERR_VAR_EXP                    NC_("STR_LONG_ERR_VAR_EXP", "Error: Variable missing")
240 #define STR_LONG_ERR_CODE_OVF                   NC_("STR_LONG_ERR_CODE_OVF", "Error: Formula overflow")
241 #define STR_LONG_ERR_STR_OVF                    NC_("STR_LONG_ERR_STR_OVF", "Error: String overflow")
242 #define STR_LONG_ERR_STACK_OVF                  NC_("STR_LONG_ERR_STACK_OVF", "Error: Internal overflow")
243 #define STR_LONG_ERR_MATRIX_SIZE                NC_("STR_LONG_ERR_MATRIX_SIZE", "Error: Array or matrix size")
244 #define STR_LONG_ERR_CIRC_REF                   NC_("STR_LONG_ERR_CIRC_REF", "Error: Circular reference")
245 #define STR_LONG_ERR_NO_CONV                    NC_("STR_LONG_ERR_NO_CONV", "Error: Calculation does not converge")
246 /* END error constants and error strings. */
248 #define STR_CELL_FILTER                         NC_("STR_CELL_FILTER", "Filter")
249 #define STR_TARGETNOTFOUND                      NC_("STR_TARGETNOTFOUND", "The target database range does not exist.")
250 #define STR_INVALID_EPS                         NC_("STR_INVALID_EPS", "Invalid increment")
251 #define STR_UNDO_TABOP                          NC_("STR_UNDO_TABOP", "Multiple operations")
252 #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.")
253 #define STR_AREA                                NC_("STR_AREA", "Range")
254 #define STR_YES                                 NC_("STR_YES", "Yes")
255 #define STR_NO                                  NC_("STR_NO", "No")
256 #define STR_PROTECTION                          NC_("STR_PROTECTION", "Protection")
257 #define STR_FORMULAS                            NC_("STR_FORMULAS", "Formulas")
258 #define STR_HIDE                                NC_("STR_HIDE", "Hide")
259 #define STR_PRINT                               NC_("STR_PRINT", "Print")
260 #define STR_INVALID_AFAREA                      NC_("STR_INVALID_AFAREA", "To apply an AutoFormat,\na table range of at least\n3x3 cells must be selected.")
261 #define STR_OPTIONAL                            NC_("STR_OPTIONAL", "(optional)")
262 #define STR_REQUIRED                            NC_("STR_REQUIRED", "(required)")
263 #define STR_NOTES                               NC_("STR_NOTES", "Comments")
264 #define STR_QUERY_DELTAB                        NC_("STR_QUERY_DELTAB", "Are you sure you want to delete the selected sheet(s)?")
265 #define STR_QUERY_DELSCENARIO                   NC_("STR_QUERY_DELSCENARIO", "Are you sure you want to delete the selected scenario?")
266 #define STR_EXPORT_ASCII                        NC_("STR_EXPORT_ASCII", "Export Text File")
267 #define STR_IMPORT_LOTUS                        NC_("STR_IMPORT_LOTUS", "Import Lotus files")
268 #define STR_IMPORT_DBF                          NC_("STR_IMPORT_DBF", "Import DBase files")
269 #define STR_EXPORT_DBF                          NC_("STR_EXPORT_DBF", "DBase export")
270 #define STR_EXPORT_DIF                          NC_("STR_EXPORT_DIF", "Dif Export")
271 #define STR_IMPORT_DIF                          NC_("STR_IMPORT_DIF", "Dif Import")
272 #define STR_STYLENAME_STANDARD                  NC_("STR_STYLENAME_STANDARD", "Default")
273 #define STR_STYLENAME_HEADING                   NC_("STR_STYLENAME_HEADING", "Heading")
274 #define STR_STYLENAME_HEADING_1                 NC_("STR_STYLENAME_HEADING_1", "Heading 1")
275 #define STR_STYLENAME_HEADING_2                 NC_("STR_STYLENAME_HEADING_2", "Heading 2")
276 #define STR_STYLENAME_TEXT                      NC_("STR_STYLENAME_TEXT", "Text")
277 #define STR_STYLENAME_NOTE                      NC_("STR_STYLENAME_NOTE", "Note")
278 #define STR_STYLENAME_FOOTNOTE                  NC_("STR_STYLENAME_FOOTNOTE", "Footnote")
279 #define STR_STYLENAME_HYPERLINK                 NC_("STR_STYLENAME_HYPERLINK", "Hyperlink")
280 #define STR_STYLENAME_STATUS                    NC_("STR_STYLENAME_STATUS", "Status")
281 #define STR_STYLENAME_GOOD                      NC_("STR_STYLENAME_GOOD", "Good")
282 #define STR_STYLENAME_NEUTRAL                   NC_("STR_STYLENAME_NEUTRAL", "Neutral")
283 #define STR_STYLENAME_BAD                       NC_("STR_STYLENAME_BAD", "Bad")
284 #define STR_STYLENAME_WARNING                   NC_("STR_STYLENAME_WARNING", "Warning")
285 #define STR_STYLENAME_ERROR                     NC_("STR_STYLENAME_ERROR", "Error")
286 #define STR_STYLENAME_ACCENT                    NC_("STR_STYLENAME_ACCENT", "Accent")
287 #define STR_STYLENAME_ACCENT_1                  NC_("STR_STYLENAME_ACCENT_1", "Accent 1")
288 #define STR_STYLENAME_ACCENT_2                  NC_("STR_STYLENAME_ACCENT_2", "Accent 2")
289 #define STR_STYLENAME_ACCENT_3                  NC_("STR_STYLENAME_ACCENT_3", "Accent 3")
290 #define STR_STYLENAME_RESULT                    NC_("STR_STYLENAME_RESULT", "Result")
291 #define STR_STYLENAME_RESULT1                   NC_("STR_STYLENAME_RESULT1", "Result2")
292 #define STR_STYLENAME_REPORT                    NC_("STR_STYLENAME_REPORT", "Report")
293 #define STR_THESAURUS_NO_STRING                 NC_("STR_THESAURUS_NO_STRING", "Thesaurus can only be used in text cells!")
294 #define STR_SPELLING_BEGIN_TAB                  NC_("STR_SPELLING_BEGIN_TAB", "Should the spellcheck be continued at the beginning of the current sheet?")
295 #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")
296 #define STR_SPELLING_STOP_OK                    NC_("STR_SPELLING_STOP_OK", "The spellcheck of this sheet has been completed.")
297 #define STR_UNDO_INSERT_TAB                     NC_("STR_UNDO_INSERT_TAB", "Insert Sheet")
298 #define STR_UNDO_DELETE_TAB                     NC_("STR_UNDO_DELETE_TAB", "Delete Sheets")
299 #define STR_UNDO_RENAME_TAB                     NC_("STR_UNDO_RENAME_TAB", "Rename Sheet")
300 #define STR_UNDO_SET_TAB_BG_COLOR               NC_("STR_UNDO_SET_TAB_BG_COLOR", "Color Tab")
301 #define STR_UNDO_SET_MULTI_TAB_BG_COLOR         NC_("STR_UNDO_SET_MULTI_TAB_BG_COLOR", "Color Tabs")
302 #define STR_UNDO_MOVE_TAB                       NC_("STR_UNDO_MOVE_TAB", "Move Sheets")
303 #define STR_UNDO_COPY_TAB                       NC_("STR_UNDO_COPY_TAB", "Copy Sheet")
304 #define STR_UNDO_APPEND_TAB                     NC_("STR_UNDO_APPEND_TAB", "Append sheet")
305 #define STR_UNDO_SHOWTAB                        NC_("STR_UNDO_SHOWTAB", "Show Sheet")
306 #define STR_UNDO_SHOWTABS                       NC_("STR_UNDO_SHOWTABS", "Show Sheets")
307 #define STR_UNDO_HIDETAB                        NC_("STR_UNDO_HIDETAB", "Hide sheet")
308 #define STR_UNDO_HIDETABS                       NC_("STR_UNDO_HIDETABS", "Hide sheets")
309 #define STR_UNDO_TAB_RTL                        NC_("STR_UNDO_TAB_RTL", "Flip sheet")
310 #define STR_ABSREFLOST                          NC_("STR_ABSREFLOST", "The new table contains absolute references to other tables which may be incorrect!")
311 #define STR_NAMECONFLICT                        NC_("STR_NAMECONFLICT", "Due to identical names, an existing range name in the destination document has been altered!")
312 #define STR_ERR_AUTOFILTER                      NC_("STR_ERR_AUTOFILTER", "AutoFilter not possible")
313 #define STR_CREATENAME_REPLACE                  NC_("STR_CREATENAME_REPLACE", "Replace existing definition of #?")
314 #define STR_CREATENAME_MARKERR                  NC_("STR_CREATENAME_MARKERR", "Invalid selection for range names")
315 #define STR_CONSOLIDATE_ERR1                    NC_("STR_CONSOLIDATE_ERR1", "References can not be inserted above the source data.")
316 #define STR_SCENARIO_NOTFOUND                   NC_("STR_SCENARIO_NOTFOUND", "Scenario not found")
317 #define STR_QUERY_DELENTRY                      NC_("STR_QUERY_DELENTRY", "Do you really want to delete the entry #?")
318 #define STR_VOBJ_OBJECT                         NC_("STR_VOBJ_OBJECT", "Objects/Images")
319 #define STR_VOBJ_CHART                          NC_("STR_VOBJ_CHART", "Charts")
320 #define STR_VOBJ_DRAWINGS                       NC_("STR_VOBJ_DRAWINGS", "Drawing Objects")
321 #define STR_VOBJ_MODE_SHOW                      NC_("STR_VOBJ_MODE_SHOW", "Show")
322 #define STR_VOBJ_MODE_HIDE                      NC_("STR_VOBJ_MODE_HIDE", "Hide")
323 #define STR_SCATTR_PAGE_TOPDOWN                 NC_("STR_SCATTR_PAGE_TOPDOWN", "Top to bottom")
324 #define STR_SCATTR_PAGE_LEFTRIGHT               NC_("STR_SCATTR_PAGE_LEFTRIGHT", "Left-to-right")
325 #define STR_SCATTR_PAGE_NOTES                   NC_("STR_SCATTR_PAGE_NOTES", "Comments")
326 #define STR_SCATTR_PAGE_GRID                    NC_("STR_SCATTR_PAGE_GRID", "Grid")
327 #define STR_SCATTR_PAGE_HEADERS                 NC_("STR_SCATTR_PAGE_HEADERS", "Row & Column Headers")
328 #define STR_SCATTR_PAGE_FORMULAS                NC_("STR_SCATTR_PAGE_FORMULAS", "Formulas")
329 #define STR_SCATTR_PAGE_NULLVALS                NC_("STR_SCATTR_PAGE_NULLVALS", "Zero Values")
330 #define STR_SCATTR_PAGE_PRINTDIR                NC_("STR_SCATTR_PAGE_PRINTDIR", "Print direction")
331 #define STR_SCATTR_PAGE_FIRSTPAGENO             NC_("STR_SCATTR_PAGE_FIRSTPAGENO", "First page number")
332 #define STR_SCATTR_PAGE_SCALE                   NC_("STR_SCATTR_PAGE_SCALE", "Reduce/enlarge printout")
333 #define STR_SCATTR_PAGE_SCALETOPAGES            NC_("STR_SCATTR_PAGE_SCALETOPAGES", "Fit print range(s) on number of pages")
334 #define STR_SCATTR_PAGE_SCALETO                 NC_("STR_SCATTR_PAGE_SCALETO", "Fit print range(s) to width/height")
335 #define STR_SCATTR_PAGE_SCALE_WIDTH             NC_("STR_SCATTR_PAGE_SCALE_WIDTH", "Width")
336 #define STR_SCATTR_PAGE_SCALE_HEIGHT            NC_("STR_SCATTR_PAGE_SCALE_HEIGHT", "Height")
337 #define STR_SCATTR_PAGE_SCALE_PAGES             NNC_("STR_SCATTR_PAGE_SCALE_PAGES", "One page", "%1 pages")
338 #define STR_SCATTR_PAGE_SCALE_AUTO              NC_("STR_SCATTR_PAGE_SCALE_AUTO", "automatic")
339 #define STR_DOC_STAT                            NC_("STR_DOC_STAT", "Statistics")
340 #define STR_LINKERROR                           NC_("STR_LINKERROR", "The link could not be updated.")
341 #define STR_LINKERRORFILE                       NC_("STR_LINKERRORFILE", "File:")
342 #define STR_LINKERRORTAB                        NC_("STR_LINKERRORTAB", "Sheet:")
343 #define STR_OVERVIEW                            NC_("STR_OVERVIEW", "Overview")
344 #define STR_DOC_INFO                            NC_("STR_DOC_INFO", "Doc.Information")
345 #define STR_DOC_PRINTED                         NC_("STR_DOC_PRINTED", "Printed")
346 #define STR_BY                                  NC_("STR_BY", "by")
347 #define STR_ON                                  NC_("STR_ON", "on")
348 #define STR_RELOAD_TABLES                       NC_("STR_RELOAD_TABLES", "Automatic update of external links has been disabled.")
349 #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?")
350 #define STR_INSERT_FULL                         NC_("STR_INSERT_FULL", "Filled cells cannot be shifted\nbeyond the sheet.")
351 #define STR_TABINSERT_ERROR                     NC_("STR_TABINSERT_ERROR", "The table could not be inserted.")
352 #define STR_TABREMOVE_ERROR                     NC_("STR_TABREMOVE_ERROR", "The sheets could not be deleted.")
353 #define STR_PASTE_ERROR                         NC_("STR_PASTE_ERROR", "The contents of the clipboard could not be pasted.")
354 #define STR_PASTE_FULL                          NC_("STR_PASTE_FULL", "There is not enough space on the sheet to insert here.")
355 #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?")
356 #define STR_ERR_NOREF                           NC_("STR_ERR_NOREF", "No cell references are found in the selected cells.")
357 #define STR_GRAPHICNAME                         NC_("STR_GRAPHICNAME", "Image")
358 #define STR_INVALIDNAME                         NC_("STR_INVALIDNAME", "Invalid name.")
359 #define STR_VALID_MACRONOTFOUND                 NC_("STR_VALID_MACRONOTFOUND", "Selected macro not found.")
360 #define STR_VALID_DEFERROR                      NC_("STR_VALID_DEFERROR", "Invalid value.")
361 #define STR_PROGRESS_CALCULATING                NC_("STR_PROGRESS_CALCULATING", "calculating")
362 #define STR_PROGRESS_SORTING                    NC_("STR_PROGRESS_SORTING", "sorting")
363 #define STR_PROGRESS_HEIGHTING                  NC_("STR_PROGRESS_HEIGHTING", "Adapt row height")
364 #define STR_PROGRESS_COMPARING                  NC_("STR_PROGRESS_COMPARING", "Compare #")
365 #define STR_DETINVALID_OVERFLOW                 NC_("STR_DETINVALID_OVERFLOW", "The maximum number of invalid cells has been exceeded.\nNot all invalid cells have been marked.")
366 #define STR_QUICKHELP_DELETE                    NC_("STR_QUICKHELP_DELETE", "Delete contents")
367 #define STR_QUICKHELP_REF                       NC_("STR_QUICKHELP_REF", "%1 R  x %2 C")
368 #define STR_FUNCTIONLIST_MORE                   NC_("STR_FUNCTIONLIST_MORE", "More...")
369 #define STR_ERR_INVALID_AREA                    NC_("STR_ERR_INVALID_AREA", "Invalid range")
370 #define STR_CHARTTITLE                          NC_("STR_CHARTTITLE", "Chart Title")
371 #define STR_AXISTITLE                           NC_("STR_AXISTITLE", "Axis Title")
372 // Templates for data pilot tables.
373 #define STR_PIVOT_STYLENAME_INNER                   NC_("STR_PIVOT_STYLE_INNER", "Pivot Table Value")
374 #define STR_PIVOT_STYLENAME_RESULT                  NC_("STR_PIVOT_STYLE_RESULT", "Pivot Table Result")
375 #define STR_PIVOT_STYLENAME_CATEGORY                NC_("STR_PIVOT_STYLE_CATEGORY", "Pivot Table Category")
376 #define STR_PIVOT_STYLENAME_TITLE                   NC_("STR_PIVOT_STYLE_TITLE", "Pivot Table Title")
377 #define STR_PIVOT_STYLENAME_FIELDNAME               NC_("STR_PIVOT_STYLE_FIELDNAME", "Pivot Table Field")
378 #define STR_PIVOT_STYLENAME_TOP                     NC_("STR_PIVOT_STYLE_TOP", "Pivot Table Corner")
379 #define STR_OPERATION_FILTER                    NC_("STR_OPERATION_FILTER", "Filter")
380 #define STR_OPERATION_SORT                      NC_("STR_OPERATION_SORT", "Sort")
381 #define STR_OPERATION_SUBTOTAL                  NC_("STR_OPERATION_SUBTOTAL", "Subtotals")
382 #define STR_OPERATION_NONE                      NC_("STR_OPERATION_NONE", "None")
383 #define STR_IMPORT_REPLACE                      NC_("STR_IMPORT_REPLACE", "Do you want to replace the contents of #?")
384 #define STR_TIP_WIDTH                           NC_("STR_TIP_WIDTH", "Width:")
385 #define STR_TIP_HEIGHT                          NC_("STR_TIP_HEIGHT", "Height:")
386 #define STR_TIP_HIDE                            NC_("STR_TIP_HIDE", "Hide")
387 #define STR_CHANGED_BLANK                       NC_("STR_CHANGED_BLANK", "<empty>")
388 #define STR_CHANGED_CELL                        NC_("STR_CHANGED_CELL", "Cell #1 changed from '#2' to '#3'")
389 #define STR_CHANGED_INSERT                      NC_("STR_CHANGED_INSERT", "#1 inserted")
390 #define STR_CHANGED_DELETE                      NC_("STR_CHANGED_DELETE", "#1 deleted")
391 #define STR_CHANGED_MOVE                        NC_("STR_CHANGED_MOVE", "Range moved from #1 to #2")
392 #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")
393 #define STR_CLOSE_ERROR_LINK                    NC_("STR_CLOSE_ERROR_LINK", "The document can not be closed while a link is being updated.")
394 #define STR_UNDO_RESIZEMATRIX                   NC_("STR_UNDO_RESIZEMATRIX", "Adapt array area")
395 #define STR_TIP_RESIZEMATRIX                    NC_("STR_TIP_RESIZEMATRIX", "Array formula  %1 R x %2 C")
396 #define STR_UNDO_HANGULHANJA                    NC_("STR_UNDO_HANGULHANJA", "Hangul/Hanja Conversion")
397 #define STR_NAME_INPUT_CELL                     NC_("STR_NAME_INPUT_CELL", "Select Cell")
398 #define STR_NAME_INPUT_RANGE                    NC_("STR_NAME_INPUT_RANGE", "Select Range")
399 #define STR_NAME_INPUT_DBRANGE                  NC_("STR_NAME_INPUT_DBRANGE", "Select Database Range")
400 #define STR_NAME_INPUT_ROW                      NC_("STR_NAME_INPUT_ROW", "Go To Row")
401 #define STR_NAME_INPUT_SHEET                    NC_("STR_NAME_INPUT_SHEET", "Go To Sheet")
402 #define STR_NAME_INPUT_DEFINE                   NC_("STR_NAME_INPUT_DEFINE", "Define Name for Range")
403 #define STR_NAME_ERROR_SELECTION                NC_("STR_NAME_ERROR_SELECTION", "The selection needs to be rectangular in order to name it.")
404 #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.")
405 #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.")
406 #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.")
407 #define STR_UNDO_CHINESE_TRANSLATION            NC_("STR_UNDO_CHINESE_TRANSLATION", "Chinese conversion")
408 #define STR_ERR_DATAPILOT_INPUT                 NC_("STR_ERR_DATAPILOT_INPUT", "You cannot change this part of the pivot table.")
409 #define STR_RECALC_MANUAL                       NC_("STR_RECALC_MANUAL", "Manual")
410 #define STR_RECALC_AUTO                         NC_("STR_RECALC_AUTO", "Automatic")
411 #define STR_ERR_LONG_NESTED_ARRAY               NC_("STR_ERR_LONG_NESTED_ARRAY", "Nested arrays are not supported.")
412 #define STR_ERR_LONG_BAD_ARRAY_CONTENT          NC_("STR_ERR_LONG_BAD_ARRAY_CONTENT", "Unsupported inline array content.")
413 #define STR_UNDO_TEXTTOCOLUMNS                  NC_("STR_UNDO_TEXTTOCOLUMNS", "Text to Columns")
414 #define STR_DOC_UPDATED                         NC_("STR_DOC_UPDATED", "Your spreadsheet has been updated with changes saved by other users.")
415 #define STR_DOC_WILLBESAVED                     NC_("STR_DOC_WILLBESAVED", "The spreadsheet must be saved now to activate sharing mode.\n\nDo you want to continue?")
416 #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?")
417 #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?")
418 #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.")
419 #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.")
420 #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.")
421 #define STR_UNKNOWN_USER                        NC_("STR_UNKNOWN_USER", "Unknown User")
422 #define STR_SHAPE_AUTOSHAPE                     NC_("STR_SHAPE_AUTOSHAPE", "AutoShape")
423 #define STR_SHAPE_RECTANGLE                     NC_("STR_SHAPE_RECTANGLE", "Rectangle")
424 #define STR_SHAPE_LINE                          NC_("STR_SHAPE_LINE", "Line")
425 #define STR_SHAPE_OVAL                          NC_("STR_SHAPE_OVAL", "Oval")
426 #define STR_FORM_BUTTON                         NC_("STR_FORM_BUTTON", "Button")
427 #define STR_FORM_CHECKBOX                       NC_("STR_FORM_CHECKBOX", "Check Box")
428 #define STR_FORM_OPTIONBUTTON                   NC_("STR_FORM_OPTIONBUTTON", "Option Button")
429 #define STR_FORM_LABEL                          NC_("STR_FORM_LABEL", "Label")
430 #define STR_FORM_LISTBOX                        NC_("STR_FORM_LISTBOX", "List Box")
431 #define STR_FORM_GROUPBOX                       NC_("STR_FORM_GROUPBOX", "Group Box")
432 #define STR_FORM_DROPDOWN                       NC_("STR_FORM_DROPDOWN", "Drop Down")
433 #define STR_FORM_SPINNER                        NC_("STR_FORM_SPINNER", "Spinner")
434 #define STR_FORM_SCROLLBAR                      NC_("STR_FORM_SCROLLBAR", "Scroll Bar")
435 #define STR_STYLE_FAMILY_CELL                   NC_("STR_STYLE_FAMILY_CELL", "Cell Styles")
436 #define STR_STYLE_FAMILY_PAGE                   NC_("STR_STYLE_FAMILY_PAGE", "Page Styles")
437 #define STR_ERR_DATAPILOTSOURCE                 NC_("STR_ERR_DATAPILOTSOURCE", "Pivot table source data is invalid.")
438 #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.")
439 #define STR_UNDO_INSERT_CURRENT_DATE            NC_("STR_UNDO_INSERT_CURRENT_DATE", "Insert Current Date")
440 #define STR_UNDO_INSERT_CURRENT_TIME            NC_("STR_UNDO_INSERT_CURRENT_TIME", "Insert Current Time")
441 #define STR_MANAGE_NAMES                        NC_("STR_MANAGE_NAMES", "Manage Names...")
442 #define STR_HEADER_NAME                         NC_("STR_HEADER_NAME", "Name")
443 #define STR_HEADER_SCOPE                        NC_("STR_HEADER_SCOPE", "Scope")
444 #define STR_MULTI_SELECT                        NC_("STR_MULTI_SELECT", "(multiple)")
445 #define STR_GLOBAL_SCOPE                        NC_("STR_GLOBAL_SCOPE", "Document (Global)")
446 #define STR_ERR_NAME_EXISTS                     NC_("STR_ERR_NAME_EXISTS", "Invalid name. Already in use for the selected scope.")
447 #define STR_ERR_NAME_INVALID                    NC_("STR_ERR_NAME_INVALID", "Invalid name. Start with a letter, use only letters, numbers and underscore.")
448 #define STR_UNSAVED_EXT_REF                     NC_("STR_UNSAVED_EXT_REF", "This Document contains external references to unsaved documents.\n\nDo you want to continue?")
449 #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.")
450 #define STR_COND_CONDITION                      NC_("STR_COND_CONDITION", "Cell value")
451 #define STR_COND_COLORSCALE                     NC_("STR_COND_COLORSCALE", "ColorScale")
452 #define STR_COND_DATABAR                        NC_("STR_COND_DATABAR", "DataBar")
453 #define STR_COND_ICONSET                        NC_("STR_COND_ICONSET", "IconSet")
454 #define STR_COND_BETWEEN                        NC_("STR_COND_BETWEEN", "is between")
455 #define STR_COND_NOTBETWEEN                     NC_("STR_COND_NOTBETWEEN", "is not between")
456 #define STR_COND_UNIQUE                         NC_("STR_COND_UNIQUE", "is unique")
457 #define STR_COND_DUPLICATE                      NC_("STR_COND_DUPLICATE", "is duplicate")
458 #define STR_COND_FORMULA                        NC_("STR_COND_FORMULA", "Formula is")
459 #define STR_COND_TOP10                          NC_("STR_COND_TOP10", "is in top elements")
460 #define STR_COND_BOTTOM10                       NC_("STR_COND_BOTTOM10", "is in bottom elements")
461 #define STR_COND_TOP_PERCENT                    NC_("STR_COND_TOP_PERCENT", "is in top percent")
462 #define STR_COND_DATE                           NC_("STR_COND_DATE", "Date is")
463 #define STR_COND_BOTTOM_PERCENT                 NC_("STR_COND_BOTTOM_PERCENT", "is in bottom percent")
464 #define STR_COND_ABOVE_AVERAGE                  NC_("STR_COND_ABOVE_AVERAGE", "is above average")
465 #define STR_COND_BELOW_AVERAGE                  NC_("STR_COND_BELOW_AVERAGE", "is below average")
466 #define STR_COND_ABOVE_EQUAL_AVERAGE            NC_("STR_COND_ABOVE_EQUAL_AVERAGE", "is above or equal average")
467 #define STR_COND_BELOW_EQUAL_AVERAGE            NC_("STR_COND_BELOW_EQUAL_AVERAGE", "is below or equal average")
468 #define STR_COND_ERROR                          NC_("STR_COND_ERROR", "is an error code")
469 #define STR_COND_NOERROR                        NC_("STR_COND_NOERROR", "is not an error code")
470 #define STR_COND_BEGINS_WITH                    NC_("STR_COND_BEGINS_WITH", "begins with")
471 #define STR_COND_ENDS_WITH                      NC_("STR_COND_ENDS_WITH", "ends with")
472 #define STR_COND_CONTAINS                       NC_("STR_COND_CONTAINS", "contains")
473 #define STR_COND_NOT_CONTAINS                   NC_("STR_COND_NOT_CONTAINS", "does not contain")
474 #define STR_COND_TODAY                          NC_("STR_COND_TODAY", "today")
475 #define STR_COND_YESTERDAY                      NC_("STR_COND_YESTERDAY", "yesterday")
476 #define STR_COND_TOMORROW                       NC_("STR_COND_TOMORROW", "tomorrow")
477 #define STR_COND_LAST7DAYS                      NC_("STR_COND_LAST7DAYS", "in the last 7 days")
478 #define STR_COND_THISWEEK                       NC_("STR_COND_THISWEEK", "this week")
479 #define STR_COND_LASTWEEK                       NC_("STR_COND_LASTWEEK", "last week")
480 #define STR_COND_NEXTWEEK                       NC_("STR_COND_NEXTWEEK", "next week")
481 #define STR_COND_THISMONTH                      NC_("STR_COND_THISMONTH", "this month")
482 #define STR_COND_LASTMONTH                      NC_("STR_COND_LASTMONTH", "last month")
483 #define STR_COND_NEXTMONTH                      NC_("STR_COND_NEXTMONTH", "next month")
484 #define STR_COND_THISYEAR                       NC_("STR_COND_THISYEAR", "this year")
485 #define STR_COND_LASTYEAR                       NC_("STR_COND_LASTYEAR", "last year")
486 #define STR_COND_NEXTYEAR                       NC_("STR_COND_NEXTYEAR", "next year")
487 #define STR_COND_AND                            NC_("STR_COND_AND", "and")
488 #define STR_ERR_CONDFORMAT_PROTECTED            NC_("STR_ERR_CONDFORMAT_PROTECTED", "Conditional Formats can not be created, deleted or changed in protected sheets.")
489 #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?")
490 #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?")
491 #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?")
492 #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.")
493 #define STR_DPFIELD_GROUP_BY_SECONDS            NC_("STR_DPFIELD_GROUP_BY_SECONDS", "Seconds")
494 #define STR_DPFIELD_GROUP_BY_MINUTES            NC_("STR_DPFIELD_GROUP_BY_MINUTES", "Minutes")
495 #define STR_DPFIELD_GROUP_BY_HOURS              NC_("STR_DPFIELD_GROUP_BY_HOURS", "Hours")
496 #define STR_DPFIELD_GROUP_BY_DAYS               NC_("STR_DPFIELD_GROUP_BY_DAYS", "Days")
497 #define STR_DPFIELD_GROUP_BY_MONTHS             NC_("STR_DPFIELD_GROUP_BY_MONTHS", "Months")
498 #define STR_DPFIELD_GROUP_BY_QUARTERS           NC_("STR_DPFIELD_GROUP_BY_QUARTERS", "Quarters")
499 #define STR_DPFIELD_GROUP_BY_YEARS              NC_("STR_DPFIELD_GROUP_BY_YEARS", "Years")
500 #define STR_INVALIDVAL                          NC_("STR_INVALIDVAL", "Invalid target value.")
501 #define STR_INVALIDVAR                          NC_("STR_INVALIDVAR", "Undefined name for variable cell.")
502 #define STR_INVALIDFORM                         NC_("STR_INVALIDFORM", "Undefined name as formula cell.")
503 #define STR_NOFORMULA                           NC_("STR_NOFORMULA", "Formula cell must contain a formula.")
504 #define STR_INVALIDINPUT                        NC_("STR_INVALIDINPUT", "Invalid input.")
505 #define STR_INVALIDCONDITION                    NC_("STR_INVALIDCONDITION", "Invalid condition.")
506 #define STR_QUERYREMOVE                         NC_("STR_QUERYREMOVE", "Should the entry\n#\nbe deleted?")
507 #define STR_COPYLIST                            NC_("STR_COPYLIST", "Copy List")
508 #define STR_COPYFROM                            NC_("STR_COPYFROM", "List from")
509 #define STR_COPYERR                             NC_("STR_COPYERR", "Cells without text have been ignored.")
510 #define STR_PRINT_PREVIEW_NODATA                NC_("STR_PRINT_PREVIEW_NODATA", "No Data")
511 #define STR_PRINT_PREVIEW_EMPTY_RANGE           NC_("STR_PRINT_PREVIEW_EMPTY_RANGE", "Print Range Empty")
512 #define STR_UNDO_CONDFORMAT                     NC_("STR_UNDO_CONDFORMAT", "Conditional Format")
513 #define STR_UNDO_CONDFORMAT_LIST                NC_("STR_UNDO_CONDFORMAT_LIST", "Conditional Formats")
514 #define STR_UNDO_FORMULA_TO_VALUE               NC_("STR_UNDO_FORMULA_TO_VALUE", "Convert Formula To Value")
515 #define STR_UNQUOTED_STRING                     NC_("STR_UNQUOTED_STRING", "Strings without quotes are interpreted as column/row labels.")
516 #define STR_ENTER_VALUE                         NC_("STR_ENTER_VALUE", "Enter a value!")
517 #define STR_TABLE_COUNT                         NC_("STR_TABLE_COUNT", "Sheet %1 of %2")
518 #define STR_FUNCTIONS_FOUND                     NC_("STR_FUNCTIONS_FOUND", "%1 and %2 more")
519 #define STR_GENERAL                             NC_("STR_GENERAL", "General")
520 #define STR_NUMBER                              NC_("STR_NUMBER", "Number")
521 #define STR_PERCENT                             NC_("STR_PERCENT", "Percent")
522 #define STR_CURRENCY                            NC_("STR_CURRENCY", "Currency")
523 #define STR_DATE                                NC_("STR_DATE", "Date")
524 #define STR_TIME                                NC_("STR_TIME", "Time")
525 #define STR_SCIENTIFIC                          NC_("STR_SCIENTIFIC", "Scientific")
526 #define STR_FRACTION                            NC_("STR_FRACTION", "Fraction")
527 #define STR_BOOLEAN_VALUE                       NC_("STR_BOOLEAN_VALUE", "Boolean Value")
528 #define STR_TEXT                                NC_("STR_TEXT", "Text")
529 #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)?")
530 #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.")
531 #define STR_ERR_LONG_LINK_FORMULA_NEEDING_CHECK NC_("STR_ERR_LONG_LINK_FORMULA_NEEDING_CHECK", "External content disabled.")
532 #define STR_TEXTORIENTANGLE                     NC_("STR_TEXTORIENTANGLE", "Text orientation angle")
533 #define STR_SHRINKTOFITCELL_ON                  NC_("STR_SHRINKTOFITCELL_ON", "Shrink to fit cell: On")
534 #define STR_SHRINKTOFITCELL_OFF                 NC_("STR_SHRINKTOFITCELL_OFF", "Shrink to fit cell: Off")
535 #define STR_VERTICALSTACKCELL_ON                NC_("STR_VERTICALSTACKCELL_ON", "Vertically stacked: On")
536 #define STR_VERTICALSTACKCELL_OFF               NC_("STR_VERTICALSTACKCELL_OFF", "Vertically stacked: Off")
537 #define STR_LINEBREAKCELL_ON                    NC_("STR_LINEBREAKCELL_ON", "Wrap text automatically: On")
538 #define STR_LINEBREAKCELL_OFF                   NC_("STR_LINEBREAKCELL_OFF", "Wrap text automatically: Off")
539 #define STR_HYPHENATECELL_ON                    NC_("STR_HYPHENATECELL_ON", "Hyphenate: On")
540 #define STR_HYPHENATECELL_OFF                   NC_("STR_HYPHENATECELL_OFF", "Hyphenate: Off")
541 #define STR_INDENTCELL                          NC_("STR_INDENTCELL", "Indent: ")
542 #define STR_UNDO_INSERT_SPARKLINE_GROUP         NC_("STR_UNDO_INSERT_SPARKLINE", "Insert Sparkline Group")
543 #define STR_UNDO_DELETE_SPARKLINE               NC_("STR_UNDO_DELETE_SPARKLINE", "Delete Sparkline")
544 #define STR_UNDO_DELETE_SPARKLINE_GROUP         NC_("STR_UNDO_DELETE_SPARKLINE_GROUP", "Delete Sparkline Group")
545 #define STR_UNDO_EDIT_SPARKLINE_GROUP           NC_("STR_UNDO_EDIT_SPARKLINE_GROUP", "Edit Sparkline Group")
546 #define STR_UNDO_GROUP_SPARKLINES               NC_("STR_UNDO_GROUP_SPARKLINES", "Group Sparklines")
547 #define STR_UNDO_UNGROUP_SPARKLINES             NC_("STR_UNDO_UNGROUP_SPARKLINES", "Ungroup Sparklines")
548 #define STR_UNDO_EDIT_SPARKLINE                 NC_("STR_UNDO_EDIT_SPARKLINE", "Edit Sparkline")
550 #endif
552 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */