Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / sc / inc / globstr.hrc
blob4b8031dede5821035a84b0d68a6cc52d094bcd60
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #ifndef __GLOBSTR_HRC_
20 #define __GLOBSTR_HRC_
22 #define STR_UNDO_DELETECELLS        1
23 #define STR_UNDO_CUT                2
24 #define STR_UNDO_PASTE              3
25 #define STR_UNDO_MOVE               4
26 #define STR_UNDO_COPY               5
27 #define STR_UNDO_DELETECONTENTS     6
28 #define STR_UNDO_SELATTR            7
29 #define STR_UNDO_SELATTRLINES       8
30 #define STR_UNDO_COLWIDTH           9
31 #define STR_UNDO_OPTCOLWIDTH        10
32 #define STR_UNDO_ROWHEIGHT          11
33 #define STR_UNDO_OPTROWHEIGHT       12
34 #define STR_UNDO_AUTOFILL           13
35 #define STR_UNDO_MERGE              14
36 #define STR_UNDO_REMERGE            15
37 #define STR_UNDO_AUTOFORMAT         16
38 #define STR_UNDO_REPLACE            17
39 #define STR_UNDO_CURSORATTR         18
40 #define STR_UNDO_ENTERDATA          19
41 #define STR_UNDO_INSCOLBREAK        20
42 #define STR_UNDO_DELCOLBREAK        21
43 #define STR_UNDO_INSROWBREAK        22
44 #define STR_UNDO_DELROWBREAK        23
45 #define STR_UNDO_DOOUTLINE          24
46 #define STR_UNDO_REDOOUTLINE        25
47 #define STR_UNDO_MAKEOUTLINE        26
48 #define STR_UNDO_REMAKEOUTLINE      27
49 #define STR_UNDO_OUTLINELEVEL       28
50 #define STR_UNDO_DOOUTLINEBLK       29
51 #define STR_UNDO_REDOOUTLINEBLK     30
52 #define STR_UNDO_REMOVEALLOTLNS     31
53 #define STR_UNDO_AUTOOUTLINE        32
54 #define STR_UNDO_SUBTOTALS          33
55 #define STR_UNDO_SORT               34
56 #define STR_UNDO_QUERY              35
57 #define STR_UNDO_DBDATA             36
58 #define STR_UNDO_IMPORTDATA         37
59 #define STR_UNDO_REPEATDB           38
61 #define STR_MSSG_DOSUBTOTALS_0      40
62 #define STR_MSSG_DOSUBTOTALS_1      41
63 #define STR_MSSG_DOSUBTOTALS_2      42
64 #define STR_MSSG_REPEATDB_0         43
65 #define STR_MSSG_MAKEAUTOFILTER_0   44
66 #define STR_MSSG_IMPORTDATA_0       45
67 #define STR_MSSG_MAKEOUTLINE_0      46
68 #define STR_MSSG_REMOVEOUTLINE_0    47
69 #define STR_MSSG_PASTEFROMCLIP_0    48
70 #define STR_MSSG_PASTEFROMCLIP_1    49
71 #define STR_MSSG_MOVEBLOCKTO_0      50
72 #define STR_MSSG_INSERTCELLS_0      52
73 #define STR_MSSG_DELETECELLS_0      53
74 #define STR_MSSG_MERGECELLS_0       54
75 #define STR_MSSG_SEARCHANDREPLACE_0 55
76 #define STR_MSSG_SOLVE_0            56
77 #define STR_MSSG_SOLVE_1            57
78 #define STR_MSSG_SOLVE_2            58
79 #define STR_MSSG_SOLVE_3            59
80 #define STR_MSSG_SOLVE_4            60
81 #define STR_MSSG_SOLVE_5            61
82 #define STR_MSSG_SOLVE_6            62
84 #define STR_TABLE_GESAMTERGEBNIS    64
85 #define STR_TABLE_ERGEBNIS          65
86 #define STR_UNDO_SPELLING           66
87 #define STR_TABLE_UND               67
88 #define STR_TABLE_ODER              68
89 #define STR_UNDO_INSERTCELLS        69
90 #define STR_TABLE_DEF               70
91 #define STR_MOVE_TO_END             72
92 #define STR_BOX_YNI                 73
93 #define STR_NO_REF_TABLE            74
95 #define STR_PIVOTFUNC_SUM           75  // pivot.cxx
96 #define STR_PIVOTFUNC_COUNT         76
97 #define STR_PIVOTFUNC_AVG           77
98 #define STR_PIVOTFUNC_MAX           78
99 #define STR_PIVOTFUNC_MIN           79
100 #define STR_PIVOTFUNC_PROD          80
101 #define STR_PIVOTFUNC_COUNT2        90
102 #define STR_PIVOTFUNC_STDDEV        91
103 #define STR_PIVOTFUNC_STDDEV2       92
104 #define STR_PIVOTFUNC_VAR           93
105 #define STR_PIVOTFUNC_VAR2          94
106 #define STR_PIVOT_TOTAL             95
107 #define STR_PIVOT_DATA              96
109 #define STR_PIVOT_INVALID_DBAREA    97 // tabvwsh3.cxx
111 #define STR_TABLE                   98
112 #define STR_COLUMN                  99
113 #define STR_ROW                     100
114 #define STR_LOAD_DOC                101
115 #define STR_SAVE_DOC                102
117 #define STR_ERR_INVALID_TABREF      103
118 #define STR_AREA_ALREADY_INSERTED   104
119 #define STR_INVALID_TABREF          105
120 #define STR_INVALID_QUERYAREA       106
122 #define STR_REIMPORT_EMPTY          107
123 #define STR_NOMULTISELECT           108
124 #define STR_FILL_SERIES_PROGRESS    109 // documen3.cxx
126 #define STR_UNKNOWN_FILTER          110
128 #define STR_DATABASE_NOTFOUND       111
129 #define STR_DATABASE_ABORTED        112
131 #define STR_UNDO_PRINTRANGES        113
133 #define STR_UNDO_DEC_INDENT         114
134 #define STR_UNDO_INC_INDENT         115
135 #define STR_UNDO_THESAURUS          116
137 #define STR_FILL_TAB                117
138 #define STR_NO_VALUE                118     /* moved to compiler.src, keep define! */
139 #define STR_UPDATE_SCENARIO         119
140 #define STR_ERR_NEWSCENARIO         120
141 #define STR_SCENARIO                121
142 #define STR_PIVOT_TABLE             122
143 #define STR_NEWTABNAMENOTUNIQUE     123
145 #define STR_FUN_TEXT_SUM            124
146 #define STR_FUN_TEXT_COUNT          125
147 #define STR_FUN_TEXT_AVG            126
148 #define STR_FUN_TEXT_MAX            127
149 #define STR_FUN_TEXT_MIN            128
150 #define STR_FUN_TEXT_PRODUCT        129
151 #define STR_FUN_TEXT_STDDEV         130
152 #define STR_FUN_TEXT_VAR            131
153 #define STR_DOC_STAT                132
155 #define STR_DBNAME_IMPORT           134
157 #define STR_NOCHARTATCURSOR         135
158 #define STR_NOAREASELECTED          136
159 #define STR_INVALIDTABNAME          137
161 #define STR_PIVOT_NOTFOUND          138
162 #define STR_ERROR_STR               139
163 #define STR_NV_STR                  140     /* moved to compiler.src, keep define! */
164 #define STR_EMPTYDATA               141
165 #define STR_PIVOT_NODATA            142
166 #define STR_PIVOT_MOVENOTALLOWED    143
168 #define STR_PRINT_INVALID_AREA      144
170 #define STR_PAGESTYLE               145
171 #define STR_HEADER                  146
172 #define STR_FOOTER                  147
174 #define STR_TEXTATTRS               148
176 #define STR_HFCMD_DELIMITER         149
177 #define STR_HFCMD_PAGE              150
178 #define STR_HFCMD_PAGES             151
179 #define STR_HFCMD_DATE              152
180 #define STR_HFCMD_TIME              153
181 #define STR_HFCMD_FILE              154
182 #define STR_HFCMD_TABLE             155
184 #define STR_PROTECTIONERR           156
186 #define STR_PAGEHEADER              157
187 #define STR_PAGEFOOTER              158
188 #define STR_PAGE                    159
189 #define STR_LONG_ERR_ILL_ARG        160
190 #define STR_LONG_ERR_ILL_PAR        161
191 #define STR_LONG_ERR_ILL_FPO        162
192 #define STR_LONG_ERR_ILL_CHAR       163
193 #define STR_LONG_ERR_ILL_SEP        164
194 #define STR_LONG_ERR_PAIR           165
195 #define STR_LONG_ERR_OP_EXP         166
196 #define STR_LONG_ERR_VAR_EXP        167
197 #define STR_LONG_ERR_CODE_OVF       168
198 #define STR_LONG_ERR_STR_OVF        169
199 #define STR_LONG_ERR_STACK_OVF      170
200 #define STR_LONG_ERR_SYNTAX         171
201 #define STR_LONG_ERR_CIRC_REF       172
202 #define STR_LONG_ERR_NO_NAME        173
203 #define STR_LONG_ERR_NO_REF         174
204 #define STR_LONG_ERR_NO_CONV        175
205 #define STR_LONG_ERR_NO_VALUE       176
206 #define STR_LONG_ERR_NV             177
208 #define STR_GRIDCOLOR               178
209 #define STR_MERGE_NOTEMPTY          179
210 #define STR_CELL_FILTER             180
212 #define STR_TARGETNOTFOUND          181
214 #define STR_INVALID_EPS             182
215 #define STR_TABLE_OP                183     // documen4.cxx
216 #define STR_UNDO_TABOP              184
218 #define STR_INVALID_AFNAME          185
220 #define STR_AREA                    186
221 #define STR_YES                     187
222 #define STR_NO                      188
223 #define STR_PROTECTION              189
224 #define STR_FORMULAS                190
225 #define STR_HIDE                    191
226 #define STR_PRINT                   192
228 #define STR_INVALID_AFAREA          193
230 #define STR_CASCADE                 194 // function auto pilot
231 #define STR_OPTIONAL                195
232 #define STR_REQUIRED                196
233 #define STR_EDITFUNCTION            197
234 #define STR_INVALID                 198
236 #define STR_NOTES                   199
237 #define STR_QUERY_DELTAB            200
239 #define STR_UNDO_DETREFRESH         201
241 #define STR_UNDO_SHOWNOTE           202
242 #define STR_UNDO_HIDENOTE           203
243 #define STR_UNDO_DRAGDROP           204
245 #define STR_EXPORT_ASCII_WARNING    205
246 #define STR_IMPORT_ERROR            206
247 #define STR_IMPORT_ASCII            207
248 #define STR_IMPORT_LOTUS            208
249 #define STR_IMPORT_DBF              209
250 #define STR_EXPORT_ASCII            210
252 #define STR_STYLENAME_STANDARD      71
253 #define STR_STYLENAME_RESULT        133
254 #define STR_STYLENAME_RESULT1       211
255 #define STR_STYLENAME_HEADLINE      212
256 #define STR_STYLENAME_HEADLINE1     213
257 #define STR_STYLENAME_REPORT        214
258 #define STR_STYLENAME_REPORT1       215
260 #define STR_PIVOT_ERROR             216
261 #define STR_PIVOT_PROGRESS          217
262 #define STR_IMPORT_EXCEL_WARNING    218
263 #define STR_SPELLING_STOP_OK        219
264 #define STR_THESAURUS_NO_STRING     220
265 #define STR_SPELLING_BEGIN_TAB      221
266 #define STR_SPELLING_NO_LANG        222                         // can be removed later
268 #define STR_UNDO_GRAFEDIT           223
270 #define STR_NOLANGERR               224
272 #define STR_UNDO_INSERT_TAB         225
273 #define STR_UNDO_DELETE_TAB         226
274 #define STR_UNDO_RENAME_TAB         227
275 #define STR_UNDO_MOVE_TAB           228
276 #define STR_UNDO_COPY_TAB           229
277 #define STR_UNDO_APPEND_TAB         230
279 #define STR_CHART_MAINTITLE         231
280 #define STR_CHART_SUBTITLE          232
281 #define STR_CHART_XTITLE            233
282 #define STR_CHART_YTITLE            234
283 #define STR_CHART_ZTITLE            235
285 #define STR_ABSREFLOST              236
286 #define STR_NAMECONFLICT            237
288 #define STR_ERR_AUTOFILTER          238
289 #define STR_MSSG_SEARCHANDREPLACE_1 239
290 #define STR_MSSG_SEARCHANDREPLACE_2 240
291 #define STR_MSSG_SEARCHANDREPLACE_3 241
293 #define STR_CREATENAME_REPLACE      242
294 #define STR_CREATENAME_MARKERR      243
296 #define STR_UNDO_LISTNAMES          244
297 #define STR_UNDO_PIVOT_NEW          245
298 #define STR_UNDO_PIVOT_MODIFY       246
299 #define STR_UNDO_PIVOT_DELETE       247
300 #define STR_UNDO_CONSOLIDATE        248
301 #define STR_UNDO_USESCENARIO        249
302 #define STR_UNDO_MAKESCENARIO       250
304 #define STR_CONSOLIDATE_ERR1        251
305 #define STR_SCENARIO_NOTFOUND       252
307 #define STR_UNDO_APPLYCELLSTYLE     253
309 #define STR_UNDO_DETADDPRED         254
310 #define STR_UNDO_DETDELPRED         255
311 #define STR_UNDO_DETADDSUCC         256
312 #define STR_UNDO_DETDELSUCC         257
313 #define STR_UNDO_DETADDERROR        258
314 #define STR_UNDO_DETDELALL          259
316 #define STR_QUERY_DELENTRY          260
318 #define STR_VOBJ_OBJECT             261
319 #define STR_VOBJ_CHART              262
320 #define STR_VOBJ_DRAWINGS           263
321 #define STR_VOBJ_MODE_SHOW          264
322 #define STR_VOBJ_MODE_HIDE          265
324 #define STR_SCATTR_PAGE_TOPDOWN     267
325 #define STR_SCATTR_PAGE_LEFTRIGHT   268
326 #define STR_SCATTR_PAGE_NOTES       269
327 #define STR_SCATTR_PAGE_GRID        270
328 #define STR_SCATTR_PAGE_HEADERS     271
329 #define STR_SCATTR_PAGE_FORMULAS    272
330 #define STR_SCATTR_PAGE_NULLVALS    273
331 #define STR_SCATTR_PAGE_PRINTDIR    274
332 #define STR_SCATTR_PAGE_FIRSTPAGENO 275
333 #define STR_SCATTR_PAGE_SCALE       276
334 #define STR_SCATTR_PAGE_SCALETOPAGES 277
336 #define STR_NOREF_STR               278     /* moved to compiler.src, keep define! */
338 #define STR_UNDO_CHARTDATA          280
339 #define STR_UNDO_ORIGINALSIZE       281
341 #define STR_LINKERROR               282
342 #define STR_LINKERRORFILE           283
343 #define STR_LINKERRORTAB            284
344 #define STR_UNDO_UPDATELINK         285
346 #define STR_IMPORT_REPLACE          286
348 #define STR_UNDO_REMOVELINK         287
350 #define STR_OVERVIEW                288
351 #define STR_DOC_INFO                289
352 #define STR_DOC_CREATED             290
353 #define STR_DOC_MODIFIED            291
354 #define STR_DOC_PRINTED             292
355 #define STR_DOC_THEME               293
356 #define STR_DOC_KEYWORDS            318
357 #define STR_DOC_COMMENT             294
358 #define STR_BY                      295
359 #define STR_ON                      296
361 #define STR_RELOAD_TABLES           297
363 #define STR_FILTER_TOOMANY          298
365 #define STR_UNDO_ENTERMATRIX        299
367 #define STR_INSERT_FULL             300
368 #define STR_TABINSERT_ERROR         301
369 #define STR_PASTE_ERROR             302
370 #define STR_PASTE_FULL              303
372 #define STR_ERR_INVALID_AREA        304
374 #define STR_IMPORT_DIF              305
375 #define STR_EXPORT_DIF              306
377 #define STR_ERR_NOREF               307
378 #define STR_FUN_TEXT_COUNT2         308
379 #define STR_NO_NAME_REF             309     /* moved to compiler.src, keep define! */
381 #define STR_MATRIXFRAGMENTERR       310
383 #define STR_UNDO_SHOWTAB            311
384 #define STR_UNDO_HIDETAB            312
385 #define STR_UNDO_INSERTAREALINK     313
387 #define STR_REIMPORT_AFTER_LOAD     314
389 #define STR_DETINVALID_OVERFLOW     315
390 #define STR_GRAPHICNAME             316
391 #define STR_INVALIDNAME             317
392 #define STR_ERR_LINKOVERLAP         319
394 #define STR_VALID_MACRONOTFOUND     320
395 #define STR_VALID_DEFERROR          321
397 #define STR_UNDO_DETINVALID         322
399 #define STR_PROGRESS_CALCULATING    323
400 #define STR_PROGRESS_SORTING        324
401 #define STR_PROGRESS_HEIGHTING      325
403 #define STR_QUICKHELP_DELETE        326
405 #define STR_FUNCTIONLIST_MORE       327
407 #define STR_PIVOT_STYLE_INNER       328
408 #define STR_PIVOT_STYLE_RESULT      329
409 #define STR_PIVOT_STYLE_CATEGORY    330
410 #define STR_PIVOT_STYLE_TITLE       331
411 #define STR_PIVOT_STYLE_FIELDNAME   332
412 #define STR_PIVOT_STYLE_TOP         333
414 #define STR_OPERATION_FILTER        334
415 #define STR_OPERATION_SORT          335
416 #define STR_OPERATION_SUBTOTAL      336
417 #define STR_OPERATION_NONE          337
419 #define STR_UNDO_PROTECT_TAB        338
420 #define STR_UNDO_UNPROTECT_TAB      339
421 #define STR_UNDO_PROTECT_DOC        340
422 #define STR_UNDO_UNPROTECT_DOC      341
424 #define STR_PROGRESS_IMPORT         342
426 #define STR_SORT_ERR_MERGED         343
428 #define STR_TIP_WIDTH               344
429 #define STR_TIP_HEIGHT              345
430 #define STR_TIP_HIDE                346
432 #define STR_UNDO_REMOVEBREAKS       347
433 #define STR_UNDO_PRINTSCALE         348
434 #define STR_UNDO_DRAG_BREAK         349
436 #define STR_QUICKHELP_REF           350
438 #define STR_PIVOT_OVERLAP           351
439 #define STR_PIVOT_NOTEMPTY          352
441 #define STR_QUERY_NOTFOUND          353
443 #define STR_ERR_INSERTOBJ           354
445 #define STR_PROGRESS_COMPARING      355
447 #define STR_CHANGED_BLANK           356
448 #define STR_CHANGED_CELL            357
449 #define STR_CHANGED_INSERT          358
450 #define STR_CHANGED_DELETE          359
451 #define STR_CHANGED_MOVE            360
453 #define STR_QUERY_DELSCENARIO       361
454 #define STR_UNDO_EDITSCENARIO       362
456 #define STR_END_REDLINING_TITLE     363
457 #define STR_END_REDLINING           364
459 #define STR_UNDO_EDITNOTE           365
460 #define STR_TABREMOVE_ERROR         366
461 #define STR_CLOSE_ERROR_LINK        367
462 #define STR_UNDO_RANGENAMES         368
464 #define STR_MSSG_SEARCHANDREPLACE_4 369
465 #define STR_MSSG_SEARCHANDREPLACE_5 370
467 #define STR_UNDO_RESIZEMATRIX       371
468 #define STR_TIP_RESIZEMATRIX        372
470 #define STR_READONLYERR             373
472 #define STR_PASTE_BIGGER            374
474 #define STR_MACRO_WARNING           375
476 #define STR_EXPORT_DBF              376
478 #define STR_UNDO_APPLYPAGESTYLE     377
479 #define STR_UNDO_EDITCELLSTYLE      378
480 #define STR_UNDO_EDITPAGESTYLE      379
482 #define STR_DATAPILOT_SUBTOTAL      380
484 #define STR_UNDO_TRANSLITERATE      381
486 #define STR_NO_ADDIN                382
487 #define STR_LONG_ERR_NO_ADDIN       383
488 #define STR_NO_MACRO                384
489 #define STR_LONG_ERR_NO_MACRO       385
491 #define STR_SCATTR_PAGE_SCALETO         386
492 #define STR_SCATTR_PAGE_SCALE_WIDTH     387
493 #define STR_SCATTR_PAGE_SCALE_HEIGHT    388
494 #define STR_SCATTR_PAGE_SCALE_PAGES     389
495 #define STR_SCATTR_PAGE_SCALE_AUTO      390
497 #define STR_UNDO_TAB_RTL                        391
498 #define STR_UNDO_HANGULHANJA            392
499 #define STR_UNDO_CHINESE_TRANSLATION    393
501 #define STR_NAME_INPUT_CELL         394
502 #define STR_NAME_INPUT_RANGE        395
503 #define STR_NAME_INPUT_DBRANGE      396
504 #define STR_NAME_INPUT_ROW          397
505 #define STR_NAME_INPUT_SHEET        398
506 #define STR_NAME_INPUT_DEFINE       399
507 #define STR_NAME_ERROR_SELECTION    400
508 #define STR_NAME_ERROR_NAME         401
510 #define STR_CHANGED_MOVE_REJECTION_WARNING      402
511 #define STR_CHANGED_DELETE_REJECTION_WARNING    403
513 #define STR_HF_NONE_IN_BRACKETS     404
514 #define STR_HF_OF                   405
515 #define STR_HF_OF_QUESTION          406
516 #define STR_HF_CREATED_BY           407
517 #define STR_HF_CONFIDENTIAL         408
518 #define STR_HF_CUSTOMIZED           409
519 #define STR_HF_CUSTOM_FOOTER        410
521 #define STR_ERR_DATAPILOT_INPUT     411
523 #define STR_DIV_ZERO                412     /* moved to compiler.src, keep define! */
524 #define STR_LONG_ERR_DIV_ZERO       413
525 #define STR_NUM_ERROR               414     /* moved to compiler.src, keep define! */
526 #define STR_NULL_ERROR              415     /* moved to compiler.src, keep define! */
528 #define STR_RECALC_MANUAL           416
529 #define STR_RECALC_AUTO             417
531 #define STR_UNDO_TAB_R1C1           418
533 #define STR_ERR_LONG_NESTED_ARRAY   419
534 #define STR_UNDO_TEXTTOCOLUMNS      420
536 #define STR_DOC_UPDATED             421
537 #define STR_DOC_WILLBESAVED         422
538 #define STR_DOC_WILLNOTBESAVED      423
539 #define STR_DOC_DISABLESHARED       424
540 #define STR_DOC_NOLONGERSHARED      425
541 #define STR_SHARED_DOC_WARNING      426
542 #define STR_FILE_LOCKED_TRY_LATER   427
543 #define STR_FILE_LOCKED_SAVE_LATER  428
544 #define STR_UNKNOWN_USER            429
545 #define STR_LONG_ERR_NULL           430
547 #define STR_UNDO_INSERTNOTE         431
548 #define STR_UNDO_DELETENOTE         432
549 #define STR_STYLE_FAMILY_CELL       433
550 #define STR_STYLE_FAMILY_PAGE       434
552 #define STR_ERR_DATAPILOTSOURCE     435
553 #define STR_PIVOT_FIRSTROWEMPTYERR  436
554 #define STR_PIVOT_ONLYONEROWERR     437
556 #define STR_UNDO_SET_TAB_BG_COLOR       438
557 #define STR_UNDO_SET_MULTI_TAB_BG_COLOR 439
558 #define STR_UNDO_INSERT_CURRENT_DATE    440
559 #define STR_UNDO_INSERT_CURRENT_TIME    441
561 #define STR_OPTIONS_WARN_SEPARATORS     442
562 #define STR_SHAPE_AUTOSHAPE         443
563 #define STR_SHAPE_RECTANGLE         444
564 #define STR_SHAPE_LINE              445
565 #define STR_SHAPE_OVAL              446
566 #define STR_SHAPE_TEXTBOX           447
568 #define STR_FORM_BUTTON             448
569 #define STR_FORM_CHECKBOX           449
570 #define STR_FORM_OPTIONBUTTON       450
571 #define STR_FORM_LABEL              451
572 #define STR_FORM_LISTBOX            452
573 #define STR_FORM_GROUPBOX           453
574 #define STR_FORM_DROPDOWN           454
575 #define STR_FORM_SPINNER            455
576 #define STR_FORM_SCROLLBAR          456
578 #define STR_PGNUM                   457
580 #define STR_MANAGE_NAMES            458
582 #define STR_HEADER_NAME             459
583 #define STR_HEADER_RANGE            460
584 #define STR_HEADER_SCOPE            461
585 #define STR_GLOBAL_SCOPE            462
586 #define STR_ERR_NAME_EXISTS         463
587 #define STR_ERR_NAME_INVALID        464
589 #define STR_UNSAVED_EXT_REF         465
590 #define STR_CLOSE_WITH_UNSAVED_REFS 466
591 #define STR_PIVOT_GROUP             467
592 #define STR_HEADER_COND             468
594 #define STR_COND_CONDITION          469
595 #define STR_COND_COLORSCALE         470
596 #define STR_COND_DATABAR            471
597 #define STR_COND_ICONSET            472
598 #define STR_COND_FORMULA            473
599 #define STR_COND_BETWEEN            474
600 #define STR_COND_NOTBETWEEN         475
601 #define STR_COND_UNIQUE             476
602 #define STR_COND_DUPLICATE          477
603 #define STR_COND_TOP10              478
604 #define STR_COND_BOTTOM10           479
605 #define STR_COND_TOP_PERCENT        480
606 #define STR_COND_BOTTOM_PERCENT     481
607 #define STR_COND_ABOVE_AVERAGE      482
608 #define STR_COND_BELOW_AVERAGE      483
609 #define STR_COND_ERROR              484
610 #define STR_COND_NOERROR            485
611 #define STR_COND_BEGINS_WITH        486
612 #define STR_COND_ENDS_WITH          487
613 #define STR_COND_CONTAINS           488
614 #define STR_COND_NOT_CONTAINS       489
615 #define STR_COND_DATE               490
617 #define STR_ERR_CONDFORMAT_PROTECTED 491
618 #define STR_EDIT_EXISTING_COND_FORMATS 492
620 #define STR_QUERY_FORMULA_RECALC_ONLOAD_ODS 493
621 #define STR_QUERY_FORMULA_RECALC_ONLOAD_XLS 494
622 #define STR_ALWAYS_PERFORM_SELECTED 495
624 #define STR_COUNT                   496
626 #endif