comparison help/help_mp-zh_TW.h @ 33244:cee07c3dbff5

Do not remove video filters. If a video filter option isn't set, it does not mean to remove the filter, but such option (if set) should only cause adding the filter (if not already present). That way filters can be specified in MPlayer's config or on the command line, too. This closes Bugzilla #1442.
author ib
date Mon, 25 Apr 2011 14:25:15 +0000
parents 5ad451a5ebec
children 37e215798390
comparison
equal deleted inserted replaced
33243:c33f32258d33 33244:cee07c3dbff5
944 // interface.c 944 // interface.c
945 945
946 #define MSGTR_DeletingSubtitles "[GUI] 删除字幕。\n" 946 #define MSGTR_DeletingSubtitles "[GUI] 删除字幕。\n"
947 #define MSGTR_LoadingSubtitles "[GUI] 導入字幕: %s\n" 947 #define MSGTR_LoadingSubtitles "[GUI] 導入字幕: %s\n"
948 #define MSGTR_AddingVideoFilter "[GUI] 添加視頻過濾器: %s\n" 948 #define MSGTR_AddingVideoFilter "[GUI] 添加視頻過濾器: %s\n"
949 #define MSGTR_RemovingVideoFilter "[GUI] 删除視頻過濾器: %s\n"
950 949
951 // mw.c 950 // mw.c
952 951
953 #define MSGTR_NotAFile "這好像不是文件: %s !\n" 952 #define MSGTR_NotAFile "這好像不是文件: %s !\n"
954 953