similar to 1.19, lang support.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3599 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jaf 2001-12-18 23:20:43 +00:00
parent bd53040995
commit a5fd1dfbb4
1 changed files with 4 additions and 0 deletions

View File

@ -297,5 +297,9 @@ static char help_text[]=
#define MSGTR_MENU_Preferences "Einstellungen"
#define MSGTR_MENU_Exit "Beenden ..."
// --- messagebox
#define MSGTR_MSGBOX_LABEL_FatalError "Fataler Fehler ..."
#define MSGTR_MSGBOX_LABEL_Error "Fehler ..."
#define MSGTR_MSGBOX_LABEL_Warning "Warnung ..."
#endif