summaryrefslogtreecommitdiffstats
path: root/libvo/sub.c
diff options
context:
space:
mode:
authorAmar Takhar <mplayer@darkbeer.org>2009-07-07 01:15:02 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-07 01:38:20 +0300
commite306174952d42e1cd6cc5efc50ae6bb0410501bc (patch)
treea7eb451f2c634f17d8e36a72b6305c1aff508904 /libvo/sub.c
parentb5972d6f14c04384d88d3f813b435d484562403f (diff)
downloadmpv-e306174952d42e1cd6cc5efc50ae6bb0410501bc.tar.bz2
mpv-e306174952d42e1cd6cc5efc50ae6bb0410501bc.tar.xz
Translation system changes part 2: replace macros by strings
Replace all MSGTR_ macros in the source by the corresponding English string.
Diffstat (limited to 'libvo/sub.c')
-rw-r--r--libvo/sub.c26
1 files changed, 13 insertions, 13 deletions
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[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", "", "" };