xref: /trunk/main/sc/source/ui/src/globstr.src (revision 6cb06142790376a2c58e6392182eb071420a4221)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "globstr.hrc"
25#include "sc.hrc"
26
27Resource RID_GLOBSTR
28{
29    String STR_UNDO_INSERTCELLS
30    {
31        Text [ en-US ] = "Insert" ;
32    };
33    String STR_UNDO_DELETECELLS
34    {
35        Text [ en-US ] = "Delete" ;
36    };
37    String STR_UNDO_CUT
38    {
39        Text [ en-US ] = "Cut" ;
40    };
41    String STR_UNDO_PASTE
42    {
43        Text [ en-US ] = "Insert" ;
44    };
45    String STR_UNDO_DRAGDROP
46    {
47        Text [ en-US ] = "Drag and Drop" ;
48    };
49    String STR_UNDO_MOVE
50    {
51        Text [ en-US ] = "Move" ;
52    };
53    String STR_UNDO_COPY
54    {
55        Text [ en-US ] = "Copy" ;
56    };
57    String STR_UNDO_DELETECONTENTS
58    {
59        Text [ en-US ] = "Delete" ;
60    };
61    String STR_UNDO_SELATTR
62    {
63        Text [ en-US ] = "Attributes" ;
64    };
65    String STR_UNDO_SELATTRLINES
66    {
67        Text [ en-US ] = "Attributes/Lines" ;
68    };
69    String STR_UNDO_COLWIDTH
70    {
71        Text [ en-US ] = "Column Width" ;
72    };
73    String STR_UNDO_OPTCOLWIDTH
74    {
75        Text [ en-US ] = "Optimal Column Width" ;
76    };
77    String STR_UNDO_ROWHEIGHT
78    {
79        Text [ en-US ] = "Row height" ;
80    };
81    String STR_UNDO_OPTROWHEIGHT
82    {
83        Text [ en-US ] = "Optimal Row Height" ;
84    };
85    String STR_UNDO_AUTOFILL
86    {
87        Text [ en-US ] = "Fill" ;
88    };
89    String STR_UNDO_MERGE
90    {
91        Text [ en-US ] = "Merge" ;
92    };
93    String STR_UNDO_REMERGE
94    {
95        Text [ en-US ] = "Split" ;
96    };
97    String STR_UNDO_AUTOFORMAT
98    {
99        Text [ en-US ] = "AutoFormat" ;
100    };
101    String STR_UNDO_REPLACE
102    {
103        Text [ en-US ] = "Replace" ;
104    };
105    String STR_UNDO_CURSORATTR
106    {
107        Text [ en-US ] = "Attributes" ;
108    };
109    String STR_UNDO_ENTERDATA
110    {
111        Text [ en-US ] = "Input" ;
112    };
113    String STR_UNDO_INSCOLBREAK
114    {
115        Text [ en-US ] = "Insert Column Break" ;
116    };
117    String STR_UNDO_DELCOLBREAK
118    {
119        Text [ en-US ] = "Delete column break" ;
120    };
121    String STR_UNDO_INSROWBREAK
122    {
123        Text [ en-US ] = "Insert Row Break" ;
124    };
125    String STR_UNDO_DELROWBREAK
126    {
127        Text [ en-US ] = "Delete row break" ;
128    };
129    String STR_UNDO_DOOUTLINE
130    {
131        Text [ en-US ] = "View Details" ;
132    };
133    String STR_UNDO_REDOOUTLINE
134    {
135        Text [ en-US ] = "Hide details" ;
136    };
137    String STR_UNDO_MAKEOUTLINE
138    {
139        Text [ en-US ] = "Group" ;
140    };
141    String STR_UNDO_REMAKEOUTLINE
142    {
143        Text [ en-US ] = "Ungroup" ;
144    };
145    String STR_UNDO_OUTLINELEVEL
146    {
147        Text [ en-US ] = "Select outline level" ;
148    };
149    String STR_UNDO_DOOUTLINEBLK
150    {
151        Text [ en-US ] = "View Details" ;
152    };
153    String STR_UNDO_REDOOUTLINEBLK
154    {
155        Text [ en-US ] = "Hide details" ;
156    };
157    String STR_UNDO_REMOVEALLOTLNS
158    {
159        Text [ en-US ] = "Clear Outline" ;
160    };
161    String STR_UNDO_AUTOOUTLINE
162    {
163        Text [ en-US ] = "AutoOutline" ;
164    };
165    String STR_UNDO_SUBTOTALS
166    {
167        Text [ en-US ] = "Subtotals" ;
168    };
169    String STR_UNDO_SORT
170    {
171        Text [ en-US ] = "Sort" ;
172    };
173    String STR_UNDO_QUERY
174    {
175        Text [ en-US ] = "Filter" ;
176    };
177    String STR_UNDO_DBDATA
178    {
179        Text [ en-US ] = "Change Database Range" ;
180    };
181    String STR_UNDO_IMPORTDATA
182    {
183        Text [ en-US ] = "Importing" ;
184    };
185    String STR_UNDO_REPEATDB
186    {
187        Text [ en-US ] = "Refresh range" ;
188    };
189    String STR_UNDO_GRAFEDIT
190    {
191        Text [ en-US ] = "Edit graphics" ;
192    };
193    String STR_UNDO_LISTNAMES
194    {
195        Text [ en-US ] = "List names" ;
196    };
197    String STR_UNDO_PIVOT_NEW
198    {
199        Text [ en-US ] = "Create pivot table" ;
200    };
201    String STR_UNDO_PIVOT_MODIFY
202    {
203        Text [ en-US ] = "Edit pivot table" ;
204    };
205    String STR_UNDO_PIVOT_DELETE
206    {
207        Text [ en-US ] = "Delete pivot table" ;
208    };
209    String STR_UNDO_CONSOLIDATE
210    {
211        Text [ en-US ] = "Consolidate" ;
212    };
213    String STR_UNDO_USESCENARIO
214    {
215        Text [ en-US ] = "Use scenario" ;
216    };
217    String STR_UNDO_MAKESCENARIO
218    {
219        Text [ en-US ] = "Create scenario" ;
220    };
221    String STR_UNDO_EDITSCENARIO
222    {
223        Text [ en-US ] = "Edit scenario" ;
224    };
225    String STR_UNDO_APPLYCELLSTYLE
226    {
227        Text [ en-US ] = "Apply Cell Style" ;
228    };
229    String STR_UNDO_EDITCELLSTYLE
230    {
231        Text [ en-US ] = "Edit Cell Style" ;
232    };
233    String STR_UNDO_APPLYPAGESTYLE
234    {
235        Text [ en-US ] = "Apply Page Style" ;
236    };
237    String STR_UNDO_EDITPAGESTYLE
238    {
239        Text [ en-US ] = "Edit Page Style" ;
240    };
241    String STR_UNDO_DETADDPRED
242    {
243        Text [ en-US ] = "Trace Precedents" ;
244    };
245    String STR_UNDO_DETDELPRED
246    {
247        Text [ en-US ] = "Remove Precedent" ;
248    };
249    String STR_UNDO_DETADDSUCC
250    {
251        Text [ en-US ] = "Trace Dependents" ;
252    };
253    String STR_UNDO_DETDELSUCC
254    {
255        Text [ en-US ] = "Remove Dependent" ;
256    };
257    String STR_UNDO_DETADDERROR
258    {
259        Text [ en-US ] = "Trace Error" ;
260    };
261    String STR_UNDO_DETDELALL
262    {
263        Text [ en-US ] = "Remove all Traces" ;
264    };
265    String STR_UNDO_DETINVALID
266    {
267        Text [ en-US ] = "Mark invalid data" ;
268    };
269    String STR_UNDO_DETREFRESH
270    {
271        Text [ en-US ] = "Refresh Traces" ;
272    };
273    String STR_UNDO_CHARTDATA
274    {
275        Text [ en-US ] = "Modify chart data range" ;
276    };
277    String STR_UNDO_ORIGINALSIZE
278    {
279        Text [ en-US ] = "Original Size" ;
280    };
281    String STR_UNDO_UPDATELINK
282    {
283        Text [ en-US ] = "Update Link" ;
284    };
285    String STR_UNDO_REMOVELINK
286    {
287        Text [ en-US ] = "Unlink" ;
288    };
289    String STR_UNDO_INSERTAREALINK
290    {
291        Text [ en-US ] = "Insert Link" ;
292    };
293    String STR_UNDO_ENTERMATRIX
294    {
295        Text [ en-US ] = "Insert Array Formula" ;
296    };
297    String STR_UNDO_INSERTNOTE
298    {
299        Text [ en-US ] = "Insert Comment" ;
300    };
301    String STR_UNDO_DELETENOTE
302    {
303        Text [ en-US ] = "Delete Comment" ;
304    };
305    String STR_UNDO_SHOWNOTE
306    {
307        Text [ en-US ] = "Show Comment" ;
308    };
309    String STR_UNDO_HIDENOTE
310    {
311        Text [ en-US ] = "Hide Comment" ;
312    };
313    String STR_UNDO_EDITNOTE
314    {
315        Text [ en-US ] = "Edit Comment" ;
316    };
317    String STR_UNDO_DEC_INDENT
318    {
319        Text [ en-US ] = "Decrease Indent" ;
320    };
321    String STR_UNDO_INC_INDENT
322    {
323        Text [ en-US ] = "Increase Indent" ;
324    };
325    String STR_UNDO_PROTECT_TAB
326    {
327        Text [ en-US ] = "Protect sheet" ;
328    };
329    String STR_UNDO_UNPROTECT_TAB
330    {
331        Text [ en-US ] = "Unprotect sheet" ;
332    };
333    String STR_UNDO_PROTECT_DOC
334    {
335        Text [ en-US ] = "Protect document" ;
336    };
337    String STR_UNDO_UNPROTECT_DOC
338    {
339        Text [ en-US ] = "Unprotect document" ;
340    };
341    String STR_UNDO_PRINTRANGES
342    {
343        Text [ en-US ] = "Print range" ;
344    };
345    String STR_UNDO_REMOVEBREAKS
346    {
347        Text [ en-US ] = "Delete Page Breaks" ;
348    };
349    String STR_UNDO_PRINTSCALE
350    {
351        Text [ en-US ] = "Change Scale" ;
352    };
353    String STR_UNDO_DRAG_BREAK
354    {
355        Text [ en-US ] = "Move Page Break" ;
356    };
357    String STR_UNDO_RANGENAMES
358    {
359        Text [ en-US ] = "Edit range names" ;
360    };
361    String STR_UNDO_TRANSLITERATE
362    {
363        Text [ en-US ] = "Case/Characters" ;
364    };
365    String STR_DB_NONAME
366    {
367        Text [ en-US ] = "unnamed" ;
368    };
369    String STR_DBNAME_IMPORT
370    {
371        Text [ en-US ] = "Import" ;
372    };
373    String STR_MSSG_DOSUBTOTALS_0
374    {
375        Text [ en-US ] = "%PRODUCTNAME Calc" ;
376    };
377    String STR_MSSG_DOSUBTOTALS_1
378    {
379        Text [ en-US ] = "Delete data?" ;
380    };
381    String STR_MSSG_DOSUBTOTALS_2
382    {
383        Text [ en-US ] = "Unable to insert rows" ;
384    };
385    String STR_MSSG_REPEATDB_0
386    {
387        Text [ en-US ] = "No operations to execute" ;
388    };
389    String STR_MSSG_MAKEAUTOFILTER_0
390    {
391        Text [ en-US ] = "The range does not contain column headers.\nDo you want the first line to be used as column header?" ;
392    };
393    String STR_MSSG_IMPORTDATA_0
394    {
395        Text [ en-US ] = "Error while importing data!" ;
396    };
397    String STR_DATABASE_NOTFOUND
398    {
399        Text [ en-US ] = "The database '#' could not be opened." ;
400    };
401    String STR_QUERY_NOTFOUND
402    {
403        Text [ en-US ] = "The query '#' could not be opened." ;
404    };
405    String STR_DATABASE_ABORTED
406    {
407        Text [ en-US ] = "Database import terminated." ;
408    };
409    String STR_PROGRESS_IMPORT
410    {
411        Text [ en-US ] = "# records imported..." ;
412    };
413    String STR_MSSG_MAKEOUTLINE_0
414    {
415        Text [ en-US ] = "Grouping not possible" ;
416    };
417    String STR_MSSG_REMOVEOUTLINE_0
418    {
419        Text [ en-US ] = "Ungrouping not possible" ;
420    };
421    String STR_MSSG_PASTEFROMCLIP_0
422    {
423        Text [ en-US ] = "Insert into multiple selection not possible" ;
424    };
425    String STR_MSSG_PASTEFROMCLIP_1
426    {
427        Text [ en-US ] = "Cell merge not possible if cells already merged!" ;
428    };
429    String STR_MSSG_MOVEBLOCKTO_0
430    {
431        Text [ en-US ] = "Cell merge not possible if cells already merged!" ;
432    };
433    String STR_MSSG_INSERTCELLS_0
434    {
435        Text [ en-US ] = "Inserting into merged ranges not possible" ;
436    };
437    String STR_MSSG_DELETECELLS_0
438    {
439        Text [ en-US ] = "Deleting in merged ranges not possible" ;
440    };
441    String STR_MSSG_MERGECELLS_0
442    {
443        Text [ en-US ] = "Cell merge not possible if cells already merged" ;
444    };
445    String STR_SORT_ERR_MERGED
446    {
447        Text [ en-US ] = "Ranges containing merged cells can only be sorted without formats." ;
448    };
449    String STR_MSSG_SEARCHANDREPLACE_0
450    {
451        Text [ en-US ] = "Search key not found." ;
452    };
453    String STR_MSSG_SOLVE_0
454    {
455        Text [ en-US ] = "Goal Seek successful.\n" ;
456    };
457    String STR_MSSG_SOLVE_1
458    {
459        Text [ en-US ] = "Insert result (" ;
460    };
461    String STR_MSSG_SOLVE_2
462    {
463        Text [ en-US ] = ") into current cell?" ;
464    };
465    String STR_MSSG_SOLVE_3
466    {
467        Text [ en-US ] = "Goal Seek not successful.\n" ;
468    };
469    String STR_MSSG_SOLVE_4
470    {
471        Text [ en-US ] = "No exact value found. \n" ;
472    };
473    String STR_MSSG_SOLVE_5
474    {
475        Text [ en-US ] = "Insert closest value (" ;
476    };
477    String STR_MSSG_SOLVE_6
478    {
479        Text [ en-US ] = ")?" ;
480    };
481    String STR_TABLE_GESAMTERGEBNIS
482    {
483        Text [ en-US ] = "Grand Total" ;
484    };
485    String STR_TABLE_ERGEBNIS
486    {
487        Text [ en-US ] = "Result" ;
488    };
489    String STR_UNDO_SPELLING
490    {
491        Text [ en-US ] = "Spellcheck" ;
492    };
493    String STR_TABLE_UND
494    {
495        Text [ en-US ] = "AND" ;
496    };
497    String STR_TABLE_ODER
498    {
499        Text [ en-US ] = "OR" ;
500    };
501    String STR_TABLE_DEF
502    {
503        Text [ en-US ] = "Sheet" ;
504    };
505    String STR_MOVE_TO_END
506    {
507        Text [ en-US ] = "- move to end position -" ;
508    };
509    String STR_BOX_YNI
510    {
511        Text [ en-US ] = "Not implemented in this build." ;
512    };
513    String STR_NO_REF_TABLE
514    {
515        Text [ en-US ] = "#REF!" ;
516    };
517    String STR_PIVOT_INVALID_DBAREA
518    {
519        Text [ en-US ] = "The data range must contain at least one row." ;
520    };
521    String STR_PIVOT_NODATA
522    {
523        Text [ en-US ] = "The pivot table must contain at least one entry." ;
524    };
525    String STR_PIVOT_MOVENOTALLOWED
526    {
527        Text [ en-US ] = "The data range can not be deleted." ;
528    };
529    String STR_PIVOT_ERROR
530    {
531        Text [ en-US ] = "Error creating the pivot table." ;
532    };
533    String STR_PIVOT_OVERLAP
534    {
535        Text [ en-US ] = "Pivot tables can not overlap." ;
536    };
537    String STR_PIVOT_NOTEMPTY
538    {
539        Text [ en-US ] = "The destination range is not empty. Overwrite existing contents?" ;
540    };
541    String STR_DATAPILOT_SUBTOTAL
542    {
543        Text [ en-US ] = "The source range contains subtotals which may distort the results. Use it anyway?" ;
544    };
545    String STR_PIVOT_PROGRESS
546    {
547        Text [ en-US ] = "Create Pivot Table" ;
548    };
549    String STR_PIVOT_TOTAL
550    {
551        Text [ en-US ] = "Total" ;
552    };
553    String STR_PIVOT_DATA
554    {
555        Text [ en-US ] = "Data" ;
556    };
557    String STR_PIVOTFUNC_SUM
558    {
559        Text [ en-US ] = "SUM" ;
560    };
561    String STR_PIVOTFUNC_COUNT
562    {
563        Text [ en-US ] = "COUNT" ;
564    };
565    String STR_PIVOTFUNC_AVG
566    {
567        Text [ en-US ] = "AVERAGE" ;
568    };
569    String STR_PIVOTFUNC_MAX
570    {
571        Text [ en-US ] = "MAX" ;
572    };
573    String STR_PIVOTFUNC_MIN
574    {
575        Text [ en-US ] = "MIN" ;
576    };
577    String STR_PIVOTFUNC_PROD
578    {
579        Text [ en-US ] = "PRODUCT" ;
580    };
581    String STR_PIVOTFUNC_COUNT2
582    {
583        Text [ en-US ] = "COUNTA" ;
584    };
585    String STR_PIVOTFUNC_STDDEV
586    {
587        Text [ en-US ] = "STDEV" ;
588    };
589    String STR_PIVOTFUNC_STDDEV2
590    {
591        Text [ en-US ] = "STDEVP" ;
592    };
593    String STR_PIVOTFUNC_VAR
594    {
595        Text [ en-US ] = "VAR" ;
596    };
597    String STR_PIVOTFUNC_VAR2
598    {
599        Text [ en-US ] = "VARP" ;
600    };
601    String STR_TABLE
602    {
603        Text [ en-US ] = "Sheet" ;
604    };
605    String STR_COLUMN
606    {
607        Text [ en-US ] = "Column" ;
608    };
609    String STR_ROW
610    {
611        Text [ en-US ] = "Row" ;
612    };
613    String STR_PAGE
614    {
615        Text [ en-US ] = "Page" ;
616    };
617    String STR_LOAD_DOC
618    {
619        Text [ en-US ] = "Load document" ;
620    };
621    String STR_SAVE_DOC
622    {
623        Text [ en-US ] = "Save document" ;
624    };
625    String STR_ERR_INVALID_TABREF
626    {
627        Text [ en-US ] = "<unknown table reference>" ;
628    };
629    String STR_AREA_ALREADY_INSERTED
630    {
631        Text [ en-US ] = "This range has already been inserted." ;
632    };
633    String STR_INVALID_TABREF
634    {
635        Text [ en-US ] = "Invalid sheet reference." ;
636    };
637    String STR_INVALID_QUERYAREA
638    {
639        Text [ en-US ] = "This range does not contain a valid query." ;
640    };
641    String STR_REIMPORT_EMPTY
642    {
643        Text [ en-US ] = "This range does not contain imported data." ;
644    };
645    String STR_NOMULTISELECT
646    {
647        Text [ en-US ] = "This function cannot be used with multiple selections." ;
648    };
649    String STR_FILL_SERIES_PROGRESS
650    {
651        Text [ en-US ] = "Fill Row..." ;
652    };
653    String STR_UNKNOWN_FILTER
654    {
655        Text [ en-US ] = "Unknown filter: " ;
656    };
657    String STR_UNDO_THESAURUS
658    {
659        Text [ en-US ] = "Thesaurus" ;
660    };
661    String STR_FILL_TAB
662    {
663        Text [ en-US ] = "Fill Sheets" ;
664    };
665    String STR_UPDATE_SCENARIO
666    {
667        Text [ en-US ] = "Add selected ranges to current scenario?" ;
668    };
669    String STR_ERR_NEWSCENARIO
670    {
671        Text [ en-US ] = "The scenario ranges must be selected in order to be able to create a new scenario." ;
672    };
673    String STR_NOAREASELECTED
674    {
675        Text [ en-US ] = "A range has not been selected." ;
676    };
677    String STR_NEWTABNAMENOTUNIQUE
678    {
679        Text [ en-US ] = "This name already exists." ;
680    };
681    String STR_INVALIDTABNAME
682    {
683        Text [ en-US ] = "Invalid sheet name." ;
684    };
685    String STR_SCENARIO
686    {
687        Text [ en-US ] = "Scenario" ;
688    };
689    String STR_PIVOT_TABLE
690    {
691        Text [ en-US ] = "Pivot Table" ;
692    };
693    // Text strings for captions of subtotal functions.
694    String STR_FUN_TEXT_SUM
695    {
696        Text [ en-US ] = "Sum" ;
697    };
698    String STR_FUN_TEXT_COUNT
699    {
700        Text [ en-US ] = "Count" ;
701    };
702    String STR_FUN_TEXT_COUNT2
703    {
704        Text [ en-US ] = "CountA" ;
705    };
706    String STR_FUN_TEXT_AVG
707    {
708        Text [ en-US ] = "Average" ;
709    };
710    String STR_FUN_TEXT_MAX
711    {
712        Text [ en-US ] = "Max" ;
713    };
714    String STR_FUN_TEXT_MIN
715    {
716        Text [ en-US ] = "Min" ;
717    };
718    String STR_FUN_TEXT_PRODUCT
719    {
720        Text [ en-US ] = "Product" ;
721    };
722    String STR_FUN_TEXT_STDDEV
723    {
724        Text [ en-US ] = "StDev" ;
725    };
726    String STR_FUN_TEXT_VAR
727    {
728        Text [ en-US ] = "Var" ;
729    };
730    String STR_NOCHARTATCURSOR
731    {
732        Text [ en-US ] = "No chart found at this position." ;
733    };
734    String STR_PIVOT_NOTFOUND
735    {
736        Text [ en-US ] = "No pivot table found at this position." ;
737    };
738    String STR_EMPTYDATA
739    {
740        Text [ en-US ] = "(empty)" ;
741    };
742    String STR_PRINT_INVALID_AREA
743    {
744        Text [ en-US ] = "Invalid print range" ;
745    };
746    String STR_PAGESTYLE
747    {
748        Text [ en-US ] = "Page Style" ;
749    };
750    String STR_HEADER
751    {
752        Text [ en-US ] = "Header" ;
753    };
754    String STR_FOOTER
755    {
756        Text [ en-US ] = "Footer" ;
757    };
758    String STR_TEXTATTRS
759    {
760        Text [ en-US ] = "Text Attributes" ;
761    };
762    String STR_HFCMD_DELIMITER
763    {
764        Text [ en-US ] = "\\" ;
765    };
766    String STR_HFCMD_PAGE
767    {
768        Text [ en-US ] = "PAGE" ;
769    };
770    String STR_HFCMD_PAGES
771    {
772        Text [ en-US ] = "PAGES" ;
773    };
774    String STR_HFCMD_DATE
775    {
776        Text [ en-US ] = "DATE" ;
777    };
778    String STR_HFCMD_TIME
779    {
780        Text [ en-US ] = "TIME" ;
781    };
782    String STR_HFCMD_FILE
783    {
784        Text [ en-US ] = "FILE" ;
785    };
786    String STR_HFCMD_TABLE
787    {
788        Text [ en-US ] = "SHEET" ;
789    };
790    String STR_PROTECTIONERR
791    {
792        Text [ en-US ] = "Protected cells can not be modified." ;
793    };
794    String STR_READONLYERR
795    {
796        Text [ en-US ] = "Document opened in read-only mode." ;
797    };
798    String STR_MATRIXFRAGMENTERR
799    {
800        Text [ en-US ] = "You cannot change only part of an array." ;
801    };
802    String STR_PAGEHEADER
803    {
804        Text [ en-US ] = "Header" ;
805    };
806    String STR_PAGEFOOTER
807    {
808        Text [ en-US ] = "Footer" ;
809    };
810
811    /* BEGIN error constants and error strings. */
812
813    String STR_ERROR_STR
814    {
815        Text [ en-US ] = "Err:" ;
816    };
817    /* BEGIN defined ERROR.TYPE() values. */
818    /* ERROR.TYPE( #NULL! ) == 1 */
819    String STR_LONG_ERR_NULL
820    {
821        Text [ en-US ] = "Error: Ranges do not intersect" ;
822    };
823    /* ERROR.TYPE( #DIV/0! ) == 2 */
824    String STR_LONG_ERR_DIV_ZERO
825    {
826        Text [ en-US ] = "Error: Division by zero" ;
827    };
828    /* ERROR.TYPE( #VALUE! ) == 3 */
829    String STR_LONG_ERR_NO_VALUE
830    {
831        Text [ en-US ] = "Error: Wrong data type" ;
832    };
833    /* ERROR.TYPE( #REF! ) == 4 */
834    String STR_LONG_ERR_NO_REF
835    {
836        Text [ en-US ] = "Error: Not a valid reference" ;
837    };
838    /* ERROR.TYPE( #NAME! ) == 5 */
839    String STR_LONG_ERR_NO_NAME
840    {
841        Text [ en-US ] = "Error: Invalid name" ;
842    };
843    /* ERROR.TYPE( #NUM! ) == 6 */
844    String STR_LONG_ERR_ILL_FPO
845    {
846        Text [ en-US ] = "Error: Invalid numeric value" ;
847    };
848    /* ERROR.TYPE( #N/A ) == 7 */
849    String STR_LONG_ERR_NV
850    {
851        Text [ en-US ] = "Error: Value not available" ;
852    };
853    /* END defined ERROR.TYPE() values. */
854    String STR_NO_ADDIN
855    {
856        Text [ en-US ] = "#ADDIN?" ;
857    };
858    String STR_LONG_ERR_NO_ADDIN
859    {
860        Text [ en-US ] = "Error: Add-in not found" ;
861    };
862    String STR_NO_MACRO
863    {
864        Text [ en-US ] = "#MACRO?" ;
865    };
866    String STR_LONG_ERR_NO_MACRO
867    {
868        Text [ en-US ] = "Error: Macro not found" ;
869    };
870    String STR_LONG_ERR_SYNTAX
871    {
872        Text [ en-US ] = "Internal syntactical error" ;
873    };
874    String STR_LONG_ERR_ILL_ARG
875    {
876        Text [ en-US ] = "Error: Invalid argument" ;
877    };
878    String STR_LONG_ERR_ILL_PAR
879    {
880        Text [ en-US ] = "Error in parameter list" ;
881    };
882    String STR_LONG_ERR_ILL_CHAR
883    {
884        Text [ en-US ] = "Error: Invalid character" ;
885    };
886    String STR_LONG_ERR_ILL_SEP
887    {
888        Text [ en-US ] = "Error: Invalid semicolon" ;
889    };
890    String STR_LONG_ERR_PAIR
891    {
892        Text [ en-US ] = "Error: in bracketing" ;
893    };
894    String STR_LONG_ERR_OP_EXP
895    {
896        Text [ en-US ] = "Error: Operator missing" ;
897    };
898    String STR_LONG_ERR_VAR_EXP
899    {
900        Text [ en-US ] = "Error: Variable missing" ;
901    };
902    String STR_LONG_ERR_CODE_OVF
903    {
904        Text [ en-US ] = "Error: Formula overflow" ;
905    };
906    String STR_LONG_ERR_STR_OVF
907    {
908        Text [ en-US ] = "Error: String overflow" ;
909    };
910    String STR_LONG_ERR_STACK_OVF
911    {
912        Text [ en-US ] = "Error: Internal overflow" ;
913    };
914    String STR_LONG_ERR_CIRC_REF
915    {
916        Text [ en-US ] = "Error: Circular reference" ;
917    };
918    String STR_LONG_ERR_NO_CONV
919    {
920        Text [ en-US ] = "Error: Calculation does not converge" ;
921    };
922
923    /* END error constants and error strings. */
924
925    String STR_GRIDCOLOR
926    {
927        Text [ en-US ] = "Grid color" ;
928    };
929    String STR_MERGE_NOTEMPTY
930    {
931        Text [ en-US ] = "Should the contents of the hidden cells be moved into the first cell?" ;
932    };
933    String STR_CELL_FILTER
934    {
935        Text [ en-US ] = "Filter" ;
936    };
937    String STR_TARGETNOTFOUND
938    {
939        Text [ en-US ] = "The target database range does not exist." ;
940    };
941    String STR_INVALID_EPS
942    {
943        Text [ en-US ] = "Invalid increment" ;
944    };
945    String STR_TABLE_OP
946    {
947        Text [ en-US ] = "MULTIPLE.OPERATIONS" ;
948    };
949    String STR_UNDO_TABOP
950    {
951        Text [ en-US ] = "Multiple operations" ;
952    };
953    String STR_INVALID_AFNAME
954    {
955        Text [ en-US ] = "You have entered an invalid name.\nAutoFormat could not be created. \nTry again using a different name." ;
956    };
957    String STR_AREA
958    {
959        Text [ en-US ] = "Range" ;
960    };
961    String STR_YES
962    {
963        Text [ en-US ] = "Yes" ;
964    };
965    String STR_NO
966    {
967        Text [ en-US ] = "No" ;
968    };
969    String STR_PROTECTION
970    {
971        Text [ en-US ] = "Protection" ;
972    };
973    String STR_FORMULAS
974    {
975        Text [ en-US ] = "Formulas" ;
976    };
977    String STR_HIDE
978    {
979        Text [ en-US ] = "Hide" ;
980    };
981    String STR_PRINT
982    {
983        Text [ en-US ] = "Print" ;
984    };
985    String STR_INVALID_AFAREA
986    {
987        Text [ en-US ] = "To apply an AutoFormat,\na table range of at least\n3x3 cells must be selected." ;
988    };
989    String STR_CASCADE
990    {
991        Text [ en-US ] = "(nested)" ;
992    };
993    String STR_OPTIONAL
994    {
995        Text [ en-US ] = "(optional)" ;
996    };
997    String STR_REQUIRED
998    {
999        Text [ en-US ] = "(required)" ;
1000    };
1001    String STR_INVALID
1002    {
1003        Text [ en-US ] = "invalid" ;
1004    };
1005    String STR_EDITFUNCTION
1006    {
1007        Text [ en-US ] = "Edit Function" ;
1008    };
1009    String STR_NOTES
1010    {
1011        Text [ en-US ] = "Comments" ;
1012    };
1013    String STR_QUERY_DELTAB
1014    {
1015        Text [ en-US ] = "Are you sure you want to delete the selected sheet(s)?" ;
1016    };
1017    String STR_QUERY_DELSCENARIO
1018    {
1019        Text [ en-US ] = "Are you sure you want to delete the selected scenario?" ;
1020    };
1021    String STR_EXPORT_ASCII_WARNING
1022    {
1023        Text [ en-US ] = "Thesaurus is not available" ;
1024    };
1025    String STR_IMPORT_ERROR
1026    {
1027        Text [ en-US ] = "Spellcheck not available" ;
1028    };
1029    String STR_IMPORT_ASCII
1030    {
1031        Text [ en-US ] = "Import text files" ;
1032    };
1033    String STR_EXPORT_ASCII
1034    {
1035        Text [ en-US ] = "Export Text File" ;
1036    };
1037    String STR_IMPORT_LOTUS
1038    {
1039        Text [ en-US ] = "Import Lotus files" ;
1040    };
1041    String STR_IMPORT_DBF
1042    {
1043        Text [ en-US ] = "Import dBASE files" ;
1044    };
1045    String STR_EXPORT_DBF
1046    {
1047        Text [ en-US ] = "dBASE export" ;
1048    };
1049    String STR_EXPORT_DIF
1050    {
1051        Text [ en-US ] = "Dif Export" ;
1052    };
1053    String STR_IMPORT_DIF
1054    {
1055        Text [ en-US ] = "Dif Import" ;
1056    };
1057    String STR_STYLENAME_STANDARD
1058    {
1059        Text [ en-US ] = "Default" ;
1060    };
1061    String STR_STYLENAME_RESULT
1062    {
1063        Text [ en-US ] = "Result" ;
1064    };
1065    String STR_STYLENAME_RESULT1
1066    {
1067        Text [ en-US ] = "Result2" ;
1068    };
1069    String STR_STYLENAME_HEADLINE
1070    {
1071        Text [ en-US ] = "Heading" ;
1072    };
1073    String STR_STYLENAME_HEADLINE1
1074    {
1075        Text [ en-US ] = "Heading1" ;
1076    };
1077    String STR_STYLENAME_REPORT
1078    {
1079        Text [ en-US ] = "Report" ;
1080    };
1081    String STR_STYLENAME_REPORT1
1082    {
1083        Text [ en-US ] = "Report1" ;
1084    };
1085    String STR_IMPORT_EXCEL_WARNING
1086    {
1087        Text [ en-US ] = "is not available for spellchecking\nPlease check your installation and install \nthe desired language if necessary" ;
1088    };
1089    String STR_THESAURUS_NO_STRING
1090    {
1091        Text [ en-US ] = "Thesaurus can only be used in text cells!" ;
1092    };
1093    String STR_SPELLING_BEGIN_TAB
1094    {
1095        Text [ en-US ] = "Should the spellcheck be continued at the beginning of the current sheet?" ;
1096    };
1097    String STR_SPELLING_NO_LANG
1098    {
1099        Text [ en-US ] = "is not available for the thesaurus.\nPlease check your installation and install \nthe desired language if necessary" ;
1100    };
1101    String STR_SPELLING_STOP_OK
1102    {
1103        Text [ en-US ] = "The spellcheck of this sheet has been completed." ;
1104    };
1105    String STR_NOLANGERR
1106    {
1107        Text [ en-US ] = "No language set" ;
1108    };
1109    String STR_UNDO_INSERT_TAB
1110    {
1111        Text [ en-US ] = "Insert Sheet" ;
1112    };
1113    String STR_UNDO_DELETE_TAB
1114    {
1115        Text [ en-US ] = "Delete Sheets" ;
1116    };
1117    String STR_UNDO_RENAME_TAB
1118    {
1119        Text [ en-US ] = "Rename Sheet" ;
1120    };
1121    String STR_UNDO_SET_TAB_BG_COLOR
1122    {
1123        Text [ en-US ] = "Color Tab" ;
1124    };
1125    String STR_UNDO_SET_MULTI_TAB_BG_COLOR
1126    {
1127        Text [ en-US ] = "Color Tabs" ;
1128    };
1129    String STR_UNDO_MOVE_TAB
1130    {
1131        Text [ en-US ] = "Move Sheets" ;
1132    };
1133    String STR_UNDO_COPY_TAB
1134    {
1135        Text [ en-US ] = "Copy Sheet" ;
1136    };
1137    String STR_UNDO_APPEND_TAB
1138    {
1139        Text [ en-US ] = "Append sheet" ;
1140    };
1141    String STR_UNDO_SHOWTAB
1142    {
1143        Text [ en-US ] = "Show Sheet" ;
1144    };
1145    String STR_UNDO_HIDETAB
1146    {
1147        Text [ en-US ] = "Hide sheet" ;
1148    };
1149    String STR_UNDO_TAB_RTL
1150    {
1151        Text [ en-US ] = "Flip sheet" ;
1152    };
1153    String STR_UNDO_TAB_R1C1
1154    {
1155        Text [ en-US ] = "Toggle the use of R1C1 notation" ;
1156    };
1157    String STR_CHART_MAINTITLE
1158    {
1159        Text [ en-US ] = "Main Title" ;
1160    };
1161    String STR_CHART_SUBTITLE
1162    {
1163        Text [ en-US ] = "Subtitle" ;
1164    };
1165    String STR_CHART_XTITLE
1166    {
1167        Text [ en-US ] = "X axis title" ;
1168    };
1169    String STR_CHART_YTITLE
1170    {
1171        Text [ en-US ] = "Y axis title" ;
1172    };
1173    String STR_CHART_ZTITLE
1174    {
1175        Text [ en-US ] = "Z axis title" ;
1176    };
1177    String STR_ABSREFLOST
1178    {
1179        Text [ en-US ] = "The new table contains absolute references to other tables which may be incorrect!" ;
1180    };
1181    String STR_NAMECONFLICT
1182    {
1183        Text [ en-US ] = "Due to identical names, an existing range name in the destination document has been altered!" ;
1184    };
1185    String STR_ERR_AUTOFILTER
1186    {
1187        Text [ en-US ] = "AutoFilter not possible" ;
1188    };
1189    String STR_MSSG_SEARCHANDREPLACE_1
1190    {
1191        Text [ en-US ] = "%PRODUCTNAME Calc has searched to the beginning of the sheet. Do you want to continue at the end?" ;
1192    };
1193    String STR_MSSG_SEARCHANDREPLACE_2
1194    {
1195        Text [ en-US ] = "%PRODUCTNAME Calc has searched to the end of the sheet. Do you want to continue at the beginning?" ;
1196    };
1197    String STR_MSSG_SEARCHANDREPLACE_3
1198    {
1199        Text [ en-US ] = "Find & Replace" ;
1200    };
1201    String STR_MSSG_SEARCHANDREPLACE_4
1202    {
1203        Text [ en-US ] = "%PRODUCTNAME Calc has searched to the beginning of the document. Do you want to continue at the end?" ;
1204    };
1205    String STR_MSSG_SEARCHANDREPLACE_5
1206    {
1207        Text [ en-US ] = "%PRODUCTNAME Calc has searched to the end of the document. Do you want to continue at the beginning?" ;
1208    };
1209    String STR_CREATENAME_REPLACE
1210    {
1211        Text [ en-US ] = "Replace existing definition of #?" ;
1212    };
1213    String STR_CREATENAME_MARKERR
1214    {
1215        Text [ en-US ] = "Invalid selection for range names" ;
1216    };
1217    String STR_CONSOLIDATE_ERR1
1218    {
1219        Text [ en-US ] = "References can not be inserted above the source data." ;
1220    };
1221    String STR_SCENARIO_NOTFOUND
1222    {
1223        Text [ en-US ] = "Scenario not found" ;
1224    };
1225    String STR_QUERY_DELENTRY
1226    {
1227        Text [ en-US ] = "Do you really want to delete the entry #?" ;
1228    };
1229    String STR_VOBJ_OBJECT
1230    {
1231        Text [ en-US ] = "Objects/graphics" ;
1232    };
1233    String STR_VOBJ_CHART
1234    {
1235        Text [ en-US ] = "Charts" ;
1236    };
1237    String STR_VOBJ_DRAWINGS
1238    {
1239        Text [ en-US ] = "Drawing Objects" ;
1240    };
1241    String STR_VOBJ_MODE_SHOW
1242    {
1243        Text [ en-US ] = "Show" ;
1244    };
1245    String STR_VOBJ_MODE_HIDE
1246    {
1247        Text [ en-US ] = "Hide" ;
1248    };
1249    String STR_SCATTR_PAGE_TOPDOWN
1250    {
1251        Text [ en-US ] = "Top to bottom" ;
1252    };
1253    String STR_SCATTR_PAGE_LEFTRIGHT
1254    {
1255        Text [ en-US ] = "Left-to-right" ;
1256    };
1257    String STR_SCATTR_PAGE_NOTES
1258    {
1259        Text [ en-US ] = "Comments" ;
1260    };
1261    String STR_SCATTR_PAGE_GRID
1262    {
1263        Text [ en-US ] = "Grid" ;
1264    };
1265    String STR_SCATTR_PAGE_HEADERS
1266    {
1267        Text [ en-US ] = "Row & Column Headers" ;
1268    };
1269    String STR_SCATTR_PAGE_FORMULAS
1270    {
1271        Text [ en-US ] = "Formulas" ;
1272    };
1273    String STR_SCATTR_PAGE_NULLVALS
1274    {
1275        Text [ en-US ] = "Zero Values" ;
1276    };
1277    String STR_SCATTR_PAGE_PRINTDIR
1278    {
1279        Text [ en-US ] = "Print direction" ;
1280    };
1281    String STR_SCATTR_PAGE_FIRSTPAGENO
1282    {
1283        Text [ en-US ] = "First page number" ;
1284    };
1285    String STR_SCATTR_PAGE_SCALE
1286    {
1287        Text [ en-US ] = "Reduce/enlarge printout" ;
1288    };
1289    String STR_SCATTR_PAGE_SCALETOPAGES
1290    {
1291        Text [ en-US ] = "Fit print range(s) on number of pages" ;
1292    };
1293    String STR_SCATTR_PAGE_SCALETO
1294    {
1295        Text [ en-US ] = "Fit print range(s) to width/height" ;
1296    };
1297    String STR_SCATTR_PAGE_SCALE_WIDTH
1298    {
1299        Text [ en-US ] = "Width" ;
1300    };
1301    String STR_SCATTR_PAGE_SCALE_HEIGHT
1302    {
1303        Text [ en-US ] = "Height" ;
1304    };
1305    String STR_SCATTR_PAGE_SCALE_PAGES
1306    {
1307        Text [ en-US ] = "%1 page(s)" ;
1308    };
1309    String STR_SCATTR_PAGE_SCALE_AUTO
1310    {
1311        Text [ en-US ] = "automatic" ;
1312    };
1313    String STR_DOC_STAT
1314    {
1315        Text [ en-US ] = "Statistics" ;
1316    };
1317    String STR_LINKERROR
1318    {
1319        Text [ en-US ] = "The link could not be updated." ;
1320    };
1321    String STR_LINKERRORFILE
1322    {
1323        Text [ en-US ] = "File:" ;
1324    };
1325    String STR_LINKERRORTAB
1326    {
1327        Text [ en-US ] = "Sheet:" ;
1328    };
1329    String STR_OVERVIEW
1330    {
1331        Text [ en-US ] = "Overview" ;
1332    };
1333    String STR_DOC_INFO
1334    {
1335        Text [ en-US ] = "Doc.Information" ;
1336    };
1337    String STR_DOC_CREATED
1338    {
1339        Text [ en-US ] = "Created" ;
1340    };
1341    String STR_DOC_MODIFIED
1342    {
1343        Text [ en-US ] = "Modified" ;
1344    };
1345    String STR_DOC_PRINTED
1346    {
1347        Text [ en-US ] = "Printed" ;
1348    };
1349    String STR_DOC_THEME
1350    {
1351        Text [ en-US ] = "Subject" ;
1352    };
1353    String STR_DOC_KEYWORDS
1354    {
1355        Text [ en-US ] = "Key words" ;
1356    };
1357    String STR_DOC_COMMENT
1358    {
1359        Text [ en-US ] = "Comments" ;
1360    };
1361    String STR_BY
1362    {
1363        Text [ en-US ] = "by" ;
1364    };
1365    String STR_ON
1366    {
1367        Text [ en-US ] = "on" ;
1368    };
1369    String STR_RELOAD_TABLES
1370    {
1371        Text [ en-US ] = "This file contains links to other files.\nShould they be updated?" ;
1372    };
1373    String STR_REIMPORT_AFTER_LOAD
1374    {
1375        Text [ en-US ] = "This file contains queries. The results of these queries were not saved.\nDo you want these queries to be repeated?" ;
1376    };
1377    String STR_FILTER_TOOMANY
1378    {
1379        Text [ en-US ] = "Too many conditions" ;
1380    };
1381    String STR_INSERT_FULL
1382    {
1383        Text [ en-US ] = "Filled cells cannot be shifted\nbeyond the sheet." ;
1384    };
1385    String STR_TABINSERT_ERROR
1386    {
1387        Text [ en-US ] = "The table could not be inserted." ;
1388    };
1389    String STR_TABREMOVE_ERROR
1390    {
1391        Text [ en-US ] = "The sheets could not be deleted." ;
1392    };
1393    String STR_PASTE_ERROR
1394    {
1395        Text [ en-US ] = "The contents of the clipboard could not be pasted." ;
1396    };
1397    String STR_PASTE_FULL
1398    {
1399        Text [ en-US ] = "There is not enough space on the sheet to insert here." ;
1400    };
1401    String STR_PASTE_BIGGER
1402    {
1403        Text [ en-US ] = "The content of the clipboard is bigger than the range selected.\nDo you want to insert it anyway?" ;
1404    };
1405    String STR_ERR_NOREF
1406    {
1407        Text [ en-US ] = "No references found." ;
1408    };
1409    String STR_ERR_LINKOVERLAP
1410    {
1411        Text [ en-US ] = "Source and destination must not overlap." ;
1412    };
1413    String STR_GRAPHICNAME
1414    {
1415        Text [ en-US ] = "Graphics" ;
1416    };
1417    String STR_INVALIDNAME
1418    {
1419        Text [ en-US ] = "Invalid name." ;
1420    };
1421    String STR_VALID_MACRONOTFOUND
1422    {
1423        Text [ en-US ] = "Selected macro not found." ;
1424    };
1425    String STR_VALID_DEFERROR
1426    {
1427        Text [ en-US ] = "Invalid value." ;
1428    };
1429    String STR_PROGRESS_CALCULATING
1430    {
1431        Text [ en-US ] = "calculating" ;
1432    };
1433    String STR_PROGRESS_SORTING
1434    {
1435        Text [ en-US ] = "sorting" ;
1436    };
1437    String STR_PROGRESS_HEIGHTING
1438    {
1439        Text [ en-US ] = "Adapt row height" ;
1440    };
1441    String STR_PROGRESS_COMPARING
1442    {
1443        Text [ en-US ] = "Compare #" ;
1444    };
1445    String STR_DETINVALID_OVERFLOW
1446    {
1447        Text [ en-US ] = "The maximum number of invalid cells has been exceeded.\nNot all invalid cells have been marked." ;
1448    };
1449    String STR_QUICKHELP_DELETE
1450    {
1451        Text [ en-US ] = "Delete contents" ;
1452    };
1453    String STR_QUICKHELP_REF
1454    {
1455        Text [ en-US ] = "%1 R x %2 C" ;
1456    };
1457    String STR_FUNCTIONLIST_MORE
1458    {
1459        Text [ en-US ] = "More..." ;
1460    };
1461    String STR_ERR_INVALID_AREA
1462    {
1463        Text [ en-US ] = "Invalid range" ;
1464    };
1465     // Templates for data pilot tables.
1466    String STR_PIVOT_STYLE_INNER
1467    {
1468        Text [ en-US ] = "Pivot Table Value" ;
1469    };
1470    String STR_PIVOT_STYLE_RESULT
1471    {
1472        Text [ en-US ] = "Pivot Table Result" ;
1473    };
1474    String STR_PIVOT_STYLE_CATEGORY
1475    {
1476        Text [ en-US ] = "Pivot Table Category" ;
1477    };
1478    String STR_PIVOT_STYLE_TITLE
1479    {
1480        Text [ en-US ] = "Pivot Table Title" ;
1481    };
1482    String STR_PIVOT_STYLE_FIELDNAME
1483    {
1484        Text [ en-US ] = "Pivot Table Field" ;
1485    };
1486    String STR_PIVOT_STYLE_TOP
1487    {
1488        Text [ en-US ] = "Pivot Table Corner" ;
1489    };
1490    String STR_OPERATION_FILTER
1491    {
1492        Text [ en-US ] = "Filter" ;
1493    };
1494    String STR_OPERATION_SORT
1495    {
1496        Text [ en-US ] = "Sort" ;
1497    };
1498    String STR_OPERATION_SUBTOTAL
1499    {
1500        Text [ en-US ] = "Subtotals" ;
1501    };
1502    String STR_OPERATION_NONE
1503    {
1504        Text [ en-US ] = "None" ;
1505    };
1506    String STR_IMPORT_REPLACE
1507    {
1508        Text [ en-US ] = "Do you want to replace the contents of #?" ;
1509    };
1510    String STR_TIP_WIDTH
1511    {
1512        Text [ en-US ] = "Width:" ;
1513    };
1514    String STR_TIP_HEIGHT
1515    {
1516        Text [ en-US ] = "Height:" ;
1517    };
1518    String STR_TIP_HIDE
1519    {
1520        Text [ en-US ] = "Hide" ;
1521    };
1522    String STR_ERR_INSERTOBJ
1523    {
1524        Text [ en-US ] = "The object could not be inserted." ;
1525    };
1526    String STR_CHANGED_BLANK
1527    {
1528        Text [ en-US ] = "<empty>" ;
1529    };
1530    String STR_CHANGED_CELL
1531    {
1532        Text [ en-US ] = "Cell #1 changed from '#2' to '#3'" ;
1533    };
1534    String STR_CHANGED_INSERT
1535    {
1536        Text [ en-US ] = "#1 inserted" ;
1537    };
1538    String STR_CHANGED_DELETE
1539    {
1540        Text [ en-US ] = "#1 deleted" ;
1541    };
1542    String STR_CHANGED_MOVE
1543    {
1544        Text [ en-US ] = "Range moved from #1 to #2" ;
1545    };
1546    String STR_END_REDLINING_TITLE
1547    {
1548        Text [ en-US ] = "Exit Recording" ;
1549    };
1550    String STR_END_REDLINING
1551    {
1552        Text [ en-US ] = "This action will exit the change recording mode.\nAny information about changes will be lost.\n\nExit change recording mode?\n\n" ;
1553    };
1554    String STR_CLOSE_ERROR_LINK
1555    {
1556        Text [ en-US ] = "The document can not be closed while a link is being updated." ;
1557    };
1558    String STR_UNDO_RESIZEMATRIX
1559    {
1560        Text [ en-US ] = "Adapt array area" ;
1561    };
1562    String STR_TIP_RESIZEMATRIX
1563    {
1564        Text [ en-US ] = "Array formula %1 R x %2 C" ;
1565    };
1566    String STR_MACRO_WARNING
1567    {
1568        Text [ en-US ] = "This document contains macro function calls.\nDo you want to run them?" ;
1569    };
1570
1571    String STR_UNDO_HANGULHANJA
1572    {
1573        Text [ en-US ] = "Hangul/Hanja Conversion" ;
1574    };
1575
1576    String STR_NAME_INPUT_CELL
1577    {
1578        Text [ en-US ] = "Select Cell" ;
1579    };
1580    String STR_NAME_INPUT_RANGE
1581    {
1582        Text [ en-US ] = "Select Range" ;
1583    };
1584    String STR_NAME_INPUT_DBRANGE
1585    {
1586        Text [ en-US ] = "Select Database Range" ;
1587    };
1588    String STR_NAME_INPUT_ROW
1589    {
1590        Text [ en-US ] = "Go To Row" ;
1591    };
1592    String STR_NAME_INPUT_SHEET
1593    {
1594        Text [ en-US ] = "Go To Sheet" ;
1595    };
1596    String STR_NAME_INPUT_DEFINE
1597    {
1598        Text [ en-US ] = "Define Name for Range" ;
1599    };
1600    String STR_NAME_ERROR_SELECTION
1601    {
1602        Text [ en-US ] = "The selection needs to be rectangular in order to name it." ;
1603    };
1604    String STR_NAME_ERROR_NAME
1605    {
1606        Text [ en-US ] = "You must enter a valid reference or type a valid name for the selected range." ;
1607    };
1608
1609    String STR_CHANGED_MOVE_REJECTION_WARNING
1610    {
1611        Text[ en-US ] = "WARNING: This action may have resulted in unintended changes to cell references in formulas." ;
1612    };
1613
1614    String STR_CHANGED_DELETE_REJECTION_WARNING
1615    {
1616        Text[ en-US ] = "WARNING: This action may have resulted in references to the deleted area not being restored." ;
1617    };
1618
1619    String STR_HF_NONE_IN_BRACKETS
1620    {
1621        Text [ en-US ] = "(none)" ;
1622    };
1623
1624    String STR_HF_OF
1625    {
1626        Text [ en-US ] = "of" ;
1627    };
1628
1629    String STR_HF_OF_QUESTION
1630    {
1631        Text [ en-US ] = "of ?" ;
1632    };
1633
1634    String STR_HF_CREATED_BY
1635    {
1636        Text [ en-US ] = "Created by" ;
1637    };
1638
1639    String STR_HF_CONFIDENTIAL
1640    {
1641        Text [ en-US ] = "Confidential" ;
1642    };
1643
1644    String STR_HF_CUSTOMIZED
1645    {
1646        Text [ en-US ] = "Customized" ;
1647    };
1648
1649    String STR_HF_CUSTOM_FOOTER
1650    {
1651        Text [ en-US ] = "Custom footer" ;
1652    };
1653
1654    String STR_UNDO_CHINESE_TRANSLATION
1655    {
1656        Text [ en-US ] = "Chinese conversion" ;
1657    };
1658
1659    String STR_ERR_DATAPILOT_INPUT
1660    {
1661        Text[ en-US ] = "You cannot change this part of the pivot table." ;
1662    };
1663
1664    String STR_RECALC_MANUAL
1665    {
1666        Text [ en-US ] = "Manual" ;
1667    };
1668    String STR_RECALC_AUTO
1669    {
1670        Text [ en-US ] = "Automatic" ;
1671    };
1672    String STR_ERR_LONG_NESTED_ARRAY
1673    {
1674    Text [ en-US ] = "Nested arrays are not supported." ;
1675    };
1676    String STR_UNDO_TEXTTOCOLUMNS
1677    {
1678        Text [ en-US ] = "Text to Columns" ;
1679    };
1680    String STR_DOC_UPDATED
1681    {
1682        Text [ en-US ] = "Your spreadsheet has been updated with changes saved by other users." ;
1683    };
1684    String STR_DOC_WILLBESAVED
1685    {
1686        Text [ en-US ] = "The spreadsheet must be saved now to activate sharing mode.\n\nDo you want to continue?" ;
1687    };
1688    String STR_DOC_WILLNOTBESAVED
1689    {
1690        Text [ en-US ] = "Already resolved merge conflicts will be lost and your changes to the shared spreadsheet will not be saved.\n\nDo you want to continue?" ;
1691    };
1692    String STR_DOC_DISABLESHARED
1693    {
1694        Text [ en-US ] = "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?" ;
1695    };
1696    String STR_DOC_NOLONGERSHARED
1697    {
1698        Text [ en-US ] = "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." ;
1699    };
1700    String STR_SHARED_DOC_WARNING
1701    {
1702        Text [ en-US ] = "The spreadsheet is in shared mode. This allows multiple users to access and edit the spreadsheet at the same time.\n\nChanges to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities." ;
1703    };
1704    String STR_FILE_LOCKED_TRY_LATER
1705    {
1706        Text [ en-US ] = "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." ;
1707    };
1708    String STR_FILE_LOCKED_SAVE_LATER
1709    {
1710        Text [ en-US ] = "The shared spreadsheet file is locked due to a merge in progress by user: '%1'\n\nTry again later to save your changes." ;
1711    };
1712    String STR_UNKNOWN_USER
1713    {
1714        Text [ en-US ] = "Unknown User" ;
1715    };
1716    String STR_STYLE_FAMILY_CELL
1717    {
1718        Text [ en-US ] = "Cell Styles" ;
1719    };
1720    String STR_STYLE_FAMILY_PAGE
1721    {
1722        Text [ en-US ] = "Page Styles" ;
1723    };
1724    String STR_ERR_DATAPILOTSOURCE
1725    {
1726        Text [ en-US ] = "Pivot table source data is invalid." ;
1727    };
1728    String STR_PIVOT_FIRSTROWEMPTYERR
1729    {
1730        Text [ en-US ] = "The field name cannot be empty. Check the first row of data source to make sure there are no empty cells." ;
1731    };
1732    String STR_PIVOT_ONLYONEROWERR
1733    {
1734        Text [ en-US ] = "Pivot table needs at least two rows of data to create or refresh." ;
1735    };
1736    String STR_DPFIELD_GROUP_BY_SECONDS
1737    {
1738        Text [ en-US ] = "Seconds" ;
1739    };
1740    String STR_DPFIELD_GROUP_BY_MINUTES
1741    {
1742        Text [ en-US ] = "Minutes" ;
1743    };
1744    String STR_DPFIELD_GROUP_BY_HOURS
1745    {
1746        Text [ en-US ] = "Hours" ;
1747    };
1748    String STR_DPFIELD_GROUP_BY_DAYS
1749    {
1750        Text [ en-US ] = "Days" ;
1751    };
1752    String STR_DPFIELD_GROUP_BY_MONTHS
1753    {
1754        Text [ en-US ] = "Months" ;
1755    };
1756    String STR_DPFIELD_GROUP_BY_QUARTERS
1757    {
1758        Text [ en-US ] = "Quarters" ;
1759    };
1760    String STR_DPFIELD_GROUP_BY_YEARS
1761    {
1762        Text [ en-US ] = "Years" ;
1763    };
1764};
1765
1766// ********************************************************************** EOF
1767