summaryrefslogtreecommitdiffstats
path: root/help_mp-de.h
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-13 23:24:20 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-13 23:24:20 +0000
commit534a2e220edee5f5fef5cc40d09b29ad5d697067 (patch)
treebd38a425f9cdd41b446f4d2b4c687fa64f0cd54a /help_mp-de.h
parentaba66853c3f8804c325407d73cb458155119a418 (diff)
downloadmpv-534a2e220edee5f5fef5cc40d09b29ad5d697067.tar.bz2
mpv-534a2e220edee5f5fef5cc40d09b29ad5d697067.tar.xz
messages moved from vf.c and vd.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6994 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp-de.h')
-rw-r--r--help_mp-de.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/help_mp-de.h b/help_mp-de.h
index 593924433c..6422d45a13 100644
--- a/help_mp-de.h
+++ b/help_mp-de.h
@@ -304,6 +304,20 @@ static char help_text[]=
#define MSGTR_LIRCsocketerr "Fehler im LIRC Socket: %s\n"
#define MSGTR_LIRCcfgerr "Kann LIRC Konfigurationsdatei nicht lesen %s !\n"
+// vf.c
+#define MSGTR_CouldNotFindVideoFilter "Konnte Videofilter '%s' nicht finden\n"
+#define MSGTR_CouldNotOpenVideoFilter "Konnte Videofilter '%s' nicht öffnen\n"
+#define MSGTR_OpeningVideoFilter "Öffne Videofilter: [%s=%s]\n"
+#define MSGTR_OpeningVideoFilter2 "Öffne Videofilter: [%s]\n"
+#define MSGTR_CannotFindColorspace "Konnte kein allgemeines Colorspace-Format finden, auch nicht mithilfe von 'scale' :(\n"
+
+// vd.c
+#define MSGTR_CodecDidNotSet "VDec: Codec hat sh->disp_w und sh->disp_h nicht gesetzt, versuche zu umgehen!\n"
+#define MSGTR_VoConfigRequest "VDec: VO wird versucht auf %d x %d (Bevorzugter Colorspace: %s) zu setzen\n"
+#define MSGTR_CouldNotFindColorspace "Kann keinen passenden Colorspace finden - versuche erneut mithilfe von -vop scale...\n"
+#define MSGTR_MovieAspectIsSet "Movie-Aspect ist %.2f:1 - Prescaling zur korrekten Videogröße.\n"
+#define MSGTR_MovieAspectUndefined "Movie-Aspect ist undefiniert - kein Prescaling verwendet.\n"
+
// ====================== GUI messages/buttons ========================