KYRA:HoF DOS Spanish version - add resources

This commit is contained in:
Asirome 2020-06-01 19:54:20 +02:00 committed by athrxx
parent 5e2bc86fbd
commit 3bc54abd79
3 changed files with 110 additions and 0 deletions

View File

@ -70,6 +70,7 @@ const Game kyra2Games[] = {
{ kKyra2, kPlatformDOS, kNoSpecial, DE_DEU },
{ kKyra2, kPlatformDOS, kNoSpecial, IT_ITA },
{ kKyra2, kPlatformDOS, kNoSpecial, RU_RUS },
{ kKyra2, kPlatformDOS, kNoSpecial, ES_ESP },
{ kKyra2, kPlatformDOS, kTalkieVersion, EN_ANY },
{ kKyra2, kPlatformDOS, kTalkieVersion, FR_FRA },

View File

@ -65,6 +65,7 @@
#include "resources/hof_dos_german.h"
#include "resources/hof_dos_italian.h"
#include "resources/hof_dos_russian.h"
#include "resources/hof_dos_spanish.h"
#include "resources/hof_dos_cddemo.h"
#include "resources/hof_dos_cddemo_english.h"
@ -875,6 +876,7 @@ static const ResourceProvider resourceProviders[] = {
{ k2SeqplayStrings, kKyra2, kPlatformDOS, kNoSpecial, DE_DEU, &k2SeqplayStringsDOSGermanProvider },
{ k2SeqplayStrings, kKyra2, kPlatformDOS, kNoSpecial, IT_ITA, &k2SeqplayStringsDOSItalianProvider },
{ k2SeqplayStrings, kKyra2, kPlatformDOS, kNoSpecial, RU_RUS, &k2SeqplayStringsDOSRussianProvider },
{ k2SeqplayStrings, kKyra2, kPlatformDOS, kNoSpecial, ES_ESP, &k2SeqplayStringsDOSSpanishProvider },
{ k2SeqplayPakFiles, kKyra2, kPlatformDOS, kTalkieVersion, UNK_LANG, &k2SeqplayPakFilesDOSCDProvider },
{ k2SeqplayCredits, kKyra2, kPlatformDOS, kTalkieVersion, UNK_LANG, &k2SeqplayCreditsDOSCDProvider },
{ k2SeqplayCreditsSpecial, kKyra2, kPlatformDOS, kTalkieVersion, UNK_LANG, &k2SeqplayCreditsSpecialDOSCDProvider },

View File

@ -0,0 +1,107 @@
static const char *const k2SeqplayStringsDOSSpanish[103] = {
"Kyrandia esta desapareciendo!",
"Roca tras roca...",
"...y ""\xA0""rbol tras ""\xA0""rbol.",
"Kyrandia deja de existir!",
"Los M""\xA1""sticos Reales estan desconcertados.",
"Todas las referencia han sido consultadas",
"Incluso Marko y su nuevo ayudante han sido invitados a la conferencia.",
"Por suerte, la Mano tenia experiencia en estos asuntos.",
"Y finalmente un plan ha sido aprovado...",
"...este requiere que una m""\xA0""gica Piedra Ancla...",
"...deba ser extraida del centro del mundo.",
"Zanthia, la mas joven de los M""\xA1""sticos de Kyrandia, ha sido elegida para recoger la Piedra.",
"Gracias por jugar The Hand of Fate.",
"Estos ar""\xA0""ndanos deber""\xA1""an bastar parar abrir un portal al centro del mundo",
" DUMMY STRING... ",
" DUMMY STRING... ",
"Hey! Me han robado todo mi equipo!",
" DUMMY STRING... ",
"Si piensan que voy a ir caminando hasta ah""\xA1"" est""\xA0""n locos!",
" DUMMY STRING... ",
" DUMMY STRING... ",
"Vamos Faun!",
"Chico, eso estuvo cerca!",
"Me lo dijiste. Por mi parte, no pienso volver a cazar jamas!",
"Ribbit.",
"Cuantas veces tengo que repetirtelo? Eres un sapo.",
"Oh no! Nos hemos quedado sin queso!",
"Probemos este cerumen. Es naranja.",
"Mama, cuando tendr""\x82"" la hiedra?",
"Fuera de aqu""\xA1"", Uhhh!",
"Tu cortas, y yo elijo.",
"No. TU cortas y YO elijo.",
"Sigo diciendo que no tenia ni idea de lo que hablaba.",
"No reconocerias un pent""\xA0""metro y""\xA0""mbico ni aunque te picara en el trasero!",
"Productor Ejecutivo",
"Brett W. Sperry",
"Direccion y Diseno",
"Rick Gush",
"Programador Principal",
"Michael Legg",
"Gestion artistica",
"Louis Castle",
"Joseph B. Hewitt IV",
"Artista principal",
"Rick Parks",
"Programacion adicional",
"Philip W. Gorrow",
"Mike Grayford",
"Mark McCubbin",
"Artistas",
"Cameron Chun",
"Cary Averett",
"Cindy Chinn",
"Elie Arabian",
"Fei Cheng",
"Ferby Miguel",
"Frank Mendeola",
"Jack Martin",
"Jerry Moore",
"",
"Judith Peterson",
"Larry Miller",
"Lenny Lee",
"Louise Sandoval",
"Ren Olsen",
"Musica y Sonidos",
"Paul Mudra",
"Frank Klepacki",
"Dwight Okahara",
"Pat Collins",
"Asesores de calidad",
"Glenn Sperry",
"Michael Lightner",
"William Foster",
"Jesse Clemit",
"Jeff Fillhaber",
"Manual, Diseno",
"y Empaquetado",
"Eydie Laramore",
"Lisa Marcinko",
"Lauren Rifkin",
"Felicidades!",
"Gracias por jugar The Hand of Fate!",
"Programadores externos",
"Producer Liaison",
"Scott Duckett",
"Irvine Testers",
"Chris McFarland",
"Paul Moore",
"Chad Soares",
"Jared Brinkley",
"Jon Willliams",
"Chris Toft",
"Joe Kucan's Hair by",
"Theodore A. Morris",
"Cargar Partida",
"Introducci""\xA2""n",
"Empezar nueva partida",
"Salir del juego",
"Agradecimientos especiales",
"Sake Joe Bostic-san",
"Tim Fritz",
"Kenny Dunne"
};
static const StringListProvider k2SeqplayStringsDOSSpanishProvider = { ARRAYSIZE(k2SeqplayStringsDOSSpanish), k2SeqplayStringsDOSSpanish };