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 24// common 25 26#define RID_COMMON_START 500 27#define RID_DB_COMMON_START 1000 28 29// db wizards 30 31#define RID_DB_FORM_WIZARD_START 2200 32#define RID_DB_QUERY_WIZARD_START 2300 33#define RID_DB_REPORT_WIZARD_START 2400 34#define RID_DB_TABLE_WIZARD_START 2500 35 36 37#define RID_LETTERWIZARDDIALOG_START 3000 38#define RID_LETTERWIZARDGREETING_START 3080 39#define RID_LETTERWIZARDSALUTATION_START 3090 40#define RID_LETTERWIZARDROADMAP_START 3100 41#define RID_LETTERWIZARDLANGUAGE_START 3110 42 43 44#define RID_FAXWIZARDDIALOG_START 3200 45#define RID_FAXWIZARDCOMMUNICATION_START 3270 46#define RID_FAXWIZARDGREETING_START 3280 47#define RID_FAXWIZARDSALUTATION_START 3290 48#define RID_FAXWIZARDROADMAP_START 3300 49 50// web wizard 51 52#define RID_WEBWIZARDDIALOG_START 4000 53#define RID_WEBWIZARDDIALOG_FTP 4200 54 55// agenda wizard 56 57#define RID_AGENDAWIZARDDIALOG_START 5000 58 59 60 61// ============================================================================ 62 63String RID_COMMON_START + 0 64{ 65 Text [ en-US ] = "The directory '%1' could not be created.<BR>There may not be enough space left on your hard disk." ; 66}; 67 68String RID_COMMON_START + 1 69{ 70 Text [ en-US] = "The text document could not be created.<BR>Please check if the module 'PRODUCTNAME Writer' is installed." ; 71}; 72 73String RID_COMMON_START + 2 74{ 75 Text [ en-US] = "The spreadsheet could not be created.<BR>Please check if the module 'PRODUCTNAME Calc' is installed." ; 76}; 77 78String RID_COMMON_START + 3 79{ 80 Text [ en-US] = "The presentation could not be created.<BR>Please check if the module 'PRODUCTNAME Impress' is installed." ; 81}; 82 83String RID_COMMON_START + 4 84{ 85 Text [ en-US] = "The drawing could not be created.<BR>Please check if the module 'PRODUCTNAME Draw' is installed." ; 86}; 87 88String RID_COMMON_START + 5 89{ 90 Text [ en-US] = "The formula could not be created.<BR>Please check if the module 'PRODUCTNAME Math' is installed." ; 91}; 92 93String RID_COMMON_START + 6 94{ 95 Text [ en-US] = "The files required could not be found.<BR>Please start the %PRODUCTNAME Setup and choose 'Repair'." ; 96}; 97 98String RID_COMMON_START + 7 99{ 100 Text [ en-US] = "The file '<PATH>' already exists.<BR><BR>Would you like to overwrite the existing file?" ; 101}; 102 103String RID_COMMON_START + 8 104{ 105 Text [ en-US] = "Yes" ; 106}; 107 108String RID_COMMON_START + 9 109{ 110 Text [ en-US] = "Yes to All" ; 111}; 112 113String RID_COMMON_START + 10 114{ 115 Text [ en-US] = "No" ; 116}; 117 118String RID_COMMON_START + 11 119{ 120 Text [ en-US] = "Cancel" ; 121}; 122 123String RID_COMMON_START + 12 124{ 125 Text [ en-US] = "~Finish" ; 126}; 127 128String RID_COMMON_START + 13 129{ 130 Text [ en-US] = "< ~Back" ; 131}; 132 133String RID_COMMON_START + 14 134{ 135 Text [ en-US] = "~Next >" ; 136}; 137 138String RID_COMMON_START + 15 139{ 140 Text [ en-US ] = "~Help" ; 141}; 142 143String RID_COMMON_START + 16 144{ 145 Text [ en-US] = "Steps" ; 146}; 147 148String RID_COMMON_START + 17 149{ 150 Text [ en-US] = "Close" ; 151}; 152 153String RID_COMMON_START + 18 154{ 155 Text [ en-US] = "OK" ; 156}; 157 158String RID_COMMON_START + 19 159{ 160 Text [ en-US] = "The file already exists. Do you want to overwrite it?" ; 161}; 162 163String RID_COMMON_START + 20 164{ 165 Text [ en-US] = "Template created via <wizard_name> on <current_date>." ; 166}; 167 168String RID_COMMON_START + 21 169{ 170 Text [ en-US] = "The wizard could not be run, because important files were not found.\nUnder 'Tools - Options - %PRODUCTNAME - Paths' click the 'Default' button to reset the paths to the original default settings.\nThen run the wizard again." ; 171}; 172 173 174// end of common section ====================================================== 175 176 177String RID_DB_COMMON_START + 0 178{ 179 Text [ en-US] = "C~reate" ; 180}; 181String RID_DB_COMMON_START + 1 182{ 183 Text [ en-US] = "~Cancel" ; 184}; 185 186String RID_DB_COMMON_START + 2 187{ 188 Text [ en-US] = "< ~Back" ; 189}; 190 191String RID_DB_COMMON_START + 3 192{ 193 Text [ en-US] = "~Next >" ; 194}; 195String RID_DB_COMMON_START + 4 196{ 197 Text [ en-US] = "~Database" ; 198}; 199String RID_DB_COMMON_START + 5 200{ 201 Text [ en-US] = "~Table name" ; 202}; 203 204String RID_DB_COMMON_START + 6 205{ 206 Text [ en-US] = "An error occurred while running the wizard. The wizard will be terminated." ; 207}; 208 209 210String RID_DB_COMMON_START + 14 211{ 212 Text [ en-US ] = "No connection to the database could be established." ; 213}; 214 215String RID_DB_COMMON_START + 20 216{ 217 Text [ en-US ] = "~Help" ; 218}; 219 220String RID_DB_COMMON_START + 21 221{ 222 Text [ en-US ] = "~Stop" ; 223}; 224 225 226String RID_DB_COMMON_START + 30 227{ 228 Text [ en-US ] = "The document could not be saved." ; 229}; 230 231 232String RID_DB_COMMON_START + 33 233{ 234 Text [ en-US ] = "Exiting the wizard" ; 235}; 236 237String RID_DB_COMMON_START + 34 238{ 239 Text [ en-US ] = "Connecting to data source..." ; 240}; 241 242String RID_DB_COMMON_START + 35 243{ 244 Text [ en-US ] = "The connection to the data source could not be established." ; 245}; 246 247 248String RID_DB_COMMON_START + 36 249{ 250 Text [ en-US ] = "The file path entered is not valid." ; 251}; 252 253 254String RID_DB_COMMON_START + 37 255{ 256 Text [ en-US ] = "Please select a data source" ; 257}; 258 259String RID_DB_COMMON_START + 38 260{ 261 Text [ en-US ] = "Please select a table or query" ; 262}; 263 264String RID_DB_COMMON_START + 39 265{ 266 Text [ en-US ] = "Add field" ; 267}; 268 269String RID_DB_COMMON_START + 40 270{ 271 Text [ en-US ] = "Remove field" ; 272}; 273 274String RID_DB_COMMON_START + 41 275{ 276 Text [ en-US ] = "Add all fields" ; 277}; 278 279String RID_DB_COMMON_START + 42 280{ 281 Text [ en-US ] = "Remove all fields" ; 282}; 283 284String RID_DB_COMMON_START + 43 285{ 286 Text [ en-US ] = "Move field up" ; 287}; 288 289String RID_DB_COMMON_START + 44 290{ 291 Text [ en-US ] = "Move field down" ; 292}; 293 294String RID_DB_COMMON_START + 45 295{ 296 Text [ en-US] = "The field names from '%NAME' could not be retrieved." ; 297}; 298 299 300// ============================================================================ 301// Form Wizard 302// ============================================================================ 303 304String RID_DB_FORM_WIZARD_START + 0 305{ 306 Text [ en-US ] = "Form Wizard" ; 307}; 308 309String RID_DB_FORM_WIZARD_START + 1 310{ 311 Text [ en-US ] = "Fields in ~the form" ; 312}; 313 314String RID_DB_FORM_WIZARD_START + 2 315{ 316 Text [ en-US ] = "Binary fields are always listed and selectable from the left list.\nIf possible, they are interpreted as images." ; 317}; 318 319String RID_DB_FORM_WIZARD_START + 3 320{ 321 Text [ en-US ] = "A subform is a form that is inserted in another form.\nUse subforms to show data from tables or queries with a one-to-many relationship." ; 322}; 323 324String RID_DB_FORM_WIZARD_START + 4 325{ 326 Text [ en-US ] = "~Add Subform" ; 327}; 328 329String RID_DB_FORM_WIZARD_START + 5 330{ 331 Text [ en-US ] = "~Subform based on existing relation" ; 332}; 333 334String RID_DB_FORM_WIZARD_START + 6 335{ 336 Text [ en-US ] = "Tables or queries" ; 337}; 338 339String RID_DB_FORM_WIZARD_START + 7 340{ 341 Text [ en-US ] = "Subform based on ~manual selection of fields" ; 342}; 343 344String RID_DB_FORM_WIZARD_START + 8 345{ 346 Text [ en-US ] = "~Which relation do you want to add?" ; 347}; 348 349String RID_DB_FORM_WIZARD_START + 9 350{ 351 Text [ en-US ] = "Fields in the ~subform" ; 352}; 353 354String RID_DB_FORM_WIZARD_START + 12 355{ 356 Text [ en-US ] = "~Available fields" ; 357}; 358 359String RID_DB_FORM_WIZARD_START + 13 360{ 361 Text [ en-US ] = "Fields in form" ; 362}; 363 364 365String RID_DB_FORM_WIZARD_START + 19 366{ 367 Text [ en-US ] = "The join '<FIELDNAME1>' and '<FIELDNAME2>' has been selected twice.\nBut joins may only be used once." ; 368}; 369 370String RID_DB_FORM_WIZARD_START + 20 371{ 372 Text [ en-US ] = "~First joined subform field" ; 373}; 374 375String RID_DB_FORM_WIZARD_START + 21 376{ 377 Text [ en-US ] = "~Second joined subform field" ; 378}; 379 380String RID_DB_FORM_WIZARD_START + 22 381{ 382 Text [ en-US ] = "~Third joined subform field" ; 383}; 384 385String RID_DB_FORM_WIZARD_START + 23 386{ 387 Text [ en-US ] = "~Fourth joined subform field" ; 388}; 389 390String RID_DB_FORM_WIZARD_START + 24 391{ 392 Text [ en-US ] = "F~irst joined main form field" ; 393}; 394 395String RID_DB_FORM_WIZARD_START + 25 396{ 397 Text [ en-US ] = "S~econd joined main form field" ; 398}; 399 400String RID_DB_FORM_WIZARD_START + 26 401{ 402 Text [ en-US ] = "T~hird joined main form field" ; 403}; 404 405String RID_DB_FORM_WIZARD_START + 27 406{ 407 Text [ en-US ] = "F~ourth joined main form field" ; 408}; 409 410 411String RID_DB_FORM_WIZARD_START + 28 412{ 413 Text [ en-US ] = "Field border" ; 414}; 415 416String RID_DB_FORM_WIZARD_START + 29 417{ 418 Text [ en-US ] = "No border" ; 419}; 420 421 422String RID_DB_FORM_WIZARD_START + 30 423{ 424 Text [ en-US ] = "3D look" ; 425}; 426 427String RID_DB_FORM_WIZARD_START + 31 428{ 429 Text [ en-US ] = "Flat" ; 430}; 431 432String RID_DB_FORM_WIZARD_START + 32 433{ 434 Text [ en-US ] = "Label placement" ; 435}; 436 437String RID_DB_FORM_WIZARD_START + 33 438{ 439 Text [ en-US ] = "Align left" ; 440}; 441 442String RID_DB_FORM_WIZARD_START + 34 443{ 444 Text [ en-US ] = "Align right" ; 445}; 446 447String RID_DB_FORM_WIZARD_START + 35 448{ 449 Text [ en-US ] = "Arrangement of DB fields" ; 450}; 451 452String RID_DB_FORM_WIZARD_START + 36 453{ 454 Text [ en-US ] = "Columnar - Labels Left" ; 455}; 456 457String RID_DB_FORM_WIZARD_START + 37 458{ 459 Text [ en-US ] = "Columnar - Labels on Top" ; 460}; 461 462String RID_DB_FORM_WIZARD_START + 38 463{ 464 Text [ en-US ] = "In Blocks - Labels Left" ; 465}; 466 467String RID_DB_FORM_WIZARD_START + 39 468{ 469 Text [ en-US ] = "In Blocks - Labels Above" ; 470}; 471 472String RID_DB_FORM_WIZARD_START + 40 473{ 474 Text [ en-US ] = "As Data Sheet" ; 475}; 476 477 478String RID_DB_FORM_WIZARD_START + 41 479{ 480 Text [ en-US ] = "Arrangement of the main form" ; 481}; 482 483String RID_DB_FORM_WIZARD_START + 42 484{ 485 Text [ en-US ] = "Arrangement of the subform" ; 486}; 487 488 489String RID_DB_FORM_WIZARD_START + 44 490{ 491 Text [ en-US ] = "The form is to be ~used for entering new data only." ; 492}; 493 494String RID_DB_FORM_WIZARD_START + 45 495{ 496 Text [ en-US ] = "Existing data will not be displayed " ; 497}; 498 499String RID_DB_FORM_WIZARD_START + 46 500{ 501 Text [ en-US ] = "T~he form is to display all data" ; 502}; 503 504String RID_DB_FORM_WIZARD_START + 47 505{ 506 Text [ en-US ] = "Do not allow ~modification of existing data" ; 507}; 508 509String RID_DB_FORM_WIZARD_START + 48 510{ 511 Text [ en-US ] = "Do not allow ~deletion of existing data" ; 512}; 513 514String RID_DB_FORM_WIZARD_START + 49 515{ 516 Text [ en-US ] = "Do not allow ~addition of new data" ; 517}; 518 519 520String RID_DB_FORM_WIZARD_START + 50 521{ 522 Text [ en-US ] = "Name of ~the form" ; 523}; 524 525 526String RID_DB_FORM_WIZARD_START + 51 527{ 528 Text [ en-US ] = "How do you want to proceed after creating the form?" ; 529}; 530 531 532String RID_DB_FORM_WIZARD_START + 52 533{ 534 Text [ en-US ] = "~Work with the form" ; 535}; 536 537String RID_DB_FORM_WIZARD_START + 53 538{ 539 Text [ en-US ] = "~Modify the form" ; 540}; 541 542 543String RID_DB_FORM_WIZARD_START + 55 544{ 545 Text [ en-US ] = "~Page Styles" ; 546}; 547 548 549String RID_DB_FORM_WIZARD_START + 80 550{ 551 Text [ en-US ] = "Field selection" ; 552}; 553 554 555String RID_DB_FORM_WIZARD_START + 81 556{ 557 Text [ en-US ] = "Set up a subform" ; 558}; 559 560 561String RID_DB_FORM_WIZARD_START + 82 562{ 563 Text [ en-US ] = "Add subform fields" ; 564}; 565 566String RID_DB_FORM_WIZARD_START + 83 567{ 568 Text [ en-US ] = "Get joined fields" ; 569}; 570 571String RID_DB_FORM_WIZARD_START + 84 572{ 573 Text [ en-US ] = "Arrange controls" ; 574}; 575 576String RID_DB_FORM_WIZARD_START + 85 577{ 578 Text [ en-US ] = "Set data entry" ; 579}; 580 581String RID_DB_FORM_WIZARD_START + 86 582{ 583 Text [ en-US ] = "Apply styles" ; 584}; 585 586String RID_DB_FORM_WIZARD_START + 87 587{ 588 Text [ en-US ] = "Set name" ; 589}; 590 591String RID_DB_FORM_WIZARD_START + 88 592{ 593 Text [ en-US ] = "(Date)" ; 594}; 595 596String RID_DB_FORM_WIZARD_START + 89 597{ 598 Text [ en-US ] = "(Time)" ; 599}; 600 601 602String RID_DB_FORM_WIZARD_START + 90 603{ 604 Text [ en-US ] = "Select the fields of your form" ; 605}; 606 607 608String RID_DB_FORM_WIZARD_START + 91 609{ 610 Text [ en-US ] = "Decide if you want to set up a subform" ; 611}; 612 613String RID_DB_FORM_WIZARD_START + 92 614{ 615 Text [ en-US ] = "Select the fields of your subform" ; 616}; 617 618String RID_DB_FORM_WIZARD_START + 93 619{ 620 Text [ en-US ] = "Select the joins between your forms" ; 621}; 622 623String RID_DB_FORM_WIZARD_START + 94 624{ 625 Text [ en-US ] = "Arrange the controls on your form" ; 626}; 627 628String RID_DB_FORM_WIZARD_START + 95 629{ 630 Text [ en-US ] = "Select the data entry mode" ; 631}; 632 633String RID_DB_FORM_WIZARD_START + 96 634{ 635 Text [ en-US ] = "Apply the style of your form" ; 636}; 637 638String RID_DB_FORM_WIZARD_START + 97 639{ 640 Text [ en-US ] = "Set the name of the form" ; 641}; 642 643String RID_DB_FORM_WIZARD_START + 98 644{ 645 Text [ en-US ] = "A form with the name '%FORMNAME' already exists.\nChoose another name." ; 646}; 647 648 649// ============================================================================ 650 651String RID_DB_QUERY_WIZARD_START + 0 652{ 653 Text [ en-US ] = "Query Wizard" ; 654}; 655 656String RID_DB_QUERY_WIZARD_START + 1 657{ 658 Text [ en-US] = "Query" ; 659}; 660 661 662String RID_DB_QUERY_WIZARD_START + 2 663{ 664 Text [ en-US] = "Query Wizard" ; 665}; 666 667 668String RID_DB_QUERY_WIZARD_START + 3 669{ 670 Text [ en-US] = "~Tables" ; 671}; 672 673String RID_DB_QUERY_WIZARD_START + 4 674{ 675 Text [ en-US] = "A~vailable fields" ; 676}; 677 678 679String RID_DB_QUERY_WIZARD_START + 5 680{ 681 Text [ en-US] = "Name ~of the query" ; 682}; 683 684String RID_DB_QUERY_WIZARD_START + 6 685{ 686 Text [ en-US] = "Display ~Query" ; 687}; 688 689String RID_DB_QUERY_WIZARD_START + 7 690{ 691 Text [ en-US] = "~Modify Query" ; 692}; 693 694String RID_DB_QUERY_WIZARD_START + 8 695{ 696 Text [ en-US] = "How do you want to proceed after creating the query?" ; 697}; 698 699 700String RID_DB_QUERY_WIZARD_START + 9 701{ 702 Text [ en-US] = "Match ~all of the following" ; 703}; 704 705String RID_DB_QUERY_WIZARD_START + 10 706{ 707 Text [ en-US] = "~Match any of the following" ; 708}; 709 710String RID_DB_QUERY_WIZARD_START + 11 711{ 712 Text [ en-US] = "~Detailed query (Shows all records of the query.)" ; 713}; 714 715String RID_DB_QUERY_WIZARD_START + 12 716{ 717 Text [ en-US] = "~Summary query (Shows only results of aggregate functions.)" ; 718}; 719 720 721String RID_DB_QUERY_WIZARD_START + 16 722{ 723 Text [ en-US] = "Aggregate functions" ; 724}; 725 726 727String RID_DB_QUERY_WIZARD_START + 17 728{ 729 Text [ en-US] = "Fields" ; 730}; 731 732String RID_DB_QUERY_WIZARD_START + 18 733{ 734 Text [ en-US] = "~Group by" ; 735}; 736 737 738String RID_DB_QUERY_WIZARD_START + 19 739{ 740 Text [ en-US] = "Field" ; 741}; 742 743String RID_DB_QUERY_WIZARD_START + 20 744{ 745 Text [ en-US] = "Alias" ; 746}; 747 748String RID_DB_QUERY_WIZARD_START + 21 749{ 750 Text [ en-US] = "Table: " ; 751}; 752 753 754String RID_DB_QUERY_WIZARD_START + 22 755{ 756 Text [ en-US] = "Query: " ; 757}; 758 759 760String RID_DB_QUERY_WIZARD_START + 24 761{ 762 Text [ en-US] = "Condition" ; 763}; 764 765String RID_DB_QUERY_WIZARD_START + 25 766{ 767 Text [ en-US] = "Value" ; 768}; 769 770// -------------------------------------- 771// don't change anything to the next 10 values 772// they are list elements and need to be as follows 773String RID_DB_QUERY_WIZARD_START + 26 774{ 775 Text [ en-US] = "is equal to" ; 776}; 777 778String RID_DB_QUERY_WIZARD_START + 27 779{ 780 Text [ en-US] = "is not equal to" ; 781}; 782 783 784String RID_DB_QUERY_WIZARD_START + 28 785{ 786 Text [ en-US] = "is smaller than" ; 787}; 788 789String RID_DB_QUERY_WIZARD_START + 29 790{ 791 Text [ en-US] = "is greater than" ; 792}; 793 794String RID_DB_QUERY_WIZARD_START + 30 795{ 796 Text [ en-US] = "is equal or less than " ; 797}; 798 799String RID_DB_QUERY_WIZARD_START + 31 800{ 801 Text [ en-US] = "is equal or greater than" ; 802}; 803 804String RID_DB_QUERY_WIZARD_START + 32 805{ 806 Text [ en-US] = "like" ; 807}; 808 809String RID_DB_QUERY_WIZARD_START + 33 810{ 811 Text [ en-US] = "not like" ; 812}; 813 814String RID_DB_QUERY_WIZARD_START + 34 815{ 816 Text [ en-US] = "is null" ; 817}; 818 819String RID_DB_QUERY_WIZARD_START + 35 820{ 821 Text [ en-US] = "is not null" ; 822}; 823// -------------------------------------- 824 825String RID_DB_QUERY_WIZARD_START + 36 826{ 827 Text [ en-US] = "true" ; 828}; 829 830String RID_DB_QUERY_WIZARD_START + 37 831{ 832 Text [ en-US] = "false" ; 833}; 834 835String RID_DB_QUERY_WIZARD_START + 38 836{ 837 Text [ en-US] = "and" ; 838}; 839 840String RID_DB_QUERY_WIZARD_START + 39 841{ 842 Text [ en-US] = "or" ; 843}; 844 845 846String RID_DB_QUERY_WIZARD_START + 40 847{ 848 Text [ en-US] = "get the sum of" ; 849}; 850 851String RID_DB_QUERY_WIZARD_START + 41 852{ 853 Text [ en-US] = "get the average of" ; 854}; 855 856 857String RID_DB_QUERY_WIZARD_START + 42 858{ 859 Text [ en-US] = "get the minimum of" ; 860}; 861 862String RID_DB_QUERY_WIZARD_START + 43 863{ 864 Text [ en-US] = "get the maximum of" ; 865}; 866 867String RID_DB_QUERY_WIZARD_START + 44 868{ 869 Text [ en-US] = "get the count of" ; 870}; 871 872String RID_DB_QUERY_WIZARD_START + 48 873{ 874 Text [ en-US] = "(none)" ; 875}; 876 877String RID_DB_QUERY_WIZARD_START + 50 878{ 879 Text [ en-US] = "Fie~lds in the Query: " ; 880}; 881 882 883String RID_DB_QUERY_WIZARD_START + 51 884{ 885 Text [ en-US] = "Sorting order: " ; 886}; 887 888 889String RID_DB_QUERY_WIZARD_START + 52 890{ 891 Text [ en-US] = "No sorting fields were assigned." ; 892}; 893 894 895String RID_DB_QUERY_WIZARD_START + 53 896{ 897 Text [ en-US] = "Search conditions: " ; 898}; 899 900String RID_DB_QUERY_WIZARD_START + 54 901{ 902 Text [ en-US] = "No conditions were assigned." ; 903}; 904 905 906String RID_DB_QUERY_WIZARD_START + 55 907{ 908 Text [ en-US] = "Aggregate functions: " ; 909}; 910 911 912String RID_DB_QUERY_WIZARD_START + 56 913{ 914 Text [ en-US] = "No aggregate functions were assigned." ; 915}; 916 917 918String RID_DB_QUERY_WIZARD_START + 57 919{ 920 Text [ en-US] = "Grouped by: " ; 921}; 922 923String RID_DB_QUERY_WIZARD_START + 58 924{ 925 Text [ en-US] = "No Groups were assigned." ; 926}; 927 928 929String RID_DB_QUERY_WIZARD_START + 59 930{ 931 Text [ en-US ] = "Grouping conditions: " ; 932}; 933 934 935String RID_DB_QUERY_WIZARD_START + 60 936{ 937 Text [ en-US] = "No grouping conditions were assigned." ; 938}; 939 940 941String RID_DB_QUERY_WIZARD_START + 70 942{ 943 Text [ en-US] = "Select the fields (columns) for your query" ; 944}; 945 946String RID_DB_QUERY_WIZARD_START + 71 947{ 948 Text [ en-US] = "Select the sorting order" ; 949}; 950 951 952String RID_DB_QUERY_WIZARD_START + 72 953{ 954 Text [ en-US] = "Select the search conditions" ; 955}; 956 957 958String RID_DB_QUERY_WIZARD_START + 73 959{ 960 Text [ en-US] = "Select the type of query" ; 961}; 962 963String RID_DB_QUERY_WIZARD_START + 74 964{ 965 Text [ en-US] = "Select the groups" ; 966}; 967 968String RID_DB_QUERY_WIZARD_START + 75 969{ 970 Text [ en-US] = "Select the grouping conditions" ; 971}; 972 973 974String RID_DB_QUERY_WIZARD_START + 76 975{ 976 Text [ en-US] = "Assign aliases if desired" ; 977}; 978 979 980String RID_DB_QUERY_WIZARD_START + 77 981{ 982 Text [ en-US] = "Check the overview and decide how to proceed" ; 983}; 984 985 986String RID_DB_QUERY_WIZARD_START + 80 987{ 988 Text [ en-US] = "Field selection" ; 989}; 990 991 992String RID_DB_QUERY_WIZARD_START + 81 993{ 994 Text [ en-US] = "Sorting order" ; 995}; 996 997String RID_DB_QUERY_WIZARD_START + 82 998{ 999 Text [ en-US] = "Search conditions" ; 1000}; 1001 1002String RID_DB_QUERY_WIZARD_START + 83 1003{ 1004 Text [ en-US] = "Detail or summary" ; 1005}; 1006 1007String RID_DB_QUERY_WIZARD_START + 84 1008{ 1009 Text [ en-US] = "Grouping" ; 1010}; 1011 1012String RID_DB_QUERY_WIZARD_START + 85 1013{ 1014 Text [ en-US] = "Grouping conditions" ; 1015}; 1016 1017String RID_DB_QUERY_WIZARD_START + 86 1018{ 1019 Text [ en-US] = "Aliases" ; 1020}; 1021 1022String RID_DB_QUERY_WIZARD_START + 87 1023{ 1024 Text [ en-US] = "Overview" ; 1025}; 1026 1027 1028String RID_DB_QUERY_WIZARD_START + 88 1029{ 1030 Text [ en-US] = "A field that has not been assigned an aggregate function must be used in a group." ; 1031}; 1032 1033 1034String RID_DB_QUERY_WIZARD_START + 89 1035{ 1036 Text [ en-US] = "The condition '<FIELDNAME> <LOGICOPERATOR> <VALUE>' was chosen twice. Each condition can only be chosen once" ; 1037}; 1038 1039String RID_DB_QUERY_WIZARD_START + 90 1040{ 1041 Text [ en-US] = "The aggregate function <FUNCTION> has been assigned twice to the fieldname '<NUMERICFIELD>'." ; 1042}; 1043 1044String RID_DB_QUERY_WIZARD_START + 91 1045{ 1046 Text [ en-US] = ", " ; 1047}; 1048 1049String RID_DB_QUERY_WIZARD_START + 92 1050{ 1051 Text [ en-US] = "<FIELDTITLE> (<FIELDNAME>)" ; 1052}; 1053 1054 1055String RID_DB_QUERY_WIZARD_START + 93 1056{ 1057 Text [ en-US] = "<FIELDNAME> (<SORTMODE>)" ; 1058}; 1059 1060String RID_DB_QUERY_WIZARD_START + 94 1061{ 1062 Text [ en-US] = "<FIELDNAME> <LOGICOPERATOR> <VALUE>" ; 1063}; 1064 1065String RID_DB_QUERY_WIZARD_START + 95 1066{ 1067 Text [ en-US] = "<CALCULATEDFUNCTION> <FIELDNAME>" ; 1068}; 1069 1070 1071String RID_DB_QUERY_WIZARD_START + 96 1072{ 1073 Text [ en-US] = "<FIELDNAME> <LOGICOPERATOR> <VALUE>" ; 1074}; 1075 1076 1077// ============================================================================ 1078 1079String RID_DB_REPORT_WIZARD_START + 0 1080{ 1081 Text [ en-US ] = "Report Wizard" ; 1082}; 1083 1084 1085String RID_DB_REPORT_WIZARD_START + 3 1086{ 1087 Text [ en-US ] = "~Table" ; 1088}; 1089 1090String RID_DB_REPORT_WIZARD_START + 4 1091{ 1092 Text [ en-US ] = "Colu~mns" ; 1093}; 1094 1095 1096String RID_DB_REPORT_WIZARD_START + 7 1097{ 1098 Text [ en-US ] = "Report_" ; 1099}; 1100 1101String RID_DB_REPORT_WIZARD_START + 8 1102{ 1103 Text [ en-US ] = "- undefined -" ; 1104}; 1105 1106String RID_DB_REPORT_WIZARD_START + 9 1107{ 1108 Text [ en-US ] = "~Fields in report" ; 1109}; 1110 1111 1112String RID_DB_REPORT_WIZARD_START + 11 1113{ 1114 Text [ en-US ] = "Grouping" ; 1115}; 1116 1117String RID_DB_REPORT_WIZARD_START + 12 1118{ 1119 Text [ en-US ] = "Sort options" ; 1120}; 1121 1122String RID_DB_REPORT_WIZARD_START + 13 1123{ 1124 Text [ en-US ] = "Choose layout" ; 1125}; 1126 1127 1128String RID_DB_REPORT_WIZARD_START + 14 1129{ 1130 Text [ en-US ] = "Create report" ; 1131}; 1132 1133 1134String RID_DB_REPORT_WIZARD_START + 15 1135{ 1136 Text [ en-US ] = "Layout of data" ; 1137}; 1138 1139String RID_DB_REPORT_WIZARD_START + 16 1140{ 1141 Text [ en-US ] = "Layout of headers and footers" ; 1142}; 1143 1144 1145String RID_DB_REPORT_WIZARD_START + 19 1146{ 1147 Text [ en-US ] = "Fields" ; 1148}; 1149 1150String RID_DB_REPORT_WIZARD_START + 20 1151{ 1152 Text [ en-US ] = "~Sort by" ; 1153}; 1154 1155 1156String RID_DB_REPORT_WIZARD_START + 21 1157{ 1158 Text [ en-US ] = "T~hen by" ; 1159}; 1160 1161 1162String RID_DB_REPORT_WIZARD_START + 22 1163{ 1164 Text [ en-US ] = "Orientation" ; 1165}; 1166 1167String RID_DB_REPORT_WIZARD_START + 23 1168{ 1169 Text [ en-US ] = "Portrait" ; 1170}; 1171 1172String RID_DB_REPORT_WIZARD_START + 24 1173{ 1174 Text [ en-US ] = "Landscape" ; 1175}; 1176 1177 1178String RID_DB_REPORT_WIZARD_START + 28 1179{ 1180 Text [ en-US ] = "Which fields do you want to have in your report?" ; 1181}; 1182 1183 1184String RID_DB_REPORT_WIZARD_START + 29 1185{ 1186 Text [ en-US ] = "Do you want to add grouping levels?" ; 1187}; 1188 1189 1190String RID_DB_REPORT_WIZARD_START + 30 1191{ 1192 Text [ en-US ] = "According to which fields do you want to sort the data?" ; 1193}; 1194 1195 1196String RID_DB_REPORT_WIZARD_START + 31 1197{ 1198 Text [ en-US ] = "How do you want your report to look?" ; 1199}; 1200 1201 1202String RID_DB_REPORT_WIZARD_START + 32 1203{ 1204 Text [ en-US ] = "Decide how you want to proceed" ; 1205}; 1206 1207 1208String RID_DB_REPORT_WIZARD_START + 33 1209{ 1210 Text [ en-US ] = "Title of report" ; 1211}; 1212 1213 1214String RID_DB_REPORT_WIZARD_START + 34 1215{ 1216 Text [ en-US ] = "Display report" ; 1217}; 1218 1219String RID_DB_REPORT_WIZARD_START + 35 1220{ 1221 Text [ en-US ] = "Create report" ; 1222}; 1223 1224String RID_DB_REPORT_WIZARD_START + 36 1225{ 1226 Text [ en-US ] = "Ascending" ; 1227}; 1228 1229String RID_DB_REPORT_WIZARD_START + 37 1230{ 1231 Text [ en-US ] = "Descending" ; 1232}; 1233 1234 1235String RID_DB_REPORT_WIZARD_START + 40 1236{ 1237 Text [ en-US ] = "~Dynamic report" ; 1238}; 1239 1240 1241String RID_DB_REPORT_WIZARD_START + 41 1242{ 1243 Text [ en-US ] = "~Create report now" ; 1244}; 1245 1246String RID_DB_REPORT_WIZARD_START + 42 1247{ 1248 Text [ en-US ] = "~Modify report layout" ; 1249}; 1250 1251String RID_DB_REPORT_WIZARD_START + 43 1252{ 1253 Text [ en-US ] = "Static report" ; 1254}; 1255 1256 1257String RID_DB_REPORT_WIZARD_START + 44 1258{ 1259 Text [ en-US ] = "Save as" ; 1260}; 1261 1262 1263String RID_DB_REPORT_WIZARD_START + 50 1264{ 1265 Text [ en-US ] = "Groupings" ; 1266}; 1267 1268String RID_DB_REPORT_WIZARD_START + 51 1269{ 1270 Text [ en-US ] = "Then b~y" ; 1271}; 1272 1273String RID_DB_REPORT_WIZARD_START + 52 1274{ 1275 Text [ en-US ] = "~Then by" ; 1276}; 1277 1278String RID_DB_REPORT_WIZARD_START + 53 1279{ 1280 Text [ en-US ] = "Asc~ending" ; 1281}; 1282 1283String RID_DB_REPORT_WIZARD_START + 54 1284{ 1285 Text [ en-US ] = "Ascend~ing" ; 1286}; 1287 1288String RID_DB_REPORT_WIZARD_START + 55 1289{ 1290 Text [ en-US ] = "Ascendin~g" ; 1291}; 1292 1293String RID_DB_REPORT_WIZARD_START + 56 1294{ 1295 Text [ en-US ] = "De~scending" ; 1296}; 1297 1298String RID_DB_REPORT_WIZARD_START + 57 1299{ 1300 Text [ en-US ] = "Des~cending" ; 1301}; 1302 1303String RID_DB_REPORT_WIZARD_START + 58 1304{ 1305 Text [ en-US ] = "De~scending" ; 1306}; 1307 1308 1309String RID_DB_REPORT_WIZARD_START + 60 1310{ 1311 Text [ en-US ] = "Binary fields cannot be displayed in the report." ; 1312}; 1313 1314 1315String RID_DB_REPORT_WIZARD_START + 61 1316{ 1317 Text [ en-US ] = "The table '<TABLENAME>' does not exist." ; 1318}; 1319 1320String RID_DB_REPORT_WIZARD_START + 62 1321{ 1322 Text [ en-US ] = "Creating Report..." ; 1323}; 1324 1325String RID_DB_REPORT_WIZARD_START + 63 1326{ 1327 Text [ en-US ] = "Number of records inserted: <COUNT>" ; 1328}; 1329 1330String RID_DB_REPORT_WIZARD_START + 64 1331{ 1332 Text [ en-US ] = "The form '<REPORTFORM>' does not exist." ; 1333}; 1334 1335String RID_DB_REPORT_WIZARD_START + 65 1336{ 1337 Text [ en-US ] = "The query with the statement <BR>'<STATEMENT>' <BR> could not be run. <BR> Check your data source." ; 1338}; 1339 1340String RID_DB_REPORT_WIZARD_START + 66 1341{ 1342 Text [ en-US ] = "The following hidden control in the form '<REPORTFORM>' could not be read: '<CONTROLNAME>'." ; 1343}; 1344 1345String RID_DB_REPORT_WIZARD_START + 67 1346{ 1347 Text [ en-US ] = "Importing data..." ; 1348}; 1349 1350 1351String RID_DB_REPORT_WIZARD_START + 68 1352{ 1353 Text [ en-US ] = "Labeling fields" ; 1354}; 1355 1356 1357String RID_DB_REPORT_WIZARD_START + 69 1358{ 1359 Text [ en-US ] = "How do you want to label the fields?" ; 1360}; 1361 1362String RID_DB_REPORT_WIZARD_START + 70 1363{ 1364 Text [ en-US ] = "Label" ; 1365}; 1366 1367 1368String RID_DB_REPORT_WIZARD_START + 71 1369{ 1370 Text [ en-US ] = "Field" ; 1371}; 1372 1373 1374String RID_DB_REPORT_WIZARD_START + 72 1375{ 1376 Text [ en-US ] = "An error occurred in the wizard.<BR>The template '%PATH' could be erroneous.<BR>Either the required sections or tables do not exist or exist under the wrong name.<BR>See the Help for more detailed information.<BR>Please select another template." ; 1377}; 1378 1379 1380String RID_DB_REPORT_WIZARD_START + 73 1381{ 1382 Text [ en-US ] = "There is an invalid user field in a table." ; 1383}; 1384 1385 1386String RID_DB_REPORT_WIZARD_START + 74 1387{ 1388 Text [ en-US ] = "The sort criterium '<FIELDNAME>' was chosen twice. Each criterium can only be chosen once." ; 1389}; 1390 1391 1392String RID_DB_REPORT_WIZARD_START + 75 1393{ 1394 Text [ en-US ] = "Note: The dummy text will be replaced by data from the database when the report is created." ; 1395}; 1396 1397 1398String RID_DB_REPORT_WIZARD_START + 76 1399{ 1400 Text [ en-US ] = "A report '%REPORTNAME' already exists in the database. Please assign another name." ; 1401}; 1402 1403 1404String RID_DB_REPORT_WIZARD_START + 78 1405{ 1406 Text [ en-US ] = "How do you want to proceed after creating the report?" ; 1407}; 1408 1409String RID_DB_REPORT_WIZARD_START + 79 1410{ 1411 Text [ en-US ] = "What kind of report do you want to create?" ; 1412}; 1413 1414String RID_DB_REPORT_WIZARD_START + 80 1415{ 1416 Text [ en-US ] = "Tabular" ; 1417}; 1418String RID_DB_REPORT_WIZARD_START + 81 1419{ 1420 Text [ en-US ] = "Columnar, single-column" ; 1421}; 1422String RID_DB_REPORT_WIZARD_START + 82 1423{ 1424 Text [ en-US ] = "Columnar, two columns" ; 1425}; 1426String RID_DB_REPORT_WIZARD_START + 83 1427{ 1428 Text [ en-US ] = "Columnar, three columns" ; 1429}; 1430String RID_DB_REPORT_WIZARD_START + 84 1431{ 1432 Text [ en-US ] = "In blocks, labels left" ; 1433}; 1434String RID_DB_REPORT_WIZARD_START + 85 1435{ 1436 Text [ en-US ] = "In blocks, labels above" ; 1437}; 1438String RID_DB_REPORT_WIZARD_START + 86 1439{ 1440 Text [ en-US ] = "Title:" ; 1441}; 1442String RID_DB_REPORT_WIZARD_START + 87 1443{ 1444 Text [ en-US ] = "Author:" ; 1445}; 1446String RID_DB_REPORT_WIZARD_START + 88 1447{ 1448 Text [ en-US ] = "Date:" ; 1449}; 1450String RID_DB_REPORT_WIZARD_START + 89 1451{ 1452 Text [ en-US ] = "Page #page# of #count#" ; 1453}; 1454String RID_DB_REPORT_WIZARD_START + 90 1455{ 1456 Text [ en-US ] = "Page number:" ; 1457}; 1458String RID_DB_REPORT_WIZARD_START + 91 1459{ 1460 Text [ en-US ] = "Page count:" ; 1461}; 1462String RID_DB_REPORT_WIZARD_START + 92 1463{ 1464 Text [ en-US ] = "No valid report template was found." ; 1465}; 1466 1467// ============================================================================ 1468 1469String RID_DB_TABLE_WIZARD_START + 1 1470{ 1471 Text [ en-US] = "Table Wizard" ; 1472}; 1473 1474String RID_DB_TABLE_WIZARD_START + 2 1475{ 1476 Text [ en-US] = "Select fields" ; 1477}; 1478 1479String RID_DB_TABLE_WIZARD_START + 3 1480{ 1481 Text [ en-US] = "Set types and formats" ; 1482}; 1483 1484String RID_DB_TABLE_WIZARD_START + 4 1485{ 1486 Text [ en-US] = "Set primary key" ; 1487}; 1488 1489String RID_DB_TABLE_WIZARD_START + 5 1490{ 1491 Text [ en-US] = "Create table" ; 1492}; 1493 1494 1495String RID_DB_TABLE_WIZARD_START + 8 1496{ 1497 Text [ en-US] = "Select fields for your table" ; 1498}; 1499 1500String RID_DB_TABLE_WIZARD_START + 9 1501{ 1502 Text [ en-US] = "Set field types and formats" ; 1503}; 1504 1505String RID_DB_TABLE_WIZARD_START + 10 1506{ 1507 Text [ en-US] = "Set primary key" ; 1508}; 1509 1510String RID_DB_TABLE_WIZARD_START + 11 1511{ 1512 Text [ en-US] = "Create table" ; 1513}; 1514 1515 1516String RID_DB_TABLE_WIZARD_START + 14 1517{ 1518 Text [ en-US] = "This wizard helps you to create a table for your database. After selecting a table category and a sample table, choose the fields you want to include in your table. You can include fields from more than one sample table." ; 1519}; 1520 1521String RID_DB_TABLE_WIZARD_START + 15 1522{ 1523 Text [ en-US] = "Ca~tegory" ; 1524}; 1525 1526 1527String RID_DB_TABLE_WIZARD_START + 16 1528{ 1529 Text [ en-US] = "B~usiness" ; 1530}; 1531 1532String RID_DB_TABLE_WIZARD_START + 17 1533{ 1534 Text [ en-US] = "P~ersonal" ; 1535}; 1536 1537String RID_DB_TABLE_WIZARD_START + 18 1538{ 1539 Text [ en-US] = "~Sample tables" ; 1540}; 1541 1542 1543String RID_DB_TABLE_WIZARD_START + 19 1544{ 1545 Text [ en-US] = "A~vailable fields" ; 1546}; 1547 1548 1549String RID_DB_TABLE_WIZARD_START + 20 1550{ 1551 Text [ en-US] = "Field information" ; 1552}; 1553 1554String RID_DB_TABLE_WIZARD_START + 21 1555{ 1556 Text [ en-US] = "+" ; 1557}; 1558 1559String RID_DB_TABLE_WIZARD_START + 22 1560{ 1561 Text [ en-US] = "-" ; 1562}; 1563 1564String RID_DB_TABLE_WIZARD_START + 23 1565{ 1566 Text [ en-US] = "Field name" ; 1567}; 1568 1569String RID_DB_TABLE_WIZARD_START + 24 1570{ 1571 Text [ en-US] = "Field type" ; 1572}; 1573 1574 1575String RID_DB_TABLE_WIZARD_START + 25 1576{ 1577 Text [ en-US] = "~Selected fields" ; 1578}; 1579 1580 1581String RID_DB_TABLE_WIZARD_START + 26 1582{ 1583 Text [ en-US] = "A primary key uniquely identifies each record in a database table. Primary keys ease the linking of information in separate tables, and it is recommended that you have a primary key in every table. Without a primary key, it will not be possible to enter data into this table." ; 1584}; 1585 1586String RID_DB_TABLE_WIZARD_START + 27 1587{ 1588 Text [ en-US] = "~Create a primary key" ; 1589}; 1590 1591 1592String RID_DB_TABLE_WIZARD_START + 28 1593{ 1594 Text [ en-US] = "~Automatically add a primary key" ; 1595}; 1596 1597String RID_DB_TABLE_WIZARD_START + 29 1598{ 1599 Text [ en-US] = "~Use an existing field as a primary key" ; 1600}; 1601 1602String RID_DB_TABLE_WIZARD_START + 30 1603{ 1604 Text [ en-US] = "Define p~rimary key as a combination of several fields " ; 1605}; 1606 1607String RID_DB_TABLE_WIZARD_START + 31 1608{ 1609 Text [ en-US] = "F~ieldname" ; 1610}; 1611 1612 1613String RID_DB_TABLE_WIZARD_START + 32 1614{ 1615 Text [ en-US] = "~Primary key fields" ; 1616}; 1617 1618 1619String RID_DB_TABLE_WIZARD_START + 33 1620{ 1621 Text [ en-US] = "Auto ~value" ; 1622}; 1623 1624 1625String RID_DB_TABLE_WIZARD_START + 34 1626{ 1627 Text [ en-US] = "What do you want to name your table?" ; 1628}; 1629 1630String RID_DB_TABLE_WIZARD_START + 35 1631{ 1632 Text [ en-US] = "Congratulations. You have entered all the information needed to create your table." ; 1633}; 1634 1635 1636String RID_DB_TABLE_WIZARD_START + 36 1637{ 1638 Text [ en-US] = "What do you want to do next?" ; 1639}; 1640 1641String RID_DB_TABLE_WIZARD_START + 37 1642{ 1643 Text [ en-US] = "Modify the table design" ; 1644}; 1645 1646String RID_DB_TABLE_WIZARD_START + 38 1647{ 1648 Text [ en-US] = "Insert data immediately" ; 1649}; 1650 1651String RID_DB_TABLE_WIZARD_START + 39 1652{ 1653 Text [ en-US] = "C~reate a form based on this table" ; 1654}; 1655 1656String RID_DB_TABLE_WIZARD_START + 40 1657{ 1658 Text [ en-US] = "The table you have created could not be opened." ; 1659}; 1660 1661String RID_DB_TABLE_WIZARD_START + 41 1662{ 1663 Text [ en-US] = "The table name '%TABLENAME' contains a character ('%SPECIALCHAR') that might not be supported by the database." ; 1664}; 1665 1666 1667String RID_DB_TABLE_WIZARD_START + 42 1668{ 1669 Text [ en-US] = "The field name '%FIELDNAME' contains a special character ('%SPECIALCHAR') that might not be supported by the database." ; 1670}; 1671 1672 1673String RID_DB_TABLE_WIZARD_START + 43 1674{ 1675 Text [ en-US] = "Field" ; 1676}; 1677 1678String RID_DB_TABLE_WIZARD_START + 44 1679{ 1680 Text [ en-US] = "MyTable" ; 1681}; 1682 1683String RID_DB_TABLE_WIZARD_START + 45 1684{ 1685 Text [ en-US] = "Add a Field" ; 1686}; 1687 1688String RID_DB_TABLE_WIZARD_START + 46 1689{ 1690 Text [ en-US] = "Remove the selected Field" ; 1691}; 1692 1693String RID_DB_TABLE_WIZARD_START + 47 1694{ 1695 Text [ en-US] = "The field cannot be inserted because this would exceed the maximum number of %COUNT possible fields in the database table" ; 1696}; 1697 1698String RID_DB_TABLE_WIZARD_START + 48 1699{ 1700 Text [ en-US] = "The name '%TABLENAME' already exists.\nPlease enter another name." ; 1701}; 1702 1703String RID_DB_TABLE_WIZARD_START + 49 1704{ 1705 Text [ en-US] = "Catalog of the table" ; 1706}; 1707 1708String RID_DB_TABLE_WIZARD_START + 50 1709{ 1710 Text [ en-US] = "Schema of the table" ; 1711}; 1712 1713String RID_DB_TABLE_WIZARD_START + 51 1714{ 1715 Text [ en-US] = "The field '%FIELDNAME' already exists." ; 1716}; 1717 1718 1719// ============================================================================ 1720// Letter Wizard Resources 1721// ============================================================================ 1722 1723 1724String RID_LETTERWIZARDDIALOG_START + 1 1725{ 1726 Text [ en-US] = "Letter Wizard" ; 1727}; 1728 1729String RID_LETTERWIZARDDIALOG_START + 2 1730{ 1731 Text [ en-US] = "Label9" ; 1732}; 1733 1734String RID_LETTERWIZARDDIALOG_START + 3 1735{ 1736 Text [ en-US] = "~Business letter" ; 1737}; 1738 1739String RID_LETTERWIZARDDIALOG_START + 4 1740{ 1741 Text [ en-US] = "~Formal personal letter" ; 1742}; 1743 1744String RID_LETTERWIZARDDIALOG_START + 5 1745{ 1746 Text [ en-US] = "~Personal letter" ; 1747}; 1748 1749String RID_LETTERWIZARDDIALOG_START + 6 1750{ 1751 Text [ en-US] = "~Use letterhead paper with pre-printed elements" ; 1752}; 1753 1754String RID_LETTERWIZARDDIALOG_START + 7 1755{ 1756 Text [ en-US] = "~Logo" ; 1757}; 1758 1759String RID_LETTERWIZARDDIALOG_START + 8 1760{ 1761 Text [ en-US] = "Return address" ; 1762}; 1763 1764String RID_LETTERWIZARDDIALOG_START + 9 1765{ 1766 Text [ en-US] = "~Include footer" ; 1767}; 1768 1769String RID_LETTERWIZARDDIALOG_START + 10 1770{ 1771 Text [ en-US] = "~Return address in envelope window" ; 1772}; 1773 1774String RID_LETTERWIZARDDIALOG_START + 11 1775{ 1776 Text [ en-US] = "~Logo" ; 1777}; 1778 1779String RID_LETTERWIZARDDIALOG_START + 12 1780{ 1781 Text [ en-US] = "~Return address in envelope window" ; 1782}; 1783 1784String RID_LETTERWIZARDDIALOG_START + 13 1785{ 1786 Text [ en-US] = "Letter Signs" ; 1787}; 1788 1789String RID_LETTERWIZARDDIALOG_START + 14 1790{ 1791 Text [ en-US] = "S~ubject line" ; 1792}; 1793 1794String RID_LETTERWIZARDDIALOG_START + 15 1795{ 1796 Text [ en-US] = "Salu~tation" ; 1797}; 1798 1799String RID_LETTERWIZARDDIALOG_START + 16 1800{ 1801 Text [ en-US] = "Fold ~marks" ; 1802}; 1803 1804String RID_LETTERWIZARDDIALOG_START + 17 1805{ 1806 Text [ en-US] = "~Complimentary close" ; 1807}; 1808 1809String RID_LETTERWIZARDDIALOG_START + 18 1810{ 1811 Text [ en-US] = "~Footer" ; 1812}; 1813 1814String RID_LETTERWIZARDDIALOG_START + 19 1815{ 1816 Text [ en-US] = "~Use user data for return address" ; 1817}; 1818 1819String RID_LETTERWIZARDDIALOG_START + 20 1820{ 1821 Text [ en-US] = "~New sender address:" ; 1822}; 1823 1824String RID_LETTERWIZARDDIALOG_START + 21 1825{ 1826 Text [ en-US] = "Use placeholders for ~recipient's address" ; 1827}; 1828 1829String RID_LETTERWIZARDDIALOG_START + 22 1830{ 1831 Text [ en-US] = "Use address database for ~mail merge" ; 1832}; 1833 1834String RID_LETTERWIZARDDIALOG_START + 23 1835{ 1836 Text [ en-US] = "Include ~only on second and following pages" ; 1837}; 1838 1839String RID_LETTERWIZARDDIALOG_START + 24 1840{ 1841 Text [ en-US] = "~Include page number" ; 1842}; 1843 1844String RID_LETTERWIZARDDIALOG_START + 25 1845{ 1846 Text [ en-US] = "Letter Template" ; 1847}; 1848 1849String RID_LETTERWIZARDDIALOG_START + 26 1850{ 1851 Text [ en-US] = "Create a ~letter from this template" ; 1852}; 1853 1854String RID_LETTERWIZARDDIALOG_START + 27 1855{ 1856 Text [ en-US] = "Make ~manual changes to this letter template" ; 1857}; 1858 1859String RID_LETTERWIZARDDIALOG_START + 28 1860{ 1861 Text [ en-US] = "Page design" ; 1862}; 1863 1864String RID_LETTERWIZARDDIALOG_START + 29 1865{ 1866 Text [ en-US] = "Page design" ; 1867}; 1868 1869String RID_LETTERWIZARDDIALOG_START + 30 1870{ 1871 Text [ en-US] = "Page design" ; 1872}; 1873 1874String RID_LETTERWIZARDDIALOG_START + 31 1875{ 1876 Text [ en-US] = "This wizard helps you to create a letter template. You can then use the template as the basis for writing letters as often as desired." ; 1877}; 1878 1879String RID_LETTERWIZARDDIALOG_START + 32 1880{ 1881 Text [ en-US] = "~Height:" ; 1882}; 1883 1884String RID_LETTERWIZARDDIALOG_START + 33 1885{ 1886 Text [ en-US] = "~Width:" ; 1887}; 1888 1889String RID_LETTERWIZARDDIALOG_START + 34 1890{ 1891 Text [ en-US] = "S~pacing to left margin:" ; 1892}; 1893 1894String RID_LETTERWIZARDDIALOG_START + 35 1895{ 1896 Text [ en-US] = "Spacing ~to top margin:" ; 1897}; 1898 1899String RID_LETTERWIZARDDIALOG_START + 36 1900{ 1901 Text [ en-US] = "Height:" ; 1902}; 1903 1904String RID_LETTERWIZARDDIALOG_START + 37 1905{ 1906 Text [ en-US] = "Width:" ; 1907}; 1908 1909String RID_LETTERWIZARDDIALOG_START + 38 1910{ 1911 Text [ en-US] = "S~pacing to left margin:" ; 1912}; 1913 1914String RID_LETTERWIZARDDIALOG_START + 39 1915{ 1916 Text [ en-US] = "Spacing ~to top margin:" ; 1917}; 1918 1919String RID_LETTERWIZARDDIALOG_START + 40 1920{ 1921 Text [ en-US] = "Height:" ; 1922}; 1923 1924String RID_LETTERWIZARDDIALOG_START + 41 1925{ 1926 Text [ en-US] = "Use a typical letter format for this country:" ; 1927}; 1928 1929String RID_LETTERWIZARDDIALOG_START + 42 1930{ 1931 Text [ en-US] = "Sender's address" ; 1932}; 1933 1934String RID_LETTERWIZARDDIALOG_START + 43 1935{ 1936 Text [ en-US] = "Name:" ; 1937}; 1938 1939String RID_LETTERWIZARDDIALOG_START + 44 1940{ 1941 Text [ en-US] = "Street:" ; 1942}; 1943 1944String RID_LETTERWIZARDDIALOG_START + 45 1945{ 1946 Text [ en-US] = "ZIP code/State/City:" ; 1947}; 1948 1949String RID_LETTERWIZARDDIALOG_START + 46 1950{ 1951 Text [ en-US] = "Recipient's address" ; 1952}; 1953 1954String RID_LETTERWIZARDDIALOG_START + 47 1955{ 1956 Text [ en-US] = "Footer" ; 1957}; 1958 1959String RID_LETTERWIZARDDIALOG_START + 48 1960{ 1961 Text [ en-US] = "This wizard creates a letter template which enables you to create multiple letters with the same layout and settings." ; 1962}; 1963 1964String RID_LETTERWIZARDDIALOG_START + 49 1965{ 1966 Text [ en-US] = "To create another new letter out of the template just navigate to the template location and double-click it." ; 1967}; 1968 1969String RID_LETTERWIZARDDIALOG_START + 50 1970{ 1971 Text [ en-US] = "Template name:" ; 1972}; 1973 1974String RID_LETTERWIZARDDIALOG_START + 51 1975{ 1976 Text [ en-US] = "Location and file name:" ; 1977}; 1978 1979String RID_LETTERWIZARDDIALOG_START + 52 1980{ 1981 Text [ en-US] = "How do you want to proceed?" ; 1982}; 1983 1984String RID_LETTERWIZARDDIALOG_START + 53 1985{ 1986 Text [ en-US] = "Please choose the type of letter and page design" ; 1987}; 1988 1989String RID_LETTERWIZARDDIALOG_START + 54 1990{ 1991 Text [ en-US] = "Select the items to be printed" ; 1992}; 1993 1994String RID_LETTERWIZARDDIALOG_START + 55 1995{ 1996 Text [ en-US] = "Specify items already on your letterhead paper" ; 1997}; 1998 1999String RID_LETTERWIZARDDIALOG_START + 56 2000{ 2001 Text [ en-US] = "Specify the sender and recipient information" ; 2002}; 2003 2004String RID_LETTERWIZARDDIALOG_START + 57 2005{ 2006 Text [ en-US] = "Fill in the information you would like in the footer" ; 2007}; 2008 2009String RID_LETTERWIZARDDIALOG_START + 58 2010{ 2011 Text [ en-US] = "Please specify last settings" ; 2012}; 2013 2014// ====================== Letter Wizard Greeting Start 2015String RID_LETTERWIZARDSALUTATION_START + 1 2016{ 2017 Text [ en-US] = "To Whom it May Concern" ; 2018}; 2019 2020String RID_LETTERWIZARDSALUTATION_START + 2 2021{ 2022 Text [ en-US] = "Dear Sir or Madam" ; 2023}; 2024 2025String RID_LETTERWIZARDSALUTATION_START + 3 2026{ 2027 Text [ en-US] = "Hello" ; 2028}; 2029 2030// ====================== Letter Wizard Greeting Start 2031String RID_LETTERWIZARDGREETING_START + 1 2032{ 2033 Text [ en-US] = "Sincerely" ; 2034}; 2035 2036String RID_LETTERWIZARDGREETING_START + 2 2037{ 2038 Text [ en-US] = "Best regards" ; 2039}; 2040 2041String RID_LETTERWIZARDGREETING_START + 3 2042{ 2043 Text [ en-US] = "Cheers" ; 2044}; 2045 2046 2047// ====================== Letter Wizard Roadmap Start 2048String RID_LETTERWIZARDROADMAP_START + 1 2049{ 2050 Text [ en-US] = "Page design" ; 2051}; 2052 2053String RID_LETTERWIZARDROADMAP_START + 2 2054{ 2055 Text [ en-US] = "Letterhead layout" ; 2056}; 2057 2058String RID_LETTERWIZARDROADMAP_START + 3 2059{ 2060 Text [ en-US] = "Printed items" ; 2061}; 2062 2063String RID_LETTERWIZARDROADMAP_START + 4 2064{ 2065 Text [ en-US] = "Recipient and sender" ; 2066}; 2067 2068String RID_LETTERWIZARDROADMAP_START + 5 2069{ 2070 Text [ en-US] = "Footer" ; 2071}; 2072 2073String RID_LETTERWIZARDROADMAP_START + 6 2074{ 2075 Text [ en-US] = "Name and location" ; 2076}; 2077 2078 2079// ============================================================================ 2080// Fax Wizard Resources 2081// ============================================================================ 2082 2083 2084String RID_FAXWIZARDDIALOG_START + 1 2085{ 2086 Text [ en-US] = "Fax Wizard" ; 2087}; 2088 2089String RID_FAXWIZARDDIALOG_START + 2 2090{ 2091 Text [ en-US] = "Label9" ; 2092}; 2093 2094String RID_FAXWIZARDDIALOG_START + 3 2095{ 2096 Text [ en-US] = "~Business Fax" ; 2097}; 2098 2099String RID_FAXWIZARDDIALOG_START + 4 2100{ 2101 Text [ en-US] = "~Personal Fax" ; 2102}; 2103 2104String RID_FAXWIZARDDIALOG_START + 5 2105{ 2106 Text [ en-US] = "~Logo" ; 2107}; 2108 2109String RID_FAXWIZARDDIALOG_START + 6 2110{ 2111 Text [ en-US] = "S~ubject line" ; 2112}; 2113 2114String RID_FAXWIZARDDIALOG_START + 7 2115{ 2116 Text [ en-US] = "S~alutation" ; 2117}; 2118 2119String RID_FAXWIZARDDIALOG_START + 8 2120{ 2121 Text [ en-US] = "~Complimentary close" ; 2122}; 2123 2124String RID_FAXWIZARDDIALOG_START + 9 2125{ 2126 Text [ en-US] = "~Footer" ; 2127}; 2128 2129String RID_FAXWIZARDDIALOG_START + 10 2130{ 2131 Text [ en-US] = "~Use user data for return address" ; 2132}; 2133 2134String RID_FAXWIZARDDIALOG_START + 11 2135{ 2136 Text [ en-US] = "~New return address" ; 2137}; 2138 2139String RID_FAXWIZARDDIALOG_START + 12 2140{ 2141 Text [ en-US] = "My Fax Template" ; 2142}; 2143 2144String RID_FAXWIZARDDIALOG_START + 13 2145{ 2146 Text [ en-US] = "Create a ~fax from this template" ; 2147}; 2148 2149String RID_FAXWIZARDDIALOG_START + 14 2150{ 2151 Text [ en-US] = "Make ~manual changes to this fax template" ; 2152}; 2153 2154String RID_FAXWIZARDDIALOG_START + 15 2155{ 2156 Text [ en-US] = "Page design" ; 2157}; 2158 2159String RID_FAXWIZARDDIALOG_START + 16 2160{ 2161 Text [ en-US] = "Page design" ; 2162}; 2163 2164String RID_FAXWIZARDDIALOG_START + 17 2165{ 2166 Text [ en-US] = "This wizard helps you to create a fax template. The template can then be used to create a fax whenever needed." ; 2167}; 2168 2169String RID_FAXWIZARDDIALOG_START + 18 2170{ 2171 Text [ en-US] = "Return address" ; 2172}; 2173 2174String RID_FAXWIZARDDIALOG_START + 19 2175{ 2176 Text [ en-US] = "Name:" ; 2177}; 2178 2179String RID_FAXWIZARDDIALOG_START + 20 2180{ 2181 Text [ en-US] = "Street:" ; 2182}; 2183 2184String RID_FAXWIZARDDIALOG_START + 21 2185{ 2186 Text [ en-US] = "ZIP code/State/City:" ; 2187}; 2188 2189String RID_FAXWIZARDDIALOG_START + 22 2190{ 2191 Text [ en-US] = "Footer" ; 2192}; 2193 2194String RID_FAXWIZARDDIALOG_START + 23 2195{ 2196 Text [ en-US] = "This wizard creates a fax template which enables you to create multiple faxes with the same layout and settings." ; 2197}; 2198 2199String RID_FAXWIZARDDIALOG_START + 24 2200{ 2201 Text [ en-US] = "To create another new fax out of the template, go to the location where you saved the template and double-click the file." ; 2202}; 2203 2204String RID_FAXWIZARDDIALOG_START + 25 2205{ 2206 Text [ en-US] = "Template Name:" ; 2207}; 2208 2209String RID_FAXWIZARDDIALOG_START + 26 2210{ 2211 Text [ en-US] = "Location and file name:" ; 2212}; 2213 2214String RID_FAXWIZARDDIALOG_START + 27 2215{ 2216 Text [ en-US] = "What do you want to do next?" ; 2217}; 2218 2219String RID_FAXWIZARDDIALOG_START + 28 2220{ 2221 Text [ en-US] = "Choose the type of fax and a page design" ; 2222}; 2223 2224String RID_FAXWIZARDDIALOG_START + 29 2225{ 2226 Text [ en-US] = "Select items to include in the fax template" ; 2227}; 2228 2229String RID_FAXWIZARDDIALOG_START + 30 2230{ 2231 Text [ en-US] = "Specify sender and recipient information" ; 2232}; 2233 2234String RID_FAXWIZARDDIALOG_START + 31 2235{ 2236 Text [ en-US] = "Enter text for the footer" ; 2237}; 2238 2239String RID_FAXWIZARDDIALOG_START + 32 2240{ 2241 Text [ en-US] = "Choose a name and save the template" ; 2242}; 2243 2244String RID_FAXWIZARDDIALOG_START + 33 2245{ 2246 Text [ en-US] = "Include ~only on second and following pages" ; 2247}; 2248 2249String RID_FAXWIZARDDIALOG_START + 34 2250{ 2251 Text [ en-US] = "~Include page number" ; 2252}; 2253 2254String RID_FAXWIZARDDIALOG_START + 35 2255{ 2256 Text [ en-US] = "~Date" ; 2257}; 2258 2259String RID_FAXWIZARDDIALOG_START + 36 2260{ 2261 Text [ en-US] = "~Type of message" ; 2262}; 2263 2264String RID_FAXWIZARDDIALOG_START + 37 2265{ 2266 Text [ en-US] = "Fax Number:" ; 2267}; 2268 2269String RID_FAXWIZARDDIALOG_START + 38 2270{ 2271 Text [ en-US] = "Use placeholders for ~recipient's address" ; 2272}; 2273 2274String RID_FAXWIZARDDIALOG_START + 39 2275{ 2276 Text [ en-US] = "Use address database for ~mail merge" ; 2277}; 2278 2279String RID_FAXWIZARDDIALOG_START + 40 2280{ 2281 Text [ en-US] = "~New return address" ; 2282}; 2283 2284// ====================== Fax Wizard Communication Start 2285String RID_FAXWIZARDCOMMUNICATION_START + 1 2286{ 2287 Text [ en-US] = "Important Information!" ; 2288}; 2289 2290String RID_FAXWIZARDCOMMUNICATION_START + 2 2291{ 2292 Text [ en-US] = "For your information" ; 2293}; 2294 2295String RID_FAXWIZARDCOMMUNICATION_START + 3 2296{ 2297 Text [ en-US] = "News!" ; 2298}; 2299 2300// ====================== Fax Wizard Salutation Start 2301String RID_FAXWIZARDSALUTATION_START + 1 2302{ 2303 Text [ en-US] = "To whom it may concern," ; 2304}; 2305 2306String RID_FAXWIZARDSALUTATION_START + 2 2307{ 2308 Text [ en-US] = "Dear Sir or Madam," ; 2309}; 2310 2311String RID_FAXWIZARDSALUTATION_START + 3 2312{ 2313 Text [ en-US] = "Hello," ; 2314}; 2315 2316String RID_FAXWIZARDSALUTATION_START + 4 2317{ 2318 Text [ en-US] = "Hi," ; 2319}; 2320 2321 2322// ====================== Fax Wizard Greeting Start 2323String RID_FAXWIZARDGREETING_START + 1 2324{ 2325 Text [ en-US] = "Sincerely" ; 2326}; 2327 2328String RID_FAXWIZARDGREETING_START + 2 2329{ 2330 Text [ en-US] = "Yours faithfully" ; 2331}; 2332 2333String RID_FAXWIZARDGREETING_START + 3 2334{ 2335 Text [ en-US] = "Regards" ; 2336}; 2337 2338String RID_FAXWIZARDGREETING_START + 4 2339{ 2340 Text [ en-US] = "Love" ; 2341}; 2342 2343 2344// ====================== Fax Wizard Roadmap Start 2345String RID_FAXWIZARDROADMAP_START + 1 2346{ 2347 Text [ en-US] = "Page design" ; 2348}; 2349 2350String RID_FAXWIZARDROADMAP_START + 2 2351{ 2352 Text [ en-US] = "Items to include" ; 2353}; 2354 2355String RID_FAXWIZARDROADMAP_START + 3 2356{ 2357 Text [ en-US] = "Sender and Recipient" ; 2358}; 2359 2360String RID_FAXWIZARDROADMAP_START + 4 2361{ 2362 Text [ en-US] = "Footer" ; 2363}; 2364 2365String RID_FAXWIZARDROADMAP_START + 5 2366{ 2367 Text [ en-US] = "Name and location" ; 2368}; 2369 2370 2371// ============================================================================ 2372// Web Wizard Resources 2373// ============================================================================ 2374 2375 2376String RID_WEBWIZARDDIALOG_START +1 2377{ 2378 Text [ en-US ] = "Web Wizard" ; 2379}; 2380 2381String RID_WEBWIZARDDIALOG_START +2 2382{ 2383 Text [ en-US ] = "This Web Wizard is to aid you in publishing documents on the Internet.\n\nIt will convert the documents so that they can be viewed by a web browser. In addition, it will generate a Table of Contents page with links for easy access to the documents. The Web Wizard will also allow you to customize the design and layout of your web site.\n\nYou will be able to keep the documents you have published on the web up-to-date and add or remove documents at any time." ; 2384}; 2385 2386String RID_WEBWIZARDDIALOG_START +4 2387{ 2388 Text [ en-US ] = "~Delete" ; 2389}; 2390 2391String RID_WEBWIZARDDIALOG_START +5 2392{ 2393 Text [ en-US ] = "Introduction" ; 2394}; 2395 2396String RID_WEBWIZARDDIALOG_START +6 2397{ 2398 Text [ en-US ] = "Select the documents you want to publish" ; 2399}; 2400 2401String RID_WEBWIZARDDIALOG_START +8 2402{ 2403 Text [ en-US ] = "Document information " ; 2404}; 2405 2406String RID_WEBWIZARDDIALOG_START +9 2407{ 2408 Text [ en-US ] = "~Title:" ; 2409}; 2410 2411String RID_WEBWIZARDDIALOG_START +10 2412{ 2413 Text [ en-US ] = "~Summary: " ; 2414}; 2415 2416String RID_WEBWIZARDDIALOG_START +11 2417{ 2418 Text [ en-US ] = "Au~thor:" ; 2419}; 2420 2421String RID_WEBWIZARDDIALOG_START +12 2422{ 2423 Text [ en-US ] = "~Export to file format:" ; 2424}; 2425 2426String RID_WEBWIZARDDIALOG_START +13 2427{ 2428 Text [ en-US ] = "Enter general information for your web site" ; 2429}; 2430 2431String RID_WEBWIZARDDIALOG_START +14 2432{ 2433 Text [ en-US ] = "Title:" ; 2434}; 2435 2436String RID_WEBWIZARDDIALOG_START +16 2437{ 2438 Text [ en-US ] = "Description:" ; 2439}; 2440 2441String RID_WEBWIZARDDIALOG_START +18 2442{ 2443 Text [ en-US ] = "Created:" ; 2444}; 2445 2446String RID_WEBWIZARDDIALOG_START +20 2447{ 2448 Text [ en-US ] = "E-mail:" ; 2449}; 2450 2451String RID_WEBWIZARDDIALOG_START +21 2452{ 2453 Text [ en-US ] = "Copyright notice:" ; 2454}; 2455 2456String RID_WEBWIZARDDIALOG_START +22 2457{ 2458 Text [ en-US ] = "Modified:" ; 2459}; 2460 2461 2462String RID_WEBWIZARDDIALOG_START +24 2463{ 2464 Text [ en-US ] = "~Preview" ; 2465}; 2466 2467String RID_WEBWIZARDDIALOG_START +25 2468{ 2469 Text [ en-US ] = "Where do you want to publish your web site?" ; 2470}; 2471 2472String RID_WEBWIZARDDIALOG_START +26 2473{ 2474 Text [ en-US ] = "Publish the new web site:" ; 2475}; 2476 2477String RID_WEBWIZARDDIALOG_START +27 2478{ 2479 Text [ en-US ] = "To a ~local folder" ; 2480}; 2481 2482String RID_WEBWIZARDDIALOG_START +28 2483{ 2484 Text [ en-US ] = "..." ; 2485}; 2486 2487String RID_WEBWIZARDDIALOG_START +29 2488{ 2489 Text [ en-US ] = "To a ~web server via FTP" ; 2490}; 2491 2492String RID_WEBWIZARDDIALOG_START +31 2493{ 2494 Text [ en-US ] = "~Configure..." ; 2495}; 2496 2497String RID_WEBWIZARDDIALOG_START +32 2498{ 2499 Text [ en-US ] = "To a ZIP ~archive" ; 2500}; 2501 2502String RID_WEBWIZARDDIALOG_START +33 2503{ 2504 Text [ en-US ] = "..." ; 2505}; 2506 2507String RID_WEBWIZARDDIALOG_START +34 2508{ 2509 Text [ en-US ] = "~Save settings (recommended)" ; 2510}; 2511 2512String RID_WEBWIZARDDIALOG_START +35 2513{ 2514 Text [ en-US ] = "Save ~as:" ; 2515}; 2516 2517String RID_WEBWIZARDDIALOG_START +36 2518{ 2519 Text [ en-US ] = "~Choose settings for the Web Wizard" ; 2520}; 2521 2522String RID_WEBWIZARDDIALOG_START +37 2523{ 2524 Text [ en-US ] = "Web site content " ; 2525}; 2526 2527String RID_WEBWIZARDDIALOG_START +38 2528{ 2529 Text [ en-US ] = "~Add..." ; 2530}; 2531 2532String RID_WEBWIZARDDIALOG_START +39 2533{ 2534 Text [ en-US ] = "Remo~ve" ; 2535}; 2536 2537String RID_WEBWIZARDDIALOG_START +40 2538{ 2539 Text [ en-US ] = "Choose a layout for the table of contents of your web site" ; 2540}; 2541 2542String RID_WEBWIZARDDIALOG_START +41 2543{ 2544 Text [ en-US ] = "Select a style for the table of contents page" ; 2545}; 2546 2547String RID_WEBWIZARDDIALOG_START +42 2548{ 2549 Text [ en-US ] = "~Style:" ; 2550}; 2551 2552String RID_WEBWIZARDDIALOG_START +48 2553{ 2554 Text [ en-US ] = "~Layouts: " ; 2555}; 2556 2557String RID_WEBWIZARDDIALOG_START +50 2558{ 2559 Text [ en-US ] = "~Description" ; 2560}; 2561 2562String RID_WEBWIZARDDIALOG_START +51 2563{ 2564 Text [ en-US ] = "~Author" ; 2565}; 2566 2567String RID_WEBWIZARDDIALOG_START +52 2568{ 2569 Text [ en-US ] = "Cr~eation date" ; 2570}; 2571 2572String RID_WEBWIZARDDIALOG_START +53 2573{ 2574 Text [ en-US ] = "~Last change date" ; 2575}; 2576 2577String RID_WEBWIZARDDIALOG_START +54 2578{ 2579 Text [ en-US ] = "~File name" ; 2580}; 2581 2582String RID_WEBWIZARDDIALOG_START +55 2583{ 2584 Text [ en-US ] = "File forma~t" ; 2585}; 2586 2587String RID_WEBWIZARDDIALOG_START +56 2588{ 2589 Text [ en-US ] = "File format ~icon" ; 2590}; 2591 2592String RID_WEBWIZARDDIALOG_START +57 2593{ 2594 Text [ en-US ] = "Number ~of pages" ; 2595}; 2596 2597String RID_WEBWIZARDDIALOG_START +58 2598{ 2599 Text [ en-US ] = "~Size in KB" ; 2600}; 2601 2602String RID_WEBWIZARDDIALOG_START +59 2603{ 2604 Text [ en-US ] = "Click 'Preview' to see a preview in your browser:" ; 2605}; 2606 2607String RID_WEBWIZARDDIALOG_START +60 2608{ 2609 Text [ en-US ] = "Customize the selected layout" ; 2610}; 2611 2612String RID_WEBWIZARDDIALOG_START +61 2613{ 2614 Text [ en-US ] = "Include the following information for each document in the table of contents:" ; 2615}; 2616 2617String RID_WEBWIZARDDIALOG_START +62 2618{ 2619 Text [ en-US ] = "Optimize the layout for screen resolution:" ; 2620}; 2621 2622String RID_WEBWIZARDDIALOG_START +64 2623{ 2624 Text [ en-US ] = "~640x480" ; 2625}; 2626 2627String RID_WEBWIZARDDIALOG_START +65 2628{ 2629 Text [ en-US ] = "~800x600" ; 2630}; 2631 2632String RID_WEBWIZARDDIALOG_START +66 2633{ 2634 Text [ en-US ] = "~1024x768" ; 2635}; 2636 2637String RID_WEBWIZARDDIALOG_START +70 2638{ 2639 Text [ en-US ] = "Generating Your Web Site" ; 2640}; 2641 2642String RID_WEBWIZARDDIALOG_START +71 2643{ 2644 Text [ en-US ] = "%START - %END/%TOTAL" ; 2645}; 2646 2647String RID_WEBWIZARDDIALOG_START +72 2648{ 2649 Text [ en-US ] = "myWebsite" ; 2650}; 2651 2652String RID_WEBWIZARDDIALOG_START +73 2653{ 2654 Text [ en-US ] = "FTP target '%FILENAME' is a file." ; 2655}; 2656 2657 2658String RID_WEBWIZARDDIALOG_START +74 2659{ 2660 Text [ en-US ] = "The local target '%FILENAME' is a file." ; 2661}; 2662 2663String RID_WEBWIZARDDIALOG_START +75 2664{ 2665 Text [ en-US ] = "The ZIP target '%FILENAME' already exists. Do you want to overwrite the existing target? " ; 2666}; 2667 2668String RID_WEBWIZARDDIALOG_START +76 2669{ 2670 Text [ en-US ] = "The FTP target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?" ; 2671}; 2672 2673String RID_WEBWIZARDDIALOG_START +77 2674{ 2675 Text [ en-US ] = "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?" ; 2676}; 2677 2678String RID_WEBWIZARDDIALOG_START +78 2679{ 2680 Text [ en-US ] = "Settings already exist under the given name. Do you want to overwrite the existing settings? " ; 2681}; 2682 2683String RID_WEBWIZARDDIALOG_START +79 2684{ 2685 Text [ en-US ] = "Exporting documents..." ; 2686}; 2687 2688String RID_WEBWIZARDDIALOG_START +80 2689{ 2690 Text [ en-US ] = "Preparing export..." ; 2691}; 2692 2693String RID_WEBWIZARDDIALOG_START +81 2694{ 2695 Text [ en-US ] = "Copying layout files..." ; 2696}; 2697 2698String RID_WEBWIZARDDIALOG_START +82 2699{ 2700 Text [ en-US ] = "Preparing table of contents generation..." ; 2701}; 2702 2703String RID_WEBWIZARDDIALOG_START +83 2704{ 2705 Text [ en-US ] = "Generating table of contents..." ; 2706}; 2707 2708String RID_WEBWIZARDDIALOG_START +84 2709{ 2710 Text [ en-US ] = "Initializing..." ; 2711}; 2712 2713String RID_WEBWIZARDDIALOG_START +86 2714{ 2715 Text [ en-US ] = "Preparing to publish..." ; 2716}; 2717 2718String RID_WEBWIZARDDIALOG_START +87 2719{ 2720 Text [ en-US ] = "Publishing to local directory..." ; 2721}; 2722 2723String RID_WEBWIZARDDIALOG_START +88 2724{ 2725 Text [ en-US ] = "Publishing to FTP destination..." ; 2726}; 2727 2728String RID_WEBWIZARDDIALOG_START +89 2729{ 2730 Text [ en-US ] = "Publishing to a ZIP archive..." ; 2731}; 2732 2733String RID_WEBWIZARDDIALOG_START + 90 2734{ 2735 Text [ en-US ] = "Finishing..." ; 2736}; 2737 2738String RID_WEBWIZARDDIALOG_START + 94 2739{ 2740 Text [ en-US ] = "Graphic files" ; 2741}; 2742 2743String RID_WEBWIZARDDIALOG_START + 95 2744{ 2745 Text [ en-US ] = "All files" ; 2746}; 2747 2748String RID_WEBWIZARDDIALOG_START + 96 2749{ 2750 Text [ en-US ] = "ZIP archive files" ; 2751}; 2752 2753String RID_WEBWIZARDDIALOG_START + 98 2754{ 2755 Text [ en-US ] = "Background images" ; 2756}; 2757 2758String RID_WEBWIZARDDIALOG_START + 99 2759{ 2760 Text [ en-US ] = "Choose a background image: " ; 2761}; 2762 2763String RID_WEBWIZARDDIALOG_START + 100 2764{ 2765 Text [ en-US ] = "Icon sets" ; 2766}; 2767 2768String RID_WEBWIZARDDIALOG_START + 101 2769{ 2770 Text [ en-US ] = "Choose an icon set:" ; 2771}; 2772 2773String RID_WEBWIZARDDIALOG_START +102 2774{ 2775 Text [ en-US ] = "Other..." ; 2776}; 2777 2778String RID_WEBWIZARDDIALOG_START +103 2779{ 2780 Text [ en-US ] = "None" ; 2781}; 2782 2783String RID_WEBWIZARDDIALOG_START +104 2784{ 2785 Text [ en-US ] = "Your web site was created successfully into: %FILENAME" ; 2786}; 2787 2788String RID_WEBWIZARDDIALOG_START +105 2789{ 2790 Text [ en-US ] = "One or more errors occurred when generating the web site." ; 2791}; 2792 2793String RID_WEBWIZARDDIALOG_START +106 2794{ 2795 Text [ en-US ] = "An error occurred while generating the table of contents page(s). " ; 2796}; 2797 2798String RID_WEBWIZARDDIALOG_START +107 2799{ 2800 Text [ en-US ] = "An error occurred while copying the layout files. " ; 2801}; 2802 2803String RID_WEBWIZARDDIALOG_START +108 2804{ 2805 Text [ en-US ] = "An error occurred while gathering document information for '%FILENAME'. " ; 2806}; 2807 2808String RID_WEBWIZARDDIALOG_START +109 2809{ 2810 Text [ en-US ] = "An error occurred while exporting the document '%FILENAME'." ; 2811}; 2812 2813String RID_WEBWIZARDDIALOG_START +110 2814{ 2815 Text [ en-US ] = "An error occurred while creating a directory for exporting '%FILENAME'." ; 2816}; 2817 2818String RID_WEBWIZARDDIALOG_START +111 2819{ 2820 Text [ en-US ] = "A security error occurred while exporting the document '%FILENAME'." ; 2821}; 2822 2823String RID_WEBWIZARDDIALOG_START +112 2824{ 2825 Text [ en-US ] = "An input/output error occurred while exporting the document '%FILENAME'." ; 2826}; 2827 2828String RID_WEBWIZARDDIALOG_START +113 2829{ 2830 Text [ en-US ] = "An error occurred while copying media files to the temporary directory." ; 2831}; 2832 2833String RID_WEBWIZARDDIALOG_START +114 2834{ 2835 Text [ en-US ] = "The web site could not be copied to the following destination: %URL" ; 2836}; 2837 2838String RID_WEBWIZARDDIALOG_START +115 2839{ 2840 Text [ en-US ] = "An unexpected error occurred: %ERROR" ; 2841}; 2842 2843String RID_WEBWIZARDDIALOG_START +116 2844{ 2845 Text [ en-US ] = "An unexpected error occurred while validating the file: '%FILENAME'" ; 2846}; 2847 2848String RID_WEBWIZARDDIALOG_START +117 2849{ 2850 Text [ en-US ] = "%FILENAME' is a folder." ; 2851}; 2852 2853String RID_WEBWIZARDDIALOG_START +118 2854{ 2855 Text [ en-US ] = "Loading Web Wizard Settings..." ; 2856}; 2857 2858String RID_WEBWIZARDDIALOG_START +119 2859{ 2860 Text [ en-US ] = "An unexpected error occurred." ; 2861}; 2862 2863String RID_WEBWIZARDDIALOG_START +120 2864{ 2865 Text [ en-US ] = "Validating documents..." ; 2866}; 2867 2868String RID_WEBWIZARDDIALOG_START +121 2869{ 2870 Text [ en-US ] = "My Archive" ; 2871}; 2872 2873String RID_WEBWIZARDDIALOG_START +122 2874{ 2875 Text [ en-US ] = "Introduction " ; 2876}; 2877 2878String RID_WEBWIZARDDIALOG_START +123 2879{ 2880 Text [ en-US ] = "Documents " ; 2881}; 2882 2883String RID_WEBWIZARDDIALOG_START +124 2884{ 2885 Text [ en-US ] = "Main layout" ; 2886}; 2887 2888String RID_WEBWIZARDDIALOG_START +125 2889{ 2890 Text [ en-US ] = "Layout details" ; 2891}; 2892 2893String RID_WEBWIZARDDIALOG_START +126 2894{ 2895 Text [ en-US ] = "Style" ; 2896}; 2897 2898String RID_WEBWIZARDDIALOG_START +127 2899{ 2900 Text [ en-US ] = "Web site information" ; 2901}; 2902 2903String RID_WEBWIZARDDIALOG_START +128 2904{ 2905 Text [ en-US ] = "Preview" ; 2906}; 2907 2908String RID_WEBWIZARDDIALOG_START +130 2909{ 2910 Text [ en-US ] = "The selected settings will be deleted.\n\nDo you really want to delete these settings? " ; 2911}; 2912 2913String RID_WEBWIZARDDIALOG_START +131 2914{ 2915 Text [ en-US ] = "%NUMBER pages" ; 2916}; 2917 2918String RID_WEBWIZARDDIALOG_START +132 2919{ 2920 Text [ en-US ] = "%NUMBER slides" ; 2921}; 2922 2923String RID_WEBWIZARDDIALOG_START +133 2924{ 2925 Text [ en-US ] = "Created: %DATE" ; 2926}; 2927 2928String RID_WEBWIZARDDIALOG_START +134 2929{ 2930 Text [ en-US ] = "Last modified: %DATE" ; 2931}; 2932 2933String RID_WEBWIZARDDIALOG_START +135 2934{ 2935 Text [ en-US ] = "Web Wizard Settings" ; 2936}; 2937 2938String RID_WEBWIZARDDIALOG_START +136 2939{ 2940 Text [ en-US ] = "Background image:" ; 2941}; 2942 2943String RID_WEBWIZARDDIALOG_START +137 2944{ 2945 Text [ en-US ] = "Icon set:" ; 2946}; 2947 2948String RID_WEBWIZARDDIALOG_START +138 2949{ 2950 Text [ en-US ] = "The icon set is used for presentations in HTML format." ; 2951}; 2952 2953String RID_WEBWIZARDDIALOG_START +139 2954{ 2955 Text [ en-US ] = "HTML Metadata" ; 2956}; 2957 2958String RID_WEBWIZARDDIALOG_START +140 2959{ 2960 Text [ en-US ] = "Choose..." ; 2961}; 2962 2963String RID_WEBWIZARDDIALOG_START +141 2964{ 2965 Text [ en-US ] = "Choose..." ; 2966}; 2967 2968String RID_WEBWIZARDDIALOG_START +142 2969{ 2970 Text [ en-US ] = "<default>" ; 2971}; 2972 2973String RID_WEBWIZARDDIALOG_START +143 2974{ 2975 Text [ en-US ] = "Publishing via FTP Proxy is not supported." ; 2976}; 2977 2978String RID_WEBWIZARDDIALOG_START +144 2979{ 2980 Text [ en-US ] = "<no background image>" ; 2981}; 2982 2983String RID_WEBWIZARDDIALOG_START +145 2984{ 2985 Text [ en-US ] = "<no icon set>" ; 2986}; 2987 2988String RID_WEBWIZARDDIALOG_START +146 2989{ 2990 Text [ en-US ] = "The FTP directory '%FILENAME' could not be created." ; 2991}; 2992 2993String RID_WEBWIZARDDIALOG_START +147 2994{ 2995 Text [ en-US ] = "The FTP directory '%FILENAME' does not exist. \nCreate the directory now?" ; 2996}; 2997 2998String RID_WEBWIZARDDIALOG_START +148 2999{ 3000 Text [ en-US ] = "The ZIP file '%FILENAME' cannot be created: a directory of the same name already exists." ; 3001}; 3002 3003String RID_WEBWIZARDDIALOG_START +149 3004{ 3005 Text [ en-US ] = "The local directory '%FILENAME' cannot be created. \nPlease check your write-access." ; 3006}; 3007 3008String RID_WEBWIZARDDIALOG_START +150 3009{ 3010 Text [ en-US ] = "The local directory '%FILENAME' does not exist. \nCreate the directory now?" ; 3011}; 3012 3013String RID_WEBWIZARDDIALOG_START +151 3014{ 3015 Text [ en-US ] = "Size: %NUMBERKB" ; 3016}; 3017 3018 3019String RID_WEBWIZARDDIALOG_START +152 3020{ 3021 Text [ en-US ] = "File not found. Would you like to specify a new file location?" ; 3022}; 3023 3024 3025// ============================================================================ 3026// Web Wizard FTP Dialog Resources 3027// ============================================================================ 3028 3029String RID_WEBWIZARDDIALOG_FTP +0 3030{ 3031 Text [ en-US ] = "FTP Connection" ; 3032}; 3033 3034String RID_WEBWIZARDDIALOG_FTP +1 3035{ 3036 Text [ en-US ] = "~User name:" ; 3037}; 3038 3039String RID_WEBWIZARDDIALOG_FTP +2 3040{ 3041 Text [ en-US ] = "~Password:" ; 3042}; 3043 3044String RID_WEBWIZARDDIALOG_FTP +3 3045{ 3046 Text [ en-US ] = "Connect" ; 3047}; 3048 3049String RID_WEBWIZARDDIALOG_FTP +4 3050{ 3051 Text [ en-US ] = "1. Enter FTP connection information." ; 3052}; 3053 3054String RID_WEBWIZARDDIALOG_FTP +5 3055{ 3056 Text [ en-US ] = "~Server name or IP address:" ; 3057}; 3058 3059String RID_WEBWIZARDDIALOG_FTP +6 3060{ 3061 Text [ en-US ] = "2. Connect to the server." ; 3062}; 3063 3064String RID_WEBWIZARDDIALOG_FTP +7 3065{ 3066 Text [ en-US ] = "3. ~Choose a remote directory (optional)." ; 3067}; 3068 3069String RID_WEBWIZARDDIALOG_FTP +8 3070{ 3071 Text [ en-US ] = "..." ; 3072}; 3073 3074String RID_WEBWIZARDDIALOG_FTP +9 3075{ 3076 Text [ en-US ] = "Connection status is unknown" ; 3077}; 3078 3079String RID_WEBWIZARDDIALOG_FTP +10 3080{ 3081 Text [ en-US ] = "Connection was established successfully" ; 3082}; 3083 3084String RID_WEBWIZARDDIALOG_FTP +11 3085{ 3086 Text [ en-US ] = "Username or password is wrong" ; 3087}; 3088 3089String RID_WEBWIZARDDIALOG_FTP +12 3090{ 3091 Text [ en-US ] = "Could not resolve server name" ; 3092}; 3093 3094String RID_WEBWIZARDDIALOG_FTP +13 3095{ 3096 Text [ en-US ] = "You do not have sufficient user rights" ; 3097}; 3098 3099String RID_WEBWIZARDDIALOG_FTP +14 3100{ 3101 Text [ en-US ] = "Cannot connect to server" ; 3102}; 3103 3104String RID_WEBWIZARDDIALOG_FTP +15 3105{ 3106 Text [ en-US ] = "Unexpected error" ; 3107}; 3108 3109String RID_WEBWIZARDDIALOG_FTP +16 3110{ 3111 Text [ en-US ] = "FTP publishing directory" ; 3112}; 3113 3114String RID_WEBWIZARDDIALOG_FTP +17 3115{ 3116 Text [ en-US ] = "This is not an FTP folder" ; 3117}; 3118 3119String RID_WEBWIZARDDIALOG_FTP +18 3120{ 3121 Text [ en-US ] = "Connecting..." ; 3122}; 3123 3124 3125// ============================================================================ 3126// Agenda Wizard Resources 3127// ============================================================================ 3128 3129String RID_AGENDAWIZARDDIALOG_START +1 3130{ 3131 Text [en-US ] = "Agenda Wizard" ; 3132}; 3133 3134String RID_AGENDAWIZARDDIALOG_START +2 3135{ 3136 Text [en-US ] = "Make ~manual changes to this agenda template" ; 3137}; 3138 3139String RID_AGENDAWIZARDDIALOG_START +3 3140{ 3141 Text [en-US ] = "Template name:" ; 3142}; 3143 3144String RID_AGENDAWIZARDDIALOG_START + 4 3145{ 3146 Text [en-US ] = "Location and file name:" ; 3147}; 3148 3149String RID_AGENDAWIZARDDIALOG_START +5 3150{ 3151 Text [en-US ] = "What do you want to do next?" ; 3152}; 3153 3154String RID_AGENDAWIZARDDIALOG_START +6 3155{ 3156 Text [en-US ] = "Please choose the page design for the agenda" ; 3157}; 3158 3159String RID_AGENDAWIZARDDIALOG_START +7 3160{ 3161 Text [en-US ] = "Please select the headings you wish to include in your agenda template" ; 3162}; 3163 3164String RID_AGENDAWIZARDDIALOG_START +8 3165{ 3166 Text [en-US ] = "Please enter general information for the event" ; 3167}; 3168 3169String RID_AGENDAWIZARDDIALOG_START +9 3170{ 3171 Text [en-US ] = "Please specify items for the agenda" ; 3172}; 3173 3174String RID_AGENDAWIZARDDIALOG_START +10 3175{ 3176 Text [en-US ] = "Please select the names you wish to include in your agenda template" ; 3177}; 3178 3179String RID_AGENDAWIZARDDIALOG_START +11 3180{ 3181 Text [en-US ] = "Choose a name and save the template" ; 3182}; 3183 3184String RID_AGENDAWIZARDDIALOG_START +12 3185{ 3186 Text [en-US ] = "Include form for recording minutes" ; 3187}; 3188 3189String RID_AGENDAWIZARDDIALOG_START +13 3190{ 3191 Text [en-US ] = "This wizard helps you to create an agenda template. The template can then be used to create an agenda whenever needed." ; 3192}; 3193 3194String RID_AGENDAWIZARDDIALOG_START +14 3195{ 3196 Text [en-US ] = "Time:" ; 3197}; 3198 3199String RID_AGENDAWIZARDDIALOG_START +15 3200{ 3201 Text [en-US ] = "Name:" ; 3202}; 3203 3204String RID_AGENDAWIZARDDIALOG_START + 16 3205{ 3206 Text [en-US ] = "Location:" ; 3207}; 3208 3209String RID_AGENDAWIZARDDIALOG_START +17 3210{ 3211 Text [en-US ] = "Placeholders will be used in empty fields. You can replace placeholders with text later." ; 3212}; 3213 3214String RID_AGENDAWIZARDDIALOG_START +18 3215{ 3216 Text [en-US ] = "..." ; 3217}; 3218 3219String RID_AGENDAWIZARDDIALOG_START +19 3220{ 3221 Text [en-US ] = "Create an ~agenda from this template" ; 3222}; 3223 3224String RID_AGENDAWIZARDDIALOG_START +20 3225{ 3226 Text [en-US ] = "To create a new agenda out of the template, go to the location where you saved the template and double-click the file." ; 3227}; 3228 3229String RID_AGENDAWIZARDDIALOG_START +21 3230{ 3231 Text [en-US ] = "Agenda item" ; 3232}; 3233 3234String RID_AGENDAWIZARDDIALOG_START +22 3235{ 3236 Text [en-US ] = "Responsible" ; 3237}; 3238 3239String RID_AGENDAWIZARDDIALOG_START +23 3240{ 3241 Text [en-US ] = "Duration" ; 3242}; 3243 3244String RID_AGENDAWIZARDDIALOG_START +24 3245{ 3246 Text [en-US ] = "Meeting called by" ; 3247}; 3248 3249String RID_AGENDAWIZARDDIALOG_START +25 3250{ 3251 Text [en-US ] = "Chairperson" ; 3252}; 3253 3254String RID_AGENDAWIZARDDIALOG_START +26 3255{ 3256 Text [en-US ] = "Minute keeper" ; 3257}; 3258 3259String RID_AGENDAWIZARDDIALOG_START +27 3260{ 3261 Text [en-US ] = "Moderator" ; 3262}; 3263 3264String RID_AGENDAWIZARDDIALOG_START +28 3265{ 3266 Text [en-US ] = "Attendees" ; 3267}; 3268 3269String RID_AGENDAWIZARDDIALOG_START +29 3270{ 3271 Text [en-US ] = "Observers" ; 3272}; 3273 3274String RID_AGENDAWIZARDDIALOG_START +30 3275{ 3276 Text [en-US ] = "Facility personnel" ; 3277}; 3278 3279String RID_AGENDAWIZARDDIALOG_START +31 3280{ 3281 Text [en-US ] = "The agenda template will include placeholders for the names of the selected people. When creating an agenda from the template, you can replace these placeholder with the appropriate names." ; 3282}; 3283 3284String RID_AGENDAWIZARDDIALOG_START +32 3285{ 3286 Text [en-US ] = "Type of meeting" ; 3287}; 3288 3289String RID_AGENDAWIZARDDIALOG_START +33 3290{ 3291 Text [en-US ] = "Please read" ; 3292}; 3293 3294String RID_AGENDAWIZARDDIALOG_START +34 3295{ 3296 Text [en-US ] = "Please bring" ; 3297}; 3298 3299String RID_AGENDAWIZARDDIALOG_START +35 3300{ 3301 Text [en-US ] = "Notes" ; 3302}; 3303 3304String RID_AGENDAWIZARDDIALOG_START +36 3305{ 3306 Text [en-US ] = "The agenda template will include placeholders for the selected items." ; 3307}; 3308 3309String RID_AGENDAWIZARDDIALOG_START +38 3310{ 3311 Text [en-US ] = "Date:" ; 3312}; 3313 3314String RID_AGENDAWIZARDDIALOG_START +39 3315{ 3316 Text [en-US ] = "This wizard creates an agenda template which enables you to create multiple agendas with the same layout and settings." ; 3317}; 3318 3319String RID_AGENDAWIZARDDIALOG_START +40 3320{ 3321 Text [en-US ] = "Page design:" ; 3322}; 3323 3324String RID_AGENDAWIZARDDIALOG_START +41 3325{ 3326 Text [en-US ] = "myAgendaTemplate.stw" ; 3327}; 3328 3329String RID_AGENDAWIZARDDIALOG_START +42 3330{ 3331 Text [en-US ] = "My Agenda Template" ; 3332}; 3333 3334String RID_AGENDAWIZARDDIALOG_START +43 3335{ 3336 Text [en-US ] = "An unexpected error occurred while saving the agenda template." ; 3337}; 3338 3339String RID_AGENDAWIZARDDIALOG_START +44 3340{ 3341 Text [en-US ] = "Name" ; 3342}; 3343 3344String RID_AGENDAWIZARDDIALOG_START +45 3345{ 3346 Text [en-US ] = "Date" ; 3347}; 3348 3349String RID_AGENDAWIZARDDIALOG_START +46 3350{ 3351 Text [en-US ] = "Time" ; 3352}; 3353 3354String RID_AGENDAWIZARDDIALOG_START + 47 3355{ 3356 Text [en-US ] = "Location" ; 3357}; 3358 3359String RID_AGENDAWIZARDDIALOG_START +48 3360{ 3361 Text [en-US ] = "Click to replace this text" ; 3362}; 3363 3364String RID_AGENDAWIZARDDIALOG_START +50 3365{ 3366 Text [en-US ] = "Page design" ; 3367}; 3368 3369String RID_AGENDAWIZARDDIALOG_START +51 3370{ 3371 Text [en-US ] = "General information" ; 3372}; 3373 3374String RID_AGENDAWIZARDDIALOG_START +52 3375{ 3376 Text [en-US ] = "Headings to include" ; 3377}; 3378 3379String RID_AGENDAWIZARDDIALOG_START +53 3380{ 3381 Text [en-US ] = "Names" ; 3382}; 3383 3384String RID_AGENDAWIZARDDIALOG_START +54 3385{ 3386 Text [en-US ] = "Agenda items" ; 3387}; 3388 3389String RID_AGENDAWIZARDDIALOG_START +55 3390{ 3391 Text [en-US ] = "Name and location" ; 3392}; 3393 3394String RID_AGENDAWIZARDDIALOG_START +56 3395{ 3396 Text [en-US ] = "An unexpected error occurred while opening the agenda template." ; 3397}; 3398 3399String RID_AGENDAWIZARDDIALOG_START +57 3400{ 3401 Text [en-US ] = "Type of meeting" ; 3402}; 3403 3404String RID_AGENDAWIZARDDIALOG_START +58 3405{ 3406 Text [en-US ] = "Please bring" ; 3407}; 3408 3409String RID_AGENDAWIZARDDIALOG_START +59 3410{ 3411 Text [en-US ] = "Please read" ; 3412}; 3413 3414String RID_AGENDAWIZARDDIALOG_START +60 3415{ 3416 Text [en-US ] = "Notes" ; 3417}; 3418 3419String RID_AGENDAWIZARDDIALOG_START +61 3420{ 3421 Text [en-US ] = "Meeting called by" ; 3422}; 3423 3424String RID_AGENDAWIZARDDIALOG_START +62 3425{ 3426 Text [en-US ] = "Chairperson" ; 3427}; 3428 3429String RID_AGENDAWIZARDDIALOG_START +63 3430{ 3431 Text [en-US ] = "Attendees" ; 3432}; 3433 3434String RID_AGENDAWIZARDDIALOG_START +64 3435{ 3436 Text [en-US ] = "Minute keeper" ; 3437}; 3438 3439String RID_AGENDAWIZARDDIALOG_START +65 3440{ 3441 Text [en-US ] = "Moderator" ; 3442}; 3443 3444String RID_AGENDAWIZARDDIALOG_START +66 3445{ 3446 Text [en-US ] = "Observers" ; 3447}; 3448 3449String RID_AGENDAWIZARDDIALOG_START +67 3450{ 3451 Text [en-US ] = "Facility personnel" ; 3452}; 3453 3454String RID_AGENDAWIZARDDIALOG_START +68 3455{ 3456 Text [en-US ] = "Insert" ; 3457}; 3458 3459String RID_AGENDAWIZARDDIALOG_START +69 3460{ 3461 Text [en-US ] = "Remove" ; 3462}; 3463 3464String RID_AGENDAWIZARDDIALOG_START +70 3465{ 3466 Text [en-US ] = "Move up" ; 3467}; 3468 3469String RID_AGENDAWIZARDDIALOG_START +71 3470{ 3471 Text [en-US ] = "Move down" ; 3472}; 3473 3474// ********************************************************************** EOF 3475