diff options
author | reynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-05-17 07:46:21 +0000 |
---|---|---|
committer | reynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-05-17 07:46:21 +0000 |
commit | 69e2dde973b37b3e274364339f033306c08edc77 (patch) | |
tree | 299d4ad15c04eaab648326f9f07e9031c8f70145 /help/help_mp-zh_TW.h | |
parent | ea3e8c96bb4e97d3cba1965b3de3e636a8ebb006 (diff) | |
download | mpv-69e2dde973b37b3e274364339f033306c08edc77.tar.bz2 mpv-69e2dde973b37b3e274364339f033306c08edc77.tar.xz |
fix extras and malformed translation messages, check done with uau's brand new TOOLS/ script, PART 3 of 3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18526 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-zh_TW.h')
-rw-r--r-- | help/help_mp-zh_TW.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/help/help_mp-zh_TW.h b/help/help_mp-zh_TW.h index e2adf437fd..28bd41834c 100644 --- a/help/help_mp-zh_TW.h +++ b/help/help_mp-zh_TW.h @@ -155,12 +155,9 @@ static char help_text[]= #define MSGTR_CannotOpenOutputFile "無法開啟輸出檔 '%s'。\n" #define MSGTR_EncoderOpenFailed "無法開啟編碼器。\n" #define MSGTR_ForcingOutputFourcc "強行輸出 fourcc 到 %x [%.4s]\n" -#define MSGTR_WritingAVIHeader "正在寫下 AVI Writing AVI 標頭...\n" #define MSGTR_DuplicateFrames "\n有 %d 格重覆﹗\n" #define MSGTR_SkipFrame "\n跳過這一格﹗\n" #define MSGTR_ErrorWritingFile "%s: 寫入檔案有錯誤。\n" -#define MSGTR_WritingAVIIndex "\n正在寫入 AVI 索引...\n" -#define MSGTR_FixupAVIHeader "正在修補 AVI 標頭...\n" #define MSGTR_RecommendedVideoBitrate "%s CD 所建議之視訊 bitrate: %d\n" #define MSGTR_VideoStreamResult "\n視訊串流: %8.3f kbit/s (%d B/s) 大少: %"PRIu64" bytes %5.3f 秒 %d 格\n" #define MSGTR_AudioStreamResult "\n音效串流: %8.3f kbit/s (%d B/s) 大少: %"PRIu64" bytes %5.3f 秒\n" @@ -576,9 +573,6 @@ static char help_text[]= #define MSGTR_PREFERENCES_ShowVideoWindow "不活躍時顯示影像視窗" #define MSGTR_ABOUT_UHU "GUI 開發由 UHU Linux 贊助\n" -#define MSGTR_ABOUT_CoreTeam " MPlayer 核心小組:\n" -#define MSGTR_ABOUT_AdditionalCoders " 其他開發者:\n" -#define MSGTR_ABOUT_MainTesters " 主要測試者:\n" // --- messagebox #define MSGTR_MSGBOX_LABEL_FatalError "致命錯誤﹗" |