From 6a425eee5c55451f80dc5c5b33a538f948dec57d Mon Sep 17 00:00:00 2001 From: gpoirier Date: Sun, 16 Apr 2006 16:58:36 +0000 Subject: Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV). Patch by Stanislav Maslovski Original thread: Date: Apr 12, 2006 1:50 PM Subject: [MPlayer-dev-eng] [PATCH] GUI: add cheap subtitle switching for non-DVD git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18119 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-en.h | 1 + help/help_mp-ru.h | 1 + 2 files changed, 2 insertions(+) (limited to 'help') diff --git a/help/help_mp-en.h b/help/help_mp-en.h index e67aaec679..5b39944ef8 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -788,6 +788,7 @@ static char help_text[]= #define MSGTR_MENU_AudioTrack "Audio track" #define MSGTR_MENU_Track "Track %d" #define MSGTR_MENU_VideoTrack "Video track" +#define MSGTR_MENU_Subtitles "Subtitles" // --- equalizer // Note: If you change MSGTR_EQU_Audio please see if it still fits MSGTR_PREFERENCES_Audio diff --git a/help/help_mp-ru.h b/help/help_mp-ru.h index 6ca08d4b6e..f19d2e5009 100644 --- a/help/help_mp-ru.h +++ b/help/help_mp-ru.h @@ -684,6 +684,7 @@ static char help_text[]= #define MSGTR_MENU_AudioTrack "Аудио дорожка" #define MSGTR_MENU_Track "дорожка %d" #define MSGTR_MENU_VideoTrack "Видео дорожка" +#define MSGTR_MENU_Subtitles "Субтитры" // --- equalizer #define MSGTR_EQU_Audio "Аудио" -- cgit v1.2.3