2009-12-04 19:10:49 +00:00
|
|
|
#ifndef MENU_MESSAGES_HH
|
|
|
|
#define MENU_MESSAGES_HH
|
|
|
|
|
|
|
|
extern const char **main_menu_messages;
|
2009-12-05 12:04:00 +00:00
|
|
|
extern const char **exit_dialogue_messages;
|
2009-12-04 19:10:49 +00:00
|
|
|
extern const char **main_menu_help[];
|
|
|
|
|
2010-01-06 16:42:55 +00:00
|
|
|
extern const char **bind_key_menu_messages;
|
|
|
|
|
2009-12-28 12:38:41 +00:00
|
|
|
extern const char **options_menu_messages;
|
|
|
|
extern const char **options_menu_help[];
|
|
|
|
|
2009-12-29 13:23:01 +00:00
|
|
|
/* The menu messages are dynamically generated */
|
|
|
|
extern const char **network_menu_help[];
|
2010-01-02 12:07:35 +00:00
|
|
|
extern const char **network_port_dialogue_messages;
|
2010-01-02 12:16:35 +00:00
|
|
|
extern const char **network_unset_name_dlg;
|
2010-01-05 15:23:19 +00:00
|
|
|
extern const char **broken_theme_dlg;
|
2010-01-10 18:50:58 +00:00
|
|
|
extern const char **select_analogue_dlg;
|
2009-12-29 13:23:01 +00:00
|
|
|
|
2009-12-04 19:10:49 +00:00
|
|
|
#endif
|