diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-21 21:54:20 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-21 21:54:20 +0000 |
commit | 1b1ff9c2b53538b84f0b578e868397ebd45027d2 (patch) | |
tree | be84137dc5d5b9db32b08702a162d3213c47df53 /help | |
parent | de7f9318ad08c857183cdbf57a67898c6b8a9a84 (diff) |
sync by Mizda Gabor <gabrov at freemail dot hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13732 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-hu.h | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/help/help_mp-hu.h b/help/help_mp-hu.h index f6d1b065ff..70abcfb244 100644 --- a/help/help_mp-hu.h +++ b/help/help_mp-hu.h @@ -3,7 +3,7 @@ //... Okay enough of the hw, now send the other two! // // Updated by: Gabrov <gabrov@freemail.hu> -// Sync'ed with help_mp-en.h 1.147 +// Sync'ed with help_mp-en.h 1.149 (2004. 10. 21.) // ========================= MPlayer help =========================== @@ -429,6 +429,25 @@ static char help_text[]= #define MSGTR_CodecDefinitionIncorrect "A codec nincs megfelelően definiálva." #define MSGTR_OutdatedCodecsConf "Ez a codecs.conf túl régi és nem kompatibilis az MPlayer ezen kiadásával!" +// divx4_vbr.c: +#define MSGTR_OutOfMemory "elfogyott a memória" +#define MSGTR_OverridingTooLowBitrate "A megadott bitráta túl alacsony ehhez a klipphez.\n"\ +"A minimális lehetséges bitráta ehhez a klipphez %.0f kbps. A felhasználói\n"\ +"érték felülbírálva.\n" + +// fifo.c +#define MSGTR_CannotMakePipe "Nem hozható létre PIPE!\n" + +// m_config.c +#define MSGTR_SaveSlotTooOld "Túl régi mentési slotot találtam az %d lvl-ből: %d !!!\n" +#define MSGTR_InvalidCfgfileOption "A(z) %s kapcsoló nem használható a konfigurációs fájlból\n" +#define MSGTR_InvalidCmdlineOption "A(z) %s kapcsoló nem használható parancssorból\n" +#define MSGTR_InvalidSuboption "Hiba: '%s' kapcsolónak nincs '%s' alkapcsolója\n" +#define MSGTR_MissingSuboptionParameter "Hiba: a(z) '%s' '%s' alkapcsolójához paraméter kell!\n" +#define MSGTR_MissingOptionParameter "Hiba: a(z) '%s' kapcsolóhoz kell egy paraméter!\n" +#define MSGTR_OptionListHeader "\n Név Típus Min Max Globál CL Cfg\n\n" +#define MSGTR_TotalOptions "\nÖsszesen: %d kapcsoló\n" + // open.c, stream.c: #define MSGTR_CdDevNotfound "A CD-ROM meghajtó (%s) nem található!\n" #define MSGTR_ErrTrackSelect "Hiba a VCD-sáv kiválasztásakor!" |