Mercurial > mplayer.hg
annotate help/help_mp-sk.h @ 36459:e6953c9c223a
Add mpctx_get_stream().
This avoids direct context access.
author | ib |
---|---|
date | Tue, 17 Dec 2013 22:40:51 +0000 |
parents | 7f77500c982b |
children | ab3dbe1559d0 |
rev | line source |
---|---|
20590 | 1 // Translated by: Daniel Beňa, benad (at) centrum.cz |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
2 // last sync on 2006-04-28 with 1.249 |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
3 // but not compleated |
7428 | 4 |
4591 | 5 // ========================= MPlayer help =========================== |
6 | |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
29168
diff
changeset
|
7 // Preklad do slovenčiny |
4591 | 8 |
28825
f872face2b3a
The large -help help_text should be const so it goes into .rodata
reimar
parents:
27370
diff
changeset
|
9 static const char help_text[]= |
20590 | 10 "Použitie: mplayer [prepínače] [url|cesta/]menosúboru\n" |
4591 | 11 "\n" |
20590 | 12 "Základné prepínače: (Kompletný zoznam nájdete v man stránke)\n" |
13 " -vo <drv[:dev]> výber výstup. video ovládača&zariadenia (-vo help pre zoznam)\n" | |
14 " -ao <drv[:dev]> výber výstup. audio ovládača&zariadenia (-ao help pre zoznam)\n" | |
27370
14c5017f40d2
Change a bunch of video/audio-output-specific preprocessor directives from
diego
parents:
27343
diff
changeset
|
15 #ifdef CONFIG_VCD |
20590 | 16 " vcd://<trackno> prehrať VCD (video cd) stopu zo zariadenia namiesto zo súboru\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
17 #endif |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26888
diff
changeset
|
18 #ifdef CONFIG_DVDREAD |
20590 | 19 " dvd://<titleno> prehrať DVD titul/stopu zo zariadenia (mechaniky) namiesto súboru\n" |
20 " -alang/-slang vybrať jazyk DVD zvuku/titulkov(pomocou 2-miest. kódu krajiny)\n" | |
4591 | 21 #endif |
20590 | 22 " -ss <timepos> posun na pozíciu (sekundy alebo hh:mm:ss)\n" |
23 " -nosound prehrávať bez zvuku\n" | |
24 " -fs voľby pre celú obrazovku (alebo -vm -zoom, detaily viď. man stránku)\n" | |
25 " -x <x> -y <y> zväčšenie obrazu na rozmer <x>*<y> (pokiaľ to vie -vo ovládač!)\n" | |
26 " -sub <file> voľba súboru s titulkami (viď tiež -subfps, -subdelay)\n" | |
27 " -playlist <file> určenie súboru so zoznamom prehrávaných súborov\n" | |
28 " -vid x -aid y výber čísla video (x) a audio (y) prúdu pre prehrávanie\n" | |
29 " -fps x -srate y voľba pre zmenu video (x fps) a audio (y Hz) frekvencie\n" | |
30 " -pp <quality> aktivácia postprocesing filtra (0-4 pre DivX, 0-63 pre mpegy)\n" | |
31 " -framedrop povoliť zahadzovanie snímkov (pre pomalé stroje)\n" | |
4591 | 32 "\n" |
20590 | 33 "Zákl. klávesy: (pre kompl. pozrite aj man stránku a input.conf)\n" |
4591 | 34 " <- alebo -> posun vzad/vpred o 10 sekund\n" |
20590 | 35 " hore / dole posun vzad/vpred o 1 minútu\n" |
36 " pgup alebo pgdown posun vzad/vpred o 10 minút\n" | |
37 " < alebo > posun vzad/vpred v zozname prehrávaných súborov\n" | |
38 " p al. medzerník pauza (pokračovanie stlačením klávesy)\n" | |
39 " q alebo ESC koniec prehrávania a ukončenie programu\n" | |
40 " + alebo - upraviť spozdenie zvuku v krokoch +/- 0.1 sekundy\n" | |
41 " o cyklická zmena režimu OSD: nič / pozícia / pozícia+čas\n" | |
42 " * alebo / pridať alebo ubrať hlasitosť (stlačením 'm' výber master/pcm)\n" | |
43 " z alebo x upraviť spozdenie titulkov v krokoch +/- 0.1 sekundy\n" | |
44 " r alebo t upraviť pozíciu titulkov hore/dole, pozrite tiež -vf!\n" | |
4591 | 45 "\n" |
20590 | 46 " * * * * PREČÍTAJTE SI MAN STRÁNKU PRE DETAILY (ĎALŠIE VOĽBY A KLÁVESY)! * * * *\n" |
4591 | 47 "\n"; |
48 | |
20590 | 49 #define MSGTR_SamplesWanted "Potrebujeme vzorky tohto formátu, aby sme zlepšili podporu. Prosím kontaktujte vývojárov.\n" |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
50 |
4591 | 51 // ========================= MPlayer messages =========================== |
52 // mplayer.c: | |
53 | |
20590 | 54 #define MSGTR_Exiting "\nKončím...\n" |
55 #define MSGTR_ExitingHow "\nKončím... (%s)\n" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
56 #define MSGTR_Exit_quit "Koniec" |
20590 | 57 #define MSGTR_Exit_eof "Koniec súboru" |
58 #define MSGTR_Exit_error "Závažná chyba" | |
59 #define MSGTR_IntBySignal "\nMPlayer prerušený signálom %d v module: %s \n" | |
60 #define MSGTR_NoHomeDir "Nemôžem najsť domáci (HOME) adresár\n" | |
61 #define MSGTR_GetpathProblem "get_path(\"config\") problém\n" | |
62 #define MSGTR_CreatingCfgFile "Vytváram konfiguračný súbor: %s\n" | |
63 #define MSGTR_CantLoadFont "Nemôžem načítať font: %s\n" | |
64 #define MSGTR_CantLoadSub "Nemôžem načítať titulky: %s\n" | |
65 #define MSGTR_DumpSelectedStreamMissing "dump: FATAL: požadovaný prúd chýba!\n" | |
66 #define MSGTR_CantOpenDumpfile "Nejde otvoriť súbor pre dump!!!\n" | |
67 #define MSGTR_CoreDumped "jadro vypísané :)\n" | |
68 #define MSGTR_FPSnotspecified "V hlavičke súboru nie je udané (alebo je zlé) FPS! Použite voľbu -fps!\n" | |
69 #define MSGTR_TryForceAudioFmtStr "Pokúšam sa vynútiť rodinu audiokodeku %s...\n" | |
70 #define MSGTR_CantFindAudioCodec "Nemôžem nájsť kodek pre audio formát 0x%X!\n" | |
71 #define MSGTR_TryForceVideoFmtStr "Pokúšam se vnútiť rodinu videokodeku %s...\n" | |
72 #define MSGTR_CantFindVideoCodec "Nemôžem najsť kodek pre video formát 0x%X!\n" | |
73 #define MSGTR_CannotInitVO "FATAL: Nemôžem inicializovať video driver!\n" | |
74 #define MSGTR_CannotInitAO "nemôžem otvoriť/inicializovať audio driver -> TICHO\n" | |
75 #define MSGTR_StartPlaying "Začínam prehrávať...\n" | |
4591 | 76 |
77 #define MSGTR_SystemTooSlow "\n\n"\ | |
78 " ***********************************************************\n"\ | |
20590 | 79 " **** Na prehratie tohoto je váš systém príliš POMALÝ! ****\n"\ |
4591 | 80 " ***********************************************************\n"\ |
20590 | 81 "!!! Možné príčiny, problémy a riešenia:\n"\ |
82 "- Nejčastejšie: nesprávny/chybný _zvukový_ ovládač.\n"\ | |
83 " - Skúste -ao sdl alebo použite OSS emuláciu ALSA.\n"\ | |
84 " - Experimentujte s rôznymi hodnotami -autosync, 30 je dobrý začiatok.\n"\ | |
85 "- Pomalý video výstup\n"\ | |
86 " - Skúste iný -vo ovládač (pre zoznam: -vo help) alebo skúste -framedrop!\n"\ | |
87 "- Pomalý CPU\n"\ | |
88 " - Neskúšajte prehrávať veľké dvd/divx na pomalom cpu! Skúste lavdopts,\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
89 " napr. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.\n"\ |
20590 | 90 "- Poškodený súbor\n"\ |
91 " - Skúste rôzne kombinácie týchto volieb -nobps -ni -forceidx -mc 0.\n"\ | |
92 "- Pomalé médium (NFS/SMB, DVD, VCD...)\n"\ | |
93 " - Skúste -cache 8192.\n"\ | |
94 "- Používate -cache na prehrávanie non-interleaved súboru?\n"\ | |
95 " - Skúste -nocache.\n"\ | |
96 "Prečítajte si DOCS/HTML/en/video.html sú tam tipy na vyladenie/zrýchlenie.\n"\ | |
97 "Ak nič z tohto nepomohlo, prečítajte si DOCS/HTML/en/bugreports.html.\n\n" | |
4591 | 98 |
20590 | 99 #define MSGTR_NoGui "MPlayer bol zostavený BEZ podpory GUI!\n" |
100 #define MSGTR_GuiNeedsX "MPlayer GUI vyžaduje X11!\n" | |
101 #define MSGTR_Playing "Prehrávam %s\n" | |
4591 | 102 #define MSGTR_NoSound "Audio: bez zvuku!!!\n" |
20590 | 103 #define MSGTR_FPSforced "FPS vnútené na hodnotu %5.3f (ftime: %5.3f)\n" |
104 #define MSGTR_AvailableVideoOutputDrivers "Dostupné video výstupné ovládače:\n" | |
105 #define MSGTR_AvailableAudioOutputDrivers "Dostupné audio výstupné ovládače:\n" | |
106 #define MSGTR_AvailableAudioCodecs "Dostupné audio kodeky:\n" | |
107 #define MSGTR_AvailableVideoCodecs "Dostupné video kodeky:\n" | |
108 #define MSGTR_AvailableAudioFm "Dostupné (vkompilované) audio rodiny kodekov/ovládače:\n" | |
109 #define MSGTR_AvailableVideoFm "Dostupné (vkompilované) video rodiny kodekov/ovládače:\n" | |
110 #define MSGTR_AvailableFsType "Dostupné zmeny plnoobrazovkových módov:\n" | |
111 #define MSGTR_CannotReadVideoProperties "Video: nemôžem čítať vlastnosti\n" | |
112 #define MSGTR_NoStreamFound "Nenájdený prúd\n" | |
113 #define MSGTR_ErrorInitializingVODevice "Chyba pri otváraní/inicializácii vybraných video_out (-vo) zariadení!\n" | |
114 #define MSGTR_ForcedVideoCodec "Vnútený video kodek: %s\n" | |
115 #define MSGTR_ForcedAudioCodec "Vnútený video kodek: %s\n" | |
116 #define MSGTR_Video_NoVideo "Video: žiadne video!!!\n" | |
117 #define MSGTR_NotInitializeVOPorVO "\nFATAL: Nemôžem inicializovať video filtre (-vf) alebo video výstup (-vo)!\n" | |
32730
736b22f11e00
Change MSGTR_Paused definition to allow simplifying some code.
reimar
parents:
31513
diff
changeset
|
118 #define MSGTR_Paused " ===== PAUZA =====" |
20590 | 119 #define MSGTR_PlaylistLoadUnable "\nNemôžem načítať playlist %s\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
120 #define MSGTR_Exit_SIGILL_RTCpuSel \ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
121 "- MPlayer zhavaroval na 'Illegal Instruction'.\n"\ |
20590 | 122 " Môže to byť chyba v našom novom kóde na detekciu procesora...\n"\ |
123 " Prosím prečítajte si DOCS/HTML/en/bugreports.html.\n" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
124 #define MSGTR_Exit_SIGILL \ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
125 "- MPlayer zhavaroval na 'Illegal Instruction'.\n"\ |
20590 | 126 " Obyčajne sa to stáva, keď ho používate na inom procesore ako pre ktorý bol\n"\ |
127 " skompilovaný/optimalizovaný.\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
128 " Skontrolujte si to!\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
129 #define MSGTR_Exit_SIGSEGV_SIGFPE \ |
20590 | 130 "- MPlayer zhavaroval nesprávnym použitím CPU/FPU/RAM.\n"\ |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
131 " Prekompilujte MPlayer s --enable-debug a urobte 'gdb' backtrace a\n"\ |
11121 | 132 " disassemblujte. Pre detaily, pozrite DOCS/HTML/en/bugreports_what.html#bugreports_crash.b.\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
133 #define MSGTR_Exit_SIGCRASH \ |
20590 | 134 "- MPlayer zhavaroval. To sa nemalo stať.\n"\ |
135 " Môže to byť chyba v MPlayer kóde _alebo_ vo Vaších ovládačoch _alebo_ gcc\n"\ | |
136 " verzii. Ak si myslíte, že je to chyba MPlayeru, prosím prečítajte si DOCS/HTML/en/bugreports.html\n"\ | |
137 " a postupujte podľa inštrukcii. Nemôžeme Vám pomôcť, pokiaľ neposkytnete\n"\ | |
138 " tieto informácie pri ohlasovaní možnej chyby.\n" | |
139 #define MSGTR_LoadingConfig "Čítam konfiguráciu '%s'\n" | |
140 #define MSGTR_AddedSubtitleFile "SUB: pridaný súbor titulkov (%d): %s\n" | |
141 #define MSGTR_RemovedSubtitleFile "SUB: odobratý súbor titulkov (%d): %s\n" | |
142 #define MSGTR_ErrorOpeningOutputFile "Chyba pri otváraní súboru [%s] pre zápis!\n" | |
143 #define MSGTR_RTCDeviceNotOpenable "Nepodarilo sa otvoriť %s: %s (malo by to byť čitateľné pre používateľa.)\n" | |
144 #define MSGTR_LinuxRTCInitErrorIrqpSet "Chyba pri inicializácii Linuxových RTC v ioctl (rtc_irqp_set %lu): %s\n" | |
145 #define MSGTR_IncreaseRTCMaxUserFreq "Skúste pridať \"echo %lu > /proc/sys/dev/rtc/max-user-freq\" do štartovacích skriptov vášho systému.\n" | |
146 #define MSGTR_LinuxRTCInitErrorPieOn "Chyba pri inicializácii Linuxových RTC v ioctl (rtc_pie_on): %s\n" | |
147 #define MSGTR_UsingTimingType "Používam %s časovanie.\n" | |
148 #define MSGTR_Getch2InitializedTwice "VAROVANIE: getch2_init je volaná dvakrát!\n" | |
149 #define MSGTR_DumpstreamFdUnavailable "Nemôžem uložiť (dump) tento prúd - nie je dostupný žiaden deskriptor súboru.\n" | |
150 #define MSGTR_CantOpenLibmenuFilterWithThisRootMenu "Nemôžem otvoriť video filter libmenu s koreňovým menu %s.\n" | |
151 #define MSGTR_AudioFilterChainPreinitError "Chyba pri predinicializácii reťazca audio filtrov!\n" | |
152 #define MSGTR_LinuxRTCReadError "Chyba pri čítaní z Linuxových RTC: %s\n" | |
153 #define MSGTR_SoftsleepUnderflow "Pozor! Podtečenie softsleep!\n" | |
154 #define MSGTR_DvdnavNullEvent "DVDNAV udalosť NULL?!\n" | |
155 #define MSGTR_DvdnavHighlightEventBroken "DVDNAV udalosť: Vadné zvýraznenie udalostí\n" | |
156 #define MSGTR_DvdnavEvent "DVDNAV udalosť: %s\n" | |
157 #define MSGTR_DvdnavHighlightHide "DVDNAV udalosť: skryť zvýraznenie\n" | |
158 #define MSGTR_DvdnavStillFrame "######################################## DVDNAV udalosť: Stojací snímok: %d sec(s)\n" | |
159 #define MSGTR_DvdnavNavStop "DVDNAV udalosť: Nav Stop\n" | |
160 #define MSGTR_DvdnavNavNOP "DVDNAV udalosť: Nav NOP\n" | |
161 #define MSGTR_DvdnavNavSpuStreamChangeVerbose "DVDNAV udalosť: Zmena Nav SPU prúdu: fyz: %d/%d/%d logicky: %d\n" | |
162 #define MSGTR_DvdnavNavSpuStreamChange "DVDNAV udalosť: Zmena Nav SPU prúdu: fyz: %d logicky: %d\n" | |
163 #define MSGTR_DvdnavNavAudioStreamChange "DVDNAV udalosť: Zmena Nav Audio prúdu: fyz: %d logicky: %d\n" | |
164 #define MSGTR_DvdnavNavVTSChange "DVDNAV udalosť: Zmena Nav VTS\n" | |
165 #define MSGTR_DvdnavNavCellChange "DVDNAV udalosť: Zmena Nav bunky \n" | |
166 #define MSGTR_DvdnavNavSpuClutChange "DVDNAV udalosť: Zmena Nav SPU CLUT\n" | |
167 #define MSGTR_DvdnavNavSeekDone "DVDNAV udalosť: Prevíjanie Nav dokončené\n" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
168 #define MSGTR_MenuCall "Volanie menu\n" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
169 |
20590 | 170 #define MSGTR_EdlOutOfMem "Nedá sa alokovať dostatok pamäte pre EDL dáta.\n" |
171 #define MSGTR_EdlRecordsNo "Čítam %d EDL akcie.\n" | |
172 #define MSGTR_EdlQueueEmpty "Všetky EDL akcie boly už vykonané.\n" | |
173 #define MSGTR_EdlCantOpenForWrite "Nedá sa otvoriť EDL súbor [%s] pre zápis.\n" | |
174 #define MSGTR_EdlCantOpenForRead "Nedá sa otvoriť EDL súbor [%s] na čítanie.\n" | |
175 #define MSGTR_EdlNOsh_video "EDL sa nedá použiť bez videa, vypínam.\n" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
176 #define MSGTR_EdlNOValidLine "Chyba EDL na riadku: %s\n" |
20590 | 177 #define MSGTR_EdlBadlyFormattedLine "Zle formátovaný EDL riadok [%d] Zahadzujem.\n" |
178 #define MSGTR_EdlBadLineOverlap "Posledná stop značka bola [%f]; ďalší štart je "\ | |
179 "[%f]. Záznamy musia byť chronologicky, a nesmú sa prekrývať. Zahadzujem.\n" | |
180 #define MSGTR_EdlBadLineBadStop "Časová značka stop má byť za značkou start.\n" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
181 |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
182 // mplayer.c OSD |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
183 |
20590 | 184 #define MSGTR_OSDenabled "zapnuté" |
185 #define MSGTR_OSDdisabled "vypnuté" | |
186 #define MSGTR_OSDChannel "Kanál: %s" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
187 #define MSGTR_OSDSubDelay "Zpozdenie tit: %d ms" |
20590 | 188 #define MSGTR_OSDSpeed "Rýchlosť: x %6.2f" |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
189 #define MSGTR_OSDosd "OSD: %s" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
190 |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
191 // property values |
20590 | 192 #define MSGTR_Enabled "zapnuté" |
193 #define MSGTR_EnabledEdl "zapnuté (edl)" | |
194 #define MSGTR_Disabled "vypnuté" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
195 #define MSGTR_HardFrameDrop "hard" |
20590 | 196 #define MSGTR_Unknown "neznáme" |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
197 #define MSGTR_Bottom "dole" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
198 #define MSGTR_Center "stred" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
199 #define MSGTR_Top "hore" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
200 |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
201 // osd bar names |
20590 | 202 #define MSGTR_Volume "Hlasitosť" |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
203 #define MSGTR_Panscan "Panscan" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
204 #define MSGTR_Gamma "Gama" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
205 #define MSGTR_Brightness "Jas" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
206 #define MSGTR_Contrast "Kontrast" |
20590 | 207 #define MSGTR_Saturation "Sýtosť" |
208 #define MSGTR_Hue "Tón" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
209 |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
210 // property state |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
211 #define MSGTR_MuteStatus "Utlmenie zvuku: %s" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
212 #define MSGTR_AVDelayStatus "A-V odchylka: %s" |
20590 | 213 #define MSGTR_OnTopStatus "Vždy navrchu: %s" |
214 #define MSGTR_RootwinStatus "Hlavné okno: %s" | |
215 #define MSGTR_BorderStatus "Ohraničenie: %s" | |
216 #define MSGTR_FramedroppingStatus "Zahadzovanie snímkov: %s" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
217 #define MSGTR_VSyncStatus "VSync: %s" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
218 #define MSGTR_SubSelectStatus "Titulky: %s" |
20590 | 219 #define MSGTR_SubPosStatus "Pozícia tit.: %s/100" |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
220 #define MSGTR_SubAlignStatus "Zarovnanie tit.: %s" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
221 #define MSGTR_SubDelayStatus "Spozdenie tit.: %s" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
222 #define MSGTR_SubVisibleStatus "Zobr. titulkov: %s" |
20590 | 223 #define MSGTR_SubForcedOnlyStatus "Iba vynútené tit.: %s" |
7428 | 224 |
225 // mencoder.c: | |
226 | |
20590 | 227 #define MSGTR_UsingPass3ControlFile "Používam pass3 ovládací súbor: %s\n" |
228 #define MSGTR_MissingFilename "\nChýbajúce meno súboru.\n\n" | |
229 #define MSGTR_CannotOpenFile_Device "Nemôžem otvoriť súbor/zariadenie\n" | |
230 #define MSGTR_CannotOpenDemuxer "Nemôžem otvoriť demuxer\n" | |
231 #define MSGTR_NoAudioEncoderSelected "\nNevybraný encoder (-oac)! Vyberte jeden alebo -nosound. Použitie -oac help!\n" | |
232 #define MSGTR_NoVideoEncoderSelected "\nNevybraný encoder (-ovc)! Vyberte jeden, použitie -ovc help!\n" | |
233 #define MSGTR_CannotOpenOutputFile "Nemôžem otvoriť súbor '%s'\n" | |
234 #define MSGTR_EncoderOpenFailed "Zlyhalo spustenie enkóderu\n" | |
235 #define MSGTR_MencoderWrongFormatAVI "\nVAROVANIE: FORMÁT VÝSTUPNÉHO SÚBORU JE _AVI_. viz -of help.\n" | |
236 #define MSGTR_MencoderWrongFormatMPG "\nVAROVANIE: FORMÁT VÝSTUPNÉHO SÚBORU JE _MPEG_. viz -of help.\n" | |
237 #define MSGTR_MissingOutputFilename "Nebol nastavený výstupný súbor, preštudujte si volbu -o" | |
238 #define MSGTR_ForcingOutputFourcc "Vnucujem výstupný formát (fourcc) na %x [%.4s]\n" | |
239 #define MSGTR_ForcingOutputAudiofmtTag "Vynucujem značku výstupného zvukového formátu 0x%x\n" | |
240 #define MSGTR_DuplicateFrames "\nduplikujem %d snímkov!!! \n" | |
241 #define MSGTR_SkipFrame "\npreskočiť snímok!!! \n" | |
242 #define MSGTR_ResolutionDoesntMatch "\nNový video súbor má iné rozlišení alebo farebný priestor ako jeho predchodca.\n" | |
243 #define MSGTR_FrameCopyFileMismatch "\nVšetky video soubory musí mít shodné fps, rozlišení a kodek pro -ovc copy.\n" | |
244 #define MSGTR_AudioCopyFileMismatch "\nVšetky súbory musí používať identický audio kódek a formát pro -oac copy.\n" | |
245 #define MSGTR_NoAudioFileMismatch "\nNemôžete mixovať iba video s audio a video súbormi. Skúste -nosound.\n" | |
246 #define MSGTR_NoSpeedWithFrameCopy "VAROVANIE: -speed nemá zaručenú funkčnosť s -oac copy!\n"\ | |
247 "Výsledny súbor môže byť vadný!\n" | |
248 #define MSGTR_ErrorWritingFile "%s: chyba pri zápise súboru.\n" | |
249 #define MSGTR_RecommendedVideoBitrate "Odporúčaný dátový tok videa pre CD %s: %d\n" | |
250 #define MSGTR_VideoStreamResult "\nVideo prúd: %8.3f kbit/s (%d B/s) velkosť: %"PRIu64" bytov %5.3f sekund %d snímkov\n" | |
251 #define MSGTR_AudioStreamResult "\nAudio prúd: %8.3f kbit/s (%d B/s) velkosť: %"PRIu64" bytov %5.3f sekund\n" | |
252 #define MSGTR_OpenedStream "úspech: formát: %d dáta: 0x%X - 0x%x\n" | |
253 #define MSGTR_VCodecFramecopy "videokódek: framecopy (%dx%d %dbpp fourcc=%x)\n" | |
254 #define MSGTR_ACodecFramecopy "audiokódek: framecopy (formát=%x kanálov=%d frekvencia=%d bitov=%d B/s=%d vzorka-%d)\n" | |
255 #define MSGTR_CBRPCMAudioSelected "zvolený CBR PCM zvuk\n" | |
256 #define MSGTR_MP3AudioSelected "zvolený MP3 zvuk\n" | |
257 #define MSGTR_CannotAllocateBytes "Nedá sa alokovať %d bajtov\n" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
258 #define MSGTR_SettingAudioDelay "Nastavujem spozdenie zvuku na %5.3f\n" |
20590 | 259 #define MSGTR_SettingVideoDelay "Nastavujem spozděnie videa na %5.3fs\n" |
260 #define MSGTR_LimitingAudioPreload "Obmedzujem prednačítanie zvuku na 0.4s\n" | |
261 #define MSGTR_IncreasingAudioDensity "Zvyšujem hustotu audia na 4\n" | |
262 #define MSGTR_ZeroingAudioPreloadAndMaxPtsCorrection "Vnucujem prednačítanie zvuku na 0, max korekciu pts na 0\n" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
263 #define MSGTR_LameVersion "LAME verzia %s (%s)\n\n" |
20590 | 264 #define MSGTR_InvalidBitrateForLamePreset "Chyba: Špecifikovaný dátový tok je mimo rozsah pre tento preset.\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
265 "\n"\ |
20590 | 266 "Pokiaľ používate tento režim, musíte zadat hodnotu od \"8\" do \"320\".\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
267 "\n"\ |
20590 | 268 "Dalšie informácie viz: \"-lameopts preset=help\"\n" |
269 #define MSGTR_InvalidLamePresetOptions "Chyba: Nezadali ste platný profil a/alebo voľby s presetom.\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
270 "\n"\ |
20590 | 271 "Dostupné profily sú:\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
272 "\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
273 " <fast> standard\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
274 " <fast> extreme\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
275 " insane\n"\ |
20590 | 276 " <cbr> (ABR Mode) - Implikuje režim ABR. Pre jeho použitie,\n"\ |
277 " jednoduche zadejte dátový tok. Napríklad:\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
278 " \"preset=185\" aktivuje tento preset\n"\ |
20590 | 279 " a použije priemerný dátový tok 185 kbps.\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
280 "\n"\ |
20590 | 281 " Niekolko príkladov:\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
282 "\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
283 " \"-lameopts fast:preset=standard \"\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
284 " or \"-lameopts cbr:preset=192 \"\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
285 " or \"-lameopts preset=172 \"\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
286 " or \"-lameopts preset=extreme \"\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
287 "\n"\ |
20590 | 288 "Dalšie informácie viz: \"-lameopts preset=help\"\n" |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
289 #define MSGTR_LamePresetsLongInfo "\n"\ |
20590 | 290 "Preset prepínače sú navrhnuté tak, aby poskytovaly čo najvyššiu možnú kvalitu.\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
291 "\n"\ |
20590 | 292 "Väčšina z nich bola testovaná a vyladená pomocou dôkladných zdvojených slepých\n"\ |
293 "posluchových testov, za účelom dosiahnutia a overenia tohto ciela.\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
294 "\n"\ |
20590 | 295 "Nastavenia sú neustále aktualizované v súlade s najnovším vývojom\n"\ |
296 "a mali by poskytovať prakticky najvyššiu možnú kvalitu, aká je v súčasnosti \n"\ | |
297 "s kódekom LAME dosažiteľná.\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
298 "\n"\ |
20590 | 299 "Aktivácia presetov:\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
300 "\n"\ |
20590 | 301 " Pre režimy VBR (vo všeobecnosti najvyššia kvalita):\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
302 "\n"\ |
20590 | 303 " \"preset=standard\" Tento preset by mal býť jasnou voľbou\n"\ |
304 " pre väčšinu ludí a hudobných žánrov a má\n"\ | |
305 " už vysokú kvalitu.\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
306 "\n"\ |
20590 | 307 " \"preset=extreme\" Pokiaľ máte výnimočne dobrý sluch a zodpovedajúce\n"\ |
308 " vybavenie, tento preset vo všeob. poskytuje\n"\ | |
309 " mierně vyšší kvalitu ako režim \"standard\".\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
310 "\n"\ |
20590 | 311 " Pre CBR 320kbps (najvyššia možná kvalita ze všetkých presetov):\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
312 "\n"\ |
20590 | 313 " \"preset=insane\" Tento preset je pre väčšinu ludí a situácii\n"\ |
314 " predimenzovaný, ale pokiaľ vyžadujete\n"\ | |
315 " absolutne najvyššiu kvalitu bez ohľadu na\n"\ | |
316 " velkosť súboru, je toto vaša voľba.\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
317 "\n"\ |
20590 | 318 " Pre režimy ABR (vysoká kvalita pri danom dátovém toku, ale nie tak ako VBR):\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
319 "\n"\ |
20590 | 320 " \"preset=<kbps>\" Použitím tohoto presetu obvykle dosiahnete dobrú\n"\ |
321 " kvalitu pri danom dátovém toku. V závislosti\n"\ | |
322 " na zadanom toku tento preset odvodí optimálne\n"\ | |
323 " nastavenie pre danú situáciu.\n"\ | |
324 " Hoci tento prístup funguje, nie je ani zďaleka\n"\ | |
325 " tak flexibilný ako VBR, a obvykle nedosahuje\n"\ | |
326 " úrovne kvality ako VBR na vyšších dátových tokoch.\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
327 "\n"\ |
20590 | 328 "Pre zodpovedajúce profily sú k dispozícii tiež nasledujúce voľby:\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
329 "\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
330 " <fast> standard\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
331 " <fast> extreme\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
332 " insane\n"\ |
20590 | 333 " <cbr> (ABR režim) - Implikuje režim ABR. Pre jeho použitie\n"\ |
334 " jednoducho zadajte dátový tok. Napríklad:\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
335 " \"preset=185\" aktivuje tento preset\n"\ |
20590 | 336 " a použije priemerný dátový tok 185 kbps.\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
337 "\n"\ |
20590 | 338 " \"fast\" - V danom profile aktivuje novú rýchlu VBR kompresiu.\n"\ |
339 " Nevýhodou je obvykle mierne vyšší dátový tok ako v normálnom\n"\ | |
340 " režime a tiež môže dôjsť k miernemu poklesu kvality.\n"\ | |
341 " Varovanie:v aktuálnej verzi môže nastavenie \"fast\" viesť k príliš\n"\ | |
342 " vysokému dátovému toku v porovnaní s normálnym nastavením.\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
343 "\n"\ |
20590 | 344 " \"cbr\" - Pokiaľ použijete režim ABR (viz vyššie) s významným\n"\ |
345 " dátovým tokom, napr. 80, 96, 112, 128, 160, 192, 224, 256, 320,\n"\ | |
346 " môžete použíť voľbu \"cbr\" k vnúteniu kódovánia v režime CBR\n"\ | |
347 " (konštantný tok) namiesto štandardního ABR režimu. ABR poskytuje\n"\ | |
348 " lepšiu kvalitu, ale CBR môže byť užitočný v situáciach ako je\n"\ | |
349 " vysielanie mp3 prúdu po internete.\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
350 "\n"\ |
20590 | 351 " Napríklad:\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
352 "\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
353 " \"-lameopts fast:preset=standard \"\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
354 " alebo \"-lameopts cbr:preset=192 \"\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
355 " alebo \"-lameopts preset=172 \"\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
356 " alebo \"-lameopts preset=extreme \"\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
357 "\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
358 "\n"\ |
20590 | 359 "Pre ABR režim je k dispozícii niekolko skratiek:\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
360 "phone => 16kbps/mono phon+/lw/mw-eu/sw => 24kbps/mono\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
361 "mw-us => 40kbps/mono voice => 56kbps/mono\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
362 "fm/radio/tape => 112kbps hifi => 160kbps\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
363 "cd => 192kbps studio => 256kbps" |
20590 | 364 #define MSGTR_LameCantInit "Nedá sa nastaviť voľba pre LAME, overte dátový_tok/vzorkovaciu_frekv.,"\ |
365 "niektoré veľmi nízke dátové toky (<32) vyžadujú nižšiu vzorkovaciu frekv. (napr. -srate 8000)."\ | |
366 "Pokud všetko ostané zlyhá, zkúste prednastavenia (presets)." | |
367 #define MSGTR_ConfigFileError "chyba konfiguračného súboru" | |
368 #define MSGTR_ErrorParsingCommandLine "chyba pri spracovávaní príkazového riadku" | |
369 #define MSGTR_VideoStreamRequired "Video prúd je povinný!\n" | |
26480
b9ced5a4c5ff
consistently print fps with three digits of precision
corey
parents:
21889
diff
changeset
|
370 #define MSGTR_ForcingInputFPS "vstupné fps bude interpretované ako %5.3f\n" |
20590 | 371 #define MSGTR_RawvideoDoesNotSupportAudio "Výstupný formát súboru RAWVIDEO nepodporuje zvuk - vypínam ho\n" |
372 #define MSGTR_DemuxerDoesntSupportNosound "Tento demuxer zatiaľ nepodporuje -nosound.\n" | |
373 #define MSGTR_MemAllocFailed "Alokácia pamäte zlyhala\n" | |
374 #define MSGTR_NoMatchingFilter "Nemožem nájsť zodpovedajúci filter/ao formát!\n" | |
375 #define MSGTR_MP3WaveFormatSizeNot30 "sizeof(MPEGLAYER3WAVEFORMAT)==%d!=30, možno je vadný prekladač C?\n" | |
376 #define MSGTR_NoLavcAudioCodecName "Audio LAVC, chýba meno kódeku!\n" | |
377 #define MSGTR_LavcAudioCodecNotFound "Audio LAVC, nemôžem nájsť enkóder pre kódek %s\n" | |
378 #define MSGTR_CouldntAllocateLavcContext "Audio LAVC, nemôžem alokovať kontext!\n" | |
379 #define MSGTR_CouldntOpenCodec "Nedá sa otvoriť kódek %s, br=%d\n" | |
380 #define MSGTR_CantCopyAudioFormat "Audio formát 0x%x je nekompatibilný s '-oac copy', skúste prosím '-oac pcm',\n alebo použite '-fafmttag' pre jeho prepísanie.\n" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
381 |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
382 // cfg-mencoder.h: |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
383 |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
384 #define MSGTR_MEncoderMP3LameHelp "\n\n"\ |
20590 | 385 " vbr=<0-4> metóda variabilnej bit. rýchlosti \n"\ |
386 " 0: cbr (konštantná bit.rýchlosť)\n"\ | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
387 " 1: mt (Mark Taylor VBR alg.)\n"\ |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
388 " 2: rh(Robert Hegemann VBR alg. - default)\n"\ |
20590 | 389 " 3: abr (priemerná bit.rýchlosť)\n"\ |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
390 " 4: mtrh (Mark Taylor Robert Hegemann VBR alg.)\n"\ |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
391 "\n"\ |
20590 | 392 " abr priemerná bit. rýchlosť\n"\ |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
393 "\n"\ |
20590 | 394 " cbr konštantná bit. rýchlosť\n"\ |
395 " Vnúti tiež CBR mód na podsekvenciách ABR módov\n"\ | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
396 "\n"\ |
20590 | 397 " br=<0-1024> špecifikovať bit. rýchlosť v kBit (platí iba pre CBR a ABR)\n"\ |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
398 "\n"\ |
20590 | 399 " q=<0-9> kvalita (0-najvyššia, 9-najnižšia) (iba pre VBR)\n"\ |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
400 "\n"\ |
20590 | 401 " aq=<0-9> algoritmická kvalita (0-najlep./najpomalšia, 9-najhoršia/najrýchl.)\n"\ |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
402 "\n"\ |
20590 | 403 " ratio=<1-100> kompresný pomer\n"\ |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
404 "\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
405 " vol=<0-10> nastavenie audio zosilnenia\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
406 "\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
407 " mode=<0-3> (default: auto)\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
408 " 0: stereo\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
409 " 1: joint-stereo\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
410 " 2: dualchannel\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
411 " 3: mono\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
412 "\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
413 " padding=<0-2>\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
414 " 0: no\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
415 " 1: all\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
416 " 2: adjust\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
417 "\n"\ |
20590 | 418 " fast prepnúť na rýchlejšie kódovanie na podsekvenciách VBR módov,\n"\ |
419 " mierne nižšia kvalita and vyššia bit. rýchlosť.\n"\ | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
420 "\n"\ |
20590 | 421 " preset=<value> umožňuje najvyššie možné nastavenie kvality.\n"\ |
422 " medium: VBR kódovanie, dobrá kvalita\n"\ | |
423 " (150-180 kbps rozpätie bit. rýchlosti)\n"\ | |
424 " standard: VBR kódovanie, vysoká kvalita\n"\ | |
425 " (170-210 kbps rozpätie bit. rýchlosti)\n"\ | |
426 " extreme: VBR kódovanie, velmi vysoká kvalita\n"\ | |
427 " (200-240 kbps rozpätie bit. rýchlosti)\n"\ | |
428 " insane: CBR kódovanie, najvyššie nastavenie kvality\n"\ | |
429 " (320 kbps bit. rýchlosť)\n"\ | |
430 " <8-320>: ABR kódovanie na zadanej kbps bit. rýchlosti.\n\n" | |
4591 | 431 |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
432 //codec-cfg.c: |
20590 | 433 #define MSGTR_DuplicateFourcc "zdvojené FourCC" |
434 #define MSGTR_TooManyFourccs "príliš vela FourCCs/formátov..." | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
435 #define MSGTR_ParseError "chyba spracovania (parse)" |
20590 | 436 #define MSGTR_ParseErrorFIDNotNumber "chyba spracovania (parse) (ID formátu nie je číslo?)" |
437 #define MSGTR_ParseErrorFIDAliasNotNumber "chyba spracovania (parse) (alias ID formátu nie je číslo?)" | |
438 #define MSGTR_DuplicateFID "duplikátne format ID" | |
439 #define MSGTR_TooManyOut "príliš mnoho výstupu..." | |
440 #define MSGTR_InvalidCodecName "\nmeno kódeku(%s) nie je platné!\n" | |
441 #define MSGTR_CodecLacksFourcc "\nmeno kódeku(%s) nemá FourCC/formát!\n" | |
442 #define MSGTR_CodecLacksDriver "\nmeno kódeku(%s) nemá ovládač!\n" | |
443 #define MSGTR_CodecNeedsDLL "\nkódek(%s) vyžaduje 'dll'!\n" | |
444 #define MSGTR_CodecNeedsOutfmt "\nkódek(%s) vyžaduje 'outfmt'!\n" | |
445 #define MSGTR_CantAllocateComment "Nedá sa alokovať pamäť pre poznámku. " | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
446 #define MSGTR_GetTokenMaxNotLessThanMAX_NR_TOKEN "get_token(): max >= MAX_MR_TOKEN!" |
20590 | 447 #define MSGTR_CantGetMemoryForLine "Nejde získať pamäť pre 'line': %s\n" |
448 #define MSGTR_CantReallocCodecsp "Nedá sa realokovať '*codecsp': %s\n" | |
449 #define MSGTR_CodecNameNotUnique " Meno kódeku '%s' nie je jedinečné." | |
450 #define MSGTR_CantStrdupName "Nedá sa spraviť strdup -> 'name': %s\n" | |
451 #define MSGTR_CantStrdupInfo "Nedá sa spraviť strdup -> 'info': %s\n" | |
452 #define MSGTR_CantStrdupDriver "Nedá sa spraviť strdup -> 'driver': %s\n" | |
453 #define MSGTR_CantStrdupDLL "Nedá sa spraviť strdup -> 'dll': %s" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
454 #define MSGTR_AudioVideoCodecTotals "%d audio & %d video codecs\n" |
20590 | 455 #define MSGTR_CodecDefinitionIncorrect "Kódek nie je definovaný korektne." |
456 #define MSGTR_OutdatedCodecsConf "Súbor codecs.conf je príliš starý a nekompatibilný s touto verziou MPlayer-u!" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
457 |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
458 // fifo.c |
20590 | 459 #define MSGTR_CannotMakePipe "Nedá sa vytvoriť PIPE!\n" |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
460 |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
461 // m_config.c |
20590 | 462 #define MSGTR_SaveSlotTooOld "Príliš starý save slot nájdený z lvl %d: %d !!!\n" |
463 #define MSGTR_InvalidCfgfileOption "Voľba %s sa nedá použiť v konfiguračnom súbore.\n" | |
464 #define MSGTR_InvalidCmdlineOption "Voľba %s sa nedá použiť z príkazového riadku.\n" | |
465 #define MSGTR_InvalidSuboption "Chyba: voľba '%s' nemá žiadnu podvoľbu '%s'.\n" | |
466 #define MSGTR_MissingSuboptionParameter "Chyba: podvoľba '%s' voľby '%s' musí mať parameter!\n" | |
467 #define MSGTR_MissingOptionParameter "Chyba: voľba '%s' musí mať parameter!\n" | |
468 #define MSGTR_OptionListHeader "\n Názov Typ Min Max Globál CL Konfig\n\n" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
469 #define MSGTR_TotalOptions "\nCelkovo: %d volieb\n" |
20590 | 470 #define MSGTR_ProfileInclusionTooDeep "VAROVANIE: Príliš hlboké vnorovanie profilov.\n" |
471 #define MSGTR_NoProfileDefined "Žiadny profil nebol definovaný.\n" | |
472 #define MSGTR_AvailableProfiles "Dostupné profily:\n" | |
473 #define MSGTR_UnknownProfile "Neznámy profil '%s'.\n" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
474 #define MSGTR_Profile "Profil %s: %s\n" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
475 |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
476 // m_property.c |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
477 #define MSGTR_PropertyListHeader "\n Meno Typ Min Max\n\n" |
20590 | 478 #define MSGTR_TotalProperties "\nCelkovo: %d vlastností\n" |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
479 |
4591 | 480 // open.c, stream.c: |
20590 | 481 #define MSGTR_CdDevNotfound "CD-ROM zariadenie '%s' nenájdené!\n" |
482 #define MSGTR_ErrTrackSelect "Chyba pri výbere VCD stopy!" | |
483 #define MSGTR_ReadSTDIN "Čítam z stdin...\n" | |
484 #define MSGTR_UnableOpenURL "Nejde otvoriť URL: %s\n" | |
485 #define MSGTR_ConnToServer "Pripojený k servru: %s\n" | |
486 #define MSGTR_FileNotFound "Súbor nenájdený: '%s'\n" | |
4591 | 487 |
20590 | 488 #define MSGTR_SMBInitError "Nemôžem inicializovať knižnicu libsmbclient: %d\n" |
489 #define MSGTR_SMBFileNotFound "Nemôžem otvoriť z LAN: '%s'\n" | |
490 #define MSGTR_SMBNotCompiled "MPlayer mebol skompilovaný s podporou čítania z SMB\n" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
491 |
26886
989aa2e9685f
Fix mismatching translated messages as pointed out by TOOLS/mphelp_check.py.
diego
parents:
26480
diff
changeset
|
492 #define MSGTR_CantOpenDVD "Nejde otvoriť DVD zariadenie: %s (%s)\n" |
20590 | 493 #define MSGTR_NoDVDSupport "MPlayer bol skompilovaný bez podpory DVD, koniec\n" |
4591 | 494 #define MSGTR_DVDnumTitles "Na tomto DVD je %d titulov.\n" |
20590 | 495 #define MSGTR_DVDinvalidTitle "Neplatné číslo DVD titulu: %d\n" |
4591 | 496 #define MSGTR_DVDnumChapters "Na tomto DVD je %d kapitol.\n" |
20590 | 497 #define MSGTR_DVDinvalidChapter "Neplatné číslo kapitoly DVD: %d\n" |
498 #define MSGTR_DVDinvalidChapterRange "Nesprávně nastavený rozsah kapitol %s\n" | |
499 #define MSGTR_DVDinvalidLastChapter "Neplatné číslo poslednej DVD kapitoly: %d\n" | |
500 #define MSGTR_DVDnumAngles "Na tomto DVD je %d uhlov pohľadov.\n" | |
501 #define MSGTR_DVDinvalidAngle "Neplatné číslo uhlu pohľadu DVD: %d\n" | |
502 #define MSGTR_DVDnoIFO "Nemôžem otvoriť súbor IFO pre DVD titul %d.\n" | |
503 #define MSGTR_DVDnoVMG "Nedá sa otvoriť VMG info!\n" | |
504 #define MSGTR_DVDnoVOBs "Nemôžem otvoriť VOB súbor (VTS_%02d_1.VOB).\n" | |
505 #define MSGTR_DVDnoMatchingAudio "DVD zvuk v požadovanom jazyku nebyl nájdený!\n" | |
506 #define MSGTR_DVDaudioChannel "Zvolený DVD zvukový kanál: %d jazyk: %c%c\n" | |
507 #define MSGTR_DVDnoMatchingSubtitle "DVD titulky v požadovanom jazyku neboli nájdené!\n" | |
508 #define MSGTR_DVDsubtitleChannel "Zvolený DVD titulkový kanál: %d jazyk: %c%c\n" | |
4591 | 509 |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
510 // muxer.c, muxer_*.c: |
20590 | 511 #define MSGTR_TooManyStreams "Príliš veľa prúdov!" |
512 #define MSGTR_RawMuxerOnlyOneStream "Rawaudio muxer podporuje iba jeden audio prúd!\n" | |
513 #define MSGTR_IgnoringVideoStream "Ignorujem video prúd!\n" | |
514 #define MSGTR_UnknownStreamType "Varovanie! neznámy typ prúdu: %d\n" | |
515 #define MSGTR_WarningLenIsntDivisible "Varovanie! dĺžka nie je deliteľná velkosťou vzorky!\n" | |
516 #define MSGTR_MuxbufMallocErr "Nedá sa alokovať pamäť pre frame buffer muxeru!\n" | |
517 #define MSGTR_MuxbufReallocErr "Nedá sa realokovať pamäť pre frame buffer muxeru!\n" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
518 #define MSGTR_WritingHeader "Zapisujem header...\n" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
519 #define MSGTR_WritingTrailer "Zapisujem index...\n" |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
520 |
4591 | 521 // demuxer.c, demux_*.c: |
20590 | 522 #define MSGTR_AudioStreamRedefined "Upozornenie! Hlavička audio prúdu %d predefinovaná!\n" |
523 #define MSGTR_VideoStreamRedefined "Upozornenie! Hlavička video prúdu %d predefinovaná!\n" | |
524 #define MSGTR_TooManyAudioInBuffer "\nDEMUXER: Príliš mnoho (%d v %d bajtoch) audio paketov v bufferi!\n" | |
525 #define MSGTR_TooManyVideoInBuffer "\nDEMUXER: Príliš mnoho (%d v %d bajtoch) video paketov v bufferi!\n" | |
526 #define MSGTR_MaybeNI "(možno prehrávate neprekladaný prúd/súbor alebo kodek zlyhal)\n" \ | |
30990 | 527 "Pre .AVI súbory skúste vynútiť neprekladaný mód voľbou -ni\n" |
20590 | 528 #define MSGTR_SwitchToNi "\nDetekovaný zle prekladaný .AVI - prepnite -ni mód!\n" |
529 #define MSGTR_Detected_XXX_FileFormat "Detekovaný %s formát súboru!\n" | |
530 #define MSGTR_DetectedAudiofile "Detekovaný audio súbor!\n" | |
531 #define MSGTR_InvalidMPEGES "Neplatný MPEG-ES prúd??? kontaktujte autora, možno je to chyba (bug) :(\n" | |
532 #define MSGTR_FormatNotRecognized "========== Žiaľ, tento formát súboru nie je rozpoznaný/podporovaný =======\n"\ | |
30990 | 533 "==== Pokiaľ je tento súbor AVI, ASF alebo MPEG prúd, kontaktujte autora! ====\n" |
20590 | 534 #define MSGTR_MissingVideoStream "Žiadny video prúd nenájdený!\n" |
535 #define MSGTR_MissingAudioStream "Žiadny audio prúd nenájdený... -> bez zvuku\n" | |
536 #define MSGTR_MissingVideoStreamBug "Chýbajúci video prúd!? Kontaktujte autora, možno to je chyba (bug) :(\n" | |
4591 | 537 |
20590 | 538 #define MSGTR_DoesntContainSelectedStream "demux: súbor neobsahuje vybraný audio alebo video prúd\n" |
4591 | 539 |
20590 | 540 #define MSGTR_NI_Forced "Vnútený" |
541 #define MSGTR_NI_Detected "Detekovaný" | |
542 #define MSGTR_NI_Message "%s NEPREKLADANÝ formát súboru AVI!\n" | |
4591 | 543 |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
29168
diff
changeset
|
544 #define MSGTR_UsingNINI "Používam NEPREKLADANÝ poškodený formát súboru AVI!\n" |
20590 | 545 #define MSGTR_CouldntDetFNo "Nemôžem určiť počet snímkov (pre absolútny posun) \n" |
546 #define MSGTR_CantSeekRawAVI "Nemôžem sa posúvať v surových (raw) .AVI prúdoch! (Potrebujem index, zkuste použíť voľbu -idx!) \n" | |
547 #define MSGTR_CantSeekFile "Nemôžem sa posúvať v tomto súbore! \n" | |
4591 | 548 |
20590 | 549 #define MSGTR_MOVcomprhdr "MOV: Komprimované hlavičky nie sú (ešte) podporované!\n" |
550 #define MSGTR_MOVvariableFourCC "MOV: Upozornenie! premenná FOURCC detekovaná!?\n" | |
551 #define MSGTR_MOVtooManyTrk "MOV: Upozornenie! Príliš veľa stôp!" | |
552 #define MSGTR_DetectedTV "TV detekovaný! ;-)\n" | |
553 #define MSGTR_ErrorOpeningOGGDemuxer "Nemôžem otvoriť ogg demuxer\n" | |
554 #define MSGTR_CannotOpenAudioStream "Nemôžem otvoriť audio prúd: %s\n" | |
555 #define MSGTR_CannotOpenSubtitlesStream "Nemôžem otvoriť prúd titulkov: %s\n" | |
556 #define MSGTR_OpeningAudioDemuxerFailed "Nemôžem otvoriť audio demuxer: %s\n" | |
557 #define MSGTR_OpeningSubtitlesDemuxerFailed "Nemôžem otvoriť demuxer titulkov: %s\n" | |
558 #define MSGTR_TVInputNotSeekable "v TV vstupe nie je možné sa pohybovať! (možno posun bude na zmenu kanálov ;)\n" | |
559 #define MSGTR_ClipInfo "Informácie o klipe: \n" | |
4591 | 560 |
20590 | 561 #define MSGTR_LeaveTelecineMode "\ndemux_mpg: detekovaný 30000/1001 fps NTSC, prepínam frekvenciu snímkov.\n" |
562 #define MSGTR_EnterTelecineMode "\ndemux_mpg: detekovaný 24000/1001 fps progresívny NTSC, prepínam frekvenciu snímkov.\n" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
563 |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
564 #define MSGTR_CacheFill "\rNaplnenie cache: %5.2f%% (%"PRId64" bajtov) " |
33306
37e215798390
Fix output of "No bind found for key" to actually make sense for
reimar
parents:
33097
diff
changeset
|
565 #define MSGTR_NoBindFound "Tlačidlo '%s' nemá priradenú žiadnu funkciu.\n" |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
566 #define MSGTR_FailedToOpen "Zlyhalo otvorenie %s\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
567 |
4591 | 568 // dec_video.c & dec_audio.c: |
20590 | 569 #define MSGTR_CantOpenCodec "nemôžem otvoriť kodek\n" |
570 #define MSGTR_CantCloseCodec "nemôžem uzavieť kodek\n" | |
4591 | 571 |
20590 | 572 #define MSGTR_MissingDLLcodec "CHYBA: Nemôžem otvoriť potrebný DirectShow kodek: %s\n" |
573 #define MSGTR_ACMiniterror "Nemôžem načítať/inicializovať Win32/ACM AUDIO kodek (chýbajúci súbor DLL?)\n" | |
574 #define MSGTR_MissingLAVCcodec "Nemôžem najsť kodek '%s' v libavcodec...\n" | |
4591 | 575 |
20590 | 576 #define MSGTR_MpegNoSequHdr "MPEG: FATAL: EOF - koniec súboru v priebehu vyhľadávania hlavičky sekvencie\n" |
577 #define MSGTR_CannotReadMpegSequHdr "FATAL: Nemôžem prečítať hlavičku sekvencie!\n" | |
578 #define MSGTR_CannotReadMpegSequHdrEx "FATAL: Nemôžem prečítať rozšírenie hlavičky sekvencie!\n" | |
579 #define MSGTR_BadMpegSequHdr "MPEG: Zlá hlavička sekvencie!\n" | |
580 #define MSGTR_BadMpegSequHdrEx "MPEG: Zlé rozšírenie hlavičky sekvencie!\n" | |
4591 | 581 |
20590 | 582 #define MSGTR_ShMemAllocFail "Nemôžem alokovať zdieľanú pamäť\n" |
583 #define MSGTR_CantAllocAudioBuf "Nemôžem alokovať pamäť pre výstupný audio buffer\n" | |
4591 | 584 |
20590 | 585 #define MSGTR_UnknownAudio "Neznámy/chýbajúci audio formát -> bez zvuku\n" |
4591 | 586 |
20590 | 587 #define MSGTR_UsingExternalPP "[PP] Používam externý postprocessing filter, max q = %d\n" |
588 #define MSGTR_UsingCodecPP "[PP] Požívam postprocessing z kodeku, max q = %d\n" | |
589 #define MSGTR_VideoCodecFamilyNotAvailableStr "Požadovaná rodina video kodekov [%s] (vfm=%s) nie je dostupná (zapnite ju pri kompilácii!)\n" | |
590 #define MSGTR_AudioCodecFamilyNotAvailableStr "Požadovaná rodina audio kodekov [%s] (afm=%s) nie je dostupná (zapnite ju pri kompilácii!)\n" | |
591 #define MSGTR_OpeningVideoDecoder "Otváram video dekóder: [%s] %s\n" | |
592 #define MSGTR_SelectedVideoCodec "Zvolený video kódek: [%s] vfm: %s (%s)\n" | |
593 #define MSGTR_OpeningAudioDecoder "Otváram audio dekóder: [%s] %s\n" | |
594 #define MSGTR_SelectedAudioCodec "Zvolený audio kódek: [%s] afm: %s (%s)\n" | |
7428 | 595 #define MSGTR_VDecoderInitFailed "VDecoder init zlyhal :(\n" |
596 #define MSGTR_ADecoderInitFailed "ADecoder init zlyhal :(\n" | |
597 #define MSGTR_ADecoderPreinitFailed "ADecoder preinit zlyhal :(\n" | |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
29168
diff
changeset
|
598 |
4591 | 599 // LIRC: |
600 #define MSGTR_LIRCopenfailed "Zlyhal pokus o otvorenie podpory LIRC!\n" | |
20590 | 601 #define MSGTR_LIRCcfgerr "Zlyhalo čítanie konfiguračného súboru LIRC %s!\n" |
4591 | 602 |
7428 | 603 // vf.c |
20590 | 604 #define MSGTR_CouldNotFindVideoFilter "Nemôžem nájsť video filter '%s'\n" |
605 #define MSGTR_CouldNotOpenVideoFilter "Nemôžem otvoriť video filter '%s'\n" | |
606 #define MSGTR_OpeningVideoFilter "Otváram video filter: " | |
607 #define MSGTR_CannotFindColorspace "Nemôžem nájsť bežný priestor farieb, ani vložením 'scale' :(\n" | |
7428 | 608 |
609 // vd.c | |
20590 | 610 #define MSGTR_CodecDidNotSet "VDec: kodek nenastavil sh->disp_w a sh->disp_h, skúšam to obísť!\n" |
611 #define MSGTR_CouldNotFindColorspace "Nemôžem nájsť zhodný priestor farieb - skúšam znova s -vf scale...\n" | |
612 #define MSGTR_MovieAspectIsSet "Movie-Aspect je %.2f:1 - mením rozmery na správne.\n" | |
613 #define MSGTR_MovieAspectUndefined "Movie-Aspect je nedefinovný - nemenia sa rozmery.\n" | |
7428 | 614 |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
615 // vd_dshow.c, vd_dmo.c |
20590 | 616 #define MSGTR_DownloadCodecPackage "Potrebujete aktualizovať alebo nainštalovať binárne kódeky.\nChodte na http://www.mplayerhq.hu/dload.html\n" |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
617 |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
618 // x11_common.c |
20590 | 619 #define MSGTR_EwmhFullscreenStateFailed "\nX11: Nemôžem poslať udalosť EWMH fullscreen!\n" |
620 #define MSGTR_CouldNotFindXScreenSaver "xscreensaver_disable: Nedá sa nájsť XScreenSaveru.\n" | |
621 #define MSGTR_SelectedVideoMode "XF86VM: Zvolený videorežim %dx%d pre obraz velkosti %dx%d.\n" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
622 |
20590 | 623 #define MSGTR_InsertingAfVolume "[Mixer] Hardvérový mixér nie je k dispozicí, vkladám filter pre hlasitosť.\n" |
624 #define MSGTR_NoVolume "[Mixer] Ovládanie hlasitosti nie je dostupné.\n" | |
4591 | 625 |
626 // ====================== GUI messages/buttons ======================== | |
627 | |
628 // --- labels --- | |
20590 | 629 #define MSGTR_About "O aplikácii" |
630 #define MSGTR_FileSelect "Vybrať súbor..." | |
631 #define MSGTR_SubtitleSelect "Vybrať titulky..." | |
632 #define MSGTR_OtherSelect "Vybrať..." | |
633 #define MSGTR_AudioFileSelect "Vybrať externý audio kanál..." | |
634 #define MSGTR_FontSelect "Vybrať font..." | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
635 // Note: If you change MSGTR_PlayList please see if it still fits MSGTR_MENU_PlayList |
4591 | 636 #define MSGTR_PlayList "PlayList" |
7428 | 637 #define MSGTR_Equalizer "Equalizer" |
20590 | 638 #define MSGTR_ConfigureEqualizer "Konfigurovať Equalizer" |
639 #define MSGTR_SkinBrowser "Prehliadač tém" | |
640 #define MSGTR_Network "Sieťové prehrávanie (streaming)..." | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
641 // Note: If you change MSGTR_Preferences please see if it still fits MSGTR_MENU_Preferences |
7428 | 642 #define MSGTR_Preferences "Preferencie" |
20590 | 643 #define MSGTR_AudioPreferences "Konfiguracia ovladača zvuku" |
644 #define MSGTR_NoMediaOpened "Nič nie je otvorené" | |
645 #define MSGTR_NoChapter "Žiadna kapitola" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
646 #define MSGTR_Chapter "Kapitola %d" |
20590 | 647 #define MSGTR_NoFileLoaded "Nenahraný žiaden súbor" |
4591 | 648 |
649 // --- buttons --- | |
650 #define MSGTR_Ok "Ok" | |
20590 | 651 #define MSGTR_Cancel "Zrušiť" |
652 #define MSGTR_Add "Pridať" | |
653 #define MSGTR_Remove "Odobrať" | |
654 #define MSGTR_Clear "Vyčistiť" | |
655 #define MSGTR_Config "Konfigurácia" | |
656 #define MSGTR_ConfigDriver "Konfigurovať ovládač" | |
657 #define MSGTR_Browse "Prehliadať" | |
7428 | 658 |
4591 | 659 // --- error messages --- |
20590 | 660 #define MSGTR_NEMDB "Žiaľ, nedostatok pamäte pre buffer na kreslenie." |
661 #define MSGTR_NEMFMR "Žiaľ, nedostatok pamäte pre vytváranie menu." | |
662 #define MSGTR_IDFGCVD "Žiaľ, nemôžem nájsť gui kompatibilný ovládač video výstupu." | |
20723 | 663 #define MSGTR_NEEDLAVC "Žiaľ, nemôžete prehrávať nie mpeg súbory s DXR3/H+ zariadením bez prekódovania.\nProsím zapnite lavc v DXR3/H+ konfig. okne." |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
664 |
4591 | 665 // --- skin loader error messages |
20590 | 666 #define MSGTR_SKIN_ERRORMESSAGE "[témy] chyba v konfig. súbore tém %d: %s" |
667 #define MSGTR_SKIN_SkinFileNotFound "[skin] súbor ( %s ) nenájdený.\n" | |
668 #define MSGTR_SKIN_SkinFileNotReadable "[skin] súbor ( %s ) sa nedá prečítať.\n" | |
669 #define MSGTR_SKIN_BITMAP_16bit "bitmapa s hĺbkou 16 bit a menej je nepodporovaná (%s).\n" | |
670 #define MSGTR_SKIN_BITMAP_FileNotFound "súbor nenájdený (%s)\n" | |
671 #define MSGTR_SKIN_BITMAP_PNGReadError "chyba čítania PNG (%s)\n" | |
18528
743d8dd51075
Fix some errors revealed by Uoti's help file checker.
diego
parents:
18525
diff
changeset
|
672 #define MSGTR_SKIN_BITMAP_ConversionError "chyba konverzie z 24 bit do 32 bit (%s)\n" |
33069 | 673 #define MSGTR_SKIN_UnknownMessage "neznáma správa: %s\n" |
33097 | 674 #define MSGTR_SKIN_NotEnoughMemory "nedostatok pamäte\n" |
20590 | 675 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "príliš mnoho fontov deklarovaných\n" |
676 #define MSGTR_SKIN_FONT_FontFileNotFound "súbor fontov nenájdený\n" | |
677 #define MSGTR_SKIN_FONT_FontImageNotFound "súbor obrazov fontu nenájdený\n" | |
33097 | 678 #define MSGTR_SKIN_FONT_NonExistentFont "neexistujúci identifikátor fontu (%s)\n" |
20590 | 679 #define MSGTR_SKIN_UnknownParameter "neznámy parameter (%s)\n" |
680 #define MSGTR_SKIN_SKINCFG_SkinNotFound "Téma nenájdená (%s).\n" | |
681 #define MSGTR_SKIN_SKINCFG_SelectedSkinNotFound "Vybraná téma ( %s ) nenájdená, skúšam 'prednastavenú'...\n" | |
682 #define MSGTR_SKIN_LABEL "Témy:" | |
4591 | 683 |
684 // --- gtk menus | |
20590 | 685 #define MSGTR_MENU_AboutMPlayer "O aplikácii MPlayer" |
686 #define MSGTR_MENU_Open "Otvoriť..." | |
687 #define MSGTR_MENU_PlayFile "Prehrať súbor..." | |
688 #define MSGTR_MENU_PlayVCD "Prehrať VCD..." | |
689 #define MSGTR_MENU_PlayDVD "Prehrať DVD..." | |
690 #define MSGTR_MENU_PlayURL "Prehrať URL..." | |
691 #define MSGTR_MENU_LoadSubtitle "Načítať titulky..." | |
692 #define MSGTR_MENU_DropSubtitle "Zahodiť titulky..." | |
693 #define MSGTR_MENU_LoadExternAudioFile "Načítať externý audio súbor..." | |
694 #define MSGTR_MENU_Playing "Prehrávam" | |
695 #define MSGTR_MENU_Play "Prehrať" | |
4591 | 696 #define MSGTR_MENU_Pause "Pauza" |
20590 | 697 #define MSGTR_MENU_Stop "Zastaviť" |
698 #define MSGTR_MENU_NextStream "Ďalší prúd" | |
699 #define MSGTR_MENU_PrevStream "Predchádzajúci prúd" | |
700 #define MSGTR_MENU_Size "Veľkosť" | |
701 #define MSGTR_MENU_HalfSize "Polovičná velikosť" | |
702 #define MSGTR_MENU_NormalSize "Normálna veľkosť" | |
703 #define MSGTR_MENU_DoubleSize "Dvojnásobná veľkosť" | |
704 #define MSGTR_MENU_FullScreen "Celá obrazovka" | |
4591 | 705 #define MSGTR_MENU_DVD "DVD" |
6280 | 706 #define MSGTR_MENU_VCD "VCD" |
20590 | 707 #define MSGTR_MENU_PlayDisc "Prehrať disk..." |
708 #define MSGTR_MENU_ShowDVDMenu "Zobraziť DVD menu" | |
4591 | 709 #define MSGTR_MENU_Titles "Tituly" |
710 #define MSGTR_MENU_Title "Titul %2d" | |
20590 | 711 #define MSGTR_MENU_None "(nič)" |
4591 | 712 #define MSGTR_MENU_Chapters "Kapitoly" |
713 #define MSGTR_MENU_Chapter "Kapitola %2d" | |
714 #define MSGTR_MENU_AudioLanguages "Jazyk zvuku" | |
715 #define MSGTR_MENU_SubtitleLanguages "Jazyk titulkov" | |
716 #define MSGTR_MENU_PlayList "Playlist" | |
20590 | 717 #define MSGTR_MENU_SkinBrowser "Prehliadač tém" |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
718 #define MSGTR_MENU_Preferences MSGTR_Preferences |
34165 | 719 #define MSGTR_MENU_Exit "Koniec" |
20590 | 720 #define MSGTR_MENU_Mute "Stlmiť zvuk" |
721 #define MSGTR_MENU_Original "Originál" | |
722 #define MSGTR_MENU_AspectRatio "Pomer strán obrazu" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
723 #define MSGTR_MENU_AudioTrack "Audio stopa" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
724 #define MSGTR_MENU_Track "Stopa %d" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
725 #define MSGTR_MENU_VideoTrack "Video stopa" |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
726 #define MSGTR_MENU_Subtitles "Titulky" |
7428 | 727 |
728 // --- equalizer | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
729 // Note: If you change MSGTR_EQU_Audio please see if it still fits MSGTR_PREFERENCES_Audio |
7428 | 730 #define MSGTR_EQU_Audio "Audio" |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
731 // Note: If you change MSGTR_EQU_Video please see if it still fits MSGTR_PREFERENCES_Video |
7428 | 732 #define MSGTR_EQU_Video "Video" |
733 #define MSGTR_EQU_Contrast "Kontrast: " | |
734 #define MSGTR_EQU_Brightness "Jas: " | |
20590 | 735 #define MSGTR_EQU_Hue "Odtieň: " |
736 #define MSGTR_EQU_Saturation "Nasýtenie: " | |
737 #define MSGTR_EQU_Front_Left "Predný Ľavý" | |
738 #define MSGTR_EQU_Front_Right "Predný Pravý" | |
739 #define MSGTR_EQU_Back_Left "Zadný Ľavý" | |
740 #define MSGTR_EQU_Back_Right "Zadný Pravý" | |
741 #define MSGTR_EQU_Center "Stredný" | |
742 #define MSGTR_EQU_Bass "Basový" | |
743 #define MSGTR_EQU_All "Všetko" | |
744 #define MSGTR_EQU_Channel1 "Kanál 1:" | |
745 #define MSGTR_EQU_Channel2 "Kanál 2:" | |
746 #define MSGTR_EQU_Channel3 "Kanál 3:" | |
747 #define MSGTR_EQU_Channel4 "Kanál 4:" | |
748 #define MSGTR_EQU_Channel5 "Kanál 5:" | |
749 #define MSGTR_EQU_Channel6 "Kanál 6:" | |
7428 | 750 |
751 // --- playlist | |
752 #define MSGTR_PLAYLIST_Path "Cesta" | |
20590 | 753 #define MSGTR_PLAYLIST_Selected "Vybrané súbory" |
754 #define MSGTR_PLAYLIST_Files "Súbory" | |
755 #define MSGTR_PLAYLIST_DirectoryTree "Adresárový strom" | |
7428 | 756 |
757 // --- preferences | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
758 #define MSGTR_PREFERENCES_Audio MSGTR_EQU_Audio |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
759 #define MSGTR_PREFERENCES_Video MSGTR_EQU_Video |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
760 #define MSGTR_PREFERENCES_SubtitleOSD "Titulky a OSD" |
20590 | 761 #define MSGTR_PREFERENCES_Codecs "Kódeky a demuxer" |
762 // Poznámka: Pokiaľ zmeníte MSGTR_PREFERENCES_Misc, uistite sa prosím, že vyhovuje aj pre MSGTR_PREFERENCES_FRAME_Misc | |
763 #define MSGTR_PREFERENCES_Misc "Rôzne" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
764 |
20590 | 765 #define MSGTR_PREFERENCES_None "Nič" |
766 #define MSGTR_PREFERENCES_DriverDefault "východzie nastavenie" | |
767 #define MSGTR_PREFERENCES_AvailableDrivers "Dostupné ovládače:" | |
768 #define MSGTR_PREFERENCES_DoNotPlaySound "Nehrať zvuk" | |
769 #define MSGTR_PREFERENCES_NormalizeSound "Normalizovať zvuk" | |
770 #define MSGTR_PREFERENCES_EnableEqualizer "Zapnúť equalizer" | |
771 #define MSGTR_PREFERENCES_SoftwareMixer "Aktivovať softvérový mixér" | |
772 #define MSGTR_PREFERENCES_ExtraStereo "Zapnúť extra stereo" | |
7428 | 773 #define MSGTR_PREFERENCES_Coefficient "Koeficient:" |
774 #define MSGTR_PREFERENCES_AudioDelay "Audio oneskorenie" | |
20590 | 775 #define MSGTR_PREFERENCES_DoubleBuffer "Zapnúť dvojtý buffering" |
776 #define MSGTR_PREFERENCES_DirectRender "Zapnúť direct rendering" | |
777 #define MSGTR_PREFERENCES_FrameDrop "Povoliť zahadzovanie rámcov" | |
778 #define MSGTR_PREFERENCES_HFrameDrop "Povoliť TVRDÉ zahadzovanie rámcov (nebezpečné)" | |
779 #define MSGTR_PREFERENCES_Flip "prehodiť obraz horná strana-dole" | |
7428 | 780 #define MSGTR_PREFERENCES_Panscan "Panscan: " |
781 #define MSGTR_PREFERENCES_Subtitle "Titulky:" | |
782 #define MSGTR_PREFERENCES_SUB_Delay "Oneskorenie: " | |
783 #define MSGTR_PREFERENCES_SUB_FPS "FPS:" | |
20590 | 784 #define MSGTR_PREFERENCES_SUB_POS "Pozícia: " |
785 #define MSGTR_PREFERENCES_SUB_AutoLoad "Zakázať automatické nahrávanie titulkov" | |
7428 | 786 #define MSGTR_PREFERENCES_SUB_Unicode "Titulky v Unicode" |
20590 | 787 #define MSGTR_PREFERENCES_SUB_MPSUB "Konvertovať dané titulky do MPlayer formátu" |
788 #define MSGTR_PREFERENCES_SUB_SRT "Konvertovať dané titulky do časovo-určeného SubViewer (SRT) formátu" | |
789 #define MSGTR_PREFERENCES_SUB_Overlap "Zapnúť prekrývanie titulkov" | |
7428 | 790 #define MSGTR_PREFERENCES_Font "Font:" |
791 #define MSGTR_PREFERENCES_FontFactor "Font faktor:" | |
20590 | 792 #define MSGTR_PREFERENCES_PostProcess "Zapnúť postprocess" |
793 #define MSGTR_PREFERENCES_AutoQuality "Automatická qualita: " | |
794 #define MSGTR_PREFERENCES_NI "Použiť neprekladaný AVI parser" | |
795 #define MSGTR_PREFERENCES_IDX "Obnoviť index tabulku, ak je potrebné" | |
7428 | 796 #define MSGTR_PREFERENCES_VideoCodecFamily "Rodina video kodekov:" |
797 #define MSGTR_PREFERENCES_AudioCodecFamily "Rodina audeo kodekov:" | |
20590 | 798 #define MSGTR_PREFERENCES_FRAME_OSD_Level "OSD úroveň" |
7428 | 799 #define MSGTR_PREFERENCES_FRAME_Subtitle "Titulky" |
800 #define MSGTR_PREFERENCES_FRAME_Font "Font" | |
801 #define MSGTR_PREFERENCES_FRAME_PostProcess "Postprocess" | |
20590 | 802 #define MSGTR_PREFERENCES_FRAME_CodecDemuxer "Kódek & demuxer" |
803 #define MSGTR_PREFERENCES_FRAME_Cache "Vyrovnávacia pamäť" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
804 #define MSGTR_PREFERENCES_FRAME_Misc MSGTR_PREFERENCES_Misc |
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
805 #define MSGTR_PREFERENCES_Audio_Device "Zariadenie:" |
20590 | 806 #define MSGTR_PREFERENCES_Audio_Mixer "Mixér:" |
807 #define MSGTR_PREFERENCES_Audio_MixerChannel "Kanál mixéru:" | |
808 #define MSGTR_PREFERENCES_Message "Prosím pamätajte, nietoré voľby potrebujú reštart prehrávania!" | |
809 #define MSGTR_PREFERENCES_DXR3_VENC "Video kóder:" | |
810 #define MSGTR_PREFERENCES_DXR3_LAVC "Použiť LAVC (FFmpeg)" | |
7428 | 811 #define MSGTR_PREFERENCES_FontEncoding1 "Unicode" |
812 #define MSGTR_PREFERENCES_FontEncoding2 "Western European Languages (ISO-8859-1)" | |
813 #define MSGTR_PREFERENCES_FontEncoding3 "Western European Languages with Euro (ISO-8859-15)" | |
814 #define MSGTR_PREFERENCES_FontEncoding4 "Slavic/Central European Languages (ISO-8859-2)" | |
815 #define MSGTR_PREFERENCES_FontEncoding5 "Esperanto, Galician, Maltese, Turkish (ISO-8859-3)" | |
816 #define MSGTR_PREFERENCES_FontEncoding6 "Old Baltic charset (ISO-8859-4)" | |
817 #define MSGTR_PREFERENCES_FontEncoding7 "Cyrillic (ISO-8859-5)" | |
818 #define MSGTR_PREFERENCES_FontEncoding8 "Arabic (ISO-8859-6)" | |
819 #define MSGTR_PREFERENCES_FontEncoding9 "Modern Greek (ISO-8859-7)" | |
820 #define MSGTR_PREFERENCES_FontEncoding10 "Turkish (ISO-8859-9)" | |
821 #define MSGTR_PREFERENCES_FontEncoding11 "Baltic (ISO-8859-13)" | |
822 #define MSGTR_PREFERENCES_FontEncoding12 "Celtic (ISO-8859-14)" | |
823 #define MSGTR_PREFERENCES_FontEncoding13 "Hebrew charsets (ISO-8859-8)" | |
824 #define MSGTR_PREFERENCES_FontEncoding14 "Russian (KOI8-R)" | |
825 #define MSGTR_PREFERENCES_FontEncoding15 "Ukrainian, Belarusian (KOI8-U/RU)" | |
826 #define MSGTR_PREFERENCES_FontEncoding16 "Simplified Chinese charset (CP936)" | |
827 #define MSGTR_PREFERENCES_FontEncoding17 "Traditional Chinese charset (BIG5)" | |
828 #define MSGTR_PREFERENCES_FontEncoding18 "Japanese charsets (SHIFT-JIS)" | |
829 #define MSGTR_PREFERENCES_FontEncoding19 "Korean charset (CP949)" | |
830 #define MSGTR_PREFERENCES_FontEncoding20 "Thai charset (CP874)" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
831 #define MSGTR_PREFERENCES_FontEncoding21 "Cyrillic Windows (CP1251)" |
10506
387f33c415a9
sync by "Bena, Daniel" <Daniel.Bena@dm-drogeriemarkt.sk>
diego
parents:
10502
diff
changeset
|
832 #define MSGTR_PREFERENCES_FontEncoding22 "Slavic/Central European Windows (CP1250)" |
20590 | 833 #define MSGTR_PREFERENCES_FontNoAutoScale "Nemeniť rozmery" |
834 #define MSGTR_PREFERENCES_FontPropWidth "Proporcionálne k šírke obrazu" | |
835 #define MSGTR_PREFERENCES_FontPropHeight "Proporcionálne k výške obrazu" | |
836 #define MSGTR_PREFERENCES_FontPropDiagonal "Proporcionálne k diagonále obrazu" | |
837 #define MSGTR_PREFERENCES_FontEncoding "Kódovanie:" | |
7428 | 838 #define MSGTR_PREFERENCES_FontBlur "Rozmazanie:" |
839 #define MSGTR_PREFERENCES_FontOutLine "Obrys:" | |
840 #define MSGTR_PREFERENCES_FontTextScale "Mierka textu:" | |
841 #define MSGTR_PREFERENCES_FontOSDScale "OSD mierka:" | |
20590 | 842 #define MSGTR_PREFERENCES_Cache "Vyrovnávacia pamäť zap./vyp." |
843 #define MSGTR_PREFERENCES_CacheSize "Veľkosť vyr. pamäte: " | |
844 #define MSGTR_PREFERENCES_LoadFullscreen "Naštartovať v režime celej obrazovky" | |
845 #define MSGTR_PREFERENCES_SaveWinPos "Uložiť pozíciu okna" | |
846 #define MSGTR_PREFERENCES_XSCREENSAVER "Zastaviť XScreenSaver" | |
847 #define MSGTR_PREFERENCES_PlayBar "Zapnúť playbar" | |
848 #define MSGTR_PREFERENCES_AutoSync "Automatická synchronizácia zap./vyp." | |
849 #define MSGTR_PREFERENCES_AutoSyncValue "Automatická synchronizácia: " | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
850 #define MSGTR_PREFERENCES_CDROMDevice "CD-ROM zariadenie:" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
851 #define MSGTR_PREFERENCES_DVDDevice "DVD zariadenie:" |
20590 | 852 #define MSGTR_PREFERENCES_FPS "Snímková rýchlosť (FPS):" |
853 #define MSGTR_PREFERENCES_ShowVideoWindow "Ukázať video okno pri neaktivite" | |
854 #define MSGTR_PREFERENCES_ArtsBroken "Novšie verze aRts sú nekompatibilné "\ | |
855 "s GTK 1.x a zhavarujú GMPlayer!" | |
9389
f77e87333944
Sync by Daniel Bena <Daniel.Bena@dm-drogeriemarkt.sk>.
diego
parents:
9183
diff
changeset
|
856 |
20590 | 857 #define MSGTR_ABOUT_UHU "vývoj GUI sponzoroval UHU Linux\n" |
858 #define MSGTR_ABOUT_Contributors "Přispievatelia kódu a dokumentacie\n" | |
859 #define MSGTR_ABOUT_Codecs_libs_contributions "Kódeky a knižnice tretích strán\n" | |
18346
780b2c2a09f1
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
reynaldo
parents:
18335
diff
changeset
|
860 #define MSGTR_ABOUT_Translations "Preklady\n" |
20590 | 861 #define MSGTR_ABOUT_Skins "Témy\n" |
7428 | 862 |
4591 | 863 // --- messagebox |
20590 | 864 #define MSGTR_MSGBOX_LABEL_FatalError "Fatálna chyba!" |
10506
387f33c415a9
sync by "Bena, Daniel" <Daniel.Bena@dm-drogeriemarkt.sk>
diego
parents:
10502
diff
changeset
|
865 #define MSGTR_MSGBOX_LABEL_Error "Chyba!" |
387f33c415a9
sync by "Bena, Daniel" <Daniel.Bena@dm-drogeriemarkt.sk>
diego
parents:
10502
diff
changeset
|
866 #define MSGTR_MSGBOX_LABEL_Warning "Upozornenie!" |