From 83f30085e77bea9edcd0a75ef42edc1467bae300 Mon Sep 17 00:00:00 2001 From: ptt Date: Sun, 6 Nov 2005 02:38:47 +0000 Subject: [PATCH] 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 --- libvo/sub.c | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/libvo/sub.c b/libvo/sub.c index 375d3c046b..73d4ed28aa 100644 --- a/libvo/sub.c +++ b/libvo/sub.c @@ -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 @@ struct osd_text_p { //^ 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[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", ""};