summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-30 13:15:41 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-30 13:15:41 +0000
commit82eef16f4de6c7f1569c90ea7f979b172fd52630 (patch)
tree0c32c3053e4e50dd6ccd697fafee58ae631b8b1a /help
parent4e39ea3dfea44f5628937a762626f4255e30f66c (diff)
downloadmpv-82eef16f4de6c7f1569c90ea7f979b172fd52630.tar.bz2
mpv-82eef16f4de6c7f1569c90ea7f979b172fd52630.tar.xz
move errors and a warning to help_mp-en.h
so they can be translated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24892 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index ac940360e0..f0ac753906 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1767,6 +1767,17 @@ static char help_text[]=
#define MSGTR_LIBVO_DXR3_XCorrection "[VO_DXR3] Xcorrection: %d.\n"
#define MSGTR_LIBVO_DXR3_FailedSetSignalMix "[VO_DXR3] Failed to set signal mix!\n"
+// libvo/font_load_ft.c
+
+#define MSGTR_LIBVO_FONT_LOAD_FT_NewFaceFailed "New_Face failed. Maybe the font path is wrong.\nPlease supply the text font file (~/.mplayer/subfont.ttf).\n"
+#define MSGTR_LIBVO_FONT_LOAD_FT_NewMemoryFaceFailed "New_Memory_Face failed..\n"
+#define MSGTR_LIBVO_FONT_LOAD_FT_SubFaceFailed "subtitle font: load_sub_face failed.\n"
+#define MSGTR_LIBVO_FONT_LOAD_FT_SubFontCharsetFailed "subtitle font: prepare_charset failed.\n"
+#define MSGTR_LIBVO_FONT_LOAD_FT_CannotPrepareSubtitleFont "Cannot prepare subtitle font.\n"
+#define MSGTR_LIBVO_FONT_LOAD_FT_CannotPrepareOSDFont "Cannot prepare OSD font.\n"
+#define MSGTR_LIBVO_FONT_LOAD_FT_CannotGenerateTables "Cannot generate tables.\n"
+#define MSGTR_LIBVO_FONT_LOAD_FT_DoneFreeTypeFailed "FT_Done_FreeType failed.\n"
+
// libvo/vo_mga.c
#define MSGTR_LIBVO_MGA_AspectResized "[VO_MGA] aspect(): resized to %dx%d.\n"