comparison help_mp-pl.h @ 6936:38eee4cc1ac7

sync
author nexus
date Tue, 06 Aug 2002 09:05:08 +0000
parents cc48a4233992
children d09524ea66b0
comparison
equal deleted inserted replaced
6935:6ca7eca66d5e 6936:38eee4cc1ac7
117 #define MSGTR_NoGui "MPlayer został skompilowany BEZ obsługi GUI!\n" 117 #define MSGTR_NoGui "MPlayer został skompilowany BEZ obsługi GUI!\n"
118 #define MSGTR_GuiNeedsX "GUI MPlayera wymaga X11!\n" 118 #define MSGTR_GuiNeedsX "GUI MPlayera wymaga X11!\n"
119 #define MSGTR_Playing "Odtwarzam %s\n" 119 #define MSGTR_Playing "Odtwarzam %s\n"
120 #define MSGTR_NoSound "Audio: brak dźwięku!!!\n" 120 #define MSGTR_NoSound "Audio: brak dźwięku!!!\n"
121 #define MSGTR_FPSforced "FPS wymuszone na %5.3f (ftime: %5.3f)\n" 121 #define MSGTR_FPSforced "FPS wymuszone na %5.3f (ftime: %5.3f)\n"
122 #define MSGTR_CompiledWithRuntimeDetection "Skompilowane z RUNTIME CPU Detection - ostrzeżenie: to nie jest optymalne! Aby uzyskać lepszą wydajność, przekompiluj mplayera z opcja --disable-runtime-cpudetection\n"
123 #define MSGTR_CompiledWithCPUExtensions "Skompilowane dla x86 CPU z rozszerzeniami:"
124 #define MSGTR_AvailableVideoOutputPlugins "Dostępne pluginy video:\n"
125 #define MSGTR_AvailableVideoOutputDrivers "Dostępne sterowniki video:\n"
126 #define MSGTR_AvailableAudioOutputDrivers "Dostępne sterowniki audio:\n"
127 #define MSGTR_AvailableAudioCodecs "Dostępne kodeki audio:\n"
128 #define MSGTR_AvailableVideoCodecs "Dostępne kodeki video:\n"
129 #define MSGTR_UsingRTCTiming "Używam Linux's hardware RTC timing (%ldHz)\n"
130 #define MSGTR_CannotReadVideoPropertiers "Video: nie mogę odczytać właściwości\n"
131 #define MSGTR_NoStreamFound "Nie znaleziono strumienia\n"
132 #define MSGTR_InitializingAudioCodec "Inicjalizuje kodek audio...\n"
133 #define MSGTR_ErrorInitializingVODevice "Błąd otwierania/inicjalizacji wybranego video_out (-vo) urzadzenia!\n"
134 #define MSGTR_ForcedVideoCodec "Wymuszony kodek video: %s\n"
135 #define MSGTR_AODescription_AOAuthor "AO: Opis: %s\nAO: Autor: %s\n"
136 #define MSGTR_AOComment "AO: Komentarz: %s\n"
137 #define MSGTR_Video_NoVideo "Video: brak video!!!\n"
138 #define MSGTR_NotInitializeVOPorVO "\nFATAL: Nie mogę zainicjować filtrów video (-vop) lub wyjścia video (-vo) !\n"
139 #define MSGTR_Paused "\n------ PAUZA -------\r"
140 #define MSGTR_PlaylistLoadUnable "\nNie można załadować playlisty %s\n"
122 141
123 // open.c, stream.c 142 // open.c, stream.c
124 #define MSGTR_CdDevNotfound "Urządzenie CD-ROM '%s' nie znalezione!\n" 143 #define MSGTR_CdDevNotfound "Urządzenie CD-ROM '%s' nie znalezione!\n"
125 #define MSGTR_ErrTrackSelect "Błąd wyboru ścieżki VCD!" 144 #define MSGTR_ErrTrackSelect "Błąd wyboru ścieżki VCD!"
126 #define MSGTR_ReadSTDIN "Odczytuję ze stdin...\n" 145 #define MSGTR_ReadSTDIN "Odczytuję ze stdin...\n"