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