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