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