1 /*
2 ===========================
3 	   UMODPLAYER
4 ===========================
5 Console IT/S3M/XM/MTM/MOD/UMX/669/FAR/OKT/MED/STM toolchain
6 Free & Portable
7 */
8 
9 /* global messages */
10 #define MESSAGE_NO_MEMORY		"FATAL ERROR: Not enough memory\n"
11 
12 /* coresound.c messages */
13 #define MESSAGE_AUDIO_ERROR		"Error opening audio: %s\n"
14 #define MESSAGE_PLAYING			"Playing \n(any key to pause)"
15 #define MESSAGE_PAUSED			"\n\n>>> Paused\nResume => ENTER\nStop   => S\n\noption? "
16 
17 /* file_read.c messages */
18 #define MESSAGE_EXPORT			"Export to filename [press enter to cancel]? "
19 #define MESSAGE_FORMATS			"\nAvailable formats:"
20 #define MESSAGE_FORMAT			"format> "
21 #define MESSAGE_EXPORT_ERROR	"Error while exporting!"
22 #define MESSAGE_DONE			"... done"
23 #define MESSAGE_FILENAME		"filename> "
24 #define MESSAGE_PRESS_ENTER		"[select an option, or press ENTER to cancel]"
25 #define MESSAGE_OPTION			"option> "
26 #define MESSAGE_STOP_PLAYLIST	"[press any key to stop playlist]"
27 #define MESSAGE_CANT_FIND_ITEM	"couldn`t find such playlist item!"
28 
29 /* main.c messages */
30 #define MESSAGE_NO_MODULE		"No module loaded\n"
31 
32 /* text.c messages */
33 #define MESSAGE_PAGINATING		"...press ENTER to continue (%d%%)"
34 #define MESSAGE_NO_MESSAGE		"No message is available..."
35 #define MESSAGE_OPEN_ERROR		"... file open error!"
36 #define MESSAGE_NO_INSTRUMENTS	"Song has no instruments."
37 #define MESSAGE_NO_SAMPLES		"Song has no samples."
38 
39