summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-04 19:06:19 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-04 19:06:19 +0000
commit01c7b6175f9113c6fa6831c1c9b29d83901c757e (patch)
tree613af2761718ce9132d7036cda46544a09c1e6b0 /help
parent9f8e6d8f6b3844ab2814b752160c5201b2ede553 (diff)
downloadmpv-01c7b6175f9113c6fa6831c1c9b29d83901c757e.tar.bz2
mpv-01c7b6175f9113c6fa6831c1c9b29d83901c757e.tar.xz
help_mp-de.h:
r21367: If a glyph is not found in the current font, switch to another one. r21476: Open embedded fonts directly from memory. [...] mplayer.1: r21357: Cycling through video tracks works with libavformat as well. r21398: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames r21399: fix suggested by Diego r21410: document new meaning of dia=-1 introduced by lavc r7192 r21413: mark lavc's uneven multi-hexagon search as slow, remove stray '.' r21430: documented -mpegopts :[va]buf_size r21441: Audio track switching works for AVI and libavformat as well. r21446: Remove long-deprecated -vop option. r21449: Merge dga/nodga suboption of vo_vesa, no short forms. r21452: document s3fb video out driver r21484: documented -mpegopts :tele_src and :tele_dest r21486: Improoving readability of pullup filter section r21487: document s3fb suboption, [...] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21493 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-de.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index a9ededdcec..7b36b6e80b 100644
--- a/help/help_mp-de.h
+++ b/help/help_mp-de.h
@@ -4,7 +4,7 @@
// Alexander Strasser <eclipse7@gmx.net>
// Sebastian Krämer <mail@kraymer.de>
-// In sync with r21332
+// In sync with r21476
// FIXME: improve wording/meaning of periodsize|timer.. for ao_alsa.c strings
// ========================= MPlayer help ===========================
@@ -2083,6 +2083,7 @@ static char help_text[]=
#define MSGTR_LIBASS_FcDirSave "[ass] FcDirSave fehlgeschlagen.\n"
#define MSGTR_LIBASS_FcConfigAppFontAddDirFailed "[ass] FcConfigAppFontAddDir fehlgeschlagen\n"
#define MSGTR_LIBASS_FontconfigDisabledDefaultFontWillBeUsed "[ass] Fontconfig deaktiviert, es wird nur die Standardschrift verwendet werden.\n"
+#define MSGTR_LIBASS_FunctionCallFailed "[ass] %s fehlgeschlagen\n"
// ass_render.c
#define MSGTR_LIBASS_NeitherPlayResXNorPlayResYDefined "[ass] Weder PlayResX noch PlayResY definiert. Nehme 384x288 an.\n"
@@ -2101,3 +2102,8 @@ static char help_text[]=
#define MSGTR_LIBASS_EventHeightHasChanged "[ass] Warnung! Ereignishöhe geändert! \n"
#define MSGTR_LIBASS_TooManySimultaneousEvents "[ass] Zu viele simultane Ereignisse!\n"
+// ass_font.c
+#define MSGTR_LIBASS_GlyphNotFoundReselectingFont "[ass] Glyph 0x%X nicht gefunden, wähle Schrift erneut für (%s, %d, %d)\n"
+#define MSGTR_LIBASS_GlyphNotFound "[ass] Glyph 0x%X in Schrift für (%s, %d, %d) nicht gefunden\n"
+#define MSGTR_LIBASS_ErrorOpeningMemoryFont "[ass] Fehler beim Öffnen der Schrift im Speicher: %s\n"
+