comparison help/help_mp-pl.h @ 18307:4832cde1ae67

Fixes - Make mencoder stream size printing use 64 bits - by Corey Hickey on translation files
author reynaldo
date Thu, 27 Apr 2006 07:59:15 +0000
parents b4214294a9cc
children 5766a9d21992
comparison
equal deleted inserted replaced
18306:f10ade0e0c3e 18307:4832cde1ae67
215 "Kodowanie może być popsute!\n" 215 "Kodowanie może być popsute!\n"
216 #define MSGTR_ErrorWritingFile "%s Błąd przy zapisie pliku.\n" 216 #define MSGTR_ErrorWritingFile "%s Błąd przy zapisie pliku.\n"
217 #define MSGTR_WritingAVIIndex "\nZapisuję indeks AVI...\n" 217 #define MSGTR_WritingAVIIndex "\nZapisuję indeks AVI...\n"
218 #define MSGTR_FixupAVIHeader "Naprawiam nagłówek AVI...\n" 218 #define MSGTR_FixupAVIHeader "Naprawiam nagłówek AVI...\n"
219 #define MSGTR_RecommendedVideoBitrate "Zalecany video bitrate dla tego %s CD: %d\n" 219 #define MSGTR_RecommendedVideoBitrate "Zalecany video bitrate dla tego %s CD: %d\n"
220 #define MSGTR_VideoStreamResult "\nStrumień video: %8.3f kbit/s (%d B/s) rozmiar: %d bajtów %5.3f s %d ramek\n" 220 #define MSGTR_VideoStreamResult "\nStrumień video: %8.3f kbit/s (%d B/s) rozmiar: %"PRIu64" bajtów %5.3f s %d ramek\n"
221 #define MSGTR_AudioStreamResult "\nStrumień audio: %8.3f kbit/s (%d B/s) rozmiar: %d bajtów %5.3f s\n" 221 #define MSGTR_AudioStreamResult "\nStrumień audio: %8.3f kbit/s (%d B/s) rozmiar: %"PRIu64" bajtów %5.3f s\n"
222 222
223 #define MSGTR_OpenedStream "sukces: format: %d dane: 0x%X - 0x%x\n" 223 #define MSGTR_OpenedStream "sukces: format: %d dane: 0x%X - 0x%x\n"
224 #define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n" 224 #define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n"
225 #define MSGTR_ACodecFramecopy "audiocodec: framecopy (format=%x chans=%d rate=%ld bits=%d B/s=%ld sample-%ld)\n" 225 #define MSGTR_ACodecFramecopy "audiocodec: framecopy (format=%x chans=%d rate=%ld bits=%d B/s=%ld sample-%ld)\n"
226 #define MSGTR_CBRPCMAudioSelected "Wybrano dźwięk CBR PCM\n" 226 #define MSGTR_CBRPCMAudioSelected "Wybrano dźwięk CBR PCM\n"