730c2344bf89602f21e44d9a3ce7fd97016facfb
[platform/upstream/pulseaudio.git] / po / sk.po
1 # Slovak translation for PulseAudio.
2 # Copyright (C) 2014 PulseAudio's COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PulseAudio package.
4 # Dušan Kazik <prescott66@gmail.com>, 2014, 2015.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PulseAudio master\n"
9 "Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?"
10 "product=PulseAudio&keywords=I18N+L10N&component=misc\n"
11 "POT-Creation-Date: 2016-06-22 13:54+0000\n"
12 "PO-Revision-Date: 2016-07-06 17:20+0200\n"
13 "Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
14 "Language-Team: Slovak <gnome-sk-list@gnome.org>\n"
15 "Language: sk\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
20 "X-Generator: Poedit 1.8.7.1\n"
21
22 #: ../src/daemon/cmdline.c:113
23 #, c-format
24 msgid ""
25 "%s [options]\n"
26 "\n"
27 "COMMANDS:\n"
28 "  -h, --help                            Show this help\n"
29 "      --version                         Show version\n"
30 "      --dump-conf                       Dump default configuration\n"
31 "      --dump-modules                    Dump list of available modules\n"
32 "      --dump-resample-methods           Dump available resample methods\n"
33 "      --cleanup-shm                     Cleanup stale shared memory "
34 "segments\n"
35 "      --start                           Start the daemon if it is not "
36 "running\n"
37 "  -k  --kill                            Kill a running daemon\n"
38 "      --check                           Check for a running daemon (only "
39 "returns exit code)\n"
40 "\n"
41 "OPTIONS:\n"
42 "      --system[=BOOL]                   Run as system-wide instance\n"
43 "  -D, --daemonize[=BOOL]                Daemonize after startup\n"
44 "      --fail[=BOOL]                     Quit when startup fails\n"
45 "      --high-priority[=BOOL]            Try to set high nice level\n"
46 "                                        (only available as root, when SUID "
47 "or\n"
48 "                                        with elevated RLIMIT_NICE)\n"
49 "      --realtime[=BOOL]                 Try to enable realtime scheduling\n"
50 "                                        (only available as root, when SUID "
51 "or\n"
52 "                                        with elevated RLIMIT_RTPRIO)\n"
53 "      --disallow-module-loading[=BOOL]  Disallow module user requested "
54 "module\n"
55 "                                        loading/unloading after startup\n"
56 "      --disallow-exit[=BOOL]            Disallow user requested exit\n"
57 "      --exit-idle-time=SECS             Terminate the daemon when idle and "
58 "this\n"
59 "                                        time passed\n"
60 "      --scache-idle-time=SECS           Unload autoloaded samples when idle "
61 "and\n"
62 "                                        this time passed\n"
63 "      --log-level[=LEVEL]               Increase or set verbosity level\n"
64 "  -v  --verbose                         Increase the verbosity level\n"
65 "      --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n"
66 "                                        Specify the log target\n"
67 "      --log-meta[=BOOL]                 Include code location in log "
68 "messages\n"
69 "      --log-time[=BOOL]                 Include timestamps in log messages\n"
70 "      --log-backtrace=FRAMES            Include a backtrace in log messages\n"
71 "  -p, --dl-search-path=PATH             Set the search path for dynamic "
72 "shared\n"
73 "                                        objects (plugins)\n"
74 "      --resample-method=METHOD          Use the specified resampling method\n"
75 "                                        (See --dump-resample-methods for\n"
76 "                                        possible values)\n"
77 "      --use-pid-file[=BOOL]             Create a PID file\n"
78 "      --no-cpu-limit[=BOOL]             Do not install CPU load limiter on\n"
79 "                                        platforms that support it.\n"
80 "      --disable-shm[=BOOL]              Disable shared memory support.\n"
81 "      --enable-memfd[=BOOL]             Enable memfd shared memory support.\n"
82 "\n"
83 "STARTUP SCRIPT:\n"
84 "  -L, --load=\"MODULE ARGUMENTS\"         Load the specified plugin module "
85 "with\n"
86 "                                        the specified argument\n"
87 "  -F, --file=FILENAME                   Run the specified script\n"
88 "  -C                                    Open a command line on the running "
89 "TTY\n"
90 "                                        after startup\n"
91 "\n"
92 "  -n                                    Don't load default script file\n"
93 msgstr ""
94
95 #: ../src/daemon/cmdline.c:246
96 msgid "--daemonize expects boolean argument"
97 msgstr ""
98
99 #: ../src/daemon/cmdline.c:254
100 msgid "--fail expects boolean argument"
101 msgstr ""
102
103 #: ../src/daemon/cmdline.c:265
104 msgid ""
105 "--log-level expects log level argument (either numeric in range 0..4 or one "
106 "of debug, info, notice, warn, error)."
107 msgstr ""
108
109 #: ../src/daemon/cmdline.c:277
110 msgid "--high-priority expects boolean argument"
111 msgstr ""
112
113 #: ../src/daemon/cmdline.c:285
114 msgid "--realtime expects boolean argument"
115 msgstr ""
116
117 #: ../src/daemon/cmdline.c:293
118 msgid "--disallow-module-loading expects boolean argument"
119 msgstr ""
120
121 #: ../src/daemon/cmdline.c:301
122 msgid "--disallow-exit expects boolean argument"
123 msgstr ""
124
125 #: ../src/daemon/cmdline.c:309
126 msgid "--use-pid-file expects boolean argument"
127 msgstr ""
128
129 #: ../src/daemon/cmdline.c:328
130 msgid ""
131 "Invalid log target: use either 'syslog', 'journal','stderr' or 'auto' or a "
132 "valid file name 'file:<path>', 'newfile:<path>'."
133 msgstr ""
134
135 #: ../src/daemon/cmdline.c:330
136 msgid ""
137 "Invalid log target: use either 'syslog', 'stderr' or 'auto' or a valid file "
138 "name 'file:<path>', 'newfile:<path>'."
139 msgstr ""
140
141 #: ../src/daemon/cmdline.c:338
142 msgid "--log-time expects boolean argument"
143 msgstr ""
144
145 #: ../src/daemon/cmdline.c:346
146 msgid "--log-meta expects boolean argument"
147 msgstr ""
148
149 #: ../src/daemon/cmdline.c:366
150 #, c-format
151 msgid "Invalid resample method '%s'."
152 msgstr "Neplatná metóda prevzorkovania „%s“."
153
154 #: ../src/daemon/cmdline.c:373
155 msgid "--system expects boolean argument"
156 msgstr "Voľba --system očakáva booleovský parameter"
157
158 #: ../src/daemon/cmdline.c:381
159 msgid "--no-cpu-limit expects boolean argument"
160 msgstr ""
161
162 #: ../src/daemon/cmdline.c:389
163 msgid "--disable-shm expects boolean argument"
164 msgstr ""
165
166 #: ../src/daemon/cmdline.c:397
167 msgid "--enable-memfd expects boolean argument"
168 msgstr "Voľba --enable-memfd očakáva booleovský parameter"
169
170 #: ../src/daemon/daemon-conf.c:260
171 #, c-format
172 msgid "[%s:%u] Invalid log target '%s'."
173 msgstr "[%s:%u] Neplatný cieľ záznamu „%s“."
174
175 #: ../src/daemon/daemon-conf.c:275
176 #, c-format
177 msgid "[%s:%u] Invalid log level '%s'."
178 msgstr "[%s:%u] Neplatná úroveň záznamu „%s“."
179
180 #: ../src/daemon/daemon-conf.c:290
181 #, c-format
182 msgid "[%s:%u] Invalid resample method '%s'."
183 msgstr "[%s:%u] Neplatný spôsob prevzorkovania „%s“."
184
185 #: ../src/daemon/daemon-conf.c:312
186 #, c-format
187 msgid "[%s:%u] Invalid rlimit '%s'."
188 msgstr "[%s:%u] Neplatný rlimit „%s“."
189
190 #: ../src/daemon/daemon-conf.c:332
191 #, c-format
192 msgid "[%s:%u] Invalid sample format '%s'."
193 msgstr "[%s:%u] Neplatný formát vzoriek „%s“."
194
195 #: ../src/daemon/daemon-conf.c:349 ../src/daemon/daemon-conf.c:366
196 #, c-format
197 msgid "[%s:%u] Invalid sample rate '%s'."
198 msgstr "[%s:%u] Neplatná frekvencia vzoriek „%s“."
199
200 #: ../src/daemon/daemon-conf.c:389
201 #, c-format
202 msgid "[%s:%u] Invalid sample channels '%s'."
203 msgstr ""
204
205 #: ../src/daemon/daemon-conf.c:406
206 #, c-format
207 msgid "[%s:%u] Invalid channel map '%s'."
208 msgstr "[%s:%u] Neplatná mapa kanálov „%s“."
209
210 #: ../src/daemon/daemon-conf.c:423
211 #, c-format
212 msgid "[%s:%u] Invalid number of fragments '%s'."
213 msgstr "[%s:%u] Neplatný počet fragmentov „%s“."
214
215 #: ../src/daemon/daemon-conf.c:440
216 #, c-format
217 msgid "[%s:%u] Invalid fragment size '%s'."
218 msgstr "[%s:%u] Neplatná veľkosť fragmentu „%s“."
219
220 #: ../src/daemon/daemon-conf.c:457
221 #, c-format
222 msgid "[%s:%u] Invalid nice level '%s'."
223 msgstr "[%s:%u] Neplatná úroveň nice „%s“."
224
225 #: ../src/daemon/daemon-conf.c:500
226 #, c-format
227 msgid "[%s:%u] Invalid server type '%s'."
228 msgstr "[%s:%u] Neplatný typ servera „%s“."
229
230 #: ../src/daemon/daemon-conf.c:615
231 #, c-format
232 msgid "Failed to open configuration file: %s"
233 msgstr "Zlyhalo otvorenie konfiguračného súboru: %s"
234
235 #: ../src/daemon/daemon-conf.c:631
236 msgid ""
237 "The specified default channel map has a different number of channels than "
238 "the specified default number of channels."
239 msgstr ""
240 "Určená predvolená mapa kanálov obsahuje odlišný počet kanálov ako je určený "
241 "predvolený počet kanálov."
242
243 #: ../src/daemon/daemon-conf.c:718
244 #, c-format
245 msgid "### Read from configuration file: %s ###\n"
246 msgstr "### Čítať z konfiguračného súboru: %s ###\n"
247
248 #: ../src/daemon/dumpmodules.c:57
249 #, c-format
250 msgid "Name: %s\n"
251 msgstr "Názov: %s\n"
252
253 #: ../src/daemon/dumpmodules.c:60
254 #, c-format
255 msgid "No module information available\n"
256 msgstr "Nie sú dostupné žiadne informácie o module\n"
257
258 #: ../src/daemon/dumpmodules.c:63
259 #, c-format
260 msgid "Version: %s\n"
261 msgstr "Verzia: %s\n"
262
263 #: ../src/daemon/dumpmodules.c:65
264 #, c-format
265 msgid "Description: %s\n"
266 msgstr "Popis: %s\n"
267
268 #: ../src/daemon/dumpmodules.c:67
269 #, c-format
270 msgid "Author: %s\n"
271 msgstr "Autor: %s\n"
272
273 #: ../src/daemon/dumpmodules.c:69
274 #, c-format
275 msgid "Usage: %s\n"
276 msgstr "Využitie: %s\n"
277
278 #: ../src/daemon/dumpmodules.c:70
279 #, c-format
280 msgid "Load Once: %s\n"
281 msgstr "Načítané raz: %s\n"
282
283 #: ../src/daemon/dumpmodules.c:72
284 #, c-format
285 msgid "DEPRECATION WARNING: %s\n"
286 msgstr "UPOZORNENIE NA ZASTARANIE: %s\n"
287
288 #: ../src/daemon/dumpmodules.c:76
289 #, c-format
290 msgid "Path: %s\n"
291 msgstr "Cesta: %s\n"
292
293 #: ../src/daemon/ltdl-bind-now.c:75
294 #, c-format
295 msgid "Failed to open module %s: %s"
296 msgstr "Zlyhalo otvorenie modulu %s: %s"
297
298 #: ../src/daemon/ltdl-bind-now.c:126
299 msgid "Failed to find original lt_dlopen loader."
300 msgstr ""
301
302 #: ../src/daemon/ltdl-bind-now.c:131
303 msgid "Failed to allocate new dl loader."
304 msgstr ""
305
306 #: ../src/daemon/ltdl-bind-now.c:144
307 msgid "Failed to add bind-now-loader."
308 msgstr ""
309
310 #: ../src/daemon/main.c:160
311 #, c-format
312 msgid "Failed to find user '%s'."
313 msgstr "Zlyhalo nájdenie používateľa „%s“."
314
315 #: ../src/daemon/main.c:165
316 #, c-format
317 msgid "Failed to find group '%s'."
318 msgstr "Zlyhalo nájdenie skupiny „%s“."
319
320 #: ../src/daemon/main.c:174
321 #, c-format
322 msgid "GID of user '%s' and of group '%s' don't match."
323 msgstr "GID používateľa „%s“ a skupiny „%s“ sa nezhodujú."
324
325 #: ../src/daemon/main.c:179
326 #, c-format
327 msgid "Home directory of user '%s' is not '%s', ignoring."
328 msgstr "Domovský adresár používateľa „%s“ nie je „%s“. Ignoruje sa."
329
330 #: ../src/daemon/main.c:182 ../src/daemon/main.c:187
331 #, c-format
332 msgid "Failed to create '%s': %s"
333 msgstr "Zlyhalo vytvorenie „%s“: %s"
334
335 #: ../src/daemon/main.c:194
336 #, c-format
337 msgid "Failed to change group list: %s"
338 msgstr "Zlyhala zmena zoznamu skupín: %s"
339
340 #: ../src/daemon/main.c:210
341 #, c-format
342 msgid "Failed to change GID: %s"
343 msgstr "Zlyhalo zmenenie GID: %s"
344
345 #: ../src/daemon/main.c:226
346 #, c-format
347 msgid "Failed to change UID: %s"
348 msgstr "Zlyhalo zmenenie UID: %s"
349
350 #: ../src/daemon/main.c:255
351 msgid "System wide mode unsupported on this platform."
352 msgstr ""
353
354 #: ../src/daemon/main.c:484
355 msgid "Failed to parse command line."
356 msgstr "Zlyhalo analyzovanie príkazového riadku."
357
358 #: ../src/daemon/main.c:523
359 msgid ""
360 "System mode refused for non-root user. Only starting the D-Bus server lookup "
361 "service."
362 msgstr ""
363
364 #: ../src/daemon/main.c:622
365 #, c-format
366 msgid "Failed to kill daemon: %s"
367 msgstr "Zlyhalo zabitie démona: %s"
368
369 #: ../src/daemon/main.c:651
370 msgid ""
371 "This program is not intended to be run as root (unless --system is "
372 "specified)."
373 msgstr ""
374
375 #: ../src/daemon/main.c:654
376 msgid "Root privileges required."
377 msgstr "Vyžadujú sa privilégiá správcu"
378
379 #: ../src/daemon/main.c:661
380 msgid "--start not supported for system instances."
381 msgstr "Voľba --start nie je podporovaná pre systémové inštancie."
382
383 #: ../src/daemon/main.c:701
384 #, c-format
385 msgid "User-configured server at %s, refusing to start/autospawn."
386 msgstr ""
387
388 #: ../src/daemon/main.c:707
389 #, c-format
390 msgid ""
391 "User-configured server at %s, which appears to be local. Probing deeper."
392 msgstr ""
393
394 #: ../src/daemon/main.c:712
395 msgid "Running in system mode, but --disallow-exit not set."
396 msgstr ""
397
398 #: ../src/daemon/main.c:715
399 msgid "Running in system mode, but --disallow-module-loading not set."
400 msgstr ""
401
402 #: ../src/daemon/main.c:718
403 msgid "Running in system mode, forcibly disabling SHM mode."
404 msgstr ""
405
406 #: ../src/daemon/main.c:723
407 msgid "Running in system mode, forcibly disabling exit idle time."
408 msgstr ""
409
410 #: ../src/daemon/main.c:756
411 msgid "Failed to acquire stdio."
412 msgstr ""
413
414 #: ../src/daemon/main.c:762 ../src/daemon/main.c:833
415 #, c-format
416 msgid "pipe() failed: %s"
417 msgstr ""
418
419 #: ../src/daemon/main.c:767 ../src/daemon/main.c:838
420 #, c-format
421 msgid "fork() failed: %s"
422 msgstr ""
423
424 #: ../src/daemon/main.c:782 ../src/daemon/main.c:853 ../src/utils/pacat.c:568
425 #, c-format
426 msgid "read() failed: %s"
427 msgstr ""
428
429 #: ../src/daemon/main.c:788
430 msgid "Daemon startup failed."
431 msgstr "Zlyhalo spustenie démona."
432
433 #: ../src/daemon/main.c:821
434 #, c-format
435 msgid "setsid() failed: %s"
436 msgstr ""
437
438 #: ../src/daemon/main.c:948
439 msgid "Failed to get machine ID"
440 msgstr "Zlyhalo získanie identifikátora stroja"
441
442 #: ../src/daemon/main.c:974
443 msgid ""
444 "OK, so you are running PA in system mode. Please note that you most likely "
445 "shouldn't be doing that.\n"
446 "If you do it nonetheless then it's your own fault if things don't work as "
447 "expected.\n"
448 "Please read http://www.freedesktop.org/wiki/Software/PulseAudio/"
449 "Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system "
450 "mode is usually a bad idea."
451 msgstr ""
452
453 #: ../src/daemon/main.c:991
454 msgid "pa_pid_file_create() failed."
455 msgstr ""
456
457 #: ../src/daemon/main.c:1023
458 msgid "pa_core_new() failed."
459 msgstr ""
460
461 #: ../src/daemon/main.c:1091
462 msgid "Failed to initialize daemon."
463 msgstr "Zlyhala inicializácia démona."
464
465 #: ../src/daemon/main.c:1096
466 msgid "Daemon startup without any loaded modules, refusing to work."
467 msgstr ""
468
469 #: ../src/daemon/pulseaudio.desktop.in.h:1
470 msgid "PulseAudio Sound System"
471 msgstr "Zvukový systém PulseAudio"
472
473 #: ../src/daemon/pulseaudio.desktop.in.h:2
474 msgid "Start the PulseAudio Sound System"
475 msgstr "Spustenie zvukového systému PulseAudio"
476
477 #: ../src/modules/alsa/alsa-mixer.c:2378
478 msgid "Input"
479 msgstr "Vstup"
480
481 #: ../src/modules/alsa/alsa-mixer.c:2379
482 msgid "Docking Station Input"
483 msgstr "Vstup dokovacej stanice"
484
485 #: ../src/modules/alsa/alsa-mixer.c:2380
486 msgid "Docking Station Microphone"
487 msgstr "Mikrofón dokovacej stanice"
488
489 #: ../src/modules/alsa/alsa-mixer.c:2381
490 msgid "Docking Station Line In"
491 msgstr "Vstupná linka dokovacej stanice"
492
493 #: ../src/modules/alsa/alsa-mixer.c:2382 ../src/modules/alsa/alsa-mixer.c:2467
494 msgid "Line In"
495 msgstr "Vstupná linka"
496
497 #: ../src/modules/alsa/alsa-mixer.c:2383 ../src/modules/alsa/alsa-mixer.c:2461
498 #: ../src/modules/bluetooth/module-bluez4-device.c:2099
499 #: ../src/modules/bluetooth/module-bluez5-device.c:1710
500 msgid "Microphone"
501 msgstr "Mikrofón"
502
503 #: ../src/modules/alsa/alsa-mixer.c:2384 ../src/modules/alsa/alsa-mixer.c:2462
504 msgid "Front Microphone"
505 msgstr "Predný mikrofón"
506
507 #: ../src/modules/alsa/alsa-mixer.c:2385 ../src/modules/alsa/alsa-mixer.c:2463
508 msgid "Rear Microphone"
509 msgstr "Zadný mikrofón"
510
511 #: ../src/modules/alsa/alsa-mixer.c:2386
512 msgid "External Microphone"
513 msgstr "Externý mikrofón"
514
515 #: ../src/modules/alsa/alsa-mixer.c:2387 ../src/modules/alsa/alsa-mixer.c:2465
516 msgid "Internal Microphone"
517 msgstr "Vstavaný mikrofón"
518
519 #: ../src/modules/alsa/alsa-mixer.c:2388 ../src/modules/alsa/alsa-mixer.c:2468
520 msgid "Radio"
521 msgstr "Rádio"
522
523 #: ../src/modules/alsa/alsa-mixer.c:2389 ../src/modules/alsa/alsa-mixer.c:2469
524 msgid "Video"
525 msgstr "Video"
526
527 #: ../src/modules/alsa/alsa-mixer.c:2390
528 msgid "Automatic Gain Control"
529 msgstr "Automatické ovládanie zosilnenia"
530
531 #: ../src/modules/alsa/alsa-mixer.c:2391
532 msgid "No Automatic Gain Control"
533 msgstr "Bez automatického ovládania zosilnenia"
534
535 #: ../src/modules/alsa/alsa-mixer.c:2392
536 msgid "Boost"
537 msgstr "Zosilnenie"
538
539 #: ../src/modules/alsa/alsa-mixer.c:2393
540 msgid "No Boost"
541 msgstr "Bez zosilnenia"
542
543 #: ../src/modules/alsa/alsa-mixer.c:2394
544 msgid "Amplifier"
545 msgstr "Zosilňovač"
546
547 #: ../src/modules/alsa/alsa-mixer.c:2395
548 msgid "No Amplifier"
549 msgstr "Bez zosilňovača"
550
551 #: ../src/modules/alsa/alsa-mixer.c:2396
552 msgid "Bass Boost"
553 msgstr "Zosilnenie basov"
554
555 #: ../src/modules/alsa/alsa-mixer.c:2397
556 msgid "No Bass Boost"
557 msgstr "Bez zosilnenia basov"
558
559 #: ../src/modules/alsa/alsa-mixer.c:2398
560 #: ../src/modules/bluetooth/module-bluez4-device.c:2104
561 #: ../src/modules/bluetooth/module-bluez5-device.c:1717
562 msgid "Speaker"
563 msgstr "Reproduktor"
564
565 #: ../src/modules/alsa/alsa-mixer.c:2399 ../src/modules/alsa/alsa-mixer.c:2471
566 msgid "Headphones"
567 msgstr "Slúchadlá"
568
569 #: ../src/modules/alsa/alsa-mixer.c:2460
570 msgid "Analog Input"
571 msgstr "Analógový vstup"
572
573 #: ../src/modules/alsa/alsa-mixer.c:2464
574 msgid "Dock Microphone"
575 msgstr "Mikrofón doku"
576
577 #: ../src/modules/alsa/alsa-mixer.c:2466
578 msgid "Headset Microphone"
579 msgstr "Mikrofón headsetu"
580
581 #: ../src/modules/alsa/alsa-mixer.c:2470
582 msgid "Analog Output"
583 msgstr "Analógový výstup"
584
585 #: ../src/modules/alsa/alsa-mixer.c:2472
586 msgid "LFE on Separate Mono Output"
587 msgstr "Kanál LFE na oddelenom mono výstupe"
588
589 #: ../src/modules/alsa/alsa-mixer.c:2473
590 msgid "Line Out"
591 msgstr "Výstupná linka"
592
593 #: ../src/modules/alsa/alsa-mixer.c:2474
594 msgid "Analog Mono Output"
595 msgstr "Analógový mono výstup"
596
597 #: ../src/modules/alsa/alsa-mixer.c:2475
598 msgid "Speakers"
599 msgstr "Reproduktory"
600
601 #: ../src/modules/alsa/alsa-mixer.c:2476
602 msgid "HDMI / DisplayPort"
603 msgstr "HDMI / DisplayPort"
604
605 #: ../src/modules/alsa/alsa-mixer.c:2477
606 msgid "Digital Output (S/PDIF)"
607 msgstr "Digitálny výstup (S/PDIF)"
608
609 #: ../src/modules/alsa/alsa-mixer.c:2478
610 msgid "Digital Input (S/PDIF)"
611 msgstr "Digitálny vstup (S/PDIF)"
612
613 #: ../src/modules/alsa/alsa-mixer.c:2479
614 msgid "Digital Passthrough (S/PDIF)"
615 msgstr "Digitálny prechod (S/PDIF)"
616
617 #: ../src/modules/alsa/alsa-mixer.c:2480
618 msgid "Multichannel Input"
619 msgstr "Viackanálový vstup"
620
621 #: ../src/modules/alsa/alsa-mixer.c:2481
622 msgid "Multichannel Output"
623 msgstr "Viackanálový výstup"
624
625 #: ../src/modules/alsa/alsa-mixer.c:3990
626 msgid "Analog Mono"
627 msgstr "Analógový mono"
628
629 #. Note: Not translated to "Analog Stereo Input", because the source
630 #. * name gets "Input" appended to it automatically, so adding "Input"
631 #. * here would lead to the source name to become "Analog Stereo Input
632 #. * Input". The same logic applies to analog-stereo-output,
633 #. * multichannel-input and multichannel-output.
634 #: ../src/modules/alsa/alsa-mixer.c:3991 ../src/modules/alsa/alsa-mixer.c:3997
635 #: ../src/modules/alsa/alsa-mixer.c:3998
636 msgid "Analog Stereo"
637 msgstr "Analógový stereo"
638
639 #: ../src/modules/alsa/alsa-mixer.c:3999 ../src/modules/alsa/alsa-mixer.c:4000
640 msgid "Multichannel"
641 msgstr "Viackanálový"
642
643 #: ../src/modules/alsa/alsa-mixer.c:4001
644 msgid "Analog Surround 2.1"
645 msgstr "Analógový priestorový 2.1"
646
647 #: ../src/modules/alsa/alsa-mixer.c:4002
648 msgid "Analog Surround 3.0"
649 msgstr "Analógový priestorový 3.0"
650
651 #: ../src/modules/alsa/alsa-mixer.c:4003
652 msgid "Analog Surround 3.1"
653 msgstr "Analógový priestorový 3.1"
654
655 #: ../src/modules/alsa/alsa-mixer.c:4004
656 msgid "Analog Surround 4.0"
657 msgstr "Analógový priestorový 4.0"
658
659 #: ../src/modules/alsa/alsa-mixer.c:4005
660 msgid "Analog Surround 4.1"
661 msgstr "Analógový priestorový 4.1"
662
663 #: ../src/modules/alsa/alsa-mixer.c:4006
664 msgid "Analog Surround 5.0"
665 msgstr "Analógový priestorový 5.0"
666
667 #: ../src/modules/alsa/alsa-mixer.c:4007
668 msgid "Analog Surround 5.1"
669 msgstr "Analógový priestorový 5.1"
670
671 #: ../src/modules/alsa/alsa-mixer.c:4008
672 msgid "Analog Surround 6.0"
673 msgstr "Analógový priestorový 6.0"
674
675 #: ../src/modules/alsa/alsa-mixer.c:4009
676 msgid "Analog Surround 6.1"
677 msgstr "Analógový priestorový 6.1"
678
679 #: ../src/modules/alsa/alsa-mixer.c:4010
680 msgid "Analog Surround 7.0"
681 msgstr "Analógový priestorový 7.0"
682
683 #: ../src/modules/alsa/alsa-mixer.c:4011
684 msgid "Analog Surround 7.1"
685 msgstr "Analógový priestorový 7.1"
686
687 #: ../src/modules/alsa/alsa-mixer.c:4012
688 msgid "Digital Stereo (IEC958)"
689 msgstr "Digitálne stereo (IEC958)"
690
691 #: ../src/modules/alsa/alsa-mixer.c:4013
692 msgid "Digital Passthrough  (IEC958)"
693 msgstr "Digitálny prechod  (IEC958)"
694
695 #: ../src/modules/alsa/alsa-mixer.c:4014
696 msgid "Digital Surround 4.0 (IEC958/AC3)"
697 msgstr "Digitálny priestorový 4.0 (IEC958/AC3)"
698
699 #: ../src/modules/alsa/alsa-mixer.c:4015
700 msgid "Digital Surround 5.1 (IEC958/AC3)"
701 msgstr "Digitálny priestorový 5.1 (IEC958/AC3)"
702
703 #: ../src/modules/alsa/alsa-mixer.c:4016
704 msgid "Digital Surround 5.1 (IEC958/DTS)"
705 msgstr "Digitálny priestorový 5.1 (IEC958/DTS)"
706
707 #: ../src/modules/alsa/alsa-mixer.c:4017
708 msgid "Digital Stereo (HDMI)"
709 msgstr "Digitálny stereo (HDMI)"
710
711 #: ../src/modules/alsa/alsa-mixer.c:4018
712 msgid "Digital Surround 5.1 (HDMI)"
713 msgstr "Digitálny priestorový 5.1 (HDMI)"
714
715 #: ../src/modules/alsa/alsa-mixer.c:4151
716 msgid "Analog Mono Duplex"
717 msgstr "Obojsmerný analógový mono"
718
719 #: ../src/modules/alsa/alsa-mixer.c:4152
720 msgid "Analog Stereo Duplex"
721 msgstr "Obojsmerný analógový stereo"
722
723 #: ../src/modules/alsa/alsa-mixer.c:4153
724 msgid "Digital Stereo Duplex (IEC958)"
725 msgstr "Obojsmerný digitálny stereo (IEC958)"
726
727 #: ../src/modules/alsa/alsa-mixer.c:4154
728 msgid "Multichannel Duplex"
729 msgstr "Obojsmerný viackanálový"
730
731 #: ../src/modules/alsa/alsa-mixer.c:4155
732 #: ../src/modules/alsa/module-alsa-card.c:186
733 #: ../src/modules/bluetooth/module-bluez4-device.c:2295
734 #: ../src/modules/bluetooth/module-bluez5-device.c:1941
735 msgid "Off"
736 msgstr "Vypnuté"
737
738 #: ../src/modules/alsa/alsa-mixer.c:4254
739 #, c-format
740 msgid "%s Output"
741 msgstr "%s výstup"
742
743 #: ../src/modules/alsa/alsa-mixer.c:4262
744 #, c-format
745 msgid "%s Input"
746 msgstr "%s vstup"
747
748 #: ../src/modules/alsa/alsa-sink.c:570
749 #, c-format
750 msgid ""
751 "ALSA woke us up to write new data to the device, but there was actually "
752 "nothing to write.\n"
753 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
754 "to the ALSA developers.\n"
755 "We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() "
756 "returned 0 or another value < min_avail."
757 msgstr ""
758
759 #: ../src/modules/alsa/alsa-sink.c:747
760 #, c-format
761 msgid ""
762 "ALSA woke us up to write new data to the device, but there was actually "
763 "nothing to write!\n"
764 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
765 "to the ALSA developers.\n"
766 "We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() "
767 "returned 0 or another value < min_avail."
768 msgstr ""
769
770 #: ../src/modules/alsa/alsa-source.c:529
771 #, c-format
772 msgid ""
773 "ALSA woke us up to read new data from the device, but there was actually "
774 "nothing to read.\n"
775 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
776 "to the ALSA developers.\n"
777 "We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() "
778 "returned 0 or another value < min_avail."
779 msgstr ""
780
781 #: ../src/modules/alsa/alsa-source.c:680
782 #, c-format
783 msgid ""
784 "ALSA woke us up to read new data from the device, but there was actually "
785 "nothing to read!\n"
786 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
787 "to the ALSA developers.\n"
788 "We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() "
789 "returned 0 or another value < min_avail."
790 msgstr ""
791
792 #: ../src/modules/alsa/alsa-util.c:1166 ../src/modules/alsa/alsa-util.c:1241
793 #, c-format
794 msgid ""
795 "snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu "
796 "ms).\n"
797 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
798 "to the ALSA developers."
799 msgstr ""
800
801 #: ../src/modules/alsa/alsa-util.c:1216
802 #, c-format
803 msgid ""
804 "snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s"
805 "%lu ms).\n"
806 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
807 "to the ALSA developers."
808 msgstr ""
809
810 #: ../src/modules/alsa/alsa-util.c:1257
811 #, c-format
812 msgid ""
813 "snd_pcm_avail_delay() returned strange values: delay %lu is less than avail "
814 "%lu.\n"
815 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
816 "to the ALSA developers."
817 msgstr ""
818
819 #: ../src/modules/alsa/alsa-util.c:1300
820 #, c-format
821 msgid ""
822 "snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes "
823 "(%lu ms).\n"
824 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
825 "to the ALSA developers."
826 msgstr ""
827
828 #: ../src/modules/bluetooth/module-bluez4-device.c:2089
829 #: ../src/modules/bluetooth/module-bluez5-device.c:1700
830 msgid "Headset"
831 msgstr "Headset"
832
833 #: ../src/modules/bluetooth/module-bluez4-device.c:2094
834 #: ../src/modules/bluetooth/module-bluez5-device.c:1705
835 msgid "Handsfree"
836 msgstr "Handsfree"
837
838 #: ../src/modules/bluetooth/module-bluez4-device.c:2109
839 #: ../src/modules/bluetooth/module-bluez5-device.c:1723
840 msgid "Headphone"
841 msgstr "Slúchadlo"
842
843 #: ../src/modules/bluetooth/module-bluez4-device.c:2114
844 #: ../src/modules/bluetooth/module-bluez5-device.c:1728
845 msgid "Portable"
846 msgstr "Prenosné"
847
848 #: ../src/modules/bluetooth/module-bluez4-device.c:2119
849 #: ../src/modules/bluetooth/module-bluez5-device.c:1733
850 msgid "Car"
851 msgstr "Automobil"
852
853 #: ../src/modules/bluetooth/module-bluez4-device.c:2124
854 #: ../src/modules/bluetooth/module-bluez5-device.c:1738
855 msgid "HiFi"
856 msgstr "HiFi"
857
858 #: ../src/modules/bluetooth/module-bluez4-device.c:2129
859 #: ../src/modules/bluetooth/module-bluez5-device.c:1743
860 msgid "Phone"
861 msgstr "Telefón"
862
863 #: ../src/modules/bluetooth/module-bluez4-device.c:2137
864 #: ../src/modules/bluetooth/module-bluez5-device.c:1695
865 #: ../src/modules/bluetooth/module-bluez5-device.c:1711
866 #: ../src/modules/bluetooth/module-bluez5-device.c:1749
867 msgid "Bluetooth Output"
868 msgstr "Výstup cez Bluetooth"
869
870 #: ../src/modules/bluetooth/module-bluez4-device.c:2140
871 #: ../src/modules/bluetooth/module-bluez5-device.c:1694
872 #: ../src/modules/bluetooth/module-bluez5-device.c:1716
873 #: ../src/modules/bluetooth/module-bluez5-device.c:1722
874 #: ../src/modules/bluetooth/module-bluez5-device.c:1748
875 msgid "Bluetooth Input"
876 msgstr "Vstup cez Bluetooth"
877
878 #: ../src/modules/bluetooth/module-bluez4-device.c:2176
879 msgid "High Fidelity Playback (A2DP)"
880 msgstr "Hi-Fi prehrávanie (A2DP)"
881
882 #: ../src/modules/bluetooth/module-bluez4-device.c:2187
883 msgid "High Fidelity Capture (A2DP)"
884 msgstr "Hi-Fi zaznamenávanie (A2DP)"
885
886 #: ../src/modules/bluetooth/module-bluez4-device.c:2198
887 msgid "Telephony Duplex (HSP/HFP)"
888 msgstr ""
889
890 #: ../src/modules/bluetooth/module-bluez4-device.c:2210
891 msgid "Handsfree Gateway"
892 msgstr "Brána pre handsfree"
893
894 #: ../src/modules/bluetooth/module-bluez5-device.c:1786
895 msgid "High Fidelity Playback (A2DP Sink)"
896 msgstr ""
897
898 #: ../src/modules/bluetooth/module-bluez5-device.c:1797
899 msgid "High Fidelity Capture (A2DP Source)"
900 msgstr ""
901
902 #: ../src/modules/bluetooth/module-bluez5-device.c:1808
903 msgid "Headset Head Unit (HSP/HFP)"
904 msgstr ""
905
906 #: ../src/modules/bluetooth/module-bluez5-device.c:1820
907 msgid "Headset Audio Gateway (HSP/HFP)"
908 msgstr "Brána zvuku pre handsfree (HSP/HFP)"
909
910 #: ../src/modules/echo-cancel/module-echo-cancel.c:61
911 msgid ""
912 "source_name=<name for the source> source_properties=<properties for the "
913 "source> source_master=<name of source to filter> sink_name=<name for the "
914 "sink> sink_properties=<properties for the sink> sink_master=<name of sink to "
915 "filter> adjust_time=<how often to readjust rates in s> adjust_threshold=<how "
916 "much drift to readjust after in ms> format=<sample format> rate=<sample "
917 "rate> channels=<number of channels> channel_map=<channel map> "
918 "aec_method=<implementation to use> aec_args=<parameters for the AEC engine> "
919 "save_aec=<save AEC data in /tmp> autoloaded=<set if this module is being "
920 "loaded automatically> use_volume_sharing=<yes or no> use_master_format=<yes "
921 "or no> "
922 msgstr ""
923
924 #. add on profile
925 #: ../src/modules/macosx/module-coreaudio-device.c:811
926 msgid "On"
927 msgstr "Zapnutý"
928
929 #: ../src/modules/module-allow-passthrough.c:73
930 #: ../src/modules/module-always-sink.c:82
931 msgid "Dummy Output"
932 msgstr "Fiktívny výstup"
933
934 #: ../src/modules/module-always-sink.c:36
935 msgid "Always keeps at least one sink loaded even if it's a null one"
936 msgstr ""
937
938 #: ../src/modules/module-equalizer-sink.c:70
939 msgid "General Purpose Equalizer"
940 msgstr "Univerzálny ekvalizér"
941
942 #: ../src/modules/module-equalizer-sink.c:74
943 msgid ""
944 "sink_name=<name of the sink> sink_properties=<properties for the sink> "
945 "sink_master=<sink to connect to> format=<sample format> rate=<sample rate> "
946 "channels=<number of channels> channel_map=<channel map> autoloaded=<set if "
947 "this module is being loaded automatically> use_volume_sharing=<yes or no> "
948 msgstr ""
949
950 #: ../src/modules/module-filter-apply.c:47
951 msgid "autoclean=<automatically unload unused filters?>"
952 msgstr ""
953
954 #: ../src/modules/module-ladspa-sink.c:51
955 msgid "Virtual LADSPA sink"
956 msgstr ""
957
958 #: ../src/modules/module-ladspa-sink.c:55
959 msgid ""
960 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
961 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
962 "channels=<number of channels> channel_map=<input channel map> plugin=<ladspa "
963 "plugin name> label=<ladspa plugin label> control=<comma separated list of "
964 "input control values> input_ladspaport_map=<comma separated list of input "
965 "LADSPA port names> output_ladspaport_map=<comma separated list of output "
966 "LADSPA port names> "
967 msgstr ""
968
969 #: ../src/modules/module-null-sink.c:47
970 msgid "Clocked NULL sink"
971 msgstr ""
972
973 #: ../src/modules/module-null-sink.c:280
974 msgid "Null Output"
975 msgstr "Prázdny výstup"
976
977 #: ../src/modules/module-rygel-media-server.c:508
978 #: ../src/modules/module-rygel-media-server.c:546
979 #: ../src/modules/module-rygel-media-server.c:905
980 msgid "Output Devices"
981 msgstr "Výstupné zariadenia"
982
983 #: ../src/modules/module-rygel-media-server.c:509
984 #: ../src/modules/module-rygel-media-server.c:547
985 #: ../src/modules/module-rygel-media-server.c:906
986 msgid "Input Devices"
987 msgstr "Vstupné zariadenia"
988
989 #: ../src/modules/module-rygel-media-server.c:1063
990 msgid "Audio on @HOSTNAME@"
991 msgstr "Zvuk na @HOSTNAME@"
992
993 #. TODO: old tunnel put here the remote sink_name into stream name e.g. 'Null Output for lynxis@lazus'
994 #. TODO: old tunnel put here the remote source_name into stream name e.g. 'Null Output for lynxis@lazus'
995 #: ../src/modules/module-tunnel-sink-new.c:307
996 #: ../src/modules/module-tunnel-source-new.c:305
997 #, c-format
998 msgid "Tunnel for %s@%s"
999 msgstr "Tunel pre %s@%s"
1000
1001 #: ../src/modules/module-tunnel-sink-new.c:517
1002 #: ../src/modules/module-tunnel-source-new.c:516
1003 #, c-format
1004 msgid "Tunnel to %s/%s"
1005 msgstr "Tunel do %s/%s"
1006
1007 #: ../src/modules/module-virtual-surround-sink.c:47
1008 msgid "Virtual surround sink"
1009 msgstr ""
1010
1011 #: ../src/modules/module-virtual-surround-sink.c:51
1012 msgid ""
1013 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
1014 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
1015 "channels=<number of channels> channel_map=<channel map> "
1016 "use_volume_sharing=<yes or no> force_flat_volume=<yes or no> hrir=/path/to/"
1017 "left_hrir.wav "
1018 msgstr ""
1019
1020 #: ../src/modules/reserve-wrap.c:149
1021 msgid "PulseAudio Sound Server"
1022 msgstr "Zvukový server PulseAudio"
1023
1024 #: ../src/pulse/channelmap.c:103 ../src/pulse/channelmap.c:771
1025 msgid "Mono"
1026 msgstr "Mono"
1027
1028 #: ../src/pulse/channelmap.c:105
1029 msgid "Front Center"
1030 msgstr "Predný stredový"
1031
1032 #: ../src/pulse/channelmap.c:106
1033 msgid "Front Left"
1034 msgstr "Predný ľavý"
1035
1036 #: ../src/pulse/channelmap.c:107
1037 msgid "Front Right"
1038 msgstr "Predný pravý"
1039
1040 #: ../src/pulse/channelmap.c:109
1041 msgid "Rear Center"
1042 msgstr "Zadný stredový"
1043
1044 #: ../src/pulse/channelmap.c:110
1045 msgid "Rear Left"
1046 msgstr "Zadný ľavý"
1047
1048 #: ../src/pulse/channelmap.c:111
1049 msgid "Rear Right"
1050 msgstr "Zadný pravý"
1051
1052 #: ../src/pulse/channelmap.c:113
1053 msgid "Subwoofer"
1054 msgstr "Basový reproduktor"
1055
1056 #: ../src/pulse/channelmap.c:115
1057 msgid "Front Left-of-center"
1058 msgstr ""
1059
1060 #: ../src/pulse/channelmap.c:116
1061 msgid "Front Right-of-center"
1062 msgstr ""
1063
1064 #: ../src/pulse/channelmap.c:118
1065 msgid "Side Left"
1066 msgstr "Ľavá strana"
1067
1068 #: ../src/pulse/channelmap.c:119
1069 msgid "Side Right"
1070 msgstr "Pravá strana"
1071
1072 #: ../src/pulse/channelmap.c:121
1073 msgid "Auxiliary 0"
1074 msgstr "Aux 0"
1075
1076 #: ../src/pulse/channelmap.c:122
1077 msgid "Auxiliary 1"
1078 msgstr "Aux 1"
1079
1080 #: ../src/pulse/channelmap.c:123
1081 msgid "Auxiliary 2"
1082 msgstr "Aux 2"
1083
1084 #: ../src/pulse/channelmap.c:124
1085 msgid "Auxiliary 3"
1086 msgstr "Aux 3"
1087
1088 #: ../src/pulse/channelmap.c:125
1089 msgid "Auxiliary 4"
1090 msgstr "Aux 4"
1091
1092 #: ../src/pulse/channelmap.c:126
1093 msgid "Auxiliary 5"
1094 msgstr "Aux 5"
1095
1096 #: ../src/pulse/channelmap.c:127
1097 msgid "Auxiliary 6"
1098 msgstr "Aux 6"
1099
1100 #: ../src/pulse/channelmap.c:128
1101 msgid "Auxiliary 7"
1102 msgstr "Aux 7"
1103
1104 #: ../src/pulse/channelmap.c:129
1105 msgid "Auxiliary 8"
1106 msgstr "Aux 8"
1107
1108 #: ../src/pulse/channelmap.c:130
1109 msgid "Auxiliary 9"
1110 msgstr "Aux 9"
1111
1112 #: ../src/pulse/channelmap.c:131
1113 msgid "Auxiliary 10"
1114 msgstr "Aux 10"
1115
1116 #: ../src/pulse/channelmap.c:132
1117 msgid "Auxiliary 11"
1118 msgstr "Aux 11"
1119
1120 #: ../src/pulse/channelmap.c:133
1121 msgid "Auxiliary 12"
1122 msgstr "Aux 12"
1123
1124 #: ../src/pulse/channelmap.c:134
1125 msgid "Auxiliary 13"
1126 msgstr "Aux 13"
1127
1128 #: ../src/pulse/channelmap.c:135
1129 msgid "Auxiliary 14"
1130 msgstr "Aux 14"
1131
1132 #: ../src/pulse/channelmap.c:136
1133 msgid "Auxiliary 15"
1134 msgstr "Aux 15"
1135
1136 #: ../src/pulse/channelmap.c:137
1137 msgid "Auxiliary 16"
1138 msgstr "Aux 16"
1139
1140 #: ../src/pulse/channelmap.c:138
1141 msgid "Auxiliary 17"
1142 msgstr "Aux 17"
1143
1144 #: ../src/pulse/channelmap.c:139
1145 msgid "Auxiliary 18"
1146 msgstr "Aux 18"
1147
1148 #: ../src/pulse/channelmap.c:140
1149 msgid "Auxiliary 19"
1150 msgstr "Aux 19"
1151
1152 #: ../src/pulse/channelmap.c:141
1153 msgid "Auxiliary 20"
1154 msgstr "Aux 20"
1155
1156 #: ../src/pulse/channelmap.c:142
1157 msgid "Auxiliary 21"
1158 msgstr "Aux 21"
1159
1160 #: ../src/pulse/channelmap.c:143
1161 msgid "Auxiliary 22"
1162 msgstr "Aux 22"
1163
1164 #: ../src/pulse/channelmap.c:144
1165 msgid "Auxiliary 23"
1166 msgstr "Aux 23"
1167
1168 #: ../src/pulse/channelmap.c:145
1169 msgid "Auxiliary 24"
1170 msgstr "Aux 24"
1171
1172 #: ../src/pulse/channelmap.c:146
1173 msgid "Auxiliary 25"
1174 msgstr "Aux 25"
1175
1176 #: ../src/pulse/channelmap.c:147
1177 msgid "Auxiliary 26"
1178 msgstr "Aux 26"
1179
1180 #: ../src/pulse/channelmap.c:148
1181 msgid "Auxiliary 27"
1182 msgstr "Aux 27"
1183
1184 #: ../src/pulse/channelmap.c:149
1185 msgid "Auxiliary 28"
1186 msgstr "Aux 28"
1187
1188 #: ../src/pulse/channelmap.c:150
1189 msgid "Auxiliary 29"
1190 msgstr "Aux 29"
1191
1192 #: ../src/pulse/channelmap.c:151
1193 msgid "Auxiliary 30"
1194 msgstr "Aux 30"
1195
1196 #: ../src/pulse/channelmap.c:152
1197 msgid "Auxiliary 31"
1198 msgstr "Aux 31"
1199
1200 #: ../src/pulse/channelmap.c:154
1201 msgid "Top Center"
1202 msgstr "Horný stredový"
1203
1204 #: ../src/pulse/channelmap.c:156
1205 msgid "Top Front Center"
1206 msgstr "Horný predný stredový"
1207
1208 #: ../src/pulse/channelmap.c:157
1209 msgid "Top Front Left"
1210 msgstr "Horný predný ľavý"
1211
1212 #: ../src/pulse/channelmap.c:158
1213 msgid "Top Front Right"
1214 msgstr "Horný predný pravý"
1215
1216 #: ../src/pulse/channelmap.c:160
1217 msgid "Top Rear Center"
1218 msgstr "Horný zadný stredový"
1219
1220 #: ../src/pulse/channelmap.c:161
1221 msgid "Top Rear Left"
1222 msgstr "Horný zadný ľavý"
1223
1224 #: ../src/pulse/channelmap.c:162
1225 msgid "Top Rear Right"
1226 msgstr "Horný zadný pravý"
1227
1228 #: ../src/pulse/channelmap.c:479 ../src/pulse/format.c:121
1229 #: ../src/pulse/sample.c:175 ../src/pulse/volume.c:294
1230 #: ../src/pulse/volume.c:320 ../src/pulse/volume.c:340
1231 #: ../src/pulse/volume.c:372 ../src/pulse/volume.c:412
1232 #: ../src/pulse/volume.c:431
1233 msgid "(invalid)"
1234 msgstr "(neplatné)"
1235
1236 #: ../src/pulse/channelmap.c:775
1237 msgid "Stereo"
1238 msgstr "Stereo"
1239
1240 #: ../src/pulse/channelmap.c:780
1241 msgid "Surround 4.0"
1242 msgstr "Priestorový 4.0"
1243
1244 #: ../src/pulse/channelmap.c:786
1245 msgid "Surround 4.1"
1246 msgstr "Priestorový 4.1"
1247
1248 #: ../src/pulse/channelmap.c:792
1249 msgid "Surround 5.0"
1250 msgstr "Priestorový 5.0"
1251
1252 #: ../src/pulse/channelmap.c:798
1253 msgid "Surround 5.1"
1254 msgstr "Priestorový 5.1"
1255
1256 #: ../src/pulse/channelmap.c:805
1257 msgid "Surround 7.1"
1258 msgstr "Priestorový 7.1"
1259
1260 #: ../src/pulse/client-conf-x11.c:53 ../src/utils/pax11publish.c:97
1261 msgid "xcb_connect() failed"
1262 msgstr ""
1263
1264 #: ../src/pulse/client-conf-x11.c:58 ../src/utils/pax11publish.c:102
1265 msgid "xcb_connection_has_error() returned true"
1266 msgstr ""
1267
1268 #: ../src/pulse/client-conf-x11.c:94
1269 msgid "Failed to parse cookie data"
1270 msgstr ""
1271
1272 #: ../src/pulse/context.c:702
1273 #, c-format
1274 msgid "fork(): %s"
1275 msgstr ""
1276
1277 #: ../src/pulse/context.c:757
1278 #, c-format
1279 msgid "waitpid(): %s"
1280 msgstr ""
1281
1282 #: ../src/pulse/context.c:1463
1283 #, c-format
1284 msgid "Received message for unknown extension '%s'"
1285 msgstr "Prijatá správa pre neznáme rozšírenie „%s“"
1286
1287 #: ../src/pulse/direction.c:37
1288 msgid "input"
1289 msgstr "vstup"
1290
1291 #: ../src/pulse/direction.c:39
1292 msgid "output"
1293 msgstr "výstup"
1294
1295 #: ../src/pulse/direction.c:41
1296 msgid "bidirectional"
1297 msgstr "obojsmerný"
1298
1299 #: ../src/pulse/direction.c:43
1300 msgid "invalid"
1301 msgstr "neplatný"
1302
1303 #: ../src/pulsecore/core-util.c:1836
1304 #, c-format
1305 msgid ""
1306 "XDG_RUNTIME_DIR (%s) is not owned by us (uid %d), but by uid %d! (This could "
1307 "e g happen if you try to connect to a non-root PulseAudio as a root user, "
1308 "over the native protocol. Don't do that.)"
1309 msgstr ""
1310
1311 #: ../src/pulsecore/core-util.h:97
1312 msgid "yes"
1313 msgstr "áno"
1314
1315 #: ../src/pulsecore/core-util.h:97
1316 msgid "no"
1317 msgstr "nie"
1318
1319 #: ../src/pulsecore/lock-autospawn.c:141 ../src/pulsecore/lock-autospawn.c:227
1320 msgid "Cannot access autospawn lock."
1321 msgstr ""
1322
1323 #: ../src/pulsecore/log.c:165
1324 #, c-format
1325 msgid "Failed to open target file '%s'."
1326 msgstr "Zlyhalo otvorenie cieľového súboru „%s“."
1327
1328 #: ../src/pulsecore/log.c:188
1329 #, c-format
1330 msgid ""
1331 "Tried to open target file '%s', '%s.1', '%s.2' ... '%s.%d', but all failed."
1332 msgstr ""
1333
1334 #: ../src/pulsecore/log.c:651
1335 msgid "Invalid log target."
1336 msgstr "Neplatný cieľ záznamu."
1337
1338 #: ../src/pulsecore/sink.c:3459
1339 msgid "Built-in Audio"
1340 msgstr "Vstavaný zvuk"
1341
1342 #: ../src/pulsecore/sink.c:3464
1343 msgid "Modem"
1344 msgstr "Modem"
1345
1346 #: ../src/pulse/error.c:38
1347 msgid "OK"
1348 msgstr "OK"
1349
1350 #: ../src/pulse/error.c:39
1351 msgid "Access denied"
1352 msgstr "Prístup zamietnutý"
1353
1354 #: ../src/pulse/error.c:40
1355 msgid "Unknown command"
1356 msgstr "Neznámy príkaz"
1357
1358 #: ../src/pulse/error.c:41
1359 msgid "Invalid argument"
1360 msgstr "Neplatný parameter"
1361
1362 #: ../src/pulse/error.c:42
1363 msgid "Entity exists"
1364 msgstr "Entita existuje"
1365
1366 #: ../src/pulse/error.c:43
1367 msgid "No such entity"
1368 msgstr "Entita neexistuje"
1369
1370 #: ../src/pulse/error.c:44
1371 msgid "Connection refused"
1372 msgstr "Pripojenie odmietnuté"
1373
1374 #: ../src/pulse/error.c:45
1375 msgid "Protocol error"
1376 msgstr "Chyba protokolu"
1377
1378 #: ../src/pulse/error.c:46
1379 msgid "Timeout"
1380 msgstr "Vypršanie času"
1381
1382 #: ../src/pulse/error.c:47
1383 msgid "No authentication key"
1384 msgstr "Žiadny kľúč overenia totožnosti"
1385
1386 #: ../src/pulse/error.c:48
1387 msgid "Internal error"
1388 msgstr "Interná chyba"
1389
1390 #: ../src/pulse/error.c:49
1391 msgid "Connection terminated"
1392 msgstr "Pripojenie prerušené"
1393
1394 #: ../src/pulse/error.c:50
1395 msgid "Entity killed"
1396 msgstr "Entita zabitá"
1397
1398 #: ../src/pulse/error.c:51
1399 msgid "Invalid server"
1400 msgstr "Neplatný server"
1401
1402 #: ../src/pulse/error.c:52
1403 msgid "Module initialization failed"
1404 msgstr "Zlyhala inicializácia modulu"
1405
1406 #: ../src/pulse/error.c:53
1407 msgid "Bad state"
1408 msgstr "Zlý stav"
1409
1410 #: ../src/pulse/error.c:54
1411 msgid "No data"
1412 msgstr "Žiadne údaje"
1413
1414 #: ../src/pulse/error.c:55
1415 msgid "Incompatible protocol version"
1416 msgstr "Nekompatibilná verzia protokolu"
1417
1418 #: ../src/pulse/error.c:56
1419 msgid "Too large"
1420 msgstr "Príliš veľké"
1421
1422 #: ../src/pulse/error.c:57
1423 msgid "Not supported"
1424 msgstr "Nepodporované"
1425
1426 #: ../src/pulse/error.c:58
1427 msgid "Unknown error code"
1428 msgstr "Neznámy kód chyby"
1429
1430 #: ../src/pulse/error.c:59
1431 msgid "No such extension"
1432 msgstr "Rozšírenie neexistuje"
1433
1434 #: ../src/pulse/error.c:60
1435 msgid "Obsolete functionality"
1436 msgstr "Zastaraná funkčnosť"
1437
1438 #: ../src/pulse/error.c:61
1439 msgid "Missing implementation"
1440 msgstr "Chýba implementácia"
1441
1442 #: ../src/pulse/error.c:62
1443 msgid "Client forked"
1444 msgstr ""
1445
1446 #: ../src/pulse/error.c:63
1447 msgid "Input/Output error"
1448 msgstr "Vstupno/výstupná chyba"
1449
1450 #: ../src/pulse/error.c:64
1451 msgid "Device or resource busy"
1452 msgstr "Zariadenie alebo prostriedok je zaneprázdnený"
1453
1454 #: ../src/pulse/sample.c:177
1455 #, c-format
1456 msgid "%s %uch %uHz"
1457 msgstr "%s %uk %uHz"
1458
1459 #: ../src/pulse/sample.c:189
1460 #, c-format
1461 msgid "%0.1f GiB"
1462 msgstr "%0.1f GiB"
1463
1464 #: ../src/pulse/sample.c:191
1465 #, c-format
1466 msgid "%0.1f MiB"
1467 msgstr "%0.1f MiB"
1468
1469 #: ../src/pulse/sample.c:193
1470 #, c-format
1471 msgid "%0.1f KiB"
1472 msgstr "%0.1f KiB"
1473
1474 #: ../src/pulse/sample.c:195
1475 #, c-format
1476 msgid "%u B"
1477 msgstr "%u B"
1478
1479 #: ../src/utils/pacat.c:117
1480 #, c-format
1481 msgid "Failed to drain stream: %s"
1482 msgstr ""
1483
1484 #: ../src/utils/pacat.c:122
1485 msgid "Playback stream drained."
1486 msgstr ""
1487
1488 #: ../src/utils/pacat.c:133
1489 msgid "Draining connection to server."
1490 msgstr ""
1491
1492 #: ../src/utils/pacat.c:146
1493 #, c-format
1494 msgid "pa_stream_drain(): %s"
1495 msgstr ""
1496
1497 #: ../src/utils/pacat.c:169
1498 #, c-format
1499 msgid "pa_stream_write() failed: %s"
1500 msgstr ""
1501
1502 #: ../src/utils/pacat.c:210
1503 #, c-format
1504 msgid "pa_stream_begin_write() failed: %s"
1505 msgstr ""
1506
1507 #: ../src/utils/pacat.c:260 ../src/utils/pacat.c:290
1508 #, c-format
1509 msgid "pa_stream_peek() failed: %s"
1510 msgstr ""
1511
1512 #: ../src/utils/pacat.c:340
1513 msgid "Stream successfully created."
1514 msgstr ""
1515
1516 #: ../src/utils/pacat.c:343
1517 #, c-format
1518 msgid "pa_stream_get_buffer_attr() failed: %s"
1519 msgstr ""
1520
1521 #: ../src/utils/pacat.c:347
1522 #, c-format
1523 msgid "Buffer metrics: maxlength=%u, tlength=%u, prebuf=%u, minreq=%u"
1524 msgstr ""
1525
1526 #: ../src/utils/pacat.c:350
1527 #, c-format
1528 msgid "Buffer metrics: maxlength=%u, fragsize=%u"
1529 msgstr ""
1530
1531 #: ../src/utils/pacat.c:354
1532 #, c-format
1533 msgid "Using sample spec '%s', channel map '%s'."
1534 msgstr ""
1535
1536 #: ../src/utils/pacat.c:358
1537 #, c-format
1538 msgid "Connected to device %s (index: %u, suspended: %s)."
1539 msgstr ""
1540
1541 #: ../src/utils/pacat.c:368
1542 #, c-format
1543 msgid "Stream error: %s"
1544 msgstr "Chyba prúdu: %s"
1545
1546 #: ../src/utils/pacat.c:378
1547 #, c-format
1548 msgid "Stream device suspended.%s"
1549 msgstr ""
1550
1551 #: ../src/utils/pacat.c:380
1552 #, c-format
1553 msgid "Stream device resumed.%s"
1554 msgstr ""
1555
1556 #: ../src/utils/pacat.c:388
1557 #, c-format
1558 msgid "Stream underrun.%s"
1559 msgstr "Podtečenie prúdu.%s"
1560
1561 #: ../src/utils/pacat.c:395
1562 #, c-format
1563 msgid "Stream overrun.%s"
1564 msgstr "Pretečenie prúdu.%s"
1565
1566 #: ../src/utils/pacat.c:402
1567 #, c-format
1568 msgid "Stream started.%s"
1569 msgstr "Spustenie prúdu.%s"
1570
1571 #: ../src/utils/pacat.c:409
1572 #, c-format
1573 msgid "Stream moved to device %s (%u, %ssuspended).%s"
1574 msgstr ""
1575
1576 #: ../src/utils/pacat.c:409
1577 msgid "not "
1578 msgstr ""
1579
1580 #: ../src/utils/pacat.c:416
1581 #, c-format
1582 msgid "Stream buffer attributes changed.%s"
1583 msgstr ""
1584
1585 #: ../src/utils/pacat.c:431
1586 msgid "Cork request stack is empty: corking stream"
1587 msgstr ""
1588
1589 #: ../src/utils/pacat.c:437
1590 msgid "Cork request stack is empty: uncorking stream"
1591 msgstr ""
1592
1593 #: ../src/utils/pacat.c:441
1594 msgid "Warning: Received more uncork requests than cork requests."
1595 msgstr ""
1596
1597 #: ../src/utils/pacat.c:466
1598 #, c-format
1599 msgid "Connection established.%s"
1600 msgstr "Spojenie nadviazané.%s"
1601
1602 #: ../src/utils/pacat.c:469
1603 #, c-format
1604 msgid "pa_stream_new() failed: %s"
1605 msgstr ""
1606
1607 #: ../src/utils/pacat.c:507
1608 #, c-format
1609 msgid "pa_stream_connect_playback() failed: %s"
1610 msgstr ""
1611
1612 #: ../src/utils/pacat.c:513
1613 #, c-format
1614 msgid "Failed to set monitor stream: %s"
1615 msgstr ""
1616
1617 #: ../src/utils/pacat.c:517
1618 #, c-format
1619 msgid "pa_stream_connect_record() failed: %s"
1620 msgstr ""
1621
1622 #: ../src/utils/pacat.c:530 ../src/utils/pactl.c:1446
1623 #, c-format
1624 msgid "Connection failure: %s"
1625 msgstr "Zlyhanie pripojenia: %s"
1626
1627 #: ../src/utils/pacat.c:563
1628 msgid "Got EOF."
1629 msgstr "Získaný koniec súboru."
1630
1631 #: ../src/utils/pacat.c:600
1632 #, c-format
1633 msgid "write() failed: %s"
1634 msgstr ""
1635
1636 #: ../src/utils/pacat.c:621
1637 msgid "Got signal, exiting."
1638 msgstr "Prijatý signál, ukončuje sa."
1639
1640 #: ../src/utils/pacat.c:635
1641 #, c-format
1642 msgid "Failed to get latency: %s"
1643 msgstr "Zlyhalo získanie oneskorenia: %s"
1644
1645 #: ../src/utils/pacat.c:640
1646 #, c-format
1647 msgid "Time: %0.3f sec; Latency: %0.0f usec."
1648 msgstr "Čas: %0.3f sek; Oneskorenie: %0.0f usek."
1649
1650 #: ../src/utils/pacat.c:661
1651 #, c-format
1652 msgid "pa_stream_update_timing_info() failed: %s"
1653 msgstr ""
1654
1655 #: ../src/utils/pacat.c:671
1656 #, c-format
1657 msgid ""
1658 "%s [options]\n"
1659 "%s\n"
1660 "\n"
1661 "  -h, --help                            Show this help\n"
1662 "      --version                         Show version\n"
1663 "\n"
1664 "  -r, --record                          Create a connection for recording\n"
1665 "  -p, --playback                        Create a connection for playback\n"
1666 "\n"
1667 "  -v, --verbose                         Enable verbose operations\n"
1668 "\n"
1669 "  -s, --server=SERVER                   The name of the server to connect "
1670 "to\n"
1671 "  -d, --device=DEVICE                   The name of the sink/source to "
1672 "connect to\n"
1673 "  -n, --client-name=NAME                How to call this client on the "
1674 "server\n"
1675 "      --stream-name=NAME                How to call this stream on the "
1676 "server\n"
1677 "      --volume=VOLUME                   Specify the initial (linear) volume "
1678 "in range 0...65536\n"
1679 "      --rate=SAMPLERATE                 The sample rate in Hz (defaults to "
1680 "44100)\n"
1681 "      --format=SAMPLEFORMAT             The sample type, one of s16le, "
1682 "s16be, u8, float32le,\n"
1683 "                                        float32be, ulaw, alaw, s32le, s32be, "
1684 "s24le, s24be,\n"
1685 "                                        s24-32le, s24-32be (defaults to "
1686 "s16ne)\n"
1687 "      --channels=CHANNELS               The number of channels, 1 for mono, "
1688 "2 for stereo\n"
1689 "                                        (defaults to 2)\n"
1690 "      --channel-map=CHANNELMAP          Channel map to use instead of the "
1691 "default\n"
1692 "      --fix-format                      Take the sample format from the sink/"
1693 "source the stream is\n"
1694 "                                        being connected to.\n"
1695 "      --fix-rate                        Take the sampling rate from the sink/"
1696 "source the stream is\n"
1697 "                                        being connected to.\n"
1698 "      --fix-channels                    Take the number of channels and the "
1699 "channel map\n"
1700 "                                        from the sink/source the stream is "
1701 "being connected to.\n"
1702 "      --no-remix                        Don't upmix or downmix channels.\n"
1703 "      --no-remap                        Map channels by index instead of "
1704 "name.\n"
1705 "      --latency=BYTES                   Request the specified latency in "
1706 "bytes.\n"
1707 "      --process-time=BYTES              Request the specified process time "
1708 "per request in bytes.\n"
1709 "      --latency-msec=MSEC               Request the specified latency in "
1710 "msec.\n"
1711 "      --process-time-msec=MSEC          Request the specified process time "
1712 "per request in msec.\n"
1713 "      --property=PROPERTY=VALUE         Set the specified property to the "
1714 "specified value.\n"
1715 "      --raw                             Record/play raw PCM data.\n"
1716 "      --passthrough                     Passthrough data.\n"
1717 "      --file-format[=FFORMAT]           Record/play formatted PCM data.\n"
1718 "      --list-file-formats               List available file formats.\n"
1719 "      --monitor-stream=INDEX            Record from the sink input with "
1720 "index INDEX.\n"
1721 msgstr ""
1722
1723 #: ../src/utils/pacat.c:788
1724 msgid "Play back encoded audio files on a PulseAudio sound server."
1725 msgstr ""
1726
1727 #: ../src/utils/pacat.c:792
1728 msgid ""
1729 "Capture audio data from a PulseAudio sound server and write it to a file."
1730 msgstr ""
1731
1732 #: ../src/utils/pacat.c:796
1733 msgid ""
1734 "Capture audio data from a PulseAudio sound server and write it to STDOUT or "
1735 "the specified file."
1736 msgstr ""
1737
1738 #: ../src/utils/pacat.c:800
1739 msgid ""
1740 "Play back audio data from STDIN or the specified file on a PulseAudio sound "
1741 "server."
1742 msgstr ""
1743
1744 #: ../src/utils/pacat.c:814
1745 #, c-format
1746 msgid ""
1747 "pacat %s\n"
1748 "Compiled with libpulse %s\n"
1749 "Linked with libpulse %s\n"
1750 msgstr ""
1751
1752 #: ../src/utils/pacat.c:847 ../src/utils/pactl.c:1648
1753 #, c-format
1754 msgid "Invalid client name '%s'"
1755 msgstr "Neplatný názov klienta „%s“"
1756
1757 #: ../src/utils/pacat.c:862
1758 #, c-format
1759 msgid "Invalid stream name '%s'"
1760 msgstr "Neplatný názov prúdu „%s“"
1761
1762 #: ../src/utils/pacat.c:899
1763 #, c-format
1764 msgid "Invalid channel map '%s'"
1765 msgstr "Neplatná mapa kanálov „%s“"
1766
1767 #: ../src/utils/pacat.c:928 ../src/utils/pacat.c:942
1768 #, c-format
1769 msgid "Invalid latency specification '%s'"
1770 msgstr "Neplatná špecifikácia oneskorenia „%s“"
1771
1772 #: ../src/utils/pacat.c:935 ../src/utils/pacat.c:949
1773 #, c-format
1774 msgid "Invalid process time specification '%s'"
1775 msgstr "Neplatná špecifikácia času spracovania „%s“"
1776
1777 #: ../src/utils/pacat.c:961
1778 #, c-format
1779 msgid "Invalid property '%s'"
1780 msgstr "Neplatná vlastnosť „%s“"
1781
1782 #: ../src/utils/pacat.c:980
1783 #, c-format
1784 msgid "Unknown file format %s."
1785 msgstr "Neznámy formát súboru %s."
1786
1787 #: ../src/utils/pacat.c:995
1788 msgid "Failed to parse the argument for --monitor-stream"
1789 msgstr "Zlyhala analyzovanie argumentu pre --monitor-stream"
1790
1791 #: ../src/utils/pacat.c:1006
1792 msgid "Invalid sample specification"
1793 msgstr "Neplatná špecifikácia vzoriek"
1794
1795 #: ../src/utils/pacat.c:1016
1796 #, c-format
1797 msgid "open(): %s"
1798 msgstr "otvorenie(): %s"
1799
1800 #: ../src/utils/pacat.c:1021
1801 #, c-format
1802 msgid "dup2(): %s"
1803 msgstr ""
1804
1805 #: ../src/utils/pacat.c:1028
1806 msgid "Too many arguments."
1807 msgstr "Príliš veľa parametrov."
1808
1809 #: ../src/utils/pacat.c:1039
1810 msgid "Failed to generate sample specification for file."
1811 msgstr "Zlyhalo generovanie špecifikácie vzoriek pre súbor."
1812
1813 #: ../src/utils/pacat.c:1065
1814 msgid "Failed to open audio file."
1815 msgstr "Zlyhalo otvorenie zvukového súboru."
1816
1817 #: ../src/utils/pacat.c:1071
1818 msgid ""
1819 "Warning: specified sample specification will be overwritten with "
1820 "specification from file."
1821 msgstr ""
1822 "Upozornenie: špecifikovaná špecifikácia vzoriek bude prepísaná špecifikáciou "
1823 "zo súboru."
1824
1825 #: ../src/utils/pacat.c:1074 ../src/utils/pactl.c:1712
1826 msgid "Failed to determine sample specification from file."
1827 msgstr "Zlyhalo rozpoznanie špecifikácie vzoriek zo súboru."
1828
1829 #: ../src/utils/pacat.c:1083
1830 msgid "Warning: Failed to determine channel map from file."
1831 msgstr "Upozornenie: Zlyhalo rozpoznanie mapy kanálov zo súboru."
1832
1833 #: ../src/utils/pacat.c:1094
1834 msgid "Channel map doesn't match sample specification"
1835 msgstr "Mapa kanálov sa nezhoduje so špecifikáciou vzoriek"
1836
1837 #: ../src/utils/pacat.c:1105
1838 msgid "Warning: failed to write channel map to file."
1839 msgstr "Upozornenie: zlyhalo zapísanie mapy kanálov do súboru."
1840
1841 #: ../src/utils/pacat.c:1120
1842 #, c-format
1843 msgid ""
1844 "Opening a %s stream with sample specification '%s' and channel map '%s'."
1845 msgstr "Otvára sa prúd %s so špecifikáciou vzoriek „%s“ a mapou kanálov „%s“."
1846
1847 #: ../src/utils/pacat.c:1121
1848 msgid "recording"
1849 msgstr "zaznamenávanie"
1850
1851 #: ../src/utils/pacat.c:1121
1852 msgid "playback"
1853 msgstr "prehrávanie"
1854
1855 #: ../src/utils/pacat.c:1145
1856 msgid "Failed to set media name."
1857 msgstr "Zlyhalo nastavenie názvu média."
1858
1859 #: ../src/utils/pacat.c:1152 ../src/utils/pactl.c:2062
1860 msgid "pa_mainloop_new() failed."
1861 msgstr ""
1862
1863 #: ../src/utils/pacat.c:1175
1864 msgid "io_new() failed."
1865 msgstr ""
1866
1867 #: ../src/utils/pacat.c:1182 ../src/utils/pactl.c:2074
1868 msgid "pa_context_new() failed."
1869 msgstr ""
1870
1871 #: ../src/utils/pacat.c:1190 ../src/utils/pactl.c:2080
1872 #, c-format
1873 msgid "pa_context_connect() failed: %s"
1874 msgstr ""
1875
1876 #: ../src/utils/pacat.c:1196
1877 msgid "pa_context_rttime_new() failed."
1878 msgstr ""
1879
1880 #: ../src/utils/pacat.c:1203 ../src/utils/pactl.c:2085
1881 msgid "pa_mainloop_run() failed."
1882 msgstr ""
1883
1884 #: ../src/utils/pacmd.c:51 ../src/utils/pactl.c:1570
1885 msgid "NAME [ARGS ...]"
1886 msgstr "NÁZOV [ARGUMENTY ...]"
1887
1888 #: ../src/utils/pacmd.c:52 ../src/utils/pacmd.c:60 ../src/utils/pactl.c:1571
1889 msgid "NAME|#N"
1890 msgstr "NÁZOV|Č."
1891
1892 #: ../src/utils/pacmd.c:53 ../src/utils/pacmd.c:63 ../src/utils/pactl.c:1569
1893 #: ../src/utils/pactl.c:1575
1894 msgid "NAME"
1895 msgstr "NÁZOV"
1896
1897 #: ../src/utils/pacmd.c:54
1898 msgid "NAME|#N VOLUME"
1899 msgstr "NÁZOV|Č. HLASITOSŤ"
1900
1901 #: ../src/utils/pacmd.c:55
1902 msgid "#N VOLUME"
1903 msgstr "Č. HLASITOSŤ"
1904
1905 #: ../src/utils/pacmd.c:56 ../src/utils/pacmd.c:70 ../src/utils/pactl.c:1573
1906 msgid "NAME|#N 1|0"
1907 msgstr "BÁZOV|Č. 1|0"
1908
1909 #: ../src/utils/pacmd.c:57
1910 msgid "#N 1|0"
1911 msgstr "Č. 1|0"
1912
1913 #: ../src/utils/pacmd.c:58
1914 msgid "NAME|#N KEY=VALUE"
1915 msgstr "NÁZOV|Č. KĽÚČ=HODNOTA"
1916
1917 #: ../src/utils/pacmd.c:59
1918 msgid "#N KEY=VALUE"
1919 msgstr "Č. KĽÚČ=HODNOTA"
1920
1921 #: ../src/utils/pacmd.c:61
1922 msgid "#N"
1923 msgstr "Č."
1924
1925 #: ../src/utils/pacmd.c:62
1926 msgid "NAME SINK|#N"
1927 msgstr ""
1928
1929 #: ../src/utils/pacmd.c:64 ../src/utils/pacmd.c:65
1930 msgid "NAME FILENAME"
1931 msgstr "NÁZOV NÁZOV-SÚBORU"
1932
1933 #: ../src/utils/pacmd.c:66
1934 msgid "PATHNAME"
1935 msgstr "NÁZOV-CESTY"
1936
1937 #: ../src/utils/pacmd.c:67
1938 msgid "FILENAME SINK|#N"
1939 msgstr ""
1940
1941 #: ../src/utils/pacmd.c:69 ../src/utils/pactl.c:1572
1942 msgid "#N SINK|SOURCE"
1943 msgstr ""
1944
1945 #: ../src/utils/pacmd.c:71 ../src/utils/pacmd.c:77 ../src/utils/pacmd.c:78
1946 msgid "1|0"
1947 msgstr "1|0"
1948
1949 #: ../src/utils/pacmd.c:72 ../src/utils/pactl.c:1574
1950 msgid "CARD PROFILE"
1951 msgstr "PROFIL KARTY"
1952
1953 #: ../src/utils/pacmd.c:73 ../src/utils/pactl.c:1576
1954 msgid "NAME|#N PORT"
1955 msgstr "NÁZOV|Č. PORTU"
1956
1957 #: ../src/utils/pacmd.c:74 ../src/utils/pactl.c:1582
1958 msgid "CARD-NAME|CARD-#N PORT OFFSET"
1959 msgstr "NÁZOV-KARTY|KARTA-Č. PORT POSUNUTIE"
1960
1961 #: ../src/utils/pacmd.c:75
1962 msgid "TARGET"
1963 msgstr "CIEĽ"
1964
1965 #: ../src/utils/pacmd.c:76
1966 msgid "NUMERIC-LEVEL"
1967 msgstr "ČÍSLO-ÚROVEŇ"
1968
1969 #: ../src/utils/pacmd.c:79
1970 msgid "FRAMES"
1971 msgstr "SNÍMKY"
1972
1973 #: ../src/utils/pacmd.c:81
1974 #, c-format
1975 msgid ""
1976 "\n"
1977 "  -h, --help                            Show this help\n"
1978 "      --version                         Show version\n"
1979 "When no command is given pacmd starts in the interactive mode.\n"
1980 msgstr ""
1981 "\n"
1982 "  -h, --help                            Zobrazí tohoto pomocníka\n"
1983 "      --version                         Zobrazí verziu\n"
1984 "Keď nie je zadaný žiadny príkaz, bude program pacmd spustený v interaktívnom "
1985 "režime.\n"
1986
1987 #: ../src/utils/pacmd.c:128
1988 #, c-format
1989 msgid ""
1990 "pacmd %s\n"
1991 "Compiled with libpulse %s\n"
1992 "Linked with libpulse %s\n"
1993 msgstr ""
1994
1995 #: ../src/utils/pacmd.c:142
1996 msgid "No PulseAudio daemon running, or not running as session daemon."
1997 msgstr ""
1998 "Nie je spustený žiadny démon PulseAudio, alebo nie je spustený ako démon "
1999 "relácie."
2000
2001 #: ../src/utils/pacmd.c:147
2002 #, c-format
2003 msgid "socket(PF_UNIX, SOCK_STREAM, 0): %s"
2004 msgstr ""
2005
2006 #: ../src/utils/pacmd.c:164
2007 #, c-format
2008 msgid "connect(): %s"
2009 msgstr "pripojenie(): %s"
2010
2011 #: ../src/utils/pacmd.c:172
2012 msgid "Failed to kill PulseAudio daemon."
2013 msgstr "Zlyhalo zabitie démona PulseAudio."
2014
2015 #: ../src/utils/pacmd.c:180
2016 msgid "Daemon not responding."
2017 msgstr "Démon neodpovedá."
2018
2019 #: ../src/utils/pacmd.c:212 ../src/utils/pacmd.c:321 ../src/utils/pacmd.c:339
2020 #, c-format
2021 msgid "write(): %s"
2022 msgstr "zapísanie(): %s"
2023
2024 #: ../src/utils/pacmd.c:268
2025 #, c-format
2026 msgid "poll(): %s"
2027 msgstr ""
2028
2029 #: ../src/utils/pacmd.c:279 ../src/utils/pacmd.c:299
2030 #, c-format
2031 msgid "read(): %s"
2032 msgstr "čítanie(): %s"
2033
2034 #: ../src/utils/pactl.c:164
2035 #, c-format
2036 msgid "Failed to get statistics: %s"
2037 msgstr "Zlyhalo získanie štatistiky: %s"
2038
2039 #: ../src/utils/pactl.c:170
2040 #, c-format
2041 msgid "Currently in use: %u blocks containing %s bytes total.\n"
2042 msgstr "Aktuálne sa používa: %u blokov obsahujúcich celkovo %s bajtov.\n"
2043
2044 #: ../src/utils/pactl.c:173
2045 #, c-format
2046 msgid "Allocated during whole lifetime: %u blocks containing %s bytes total.\n"
2047 msgstr ""
2048
2049 #: ../src/utils/pactl.c:176
2050 #, c-format
2051 msgid "Sample cache size: %s\n"
2052 msgstr "Veľkosť vyrovnávacej pamäte vzoriek: %s\n"
2053
2054 #: ../src/utils/pactl.c:185
2055 #, c-format
2056 msgid "Failed to get server information: %s"
2057 msgstr "Zlyhalo získanie informácií o serveri: %s"
2058
2059 #: ../src/utils/pactl.c:190
2060 #, c-format
2061 msgid ""
2062 "Server String: %s\n"
2063 "Library Protocol Version: %u\n"
2064 "Server Protocol Version: %u\n"
2065 "Is Local: %s\n"
2066 "Client Index: %u\n"
2067 "Tile Size: %zu\n"
2068 msgstr ""
2069
2070 #: ../src/utils/pactl.c:206
2071 #, c-format
2072 msgid ""
2073 "User Name: %s\n"
2074 "Host Name: %s\n"
2075 "Server Name: %s\n"
2076 "Server Version: %s\n"
2077 "Default Sample Specification: %s\n"
2078 "Default Channel Map: %s\n"
2079 "Default Sink: %s\n"
2080 "Default Source: %s\n"
2081 "Cookie: %04x:%04x\n"
2082 msgstr ""
2083
2084 #: ../src/utils/pactl.c:255 ../src/utils/pactl.c:900 ../src/utils/pactl.c:978
2085 #, c-format
2086 msgid "Failed to get sink information: %s"
2087 msgstr ""
2088
2089 #: ../src/utils/pactl.c:281
2090 #, c-format
2091 msgid ""
2092 "Sink #%u\n"
2093 "\tState: %s\n"
2094 "\tName: %s\n"
2095 "\tDescription: %s\n"
2096 "\tDriver: %s\n"
2097 "\tSample Specification: %s\n"
2098 "\tChannel Map: %s\n"
2099 "\tOwner Module: %u\n"
2100 "\tMute: %s\n"
2101 "\tVolume: %s\n"
2102 "\t        balance %0.2f\n"
2103 "\tBase Volume: %s\n"
2104 "\tMonitor Source: %s\n"
2105 "\tLatency: %0.0f usec, configured %0.0f usec\n"
2106 "\tFlags: %s%s%s%s%s%s%s\n"
2107 "\tProperties:\n"
2108 "\t\t%s\n"
2109 msgstr ""
2110
2111 #: ../src/utils/pactl.c:325 ../src/utils/pactl.c:431 ../src/utils/pactl.c:592
2112 #, c-format
2113 msgid "\tPorts:\n"
2114 msgstr "\tPorty:\n"
2115
2116 #: ../src/utils/pactl.c:332 ../src/utils/pactl.c:438
2117 #, c-format
2118 msgid "\tActive Port: %s\n"
2119 msgstr "\tAktívny port: %s\n"
2120
2121 #: ../src/utils/pactl.c:338 ../src/utils/pactl.c:444
2122 #, c-format
2123 msgid "\tFormats:\n"
2124 msgstr "\tFormáty:\n"
2125
2126 #: ../src/utils/pactl.c:362 ../src/utils/pactl.c:920 ../src/utils/pactl.c:993
2127 #, c-format
2128 msgid "Failed to get source information: %s"
2129 msgstr "Zlyhalo získanie informácií o zdroji: %s"
2130
2131 #: ../src/utils/pactl.c:388
2132 #, c-format
2133 msgid ""
2134 "Source #%u\n"
2135 "\tState: %s\n"
2136 "\tName: %s\n"
2137 "\tDescription: %s\n"
2138 "\tDriver: %s\n"
2139 "\tSample Specification: %s\n"
2140 "\tChannel Map: %s\n"
2141 "\tOwner Module: %u\n"
2142 "\tMute: %s\n"
2143 "\tVolume: %s\n"
2144 "\t        balance %0.2f\n"
2145 "\tBase Volume: %s\n"
2146 "\tMonitor of Sink: %s\n"
2147 "\tLatency: %0.0f usec, configured %0.0f usec\n"
2148 "\tFlags: %s%s%s%s%s%s\n"
2149 "\tProperties:\n"
2150 "\t\t%s\n"
2151 msgstr ""
2152
2153 #: ../src/utils/pactl.c:416 ../src/utils/pactl.c:486 ../src/utils/pactl.c:529
2154 #: ../src/utils/pactl.c:571 ../src/utils/pactl.c:669 ../src/utils/pactl.c:670
2155 #: ../src/utils/pactl.c:681 ../src/utils/pactl.c:739 ../src/utils/pactl.c:740
2156 #: ../src/utils/pactl.c:751 ../src/utils/pactl.c:802 ../src/utils/pactl.c:803
2157 #: ../src/utils/pactl.c:809
2158 msgid "n/a"
2159 msgstr "nedostupné"
2160
2161 #: ../src/utils/pactl.c:455 ../src/utils/pactl.c:859
2162 #, c-format
2163 msgid "Failed to get module information: %s"
2164 msgstr "Zlyhalo získavanie informácií o module: %s"
2165
2166 #: ../src/utils/pactl.c:478
2167 #, c-format
2168 msgid ""
2169 "Module #%u\n"
2170 "\tName: %s\n"
2171 "\tArgument: %s\n"
2172 "\tUsage counter: %s\n"
2173 "\tProperties:\n"
2174 "\t\t%s\n"
2175 msgstr ""
2176 "Modul #%u\n"
2177 "\tNázov: %s\n"
2178 "\tArgument: %s\n"
2179 "\tPočítadlo použití: %s\n"
2180 "\tVlastnosti:\n"
2181 "\t\t%s\n"
2182
2183 #: ../src/utils/pactl.c:497
2184 #, c-format
2185 msgid "Failed to get client information: %s"
2186 msgstr "Zlyhalo získanie informácií o klientovi: %s"
2187
2188 #: ../src/utils/pactl.c:523
2189 #, c-format
2190 msgid ""
2191 "Client #%u\n"
2192 "\tDriver: %s\n"
2193 "\tOwner Module: %s\n"
2194 "\tProperties:\n"
2195 "\t\t%s\n"
2196 msgstr ""
2197 "Klient #%u\n"
2198 "\tOvládač: %s\n"
2199 "\tVlastnícky modul: %s\n"
2200 "\tVlastnosti:\n"
2201 "\t\t%s\n"
2202
2203 #: ../src/utils/pactl.c:540
2204 #, c-format
2205 msgid "Failed to get card information: %s"
2206 msgstr "Zlyhalo získavanie informácií o karte: %s"
2207
2208 #: ../src/utils/pactl.c:563
2209 #, c-format
2210 msgid ""
2211 "Card #%u\n"
2212 "\tName: %s\n"
2213 "\tDriver: %s\n"
2214 "\tOwner Module: %s\n"
2215 "\tProperties:\n"
2216 "\t\t%s\n"
2217 msgstr ""
2218 "Karta #%u\n"
2219 "\tNázov: %s\n"
2220 "\tOvládač: %s\n"
2221 "\tVlastnícky modul: %s\n"
2222 "\tVlastnosti:\n"
2223 "\t\t%s\n"
2224
2225 #: ../src/utils/pactl.c:579
2226 #, c-format
2227 msgid "\tProfiles:\n"
2228 msgstr "\tProfily:\n"
2229
2230 #: ../src/utils/pactl.c:581
2231 #, c-format
2232 msgid "\t\t%s: %s (sinks: %u, sources: %u, priority: %u, available: %s)\n"
2233 msgstr ""
2234
2235 #: ../src/utils/pactl.c:586
2236 #, c-format
2237 msgid "\tActive Profile: %s\n"
2238 msgstr "\\Aktívny profil: %s\n"
2239
2240 #: ../src/utils/pactl.c:600
2241 #, c-format
2242 msgid ""
2243 "\t\t\tProperties:\n"
2244 "\t\t\t\t%s\n"
2245 msgstr ""
2246 "\t\t\\Vlastnosti:\n"
2247 "\t\t\t\t%s\n"
2248
2249 #: ../src/utils/pactl.c:605
2250 #, c-format
2251 msgid "\t\t\tPart of profile(s): %s"
2252 msgstr "\t\t\tČasť profilu(ov): %s"
2253
2254 #: ../src/utils/pactl.c:622 ../src/utils/pactl.c:940 ../src/utils/pactl.c:1008
2255 #, c-format
2256 msgid "Failed to get sink input information: %s"
2257 msgstr ""
2258
2259 #: ../src/utils/pactl.c:651
2260 #, c-format
2261 msgid ""
2262 "Sink Input #%u\n"
2263 "\tDriver: %s\n"
2264 "\tOwner Module: %s\n"
2265 "\tClient: %s\n"
2266 "\tSink: %u\n"
2267 "\tSample Specification: %s\n"
2268 "\tChannel Map: %s\n"
2269 "\tFormat: %s\n"
2270 "\tCorked: %s\n"
2271 "\tMute: %s\n"
2272 "\tVolume: %s\n"
2273 "\t        balance %0.2f\n"
2274 "\tBuffer Latency: %0.0f usec\n"
2275 "\tSink Latency: %0.0f usec\n"
2276 "\tResample method: %s\n"
2277 "\tProperties:\n"
2278 "\t\t%s\n"
2279 msgstr ""
2280
2281 #: ../src/utils/pactl.c:692 ../src/utils/pactl.c:960 ../src/utils/pactl.c:1023
2282 #, c-format
2283 msgid "Failed to get source output information: %s"
2284 msgstr ""
2285
2286 #: ../src/utils/pactl.c:721
2287 #, c-format
2288 msgid ""
2289 "Source Output #%u\n"
2290 "\tDriver: %s\n"
2291 "\tOwner Module: %s\n"
2292 "\tClient: %s\n"
2293 "\tSource: %u\n"
2294 "\tSample Specification: %s\n"
2295 "\tChannel Map: %s\n"
2296 "\tFormat: %s\n"
2297 "\tCorked: %s\n"
2298 "\tMute: %s\n"
2299 "\tVolume: %s\n"
2300 "\t        balance %0.2f\n"
2301 "\tBuffer Latency: %0.0f usec\n"
2302 "\tSource Latency: %0.0f usec\n"
2303 "\tResample method: %s\n"
2304 "\tProperties:\n"
2305 "\t\t%s\n"
2306 msgstr ""
2307
2308 #: ../src/utils/pactl.c:762
2309 #, c-format
2310 msgid "Failed to get sample information: %s"
2311 msgstr "Zlyhalo získanie informácií o vzorke: %s"
2312
2313 #: ../src/utils/pactl.c:789
2314 #, c-format
2315 msgid ""
2316 "Sample #%u\n"
2317 "\tName: %s\n"
2318 "\tSample Specification: %s\n"
2319 "\tChannel Map: %s\n"
2320 "\tVolume: %s\n"
2321 "\t        balance %0.2f\n"
2322 "\tDuration: %0.1fs\n"
2323 "\tSize: %s\n"
2324 "\tLazy: %s\n"
2325 "\tFilename: %s\n"
2326 "\tProperties:\n"
2327 "\t\t%s\n"
2328 msgstr ""
2329
2330 #: ../src/utils/pactl.c:817 ../src/utils/pactl.c:827
2331 #, c-format
2332 msgid "Failure: %s"
2333 msgstr "Zlyhanie: %s"
2334
2335 #: ../src/utils/pactl.c:866
2336 #, c-format
2337 msgid "Failed to unload module: Module %s not loaded"
2338 msgstr ""
2339
2340 #: ../src/utils/pactl.c:884
2341 #, c-format
2342 msgid ""
2343 "Failed to set volume: You tried to set volumes for %d channels, whereas "
2344 "channel/s supported = %d\n"
2345 msgstr ""
2346 "Zlyhalo nastavenie hlasitosti: Pokúsili ste sa nastaviť hlasitosti pre %d "
2347 "kanály/ov, pričom podporovaných je kanálov je %d\n"
2348
2349 #: ../src/utils/pactl.c:1050
2350 #, c-format
2351 msgid "Failed to set format: invalid format string %s"
2352 msgstr "Zlyhalo nastavenie formátu: neplatný reťazec formátu %s"
2353
2354 #: ../src/utils/pactl.c:1093
2355 #, c-format
2356 msgid "Failed to upload sample: %s"
2357 msgstr "Zlyhalo nahratie vzorku: %s"
2358
2359 #: ../src/utils/pactl.c:1110
2360 msgid "Premature end of file"
2361 msgstr "Predčasný koniec súboru"
2362
2363 #: ../src/utils/pactl.c:1130
2364 msgid "new"
2365 msgstr "nový"
2366
2367 #: ../src/utils/pactl.c:1133
2368 msgid "change"
2369 msgstr "zmeniť"
2370
2371 #: ../src/utils/pactl.c:1136
2372 msgid "remove"
2373 msgstr "odstrániť"
2374
2375 #: ../src/utils/pactl.c:1139 ../src/utils/pactl.c:1174
2376 msgid "unknown"
2377 msgstr "neznámy"
2378
2379 #: ../src/utils/pactl.c:1147
2380 msgid "sink"
2381 msgstr ""
2382
2383 #: ../src/utils/pactl.c:1150
2384 msgid "source"
2385 msgstr "zdroj"
2386
2387 #: ../src/utils/pactl.c:1153
2388 msgid "sink-input"
2389 msgstr ""
2390
2391 #: ../src/utils/pactl.c:1156
2392 msgid "source-output"
2393 msgstr ""
2394
2395 #: ../src/utils/pactl.c:1159
2396 msgid "module"
2397 msgstr "modul"
2398
2399 #: ../src/utils/pactl.c:1162
2400 msgid "client"
2401 msgstr "klient"
2402
2403 #: ../src/utils/pactl.c:1165
2404 msgid "sample-cache"
2405 msgstr ""
2406
2407 #: ../src/utils/pactl.c:1168
2408 msgid "server"
2409 msgstr "server"
2410
2411 #: ../src/utils/pactl.c:1171
2412 msgid "card"
2413 msgstr "karta"
2414
2415 #: ../src/utils/pactl.c:1180
2416 #, c-format
2417 msgid "Event '%s' on %s #%u\n"
2418 msgstr "Udalosť „%s“ na %s #%u\n"
2419
2420 #: ../src/utils/pactl.c:1452
2421 msgid "Got SIGINT, exiting."
2422 msgstr "Získaný príkaz SIGINT. Ukončuje sa."
2423
2424 #: ../src/utils/pactl.c:1485
2425 msgid "Invalid volume specification"
2426 msgstr "Neplatná špecifikácia hlasitosti"
2427
2428 #: ../src/utils/pactl.c:1508
2429 msgid "Volume outside permissible range.\n"
2430 msgstr "Hlasitosť mimo povoleného rozsahu.\n"
2431
2432 #: ../src/utils/pactl.c:1521
2433 msgid "Invalid number of volume specifications.\n"
2434 msgstr "Neplatný počet špecifikácií hlasitosti.\n"
2435
2436 #: ../src/utils/pactl.c:1533
2437 msgid "Inconsistent volume specification.\n"
2438 msgstr "Nekonzistentná špecifikácia hlasitosti.\n"
2439
2440 #: ../src/utils/pactl.c:1563 ../src/utils/pactl.c:1564
2441 #: ../src/utils/pactl.c:1565 ../src/utils/pactl.c:1566
2442 #: ../src/utils/pactl.c:1567 ../src/utils/pactl.c:1568
2443 #: ../src/utils/pactl.c:1569 ../src/utils/pactl.c:1570
2444 #: ../src/utils/pactl.c:1571 ../src/utils/pactl.c:1572
2445 #: ../src/utils/pactl.c:1573 ../src/utils/pactl.c:1574
2446 #: ../src/utils/pactl.c:1575 ../src/utils/pactl.c:1576
2447 #: ../src/utils/pactl.c:1577 ../src/utils/pactl.c:1578
2448 #: ../src/utils/pactl.c:1579 ../src/utils/pactl.c:1580
2449 #: ../src/utils/pactl.c:1581 ../src/utils/pactl.c:1582
2450 #: ../src/utils/pactl.c:1583
2451 msgid "[options]"
2452 msgstr "[voľby]"
2453
2454 #: ../src/utils/pactl.c:1565
2455 msgid "[TYPE]"
2456 msgstr "[TYP]"
2457
2458 #: ../src/utils/pactl.c:1567
2459 msgid "FILENAME [NAME]"
2460 msgstr "NÁZOV-SÚBORU [NÁZOV]"
2461
2462 #: ../src/utils/pactl.c:1568
2463 msgid "NAME [SINK]"
2464 msgstr ""
2465
2466 #: ../src/utils/pactl.c:1577
2467 msgid "NAME|#N VOLUME [VOLUME ...]"
2468 msgstr "NÁZOV|Č. HLASITOSŤ [HLASITOSŤ ...]"
2469
2470 #: ../src/utils/pactl.c:1578
2471 msgid "#N VOLUME [VOLUME ...]"
2472 msgstr "Č. HLASITOSŤ [HLASITOSŤ ...]"
2473
2474 #: ../src/utils/pactl.c:1579
2475 msgid "NAME|#N 1|0|toggle"
2476 msgstr "NÁZOV|Č. 1|0|prepínač"
2477
2478 #: ../src/utils/pactl.c:1580
2479 msgid "#N 1|0|toggle"
2480 msgstr "Č. 1|0|prepínač"
2481
2482 #: ../src/utils/pactl.c:1581
2483 msgid "#N FORMATS"
2484 msgstr "Č. FORMÁTY"
2485
2486 #: ../src/utils/pactl.c:1584
2487 #, c-format
2488 msgid ""
2489 "\n"
2490 "The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@\n"
2491 "can be used to specify the default sink, source and monitor.\n"
2492 msgstr ""
2493
2494 #: ../src/utils/pactl.c:1587
2495 #, c-format
2496 msgid ""
2497 "\n"
2498 "  -h, --help                            Show this help\n"
2499 "      --version                         Show version\n"
2500 "\n"
2501 "  -s, --server=SERVER                   The name of the server to connect "
2502 "to\n"
2503 "  -n, --client-name=NAME                How to call this client on the "
2504 "server\n"
2505 msgstr ""
2506 "\n"
2507 "  -h, --help                            Zobrazí tohoto pomocníka\n"
2508 "      --version                         Zobrazí verziu\n"
2509 "\n"
2510 "  -s, --server=SERVER                   Názov servera, na ktorý sa pripojiť\n"
2511 "  -n, --client-name=NÁZOV                Ako nazvať tohoto klienta na "
2512 "serveri\n"
2513
2514 #: ../src/utils/pactl.c:1628
2515 #, c-format
2516 msgid ""
2517 "pactl %s\n"
2518 "Compiled with libpulse %s\n"
2519 "Linked with libpulse %s\n"
2520 msgstr ""
2521
2522 #: ../src/utils/pactl.c:1684
2523 #, c-format
2524 msgid "Specify nothing, or one of: %s"
2525 msgstr ""
2526
2527 #: ../src/utils/pactl.c:1694
2528 msgid "Please specify a sample file to load"
2529 msgstr ""
2530
2531 #: ../src/utils/pactl.c:1707
2532 msgid "Failed to open sound file."
2533 msgstr "Zlyhalo otvorenie zvukového súboru."
2534
2535 #: ../src/utils/pactl.c:1719
2536 msgid "Warning: Failed to determine sample specification from file."
2537 msgstr ""
2538
2539 #: ../src/utils/pactl.c:1729
2540 msgid "You have to specify a sample name to play"
2541 msgstr "Musíte určiť názov vzorky, ktorá sa má prehrať"
2542
2543 #: ../src/utils/pactl.c:1741
2544 msgid "You have to specify a sample name to remove"
2545 msgstr "Musíte určiť názov vzorky, ktorá sa má odstrániť"
2546
2547 #: ../src/utils/pactl.c:1750
2548 msgid "You have to specify a sink input index and a sink"
2549 msgstr ""
2550
2551 #: ../src/utils/pactl.c:1760
2552 msgid "You have to specify a source output index and a source"
2553 msgstr "Musíte určiť číslo výstupu zdroja a zdroj"
2554
2555 #: ../src/utils/pactl.c:1775
2556 msgid "You have to specify a module name and arguments."
2557 msgstr "Musíte určiť názov modulu a argumenty."
2558
2559 #: ../src/utils/pactl.c:1795
2560 msgid "You have to specify a module index or name"
2561 msgstr ""
2562
2563 #: ../src/utils/pactl.c:1808
2564 msgid ""
2565 "You may not specify more than one sink. You have to specify a boolean value."
2566 msgstr ""
2567
2568 #: ../src/utils/pactl.c:1813 ../src/utils/pactl.c:1833
2569 msgid "Invalid suspend specification."
2570 msgstr "Neplatná špecifikácia uspania."
2571
2572 #: ../src/utils/pactl.c:1828
2573 msgid ""
2574 "You may not specify more than one source. You have to specify a boolean "
2575 "value."
2576 msgstr ""
2577
2578 #: ../src/utils/pactl.c:1845
2579 msgid "You have to specify a card name/index and a profile name"
2580 msgstr ""
2581
2582 #: ../src/utils/pactl.c:1856
2583 msgid "You have to specify a sink name/index and a port name"
2584 msgstr ""
2585
2586 #: ../src/utils/pactl.c:1867
2587 msgid "You have to specify a sink name"
2588 msgstr ""
2589
2590 #: ../src/utils/pactl.c:1877
2591 msgid "You have to specify a source name/index and a port name"
2592 msgstr ""
2593
2594 #: ../src/utils/pactl.c:1888
2595 msgid "You have to specify a source name"
2596 msgstr "Musíte určiť názov zdroja"
2597
2598 #: ../src/utils/pactl.c:1898
2599 msgid "You have to specify a sink name/index and a volume"
2600 msgstr ""
2601
2602 #: ../src/utils/pactl.c:1911
2603 msgid "You have to specify a source name/index and a volume"
2604 msgstr "Musíte určiť názov/číslo zdroja a hlasitosť"
2605
2606 #: ../src/utils/pactl.c:1924
2607 msgid "You have to specify a sink input index and a volume"
2608 msgstr ""
2609
2610 #: ../src/utils/pactl.c:1929
2611 msgid "Invalid sink input index"
2612 msgstr ""
2613
2614 #: ../src/utils/pactl.c:1940
2615 msgid "You have to specify a source output index and a volume"
2616 msgstr "Musíte určiť číslo výstupu zdroja a hlasitosť"
2617
2618 #: ../src/utils/pactl.c:1945
2619 msgid "Invalid source output index"
2620 msgstr "Neplatné číslo výstupu zdroja"
2621
2622 #: ../src/utils/pactl.c:1956
2623 msgid ""
2624 "You have to specify a sink name/index and a mute action (0, 1, or 'toggle')"
2625 msgstr ""
2626
2627 #: ../src/utils/pactl.c:1961 ../src/utils/pactl.c:1976
2628 #: ../src/utils/pactl.c:1996 ../src/utils/pactl.c:2014
2629 msgid "Invalid mute specification"
2630 msgstr "Neplatná špecifikácia stlmenia hlasitosti"
2631
2632 #: ../src/utils/pactl.c:1971
2633 msgid ""
2634 "You have to specify a source name/index and a mute action (0, 1, or 'toggle')"
2635 msgstr ""
2636
2637 #: ../src/utils/pactl.c:1986
2638 msgid ""
2639 "You have to specify a sink input index and a mute action (0, 1, or 'toggle')"
2640 msgstr ""
2641
2642 #: ../src/utils/pactl.c:1991
2643 msgid "Invalid sink input index specification"
2644 msgstr ""
2645
2646 #: ../src/utils/pactl.c:2004
2647 msgid ""
2648 "You have to specify a source output index and a mute action (0, 1, or "
2649 "'toggle')"
2650 msgstr ""
2651
2652 #: ../src/utils/pactl.c:2009
2653 msgid "Invalid source output index specification"
2654 msgstr "Neplatná špecifikácia čísla výstupu zdroja"
2655
2656 #: ../src/utils/pactl.c:2026
2657 msgid ""
2658 "You have to specify a sink index and a semicolon-separated list of supported "
2659 "formats"
2660 msgstr ""
2661
2662 #: ../src/utils/pactl.c:2038
2663 msgid "You have to specify a card name/index, a port name and a latency offset"
2664 msgstr "Musíte určiť názov/číslo karty, názov portu a posunutie oneskorenia"
2665
2666 #: ../src/utils/pactl.c:2045
2667 msgid "Could not parse latency offset"
2668 msgstr "Nepodarilo sa analyzovať posun oneskorenia"
2669
2670 #: ../src/utils/pactl.c:2057
2671 msgid "No valid command specified."
2672 msgstr "Nebol učený žiadny platný príkaz."
2673
2674 #: ../src/utils/pasuspender.c:79
2675 #, c-format
2676 msgid "fork(): %s\n"
2677 msgstr ""
2678
2679 #: ../src/utils/pasuspender.c:92
2680 #, c-format
2681 msgid "execvp(): %s\n"
2682 msgstr ""
2683
2684 #: ../src/utils/pasuspender.c:111
2685 #, c-format
2686 msgid "Failure to resume: %s\n"
2687 msgstr "Zlyhanie pri pokračovaní: %s\n"
2688
2689 #: ../src/utils/pasuspender.c:145
2690 #, c-format
2691 msgid "Failure to suspend: %s\n"
2692 msgstr "Zlyhanie pri uspávaní: %s\n"
2693
2694 #: ../src/utils/pasuspender.c:170
2695 #, c-format
2696 msgid "WARNING: Sound server is not local, not suspending.\n"
2697 msgstr "UPOZORNENIE: Zvukový server nie je miestny. Neuspáva sa.\n"
2698
2699 #: ../src/utils/pasuspender.c:183
2700 #, c-format
2701 msgid "Connection failure: %s\n"
2702 msgstr "Zlyhanie pripojenia: %s\n"
2703
2704 #: ../src/utils/pasuspender.c:201
2705 #, c-format
2706 msgid "Got SIGINT, exiting.\n"
2707 msgstr "Získaný signál SIGINT, ukončuje sa.\n"
2708
2709 #: ../src/utils/pasuspender.c:219
2710 #, c-format
2711 msgid "WARNING: Child process terminated by signal %u\n"
2712 msgstr "UPOZORNENIE: Podradený proces bol ukončený signálom %u\n"
2713
2714 #: ../src/utils/pasuspender.c:228
2715 #, c-format
2716 msgid ""
2717 "%s [options] ... \n"
2718 "\n"
2719 "  -h, --help                            Show this help\n"
2720 "      --version                         Show version\n"
2721 "  -s, --server=SERVER                   The name of the server to connect "
2722 "to\n"
2723 "\n"
2724 msgstr ""
2725 "%s [voľby] ... \n"
2726 "\n"
2727 "  -h, --help                            Zobrazí tohto pomocníka\n"
2728 "      --version                         Zobrazí verziu\n"
2729 "  -s, --server=SERVER                   Názov servera, na ktorý sa pripojiť\n"
2730 "\n"
2731
2732 #: ../src/utils/pasuspender.c:266
2733 #, c-format
2734 msgid ""
2735 "pasuspender %s\n"
2736 "Compiled with libpulse %s\n"
2737 "Linked with libpulse %s\n"
2738 msgstr ""
2739
2740 #: ../src/utils/pasuspender.c:295
2741 #, c-format
2742 msgid "pa_mainloop_new() failed.\n"
2743 msgstr ""
2744
2745 #: ../src/utils/pasuspender.c:308
2746 #, c-format
2747 msgid "pa_context_new() failed.\n"
2748 msgstr ""
2749
2750 #: ../src/utils/pasuspender.c:320
2751 #, c-format
2752 msgid "pa_mainloop_run() failed.\n"
2753 msgstr ""
2754
2755 #: ../src/utils/pax11publish.c:58
2756 #, c-format
2757 msgid ""
2758 "%s [-D display] [-S server] [-O sink] [-I source] [-c file]  [-d|-e|-i|-r]\n"
2759 "\n"
2760 " -d    Show current PulseAudio data attached to X11 display (default)\n"
2761 " -e    Export local PulseAudio data to X11 display\n"
2762 " -i    Import PulseAudio data from X11 display to local environment "
2763 "variables and cookie file.\n"
2764 " -r    Remove PulseAudio data from X11 display\n"
2765 msgstr ""
2766
2767 #: ../src/utils/pax11publish.c:91
2768 #, c-format
2769 msgid "Failed to parse command line.\n"
2770 msgstr "Zlyhalo analyzovanie príkazového riadku.\n"
2771
2772 #: ../src/utils/pax11publish.c:110
2773 #, c-format
2774 msgid "Server: %s\n"
2775 msgstr "Server: %s\n"
2776
2777 #: ../src/utils/pax11publish.c:112
2778 #, c-format
2779 msgid "Source: %s\n"
2780 msgstr "Zdroj: %s\n"
2781
2782 #: ../src/utils/pax11publish.c:114
2783 #, c-format
2784 msgid "Sink: %s\n"
2785 msgstr ""
2786
2787 #: ../src/utils/pax11publish.c:116
2788 #, c-format
2789 msgid "Cookie: %s\n"
2790 msgstr "Cookie: %s\n"
2791
2792 #: ../src/utils/pax11publish.c:134
2793 #, c-format
2794 msgid "Failed to parse cookie data\n"
2795 msgstr "Zlyhalo analyzovanie údajov cookie\n"
2796
2797 #: ../src/utils/pax11publish.c:139
2798 #, c-format
2799 msgid "Failed to save cookie data\n"
2800 msgstr "Zlyhalo uloženie údajov cookie\n"
2801
2802 #: ../src/utils/pax11publish.c:168
2803 #, c-format
2804 msgid "Failed to get FQDN.\n"
2805 msgstr "Zlyhalo získanie FQDN.\n"
2806
2807 #: ../src/utils/pax11publish.c:188
2808 #, c-format
2809 msgid "Failed to load cookie data\n"
2810 msgstr "Zlyhalo načítanie údajov súboru cookie\n"
2811
2812 #: ../src/utils/pax11publish.c:206
2813 #, c-format
2814 msgid "Not yet implemented.\n"
2815 msgstr "Zatiaľ nie je implementované.\n"
2816
2817 #~ msgid "%s %s\n"
2818 #~ msgstr "%s %s\n"