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