summaryrefslogtreecommitdiffstats
path: root/help_mp-de.h
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-16 08:57:55 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-16 08:57:55 +0000
commit5cdb3ea178410ddcfc3b099e40cdac3469f55d6e (patch)
tree6a1f882b28b96c4896bde704096dd90173573a86 /help_mp-de.h
parent24cc1aa98053dcc808efac51dc5221a1bc86a701 (diff)
downloadmpv-5cdb3ea178410ddcfc3b099e40cdac3469f55d6e.tar.bz2
mpv-5cdb3ea178410ddcfc3b099e40cdac3469f55d6e.tar.xz
fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1898 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp-de.h')
-rw-r--r--help_mp-de.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/help_mp-de.h b/help_mp-de.h
index 8b7260698f..4a47d86514 100644
--- a/help_mp-de.h
+++ b/help_mp-de.h
@@ -121,17 +121,17 @@ static char help_text[]=
#ifdef HAVE_NEW_GUI
// --- labels ---
-#define MSGTR_About "About"
-#define MSGTR_FileSelect "Select file ..."
+#define MSGTR_About "Über"
+#define MSGTR_FileSelect "Wähle Datei ..."
#define MSGTR_MessageBox "MessageBox"
-#define MSGTR_PlayList "PlayList"
+#define MSGTR_PlayList "Playlist"
#define MSGTR_SkinBrowser "Skin Browser"
// --- buttons ---
#define MSGTR_Ok "Ok"
-#define MSGTR_Cancel "Cancel"
-#define MSGTR_Add "Add"
-#define MSGTR_Remove "Remove"
+#define MSGTR_Cancel "Abbrechen"
+#define MSGTR_Add "Hinzufügen"
+#define MSGTR_Remove "Entfernen"
// --- error messages ---
#define MSGTR_NEMDB "Sorry, not enough memory for draw buffer."
@@ -140,8 +140,8 @@ static char help_text[]=
// --- skin loader error messages
#define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s"
-#define MSGTR_SKIN_WARNING1 "[skin] warning in skin config file on line %d: widget found but before \"section\" n
-#define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\
+#define MSGTR_SKIN_WARNING1 "[skin] warning in skin config file on line %d: widget found but before \"section\" not found ( %s )"
+#define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\" not found ( %s )"
#define MSGTR_SKIN_BITMAP_16bit "16 bits or less depth bitmap not supported ( %s ).\n"
#define MSGTR_SKIN_BITMAP_FileNotFound "file not found ( %s )\n"
#define MSGTR_SKIN_BITMAP_BMPReadError "bmp read error ( %s )\n"