Mercurial > mplayer.hg
annotate help/help_mp-cs.h @ 16800:3e8a61c10b47
modify alsa version detection so that it don't require running the generated binary
author | aurel |
---|---|
date | Tue, 18 Oct 2005 21:34:54 +0000 |
parents | 7720dfea43ec |
children | d8c0bc33866c |
rev | line source |
---|---|
2017 | 1 // Translated by: Jiri Svoboda, jiri.svoboda@seznam.cz |
3956 | 2 // Updated by: Tomas Blaha, tomas.blaha at kapsa.club.cz |
15671 | 3 // Jiri Heryan |
16683 | 4 // Synced to 1.183 |
2016 | 5 // ========================= MPlayer help =========================== |
6 | |
7 #ifdef HELP_MP_DEFINE_STATIC | |
8 static char help_text[]= | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
9 "Použití: mplayer [volby] [url|cesta/]jméno_souboru\n" |
2016 | 10 "\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
11 "Základní volby: (úplný seznam najdete v manuálové stránce)\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
12 " -vo <roz[:zař]> vybere výst. video rozhraní a zařízení (seznam: -vo help)\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
13 " -ao <roz[:zař]> vybere výst. audio rozhraní a zařízení (seznam: -ao help)\n" |
9242 | 14 #ifdef HAVE_VCD |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
15 " vcd://<č_stopy> přehraje (S)VCD (Super Video CD) stopu (z nepřipojeného\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
16 " zařízení)\n" |
9242 | 17 #endif |
2016 | 18 #ifdef USE_DVDREAD |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
19 " dvd://<č_tit> přehraje DVD titul ze zařízení (mechaniky), místo ze souboru\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
20 " -alang/-slang zvolí jazyk zvuku/titulků na DVD (dvouznakový kód země)\n" |
2016 | 21 #endif |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
22 " -ss <pozice> převine na zadanou pozici (sekundy nebo hh:mm:ss)\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
23 " -nosound přehrávání beze zvuku\n" |
9242 | 24 " -fs celoobrazovkové přehrávání (nebo -vm -zoom, viz manuál)\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
25 " -x <x> -y <y> rozlišení obrazu (pro použití s -vm nebo -zoom)\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
26 " -sub <soubor> zvolí soubor s titulky (viz také -subfps, -subdelay)\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
27 " -playlist <soubor> určí soubor s playlistem\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
28 " -vid x -aid y vybere video (x) a audio (y) proud pro přehrání\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
29 " -fps x -srate y změnit video (x fps) a audio (y Hz) frekvence\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
30 " -pp <kvalita> aktivovat postprocessing (podrobnosti v manuálu)\n" |
9242 | 31 " -framedrop povolit zahazování snímků (pro pomalé stroje)\n" |
2016 | 32 "\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
33 "Základní klávesy: (úplný seznam je v manuálu, viz také input.conf)\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
34 " <- nebo -> převíjení vzad/vpřed o 10 sekund\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
35 " nahoru či dolů převíjení vzad/vpřed o 1 minutu\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
36 " pgup či pgdown převíjení vzad/vpřed o 10 minut\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
37 " < nebo > posun na předchozí/další soubor v playlistu\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
38 " p nebo mezerník pozastaví přehrávání (pokračuje po stisku jakékoliv klávesy)\n" |
9242 | 39 " q nebo ESC konec přehrávání a ukončení programu\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
40 " + nebo - upraví zpoždění zvuku v krocích +/- 0,1 sekundy\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
41 " o cyklická změna režimu OSD: nic / pozice / pozice a čas\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
42 " * nebo / přidá nebo ubere PCM hlasitost\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
43 " z nebo x upraví zpoždění titulků v krocích +/- 0,1 sekundy\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
44 " r nebo t upraví polohu titulků nahoru/dolů, viz také -vf expand\n" |
2016 | 45 "\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
46 " * * * V MAN STRÁNCE NAJDETE PODROBNOSTI, DALŠÍ VOLBY A KLÁVESY * * *\n" |
2016 | 47 "\n"; |
48 #endif | |
49 | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
50 #define MSGTR_SamplesWanted "Vzorky tohoto formátu jsou potřeba pro zlepšení podpory. Kontaktujte prosím\n vývojový tým.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
51 |
2016 | 52 // ========================= MPlayer messages =========================== |
53 | |
9197 | 54 // mplayer.c: |
2016 | 55 |
13122 | 56 #define MSGTR_Exiting "\nKončím...\n" |
57 #define MSGTR_ExitingHow "\nKončím... (%s)\n" | |
2016 | 58 #define MSGTR_Exit_quit "Konec" |
59 #define MSGTR_Exit_eof "Konec souboru" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
60 #define MSGTR_Exit_error "Kritická chyba" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
61 #define MSGTR_IntBySignal "\nMPlayer přerušen signálem %d v modulu %s.\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
62 #define MSGTR_NoHomeDir "Nemohu nalézt domácí adresář.\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
63 #define MSGTR_GetpathProblem "Nastal problém s get_path(\"config\")\n" |
2016 | 64 #define MSGTR_CreatingCfgFile "Vytvářím konfigurační soubor: %s\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
65 #define MSGTR_InvalidAOdriver "Neplatné jméno výstupního audio rozhraní: %s\nSeznam dostupných rozhraní zobrazíte pomocí '-ao help'.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
66 #define MSGTR_CopyCodecsConf "(Zkopírujte/nalinkujte etc/codecs.conf ze zdrojových kódů MPlayeru do ~/.mplayer/codecs.conf)\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
67 #define MSGTR_BuiltinCodecsConf "Používám zabudovaný výchozí codecs.conf.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
68 #define MSGTR_CantLoadFont "Nemohu načíst font: %s\n" |
2016 | 69 #define MSGTR_CantLoadSub "Nemohu načíst titulky: %s\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
70 #define MSGTR_DumpSelectedStreamMissing "dump: Kritická chyba: Chybí požadovaný datový proud!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
71 #define MSGTR_CantOpenDumpfile "Nelze otevřít soubor pro dump.\n" |
14997 | 72 #define MSGTR_CoreDumped "Jádro odhozeno ;)\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
73 #define MSGTR_FPSnotspecified "Údaj o FPS v hlavičce souboru je špatný nebo chybí, použijte volbu -fps!\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
74 #define MSGTR_TryForceAudioFmtStr "Pokouším se vynutit rodinu audiokodeku %s...\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
75 #define MSGTR_CantFindAudioCodec "Nemohu nalézt kodek pro audio formát 0x%X!\n" |
13161 | 76 #define MSGTR_RTFMCodecs "Přečtěte si DOCS/HTML/en/codecs.html!\n" |
14997 | 77 #define MSGTR_TryForceVideoFmtStr "Pokouším se vynutit rodinu videokodeku %s...\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
78 #define MSGTR_CantFindVideoCodec "Nemohu nalézt kodek pro vybraný -vo a video formát 0x%X.\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
79 #define MSGTR_CannotInitVO "Kritická chyba: Nemohu inicializovat video rozhraní!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
80 #define MSGTR_CannotInitAO "Nepodařilo se otevřít/inicializovat audio zařízení -> nebude zvuk.\n" |
2016 | 81 #define MSGTR_StartPlaying "Začínám přehrávat...\n" |
3956 | 82 |
83 #define MSGTR_SystemTooSlow "\n\n"\ | |
84 " ***********************************************************\n"\ | |
6984 | 85 " **** Váš systém je příliš POMALÝ pro toto přehrávání! ****\n"\ |
9242 | 86 " ***********************************************************\n\n"\ |
87 "Možné příčiny, problémy a řešení:\n"\ | |
11327
dc88c1c943a7
bug fixes based on a patch by NicolŤĄs Lichtmaier <nick@technisys.com.ar>
diego
parents:
11161
diff
changeset
|
88 "- Nejčastější: špatný/chybný _zvukový_ ovladač!\n"\ |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
89 " - Zkuste -ao sdl nebo použijte OSS emulaci z ALSA.\n"\ |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
90 " - Pohrajte si s různými hodnotami -autosync, pro začátek třeba 30.\n"\ |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
91 "- Pomalý obrazový výstup\n"\ |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
92 " - Zkuste jiný -vo ovladač (seznam: -vo help) nebo zkuste -framedrop!\n"\ |
9242 | 93 "- Pomalá CPU\n"\ |
16193 | 94 " - Nezkoušejte přehrát velké DVD/DivX na pomalé CPU! Zkuste některé lavdopts,\n"\ |
95 " jako -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.\n"\ | |
9242 | 96 "- Poškozený soubor.\n"\ |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
97 " - Zkuste různé kombinace voleb -nobps -ni -forceidx -mc 0.\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
98 "- Přehráváte z pomalého média (NFS/SMB, DVD, VCD, atd.)\n"\ |
9242 | 99 " - Zkuste -cache 8192.\n"\ |
100 "- Používáte -cache pro neprokládané AVI soubory?\n"\ | |
101 " - Zkuste -nocache.\n"\ | |
14150 | 102 "Tipy na vyladění a zrychlení najdete v DOCS/HTML/en/devices.html.\n"\ |
11121 | 103 "Pokud nic z toho nepomůže, přečtěte si DOCS/HTML/en/bugreports.html.\n\n" |
2016 | 104 |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
105 #define MSGTR_NoGui "MPlayer byl přeložen BEZ podpory GUI.\n" |
9242 | 106 #define MSGTR_GuiNeedsX "GUI MPlayeru vyžaduje X11.\n" |
2016 | 107 #define MSGTR_Playing "Přehrávám %s\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
108 #define MSGTR_NoSound "Audio: žádný zvuk\n" |
14997 | 109 #define MSGTR_FPSforced "FPS vynuceno na hodnotu %5.3f (vyn. čas: %5.3f)\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
110 #define MSGTR_CompiledWithRuntimeDetection "Přeloženo s detekcí CPU za běhu - VAROVÁNÍ - toto není optimální!\nAbyste získali co největší výkon, přeložte znovu mplayer ze zdrojového kódu\ns volbou --disable-runtime-cpudetection\n" |
9671 | 111 #define MSGTR_CompiledWithCPUExtensions "Přeloženo pro CPU x86 s rozšířeními:" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
112 #define MSGTR_AvailableVideoOutputDrivers "Dostupná video rozhraní:\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
113 #define MSGTR_AvailableAudioOutputDrivers "Dostupná audio rozhraní:\n" |
6937 | 114 #define MSGTR_AvailableAudioCodecs "Dostupné audio kodeky:\n" |
115 #define MSGTR_AvailableVideoCodecs "Dostupné video kodeky:\n" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
116 #define MSGTR_AvailableAudioFm "Dostupné (zakompilované) rodiny audio kodeků/ovladačů:\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
117 #define MSGTR_AvailableVideoFm "Dostupné (zakompilované) rodiny video kodeků/ovladačů:\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
118 #define MSGTR_AvailableFsType "Dostupné režimy změny hladiny při celoobrazovkovém zobrazení:\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
119 #define MSGTR_UsingRTCTiming "Pro časování použity linuxové hardwarové RTC (%ldHz).\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
120 #define MSGTR_CannotReadVideoProperties "Video: Nelze přečíst vlastnosti.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
121 #define MSGTR_NoStreamFound "Nenalezen žádný datový proud.\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
122 #define MSGTR_ErrorInitializingVODevice "Chyba při otevírání/inicializaci vybraného video_out (-vo) zařízení.\n" |
6937 | 123 #define MSGTR_ForcedVideoCodec "Vynucen video kodek: %s\n" |
7944 | 124 #define MSGTR_ForcedAudioCodec "Vynucen audio kodek: %s\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
125 #define MSGTR_Video_NoVideo "Video: Žádné video\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
126 #define MSGTR_NotInitializeVOPorVO "\nKritická chyba: Nemohu inicializovat video filtry (-vf) nebo video výstup (-vo)!\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
127 #define MSGTR_Paused "\n===== POZASTAVENO =====\r" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
128 #define MSGTR_PlaylistLoadUnable "\nNemohu načíst playlist %s.\n" |
9121 | 129 #define MSGTR_Exit_SIGILL_RTCpuSel \ |
130 "- MPlayer havaroval kvůli 'Illegal Instruction'.\n"\ | |
131 " To může být chyba v kódu pro rozpoznání CPU za běhu...\n"\ | |
11121 | 132 " Prosím, přečtěte si DOCS/HTML/en/bugreports.html.\n" |
9121 | 133 #define MSGTR_Exit_SIGILL \ |
134 "- MPlayer havaroval kvůli 'Illegal Instruction'.\n"\ | |
135 " To se obvykle stává, když se ho pokusíte spustit na CPU odlišném, než pro který\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
136 " byl přeložen/optimalizován.\n Ověřte si to!\n" |
9121 | 137 #define MSGTR_Exit_SIGSEGV_SIGFPE \ |
138 "- MPlayer havaroval kvůli špatnému použití CPU/FPU/RAM.\n"\ | |
139 " Přeložte MPlayer s volbou --enable-debug , proveďte 'gdb' backtrace\n"\ | |
11121 | 140 " a disassembly. Detaily najdete v DOCS/HTML/en/bugreports_what.html#bugreports_crash.\n" |
9121 | 141 #define MSGTR_Exit_SIGCRASH \ |
142 "- MPlayer havaroval. To by se nemělo stát.\n"\ | |
143 " Může to být chyba v kódu MPlayeru _nebo_ ve vašich ovladačích _nebo_ ve verzi\n"\ | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
144 " vašeho gcc. Pokud si myslíte, že je to chyba MPlayeru, přečtěte si, prosím,\n"\ |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
145 " DOCS/HTML/en/bugreports.html a pokračujte podle tam uvedeného návodu. My vám nemůžeme\n"\ |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
146 " pomoci, pokud tyto informace neuvedete při ohlašování možné chyby.\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
147 #define MSGTR_LoadingConfig "Načítám konfiguraci '%s'\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
148 #define MSGTR_AddedSubtitleFile "SUB: přidán soubor s titulky (%d): %s\n" |
15838 | 149 #define MSGTR_RemovedSubtitleFile "SUB: odebrán soubor s titulky (%d): %s\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
150 #define MSGTR_ErrorOpeningOutputFile "Chyba při otevírání souboru [%s] pro zápis!\n" |
14997 | 151 #define MSGTR_CommandLine "Příkazový řádek:" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
152 #define MSGTR_RTCDeviceNotOpenable "Selhalo otevření %s: %s (by mělo být čitelné uživatelem.)\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
153 #define MSGTR_LinuxRTCInitErrorIrqpSet "Chyba inicializace Linuxových RTC v ioctl (rtc_irqp_set %lu): %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
154 #define MSGTR_IncreaseRTCMaxUserFreq "Zkuste přidat \"echo %lu > /proc/sys/dev/rtc/max-user-freq\" do startovacích\n skriptů vašeho systému.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
155 #define MSGTR_LinuxRTCInitErrorPieOn "Chyba inicializace Linuxových RTC v ioctl (rtc_pie_on): %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
156 #define MSGTR_UsingTimingType "Používám %s časování.\n" |
16517 | 157 #define MSGTR_NoIdleAndGui "Volbu -idle nelze použít pro GMPlayer.\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
158 #define MSGTR_MenuInitialized "Menu inicializováno: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
159 #define MSGTR_MenuInitFailed "Selhala inicializace menu.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
160 #define MSGTR_Getch2InitializedTwice "VAROVÁNÍ: getch2_init volána dvakrát!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
161 #define MSGTR_DumpstreamFdUnavailable "Nemohu uložit (dump) tento proud - žádný 'fd' není dostupný.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
162 #define MSGTR_FallingBackOnPlaylist "Ustupuji od pokusu o zpracování playlistu %s...\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
163 #define MSGTR_CantOpenLibmenuFilterWithThisRootMenu "Nemohu otevřít video filtr libmenu s kořenovým menu %s.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
164 #define MSGTR_AudioFilterChainPreinitError "Chyba při předinicializaci řetězce audio filtrů!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
165 #define MSGTR_LinuxRTCReadError "Chyba při čtení z Linuxových RTC: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
166 #define MSGTR_SoftsleepUnderflow "Varování! Podtečení softsleep!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
167 #define MSGTR_DvdnavNullEvent "Nedefinovaná DVDNAV událost?!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
168 #define MSGTR_DvdnavHighlightEventBroken "DVDNAV událost: Vadné zvýrazňování událostí\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
169 #define MSGTR_DvdnavEvent "DVDNAV událost: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
170 #define MSGTR_DvdnavHighlightHide "DVDNAV událost: Highlight Hide\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
171 #define MSGTR_DvdnavStillFrame "######################################## DVDNAV událost: Stojící snímek: %d sek.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
172 #define MSGTR_DvdnavNavStop "DVDNAV událost: Nav Stop\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
173 #define MSGTR_DvdnavNavNOP "DVDNAV událost: Nav NOP\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
174 #define MSGTR_DvdnavNavSpuStreamChangeVerbose "DVDNAV událost: Nav Změna SPU proudu: fyz: %d/%d/%d logický: %d\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
175 #define MSGTR_DvdnavNavSpuStreamChange "DVDNAV událost: Nav Změna SPU proudu: fyz: %d logický: %d\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
176 #define MSGTR_DvdnavNavAudioStreamChange "DVDNAV událost: Nav Změna audio proudu: fyz: %d logický: %d\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
177 #define MSGTR_DvdnavNavVTSChange "DVDNAV událost: Nav Změna VTS\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
178 #define MSGTR_DvdnavNavCellChange "DVDNAV událost: Nav Cell Change\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
179 #define MSGTR_DvdnavNavSpuClutChange "DVDNAV událost: Nav Změna SPU CLUT\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
180 #define MSGTR_DvdnavNavSeekDone "DVDNAV událost: Nav Převíjení Dokončeno\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
181 #define MSGTR_MenuCall "Volání menu\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
182 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
183 #define MSGTR_EdlCantUseBothModes "Nelze použít -edl a -edlout zároveň.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
184 #define MSGTR_EdlOutOfMem "Nelze alokovat dostatek paměti pro vložení EDL dat.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
185 #define MSGTR_EdlRecordsNo "Načítám %d EDL akcí.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
186 #define MSGTR_EdlQueueEmpty "Veškeré EDL akce již byly provedeny.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
187 #define MSGTR_EdlCantOpenForWrite "Nelze otevřít EDL soubor [%s] pro zápis.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
188 #define MSGTR_EdlCantOpenForRead "Nelze otevřít EDL soubor [%s] pro čtení.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
189 #define MSGTR_EdlNOsh_video "EDL nelze použít bez videa, vypínám.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
190 #define MSGTR_EdlNOValidLine "Chybná EDL na řádku: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
191 #define MSGTR_EdlBadlyFormattedLine "Špatně formátovaná EDL na řádku [%d] Zahazuji.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
192 #define MSGTR_EdlBadLineOverlap "Poslední stop značka byla [%f]; další start je "\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
193 "[%f]. Vstupy musí být v chronologickém pořadí a nesmí se překrývat. Zahazuji.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
194 #define MSGTR_EdlBadLineBadStop "Časová značka stop má být za značkou start.\n" |
2016 | 195 |
6972 | 196 // mencoder.c: |
197 | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
198 #define MSGTR_UsingPass3ControllFile "Řídicí soubor pro tříprůchodový režim: %s\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
199 #define MSGTR_MissingFilename "\nChybí jméno souboru.\n\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
200 #define MSGTR_CannotOpenFile_Device "Nelze otevřít soubor/zařízení.\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
201 #define MSGTR_CannotOpenDemuxer "Nelze otevřít demuxer.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
202 #define MSGTR_NoAudioEncoderSelected "\nNebyl vybrán audio enkodér (-oac). Nějaký vyberte (viz -oac help) nebo použijte -nosound.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
203 #define MSGTR_NoVideoEncoderSelected "\nNebyl vybrán video enkodér (-ovc). Nějaký vyberte (viz -ovc help).\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
204 #define MSGTR_CannotOpenOutputFile "Nelze otevřít výstupní soubor '%s'\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
205 #define MSGTR_EncoderOpenFailed "Selhalo spuštění enkodéru\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
206 #define MSGTR_ForcingOutputFourcc "Vynucuji výstupní fourcc na %x [%.4s]\n" |
16011 | 207 #define MSGTR_ForcingOutputAudiofmtTag "Vynucuji značku výstupního zvukového formátu 0x%x\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
208 #define MSGTR_WritingAVIHeader "Zapisuji AVI hlavičku...\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
209 #define MSGTR_DuplicateFrames "\n%d opakujících se snímků!\n" |
9242 | 210 #define MSGTR_SkipFrame "\nPřeskakuji snímek!\n" |
14997 | 211 #define MSGTR_ResolutionDoesntMatch "\nNový video soubor má jiné rozlišení nebo barevný prostor než jeho předchůdce.\n" |
212 #define MSGTR_FrameCopyFileMismatch "\nVšechny video soubory musí mít shodné fps, rozlišení a kodek pro -ovc copy.\n" | |
14869 | 213 #define MSGTR_AudioCopyFileMismatch "\nVšechny soubory musí používat identický audio kodek a formát pro -oac copy.\n" |
14997 | 214 #define MSGTR_NoSpeedWithFrameCopy "VAROVÁNÍ: volba -speed nemá zaručenou správnou funkčnost spolu s -oac copy!\n"\ |
215 "Výsledný film může být vadný!\n" | |
6972 | 216 #define MSGTR_ErrorWritingFile "%s: chyba při zápisu souboru.\n" |
217 #define MSGTR_WritingAVIIndex "\nZapisuji AVI index...\n" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
218 #define MSGTR_FixupAVIHeader "Opravuji AVI hlavičku...\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
219 #define MSGTR_RecommendedVideoBitrate "Doporučený datový tok videa pro CD %s: %d\n" |
16360
e6e3e5cf583b
Replace bps by B/s when it means bytes per second to avoid ambiguity since
diego
parents:
16193
diff
changeset
|
220 #define MSGTR_VideoStreamResult "\nVideo proud: %8.3f kbit/s (%d B/s) velikost: %d bajtů %5.3f sekund %d snímků\n" |
e6e3e5cf583b
Replace bps by B/s when it means bytes per second to avoid ambiguity since
diego
parents:
16193
diff
changeset
|
221 #define MSGTR_AudioStreamResult "\nAudio proud: %8.3f kbit/s (%d B/s) velikost: %d bajtů %5.3f sekund\n" |
13161 | 222 #define MSGTR_OpenedStream "úspěch: formát: %d data: 0x%X - 0x%x\n" |
223 #define MSGTR_VCodecFramecopy "videokodek: framecopy (%dx%d %dbpp fourcc=%x)\n" | |
16360
e6e3e5cf583b
Replace bps by B/s when it means bytes per second to avoid ambiguity since
diego
parents:
16193
diff
changeset
|
224 #define MSGTR_ACodecFramecopy "audiokodek: framecopy (formát=%x kanálů=%d frekvence=%ld bitů=%d B/s=%ld vzorek-%ld)\n" |
13161 | 225 #define MSGTR_CBRPCMAudioSelected "vybrán CBR PCM zvuk\n" |
226 #define MSGTR_MP3AudioSelected "vybrán MP3 zvuk\n" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
227 #define MSGTR_CannotAllocateBytes "Nelze alokovat %d bajtů\n" |
13161 | 228 #define MSGTR_SettingAudioDelay "Nastavuji ZPOŽDĚNÍ ZVUKU na %5.3f\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
229 #define MSGTR_SettingAudioInputGain "Nastavuji předzesílení zvukového vstupu na %f\n" |
13161 | 230 #define MSGTR_LamePresetEquals "\npreset=%s\n\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
231 #define MSGTR_LimitingAudioPreload "Omezuji přednačítání zvuku na 0.4s\n" |
13161 | 232 #define MSGTR_IncreasingAudioDensity "Zvyšuji hustotu audia na 4\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
233 #define MSGTR_ZeroingAudioPreloadAndMaxPtsCorrection "Vynucuji přednačítání zvuku na 0, max korekci pts na 0\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
234 #define MSGTR_CBRAudioByterate "\n\nCBR zvuk: %ld bajtů/s, %d bajtů/blok\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
235 #define MSGTR_LameVersion "LAME ve verzi %s (%s)\n\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
236 #define MSGTR_InvalidBitrateForLamePreset "Chyba: Specifikovaný datový tok je mimo rozsah pro tento preset režim.\n"\ |
13161 | 237 "\n"\ |
238 "Pokud používáte tento režim, musíte zadat hodnotu od \"8\" do \"320\".\n"\ | |
239 "\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
240 "Další informace viz: \"-lameopts preset=help\"\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
241 #define MSGTR_InvalidLamePresetOptions "Chyba: Nezadali jste platný profil a/nebo volby s preset režimem.\n"\ |
13161 | 242 "\n"\ |
243 "Dostupné profily jsou:\n"\ | |
244 "\n"\ | |
245 " <fast> standard\n"\ | |
246 " <fast> extreme\n"\ | |
247 " insane\n"\ | |
248 " <cbr> (ABR Mode) - Implikuje režim ABR. Pro jeho použití,\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
249 " jednoduše zadejte datový tok. Například:\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
250 " \"preset=185\" aktivuje tento režim\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
251 " a použije průměrný datový tok 185 kbps.\n"\ |
13161 | 252 "\n"\ |
253 " Několik příkladů:\n"\ | |
254 "\n"\ | |
255 " \"-lameopts fast:preset=standard \"\n"\ | |
256 " or \"-lameopts cbr:preset=192 \"\n"\ | |
257 " or \"-lameopts preset=172 \"\n"\ | |
258 " or \"-lameopts preset=extreme \"\n"\ | |
259 "\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
260 "Další informace viz: \"-lameopts preset=help\"\n" |
13161 | 261 #define MSGTR_LamePresetsLongInfo "\n"\ |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
262 "Preset režimy jsou navrženy tak, aby poskytovaly co nejvyšší možnou kvalitu.\n"\ |
13161 | 263 "\n"\ |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
264 "Většina z nich byla testována a vyladěna pomocí zevrubných zdvojených slepých\n"\ |
13161 | 265 "poslechových testů, za účelem dosažení a ověření této kvality.\n"\ |
266 "\n"\ | |
267 "Nastavení jsou neustále aktualizována v souladu s nejnovějším vývojem\n"\ | |
268 "a měla by poskytovat prakticky nejvyšší možnou kvalitu, jaká je v současnosti \n"\ | |
269 "s kodekem LAME dosažitelná.\n"\ | |
270 "\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
271 "Aktivace preset režimů:\n"\ |
13161 | 272 "\n"\ |
273 " Pro režimy VBR (všeobecně nejvyšší kvalita):\n"\ | |
274 "\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
275 " \"preset=standard\" Tento režim by měl být jasnou volbou\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
276 " pro většinu lidí a hudebních žánrů a má\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
277 " již vysokou kvalitu.\n"\ |
13161 | 278 "\n"\ |
279 " \"preset=extreme\" Pokud máte výjimečně dobrý sluch a odpovídající\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
280 " vybavení, tento režim obecně poskytuje\n"\ |
13161 | 281 " mírně vyšší kvalitu než režim \"standard\".\n"\ |
282 "\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
283 " Pro CBR 320kbps (nejvyšší možná kvalita ze všech preset režimů):\n"\ |
13161 | 284 "\n"\ |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
285 " \"preset=insane\" Tento režim je pro většinu lidí a situací\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
286 " předimenzovaný, ale pokud vyžadujete\n"\ |
13161 | 287 " absolutně nejvyšší kvalitu bez ohledu na\n"\ |
288 " velikost souboru, je toto vaše volba.\n"\ | |
289 "\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
290 " Pro režimy ABR (vysoká kvalita při daném datovém toku, ale ne jako VBR):\n"\ |
13161 | 291 "\n"\ |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
292 " \"preset=<kbps>\" Použitím tohoto režimu obvykle dosáhnete dobré\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
293 " kvality při daném datovém toku. V závislosti\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
294 " na zadaném toku tento preset odvodí optimální\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
295 " nastavení pro danou situaci.\n"\ |
13161 | 296 " Ačkoli tento přístup funguje, není ani zdaleka\n"\ |
297 " tak flexibilní jako VBR, a obvykle nedosahuje\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
298 " stejné úrovně kvality jako VBR na vyšších dato-\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
299 " vých tocích.\n"\ |
13161 | 300 "\n"\ |
301 "Pro odpovídající profily jsou také dostupné následující volby:\n"\ | |
302 "\n"\ | |
303 " <fast> standard\n"\ | |
304 " <fast> extreme\n"\ | |
305 " insane\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
306 " <cbr> (ABR režim) - Implikuje režim ABR. Pro jeho použití,\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
307 " jednoduše zadejte datový tok. Například:\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
308 " \"preset=185\" aktivuje tento režim\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
309 " a použije průměrný datový tok 185 kbps.\n"\ |
13161 | 310 "\n"\ |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
311 " \"fast\" - V daném profilu aktivuje novou rychlou VBR kompresi.\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
312 " Nevýhodou je obvykle mírně vyšší datový tok než v normálním\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
313 " režimu a také může dojít k mírnému poklesu kvality.\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
314 " Varování:v současné verzi může nastavení \"fast\" vést k příliš\n"\ |
13161 | 315 " vysokému datovému toku ve srovnání s normálním nastavením.\n"\ |
316 "\n"\ | |
317 " \"cbr\" - Pokud použijete režim ABR (viz výše) s významným\n"\ | |
318 " datovým tokem, např. 80, 96, 112, 128, 160, 192, 224, 256, 320,\n"\ | |
319 " můžete použít volbu \"cbr\" k vynucení kódování v režimu CBR\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
320 " (konstantní tok) namísto standardního ABR režimu. ABR poskytuje\n"\ |
13161 | 321 " lepší kvalitu, ale CBR může být užitečný v situacích jako je\n"\ |
322 " vysílání mp3 proudu po internetu.\n"\ | |
323 "\n"\ | |
324 " Například:\n"\ | |
325 "\n"\ | |
326 " \"-lameopts fast:preset=standard \"\n"\ | |
327 " nebo \"-lameopts cbr:preset=192 \"\n"\ | |
328 " nebo \"-lameopts preset=172 \"\n"\ | |
329 " nebo \"-lameopts preset=extreme \"\n"\ | |
330 "\n"\ | |
331 "\n"\ | |
332 "Pro ABR režim je k dispozici několik zkratek:\n"\ | |
333 "phone => 16kbps/mono phon+/lw/mw-eu/sw => 24kbps/mono\n"\ | |
334 "mw-us => 40kbps/mono voice => 56kbps/mono\n"\ | |
335 "fm/radio/tape => 112kbps hifi => 160kbps\n"\ | |
336 "cd => 192kbps studio => 256kbps" | |
14869 | 337 #define MSGTR_LameCantInit "Nelze nastavit volby pro LAME, ověřte datový_tok/vzorkovou_rychlost,"\ |
338 "některé velmi nízké datové toky (<32) vyžadují nižší vzorkovou rychlost (např. -srate 8000)."\ | |
339 "Pokud vše selže, zkuste přednastavené." | |
13161 | 340 #define MSGTR_ConfigfileError "chyba konfiguračního souboru" |
341 #define MSGTR_ErrorParsingCommandLine "chyba při zpracovávání příkazového řádku" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
342 #define MSGTR_VideoStreamRequired "Videoproud je povinný!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
343 #define MSGTR_ForcingInputFPS "místo toho bude vstupní fps interpretováno jako %5.2f\n" |
13161 | 344 #define MSGTR_RawvideoDoesNotSupportAudio "Výstupní formát souboru RAWVIDEO nepodporuje zvuk - vypínám ho\n" |
345 #define MSGTR_DemuxerDoesntSupportNosound "Tento demuxer zatím nepodporuje -nosound.\n" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
346 #define MSGTR_MemAllocFailed "alokace paměti selhala" |
13161 | 347 #define MSGTR_NoMatchingFilter "Nemohu najít odpovídající filtr/ao formát!\n" |
348 #define MSGTR_MP3WaveFormatSizeNot30 "sizeof(MPEGLAYER3WAVEFORMAT)==%d!=30, možná je vadný překladač C?\n" | |
349 #define MSGTR_NoLavcAudioCodecName "Audio LAVC, chybí jméno kodeku!\n" | |
350 #define MSGTR_LavcAudioCodecNotFound "Audio LAVC, nemohu najít enkodér pro kodek %s\n" | |
351 #define MSGTR_CouldntAllocateLavcContext "Audio LAVC, nemohu alokovat kontext!\n" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
352 #define MSGTR_CouldntOpenCodec "Nelze otevřít kodek %s, br=%d\n" |
16011 | 353 #define MSGTR_CantCopyAudioFormat "Audio formát 0x%x je nekompatibilní s '-oac copy', zkuste prosím '-oac pcm',\n nebo použijte '-fafmttag' pro jeho přepsání.\n" |
6972 | 354 |
9121 | 355 // cfg-mencoder.h: |
356 | |
357 #define MSGTR_MEncoderMP3LameHelp "\n\n"\ | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
358 " vbr=<0-4> metoda proměnného datového toku\n"\ |
9121 | 359 " 0: cbr\n"\ |
360 " 1: mt\n"\ | |
361 " 2: rh(výchozí)\n"\ | |
362 " 3: abr\n"\ | |
363 " 4: mtrh\n"\ | |
364 "\n"\ | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
365 " abr průměrný datový tok\n"\ |
9121 | 366 "\n"\ |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
367 " cbr konstantní datový tok\n"\ |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
368 " Vynutí také metodu CBR pro následné ABR preset režimy\n"\ |
9121 | 369 "\n"\ |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
370 " br=<0-1024> určení datového toku v kBit (pouze CBR a ABR)\n"\ |
9121 | 371 "\n"\ |
372 " q=<0-9> kvalita (0-nejvyšší, 9-nejnižší) (pouze pro VBR)\n"\ | |
373 "\n"\ | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
374 " aq=<0-9> kvalita algoritmu (0-nejlepší/nejpomalejší, 9-nejhorší/nejrychlejší)\n"\ |
9121 | 375 "\n"\ |
376 " ratio=<1-100> kompresní poměr\n"\ | |
377 "\n"\ | |
378 " vol=<0-10> zesílení zvuku\n"\ | |
379 "\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
380 " mode=<0-3> (výchozí: auto)\n"\ |
9121 | 381 " 0: stereo\n"\ |
382 " 1: joint-stereo\n"\ | |
383 " 2: dualchannel\n"\ | |
384 " 3: mono\n"\ | |
385 "\n"\ | |
386 " padding=<0-2>\n"\ | |
387 " 0: ne\n"\ | |
388 " 1: vše\n"\ | |
389 " 2: upravit\n"\ | |
390 "\n"\ | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
391 " fast Zapíná rychlejší enkódování pro následné VBR preset režimy,\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
392 " poskytuje o něco nižší kvalitu a vyšší datový tok.\n"\ |
9121 | 393 "\n"\ |
14997 | 394 " preset=<hodnota> Přednastavené profily poskytující maximální kvalitu.\n"\ |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
395 " medium: enkódování metodou VBR, dobrá kvalita\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
396 " (datový tok 150-180 kbps)\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
397 " standard: enkódování metodou VBR, vysoká kvalita\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
398 " (datový tok 170-210 kbps)\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
399 " extreme: enkódování metodou VBR, velmi vysoká kvalita\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
400 " (datový tok 200-240 kbps)\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
401 " insane: enkódování metodou CBR, nejvyšší preset kvalita\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
402 " (datový tok 320 kbps)\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
403 " <8-320>: hodnota průměrného datového toku pro metodu ABR.\n\n" |
9121 | 404 |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
405 //codec-cfg.c: |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
406 #define MSGTR_DuplicateFourcc "zdvojené FourCC" |
14997 | 407 #define MSGTR_TooManyFourccs "příliš mnoho FourCC/formátů..." |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
408 #define MSGTR_ParseError "chyba interpretace (parse)" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
409 #define MSGTR_ParseErrorFIDNotNumber "chyba interpretace (ID formátu, nikoli číslo?)" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
410 #define MSGTR_ParseErrorFIDAliasNotNumber "chyba interpretace (alias ID formátu, nikoli číslo?)" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
411 #define MSGTR_DuplicateFID "zdvojené ID formátu" |
14997 | 412 #define MSGTR_TooManyOut "příliš mnoho výstupu..." |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
413 #define MSGTR_InvalidCodecName "\njméno kodeku(%s) není platné!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
414 #define MSGTR_CodecLacksFourcc "\nkodek(%s) nemá FourCC/formát!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
415 #define MSGTR_CodecLacksDriver "\nkodek(%s) nemá driver!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
416 #define MSGTR_CodecNeedsDLL "\nkodek(%s) vyžaduje 'dll'!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
417 #define MSGTR_CodecNeedsOutfmt "\nkodek(%s) vyžaduje 'outfmt'!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
418 #define MSGTR_CantAllocateComment "Nelze alokovat paměť pro komentář. " |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
419 #define MSGTR_GetTokenMaxNotLessThanMAX_NR_TOKEN "get_token(): max >= MAX_MR_TOKEN!" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
420 #define MSGTR_ReadingFile "Načítám %s: " |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
421 #define MSGTR_CantOpenFileError "Nelze otevřít '%s': %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
422 #define MSGTR_CantGetMemoryForLine "Nemám paměť pro 'line': %s\n" |
14997 | 423 #define MSGTR_CantReallocCodecsp "Nelze realokovat '*codecsp': %s\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
424 #define MSGTR_CodecNameNotUnique "Jméno kodeku '%s' není jedinečné." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
425 #define MSGTR_CantStrdupName "Nelze provést strdup -> 'name': %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
426 #define MSGTR_CantStrdupInfo "Nelze provést strdup -> 'info': %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
427 #define MSGTR_CantStrdupDriver "Nelze provést strdup -> 'driver': %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
428 #define MSGTR_CantStrdupDLL "Nelze provést strdup -> 'dll': %s" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
429 #define MSGTR_AudioVideoCodecTotals "%d audio & %d video kodeků\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
430 #define MSGTR_CodecDefinitionIncorrect "Kodek není správně definován." |
14997 | 431 #define MSGTR_OutdatedCodecsConf "Tento codecs.conf je příliš starý a nekompatibilní s tímto sestavením MPlayeru!" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
432 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
433 // divx4_vbr.c: |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
434 #define MSGTR_OutOfMemory "nedostatek paměti" |
14997 | 435 #define MSGTR_OverridingTooLowBitrate "Nastavený datový tok je příliš malý pro tento klip.\n"\ |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
436 "Minimální možný datový tok pro tento klip je %.0f kbps. Přepisuji\n"\ |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
437 "uživatelem nastavenou hodnotu.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
438 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
439 // fifo.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
440 #define MSGTR_CannotMakePipe "Nelze vytvořit ROURU!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
441 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
442 // m_config.c |
14997 | 443 #define MSGTR_SaveSlotTooOld "Nalezen příliš starý save slot z lvl %d: %d !!!\n" |
14150 | 444 #define MSGTR_InvalidCfgfileOption "Volbu %s nelze použít v konfiguračním souboru\n" |
445 #define MSGTR_InvalidCmdlineOption "Volbu %s nelze použít z příkazového řádku\n" | |
446 #define MSGTR_InvalidSuboption "Chyba: volba '%s' nemá žádnou podvolbu '%s'\n" | |
14997 | 447 #define MSGTR_MissingSuboptionParameter "Chyba: podvolba '%s' volby '%s' musí mít parametr!\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
448 #define MSGTR_MissingOptionParameter "Chyba: volba '%s' musí mít parametr!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
449 #define MSGTR_OptionListHeader "\n Název Typ Min Max Globál CL Konfig\n\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
450 #define MSGTR_TotalOptions "\nCelkem: %d voleb\n" |
6972 | 451 |
2016 | 452 // open.c, stream.c: |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
453 #define MSGTR_CdDevNotfound "CD-ROM zařízení '%s' nebylo nalezeno.\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
454 #define MSGTR_ErrTrackSelect "Chyba při výběru VCD stopy." |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
455 #define MSGTR_ReadSTDIN "Čtu ze std. vstupu...\n" |
2016 | 456 #define MSGTR_UnableOpenURL "Nelze otevřít URL: %s\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
457 #define MSGTR_ConnToServer "Připojeno k serveru: %s\n" |
2016 | 458 #define MSGTR_FileNotFound "Soubor nenalezen: '%s'\n" |
459 | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
460 #define MSGTR_SMBInitError "Nelze inicializovat knihovnu libsmbclient: %d\n" |
7944 | 461 #define MSGTR_SMBFileNotFound "Nemohu otevřít soubor ze sítě: '%s'\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
462 #define MSGTR_SMBNotCompiled "MPlayer nebyl přeložen s podporou čtení SMB.\n" |
7944 | 463 |
2016 | 464 #define MSGTR_CantOpenDVD "Nelze otevřít DVD zařízení: %s\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
465 #define MSGTR_DVDwait "Načítám strukturu disku, čekejte prosím...\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
466 #define MSGTR_DVDnumTitles "Na tomto DVD je %d titul(ů).\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
467 #define MSGTR_DVDinvalidTitle "Neplatné číslo DVD titulu: %d\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
468 #define MSGTR_DVDnumChapters "V tomto DVD titulu je %d kapitol.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
469 #define MSGTR_DVDinvalidChapter "Neplatné číslo DVD kapitoly: %d\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
470 #define MSGTR_DVDnumAngles "Tento DVD titul má %d úhlů pohledu.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
471 #define MSGTR_DVDinvalidAngle "Neplatné číslo DVD úhlu pohledu: %d\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
472 #define MSGTR_DVDnoIFO "Nelze otevřít IFO soubor pro DVD titul %d.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
473 #define MSGTR_DVDnoVOBs "Nelze otevřít VOBy titulu (VTS_%02d_1.VOB).\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
474 #define MSGTR_DVDopenOk "DVD úspěšně otevřeno.\n" |
2016 | 475 |
15838 | 476 // muxer_*.c: |
477 #define MSGTR_TooManyStreams "Příliš mnoho datových proudů!" | |
478 #define MSGTR_RawMuxerOnlyOneStream "Muxer surového zvuku podporuje pouze jeden zvukový proud!\n" | |
479 #define MSGTR_IgnoringVideoStream "Ignoruji video proud!\n" | |
480 #define MSGTR_UnknownStreamType "Varování! Neznámý typ datového proudu: %d\n" | |
481 #define MSGTR_WarningLenIsntDivisible "Varování! Délka není násobkem velikosti vzorku!\n" | |
482 | |
2016 | 483 // demuxer.c, demux_*.c: |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
484 #define MSGTR_AudioStreamRedefined "VAROVÁNÍ: Hlavička audio proudu %d předefinována!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
485 #define MSGTR_VideoStreamRedefined "VAROVÁNÍ: Hlavička video proudu %d předefinována!\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
486 #define MSGTR_TooManyAudioInBuffer "\nPříliš mnoho audio paketů ve vyrovnávací paměti: (%d v %d bajtech)\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
487 #define MSGTR_TooManyVideoInBuffer "\nPříliš mnoho video paketů ve vyrovnávací paměti: (%d v %d bajtech)\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
488 #define MSGTR_MaybeNI "Možná přehráváte neprokládaný proud/soubor nebo kodek selhal?\n"\ |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
489 "V AVI souborech zkuste vynutit neprokládaný režim pomocí volby -ni.\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
490 #define MSGTR_SwitchToNi "\nDetekován špatně prokládaný AVI soubor - přepínám do -ni režimu...\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
491 #define MSGTR_Detected_XXX_FileFormat "Detekován formát souboru %s.\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
492 #define MSGTR_DetectedAudiofile "Detekován zvukový soubor.\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
493 #define MSGTR_NotSystemStream "Toto není formát MPEG System Stream... (možná Transport Stream?)\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
494 #define MSGTR_InvalidMPEGES "Špatný MPEG-ES proud??? Kontaktujte autora, možná to je chyba :(\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
495 #define MSGTR_FormatNotRecognized "======= Bohužel, formát tohoto souboru nebyl rozpoznán/není podporován =======\n"\ |
13161 | 496 "==== Pokud je soubor AVI, ASF nebo MPEG proud, kontaktujte prosím autora! ====\n" |
14997 | 497 #define MSGTR_MissingVideoStream "Nebyl nalezen video proud.\n" |
498 #define MSGTR_MissingAudioStream "Nebyl nalezen audio proud -> bez zvuku.\n" | |
499 #define MSGTR_MissingVideoStreamBug "Chybí video proud!? Kontaktujte autora, může to být chyba :(\n" | |
2016 | 500 |
14997 | 501 #define MSGTR_DoesntContainSelectedStream "demux: Soubor neobsahuje zvolený audio nebo video proud.\n" |
2016 | 502 |
503 #define MSGTR_NI_Forced "Vynucen" | |
504 #define MSGTR_NI_Detected "Detekován" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
505 #define MSGTR_NI_Message "%s NEPROKLÁDANÝ formát AVI souboru.\n" |
2016 | 506 |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
507 #define MSGTR_UsingNINI "Používám NEPROKLÁDANÉ vadné formátování AVI souboru.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
508 #define MSGTR_CouldntDetFNo "Nelze určit počet snímků (pro absolutní posun)\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
509 #define MSGTR_CantSeekRawAVI "Nelze se posouvat v surových (raw) AVI proudech! (Potřebuji index, zkuste použít volbu -idx.)\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
510 #define MSGTR_CantSeekFile "Nemohu se posouvat v tomto souboru.\n" |
2016 | 511 |
13161 | 512 #define MSGTR_EncryptedVOB "Šifrovaný soubor VOB! Přečtěte si DOCS/HTML/en/dvd.html.\n" |
513 | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
514 #define MSGTR_MOVcomprhdr "MOV: Komprimované hlavičky vyžadují ZLIB!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
515 #define MSGTR_MOVvariableFourCC "MOV: VAROVÁNÍ: Proměnná FOURCC detekována!?\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
516 #define MSGTR_MOVtooManyTrk "MOV: VAROVÁNÍ: příliš mnoho stop" |
6972 | 517 #define MSGTR_FoundAudioStream "==> Nalezen audio proud: %d\n" |
518 #define MSGTR_FoundVideoStream "==> Nalezen video proud: %d\n" | |
519 #define MSGTR_DetectedTV "Detekována TV! ;-)\n" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
520 #define MSGTR_ErrorOpeningOGGDemuxer "Nelze otevřít ogg demuxer.\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
521 #define MSGTR_ASFSearchingForAudioStream "ASF: Hledám audio proud (id: %d).\n" |
6972 | 522 #define MSGTR_CannotOpenAudioStream "Nemohu otevřít audio proud: %s\n" |
523 #define MSGTR_CannotOpenSubtitlesStream "Nemohu otevřít proud s titulky: %s\n" | |
524 #define MSGTR_OpeningAudioDemuxerFailed "Nepovedlo se otevřít audio demuxer: %s\n" | |
525 #define MSGTR_OpeningSubtitlesDemuxerFailed "Nepovedlo se otevřít demuxer pro titulky: %s\n" | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
526 #define MSGTR_TVInputNotSeekable "TV vstup neumožňuje posun! (\"Posun\" bude pravděpodobně použit pro změnu kanálů ;)\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
527 #define MSGTR_DemuxerInfoAlreadyPresent "Informace o demuxeru %s je již přítomna!\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
528 #define MSGTR_ClipInfo "Informace o klipu:\n" |
2016 | 529 |
14997 | 530 #define MSGTR_LeaveTelecineMode "\ndemux_mpg: detekováno 30000/1001 fps NTSC, přepínám frekvenci snímků.\n" |
531 #define MSGTR_EnterTelecineMode "\ndemux_mpg: detekováno 24000/1001 fps progresivní NTSC, přepínám frekvenci snímků.\n" | |
9121 | 532 |
2016 | 533 // dec_video.c & dec_audio.c: |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
534 #define MSGTR_CantOpenCodec "Nelze otevřít kodek.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
535 #define MSGTR_CantCloseCodec "Nelze uzavřít kodek.\n" |
2016 | 536 |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
537 #define MSGTR_MissingDLLcodec "CHYBA: Nelze otevřít požadovaný DirectShow kodek %s.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
538 #define MSGTR_ACMiniterror "Nemohu načíst/inicializovat Win32/ACM AUDIO kodek (chybí DLL soubor?).\n" |
2016 | 539 #define MSGTR_MissingLAVCcodec "Nemohu najít kodek '%s' v libavcodec...\n" |
540 | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
541 #define MSGTR_MpegNoSequHdr "MPEG: KRITICKÁ CHYBA: Konec souboru v průběhu vyhledávání hlavičky sekvence.\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
542 #define MSGTR_CannotReadMpegSequHdr "KRITICKÁ CHYBA: Nelze přečíst hlavičku sekvence.\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
543 #define MSGTR_CannotReadMpegSequHdrEx "KRITICKÁ CHYBA: Nelze přečíst rozšíření hlavičky sekvence.\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
544 #define MSGTR_BadMpegSequHdr "MPEG: Špatná hlavička sekvence.\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
545 #define MSGTR_BadMpegSequHdrEx "MPEG: Špatné rozšíření hlavičky sekvence.\n" |
2016 | 546 |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
547 #define MSGTR_ShMemAllocFail "Nelze alokovat sdílenou paměť\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
548 #define MSGTR_CantAllocAudioBuf "Nelze alokovat vyrovnávací paměť pro zvukový výstup\n" |
2016 | 549 |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
550 #define MSGTR_UnknownAudio "Neznámý/chybějící audio formát -> nebude zvuk.\n" |
2016 | 551 |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
552 #define MSGTR_UsingExternalPP "[PP] Používám externí filtr pro postprocessing, max q = %d.\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
553 #define MSGTR_UsingCodecPP "[PP] Používám integrovaný postprocessing kodeku, max q = %d.\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
554 #define MSGTR_VideoAttributeNotSupportedByVO_VD "Video atribut '%s' není podporován vybraným vo & vd.\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
555 #define MSGTR_VideoCodecFamilyNotAvailableStr "Požadovaná rodina video kodeku [%s] (vfm=%s) není dostupná.\nAktivujte ji při kompilaci.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
556 #define MSGTR_AudioCodecFamilyNotAvailableStr "Požadovaná rodina audio kodeku [%s] (afm=%s) není dostupná.\nAktivujte ji při kompilaci.\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
557 #define MSGTR_OpeningVideoDecoder "Otevírám video dekodér: [%s] %s\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
558 #define MSGTR_OpeningAudioDecoder "Otevírám audio dekodér: [%s] %s\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
559 #define MSGTR_UninitVideoStr "uninit video: %s\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
560 #define MSGTR_UninitAudioStr "uninit audio: %s\n" |
14997 | 561 #define MSGTR_VDecoderInitFailed "Video dekodér - inicializace selhala :(\n" |
562 #define MSGTR_ADecoderInitFailed "Audio dekodér - inicializace selhala :(\n" | |
563 #define MSGTR_ADecoderPreinitFailed "Audio dekodér - předinicializace selhala :(\n" | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
564 #define MSGTR_AllocatingBytesForInputBuffer "dec_audio: Alokuji %d bytů pro vstupní vyrovnávací paměť\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
565 #define MSGTR_AllocatingBytesForOutputBuffer "dec_audio: Alokuji %d + %d = %d bytů pro výstupní vyrovnávací paměť\n" |
7087 | 566 |
2016 | 567 // LIRC: |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
568 #define MSGTR_SettingUpLIRC "Zapínám podporu LIRC...\n" |
3956 | 569 #define MSGTR_LIRCdisabled "Nebudete moci používat dálkový ovladač.\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
570 #define MSGTR_LIRCopenfailed "Nepovedlo se zapnout podporu LIRC.\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
571 #define MSGTR_LIRCcfgerr "Nepovedlo se přečíst konfigurační soubor LIRC %s.\n" |
2016 | 572 |
7087 | 573 // vf.c |
574 #define MSGTR_CouldNotFindVideoFilter "Nemohu nalézt video filtr '%s'\n" | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
575 #define MSGTR_CouldNotOpenVideoFilter "Nemohu otevřít video filtr '%s'\n" |
7087 | 576 #define MSGTR_OpeningVideoFilter "Otevírám video filtr: " |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
577 #define MSGTR_CannotFindColorspace "Ani při vložení 'scale' nemohu nalézt společný barevný prostor :(\n" |
7087 | 578 |
579 // vd.c | |
14997 | 580 #define MSGTR_CodecDidNotSet "V. dekodér: Kodek nenastavil sh->disp_w a sh->disp_h, pokouším se to obejít.\n" |
581 #define MSGTR_VoConfigRequest "V. dekodér: Požadovaná konfigurace vo - %d x %d (preferovaný csp: %s)\n" | |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
582 #define MSGTR_CouldNotFindColorspace "Nemohu nalézt společný barevný prostor - zkouším to znovu s -vf scale...\n" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
583 #define MSGTR_MovieAspectIsSet "Poměr stran obrazu filmu je %.2f:1 - škáluji na správný poměr.\n" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
584 #define MSGTR_MovieAspectUndefined "Poměr stran obrazu filmu není definován - neměním velikost.\n" |
2016 | 585 |
13161 | 586 // vd_dshow.c, vd_dmo.c |
587 #define MSGTR_DownloadCodecPackage "Potřebujete aktualizovat nebo nainstalovat binární kodeky.\nJděte na http://mplayerhq.hu/homepage/dload.html\n" | |
588 #define MSGTR_DShowInitOK "INFO: Inicializace Win32/DShow videokodeku OK.\n" | |
589 #define MSGTR_DMOInitOK "INFO: Inicializace Win32/DMO videokodeku OK.\n" | |
590 | |
591 // x11_common.c | |
592 #define MSGTR_EwmhFullscreenStateFailed "\nX11: Nemohu poslat událost EWMH fullscreen!\n" | |
593 | |
594 #define MSGTR_InsertingAfVolume "[Mixer] Hardwarový mixér není k dispozici, vkládám filtr pro hlasitost.\n" | |
595 #define MSGTR_NoVolume "[Mixer] Řízení hlasitosti není dostupné.\n" | |
596 | |
2016 | 597 // ====================== GUI messages/buttons ======================== |
598 | |
599 #ifdef HAVE_NEW_GUI | |
600 | |
601 // --- labels --- | |
602 #define MSGTR_About "O aplikaci" | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
603 #define MSGTR_FileSelect "Vybrat soubor..." |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
604 #define MSGTR_SubtitleSelect "Vybrat titulky..." |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
605 #define MSGTR_OtherSelect "Vybrat..." |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
606 #define MSGTR_AudioFileSelect "Vybrat externí zvukový kanál..." |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
607 #define MSGTR_FontSelect "Vybrat font..." |
16011 | 608 // Poznámka: Pokud změníte MSGTR_PlayList, ujistěte se prosím, že vyhovuje i pro MSGTR_MENU_PlayList |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
609 #define MSGTR_PlayList "Playlist" |
6690 | 610 #define MSGTR_Equalizer "Ekvalizér" |
3692 | 611 #define MSGTR_SkinBrowser "Prohlížeč témat" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
612 #define MSGTR_Network "Síťové vysílání..." |
16011 | 613 // Poznámka: Pokud změníte MSGTR_Preferences, ujistěte se prosím, že vyhovuje i pro MSGTR_MENU_Preferences |
7271 | 614 #define MSGTR_Preferences "Nastavení" // Předvolby? |
13161 | 615 #define MSGTR_AudioPreferences "Konfigurace ovladače zvuku" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
616 #define MSGTR_NoMediaOpened "Nic není otevřeno." |
7271 | 617 #define MSGTR_VCDTrack "VCD stopa %d" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
618 #define MSGTR_NoChapter "Žádná kapitola" //bez kapitoly? |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
619 #define MSGTR_Chapter "Kapitola %d" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
620 #define MSGTR_NoFileLoaded "Není načten žádný soubor." |
2016 | 621 |
622 // --- buttons --- | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
623 #define MSGTR_Ok "OK" |
2016 | 624 #define MSGTR_Cancel "Zrušit" |
625 #define MSGTR_Add "Přidat" | |
626 #define MSGTR_Remove "Odebrat" | |
6690 | 627 #define MSGTR_Clear "Vynulovat" |
628 #define MSGTR_Config "Konfigurace" | |
6837 | 629 #define MSGTR_ConfigDriver "Konfigurovat ovladač" |
630 #define MSGTR_Browse "Prohlížet" | |
2016 | 631 |
632 // --- error messages --- | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
633 #define MSGTR_NEMDB "Bohužel není dostatek paměti pro vykreslovací mezipaměť." |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
634 #define MSGTR_NEMFMR "Bohužel není dostatek paměti pro vykreslení menu." |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
635 #define MSGTR_IDFGCVD "Bohužel nebyl nalezen video ovladač kompatibilní s GUI." |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
636 #define MSGTR_NEEDLAVCFAME "Bohužel nelze přehrávat ne-MPEG s kartou DXR3/H+ bez přeenkódování.\nProsím, zapněte lavc nebo fame v konfiguraci DXR3/H+." |
14190 | 637 #define MSGTR_UNKNOWNWINDOWTYPE "Nalezen neznámý typ okna ..." |
2016 | 638 |
639 // --- skin loader error messages | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
640 #define MSGTR_SKIN_ERRORMESSAGE "[témata] chyba v konfiguračním souboru témat na řádce %d: %s" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
641 #define MSGTR_SKIN_WARNING1 "[témata] varování v konfiguračním souboru témat na řádce %d:\nwidget nalezen ale před ním nebyla nalezena žádná \"section\" (%s)" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
642 #define MSGTR_SKIN_WARNING2 "[témata] varování v konfiguračním souboru témat na řádce %d:\nwidget nalezen ale před ním nebyla nalezena žádná \"subsection\" (%s)" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
643 #define MSGTR_SKIN_WARNING3 "[témata] varování v konfiguračním souboru témat na řádce %d:\nwidget (%s) nepodporuje tuto subsekci" |
14190 | 644 #define MSGTR_SKIN_SkinFileNotFound "[skin] soubor ( %s ) nenalezen.\n" |
15671 | 645 #define MSGTR_SKIN_SkinFileNotReadable "[skin] soubor ( %s ) nelze přečíst.\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
646 #define MSGTR_SKIN_BITMAP_16bit "bitmapa s hloubkou 16 bitů a méně není podporována (%s).\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
647 #define MSGTR_SKIN_BITMAP_FileNotFound "soubor nenalezen (%s)\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
648 #define MSGTR_SKIN_BITMAP_BMPReadError "chyba čtení BMP (%s)\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
649 #define MSGTR_SKIN_BITMAP_TGAReadError "chyba čtení TGA (%s)\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
650 #define MSGTR_SKIN_BITMAP_PNGReadError "chyba čtení PNG (%s)\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
651 #define MSGTR_SKIN_BITMAP_RLENotSupported "formát TGA zapouzdřený v RLE není podporován (%s)\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
652 #define MSGTR_SKIN_BITMAP_UnknownFileType "neznámý typ souboru (%s)\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
653 #define MSGTR_SKIN_BITMAP_ConvertError "chyba konverze z 24 do 32 bitů (%s)\n" |
2016 | 654 #define MSGTR_SKIN_BITMAP_UnknownMessage "neznámá zpráva: %s\n" |
655 #define MSGTR_SKIN_FONT_NotEnoughtMemory "nedostatek paměti\n" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
656 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "deklarováno příliš mnoho fontů\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
657 #define MSGTR_SKIN_FONT_FontFileNotFound "soubor fontu nebyl nalezen\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
658 #define MSGTR_SKIN_FONT_FontImageNotFound "soubor obrazu fontu nebyl nalezen\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
659 #define MSGTR_SKIN_FONT_NonExistentFontID "neexistující identifikátor fontu (%s)\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
660 #define MSGTR_SKIN_UnknownParameter "neznámý parametr (%s)\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
661 #define MSGTR_SKIN_SKINCFG_SkinNotFound "Téma nenalezeno (%s).\n" |
14190 | 662 #define MSGTR_SKIN_SKINCFG_SelectedSkinNotFound "Vybraný skin ( %s ) nenalezen, zkouším 'výchozí'...\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
663 #define MSGTR_SKIN_SKINCFG_SkinCfgReadError "chyba při čtení konfiguračního souboru témat (%s)\n" |
3692 | 664 #define MSGTR_SKIN_LABEL "Témata:" |
665 | |
666 // --- gtk menus | |
667 #define MSGTR_MENU_AboutMPlayer "O aplikaci MPlayer" | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
668 #define MSGTR_MENU_Open "Otevřít..." |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
669 #define MSGTR_MENU_PlayFile "Přehrát soubor..." |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
670 #define MSGTR_MENU_PlayVCD "Přehrát VCD..." |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
671 #define MSGTR_MENU_PlayDVD "Přehrát DVD..." |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
672 #define MSGTR_MENU_PlayURL "Přehrát z URL..." |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
673 #define MSGTR_MENU_LoadSubtitle "Načíst titulky..." |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
674 #define MSGTR_MENU_DropSubtitle "Zahodit titulky..." |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
675 #define MSGTR_MENU_LoadExternAudioFile "Načíst externí soubor se zvukem..." |
4047 | 676 #define MSGTR_MENU_Playing "Ovládání přehrávání" |
3692 | 677 #define MSGTR_MENU_Play "Přehrát" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
678 #define MSGTR_MENU_Pause "Pozastavit" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
679 #define MSGTR_MENU_Stop "Stop" |
3692 | 680 #define MSGTR_MENU_NextStream "Další proud" |
681 #define MSGTR_MENU_PrevStream "Předchozí proud" | |
682 #define MSGTR_MENU_Size "Velikost" | |
14604 | 683 #define MSGTR_MENU_HalfSize "Poloviční velikost" |
3692 | 684 #define MSGTR_MENU_NormalSize "Normální velikost" |
685 #define MSGTR_MENU_DoubleSize "Dvojnásobná velikost" | |
686 #define MSGTR_MENU_FullScreen "Celá obrazovka" | |
687 #define MSGTR_MENU_DVD "DVD" | |
6280 | 688 #define MSGTR_MENU_VCD "VCD" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
689 #define MSGTR_MENU_PlayDisc "Přehrát disk..." |
3692 | 690 #define MSGTR_MENU_ShowDVDMenu "Zobrazit DVD menu" |
691 #define MSGTR_MENU_Titles "Tituly" | |
692 #define MSGTR_MENU_Title "Titul %2d" | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
693 #define MSGTR_MENU_None "(žádné)" |
3692 | 694 #define MSGTR_MENU_Chapters "Kapitoly" |
695 #define MSGTR_MENU_Chapter "Kapitola %2d" | |
696 #define MSGTR_MENU_AudioLanguages "Jazyk zvuku" | |
697 #define MSGTR_MENU_SubtitleLanguages "Jazyk titulků" | |
16011 | 698 #define MSGTR_MENU_PlayList MSGTR_PlayList |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
699 #define MSGTR_MENU_SkinBrowser "Prohlížeč témat" |
16011 | 700 #define MSGTR_MENU_Preferences MSGTR_Preferences |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
701 #define MSGTR_MENU_Exit "Konec..." |
7944 | 702 #define MSGTR_MENU_Mute "Ztlumit" |
703 #define MSGTR_MENU_Original "Původní" | |
704 #define MSGTR_MENU_AspectRatio "Poměr stran" | |
8394 | 705 #define MSGTR_MENU_AudioTrack "Audio stopa" |
706 #define MSGTR_MENU_Track "Stopa %d" | |
707 #define MSGTR_MENU_VideoTrack "Video stopa" | |
3692 | 708 |
6690 | 709 // --- equalizer |
16011 | 710 // Poznámka: Pokud změníte MSGTR_EQU_Audio, ujistěte se prosím, že vyhovuje i pro MSGTR_PREFERENCES_Audio |
6690 | 711 #define MSGTR_EQU_Audio "Zvuk" |
16011 | 712 // Poznámka: Pokud změníte MSGTR_EQU_Video, ujistěte se prosím, že vyhovuje i pro MSGTR_PREFERENCES_Video |
6690 | 713 #define MSGTR_EQU_Video "Obraz" |
714 #define MSGTR_EQU_Contrast "Kontrast: " | |
715 #define MSGTR_EQU_Brightness "Jas: " | |
716 #define MSGTR_EQU_Hue "Odstín: " | |
717 #define MSGTR_EQU_Saturation "Sytost: " | |
718 #define MSGTR_EQU_Front_Left "Levý přední" | |
719 #define MSGTR_EQU_Front_Right "Pravý přední" | |
720 #define MSGTR_EQU_Back_Left "Levý zadní" | |
721 #define MSGTR_EQU_Back_Right "Pravý zadní" | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
722 #define MSGTR_EQU_Center "Středový" |
6690 | 723 #define MSGTR_EQU_Bass "Basový" |
724 #define MSGTR_EQU_All "Vše" | |
9242 | 725 #define MSGTR_EQU_Channel1 "Kanál 1:" |
726 #define MSGTR_EQU_Channel2 "Kanál 2:" | |
727 #define MSGTR_EQU_Channel3 "Kanál 3:" | |
728 #define MSGTR_EQU_Channel4 "Kanál 4:" | |
729 #define MSGTR_EQU_Channel5 "Kanál 5:" | |
730 #define MSGTR_EQU_Channel6 "Kanál 6:" | |
6690 | 731 |
6754 | 732 // --- playlist |
733 #define MSGTR_PLAYLIST_Path "Cesta" | |
734 #define MSGTR_PLAYLIST_Selected "Vybrané soubory" | |
735 #define MSGTR_PLAYLIST_Files "Soubory" | |
736 #define MSGTR_PLAYLIST_DirectoryTree "Adresáře" | |
737 | |
6837 | 738 // --- preferences |
16011 | 739 #define MSGTR_PREFERENCES_Audio MSGTR_EQU_Audio |
740 #define MSGTR_PREFERENCES_Video MSGTR_EQU_Video | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
741 #define MSGTR_PREFERENCES_SubtitleOSD "Titulky & OSD" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
742 #define MSGTR_PREFERENCES_Codecs "Kodeky & demuxer" |
16011 | 743 // Poznámka: Pokud změníte MSGTR_PREFERENCES_Misc, ujistěte se prosím, že vyhovuje i pro MSGTR_PREFERENCES_FRAME_Misc |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
744 #define MSGTR_PREFERENCES_Misc "Ostatní" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
745 |
6837 | 746 #define MSGTR_PREFERENCES_None "Nic" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
747 #define MSGTR_PREFERENCES_DriverDefault "výchozí nastavení" |
6837 | 748 #define MSGTR_PREFERENCES_AvailableDrivers "Dostupné ovladače:" |
749 #define MSGTR_PREFERENCES_DoNotPlaySound "Nepřehrávat zvuk" | |
750 #define MSGTR_PREFERENCES_NormalizeSound "Normalizovat zvuk" | |
751 #define MSGTR_PREFERENCES_EnEqualizer "Aktivovat ekvalizér" | |
14869 | 752 #define MSGTR_PREFERENCES_SoftwareMixer "Aktivovat softwarový směšovač" |
6837 | 753 #define MSGTR_PREFERENCES_ExtraStereo "Aktivovat extra stereo" |
754 #define MSGTR_PREFERENCES_Coefficient "Koeficient:" | |
755 #define MSGTR_PREFERENCES_AudioDelay "Zpoždění zvuku" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
756 #define MSGTR_PREFERENCES_DoubleBuffer "Aktivovat dvojitou vyrovnávací paměť" |
6837 | 757 #define MSGTR_PREFERENCES_DirectRender "Aktivovat direct rendering" |
758 #define MSGTR_PREFERENCES_FrameDrop "Aktivovat zahazování snímků" | |
759 #define MSGTR_PREFERENCES_HFrameDrop "Aktivovat TVRDÉ zahazování snímků (nebezpečné)" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
760 #define MSGTR_PREFERENCES_Flip "Převrátit obraz vzhůru nohama" |
6837 | 761 #define MSGTR_PREFERENCES_Panscan "Panscan:" |
762 #define MSGTR_PREFERENCES_OSDTimer "Čas a ostatní ukazatele" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
763 #define MSGTR_PREFERENCES_OSDProgress "Pouze ukazatele pozice a nastavení" |
9121 | 764 #define MSGTR_PREFERENCES_OSDTimerPercentageTotalTime "Čas, procenta a celkový čas" |
6837 | 765 #define MSGTR_PREFERENCES_Subtitle "Titulky:" |
766 #define MSGTR_PREFERENCES_SUB_Delay "Zpoždění: " | |
767 #define MSGTR_PREFERENCES_SUB_FPS "FPS:" | |
768 #define MSGTR_PREFERENCES_SUB_POS "Pozice: " | |
769 #define MSGTR_PREFERENCES_SUB_AutoLoad "Vypnout automatické načtení titulků" | |
770 #define MSGTR_PREFERENCES_SUB_Unicode "Titulky v UNICODE" | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
771 #define MSGTR_PREFERENCES_SUB_MPSUB "Převést dané titulky do vlastního formátu MPlayeru" |
6837 | 772 #define MSGTR_PREFERENCES_SUB_SRT "Převést dané titulky do časově orientovaného formátu SubViewer (SRT)" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
773 #define MSGTR_PREFERENCES_SUB_Overlap "Zapnout překrývání titulků" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
774 #define MSGTR_PREFERENCES_Font "Font:" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
775 #define MSGTR_PREFERENCES_FontFactor "Zvětšení Fontu:" |
6837 | 776 #define MSGTR_PREFERENCES_PostProcess "Aktivovat postprocessing" |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
777 #define MSGTR_PREFERENCES_AutoQuality "Automatické řízení kvality:" |
6837 | 778 #define MSGTR_PREFERENCES_NI "Použít parser pro neprokládaný AVI formát" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
779 #define MSGTR_PREFERENCES_IDX "Znovu sestavit tabulku indexů, pokud je to třeba" |
6837 | 780 #define MSGTR_PREFERENCES_VideoCodecFamily "Rodina video kodeku:" |
7271 | 781 #define MSGTR_PREFERENCES_AudioCodecFamily "Rodina audio kodeku:" |
6837 | 782 #define MSGTR_PREFERENCES_FRAME_OSD_Level "Typ OSD" |
783 #define MSGTR_PREFERENCES_FRAME_Subtitle "Titulky" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
784 #define MSGTR_PREFERENCES_FRAME_Font "Font" |
6837 | 785 #define MSGTR_PREFERENCES_FRAME_PostProcess "Postprocessing" |
786 #define MSGTR_PREFERENCES_FRAME_CodecDemuxer "Kodek & demuxer" | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
787 #define MSGTR_PREFERENCES_FRAME_Cache "Vyrovnávací paměť" |
16011 | 788 #define MSGTR_PREFERENCES_FRAME_Misc MSGTR_PREFERENCES_Misc |
13161 | 789 #define MSGTR_PREFERENCES_Audio_Device "Zařízení:" |
790 #define MSGTR_PREFERENCES_Audio_Mixer "Mixér:" | |
791 #define MSGTR_PREFERENCES_Audio_MixerChannel "Kanál mixéru:" | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
792 #define MSGTR_PREFERENCES_Message "Pozor, některá nastavení potřebují pro svou funkci restartovat přehrávání!" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
793 #define MSGTR_PREFERENCES_DXR3_VENC "Video enkodér:" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
794 #define MSGTR_PREFERENCES_DXR3_LAVC "Použít LAVC (FFmpeg)" |
7087 | 795 #define MSGTR_PREFERENCES_DXR3_FAME "Použít FAME" |
7271 | 796 #define MSGTR_PREFERENCES_FontEncoding1 "Unicode" |
797 #define MSGTR_PREFERENCES_FontEncoding2 "Západoevropské jazyky (ISO-8859-1)" | |
798 #define MSGTR_PREFERENCES_FontEncoding3 "Západoevropské jazyky s Eurem (ISO-8859-15)" | |
799 #define MSGTR_PREFERENCES_FontEncoding4 "Slovanské/středoevropské jazyky (ISO-8859-2)" | |
14997 | 800 #define MSGTR_PREFERENCES_FontEncoding5 "Esperanto, gaelština, maltézština, turečtina (ISO-8859-3)" |
7271 | 801 #define MSGTR_PREFERENCES_FontEncoding6 "Staré Baltské kódování (ISO-8859-4)" |
802 #define MSGTR_PREFERENCES_FontEncoding7 "Cyrilice (ISO-8859-5)" | |
803 #define MSGTR_PREFERENCES_FontEncoding8 "Arabština (ISO-8859-6)" | |
804 #define MSGTR_PREFERENCES_FontEncoding9 "Moderní řečtina (ISO-8859-7)" | |
805 #define MSGTR_PREFERENCES_FontEncoding10 "Turečtina (ISO-8859-9)" | |
806 #define MSGTR_PREFERENCES_FontEncoding11 "Baltické (ISO-8859-13)" | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
807 #define MSGTR_PREFERENCES_FontEncoding12 "Keltština (ISO-8859-14)" |
7271 | 808 #define MSGTR_PREFERENCES_FontEncoding13 "Hebrejština (ISO-8859-8)" |
809 #define MSGTR_PREFERENCES_FontEncoding14 "Ruština (KOI8-R)" | |
810 #define MSGTR_PREFERENCES_FontEncoding15 "Ukrajinština, běloruština (KOI8-U/RU)" | |
811 #define MSGTR_PREFERENCES_FontEncoding16 "Jednoduchá čínština (CP936)" | |
812 #define MSGTR_PREFERENCES_FontEncoding17 "Tradiční čínština (BIG5)" | |
813 #define MSGTR_PREFERENCES_FontEncoding18 "Japonština (SHIFT-JIS)" | |
814 #define MSGTR_PREFERENCES_FontEncoding19 "Korejština (CP949)" | |
815 #define MSGTR_PREFERENCES_FontEncoding20 "Thajština (CP874)" | |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
816 #define MSGTR_PREFERENCES_FontEncoding21 "Cyrilické Windows (CP1251)" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
817 #define MSGTR_PREFERENCES_FontEncoding22 "Slovanské/středoevropské Windows (CP1250)" |
7271 | 818 #define MSGTR_PREFERENCES_FontNoAutoScale "Bez automatické velikosti" |
819 #define MSGTR_PREFERENCES_FontPropWidth "Proporčně dle šířky obrazu" | |
820 #define MSGTR_PREFERENCES_FontPropHeight "Proporčně dle výšky obrazu" | |
821 #define MSGTR_PREFERENCES_FontPropDiagonal "Proporčně dle úhlopříčky" | |
822 #define MSGTR_PREFERENCES_FontEncoding "Kódování:" | |
823 #define MSGTR_PREFERENCES_FontBlur "Rozmazání:" | |
824 #define MSGTR_PREFERENCES_FontOutLine "Obrys:" | |
825 #define MSGTR_PREFERENCES_FontTextScale "Velikost textu:" | |
826 #define MSGTR_PREFERENCES_FontOSDScale "Velikost OSD:" | |
9121 | 827 #define MSGTR_PREFERENCES_Cache "Zapnout vyrovnávací paměť" |
8394 | 828 #define MSGTR_PREFERENCES_CacheSize "Velikost vyrovnávací paměti: " |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
829 #define MSGTR_PREFERENCES_LoadFullscreen "Spustit přes celou obrazovku" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
830 #define MSGTR_PREFERENCES_SaveWinPos "Uložit pozici okna" |
8394 | 831 #define MSGTR_PREFERENCES_XSCREENSAVER "Zastavit XScreenSaver" |
9121 | 832 #define MSGTR_PREFERENCES_PlayBar "Aktivovat playbar" |
833 #define MSGTR_PREFERENCES_AutoSync "Zapnout automatickou synchronizaci" | |
8394 | 834 #define MSGTR_PREFERENCES_AutoSyncValue "Automatická synchronizace: " |
9121 | 835 #define MSGTR_PREFERENCES_CDROMDevice "Zařízení CD-ROM:" |
836 #define MSGTR_PREFERENCES_DVDDevice "Zařízení DVD:" | |
837 #define MSGTR_PREFERENCES_FPS "Snímková rychlost (FPS):" | |
9242 | 838 #define MSGTR_PREFERENCES_ShowVideoWindow "Zobrazovat video okno při nečinnosti" |
16193 | 839 #define MSGTR_PREFERENCES_ArtsBroken "Novější verze aRts jsou nekompatibilní "\ |
16517 | 840 "s GTK 1.x a zhavarují GMPlayer!" |
6837 | 841 |
9197 | 842 #define MSGTR_ABOUT_UHU "Vývoj GUI je sponzorován firmou UHU Linux\n" |
843 #define MSGTR_ABOUT_CoreTeam " Hlavní vývojáři programu MPlayer:\n" | |
844 #define MSGTR_ABOUT_AdditionalCoders " Další vývojáři:\n" | |
845 #define MSGTR_ABOUT_MainTesters " Hlavní testeři:\n" | |
846 | |
3692 | 847 // --- messagebox |
10529
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
848 #define MSGTR_MSGBOX_LABEL_FatalError "Kritická chyba!" |
510aca025579
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
diego
parents:
10417
diff
changeset
|
849 #define MSGTR_MSGBOX_LABEL_Error "Chyba!" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
850 #define MSGTR_MSGBOX_LABEL_Warning "Varování!" |
2016 | 851 |
14190 | 852 // bitmap.c |
853 | |
854 #define MSGTR_NotEnoughMemoryC32To1 "[c32to1] nedostatek paměti pro obrázek\n" | |
855 #define MSGTR_NotEnoughMemoryC1To32 "[c1to32] nedostatek paměti pro obrázek\n" | |
856 | |
857 // cfg.c | |
858 | |
859 #define MSGTR_ConfigFileReadError "[cfg] chyba při čtení konfiguračního souboru...\n" | |
14448 | 860 #define MSGTR_UnableToSaveOption "[cfg] Nelze uložit volbu '%s'.\n" |
14190 | 861 |
862 // interface.c | |
863 | |
864 #define MSGTR_DeletingSubtitles "[GUI] Mažu titulky.\n" | |
865 #define MSGTR_LoadingSubtitles "[GUI] Načítám titulky: %s\n" | |
866 #define MSGTR_AddingVideoFilter "[GUI] Přidávám video filtr: %s\n" | |
867 #define MSGTR_RemovingVideoFilter "[GUI] Odstraňuji video filtr: %s\n" | |
868 | |
869 // mw.c | |
870 | |
871 #define MSGTR_NotAFile "Toto nevypadá jako soubor: %s !\n" | |
872 | |
873 // ws.c | |
874 | |
875 #define MSGTR_WS_CouldNotOpenDisplay "[ws] Nelze otevřít display.\n" | |
876 #define MSGTR_WS_RemoteDisplay "[ws] Vzdálený display, vypínám XMITSHM.\n" | |
877 #define MSGTR_WS_NoXshm "[ws] Promiňte, ale váš systém nepodporuje rozšíření X shared memory.\n" | |
878 #define MSGTR_WS_NoXshape "[ws] Promiňte, ale váš systém nepodporuje rozšíření XShape.\n" | |
14997 | 879 #define MSGTR_WS_ColorDepthTooLow "[ws] Promiňte, ale barevná hloubka je příliš malá.\n" |
880 #define MSGTR_WS_TooManyOpenWindows "[ws] Příliš mnoho otevřených oken.\n" | |
14190 | 881 #define MSGTR_WS_ShmError "[ws] chyba rozšíření shared memory\n" |
14997 | 882 #define MSGTR_WS_NotEnoughMemoryDrawBuffer "[ws] Promiňte, nedostatek paměti pro vykreslení bufferu.\n" |
14190 | 883 #define MSGTR_WS_DpmsUnavailable "DPMS není k dispozici?\n" |
884 #define MSGTR_WS_DpmsNotEnabled "Nelze zapnout DPMS.\n" | |
885 | |
886 // wsxdnd.c | |
887 | |
888 #define MSGTR_WS_NotAFile "Toto nevypadá jako soubor...\n" | |
889 #define MSGTR_WS_DDNothing "D&D: Nic se nevrátilo!\n" | |
890 | |
2016 | 891 #endif |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
892 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
893 // ======================= VO Video Output drivers ======================== |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
894 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
895 #define MSGTR_VOincompCodec "Vybrané video_out zařízení je nekompatibilní s tímto kodekem.\n" |
16193 | 896 #define MSGTR_VOincompCodec "Vybrané video_out zařízení je nekompatibilní s tímto kodekem.\n"\ |
897 "Zkuste rovněž přidat filtr scale, čili -vf spp,scale namísto -vf spp.\n" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
898 #define MSGTR_VO_GenericError "Tato chyba nastala" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
899 #define MSGTR_VO_UnableToAccess "Nemám přístup k" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
900 #define MSGTR_VO_ExistsButNoDirectory "již existuje, ale není to adresář." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
901 #define MSGTR_VO_DirExistsButNotWritable "Výstupní adresář již existuje, ale nelze do něj zapisovat." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
902 #define MSGTR_VO_DirExistsAndIsWritable "Výstupní adresář již existuje a lze do něj zapisovat." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
903 #define MSGTR_VO_CantCreateDirectory "Nelze vytvořit výstupní adresář." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
904 #define MSGTR_VO_CantCreateFile "Nelze vytvořit výstupní soubor." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
905 #define MSGTR_VO_DirectoryCreateSuccess "Úspěšně vytvořen výstupní adresář." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
906 #define MSGTR_VO_ParsingSuboptions "Interpretuji podvolby." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
907 #define MSGTR_VO_SuboptionsParsedOK "Podvolby interpretovány OK." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
908 #define MSGTR_VO_ValueOutOfRange "Hodnota je mimo rozsah" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
909 #define MSGTR_VO_NoValueSpecified "Nebyla zadána hodnota." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
910 #define MSGTR_VO_UnknownSuboptions "Neznámá(é) podvolba(y)" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
911 |
14997 | 912 // vo_aa.c |
913 | |
914 #define MSGTR_VO_AA_HelpHeader "\n\nZde jsou podvolby aalib vo_aa:\n" | |
915 #define MSGTR_VO_AA_AdditionalOptions "Dodatečné volby vo_aa zajišťují:\n" \ | |
916 " help vypíše tuto nápovědu\n" \ | |
917 " osdcolor nastaví barvu osd\n subcolor nastaví barvu titulků\n" \ | |
918 " parametry barev jsou:\n 0 : normal\n" \ | |
919 " 1 : dim\n 2 : bold\n 3 : boldfont\n" \ | |
920 " 4 : reverse\n 5 : special\n\n\n" | |
921 | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
922 // vo_jpeg.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
923 #define MSGTR_VO_JPEG_ProgressiveJPEG "Zapnut progresivní JPEG." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
924 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Vypnut progresivní JPEG." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
925 #define MSGTR_VO_JPEG_BaselineJPEG "Zapnut základní JPEG." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
926 #define MSGTR_VO_JPEG_NoBaselineJPEG "Vypnut základní JPEG." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
927 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
928 // vo_pnm.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
929 #define MSGTR_VO_PNM_ASCIIMode "Zapnut ASCII režim." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
930 #define MSGTR_VO_PNM_RawMode "Zapnut surový (Raw) režim." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
931 #define MSGTR_VO_PNM_PPMType "Budou zapisovány PPM soubory." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
932 #define MSGTR_VO_PNM_PGMType "Budou zapisovány PGM soubory." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
933 #define MSGTR_VO_PNM_PGMYUVType "Budou zapisovány PGMYUV soubory." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
934 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
935 // vo_yuv4mpeg.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
936 #define MSGTR_VO_YUV4MPEG_InterlacedHeightDivisibleBy4 "Prokládaný režim obrazu vyžaduje výšku obrazu dělitelnou 4." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
937 #define MSGTR_VO_YUV4MPEG_InterlacedLineBufAllocFail "Nelze alokovat řádkovou vyrovnávací paměť pro režim prokládaného obrazu." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
938 #define MSGTR_VO_YUV4MPEG_InterlacedInputNotRGB "Vstup není RGB, nelze oddělit jasovou složku podle polí!" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
939 #define MSGTR_VO_YUV4MPEG_WidthDivisibleBy2 "Šířka obrazu musí být dělitelná 2." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
940 #define MSGTR_VO_YUV4MPEG_NoMemRGBFrameBuf "Není dostatek paměti pro alokaci RGB framebufferu." |
14150 | 941 #define MSGTR_VO_YUV4MPEG_OutFileOpenError "Nelze získat paměť nebo ukazatel souboru pro zápis \"%s\"!" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
942 #define MSGTR_VO_YUV4MPEG_OutFileWriteError "Chyba při zápisu obrázku na výstup!" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
943 #define MSGTR_VO_YUV4MPEG_UnknownSubDev "Neznámé podzařízení: %s" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
944 #define MSGTR_VO_YUV4MPEG_InterlacedTFFMode "Používám prokládaný výstupní režim, horní pole napřed." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
945 #define MSGTR_VO_YUV4MPEG_InterlacedBFFMode "Používám prokládaný výstupní režim, dolní pole napřed." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
946 #define MSGTR_VO_YUV4MPEG_ProgressiveMode "Používám (výchozí) neprokládaný snímkový režim." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
947 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
948 // Old vo drivers that have been replaced |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
949 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
950 #define MSGTR_VO_PGM_HasBeenReplaced "Výstupní videorozhraní pgm bylo nahrazeno -vo pnm:pgmyuv.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
951 #define MSGTR_VO_MD5_HasBeenReplaced "Výstupní videorozhraní md5 bylo nahrazeno -vo md5sum.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
952 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
953 // ======================= AO Audio Output drivers ======================== |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
954 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
955 // libao2 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
956 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
957 // audio_out.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
958 #define MSGTR_AO_ALSA9_1x_Removed "audio_out: moduly alsa9 a alsa1x byly odstraněny, místo nich použijte -ao alsa.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
959 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
960 // ao_oss.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
961 #define MSGTR_AO_OSS_CantOpenMixer "[AO OSS] audio_setup: Nelze otevřít mixážní zařízení %s: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
962 #define MSGTR_AO_OSS_ChanNotFound "[AO OSS] audio_setup: Mixer zvukové karty nemá kanál '%s', používám výchozí.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
963 #define MSGTR_AO_OSS_CantOpenDev "[AO OSS] audio_setup: Nelze otevřít zvukové zařízení %s: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
964 #define MSGTR_AO_OSS_CantMakeFd "[AO OSS] audio_setup: Nelze provést blokování souborového deskriptoru: %s\n" |
14869 | 965 #define MSGTR_AO_OSS_CantSet "[AO OSS] Zvukové zařízení %s nelze nastavit na výstup %s, zkouším %s...\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
966 #define MSGTR_AO_OSS_CantSetChans "[AO OSS] audio_setup: Selhalo nastavení výstupního zvukového zařízení na %d kanálů.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
967 #define MSGTR_AO_OSS_CantUseGetospace "[AO OSS] audio_setup: Ovladač nepodporuje SNDCTL_DSP_GETOSPACE :-(\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
968 #define MSGTR_AO_OSS_CantUseSelect "[AO OSS]\n *** Ovladač Vaší zvukové karty NEPODPORUJE select() ***\n Překompilujte MPlayer s #undef HAVE_AUDIO_SELECT v config.h !\n\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
969 #define MSGTR_AO_OSS_CantReopen "[AO OSS]\nKritická chyba: *** NELZE ZNOVUOTEVŘÍT / RESTARTOVAT ZVUKOVÉ ZAŘÍZENÍ *** %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
970 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
971 // ao_arts.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
972 #define MSGTR_AO_ARTS_CantInit "[AO ARTS] %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
973 #define MSGTR_AO_ARTS_ServerConnect "[AO ARTS] Připojen ke zvukovému serveru.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
974 #define MSGTR_AO_ARTS_CantOpenStream "[AO ARTS] Nelze otevřít datový proud.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
975 #define MSGTR_AO_ARTS_StreamOpen "[AO ARTS] Datový proud otevřen.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
976 #define MSGTR_AO_ARTS_BufferSize "[AO ARTS] velikost vyrovnávací paměti: %d\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
977 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
978 // ao_dxr2.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
979 #define MSGTR_AO_DXR2_SetVolFailed "[AO DXR2] Nastavení hlasitosti na %d selhalo.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
980 #define MSGTR_AO_DXR2_UnsupSamplerate "[AO DXR2] dxr2: %d Hz není podporováno, zkuste \"-aop list=resample\"\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
981 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
982 // ao_esd.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
983 #define MSGTR_AO_ESD_CantOpenSound "[AO ESD] esd_open_sound selhalo: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
984 #define MSGTR_AO_ESD_LatencyInfo "[AO ESD] latence: [server: %0.2fs, síť: %0.2fs] (upravuji %0.2fs)\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
985 #define MSGTR_AO_ESD_CantOpenPBStream "[AO ESD] selhalo otevření datového proudu esd pro přehrávání: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
986 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
987 // ao_mpegpes.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
988 #define MSGTR_AO_MPEGPES_CantSetMixer "[AO MPEGPES] selhalo nastavení DVB zvukového mixeru: %s\n" |
14997 | 989 #define MSGTR_AO_MPEGPES_UnsupSamplerate "[AO MPEGPES] %d Hz není podporováno, zkuste převzorkovat...\n" |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
990 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
991 // ao_null.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
992 // This one desn't even have any mp_msg nor printf's?? [CHECK] |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
993 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
994 // ao_pcm.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
995 #define MSGTR_AO_PCM_FileInfo "[AO PCM] Soubor: %s (%s)\nPCM: Vzorkování: %iHz Kanál(y): %s Formát %s\n" |
16519
49bc48a76dd6
change obsolete -waveheader to -ao pcm:waveheader in hintinfo message
ivo
parents:
16517
diff
changeset
|
996 #define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: nejrychlejšího dumpingu dosáhnete s -vc dummy -vo null\nPCM: Info: pro zápis WAVE souborů použijte -ao pcm:waveheader (výchozí).\n" // ví někdo co je dumping? |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
997 #define MSGTR_AO_PCM_CantOpenOutputFile "[AO PCM] Selhalo otevření %s pro zápis!\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
998 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
999 // ao_sdl.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1000 #define MSGTR_AO_SDL_INFO "[AO SDL] Vzorkování: %iHz Kanál(y): %s Formát %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1001 #define MSGTR_AO_SDL_DriverInfo "[AO SDL] používám zvukový ovladač %s.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1002 #define MSGTR_AO_SDL_UnsupportedAudioFmt "[AO SDL] Nepodporovaný formát zvuku: 0x%x.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1003 #define MSGTR_AO_SDL_CantInit "[AO SDL] Inicializace SDL Audio selhala: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1004 #define MSGTR_AO_SDL_CantOpenAudio "[AO SDL] Nelze otevřít zvuk: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1005 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1006 // ao_sgi.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1007 #define MSGTR_AO_SGI_INFO "[AO SGI] ovládání.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1008 #define MSGTR_AO_SGI_InitInfo "[AO SGI] init: Vzorkování: %iHz Kanál(y): %s Formát %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1009 #define MSGTR_AO_SGI_InvalidDevice "[AO SGI] přehrávání: neplatné zařízení.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1010 #define MSGTR_AO_SGI_CantSetParms_Samplerate "[AO SGI] init: selhalo setparams: %s\nNelze nastavit požadované vzorkování.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1011 #define MSGTR_AO_SGI_CantSetAlRate "[AO SGI] init: AL_RATE nebyl přijat daným zdrojem.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1012 #define MSGTR_AO_SGI_CantGetParms "[AO SGI] init: selhalo getparams: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1013 #define MSGTR_AO_SGI_SampleRateInfo "[AO SGI] init: vzorkování je nyní %lf (požadovaný kmitočet je %lf)\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1014 #define MSGTR_AO_SGI_InitConfigError "[AO SGI] init: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1015 #define MSGTR_AO_SGI_InitOpenAudioFailed "[AO SGI] init: Nelze otevřít zvukový kanál: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1016 #define MSGTR_AO_SGI_Uninit "[AO SGI] uninit: ...\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1017 #define MSGTR_AO_SGI_Reset "[AO SGI] reset: ...\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1018 #define MSGTR_AO_SGI_PauseInfo "[AO SGI] audio_pause: ...\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1019 #define MSGTR_AO_SGI_ResumeInfo "[AO SGI] audio_resume: ...\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1020 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1021 // ao_sun.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1022 #define MSGTR_AO_SUN_RtscSetinfoFailed "[AO SUN] rtsc: selhalo SETINFO.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1023 #define MSGTR_AO_SUN_RtscWriteFailed "[AO SUN] rtsc: zápis selhal." |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1024 #define MSGTR_AO_SUN_CantOpenAudioDev "[AO SUN] Nelze otevřít zvukové zařízení %s, %s -> nebude zvuk.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1025 #define MSGTR_AO_SUN_UnsupSampleRate "[AO SUN] audio_setup: Vaše karta nepodporuje %d kanálové, %s, %d Hz vzorkování.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1026 #define MSGTR_AO_SUN_CantUseSelect "[AO SUN]\n *** Ovladač Vaší zvukové karty NEPODPORUJE select() ***\n Překompilujte MPlayer s #undef HAVE_AUDIO_SELECT v config.h !\n\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1027 #define MSGTR_AO_SUN_CantReopenReset "[AO SUN]\nKritická chyba: *** NELZE ZNOVUOTEVŘÍT / RESTARTOVAT ZVUKOVÉ ZAŘÍZENÍ (%s) ***\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1028 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1029 // ao_alsa5.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1030 #define MSGTR_AO_ALSA5_InitInfo "[AO ALSA5] alsa-init: požadovaný formát: %d Hz, %d kanál(ů), %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1031 #define MSGTR_AO_ALSA5_SoundCardNotFound "[AO ALSA5] alsa-init: žádná zvuková karta nebyla nalezena.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1032 #define MSGTR_AO_ALSA5_InvalidFormatReq "[AO ALSA5] alsa-init: požadován neplatný formát (%s) - výstup odpojen.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1033 #define MSGTR_AO_ALSA5_PlayBackError "[AO ALSA5] alsa-init: chyba otevření přehrávání zvuku: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1034 #define MSGTR_AO_ALSA5_PcmInfoError "[AO ALSA5] alsa-init: chyba v pcm info: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1035 #define MSGTR_AO_ALSA5_SoundcardsFound "[AO ALSA5] alsa-init: nalezeno %d zvukových karet, používám: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1036 #define MSGTR_AO_ALSA5_PcmChanInfoError "[AO ALSA5] alsa-init: chyba info v pcm kanálu: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1037 #define MSGTR_AO_ALSA5_CantSetParms "[AO ALSA5] alsa-init: chyba při nastavování parametrů: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1038 #define MSGTR_AO_ALSA5_CantSetChan "[AO ALSA5] alsa-init: chyba při nastavování kanálu: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1039 #define MSGTR_AO_ALSA5_ChanPrepareError "[AO ALSA5] alsa-init: chyba při přípravě kanálu: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1040 #define MSGTR_AO_ALSA5_DrainError "[AO ALSA5] alsa-uninit: chyba playback drain: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1041 #define MSGTR_AO_ALSA5_FlushError "[AO ALSA5] alsa-uninit: chyba playback flush: %s\n" //to jsou názvy že by jeden pad |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1042 #define MSGTR_AO_ALSA5_PcmCloseError "[AO ALSA5] alsa-uninit: chyba uzavření pcm: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1043 #define MSGTR_AO_ALSA5_ResetDrainError "[AO ALSA5] alsa-reset: chyba playback drain: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1044 #define MSGTR_AO_ALSA5_ResetFlushError "[AO ALSA5] alsa-reset: chyba playback flush: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1045 #define MSGTR_AO_ALSA5_ResetChanPrepareError "[AO ALSA5] alsa-reset: chyba při přípravě kanálů: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1046 #define MSGTR_AO_ALSA5_PauseDrainError "[AO ALSA5] alsa-pause: chyba playback drain: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1047 #define MSGTR_AO_ALSA5_PauseFlushError "[AO ALSA5] alsa-pause: chyba playback flush: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1048 #define MSGTR_AO_ALSA5_ResumePrepareError "[AO ALSA5] alsa-resume: chyba při přípravě kanálů: %s\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1049 #define MSGTR_AO_ALSA5_Underrun "[AO ALSA5] alsa-play: podtečení v alsa, restartuji proud.\n" |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1050 #define MSGTR_AO_ALSA5_PlaybackPrepareError "[AO ALSA5] alsa-play: chyba přípravy přehrávání zvuku: %s\n" |
14997 | 1051 #define MSGTR_AO_ALSA5_WriteErrorAfterReset "[AO ALSA5] alsa-play: chyba při zápisu po restartu: %s - vzdávám to.\n" |
1052 #define MSGTR_AO_ALSA5_OutPutError "[AO ALSA5] alsa-play: chyba výstupu: %s\n" | |
14010
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1053 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1054 // ao_plugin.c |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1055 |
d3aa472cd540
Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
jheryan
parents:
13915
diff
changeset
|
1056 #define MSGTR_AO_PLUGIN_InvalidPlugin "[AO PLUGIN] neplatný zásuvný modul: %s\n" |
14448 | 1057 |
1058 // ======================= AF Audio Filters ================================ | |
1059 | |
1060 // libaf | |
1061 | |
1062 // af_ladspa.c | |
1063 | |
1064 #define MSGTR_AF_LADSPA_AvailableLabels "dostupné názvy v" | |
1065 #define MSGTR_AF_LADSPA_WarnNoInputs "VAROVÁNÍ! Tento LADSPA plugin nemá audio vstupy.\n Vstupní audio signál bude ztracen." | |
1066 #define MSGTR_AF_LADSPA_ErrMultiChannel "Vícekanálové (>2) pluginy nejsou podporovány (zatím).\n Používejte pouze mono a stereo pluginy." | |
1067 #define MSGTR_AF_LADSPA_ErrNoOutputs "Tento LADSPA plugin nemá audio výstupy." | |
1068 #define MSGTR_AF_LADSPA_ErrInOutDiff "Počet audio vstupů LADSPA pluginu je odlišný od počtu audio výstupů." | |
1069 #define MSGTR_AF_LADSPA_ErrFailedToLoad "selhalo načtení" | |
1070 #define MSGTR_AF_LADSPA_ErrNoDescriptor "Nelze nalézt funkci ladspa_descriptor() v uvedené knihovně." | |
1071 #define MSGTR_AF_LADSPA_ErrLabelNotFound "Nelze nalézt požadovaný název v knihovně pluginů." | |
1072 #define MSGTR_AF_LADSPA_ErrNoSuboptions "Nebyla zadány žádné podvolby" | |
1073 #define MSGTR_AF_LADSPA_ErrNoLibFile "Nebyla zadána žádná knihovna" | |
1074 #define MSGTR_AF_LADSPA_ErrNoLabel "Nebyl zadán název žádného filtru" | |
1075 #define MSGTR_AF_LADSPA_ErrNotEnoughControls "Na příkazovém řádku bylo uvedeno málo voličů" | |
1076 #define MSGTR_AF_LADSPA_ErrControlBelow "%s: Vstupní volič #%d je nižší než minimální hodnota %0.4f.\n" | |
1077 #define MSGTR_AF_LADSPA_ErrControlAbove "%s: Vstupní volič #%d je vyšší než maximální hodnota %0.4f.\n" |