Initial commit
This commit is contained in:
20
devtools/create_kyradat/resources/mr_dos_cd_french.h
Normal file
20
devtools/create_kyradat/resources/mr_dos_cd_french.h
Normal file
@@ -0,0 +1,20 @@
|
||||
static const char *const k3MainMenuStringsDOSCDFrench[4] = {
|
||||
"Nouvelle Partie",
|
||||
"Introduction",
|
||||
"Charger une partie",
|
||||
"Quitter le jeu"
|
||||
};
|
||||
|
||||
static const StringListProvider k3MainMenuStringsDOSCDFrenchProvider = { ARRAYSIZE(k3MainMenuStringsDOSCDFrench), k3MainMenuStringsDOSCDFrench };
|
||||
|
||||
static const char *const k3VqaSubtitlesIntroDOSCDFrench[] = {
|
||||
""// TODO
|
||||
};
|
||||
|
||||
static const StringListProvider k3VqaSubtitlesIntroDOSCDFrenchProvider = { ARRAYSIZE(k3VqaSubtitlesIntroDOSCDFrench), k3VqaSubtitlesIntroDOSCDFrench };
|
||||
|
||||
static const char *const k3VqaSubtitlesBoatDOSCDFrench[] = {
|
||||
""// TODO
|
||||
};
|
||||
|
||||
static const StringListProvider k3VqaSubtitlesBoatDOSCDFrenchProvider = { ARRAYSIZE(k3VqaSubtitlesBoatDOSCDFrench), k3VqaSubtitlesBoatDOSCDFrench };
|
||||
Reference in New Issue
Block a user