scummvm/devtools/create_kyradat/resources/lok_mac_cd_english.h
athrxx eb6a769085 KYRA: (LOK/Mac) - fix talkie version
The talkie version was silently killed while we completed the support for the regular Mac version.

Also cleanup all the LOK static resources a bit (remove garbage offsets).
2022-08-13 16:51:22 +02:00

690 lines
24 KiB
C

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 };