1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690
|
static const char *const k1IntroStringsMacCDEnglish[51] = {
"This is a text test - 1",
"This is a text test - 2",
"Greetings, Kallak...",
"...Powerful leader of the Royal Mystics!",
"Did I frighten you?",
"Malcolm!",
"I heard yesterday of your escape.",
"And have expected you before now.",
"Why would I rush?",
"I rule this land!",
"Your puny curse restrains me naught.",
"So, slay me now!",
"I have little magic left.",
"I mean to harm you, have no doubt...",
"...Now you are stone...",
"...Yet I leave your eyes.",
"I shed no tears for Kyrandia...",
"...But cannot deny you yours.",
"Malcolm the Jester has broken free!",
"He now controls the Kyragem...",
"...source of all magic in Kyrandia!",
"",
"How dare you trip ME!",
"But no, something special for you...",
"A humorous hex!",
"But I shall give fair warning.",
"Don't jump on THAT tree!",
"Don't climb up THAT tree little squirrel!",
"Boo!",
"Tis funnier that way...",
"...Is it not?",
"Ha ha ha...",
"Aren't fingers wonderful?",
"It's great to be alive!",
"Brandon!",
"Grandfather! We did it!",
"No! YOU did it!",
"Long live King Brandon!",
"Long live the Royal Mystics!",
"Now, let's go put Kyrandia back together!",
"Good idea!",
"As my first Royal Proclamation...",
"I name sandals as the official footwear of Kyrandia!",
"Well done, Brandon!",
"The Land no longer weeps...",
"And your friends have been restored!",
"Dear Brynn...",
"Malcolm has broken free!",
"Soon he will come for me.",
"Please help Brandon...",
""
};
static const StringListProvider k1IntroStringsMacCDEnglishProvider = { ARRAYSIZE(k1IntroStringsMacCDEnglish), k1IntroStringsMacCDEnglish };
static const char *const k1ItemNamesMacCDEnglish[107] = {
"Garnet",
"Amethyst",
"Aquamarine",
"Diamond",
"Emerald",
"Pearl",
"Ruby",
"Peridot",
"Sapphire",
"Opal",
"Topaz",
"Onyx",
"Sunstone",
"Moonstone",
"Rainbowstone",
"Lodestone",
"Rose",
"Tulip",
"Orchid",
"Silver Rose",
"Silver Statuette",
"Silver Coin",
"Gold Coin",
"Gold Ring",
"Royal Chalice",
"Pinecone",
"Acorn",
"Walnut",
"Everglowing Fireberries",
"Fireberries",
"Fireberries",
"Fireberries",
"Fireberries",
"Fireberries",
"Fish",
"Fish Bone",
"Mutton Leg",
"Bone",
"Apple",
"Apple Core",
"Blueberries",
"Mushroom",
"Note",
"Marble",
"Saw",
"Ankh",
"Feather",
"Egg",
"Leaf",
"Shamrock",
"Fallen Star",
"Crystal Ball",
"Teardrop",
"Mirror",
"Ice Shard",
"Flute",
"Hourglass",
"Iron Key",
"Jade Key",
"Obsidion Key",
"Red Potion",
"Red Potion",
"Blue Potion",
"Blue Potion",
"Yellow Potion",
"Yellow Potion",
"Green Potion",
"Orange Potion",
"Purple Potion",
"Potion of Rainbows",
"Fresh Water",
"Fresh Water",
"Salt Water",
"Salt Water",
"Mineral Water",
"Mineral Water",
"Magical Water",
"Magical Water",
"Empty Flask",
"Empty Flask",
"Scroll",
"Scroll",
"Scroll",
"Scroll",
"Scroll",
"Scroll",
"Scroll",
"Scroll",
"Scroll",
"Scroll",
"Parchment scrap",
"Parchment scrap",
"Parchment scrap",
"Parchment scrap",
"Parchment scrap",
"Red Magestone",
"Orange Magestone",
"Yellow Magestone",
"Green Magestone",
"Blue-Green Magestone",
"Blue Magestone",
"Purple Magestone",
"Heavy rock",
"Royal Crown",
"Royal Sceptre",
"Gold key",
"Unknown item"
};
static const StringListProvider k1ItemNamesMacCDEnglishProvider = { ARRAYSIZE(k1ItemNamesMacCDEnglish), k1ItemNamesMacCDEnglish };
static const char *const k1TakenStringsMacCDEnglish[2] = {
" taken.",
" taken."
};
static const StringListProvider k1TakenStringsMacCDEnglishProvider = { ARRAYSIZE(k1TakenStringsMacCDEnglish), k1TakenStringsMacCDEnglish };
static const char *const k1PlacedStringsMacCDEnglish[1] = {
" placed."
};
static const StringListProvider k1PlacedStringsMacCDEnglishProvider = { ARRAYSIZE(k1PlacedStringsMacCDEnglish), k1PlacedStringsMacCDEnglish };
static const char *const k1DroppedStringsMacCDEnglish[1] = {
" dropped."
};
static const StringListProvider k1DroppedStringsMacCDEnglishProvider = { ARRAYSIZE(k1DroppedStringsMacCDEnglish), k1DroppedStringsMacCDEnglish };
static const char *const k1NoDropStringsMacCDEnglish[2] = {
"You can't drop any more items in this scene.",
"You can't put that there."
};
static const StringListProvider k1NoDropStringsMacCDEnglishProvider = { ARRAYSIZE(k1NoDropStringsMacCDEnglish), k1NoDropStringsMacCDEnglish };
static const char *const k1PutDownStringMacCDEnglish[1] = {
"Maybe I'd better put this down first."
};
static const StringListProvider k1PutDownStringMacCDEnglishProvider = { ARRAYSIZE(k1PutDownStringMacCDEnglish), k1PutDownStringMacCDEnglish };
static const char *const k1WaitAmuletStringMacCDEnglish[1] = {
"I guess I'll have to wait for my Amulet to regain its power."
};
static const StringListProvider k1WaitAmuletStringMacCDEnglishProvider = { ARRAYSIZE(k1WaitAmuletStringMacCDEnglish), k1WaitAmuletStringMacCDEnglish };
static const char *const k1BlackJewelStringMacCDEnglish[1] = {
"It's a jewel, but why is it black?"
};
static const StringListProvider k1BlackJewelStringMacCDEnglishProvider = { ARRAYSIZE(k1BlackJewelStringMacCDEnglish), k1BlackJewelStringMacCDEnglish };
static const char *const k1HealingTipStringMacCDEnglish[1] = {
"Gee, this could come in handy if I get hurt."
};
static const StringListProvider k1HealingTipStringMacCDEnglishProvider = { ARRAYSIZE(k1HealingTipStringMacCDEnglish), k1HealingTipStringMacCDEnglish };
static const char *const k1PoisonGoneStringMacCDEnglish[2] = {
"Amazing!",
"The effects of the poison are gone!"
};
static const StringListProvider k1PoisonGoneStringMacCDEnglishProvider = { ARRAYSIZE(k1PoisonGoneStringMacCDEnglish), k1PoisonGoneStringMacCDEnglish };
static const char *const k1ThePoisonStringsMacCDEnglish[4] = {
"The poison...",
"I can't breathe...",
"I don't feel so good...",
"That snake must\nbe poisonous!"
};
static const StringListProvider k1ThePoisonStringsMacCDEnglishProvider = { ARRAYSIZE(k1ThePoisonStringsMacCDEnglish), k1ThePoisonStringsMacCDEnglish };
static const char *const k1FluteStringsMacCDEnglish[2] = {
"Not very impressive sounding.",
"That last note sure was high!"
};
static const StringListProvider k1FluteStringsMacCDEnglishProvider = { ARRAYSIZE(k1FluteStringsMacCDEnglish), k1FluteStringsMacCDEnglish };
static const char *const k1WispJewelStringsMacCDEnglish[3] = {
"I'm not really feeling up to it right now.",
"I probably should put down my ",
", first."
};
static const StringListProvider k1WispJewelStringsMacCDEnglishProvider = { ARRAYSIZE(k1WispJewelStringsMacCDEnglish), k1WispJewelStringsMacCDEnglish };
static const char *const k1MagicJewelStringsMacCDEnglish[1] = {
"That felt strange."
};
static const StringListProvider k1MagicJewelStringsMacCDEnglishProvider = { ARRAYSIZE(k1MagicJewelStringsMacCDEnglish), k1MagicJewelStringsMacCDEnglish };
static const char *const k1FlaskFullStringMacCDEnglish[1] = {
"This flask is already full."
};
static const StringListProvider k1FlaskFullStringMacCDEnglishProvider = { ARRAYSIZE(k1FlaskFullStringMacCDEnglish), k1FlaskFullStringMacCDEnglish };
static const char *const k1FullFlaskStringMacCDEnglish[4] = {
"The flask is now filled\nwith fresh, sparkling water.",
"The flask is now filled\nwith salt water.",
"The flask is now filled\nwith mineral water.",
"Magic water."
};
static const StringListProvider k1FullFlaskStringMacCDEnglishProvider = { ARRAYSIZE(k1FullFlaskStringMacCDEnglish), k1FullFlaskStringMacCDEnglish };
static const char *const k1OutroHomeStringMacCDEnglish[1] = {
"Home"
};
static const StringListProvider k1OutroHomeStringMacCDEnglishProvider = { ARRAYSIZE(k1OutroHomeStringMacCDEnglish), k1OutroHomeStringMacCDEnglish };
static const char *const k1VeryCleverStringMacCDEnglish[1] = {
"Very clever! But your feeble efforts are futile."
};
static const StringListProvider k1VeryCleverStringMacCDEnglishProvider = { ARRAYSIZE(k1VeryCleverStringMacCDEnglish), k1VeryCleverStringMacCDEnglish };
static const char *const k1GUIStringsMacCDEnglish[81] = {
"The Legend of Kyrandia",
"Load a game",
"Save this game",
"Game controls",
"Quit playing",
"Resume game",
"Game Controls",
"Which game would you like to reload?",
"Select a position to save to:",
"[ EMPTY SLOT ]",
"Cancel",
"Enter a description of your saved game:",
"Save",
"Rest in peace, Brandon.",
"Are you sure you want to quit playing?",
"XXX",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"XXX",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"XXXXXXX",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"XXXXXXXXX",
"",
"",
"",
"",
"",
"",
"",
"",
"XXXXXXXXXXXX",
"",
"",
"",
"",
"",
"Main menu",
"on",
"off",
"Yes",
"No",
"Walk speed ",
"Text speed ",
"Music is ",
"Sounds are ",
"Voice / Text"
};
static const StringListProvider k1GUIStringsMacCDEnglishProvider = { ARRAYSIZE(k1GUIStringsMacCDEnglish), k1GUIStringsMacCDEnglish };
static const char *const k1NewGameStringMacCDEnglish[1] = {
"[ START A NEW GAME ]"
};
static const StringListProvider k1NewGameStringMacCDEnglishProvider = { ARRAYSIZE(k1NewGameStringMacCDEnglish), k1NewGameStringMacCDEnglish };
static const char *const k1ConfigStringsMacCDEnglish[9] = {
"slowest",
"slow",
"normal",
"fast",
"fastest",
"slowest",
"normal",
"fast",
"clickable"
};
static const StringListProvider k1ConfigStringsMacCDEnglishProvider = { ARRAYSIZE(k1ConfigStringsMacCDEnglish), k1ConfigStringsMacCDEnglish };
static const char *const k1ConfigStrings2MacCDEnglish[3] = {
"None",
"High Quality",
"Low Impact"
};
static const StringListProvider k1ConfigStrings2MacCDEnglishProvider = { ARRAYSIZE(k1ConfigStrings2MacCDEnglish), k1ConfigStrings2MacCDEnglish };
static const uint8 k1CreditsStringsMacCDEnglish[] = {
0x0a, 0x02, 0x54, 0x48, 0x45, 0x20, 0x45, 0x4e,
0x44, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a,
0x54, 0x48, 0x45, 0x20, 0x4c, 0x45, 0x47, 0x45,
0x4e, 0x44, 0x20, 0x4f, 0x46, 0x20, 0x4b, 0x59,
0x52, 0x41, 0x4e, 0x44, 0x49, 0x41, 0x20, 0x43,
0x44, 0x2d, 0x52, 0x4f, 0x4d, 0x0a, 0x0a, 0x0a,
0x42, 0x61, 0x73, 0x65, 0x64, 0x20, 0x6f, 0x6e,
0x20, 0x74, 0x68, 0x65, 0x20, 0x6f, 0x72, 0x69,
0x67, 0x69, 0x6e, 0x61, 0x6c, 0x20, 0x49, 0x42,
0x4d, 0x20, 0x67, 0x61, 0x6d, 0x65, 0x20, 0x62,
0x79, 0x0a, 0x42, 0x72, 0x65, 0x74, 0x74, 0x20,
0x57, 0x2e, 0x20, 0x53, 0x70, 0x65, 0x72, 0x72,
0x79, 0x20, 0x26, 0x20, 0x4d, 0x69, 0x63, 0x68,
0x61, 0x65, 0x6c, 0x20, 0x4c, 0x65, 0x67, 0x67,
0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x43, 0x41, 0x53,
0x54, 0x3a, 0x0a, 0x0a, 0x03, 0x42, 0x52, 0x41,
0x4e, 0x44, 0x4f, 0x4e, 0x3a, 0x05, 0x04, 0x4a,
0x6f, 0x65, 0x20, 0x4b, 0x75, 0x63, 0x61, 0x6e,
0x0a, 0x03, 0x4d, 0x41, 0x4c, 0x43, 0x4f, 0x4c,
0x4d, 0x3a, 0x05, 0x04, 0x47, 0x61, 0x72, 0x79,
0x20, 0x48, 0x79, 0x61, 0x74, 0x74, 0x0a, 0x03,
0x4b, 0x41, 0x4c, 0x4c, 0x41, 0x4b, 0x3a, 0x05,
0x04, 0x48, 0x61, 0x72, 0x6c, 0x65, 0x79, 0x20,
0x41, 0x6b, 0x65, 0x72, 0x73, 0x0a, 0x03, 0x42,
0x52, 0x59, 0x4e, 0x4e, 0x3a, 0x05, 0x04, 0x42,
0x72, 0x65, 0x74, 0x74, 0x20, 0x53, 0x65, 0x61,
0x72, 0x73, 0x0a, 0x03, 0x54, 0x52, 0x45, 0x45,
0x46, 0x41, 0x43, 0x45, 0x3a, 0x05, 0x04, 0x44,
0x61, 0x76, 0x69, 0x64, 0x20, 0x45, 0x2e, 0x20,
0x43, 0x6f, 0x75, 0x73, 0x69, 0x6e, 0x73, 0x0a,
0x03, 0x44, 0x41, 0x52, 0x4d, 0x3a, 0x05, 0x04,
0x52, 0x69, 0x63, 0x68, 0x61, 0x72, 0x64, 0x20,
0x53, 0x6d, 0x69, 0x74, 0x68, 0x0a, 0x03, 0x4d,
0x45, 0x52, 0x49, 0x54, 0x48, 0x3a, 0x05, 0x04,
0x4d, 0x69, 0x63, 0x68, 0x61, 0x65, 0x6c, 0x20,
0x57, 0x65, 0x62, 0x73, 0x74, 0x65, 0x72, 0x0a,
0x03, 0x4e, 0x4f, 0x4c, 0x42, 0x59, 0x3a, 0x05,
0x04, 0x50, 0x61, 0x74, 0x20, 0x43, 0x6f, 0x6c,
0x6c, 0x69, 0x6e, 0x73, 0x0a, 0x03, 0x42, 0x52,
0x41, 0x4e, 0x44, 0x59, 0x57, 0x49, 0x4e, 0x45,
0x3a, 0x05, 0x04, 0x47, 0x6c, 0x6f, 0x72, 0x69,
0x61, 0x20, 0x48, 0x6f, 0x66, 0x66, 0x6d, 0x61,
0x6e, 0x0a, 0x03, 0x46, 0x41, 0x55, 0x4e, 0x3a,
0x05, 0x04, 0x45, 0x6c, 0x65, 0x6e, 0x61, 0x20,
0x46, 0x65, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x69,
0x0a, 0x03, 0x50, 0x53, 0x55, 0x45, 0x44, 0x4f,
0x42, 0x55, 0x53, 0x48, 0x49, 0x41, 0x3a, 0x05,
0x04, 0x47, 0x61, 0x72, 0x79, 0x20, 0x48, 0x79,
0x61, 0x74, 0x74, 0x0a, 0x03, 0x4b, 0x41, 0x54,
0x48, 0x45, 0x52, 0x49, 0x4e, 0x45, 0x3a, 0x05,
0x04, 0x4a, 0x75, 0x6c, 0x69, 0x65, 0x20, 0x53,
0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x0a, 0x03,
0x5a, 0x41, 0x4e, 0x54, 0x48, 0x49, 0x41, 0x3a,
0x05, 0x04, 0x47, 0x69, 0x6e, 0x61, 0x6c, 0x79,
0x6e, 0x20, 0x54, 0x6f, 0x72, 0x72, 0x65, 0x63,
0x69, 0x6c, 0x6c, 0x61, 0x0a, 0x03, 0x48, 0x45,
0x52, 0x4d, 0x41, 0x4e, 0x3a, 0x05, 0x04, 0x47,
0x61, 0x72, 0x79, 0x20, 0x48, 0x79, 0x61, 0x74,
0x74, 0x0a, 0x03, 0x57, 0x49, 0x4c, 0x4c, 0x27,
0x4f, 0x27, 0x57, 0x49, 0x53, 0x50, 0x53, 0x3a,
0x05, 0x04, 0x47, 0x72, 0x65, 0x67, 0x20, 0x48,
0x6f, 0x64, 0x67, 0x65, 0x73, 0x0a, 0x04, 0x4b,
0x61, 0x72, 0x65, 0x6e, 0x20, 0x4c, 0x79, 0x6e,
0x6e, 0x20, 0x57, 0x68, 0x69, 0x74, 0x65, 0x0a,
0x0a, 0x0a, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54,
0x49, 0x56, 0x45, 0x20, 0x50, 0x52, 0x4f, 0x44,
0x55, 0x43, 0x45, 0x52, 0x0a, 0x42, 0x72, 0x65,
0x74, 0x74, 0x20, 0x57, 0x2e, 0x20, 0x53, 0x70,
0x65, 0x72, 0x72, 0x79, 0x0a, 0x0a, 0x0a, 0x50,
0x52, 0x4f, 0x44, 0x55, 0x43, 0x45, 0x52, 0x20,
0x26, 0x20, 0x56, 0x4f, 0x49, 0x43, 0x45, 0x20,
0x44, 0x49, 0x52, 0x45, 0x43, 0x54, 0x49, 0x4f,
0x4e, 0x0a, 0x4a, 0x65, 0x6e, 0x6e, 0x69, 0x66,
0x65, 0x72, 0x20, 0x53, 0x77, 0x61, 0x72, 0x64,
0x0a, 0x0a, 0x0a, 0x4c, 0x45, 0x41, 0x44, 0x20,
0x50, 0x52, 0x4f, 0x47, 0x52, 0x41, 0x4d, 0x4d,
0x45, 0x52, 0x0a, 0x53, 0x63, 0x6f, 0x74, 0x74,
0x20, 0x4b, 0x2e, 0x20, 0x42, 0x6f, 0x77, 0x65,
0x6e, 0x0a, 0x0a, 0x0a, 0x41, 0x44, 0x44, 0x49,
0x54, 0x49, 0x4f, 0x4e, 0x41, 0x4c, 0x20, 0x50,
0x52, 0x4f, 0x47, 0x52, 0x41, 0x4d, 0x4d, 0x49,
0x4e, 0x47, 0x0a, 0x51, 0x69, 0x6e, 0x67, 0x20,
0x59, 0x75, 0x61, 0x6e, 0x0a, 0x0a, 0x0a, 0x52,
0x45, 0x43, 0x4f, 0x52, 0x44, 0x45, 0x44, 0x20,
0x42, 0x59, 0x0a, 0x54, 0x6f, 0x74, 0x6f, 0x20,
0x5a, 0x61, 0x72, 0x61, 0x0a, 0x61, 0x74, 0x20,
0x4d, 0x69, 0x64, 0x69, 0x77, 0x6f, 0x72, 0x6b,
0x73, 0x2c, 0x20, 0x4c, 0x61, 0x73, 0x20, 0x56,
0x65, 0x67, 0x61, 0x73, 0x2c, 0x20, 0x4e, 0x56,
0x0a, 0x0a, 0x0a, 0x41, 0x55, 0x44, 0x49, 0x4f,
0x20, 0x50, 0x4f, 0x53, 0x54, 0x20, 0x50, 0x52,
0x4f, 0x44, 0x55, 0x43, 0x54, 0x49, 0x4f, 0x4e,
0x20, 0x26, 0x0a, 0x53, 0x50, 0x45, 0x43, 0x49,
0x41, 0x4c, 0x20, 0x45, 0x46, 0x46, 0x45, 0x43,
0x54, 0x53, 0x0a, 0x50, 0x61, 0x75, 0x6c, 0x20,
0x53, 0x2e, 0x20, 0x4d, 0x75, 0x64, 0x72, 0x61,
0x0a, 0x44, 0x77, 0x69, 0x67, 0x68, 0x74, 0x20,
0x4f, 0x6b, 0x61, 0x68, 0x61, 0x72, 0x61, 0x0a,
0x54, 0x6f, 0x74, 0x6f, 0x20, 0x5a, 0x61, 0x72,
0x61, 0x0a, 0x50, 0x61, 0x74, 0x20, 0x43, 0x6f,
0x6c, 0x6c, 0x69, 0x6e, 0x73, 0x0a, 0x0a, 0x0a,
0x50, 0x52, 0x4f, 0x44, 0x55, 0x43, 0x54, 0x20,
0x4d, 0x41, 0x4e, 0x41, 0x47, 0x45, 0x52, 0x0a,
0x4c, 0x79, 0x6c, 0x65, 0x20, 0x4a, 0x2e, 0x20,
0x48, 0x61, 0x6c, 0x6c, 0x0a, 0x53, 0x63, 0x6f,
0x74, 0x74, 0x20, 0x44, 0x75, 0x63, 0x6b, 0x65,
0x74, 0x74, 0x0a, 0x0a, 0x0a, 0x4d, 0x41, 0x4e,
0x55, 0x41, 0x4c, 0x20, 0x44, 0x45, 0x53, 0x49,
0x47, 0x4e, 0x20, 0x26, 0x20, 0x4c, 0x41, 0x59,
0x4f, 0x55, 0x54, 0x0a, 0x4c, 0x69, 0x73, 0x61,
0x20, 0x41, 0x2e, 0x20, 0x42, 0x61, 0x6c, 0x6c,
0x61, 0x6e, 0x0a, 0x4c, 0x69, 0x73, 0x61, 0x20,
0x4d, 0x61, 0x72, 0x63, 0x69, 0x6e, 0x6b, 0x6f,
0x0a, 0x0a, 0x0a, 0x43, 0x44, 0x2d, 0x52, 0x4f,
0x4d, 0x20, 0x44, 0x45, 0x53, 0x49, 0x47, 0x4e,
0x20, 0x26, 0x20, 0x4c, 0x41, 0x59, 0x4f, 0x55,
0x54, 0x0a, 0x4c, 0x69, 0x73, 0x61, 0x20, 0x41,
0x2e, 0x20, 0x42, 0x61, 0x6c, 0x6c, 0x61, 0x6e,
0x0a, 0x4c, 0x61, 0x75, 0x72, 0x65, 0x6e, 0x20,
0x52, 0x69, 0x66, 0x6b, 0x69, 0x6e, 0x0a, 0x0a,
0x0a, 0x54, 0x45, 0x43, 0x48, 0x4e, 0x49, 0x43,
0x41, 0x4c, 0x20, 0x44, 0x49, 0x52, 0x45, 0x43,
0x54, 0x4f, 0x52, 0x0a, 0x43, 0x68, 0x72, 0x69,
0x73, 0x74, 0x6f, 0x70, 0x68, 0x65, 0x72, 0x20,
0x44, 0x2e, 0x20, 0x59, 0x61, 0x74, 0x65, 0x73,
0x0a, 0x0a, 0x0a, 0x50, 0x52, 0x4f, 0x44, 0x55,
0x43, 0x54, 0x20, 0x43, 0x4f, 0x4f, 0x52, 0x44,
0x49, 0x4e, 0x41, 0x54, 0x4f, 0x52, 0x0a, 0x49,
0x7a, 0x7a, 0x79, 0x20, 0x49, 0x7a, 0x61, 0x67,
0x75, 0x69, 0x72, 0x72, 0x65, 0x0a, 0x0a, 0x0a,
0x51, 0x55, 0x41, 0x4c, 0x49, 0x54, 0x59, 0x20,
0x41, 0x53, 0x53, 0x55, 0x52, 0x41, 0x4e, 0x43,
0x45, 0x0a, 0x47, 0x6c, 0x65, 0x6e, 0x6e, 0x20,
0x53, 0x70, 0x65, 0x72, 0x72, 0x79, 0x0a, 0x4d,
0x69, 0x6b, 0x65, 0x20, 0x4c, 0x69, 0x67, 0x68,
0x74, 0x6e, 0x65, 0x72, 0x0a, 0x57, 0x69, 0x6c,
0x6c, 0x69, 0x61, 0x6d, 0x20, 0x46, 0x6f, 0x73,
0x74, 0x65, 0x72, 0x0a, 0x4a, 0x65, 0x73, 0x73,
0x65, 0x20, 0x43, 0x6c, 0x65, 0x6d, 0x69, 0x74,
0x0a, 0x4a, 0x65, 0x66, 0x66, 0x20, 0x46, 0x69,
0x6c, 0x6c, 0x68, 0x61, 0x62, 0x65, 0x72, 0x0a,
0x0a, 0x0a, 0x53, 0x50, 0x45, 0x43, 0x49, 0x41,
0x4c, 0x20, 0x54, 0x48, 0x41, 0x4e, 0x4b, 0x53,
0x20, 0x54, 0x4f, 0x0a, 0x4b, 0x65, 0x76, 0x69,
0x6e, 0x20, 0x4e, 0x6f, 0x72, 0x72, 0x2c, 0x20,
0x4a, 0x65, 0x66, 0x66, 0x20, 0x57, 0x61, 0x67,
0x6f, 0x6e, 0x65, 0x72, 0x0a, 0x0a, 0x0a, 0x0a,
0x0a, 0x0a, 0x0a, 0x0a, 0x02, 0x46, 0x61, 0x62,
0x6c, 0x65, 0x73, 0x20, 0x26, 0x20, 0x46, 0x69,
0x65, 0x6e, 0x64, 0x73, 0x0a, 0x02, 0x42, 0x6f,
0x6f, 0x6b, 0x20, 0x49, 0x0a, 0x02, 0x54, 0x48,
0x45, 0x20, 0x4c, 0x45, 0x47, 0x45, 0x4e, 0x44,
0x20, 0x4f, 0x46, 0x20, 0x4b, 0x59, 0x52, 0x41,
0x4e, 0x44, 0x49, 0x41, 0x0a, 0x0a, 0x50, 0x75,
0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x20,
0x62, 0x79, 0x0a, 0x02, 0x57, 0x65, 0x73, 0x74,
0x77, 0x6f, 0x6f, 0x64, 0x20, 0x53, 0x74, 0x75,
0x64, 0x69, 0x6f, 0x73, 0x0a, 0x0a, 0x0a, 0x0a,
0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a,
0x0a, 0x0a, 0x03, 0x44, 0x69, 0x72, 0x65, 0x63,
0x74, 0x6f, 0x72, 0x3a, 0x05, 0x04, 0x42, 0x72,
0x65, 0x74, 0x74, 0x20, 0x57, 0x2e, 0x20, 0x53,
0x70, 0x65, 0x72, 0x72, 0x79, 0x0a, 0x0a, 0x03,
0x44, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x3a, 0x05,
0x04, 0x4d, 0x69, 0x63, 0x68, 0x61, 0x65, 0x6c,
0x20, 0x4c, 0x65, 0x67, 0x67, 0x0a, 0x04, 0x52,
0x69, 0x63, 0x6b, 0x20, 0x50, 0x61, 0x72, 0x6b,
0x73, 0x0a, 0x04, 0x50, 0x61, 0x75, 0x6c, 0x20,
0x53, 0x2e, 0x20, 0x4d, 0x75, 0x64, 0x72, 0x61,
0x0a, 0x0a, 0x03, 0x4c, 0x65, 0x61, 0x64, 0x20,
0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x6d,
0x65, 0x72, 0x3a, 0x05, 0x04, 0x4d, 0x69, 0x63,
0x68, 0x61, 0x65, 0x6c, 0x20, 0x4c, 0x65, 0x67,
0x67, 0x0a, 0x0a, 0x03, 0x53, 0x63, 0x72, 0x69,
0x70, 0x74, 0x20, 0x50, 0x72, 0x6f, 0x67, 0x72,
0x61, 0x6d, 0x6d, 0x65, 0x72, 0x3a, 0x05, 0x04,
0x53, 0x63, 0x6f, 0x74, 0x74, 0x20, 0x42, 0x6f,
0x77, 0x65, 0x6e, 0x0a, 0x0a, 0x03, 0x41, 0x6d,
0x69, 0x67, 0x61, 0x20, 0x50, 0x72, 0x6f, 0x67,
0x72, 0x61, 0x6d, 0x6d, 0x65, 0x72, 0x3a, 0x05,
0x04, 0x42, 0x69, 0x6c, 0x6c, 0x20, 0x53, 0x74,
0x6f, 0x6b, 0x65, 0x73, 0x0a, 0x0a, 0x03, 0x49,
0x6e, 0x74, 0x72, 0x6f, 0x20, 0x26, 0x20, 0x46,
0x69, 0x6e, 0x61, 0x6c, 0x65, 0x3a, 0x05, 0x04,
0x43, 0x68, 0x72, 0x69, 0x73, 0x74, 0x6f, 0x70,
0x68, 0x65, 0x72, 0x20, 0x59, 0x61, 0x74, 0x65,
0x73, 0x0a, 0x0a, 0x03, 0x41, 0x72, 0x74, 0x20,
0x26, 0x20, 0x47, 0x72, 0x61, 0x70, 0x68, 0x69,
0x63, 0x73, 0x3a, 0x05, 0x04, 0x52, 0x69, 0x63,
0x6b, 0x20, 0x50, 0x61, 0x72, 0x6b, 0x73, 0x0a,
0x04, 0x52, 0x65, 0x6e, 0x20, 0x4f, 0x6c, 0x73,
0x65, 0x6e, 0x0a, 0x04, 0x4c, 0x6f, 0x75, 0x69,
0x73, 0x65, 0x20, 0x53, 0x61, 0x6e, 0x64, 0x6f,
0x76, 0x61, 0x6c, 0x0a, 0x04, 0x4a, 0x6f, 0x73,
0x65, 0x70, 0x68, 0x20, 0x48, 0x65, 0x77, 0x69,
0x74, 0x74, 0x20, 0x49, 0x56, 0x0a, 0x04, 0x4a,
0x75, 0x64, 0x69, 0x74, 0x68, 0x20, 0x50, 0x65,
0x74, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x0a, 0x04,
0x41, 0x61, 0x72, 0x6f, 0x6e, 0x20, 0x50, 0x6f,
0x77, 0x65, 0x6c, 0x6c, 0x0a, 0x04, 0x45, 0x6c,
0x69, 0x65, 0x20, 0x41, 0x72, 0x61, 0x62, 0x69,
0x61, 0x6e, 0x0a, 0x04, 0x45, 0x72, 0x69, 0x63,
0x20, 0x53, 0x68, 0x75, 0x6c, 0x74, 0x73, 0x0a,
0x0a, 0x03, 0x41, 0x75, 0x64, 0x69, 0x6f, 0x20,
0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72,
0x3a, 0x05, 0x04, 0x50, 0x61, 0x75, 0x6c, 0x20,
0x53, 0x2e, 0x20, 0x4d, 0x75, 0x64, 0x72, 0x61,
0x0a, 0x0a, 0x03, 0x4d, 0x75, 0x73, 0x69, 0x63,
0x3a, 0x05, 0x04, 0x46, 0x72, 0x61, 0x6e, 0x6b,
0x20, 0x4b, 0x6c, 0x65, 0x70, 0x61, 0x63, 0x6b,
0x69, 0x0a, 0x0a, 0x03, 0x53, 0x6f, 0x75, 0x6e,
0x64, 0x20, 0x45, 0x66, 0x66, 0x65, 0x63, 0x74,
0x73, 0x3a, 0x05, 0x04, 0x44, 0x77, 0x69, 0x67,
0x68, 0x74, 0x20, 0x4f, 0x6b, 0x61, 0x68, 0x61,
0x72, 0x61, 0x0a, 0x0a, 0x03, 0x57, 0x72, 0x69,
0x74, 0x65, 0x72, 0x3a, 0x05, 0x04, 0x22, 0x43,
0x6f, 0x63, 0x6f, 0x22, 0x0a, 0x0a, 0x03, 0x51,
0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x20, 0x41,
0x73, 0x73, 0x75, 0x72, 0x61, 0x6e, 0x63, 0x65,
0x3a, 0x05, 0x04, 0x47, 0x6c, 0x65, 0x6e, 0x6e,
0x20, 0x53, 0x70, 0x65, 0x72, 0x72, 0x79, 0x0a,
0x04, 0x4d, 0x61, 0x74, 0x74, 0x20, 0x43, 0x6f,
0x6c, 0x6c, 0x69, 0x6e, 0x73, 0x0a, 0x04, 0x42,
0x69, 0x6c, 0x6c, 0x20, 0x46, 0x6f, 0x73, 0x74,
0x65, 0x72, 0x0a, 0x04, 0x4d, 0x69, 0x63, 0x68,
0x61, 0x65, 0x6c, 0x20, 0x4c, 0x69, 0x67, 0x68,
0x74, 0x6e, 0x65, 0x72, 0x0a, 0x04, 0x4d, 0x69,
0x63, 0x68, 0x61, 0x65, 0x6c, 0x20, 0x47, 0x61,
0x74, 0x65, 0x72, 0x0a, 0x04, 0x45, 0x75, 0x67,
0x65, 0x6e, 0x65, 0x20, 0x4d, 0x61, 0x72, 0x74,
0x69, 0x6e, 0x0a, 0x04, 0x4d, 0x69, 0x63, 0x68,
0x61, 0x65, 0x6c, 0x20, 0x47, 0x6c, 0x6f, 0x73,
0x65, 0x63, 0x6b, 0x69, 0x0a, 0x04, 0x4a, 0x75,
0x73, 0x74, 0x69, 0x6e, 0x20, 0x4e, 0x6f, 0x72,
0x72, 0x0a, 0x04, 0x54, 0x6f, 0x70, 0x20, 0x53,
0x74, 0x61, 0x72, 0x20, 0x54, 0x65, 0x73, 0x74,
0x69, 0x6e, 0x67, 0x0a, 0x04, 0x54, 0x65, 0x73,
0x74, 0x69, 0x6e, 0x67, 0x20, 0x31, 0x2c, 0x32,
0x2c, 0x33, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x4d,
0x41, 0x43, 0x49, 0x4e, 0x54, 0x4f, 0x53, 0x48,
0x20, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e,
0x20, 0x42, 0x59, 0x0a, 0x54, 0x68, 0x65, 0x20,
0x44, 0x72, 0x65, 0x61, 0x6d, 0x65, 0x72, 0x73,
0x20, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x2c, 0x20,
0x49, 0x6e, 0x63, 0x2e, 0x0a, 0x0a, 0x03, 0x50,
0x52, 0x4f, 0x47, 0x52, 0x41, 0x4d, 0x4d, 0x45,
0x52, 0x53, 0x3a, 0x05, 0x04, 0x4a, 0x6f, 0x65,
0x20, 0x50, 0x65, 0x61, 0x72, 0x63, 0x65, 0x0a,
0x04, 0x4a, 0x6f, 0x65, 0x20, 0x42, 0x75, 0x72,
0x6b, 0x73, 0x0a, 0x0a, 0x03, 0x54, 0x45, 0x53,
0x54, 0x49, 0x4e, 0x47, 0x3a, 0x05, 0x04, 0x53,
0x74, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x4d, 0x63,
0x4e, 0x61, 0x6c, 0x6c, 0x79, 0x0a, 0x04, 0x4a,
0x65, 0x6e, 0x6e, 0x69, 0x66, 0x65, 0x72, 0x20,
0x47, 0x72, 0x6f, 0x67, 0x61, 0x6e, 0x0a, 0x04,
0x4c, 0x65, 0x6e, 0x20, 0x4d, 0x69, 0x6e, 0x64,
0x65, 0x7a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x53,
0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x54,
0x68, 0x61, 0x6e, 0x6b, 0x73, 0x20, 0x74, 0x6f,
0x0a, 0x4c, 0x79, 0x6c, 0x65, 0x20, 0x4a, 0x2e,
0x20, 0x48, 0x61, 0x6c, 0x6c, 0x0a, 0x44, 0x61,
0x76, 0x69, 0x64, 0x20, 0x42, 0x69, 0x73, 0x68,
0x6f, 0x70, 0x0a, 0x22, 0x54, 0x68, 0x65, 0x20,
0x44, 0x6f, 0x63, 0x22, 0x0a, 0x61, 0x6e, 0x64,
0x0a, 0x46, 0x69, 0x72, 0x65, 0x62, 0x65, 0x72,
0x72, 0x79, 0x20, 0x47, 0x72, 0x65, 0x65, 0x6e,
0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a,
0x0a, 0x0a, 0x0a, 0x01, 0x41, 0x6e, 0x79, 0x20,
0x63, 0x68, 0x61, 0x72, 0x61, 0x63, 0x74, 0x65,
0x72, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68,
0x69, 0x73, 0x20, 0x67, 0x61, 0x6d, 0x65, 0x20,
0x77, 0x68, 0x6f, 0x20, 0x62, 0x65, 0x61, 0x72,
0x0a, 0x01, 0x72, 0x65, 0x73, 0x65, 0x6d, 0x62,
0x6c, 0x61, 0x6e, 0x63, 0x65, 0x20, 0x74, 0x6f,
0x20, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x73,
0x20, 0x6c, 0x69, 0x76, 0x69, 0x6e, 0x67, 0x20,
0x6f, 0x72, 0x0a, 0x01, 0x64, 0x65, 0x61, 0x64,
0x20, 0x61, 0x72, 0x65, 0x20, 0x70, 0x75, 0x72,
0x65, 0x6c, 0x79, 0x20, 0x63, 0x6f, 0x69, 0x6e,
0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x61, 0x6c,
0x2e, 0x0a, 0x0a, 0x0a, 0x01, 0x43, 0x6f, 0x70,
0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x28, 0x43,
0x29, 0x20, 0x31, 0x39, 0x39, 0x33, 0x2c, 0x20,
0x57, 0x65, 0x73, 0x74, 0x77, 0x6f, 0x6f, 0x64,
0x20, 0x53, 0x74, 0x75, 0x64, 0x69, 0x6f, 0x73,
0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x0a, 0x01,
0x41, 0x6c, 0x6c, 0x20, 0x72, 0x69, 0x67, 0x68,
0x74, 0x73, 0x20, 0x72, 0x65, 0x73, 0x65, 0x72,
0x76, 0x65, 0x64, 0x2e, 0x0a, 0x0a, 0x0a, 0x0a,
0x0a, 0x0a, 0x0a, 0x00
};
static const ByteProvider k1CreditsStringsMacCDEnglishProvider = { ARRAYSIZE(k1CreditsStringsMacCDEnglish), k1CreditsStringsMacCDEnglish };
|