changeset 16923:a6a03ff1ddef

Added translatable messages for OSD localization to help/help_mp-en.h
author ptt
date Sun, 06 Nov 2005 02:38:47 +0000
parents 366e9d248cd1
children 6b97696c9295
files libvo/sub.c
diffstat 1 files changed, 13 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/sub.c	Sun Nov 06 02:36:00 2005 +0000
+++ b/libvo/sub.c	Sun Nov 06 02:38:47 2005 +0000
@@ -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[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", ""};