summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-25 19:08:06 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-25 19:08:06 +0000
commit4cafc89bc2fb7042c7e1852ced054b9a49c53f76 (patch)
tree81a88438adb37276aa5c065b5accbfa2c51b3f9b /help
parentc88173f78a87be39773024bb662b470e7afc399d (diff)
downloadmpv-4cafc89bc2fb7042c7e1852ced054b9a49c53f76.tar.bz2
mpv-4cafc89bc2fb7042c7e1852ced054b9a49c53f76.tar.xz
sync to 1.220
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17484 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-de.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index 5444ce181e..5151e702da 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 <mplayer@skraemer.de>
-// In synch with rev 1.219
+// In synch with rev 1.220
// ========================= MPlayer help ===========================
@@ -491,7 +491,12 @@ static char help_text[]=
#define MSGTR_MissingSuboptionParameter "Fehler: Unteroption '%s' von '%s' benötigt einen Parameter!\n"
#define MSGTR_MissingOptionParameter "Fehler: Option '%s' benötigt einen Parameter!\n"
#define MSGTR_OptionListHeader "\n Name Typ Min Max Global CL Cfg\n\n"
-#define MSGTR_TotalOptions "\nInsgesamt: %d Optionen.\n"
+#define MSGTR_TotalOptions "\nInsgesamt: %d Optionen\n"
+#define MSGTR_TooDeepProfileInclusion "WARNUNG: Zu tiefe Profileinfügung.\n"
+#define MSGTR_NoProfileDefined "Es wurden keine Profile definiert.\n"
+#define MSGTR_AvailableProfiles "Verfügbare Profile:\n"
+#define MSGTR_UnknownProfile "Unbekanntes Profil '%s'.\n"
+#define MSGTR_Profile "Profil %s: %s\n"
// open.c, stream.c:
#define MSGTR_CdDevNotfound "CD-ROM-Laufwerk '%s' nicht gefunden.\n"