Commit ebfa9026 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Translate Console.

parent 1ca32753
...@@ -204,7 +204,8 @@ static void RunInterface( intf_thread_t *p_intf ) ...@@ -204,7 +204,8 @@ static void RunInterface( intf_thread_t *p_intf )
text.psz_string = _("Add Interface"); text.psz_string = _("Add Interface");
var_Change( p_intf, "intf-add", VLC_VAR_SETTEXT, &text, NULL ); var_Change( p_intf, "intf-add", VLC_VAR_SETTEXT, &text, NULL );
val.psz_string = (char *)"rc"; text.psz_string = (char *)"Console"; val.psz_string = (char *)"rc";
text.psz_string = (char *)_("Console");
var_Change( p_intf, "intf-add", VLC_VAR_ADDCHOICE, &val, &text ); var_Change( p_intf, "intf-add", VLC_VAR_ADDCHOICE, &val, &text );
val.psz_string = (char *)"telnet"; val.psz_string = (char *)"telnet";
text.psz_string = (char *)_("Telnet Interface"); text.psz_string = (char *)_("Telnet Interface");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment