mirror of https://github.com/mpv-player/mpv
sync by me and hephooey@fastmail.fm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7827 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
168a60b4bd
commit
17ea0b324e
|
@ -378,6 +378,10 @@ static char help_text[]=
|
|||
#define MSGTR_MENU_SkinBrowser "Skinbrowser"
|
||||
#define MSGTR_MENU_Preferences "Einstellungen"
|
||||
#define MSGTR_MENU_Exit "Beenden ..."
|
||||
#define MSGTR_MENU_Mute "Mute"
|
||||
#define MSGTR_MENU_Original "Original"
|
||||
#define MSGTR_MENU_AspectRatio "Aspect Ratio"
|
||||
|
||||
|
||||
// --- equalizer
|
||||
#define MSGTR_EQU_Audio "Audio"
|
||||
|
|
|
@ -376,6 +376,9 @@ static char help_text[]=
|
|||
#define MSGTR_MENU_SkinBrowser "Skin浏览器"
|
||||
#define MSGTR_MENU_Preferences "属性设置"
|
||||
#define MSGTR_MENU_Exit "退出 ..."
|
||||
#define MSGTR_MENU_Mute "静音"
|
||||
#define MSGTR_MENU_Original "原始的"
|
||||
#define MSGTR_MENU_AspectRatio "长宽比"
|
||||
|
||||
// --- equalizer
|
||||
#define MSGTR_EQU_Audio "音频"
|
||||
|
|
Loading…
Reference in New Issue