2010-01-25 14:01:22 +01:00
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
#include "menu_messages.hh"
|
|
|
|
|
2010-02-09 11:02:05 +01:00
|
|
|
const char *exit_dialogue_messages[8] = {
|
2010-01-25 14:01:22 +01:00
|
|
|
/*00*/ "Do you really want to exit",
|
|
|
|
/*01*/ "Frodo?",
|
|
|
|
/*02*/ "#", /* Empty line */
|
|
|
|
/*03*/ "#",
|
|
|
|
/*04*/ "#",
|
|
|
|
/*05*/ "#",
|
|
|
|
/*06*/ "^|Yes|Cancel",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
2010-02-24 21:33:19 +01:00
|
|
|
const char *save_state_done[8] = {
|
|
|
|
/*00*/ "Game state saved!",
|
|
|
|
/*01*/ "#",
|
|
|
|
/*02*/ "#", /* Empty line */
|
|
|
|
/*03*/ "#",
|
|
|
|
/*04*/ "#",
|
|
|
|
/*05*/ "#",
|
|
|
|
/*06*/ "^|OK",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
2010-02-09 11:02:05 +01:00
|
|
|
const char *network_port_dialogue_messages[8] = {
|
2010-01-25 14:01:22 +01:00
|
|
|
/*00*/ "Please supply a number as",
|
|
|
|
/*01*/ "network port.",
|
|
|
|
/*02*/ "#", /* Empty line */
|
|
|
|
/*03*/ "#",
|
|
|
|
/*04*/ "#",
|
|
|
|
/*05*/ "#",
|
|
|
|
/*06*/ "^|OK",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
2010-02-09 11:02:05 +01:00
|
|
|
const char *network_unset_name_dlg[8] = {
|
2010-01-25 14:01:22 +01:00
|
|
|
/*00*/ "Please setup a name to use",
|
|
|
|
/*01*/ "on network connections.",
|
|
|
|
/*02*/ "#", /* Empty line */
|
|
|
|
/*03*/ "#",
|
|
|
|
/*04*/ "#",
|
|
|
|
/*05*/ "#",
|
|
|
|
/*06*/ "^|OK",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
2010-02-21 14:16:04 +01:00
|
|
|
const char *network_need_connection[8] = {
|
|
|
|
/*00*/ "You need to be connected",
|
|
|
|
/*01*/ "to the C64 network to",
|
|
|
|
/*02*/ "use this feature",
|
|
|
|
/*03*/ "#",
|
|
|
|
/*04*/ "#",
|
|
|
|
/*05*/ "#",
|
|
|
|
/*06*/ "^|OK",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
|
|
|
const char *network_need_peer[8] = {
|
|
|
|
/*00*/ "You need to be connected",
|
|
|
|
/*01*/ "to a peer on the network",
|
|
|
|
/*02*/ "to use this feature",
|
|
|
|
/*03*/ "#",
|
|
|
|
/*04*/ "#",
|
|
|
|
/*05*/ "#",
|
|
|
|
/*06*/ "^|OK",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
2010-02-09 11:02:05 +01:00
|
|
|
const char *broken_theme_dlg[8] = {
|
2010-01-25 14:01:22 +01:00
|
|
|
/*00*/ "The selected theme cannot be",
|
|
|
|
/*01*/ "loaded, probably some file",
|
|
|
|
/*02*/ "is missing or broken in it.",
|
|
|
|
/*03*/ "The default theme has been",
|
|
|
|
/*04*/ "reverted.",
|
|
|
|
/*05*/ "#",
|
|
|
|
/*06*/ "^|OK",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
2010-02-09 11:02:05 +01:00
|
|
|
const char *game_info_bad_year_dlg[8] = {
|
2010-01-31 08:58:48 +01:00
|
|
|
/*00*/ "Impossible year selected,",
|
|
|
|
/*01*/ "try starting with 1981!",
|
|
|
|
/*02*/ "#", /* Empty line */
|
|
|
|
/*03*/ "#",
|
|
|
|
/*04*/ "#",
|
|
|
|
/*05*/ "#",
|
|
|
|
/*06*/ "^|OK",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
2010-02-09 11:02:05 +01:00
|
|
|
const char *game_info_bad_number_dlg[8] = {
|
2010-01-31 08:58:48 +01:00
|
|
|
/*00*/ "Please enter a number!",
|
|
|
|
/*01*/ "#",
|
|
|
|
/*02*/ "#", /* Empty line */
|
|
|
|
/*03*/ "#",
|
|
|
|
/*04*/ "#",
|
|
|
|
/*05*/ "#",
|
|
|
|
/*06*/ "^|OK",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
2010-02-09 11:02:05 +01:00
|
|
|
const char *select_analogue_dlg[8] = {
|
2010-01-25 14:01:22 +01:00
|
|
|
/*00*/ "Select axis of analogue",
|
|
|
|
/*01*/ "joystick to bind.",
|
|
|
|
/*02*/ "#",
|
|
|
|
/*03*/ "#",
|
|
|
|
/*04*/ "#",
|
|
|
|
/*05*/ "#",
|
|
|
|
/*06*/ "^|None|Horiz|Vert",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
2010-02-28 19:16:41 +01:00
|
|
|
const char *frodo_help[11] = {
|
|
|
|
/*00*/ "Welcome to the C64 network!",
|
|
|
|
/*01*/ "#",
|
|
|
|
/*02*/ "Key bindings:",
|
|
|
|
/*03*/ "Home - Enter menu",
|
|
|
|
/*04*/ "F10 - Type network message",
|
|
|
|
/*05*/ "F12 - Reset the C64",
|
|
|
|
/*06*/ "Ctrl - Fire",
|
|
|
|
/*07*/ "Arrows - Joystick",
|
|
|
|
/*08*/ "#",
|
|
|
|
/*09*/ "^|OK",
|
|
|
|
NULL
|
|
|
|
};
|
2010-01-25 14:01:22 +01:00
|
|
|
|
|
|
|
|
2010-02-09 11:02:05 +01:00
|
|
|
const char *main_menu_messages[14] = {
|
2010-03-14 13:03:30 +01:00
|
|
|
/*00*/ "File",
|
|
|
|
/*01*/ "^|Start|Insert",
|
|
|
|
/*02*/ "States",
|
|
|
|
/*03*/ "^|Load|Save|Delete",
|
|
|
|
/*04*/ "Keyboard",
|
|
|
|
/*05*/ "^|Type|Bind",
|
|
|
|
/*06*/ " ",
|
|
|
|
/*07*/ "Game info",
|
|
|
|
/*08*/ "Networking",
|
|
|
|
/*09*/ "Options",
|
|
|
|
/*10*/ " ",
|
|
|
|
/*11*/ "Quit",
|
2010-01-25 14:01:22 +01:00
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
2010-02-09 11:02:05 +01:00
|
|
|
const char **main_menu_help[14] = {
|
2010-01-25 14:01:22 +01:00
|
|
|
(const char*[]){
|
|
|
|
"Insert a disc/tape or",
|
|
|
|
"start it",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
NULL,
|
|
|
|
(const char*[]){
|
|
|
|
"Load/save or delete game",
|
|
|
|
"states",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
NULL,
|
|
|
|
(const char*[]){
|
|
|
|
"Bind keyboard keys to the",
|
2010-02-21 07:54:37 +01:00
|
|
|
"joysticks, or type with",
|
|
|
|
"the virtual keyboard",
|
2010-01-25 14:01:22 +01:00
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
NULL,
|
|
|
|
NULL,
|
|
|
|
(const char*[]){
|
|
|
|
"View and configure game",
|
|
|
|
"information (author,",
|
|
|
|
"screenshots etc)",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
(const char*[]){
|
|
|
|
"Network setup for playing",
|
|
|
|
"C64 games against other",
|
|
|
|
"players online.",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
(const char*[]){
|
|
|
|
"Configure Frodo",
|
|
|
|
NULL,
|
|
|
|
},
|
2010-03-14 13:03:30 +01:00
|
|
|
NULL,
|
2010-01-25 14:01:22 +01:00
|
|
|
(const char*[]){
|
|
|
|
"Quit Frodo",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
NULL,
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2010-02-09 11:02:05 +01:00
|
|
|
const char *options_menu_messages[14] = {
|
2010-02-28 19:16:41 +01:00
|
|
|
/*00*/ "Help",
|
2010-02-28 19:46:07 +01:00
|
|
|
/*01*/ " ",
|
2010-02-28 19:16:41 +01:00
|
|
|
/*02*/ "Map Controller 1 to:",
|
|
|
|
/*03*/ "^|Port 1|Port 2",
|
|
|
|
/*04*/ "True 1541 emulation",
|
2010-01-25 14:01:22 +01:00
|
|
|
/*05*/ "^|ON|OFF",
|
2010-02-28 15:09:31 +01:00
|
|
|
/*06*/ "Display",
|
|
|
|
/*07*/ "^|window|fullscreen",
|
2010-01-25 14:01:22 +01:00
|
|
|
/*08*/ "Speed (approx. %)",
|
|
|
|
/*09*/ "^|95|100|110",
|
|
|
|
/*10*/ "Reset the C=64",
|
|
|
|
/*11*/ " ",
|
|
|
|
/*12*/ "Setup GUI theme",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
2010-02-09 11:02:05 +01:00
|
|
|
const char *bind_key_menu_messages[13] = {
|
2010-01-25 14:01:22 +01:00
|
|
|
/*00*/ "Wiimote",
|
2010-03-14 17:26:07 +01:00
|
|
|
/*01*/ "^|A|B|1|2|+|-",
|
2010-01-25 14:01:22 +01:00
|
|
|
/*02*/ "Nunchuk",
|
2010-03-14 17:26:07 +01:00
|
|
|
/*03*/ "^|Z|C",
|
2010-01-25 14:01:22 +01:00
|
|
|
/*04*/ "Classic",
|
2010-03-14 17:26:07 +01:00
|
|
|
/*05*/ "^|a|b|x|y|Zl|Zr|+|-",
|
|
|
|
/*06*/ " ",
|
|
|
|
/*07*/ "Reset to defaults",
|
2010-01-25 14:01:22 +01:00
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
2010-02-09 11:02:05 +01:00
|
|
|
const char **options_menu_help[14] = {
|
2010-03-02 20:59:11 +01:00
|
|
|
(const char*[]){
|
|
|
|
"Help and keyboard.",
|
|
|
|
"shortcuts",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
NULL,
|
2010-01-25 14:01:22 +01:00
|
|
|
(const char*[]){
|
|
|
|
"Switch controller to",
|
|
|
|
"C64 joystick port",
|
|
|
|
"mapping.",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
NULL,
|
|
|
|
(const char*[]){
|
|
|
|
"Turn on or off true 1541",
|
|
|
|
"floppy emulation. Might",
|
|
|
|
"be needed in some games",
|
|
|
|
"but slows down emulation.",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
NULL,
|
|
|
|
(const char*[]){
|
|
|
|
"Display 1541 drive LED to",
|
|
|
|
"show if the emulation got",
|
|
|
|
"stuck or is running.",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
NULL,
|
|
|
|
(const char*[]){
|
2010-02-28 15:09:31 +01:00
|
|
|
"Select display settings.",
|
|
|
|
"Fullscreen attemts to run",
|
|
|
|
"in fullscreen mode, while.",
|
|
|
|
"windowed uses a window.",
|
|
|
|
"Activated on next restart.",
|
|
|
|
" ",
|
|
|
|
"On the Wii, fullscreen is",
|
|
|
|
"always used",
|
2010-01-25 14:01:22 +01:00
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
NULL,
|
|
|
|
(const char*[]){
|
|
|
|
"Setup speed factor (in %).",
|
|
|
|
"Should normally be 100",
|
|
|
|
"unless Simon did some bad",
|
|
|
|
"mistake.",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
NULL,
|
|
|
|
(const char*[]){
|
|
|
|
"Setup theme for the Frodo",
|
|
|
|
"menus.",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
NULL,
|
|
|
|
};
|
|
|
|
|
2010-02-21 14:05:01 +01:00
|
|
|
const char **network_menu_help[9] = {
|
2010-01-25 14:01:22 +01:00
|
|
|
(const char*[]){
|
|
|
|
"Setup username to use on",
|
|
|
|
"the C64 network. Must be",
|
|
|
|
"set before connceting.",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
(const char*[]){
|
|
|
|
"Setup server hostname.",
|
|
|
|
"Only for debugging, so",
|
|
|
|
"leave as it is.",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
(const char*[]){
|
2010-02-21 11:55:54 +01:00
|
|
|
"Setup the region of the",
|
|
|
|
"world where you live.",
|
2010-01-25 14:01:22 +01:00
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
NULL,
|
|
|
|
(const char*[]){
|
|
|
|
"Connect to the C64",
|
|
|
|
"network, or disconnect if",
|
|
|
|
"you are already connected.",
|
|
|
|
NULL,
|
|
|
|
},
|
|
|
|
NULL,
|
|
|
|
(const char*[]){
|
2010-02-21 14:05:01 +01:00
|
|
|
"Post message to everyone",
|
|
|
|
"connected to the C64",
|
2010-01-25 14:01:22 +01:00
|
|
|
"network server. You must",
|
|
|
|
"be connected to use this.",
|
|
|
|
NULL,
|
|
|
|
},
|
2010-02-21 14:05:01 +01:00
|
|
|
(const char*[]){
|
|
|
|
"Post message to the peer",
|
|
|
|
"you are playing with. You",
|
|
|
|
"must be connected to use",
|
|
|
|
"this feature.",
|
2010-02-21 14:16:04 +01:00
|
|
|
" ",
|
|
|
|
"You can also press F10 on",
|
|
|
|
"the keyboard to activate",
|
|
|
|
"this.",
|
2010-02-21 14:05:01 +01:00
|
|
|
NULL,
|
|
|
|
},
|
2010-01-25 14:01:22 +01:00
|
|
|
NULL,
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2010-02-09 11:02:05 +01:00
|
|
|
const char *game_info_menu_messages[6] = {
|
2010-01-25 14:01:22 +01:00
|
|
|
/*00*/ "Capture game screenshot",
|
|
|
|
/*01*/ " ",
|
|
|
|
/*02*/ "Set game name",
|
2010-01-31 08:58:48 +01:00
|
|
|
/*03*/ "Set game author",
|
|
|
|
/*04*/ "Set publishing year",
|
2010-01-25 14:01:22 +01:00
|
|
|
NULL
|
|
|
|
};
|
2010-02-28 19:31:30 +01:00
|
|
|
|
|
|
|
|
2010-03-10 17:58:06 +01:00
|
|
|
const char *needs_help[9] = {
|
|
|
|
/*00*/ "c64-network.org needs",
|
2010-03-14 16:13:36 +01:00
|
|
|
/*01*/ "graphics and web design",
|
2010-03-10 17:58:06 +01:00
|
|
|
/*02*/ "help! See",
|
|
|
|
/*02*/ "#",
|
2010-02-28 19:31:30 +01:00
|
|
|
/*03*/ "http://www.c64-network.org",
|
|
|
|
/*04*/ "for more information.",
|
|
|
|
/*05*/ "#",
|
2010-03-10 17:58:06 +01:00
|
|
|
/*06*/ "^|I'll help!",
|
2010-02-28 19:31:30 +01:00
|
|
|
NULL
|
|
|
|
};
|