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