1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-11 04:01:31 +00:00

Added translatable messages for OSD localization to help/help_mp-en.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16924 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ptt 2005-11-06 02:38:47 +00:00
parent 7fc8df7270
commit 83f30085e7

View File

@ -9,6 +9,7 @@
#endif #endif
#include "mp_msg.h" #include "mp_msg.h"
#include "help_mp.h"
#include "video_out.h" #include "video_out.h"
#include "font_load.h" #include "font_load.h"
#include "sub.h" #include "sub.h"
@ -38,18 +39,18 @@ struct osd_text_p {
//^ //^
char * __sub_osd_names[]={ char * __sub_osd_names[]={
"Seekbar", MSGTR_VO_SUB_Seekbar,
"Play", MSGTR_VO_SUB_Play,
"Pause", MSGTR_VO_SUB_Pause,
"Stop", MSGTR_VO_SUB_Stop,
"Rewind", MSGTR_VO_SUB_Rewind,
"Forward", MSGTR_VO_SUB_Forward,
"Clock", MSGTR_VO_SUB_Clock,
"Contrast", MSGTR_VO_SUB_Contrast,
"Saturation", MSGTR_VO_SUB_Saturation,
"Volume", MSGTR_VO_SUB_Volume,
"Brightness", MSGTR_VO_SUB_Brightness,
"Hue" MSGTR_VO_SUB_Hue
}; };
char * __sub_osd_names_short[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", ""}; char * __sub_osd_names_short[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", ""};