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