git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6937 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2002-08-06 09:05:08 +00:00
parent 7ec13528e5
commit 60da123308
1 changed files with 19 additions and 0 deletions

View File

@ -119,6 +119,25 @@ static char help_text[]=
#define MSGTR_Playing "Odtwarzam %s\n"
#define MSGTR_NoSound "Audio: brak d¼wiêku!!!\n"
#define MSGTR_FPSforced "FPS wymuszone na %5.3f (ftime: %5.3f)\n"
#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"
#define MSGTR_CompiledWithCPUExtensions "Skompilowane dla x86 CPU z rozszerzeniami:"
#define MSGTR_AvailableVideoOutputPlugins "Dostêpne pluginy video:\n"
#define MSGTR_AvailableVideoOutputDrivers "Dostêpne sterowniki video:\n"
#define MSGTR_AvailableAudioOutputDrivers "Dostêpne sterowniki audio:\n"
#define MSGTR_AvailableAudioCodecs "Dostêpne kodeki audio:\n"
#define MSGTR_AvailableVideoCodecs "Dostêpne kodeki video:\n"
#define MSGTR_UsingRTCTiming "U¿ywam Linux's hardware RTC timing (%ldHz)\n"
#define MSGTR_CannotReadVideoPropertiers "Video: nie mogê odczytaæ w³a¶ciwo¶ci\n"
#define MSGTR_NoStreamFound "Nie znaleziono strumienia\n"
#define MSGTR_InitializingAudioCodec "Inicjalizuje kodek audio...\n"
#define MSGTR_ErrorInitializingVODevice "B³±d otwierania/inicjalizacji wybranego video_out (-vo) urzadzenia!\n"
#define MSGTR_ForcedVideoCodec "Wymuszony kodek video: %s\n"
#define MSGTR_AODescription_AOAuthor "AO: Opis: %s\nAO: Autor: %s\n"
#define MSGTR_AOComment "AO: Komentarz: %s\n"
#define MSGTR_Video_NoVideo "Video: brak video!!!\n"
#define MSGTR_NotInitializeVOPorVO "\nFATAL: Nie mogê zainicjowaæ filtrów video (-vop) lub wyj¶cia video (-vo) !\n"
#define MSGTR_Paused "\n------ PAUZA -------\r"
#define MSGTR_PlaylistLoadUnable "\nNie mo¿na za³adowaæ playlisty %s\n"
// open.c, stream.c
#define MSGTR_CdDevNotfound "Urz±dzenie CD-ROM '%s' nie znalezione!\n"