summaryrefslogtreecommitdiffstats
path: root/help_mp-en.h
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-05 18:37:14 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-05 18:37:14 +0000
commit539e99eee182c4271eb69208310ff73b0c70aade (patch)
treee666478f0584d893c75c741500396cd022c7f902 /help_mp-en.h
parent305cbfe923fa599ac8e8fa8ed44f2512e706486d (diff)
downloadmpv-539e99eee182c4271eb69208310ff73b0c70aade.tar.bz2
mpv-539e99eee182c4271eb69208310ff73b0c70aade.tar.xz
moved messages to help_mp-??.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6931 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp-en.h')
-rw-r--r--help_mp-en.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/help_mp-en.h b/help_mp-en.h
index 50fe9538c3..4d009a006b 100644
--- a/help_mp-en.h
+++ b/help_mp-en.h
@@ -120,6 +120,25 @@ static char help_text[]=
#define MSGTR_Playing "Playing %s\n"
#define MSGTR_NoSound "Audio: no sound!!!\n"
#define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f)\n"
+#define MSGTR_CompiledWithRuntimeDetection "Compiled with RUNTIME CPU Detection - warning, it's not optimal! To get best performance, recompile mplayer from sources with --disable-runtime-cpudetection\n"
+#define MSGTR_CompiledWithCPUExtensions "Compiled for x86 CPU with extensions:"
+#define MSGTR_AvailableVideoOutputPlugins "Available video output plugins:\n"
+#define MSGTR_AvailableVideoOutputDrivers "Available video output drivers:\n"
+#define MSGTR_AvailableAudioOutputDrivers "Available audio output drivers:\n"
+#define MSGTR_AvailableAudioCodecs "Available audio codecs:\n"
+#define MSGTR_AvailableVideoCodecs "Available video codecs:\n"
+#define MSGTR_UsingRTCTiming "Using Linux's hardware RTC timing (%ldHz)\n"
+#define MSGTR_CannotReadVideoPropertiers "Video: can't read properties\n"
+#define MSGTR_NoStreamFound "No stream found\n"
+#define MSGTR_InitializingAudioCodec "Initializing audio codec...\n"
+#define MSGTR_ErrorInitializingVODevice "Error opening/initializing the selected video_out (-vo) device!\n"
+#define MSGTR_ForcedVideoCodec "Forced video codec: %s\n"
+#define MSGTR_AODescription_AOAuthor "AO: Description: %s\nAO: Author: %s\n"
+#define MSGTR_AOComment "AO: Comment: %s\n"
+#define MSGTR_Video_NoVideo "Video: no video!!!\n"
+#define MSGTR_NotInitializeVOPorVO "\nFATAL: Couldn't initialize video filters (-vop) or video output (-vo) !\n"
+#define MSGTR_Paused "\n------ PAUSED -------\r"
+#define MSGTR_PlaylistLoadUnable "\nUnable to load playlist %s\n"
// open.c, stream.c:
#define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found!\n"