diff options
-rw-r--r-- | DOCS/Hungarian/video.html | 2 | ||||
-rw-r--r-- | DOCS/documentation.html | 3 | ||||
-rw-r--r-- | DOCS/mplayer.1 | 8 | ||||
-rw-r--r-- | DOCS/video.html | 2 | ||||
-rw-r--r-- | help_mp-hu.h | 60 |
5 files changed, 42 insertions, 33 deletions
diff --git a/DOCS/Hungarian/video.html b/DOCS/Hungarian/video.html index d23af88105..45335f3378 100644 --- a/DOCS/Hungarian/video.html +++ b/DOCS/Hungarian/video.html @@ -169,7 +169,7 @@ megkeresni. Erre van 3 módszer :</P> <P><B><A NAME=2.2.1.2.2>2.2.1.2.2. S3 kártyák</A></B></P> <P>S3 Savage3D-knek működniük kell, de Savage4-hez 4.0.3-as de inkább újabb - XFree86 kell. S3 Virge-re vonatkozólag.. add el.</P> + XFree86 kell (ha bajok vannak a képpel, próbáld meg 16bpp-n). S3 Virge-re vonatkozólag.. add el.</P> <P><B><A NAME=2.2.1.2.3>2.2.1.2.3. nVidia kártyák</A></B></P> diff --git a/DOCS/documentation.html b/DOCS/documentation.html index f82285263d..cfe601724c 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -850,7 +850,8 @@ other technical help from:</P> </UL></P> <P>libvo drivers: <UL> - <LI><B>vo_3dfx.c</B> - OBSOLETED, use xv + <LI><B>vo_3dfx.c</B> - OBSOLETED, use xv or tdfxfb + <LI><B>vo_tdfxfb.c</B> - <A HREF="mailto:zsteva@ptt.yu">Zeljko Stevanovic</A> <LI><B>vo_aa.c</B> - Folke Ashberg <LI><B>vo_dga.c</B> - Acki <LI><B>vo_fbdev.c</B> - Szabi diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index c6f3b8c1ba..9ed6fa70d4 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -220,6 +220,8 @@ for example : -vc ffdivx use libavcodec's DivX codec -vc ffmpeg12 use libavcodec's MPEG1/2 codec -vc divx4 use ProjectMayo's DivX codec + +See -vc help for FULL list ! .TP .B \-ac <name> force usage of a specific audio codec, according to its name in codecs.conf, @@ -232,6 +234,8 @@ for example : (see documentation) -ac vorbis use libvorbis -ac ffmp3 use ffmpeg's MP3 decoder (SLOW) + +See -ac help for FULL list ! .TP .B \-vfm <1-5> force usage of a specific codec FAMILY, and FALLBACK to default if failed. @@ -245,6 +249,8 @@ For example: -vfm 7 use DivX4 codec (YUY2) (same as -vc divx4 but fallback) +See -vc help for FULL list ! + NOTE : if libdivxdecore support was compiled in, then type 3 and 7 now contains just the same DivX4 codec, but different APIs to reach it. For difference between them and when to use which, check the DivX4 section in the @@ -261,6 +267,8 @@ force usage of a specific audio format. For example: -afm 5 use aLaw/uLaw driver -afm 10 use libvorbis -afm 11 use ffmpeg's MP3 decoder + +See -ac help for FULL list ! .TP .B \-sb\ position seek to byte position diff --git a/DOCS/video.html b/DOCS/video.html index 76d31568f5..d6e2c14bba 100644 --- a/DOCS/video.html +++ b/DOCS/video.html @@ -170,7 +170,7 @@ and see if it helps. Check the <A HREF="#2.2.1.4">SDL section</A> for details.</ <P><B><A NAME=2.2.1.2.2>2.2.1.2.2. S3 cards</A></B></P> <P>S3 Savage3D's should work fine, but for Savage4, use XFree86 version 4.0.3 -or greater. As for S3 Virge.. sell it.</P> +or greater (in case of image problems, try 16bpp). As for S3 Virge.. sell it.</P> <P><B><A NAME=2.2.1.2.3>2.2.1.2.3. nVidia cards</A></B></P> diff --git a/help_mp-hu.h b/help_mp-hu.h index d4b9c83ee9..7134162a65 100644 --- a/help_mp-hu.h +++ b/help_mp-hu.h @@ -207,42 +207,42 @@ static char help_text[]= #ifdef HAVE_NEW_GUI // --- labels --- -#define MSGTR_About "About" -#define MSGTR_FileSelect "Select file ..." -#define MSGTR_MessageBox "MessageBox" -#define MSGTR_PlayList "PlayList" -#define MSGTR_SkinBrowser "Skin Browser" +#define MSGTR_About "A GUI-ról" +#define MSGTR_FileSelect "File kiválasztása ..." +#define MSGTR_MessageBox "Üzenetablak" +#define MSGTR_PlayList "Lejátszási lista" +#define MSGTR_SkinBrowser "Skin böngésző" // --- buttons --- #define MSGTR_Ok "Ok" -#define MSGTR_Cancel "Cancel" -#define MSGTR_Add "Add" -#define MSGTR_Remove "Remove" +#define MSGTR_Cancel "Mégse" +#define MSGTR_Add "Hozzáadás" +#define MSGTR_Remove "Elvétel" // --- error messages --- -#define MSGTR_NEMDB "Sorry, not enough memory for draw buffer." -#define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering." -#define MSGTR_NEMFMM "Sorry, not enough memory for main window shape mask." +#define MSGTR_NEMDB "Nincs elég memória a buffer kirajzolásához." +#define MSGTR_NEMFMR "Nincs elég memória a menü rendereléséhez." +#define MSGTR_NEMFMM "Nincs elég memória a főablak alakjának maszkolásához." // --- skin loader error messages -#define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s" -#define MSGTR_SKIN_WARNING1 "[skin] warning in skin config file on line %d: widget found but before \"section\" not found ( %s )" -#define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\" not found (%s)" -#define MSGTR_SKIN_BITMAP_16bit "16 bits or less depth bitmap not supported ( %s ).\n" -#define MSGTR_SKIN_BITMAP_FileNotFound "file not found ( %s )\n" -#define MSGTR_SKIN_BITMAP_BMPReadError "bmp read error ( %s )\n" -#define MSGTR_SKIN_BITMAP_TGAReadError "tga read error ( %s )\n" -#define MSGTR_SKIN_BITMAP_PNGReadError "png read error ( %s )\n" -#define MSGTR_SKIN_BITMAP_RLENotSupported "RLE packed tga not supported ( %s )\n" -#define MSGTR_SKIN_BITMAP_UnknownFileType "unknown file type ( %s )\n" -#define MSGTR_SKIN_BITMAP_ConvertError "24 bit to 32 bit convert error ( %s )\n" -#define MSGTR_SKIN_BITMAP_UnknownMessage "unknown message: %s\n" -#define MSGTR_SKIN_FONT_NotEnoughtMemory "not enought memory\n" -#define MSGTR_SKIN_FONT_TooManyFontsDeclared "too many fonts declared\n" -#define MSGTR_SKIN_FONT_FontFileNotFound "font file not found\n" -#define MSGTR_SKIN_FONT_FontImageNotFound "font image file not found\n" -#define MSGTR_SKIN_FONT_NonExistentFontID "non-existent font identifier ( %s )\n" -#define MSGTR_SKIN_UnknownParameter "unknown parameter ( %s )\n" -#define MSGTR_SKINBROWSER_NotEnoughMemory "[skinbrowser] not enought memory.\n" +#define MSGTR_SKIN_ERRORMESSAGE "[skin] hiba a skin konfigurációs file-jának %d. sorában: %s" +#define MSGTR_SKIN_WARNING1 "[skin] figyelmeztetés a skin konfigurációs file-jának %d. sorában: widget megvan, de nincs előtte \"section\" ( %s )" +#define MSGTR_SKIN_WARNING2 "[skin] figyelmeztetés a skin konfigurációs file-jának %d. sorában: widget megvan, de nincs előtte \"subsection\" ( %s )" +#define MSGTR_SKIN_BITMAP_16bit "16 vagy kevesebb bites bitmap nem támogatott ( %s ).\n" +#define MSGTR_SKIN_BITMAP_FileNotFound "file nem található ( %s )\n" +#define MSGTR_SKIN_BITMAP_BMPReadError "bmp olvasási hiba ( %s )\n" +#define MSGTR_SKIN_BITMAP_TGAReadError "tga olvasási hiba ( %s )\n" +#define MSGTR_SKIN_BITMAP_PNGReadError "png olvasási hiba ( %s )\n" +#define MSGTR_SKIN_BITMAP_RLENotSupported "RLE tömörített tga-k nincsenek támogatva ( %s )\n" +#define MSGTR_SKIN_BITMAP_UnknownFileType "ismeretlen tipusú file ( %s )\n" +#define MSGTR_SKIN_BITMAP_ConvertError "hiba a 24-ről 32bitre konvertálás közben ( %s )\n" +#define MSGTR_SKIN_BITMAP_UnknownMessage "ismeretlen üzenet: %s\n" +#define MSGTR_SKIN_FONT_NotEnoughtMemory "nincs elég memória\n" +#define MSGTR_SKIN_FONT_TooManyFontsDeclared "túl sok betűtipus van deklarálva\n" +#define MSGTR_SKIN_FONT_FontFileNotFound "nem találom a betűtipus file-t\n" +#define MSGTR_SKIN_FONT_FontImageNotFound "nem találom a betűtipus képfile-t" +#define MSGTR_SKIN_FONT_NonExistentFontID "nemlétező betűtipus azonosító ( %s )\n" +#define MSGTR_SKIN_UnknownParameter "ismeretlen paraméter ( %s )\n" +#define MSGTR_SKINBROWSER_NotEnoughMemory "[skinböngésző] nincs elég memória.\n" #endif |