comparison Gui/language.c @ 1706:e8f61691814e

shmem.c removed
author arpi
date Sun, 26 Aug 2001 19:54:37 +0000
parents d237c5d4b216
children
comparison
equal deleted inserted replaced
1705:b3d87a57b6f4 1706:e8f61691814e
14 14
15 // --- error messages --- 15 // --- error messages ---
16 char * langNEMDB = "Sorry, not enough memory for draw buffer."; 16 char * langNEMDB = "Sorry, not enough memory for draw buffer.";
17 char * langNEMFMR = "Sorry, not enough memory for menu rendering."; 17 char * langNEMFMR = "Sorry, not enough memory for menu rendering.";
18 char * langNEMFMM = "Sorry, not enough memory for main window shape mask."; 18 char * langNEMFMM = "Sorry, not enough memory for main window shape mask.";
19
20 #if 0
19 char * langLIRCSNW = "LIRC support not working. Disabled."; 21 char * langLIRCSNW = "LIRC support not working. Disabled.";
20 char * langAudioDriverSelectNotSupported = "Your audio driver DOES NOT support select(). Recompile mplayer with #undef HAVE_AUDIO_SELECT in config.h !"; 22 char * langAudioDriverSelectNotSupported = "Your audio driver DOES NOT support select(). Recompile mplayer with #undef HAVE_AUDIO_SELECT in config.h !";
21 char * langNotSupportedFileFormat = "Sorry, this file format not recognized/supported. If this file is an AVI, ASF or MPEG stream, please contact the author!"; 23 char * langNotSupportedFileFormat = "Sorry, this file format not recognized/supported. If this file is an AVI, ASF or MPEG stream, please contact the author!";
22 char * langCodecConfNotFound = "The codecs.conf config file not found. Please copy/link DOCS/codecs.conf to ~/.mplayer/codecs.conf."; 24 char * langCodecConfNotFound = "The codecs.conf config file not found. Please copy/link DOCS/codecs.conf to ~/.mplayer/codecs.conf.";
23 char * langErrorProcessingDVDKey = "Error processing DVD KEY."; 25 char * langErrorProcessingDVDKey = "Error processing DVD KEY.";
38 "Maybe you forget to upgrade your win32 codecs?? It's time to download the new " \ 40 "Maybe you forget to upgrade your win32 codecs?? It's time to download the new " \
39 "package from: ftp://thot.banki.hu/esp-team/linux/MPlayer/w32codec.zip! " \ 41 "package from: ftp://thot.banki.hu/esp-team/linux/MPlayer/w32codec.zip! " \
40 "Or you should disable DShow support."; 42 "Or you should disable DShow support.";
41 char * langCantInitVideoDriver = "FATAL: Cannot initialize video driver!"; 43 char * langCantInitVideoDriver = "FATAL: Cannot initialize video driver!";
42 char * langUnknowError = "Unknow error. Please contact the developer team."; 44 char * langUnknowError = "Unknow error. Please contact the developer team.";
43 45 #endif