summaryrefslogtreecommitdiffstats
path: root/help_mp.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-18 19:50:33 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-18 19:50:33 +0000
commite177618fcc3663d279286d5841902c55291b5bbd (patch)
tree4883bf97c98645d3ee2cfb3c2d80aa769ee6e2b8 /help_mp.h
parentdc9ffdc24460a5b5ac92915e554f3692d15adfa9 (diff)
downloadmpv-e177618fcc3663d279286d5841902c55291b5bbd.tar.bz2
mpv-e177618fcc3663d279286d5841902c55291b5bbd.tar.xz
error messages added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1582 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp.h')
-rw-r--r--help_mp.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/help_mp.h b/help_mp.h
index 2ad0a87f57..7e710752c1 100644
--- a/help_mp.h
+++ b/help_mp.h
@@ -39,3 +39,46 @@ static char help_text[]=
"\n"
" * * * SEE MANPAGE FOR DETAILS, FURTHER OPTIONS AND KEYS ! * * *\n"
"\n";
+
+// mplayer.c:
+
+#define MSGTR_Exiting "\nExiting... (%s)\n"
+#define MSGTR_Exit_frames "Requested number of frames played"
+#define MSGTR_Exit_quit "Quit"
+#define MSGTR_Exit_eof "End of file"
+#define MSGTR_IntBySignal "\nMPlayer interrupted by signal %d in module: %s \n"
+#define MSGTR_NoHomeDir "Can't find HOME dir\n"
+#define MSGTR_GetpathProblem "get_path(\"config\") problem\n"
+#define MSGTR_CreatingCfgFile "Creating config file: %s\n"
+#define MSGTR_InvalidVOdriver "Invalid video output driver name: %s\nUse '-vo help' to get a list of available video drivers.\n"
+#define MSGTR_InvalidAOdriver "Invalid audio output driver name: %s\nUse '-ao help' to get a list of available audio drivers.\n"
+#define MSGTR_CopyCodecsConf "(copy/link DOCS/codecs.conf to ~/.mplayer/codecs.conf)\n"
+#define MSGTR_CantLoadFont "Can't load font: %s\n"
+#define MSGTR_CantLoadSub "Can't load subtitles: %s\n"
+#define MSGTR_ErrorDVDkey "Error processing DVD KEY.\n"
+#define MSGTR_CmdlineDVDkey "DVD command line requested key is stored for descrambling.\n"
+#define MSGTR_DVDauthOk "DVD auth sequence seems to be OK.\n"
+#define MSGTR_DumpSelectedSteramMissing "dump: FATAL: selected stream missing!\n"
+#define MSGTR_CantOpenDumpfile "Can't open dump file!!!\n"
+#define MSGTR_CoreDumped "core dumped :)\n"
+#define MSGTR_FPSnotspecified "FPS not specified (or invalid) in the header! Use the -fps option!\n"
+#define MSGTR_NoVideoStream "Sorry, no video stream... it's unplayable yet\n"
+#define MSGTR_TryForceAudioFmt "Trying to force audio codec driver family %d ...\n"
+#define MSGTR_CantFindAfmtFallback "Can't find audio codec for forced driver family, fallback to other drivers.\n"
+#define MSGTR_CantFindAudioCodec "Can't find codec for audio format 0x%X !\n"
+#define MSGTR_TryUpgradeCodecsConfOrRTFM "*** Try to upgrade %s from DOCS/codecs.conf\n*** If it's still not OK, then read DOCS/CODECS!\n"
+#define MSGTR_CouldntInitAudioCodec "Couldn't initialize audio codec! -> nosound\n"
+#define MSGTR_TryForceVideoFmt "Trying to force video codec driver family %d ...\n"
+#define MSGTR_CantFindVfmtFallback "Can't find video codec for forced driver family, fallback to other drivers.\n"
+#define MSGTR_CantFindVideoCodec "Can't find codec for video format 0x%X !\n"
+#define MSGTR_VOincompCodec "Sorry, selected video_out device is incompatible with this codec.\n"
+#define MSGTR_CouldntInitVideoCodec "FATAL: Couldn't initialize video codec :(\n"
+#define MSGTR_EncodeFileExists "File already exists: %s (don't overwrite your favourite AVI!)\n"
+#define MSGTR_CantCreateEncodeFile "Cannot create file for encoding\n"
+#define MSGTR_CannotInitVO "FATAL: Cannot initialize video driver!\n"
+#define MSGTR_CannotInitAO "couldn't open/init audio device -> NOSOUND\n"
+#define MSGTR_StartPlaying "Start playing...\n"
+#define MSGTR_SystemTooSlow "\n************************************************************************"\
+ "\n** Your system is too SLOW to play this! try with -framedrop or RTFM! **"\
+ "\n************************************************************************\n"
+//#define MSGTR_