[MPlayer-cvslog] CVS: main/libvo sub.c,1.81,1.82
Paolo Tresoldi PaulTT
syncmail at mplayerhq.hu
Sun Nov 6 03:38:49 CET 2005
CVS change done by Paolo Tresoldi (PaulTT)
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv9886/libvo
Modified Files:
sub.c
Log Message:
Added translatable messages for OSD localization to help/help_mp-en.h
Index: sub.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/sub.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- sub.c 23 Oct 2005 15:35:28 -0000 1.81
+++ sub.c 6 Nov 2005 02:38:47 -0000 1.82
@@ -9,6 +9,7 @@
#endif
#include "mp_msg.h"
+#include "help_mp.h"
#include "video_out.h"
#include "font_load.h"
#include "sub.h"
@@ -38,18 +39,18 @@
//^
char * __sub_osd_names[]={
- "Seekbar",
- "Play",
- "Pause",
- "Stop",
- "Rewind",
- "Forward",
- "Clock",
- "Contrast",
- "Saturation",
- "Volume",
- "Brightness",
- "Hue"
+ MSGTR_VO_SUB_Seekbar,
+ MSGTR_VO_SUB_Play,
+ MSGTR_VO_SUB_Pause,
+ MSGTR_VO_SUB_Stop,
+ MSGTR_VO_SUB_Rewind,
+ MSGTR_VO_SUB_Forward,
+ MSGTR_VO_SUB_Clock,
+ MSGTR_VO_SUB_Contrast,
+ MSGTR_VO_SUB_Saturation,
+ MSGTR_VO_SUB_Volume,
+ MSGTR_VO_SUB_Brightness,
+ MSGTR_VO_SUB_Hue
};
char * __sub_osd_names_short[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", ""};
More information about the MPlayer-cvslog
mailing list