From e306174952d42e1cd6cc5efc50ae6bb0410501bc Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 7 Jul 2009 01:15:02 +0300 Subject: Translation system changes part 2: replace macros by strings Replace all MSGTR_ macros in the source by the corresponding English string. --- libvo/sub.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'libvo/sub.c') diff --git a/libvo/sub.c b/libvo/sub.c index 234201f5ff..708d7ab6f0 100644 --- a/libvo/sub.c +++ b/libvo/sub.c @@ -66,19 +66,19 @@ struct osd_text_p { //^ char * const sub_osd_names[]={ - _(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), - _(MSGTR_VO_SUB_Balance) + _("Seekbar"), + _("Play"), + _("Pause"), + _("Stop"), + _("Rewind"), + _("Forward"), + _("Clock"), + _("Contrast"), + _("Saturation"), + _("Volume"), + _("Brightness"), + _("Hue"), + _("Balance") }; char * const sub_osd_names_short[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", "", "" }; -- cgit v1.2.3