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.
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: 2014-09-16 22:25+0000\n"
12 "PO-Revision-Date: 2014-10-02 13:41+0100\n"
13 "Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
14 "Language-Team: Slovak <gnome-sk-list@gnome.org>\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.5.4\n"
22 #: ../src/daemon/cmdline.c:113
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 "
35 " --start Start the daemon if it is not "
37 " -k --kill Kill a running daemon\n"
38 " --check Check for a running daemon (only "
39 "returns exit code)\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 "
48 " with elevated RLIMIT_NICE)\n"
49 " --realtime[=BOOL] Try to enable realtime scheduling\n"
50 " (only available as root, when SUID "
52 " with elevated RLIMIT_RTPRIO)\n"
53 " --disallow-module-loading[=BOOL] Disallow module user requested "
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 "
60 " --scache-idle-time=SECS Unload autoloaded samples when idle "
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 "
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 "
73 " objects (plugins)\n"
74 " --resample-method=METHOD Use the specified resampling method\n"
75 " (See --dump-resample-methods for\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"
83 " -L, --load=\"MODULE ARGUMENTS\" Load the specified plugin module "
85 " the specified argument\n"
86 " -F, --file=FILENAME Run the specified script\n"
87 " -C Open a command line on the running "
91 " -n Don't load default script file\n"
94 #: ../src/daemon/cmdline.c:245
95 msgid "--daemonize expects boolean argument"
98 #: ../src/daemon/cmdline.c:253
99 msgid "--fail expects boolean argument"
102 #: ../src/daemon/cmdline.c:264
104 "--log-level expects log level argument (either numeric in range 0..4 or one "
105 "of debug, info, notice, warn, error)."
108 #: ../src/daemon/cmdline.c:276
109 msgid "--high-priority expects boolean argument"
112 #: ../src/daemon/cmdline.c:284
113 msgid "--realtime expects boolean argument"
116 #: ../src/daemon/cmdline.c:292
117 msgid "--disallow-module-loading expects boolean argument"
120 #: ../src/daemon/cmdline.c:300
121 msgid "--disallow-exit expects boolean argument"
124 #: ../src/daemon/cmdline.c:308
125 msgid "--use-pid-file expects boolean argument"
128 #: ../src/daemon/cmdline.c:327
130 "Invalid log target: use either 'syslog', 'journal','stderr' or 'auto' or a "
131 "valid file name 'file:<path>', 'newfile:<path>'."
134 #: ../src/daemon/cmdline.c:329
136 "Invalid log target: use either 'syslog', 'stderr' or 'auto' or a valid file "
137 "name 'file:<path>', 'newfile:<path>'."
140 #: ../src/daemon/cmdline.c:337
141 msgid "--log-time expects boolean argument"
144 #: ../src/daemon/cmdline.c:345
145 msgid "--log-meta expects boolean argument"
148 #: ../src/daemon/cmdline.c:365
150 msgid "Invalid resample method '%s'."
151 msgstr "Neplatná metóda prevzorkovania „%s“."
153 #: ../src/daemon/cmdline.c:372
154 msgid "--system expects boolean argument"
155 msgstr "Voľba --system očakáva booleovský parameter"
157 #: ../src/daemon/cmdline.c:380
158 msgid "--no-cpu-limit expects boolean argument"
161 #: ../src/daemon/cmdline.c:388
162 msgid "--disable-shm expects boolean argument"
165 #: ../src/daemon/daemon-conf.c:260
167 msgid "[%s:%u] Invalid log target '%s'."
170 #: ../src/daemon/daemon-conf.c:275
172 msgid "[%s:%u] Invalid log level '%s'."
175 #: ../src/daemon/daemon-conf.c:290
177 msgid "[%s:%u] Invalid resample method '%s'."
180 #: ../src/daemon/daemon-conf.c:312
182 msgid "[%s:%u] Invalid rlimit '%s'."
185 #: ../src/daemon/daemon-conf.c:332
187 msgid "[%s:%u] Invalid sample format '%s'."
190 #: ../src/daemon/daemon-conf.c:349 ../src/daemon/daemon-conf.c:366
192 msgid "[%s:%u] Invalid sample rate '%s'."
195 #: ../src/daemon/daemon-conf.c:389
197 msgid "[%s:%u] Invalid sample channels '%s'."
200 #: ../src/daemon/daemon-conf.c:406
202 msgid "[%s:%u] Invalid channel map '%s'."
205 #: ../src/daemon/daemon-conf.c:423
207 msgid "[%s:%u] Invalid number of fragments '%s'."
210 #: ../src/daemon/daemon-conf.c:440
212 msgid "[%s:%u] Invalid fragment size '%s'."
215 #: ../src/daemon/daemon-conf.c:457
217 msgid "[%s:%u] Invalid nice level '%s'."
220 #: ../src/daemon/daemon-conf.c:500
222 msgid "[%s:%u] Invalid server type '%s'."
225 #: ../src/daemon/daemon-conf.c:613
227 msgid "Failed to open configuration file: %s"
228 msgstr "Zlyhalo otvorenie konfiguračného súboru: %s"
230 #: ../src/daemon/daemon-conf.c:629
232 "The specified default channel map has a different number of channels than "
233 "the specified default number of channels."
235 "Určená predvolená mapa kanálov obsahuje odlišný počet kanálov ako je určený "
236 "predvolený počet kanálov."
238 #: ../src/daemon/daemon-conf.c:716
240 msgid "### Read from configuration file: %s ###\n"
241 msgstr "### Čítať z konfiguračného súboru: %s ###\n"
243 #: ../src/daemon/dumpmodules.c:59
248 #: ../src/daemon/dumpmodules.c:62
250 msgid "No module information available\n"
251 msgstr "Nie sú dostupné žiadne informácie o module\n"
253 #: ../src/daemon/dumpmodules.c:65
255 msgid "Version: %s\n"
256 msgstr "Verzia: %s\n"
258 #: ../src/daemon/dumpmodules.c:67
260 msgid "Description: %s\n"
263 #: ../src/daemon/dumpmodules.c:69
268 #: ../src/daemon/dumpmodules.c:71
271 msgstr "Využitie: %s\n"
273 #: ../src/daemon/dumpmodules.c:72
275 msgid "Load Once: %s\n"
276 msgstr "Načítané raz: %s\n"
278 #: ../src/daemon/dumpmodules.c:74
280 msgid "DEPRECATION WARNING: %s\n"
283 #: ../src/daemon/dumpmodules.c:78
288 #: ../src/daemon/ltdl-bind-now.c:77
290 msgid "Failed to open module %s: %s"
291 msgstr "Zlyhalo otvorenie modulu %s: %s"
293 #: ../src/daemon/ltdl-bind-now.c:128
294 msgid "Failed to find original lt_dlopen loader."
297 #: ../src/daemon/ltdl-bind-now.c:133
298 msgid "Failed to allocate new dl loader."
301 #: ../src/daemon/ltdl-bind-now.c:146
302 msgid "Failed to add bind-now-loader."
305 #: ../src/daemon/main.c:158
307 msgid "Failed to find user '%s'."
308 msgstr "Zlyhalo nájdenie používateľa „%s“."
310 #: ../src/daemon/main.c:163
312 msgid "Failed to find group '%s'."
313 msgstr "Zlyhalo nájdenie skupiny „%s“."
315 #: ../src/daemon/main.c:172
317 msgid "GID of user '%s' and of group '%s' don't match."
320 #: ../src/daemon/main.c:177
322 msgid "Home directory of user '%s' is not '%s', ignoring."
325 #: ../src/daemon/main.c:180 ../src/daemon/main.c:185
327 msgid "Failed to create '%s': %s"
328 msgstr "Zlyhalo vytvorenie „%s“: %s"
330 #: ../src/daemon/main.c:192
332 msgid "Failed to change group list: %s"
333 msgstr "Zlyhala zmena zoznamu skupín: %s"
335 #: ../src/daemon/main.c:208
337 msgid "Failed to change GID: %s"
340 #: ../src/daemon/main.c:224
342 msgid "Failed to change UID: %s"
345 #: ../src/daemon/main.c:253
346 msgid "System wide mode unsupported on this platform."
349 #: ../src/daemon/main.c:464
350 msgid "Failed to parse command line."
351 msgstr "Zlyhalo analyzovanie príkazového riadku."
353 #: ../src/daemon/main.c:503
355 "System mode refused for non-root user. Only starting the D-Bus server lookup "
359 #: ../src/daemon/main.c:602
361 msgid "Failed to kill daemon: %s"
362 msgstr "Zlyhalo zabitie služby: %s"
364 #: ../src/daemon/main.c:631
366 "This program is not intended to be run as root (unless --system is "
370 #: ../src/daemon/main.c:634
371 msgid "Root privileges required."
372 msgstr "Vyžadujú sa privilégiá správcu"
374 #: ../src/daemon/main.c:641
375 msgid "--start not supported for system instances."
376 msgstr "Voľba --start nie je podporovaná pre systémové inštancie."
378 #: ../src/daemon/main.c:681
380 msgid "User-configured server at %s, refusing to start/autospawn."
383 #: ../src/daemon/main.c:687
386 "User-configured server at %s, which appears to be local. Probing deeper."
389 #: ../src/daemon/main.c:692
390 msgid "Running in system mode, but --disallow-exit not set!"
393 #: ../src/daemon/main.c:695
394 msgid "Running in system mode, but --disallow-module-loading not set!"
397 #: ../src/daemon/main.c:698
398 msgid "Running in system mode, forcibly disabling SHM mode!"
401 #: ../src/daemon/main.c:703
402 msgid "Running in system mode, forcibly disabling exit idle time!"
405 #: ../src/daemon/main.c:736
406 msgid "Failed to acquire stdio."
409 #: ../src/daemon/main.c:742 ../src/daemon/main.c:813
411 msgid "pipe() failed: %s"
414 #: ../src/daemon/main.c:747 ../src/daemon/main.c:818
416 msgid "fork() failed: %s"
419 #: ../src/daemon/main.c:762 ../src/daemon/main.c:833 ../src/utils/pacat.c:569
421 msgid "read() failed: %s"
424 #: ../src/daemon/main.c:768
425 msgid "Daemon startup failed."
426 msgstr "Zlyhalo spustenie služby."
428 #: ../src/daemon/main.c:801
430 msgid "setsid() failed: %s"
433 #: ../src/daemon/main.c:924
434 msgid "Failed to get machine ID"
435 msgstr "Zlyhalo získanie identifikátora stroja"
437 #: ../src/daemon/main.c:950
439 "OK, so you are running PA in system mode. Please note that you most likely "
440 "shouldn't be doing that.\n"
441 "If you do it nonetheless then it's your own fault if things don't work as "
443 "Please read http://www.freedesktop.org/wiki/Software/PulseAudio/"
444 "Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system "
445 "mode is usually a bad idea."
448 #: ../src/daemon/main.c:967
449 msgid "pa_pid_file_create() failed."
452 #: ../src/daemon/main.c:997
453 msgid "pa_core_new() failed."
456 #: ../src/daemon/main.c:1064
457 msgid "Failed to initialize daemon."
458 msgstr "Zlyhala inicializácia služby."
460 #: ../src/daemon/main.c:1069
461 msgid "Daemon startup without any loaded modules, refusing to work."
464 #: ../src/daemon/pulseaudio.desktop.in.h:1
465 msgid "PulseAudio Sound System"
466 msgstr "Zvukový systém PulseAudio"
468 #: ../src/daemon/pulseaudio.desktop.in.h:2
469 msgid "Start the PulseAudio Sound System"
470 msgstr "Spustenie zvukového systému PulseAudio"
472 #: ../src/modules/alsa/alsa-mixer.c:2293
476 #: ../src/modules/alsa/alsa-mixer.c:2294
477 msgid "Docking Station Input"
480 #: ../src/modules/alsa/alsa-mixer.c:2295
481 msgid "Docking Station Microphone"
484 #: ../src/modules/alsa/alsa-mixer.c:2296
485 msgid "Docking Station Line In"
488 #: ../src/modules/alsa/alsa-mixer.c:2297 ../src/modules/alsa/alsa-mixer.c:2382
490 msgstr "Vstupná linka"
492 #: ../src/modules/alsa/alsa-mixer.c:2298 ../src/modules/alsa/alsa-mixer.c:2376
493 #: ../src/modules/bluetooth/module-bluez4-device.c:2101
494 #: ../src/modules/bluetooth/module-bluez5-device.c:1635
498 #: ../src/modules/alsa/alsa-mixer.c:2299 ../src/modules/alsa/alsa-mixer.c:2377
499 msgid "Front Microphone"
500 msgstr "Predný mikrofón"
502 #: ../src/modules/alsa/alsa-mixer.c:2300 ../src/modules/alsa/alsa-mixer.c:2378
503 msgid "Rear Microphone"
504 msgstr "Zadný mikrofón"
506 #: ../src/modules/alsa/alsa-mixer.c:2301
507 msgid "External Microphone"
508 msgstr "Externý mikrofón"
510 #: ../src/modules/alsa/alsa-mixer.c:2302 ../src/modules/alsa/alsa-mixer.c:2380
511 msgid "Internal Microphone"
512 msgstr "Vstavaný mikrofón"
514 #: ../src/modules/alsa/alsa-mixer.c:2303 ../src/modules/alsa/alsa-mixer.c:2383
518 #: ../src/modules/alsa/alsa-mixer.c:2304 ../src/modules/alsa/alsa-mixer.c:2384
522 #: ../src/modules/alsa/alsa-mixer.c:2305
523 msgid "Automatic Gain Control"
524 msgstr "Automatické ovládanie zosilnenia"
526 #: ../src/modules/alsa/alsa-mixer.c:2306
527 msgid "No Automatic Gain Control"
528 msgstr "Bez automatického ovládania zosilnenia"
530 #: ../src/modules/alsa/alsa-mixer.c:2307
534 #: ../src/modules/alsa/alsa-mixer.c:2308
536 msgstr "Bez zosilnenia"
538 #: ../src/modules/alsa/alsa-mixer.c:2309
542 #: ../src/modules/alsa/alsa-mixer.c:2310
544 msgstr "Bez zosilňovača"
546 #: ../src/modules/alsa/alsa-mixer.c:2311
548 msgstr "Zosilnenie basov"
550 #: ../src/modules/alsa/alsa-mixer.c:2312
551 msgid "No Bass Boost"
552 msgstr "Bez zosilnenia basov"
554 #: ../src/modules/alsa/alsa-mixer.c:2313
555 #: ../src/modules/bluetooth/module-bluez4-device.c:2106
556 #: ../src/modules/bluetooth/module-bluez5-device.c:1642
560 #: ../src/modules/alsa/alsa-mixer.c:2314 ../src/modules/alsa/alsa-mixer.c:2386
564 #: ../src/modules/alsa/alsa-mixer.c:2375
566 msgstr "Analógový vstup"
568 #: ../src/modules/alsa/alsa-mixer.c:2379
569 msgid "Dock Microphone"
572 #: ../src/modules/alsa/alsa-mixer.c:2381
573 msgid "Headset Microphone"
576 #: ../src/modules/alsa/alsa-mixer.c:2385
577 msgid "Analog Output"
578 msgstr "Analógový výstup"
580 #: ../src/modules/alsa/alsa-mixer.c:2387
581 msgid "LFE on Separate Mono Output"
584 #: ../src/modules/alsa/alsa-mixer.c:2388
586 msgstr "Výstupná linka"
588 #: ../src/modules/alsa/alsa-mixer.c:2389
589 msgid "Analog Mono Output"
590 msgstr "Analógový mono výstup"
592 #: ../src/modules/alsa/alsa-mixer.c:2390
594 msgstr "Reproduktory"
596 #: ../src/modules/alsa/alsa-mixer.c:2391
597 msgid "HDMI / DisplayPort"
598 msgstr "HDMI / DisplayPort"
600 #: ../src/modules/alsa/alsa-mixer.c:2392
601 msgid "Digital Output (S/PDIF)"
602 msgstr "Digitálny výstup (S/PDIF)"
604 #: ../src/modules/alsa/alsa-mixer.c:2393
605 msgid "Digital Input (S/PDIF)"
606 msgstr "Digitálny vstup (S/PDIF)"
608 #: ../src/modules/alsa/alsa-mixer.c:2394
609 msgid "Digital Passthrough (S/PDIF)"
610 msgstr "Digitálny prechod (S/PDIF)"
612 #: ../src/modules/alsa/alsa-mixer.c:3901
614 msgstr "Analógový mono"
616 #: ../src/modules/alsa/alsa-mixer.c:3902
617 msgid "Analog Stereo"
618 msgstr "Analógový stereo"
620 #: ../src/modules/alsa/alsa-mixer.c:3903
622 msgstr "Viackanálový"
624 #: ../src/modules/alsa/alsa-mixer.c:3904
625 msgid "Analog Surround 2.1"
626 msgstr "Analógový priestorový 2.1"
628 #: ../src/modules/alsa/alsa-mixer.c:3905
629 msgid "Analog Surround 3.0"
630 msgstr "Analógový priestorový 3.0"
632 #: ../src/modules/alsa/alsa-mixer.c:3906
633 msgid "Analog Surround 3.1"
634 msgstr "Analógový priestorový 3.1"
636 #: ../src/modules/alsa/alsa-mixer.c:3907
637 msgid "Analog Surround 4.0"
638 msgstr "Analógový priestorový 4.0"
640 #: ../src/modules/alsa/alsa-mixer.c:3908
641 msgid "Analog Surround 4.1"
642 msgstr "Analógový priestorový 4.1"
644 #: ../src/modules/alsa/alsa-mixer.c:3909
645 msgid "Analog Surround 5.0"
646 msgstr "Analógový priestorový 5.0"
648 #: ../src/modules/alsa/alsa-mixer.c:3910
649 msgid "Analog Surround 5.1"
650 msgstr "Analógový priestorový 5.1"
652 #: ../src/modules/alsa/alsa-mixer.c:3911
653 msgid "Analog Surround 6.0"
654 msgstr "Analógový priestorový 6.0"
656 #: ../src/modules/alsa/alsa-mixer.c:3912
657 msgid "Analog Surround 6.1"
658 msgstr "Analógový priestorový 6.1"
660 #: ../src/modules/alsa/alsa-mixer.c:3913
661 msgid "Analog Surround 7.0"
662 msgstr "Analógový priestorový 7.0"
664 #: ../src/modules/alsa/alsa-mixer.c:3914
665 msgid "Analog Surround 7.1"
666 msgstr "Analógový priestorový 7.1"
668 #: ../src/modules/alsa/alsa-mixer.c:3915
669 msgid "Digital Stereo (IEC958)"
670 msgstr "Digitálne stereo (IEC958)"
672 #: ../src/modules/alsa/alsa-mixer.c:3916
673 msgid "Digital Passthrough (IEC958)"
674 msgstr "Digitálny prechod (IEC958)"
676 #: ../src/modules/alsa/alsa-mixer.c:3917
677 msgid "Digital Surround 4.0 (IEC958/AC3)"
678 msgstr "Digitálny priestorový 4.0 (IEC958/AC3)"
680 #: ../src/modules/alsa/alsa-mixer.c:3918
681 msgid "Digital Surround 5.1 (IEC958/AC3)"
682 msgstr "Digitálny priestorový 5.1 (IEC958/AC3)"
684 #: ../src/modules/alsa/alsa-mixer.c:3919
685 msgid "Digital Surround 5.1 (IEC958/DTS)"
686 msgstr "Digitálny priestorový 5.1 (IEC958/DTS)"
688 #: ../src/modules/alsa/alsa-mixer.c:3920
689 msgid "Digital Stereo (HDMI)"
690 msgstr "Digitálny stereo (HDMI)"
692 #: ../src/modules/alsa/alsa-mixer.c:3921
693 msgid "Digital Surround 5.1 (HDMI)"
694 msgstr "Digitálny priestorový 5.1 (HDMI)"
696 #: ../src/modules/alsa/alsa-mixer.c:4052
697 msgid "Analog Mono Duplex"
698 msgstr "Obojsmerný analógový mono"
700 #: ../src/modules/alsa/alsa-mixer.c:4053
701 msgid "Analog Stereo Duplex"
702 msgstr "Obojsmerný analógový stereo"
704 #: ../src/modules/alsa/alsa-mixer.c:4054
705 msgid "Digital Stereo Duplex (IEC958)"
706 msgstr "Obojsmerný digitálny stereo (IEC958)"
708 #: ../src/modules/alsa/alsa-mixer.c:4055
709 #: ../src/modules/alsa/module-alsa-card.c:192
710 #: ../src/modules/bluetooth/module-bluez4-device.c:2297
711 #: ../src/modules/bluetooth/module-bluez5-device.c:1866
715 #: ../src/modules/alsa/alsa-mixer.c:4154
720 #: ../src/modules/alsa/alsa-mixer.c:4162
725 #: ../src/modules/alsa/alsa-sink.c:570 ../src/modules/alsa/alsa-sink.c:748
728 "ALSA woke us up to write new data to the device, but there was actually "
729 "nothing to write!\n"
730 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
731 "to the ALSA developers.\n"
732 "We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() "
733 "returned 0 or another value < min_avail."
736 #: ../src/modules/alsa/alsa-source.c:529 ../src/modules/alsa/alsa-source.c:681
739 "ALSA woke us up to read new data from the device, but there was actually "
741 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
742 "to the ALSA developers.\n"
743 "We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() "
744 "returned 0 or another value < min_avail."
747 #: ../src/modules/alsa/alsa-util.c:1135 ../src/modules/alsa/alsa-util.c:1210
750 "snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu "
752 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
753 "to the ALSA developers."
756 #: ../src/modules/alsa/alsa-util.c:1185
759 "snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s"
761 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
762 "to the ALSA developers."
765 #: ../src/modules/alsa/alsa-util.c:1226
768 "snd_pcm_avail_delay() returned strange values: delay %lu is less than avail "
770 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
771 "to the ALSA developers."
774 #: ../src/modules/alsa/alsa-util.c:1269
777 "snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes "
779 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
780 "to the ALSA developers."
783 #: ../src/modules/bluetooth/module-bluez4-device.c:2091
784 #: ../src/modules/bluetooth/module-bluez5-device.c:1625
788 #: ../src/modules/bluetooth/module-bluez4-device.c:2096
789 #: ../src/modules/bluetooth/module-bluez5-device.c:1630
793 #: ../src/modules/bluetooth/module-bluez4-device.c:2111
794 #: ../src/modules/bluetooth/module-bluez5-device.c:1648
798 #: ../src/modules/bluetooth/module-bluez4-device.c:2116
799 #: ../src/modules/bluetooth/module-bluez5-device.c:1653
803 #: ../src/modules/bluetooth/module-bluez4-device.c:2121
804 #: ../src/modules/bluetooth/module-bluez5-device.c:1658
808 #: ../src/modules/bluetooth/module-bluez4-device.c:2126
809 #: ../src/modules/bluetooth/module-bluez5-device.c:1663
813 #: ../src/modules/bluetooth/module-bluez4-device.c:2131
814 #: ../src/modules/bluetooth/module-bluez5-device.c:1668
818 #: ../src/modules/bluetooth/module-bluez4-device.c:2139
819 #: ../src/modules/bluetooth/module-bluez5-device.c:1620
820 #: ../src/modules/bluetooth/module-bluez5-device.c:1636
821 #: ../src/modules/bluetooth/module-bluez5-device.c:1674
822 msgid "Bluetooth Output"
823 msgstr "Výstup cez Bluetooth"
825 #: ../src/modules/bluetooth/module-bluez4-device.c:2142
826 #: ../src/modules/bluetooth/module-bluez5-device.c:1619
827 #: ../src/modules/bluetooth/module-bluez5-device.c:1641
828 #: ../src/modules/bluetooth/module-bluez5-device.c:1647
829 #: ../src/modules/bluetooth/module-bluez5-device.c:1673
830 msgid "Bluetooth Input"
831 msgstr "Vstup cez Bluetooth"
833 #: ../src/modules/bluetooth/module-bluez4-device.c:2178
834 msgid "High Fidelity Playback (A2DP)"
837 #: ../src/modules/bluetooth/module-bluez4-device.c:2189
838 msgid "High Fidelity Capture (A2DP)"
841 #: ../src/modules/bluetooth/module-bluez4-device.c:2200
842 msgid "Telephony Duplex (HSP/HFP)"
845 #: ../src/modules/bluetooth/module-bluez4-device.c:2212
846 msgid "Handsfree Gateway"
849 #: ../src/modules/bluetooth/module-bluez5-device.c:1711
850 msgid "High Fidelity Playback (A2DP Sink)"
853 #: ../src/modules/bluetooth/module-bluez5-device.c:1722
854 msgid "High Fidelity Capture (A2DP Source)"
857 #: ../src/modules/bluetooth/module-bluez5-device.c:1733
858 msgid "Headset Head Unit (HSP/HFP)"
861 #: ../src/modules/bluetooth/module-bluez5-device.c:1745
862 msgid "Headset Audio Gateway (HSP/HFP)"
865 #: ../src/modules/echo-cancel/module-echo-cancel.c:63
867 "source_name=<name for the source> source_properties=<properties for the "
868 "source> source_master=<name of source to filter> sink_name=<name for the "
869 "sink> sink_properties=<properties for the sink> sink_master=<name of sink to "
870 "filter> adjust_time=<how often to readjust rates in s> adjust_threshold=<how "
871 "much drift to readjust after in ms> format=<sample format> rate=<sample "
872 "rate> channels=<number of channels> channel_map=<channel map> "
873 "aec_method=<implementation to use> aec_args=<parameters for the AEC engine> "
874 "save_aec=<save AEC data in /tmp> autoloaded=<set if this module is being "
875 "loaded automatically> use_volume_sharing=<yes or no> "
879 #: ../src/modules/macosx/module-coreaudio-device.c:756
883 #: ../src/modules/module-always-sink.c:38
884 msgid "Always keeps at least one sink loaded even if it's a null one"
887 #: ../src/modules/module-always-sink.c:82
889 msgstr "Fiktívny výstup"
891 #: ../src/modules/module-equalizer-sink.c:72
892 msgid "General Purpose Equalizer"
895 #: ../src/modules/module-equalizer-sink.c:76
897 "sink_name=<name of the sink> sink_properties=<properties for the sink> "
898 "sink_master=<sink to connect to> format=<sample format> rate=<sample rate> "
899 "channels=<number of channels> channel_map=<channel map> autoloaded=<set if "
900 "this module is being loaded automatically> use_volume_sharing=<yes or no> "
903 #: ../src/modules/module-filter-apply.c:48
904 msgid "autoclean=<automatically unload unused filters?>"
907 #: ../src/modules/module-ladspa-sink.c:53
908 msgid "Virtual LADSPA sink"
911 #: ../src/modules/module-ladspa-sink.c:57
913 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
914 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
915 "channels=<number of channels> channel_map=<input channel map> plugin=<ladspa "
916 "plugin name> label=<ladspa plugin label> control=<comma separated list of "
917 "input control values> input_ladspaport_map=<comma separated list of input "
918 "LADSPA port names> output_ladspaport_map=<comma separated list of output "
919 "LADSPA port names> "
922 #: ../src/modules/module-null-sink.c:49
923 msgid "Clocked NULL sink"
926 #: ../src/modules/module-null-sink.c:280
930 #: ../src/modules/module-rygel-media-server.c:510
931 #: ../src/modules/module-rygel-media-server.c:548
932 #: ../src/modules/module-rygel-media-server.c:907
933 msgid "Output Devices"
934 msgstr "Výstupné zariadenia"
936 #: ../src/modules/module-rygel-media-server.c:511
937 #: ../src/modules/module-rygel-media-server.c:549
938 #: ../src/modules/module-rygel-media-server.c:908
939 msgid "Input Devices"
940 msgstr "Vstupné zariadenia"
942 #: ../src/modules/module-rygel-media-server.c:1065
943 msgid "Audio on @HOSTNAME@"
946 #. TODO: old tunnel put here the remote sink_name into stream name e.g. 'Null Output for lynxis@lazus'
947 #. TODO: old tunnel put here the remote source_name into stream name e.g. 'Null Output for lynxis@lazus'
948 #: ../src/modules/module-tunnel-sink-new.c:299
949 #: ../src/modules/module-tunnel-source-new.c:307
951 msgid "Tunnel for %s@%s"
954 #: ../src/modules/module-tunnel-sink-new.c:509
955 #: ../src/modules/module-tunnel-source-new.c:518
957 msgid "Tunnel to %s/%s"
960 #: ../src/modules/module-virtual-surround-sink.c:49
961 msgid "Virtual surround sink"
964 #: ../src/modules/module-virtual-surround-sink.c:53
966 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
967 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
968 "channels=<number of channels> channel_map=<channel map> "
969 "use_volume_sharing=<yes or no> force_flat_volume=<yes or no> hrir=/path/to/"
973 #: ../src/modules/reserve-wrap.c:151
974 msgid "PulseAudio Sound Server"
975 msgstr "Zvukový server PulseAudio"
977 #: ../src/pulse/channelmap.c:105 ../src/pulse/channelmap.c:760
981 #: ../src/pulse/channelmap.c:107
983 msgstr "Predný stredový"
985 #: ../src/pulse/channelmap.c:108
989 #: ../src/pulse/channelmap.c:109
991 msgstr "Predný pravý"
993 #: ../src/pulse/channelmap.c:111
995 msgstr "Zadný stredový"
997 #: ../src/pulse/channelmap.c:112
1001 #: ../src/pulse/channelmap.c:113
1003 msgstr "Zadný pravý"
1005 #: ../src/pulse/channelmap.c:115
1007 msgstr "Basový reproduktor"
1009 #: ../src/pulse/channelmap.c:117
1010 msgid "Front Left-of-center"
1013 #: ../src/pulse/channelmap.c:118
1014 msgid "Front Right-of-center"
1017 #: ../src/pulse/channelmap.c:120
1019 msgstr "Ľavá strana"
1021 #: ../src/pulse/channelmap.c:121
1023 msgstr "Pravá strana"
1025 #: ../src/pulse/channelmap.c:123
1029 #: ../src/pulse/channelmap.c:124
1033 #: ../src/pulse/channelmap.c:125
1037 #: ../src/pulse/channelmap.c:126
1041 #: ../src/pulse/channelmap.c:127
1045 #: ../src/pulse/channelmap.c:128
1049 #: ../src/pulse/channelmap.c:129
1053 #: ../src/pulse/channelmap.c:130
1057 #: ../src/pulse/channelmap.c:131
1061 #: ../src/pulse/channelmap.c:132
1065 #: ../src/pulse/channelmap.c:133
1066 msgid "Auxiliary 10"
1069 #: ../src/pulse/channelmap.c:134
1070 msgid "Auxiliary 11"
1073 #: ../src/pulse/channelmap.c:135
1074 msgid "Auxiliary 12"
1077 #: ../src/pulse/channelmap.c:136
1078 msgid "Auxiliary 13"
1081 #: ../src/pulse/channelmap.c:137
1082 msgid "Auxiliary 14"
1085 #: ../src/pulse/channelmap.c:138
1086 msgid "Auxiliary 15"
1089 #: ../src/pulse/channelmap.c:139
1090 msgid "Auxiliary 16"
1093 #: ../src/pulse/channelmap.c:140
1094 msgid "Auxiliary 17"
1097 #: ../src/pulse/channelmap.c:141
1098 msgid "Auxiliary 18"
1101 #: ../src/pulse/channelmap.c:142
1102 msgid "Auxiliary 19"
1105 #: ../src/pulse/channelmap.c:143
1106 msgid "Auxiliary 20"
1109 #: ../src/pulse/channelmap.c:144
1110 msgid "Auxiliary 21"
1113 #: ../src/pulse/channelmap.c:145
1114 msgid "Auxiliary 22"
1117 #: ../src/pulse/channelmap.c:146
1118 msgid "Auxiliary 23"
1121 #: ../src/pulse/channelmap.c:147
1122 msgid "Auxiliary 24"
1125 #: ../src/pulse/channelmap.c:148
1126 msgid "Auxiliary 25"
1129 #: ../src/pulse/channelmap.c:149
1130 msgid "Auxiliary 26"
1133 #: ../src/pulse/channelmap.c:150
1134 msgid "Auxiliary 27"
1137 #: ../src/pulse/channelmap.c:151
1138 msgid "Auxiliary 28"
1141 #: ../src/pulse/channelmap.c:152
1142 msgid "Auxiliary 29"
1145 #: ../src/pulse/channelmap.c:153
1146 msgid "Auxiliary 30"
1149 #: ../src/pulse/channelmap.c:154
1150 msgid "Auxiliary 31"
1153 #: ../src/pulse/channelmap.c:156
1155 msgstr "Horný stredový"
1157 #: ../src/pulse/channelmap.c:158
1158 msgid "Top Front Center"
1159 msgstr "Horný predný stredový"
1161 #: ../src/pulse/channelmap.c:159
1162 msgid "Top Front Left"
1163 msgstr "Horný predný ľavý"
1165 #: ../src/pulse/channelmap.c:160
1166 msgid "Top Front Right"
1167 msgstr "Horný predný pravý"
1169 #: ../src/pulse/channelmap.c:162
1170 msgid "Top Rear Center"
1171 msgstr "Horný zadný stredový"
1173 #: ../src/pulse/channelmap.c:163
1174 msgid "Top Rear Left"
1175 msgstr "Horný zadný ľavý"
1177 #: ../src/pulse/channelmap.c:164
1178 msgid "Top Rear Right"
1179 msgstr "Horný zadný pravý"
1181 #: ../src/pulse/channelmap.c:481 ../src/pulse/format.c:123
1182 #: ../src/pulse/sample.c:177 ../src/pulse/volume.c:296
1183 #: ../src/pulse/volume.c:322 ../src/pulse/volume.c:342
1184 #: ../src/pulse/volume.c:374 ../src/pulse/volume.c:414
1185 #: ../src/pulse/volume.c:433
1189 #: ../src/pulse/channelmap.c:764
1193 #: ../src/pulse/channelmap.c:769
1194 msgid "Surround 4.0"
1195 msgstr "Priestorový 4.0"
1197 #: ../src/pulse/channelmap.c:775
1198 msgid "Surround 4.1"
1199 msgstr "Priestorový 4.1"
1201 #: ../src/pulse/channelmap.c:781
1202 msgid "Surround 5.0"
1203 msgstr "Priestorový 5.0"
1205 #: ../src/pulse/channelmap.c:787
1206 msgid "Surround 5.1"
1207 msgstr "Priestorový 5.1"
1209 #: ../src/pulse/channelmap.c:794
1210 msgid "Surround 7.1"
1211 msgstr "Priestorový 7.1"
1213 #: ../src/pulse/client-conf-x11.c:55 ../src/utils/pax11publish.c:99
1214 msgid "xcb_connect() failed"
1217 #: ../src/pulse/client-conf-x11.c:60 ../src/utils/pax11publish.c:104
1218 msgid "xcb_connection_has_error() returned true"
1221 #: ../src/pulse/client-conf-x11.c:96
1222 msgid "Failed to parse cookie data"
1225 #: ../src/pulse/context.c:658
1230 #: ../src/pulse/context.c:713
1232 msgid "waitpid(): %s"
1235 #: ../src/pulse/context.c:1414
1237 msgid "Received message for unknown extension '%s'"
1240 #: ../src/pulse/direction.c:39
1244 #: ../src/pulse/direction.c:41
1248 #: ../src/pulse/direction.c:43
1249 msgid "bidirectional"
1252 #: ../src/pulse/direction.c:45
1256 #: ../src/pulsecore/core-util.c:1821
1259 "XDG_RUNTIME_DIR (%s) is not owned by us (uid %d), but by uid %d! (This could "
1260 "e g happen if you try to connect to a non-root PulseAudio as a root user, "
1261 "over the native protocol. Don't do that.)"
1264 #: ../src/pulsecore/core-util.h:95
1268 #: ../src/pulsecore/core-util.h:95
1272 #: ../src/pulsecore/lock-autospawn.c:143 ../src/pulsecore/lock-autospawn.c:229
1273 msgid "Cannot access autospawn lock."
1276 #: ../src/pulsecore/log.c:155
1278 msgid "Failed to open target file '%s'."
1281 #: ../src/pulsecore/log.c:178
1284 "Tried to open target file '%s', '%s.1', '%s.2' ... '%s.%d', but all failed."
1287 #: ../src/pulsecore/log.c:633
1288 msgid "Invalid log target."
1291 #: ../src/pulsecore/sink.c:3429
1292 msgid "Built-in Audio"
1293 msgstr "Vstavané audio"
1295 #: ../src/pulsecore/sink.c:3434
1299 #: ../src/pulse/error.c:40
1303 #: ../src/pulse/error.c:41
1304 msgid "Access denied"
1305 msgstr "Prístup zamietnutý"
1307 #: ../src/pulse/error.c:42
1308 msgid "Unknown command"
1309 msgstr "Neznámy príkaz"
1311 #: ../src/pulse/error.c:43
1312 msgid "Invalid argument"
1313 msgstr "Neplatný parameter"
1315 #: ../src/pulse/error.c:44
1316 msgid "Entity exists"
1319 #: ../src/pulse/error.c:45
1320 msgid "No such entity"
1323 #: ../src/pulse/error.c:46
1324 msgid "Connection refused"
1327 #: ../src/pulse/error.c:47
1328 msgid "Protocol error"
1331 #: ../src/pulse/error.c:48
1333 msgstr "Vypršanie času"
1335 #: ../src/pulse/error.c:49
1336 msgid "No authentication key"
1339 #: ../src/pulse/error.c:50
1340 msgid "Internal error"
1341 msgstr "Interná chyba"
1343 #: ../src/pulse/error.c:51
1344 msgid "Connection terminated"
1347 #: ../src/pulse/error.c:52
1348 msgid "Entity killed"
1351 #: ../src/pulse/error.c:53
1352 msgid "Invalid server"
1353 msgstr "Neplatný server"
1355 #: ../src/pulse/error.c:54
1356 msgid "Module initialization failed"
1359 #: ../src/pulse/error.c:55
1363 #: ../src/pulse/error.c:56
1365 msgstr "Žiadne údaje"
1367 #: ../src/pulse/error.c:57
1368 msgid "Incompatible protocol version"
1371 #: ../src/pulse/error.c:58
1375 #: ../src/pulse/error.c:59
1376 msgid "Not supported"
1379 #: ../src/pulse/error.c:60
1380 msgid "Unknown error code"
1383 #: ../src/pulse/error.c:61
1384 msgid "No such extension"
1387 #: ../src/pulse/error.c:62
1388 msgid "Obsolete functionality"
1391 #: ../src/pulse/error.c:63
1392 msgid "Missing implementation"
1395 #: ../src/pulse/error.c:64
1396 msgid "Client forked"
1399 #: ../src/pulse/error.c:65
1400 msgid "Input/Output error"
1401 msgstr "Vstupno/výstupná chyba"
1403 #: ../src/pulse/error.c:66
1404 msgid "Device or resource busy"
1405 msgstr "Zariadenie alebo prostriedok je zaneprázdnený"
1407 #: ../src/pulse/sample.c:179
1409 msgid "%s %uch %uHz"
1412 #: ../src/pulse/sample.c:191
1417 #: ../src/pulse/sample.c:193
1422 #: ../src/pulse/sample.c:195
1427 #: ../src/pulse/sample.c:197
1432 #: ../src/tests/resampler-test.c:257
1437 "-h, --help Show this help\n"
1438 "-v, --verbose Print debug messages\n"
1439 " --from-rate=SAMPLERATE From sample rate in Hz (defaults to "
1441 " --from-format=SAMPLEFORMAT From sample type (defaults to s16le)\n"
1442 " --from-channels=CHANNELS From number of channels (defaults to "
1444 " --to-rate=SAMPLERATE To sample rate in Hz (defaults to "
1446 " --to-format=SAMPLEFORMAT To sample type (defaults to s16le)\n"
1447 " --to-channels=CHANNELS To number of channels (defaults to 1)\n"
1448 " --resample-method=METHOD Resample method (defaults to auto)\n"
1449 " --seconds=SECONDS From stream duration (defaults to 60)\n"
1451 "If the formats are not specified, the test performs all formats "
1455 "Sample type must be one of s16le, s16be, u8, float32le, float32be, ulaw, "
1457 "s24le, s24be, s24-32le, s24-32be, s32le, s32be (defaults to s16ne)\n"
1459 "See --dump-resample-methods for possible values of resample methods.\n"
1462 #: ../src/tests/resampler-test.c:356
1467 #: ../src/utils/pacat.c:118
1469 msgid "Failed to drain stream: %s"
1472 #: ../src/utils/pacat.c:123
1473 msgid "Playback stream drained."
1476 #: ../src/utils/pacat.c:134
1477 msgid "Draining connection to server."
1480 #: ../src/utils/pacat.c:147
1482 msgid "pa_stream_drain(): %s"
1485 #: ../src/utils/pacat.c:170
1487 msgid "pa_stream_write() failed: %s"
1490 #: ../src/utils/pacat.c:211
1492 msgid "pa_stream_begin_write() failed: %s"
1495 #: ../src/utils/pacat.c:261 ../src/utils/pacat.c:291
1497 msgid "pa_stream_peek() failed: %s"
1500 #: ../src/utils/pacat.c:341
1501 msgid "Stream successfully created."
1504 #: ../src/utils/pacat.c:344
1506 msgid "pa_stream_get_buffer_attr() failed: %s"
1509 #: ../src/utils/pacat.c:348
1511 msgid "Buffer metrics: maxlength=%u, tlength=%u, prebuf=%u, minreq=%u"
1514 #: ../src/utils/pacat.c:351
1516 msgid "Buffer metrics: maxlength=%u, fragsize=%u"
1519 #: ../src/utils/pacat.c:355
1521 msgid "Using sample spec '%s', channel map '%s'."
1524 #: ../src/utils/pacat.c:359
1526 msgid "Connected to device %s (index: %u, suspended: %s)."
1529 #: ../src/utils/pacat.c:369
1531 msgid "Stream error: %s"
1534 #: ../src/utils/pacat.c:379
1536 msgid "Stream device suspended.%s"
1539 #: ../src/utils/pacat.c:381
1541 msgid "Stream device resumed.%s"
1544 #: ../src/utils/pacat.c:389
1546 msgid "Stream underrun.%s"
1549 #: ../src/utils/pacat.c:396
1551 msgid "Stream overrun.%s"
1554 #: ../src/utils/pacat.c:403
1556 msgid "Stream started.%s"
1559 #: ../src/utils/pacat.c:410
1561 msgid "Stream moved to device %s (%u, %ssuspended).%s"
1564 #: ../src/utils/pacat.c:410
1568 #: ../src/utils/pacat.c:417
1570 msgid "Stream buffer attributes changed.%s"
1573 #: ../src/utils/pacat.c:432
1574 msgid "Cork request stack is empty: corking stream"
1577 #: ../src/utils/pacat.c:438
1578 msgid "Cork request stack is empty: uncorking stream"
1581 #: ../src/utils/pacat.c:442
1582 msgid "Warning: Received more uncork requests than cork requests!"
1585 #: ../src/utils/pacat.c:467
1587 msgid "Connection established.%s"
1590 #: ../src/utils/pacat.c:470
1592 msgid "pa_stream_new() failed: %s"
1595 #: ../src/utils/pacat.c:508
1597 msgid "pa_stream_connect_playback() failed: %s"
1600 #: ../src/utils/pacat.c:514
1602 msgid "Failed to set monitor stream: %s"
1605 #: ../src/utils/pacat.c:518
1607 msgid "pa_stream_connect_record() failed: %s"
1610 #: ../src/utils/pacat.c:531 ../src/utils/pactl.c:1455
1612 msgid "Connection failure: %s"
1615 #: ../src/utils/pacat.c:564
1619 #: ../src/utils/pacat.c:601
1621 msgid "write() failed: %s"
1624 #: ../src/utils/pacat.c:622
1625 msgid "Got signal, exiting."
1628 #: ../src/utils/pacat.c:636
1630 msgid "Failed to get latency: %s"
1633 #: ../src/utils/pacat.c:641
1635 msgid "Time: %0.3f sec; Latency: %0.0f usec."
1638 #: ../src/utils/pacat.c:662
1640 msgid "pa_stream_update_timing_info() failed: %s"
1643 #: ../src/utils/pacat.c:672
1648 " -h, --help Show this help\n"
1649 " --version Show version\n"
1651 " -r, --record Create a connection for recording\n"
1652 " -p, --playback Create a connection for playback\n"
1654 " -v, --verbose Enable verbose operations\n"
1656 " -s, --server=SERVER The name of the server to connect "
1658 " -d, --device=DEVICE The name of the sink/source to "
1660 " -n, --client-name=NAME How to call this client on the "
1662 " --stream-name=NAME How to call this stream on the "
1664 " --volume=VOLUME Specify the initial (linear) volume "
1665 "in range 0...65536\n"
1666 " --rate=SAMPLERATE The sample rate in Hz (defaults to "
1668 " --format=SAMPLEFORMAT The sample type, one of s16le, "
1669 "s16be, u8, float32le,\n"
1670 " float32be, ulaw, alaw, s32le, s32be, "
1672 " s24-32le, s24-32be (defaults to "
1674 " --channels=CHANNELS The number of channels, 1 for mono, "
1676 " (defaults to 2)\n"
1677 " --channel-map=CHANNELMAP Channel map to use instead of the "
1679 " --fix-format Take the sample format from the sink/"
1680 "source the stream is\n"
1681 " being connected to.\n"
1682 " --fix-rate Take the sampling rate from the sink/"
1683 "source the stream is\n"
1684 " being connected to.\n"
1685 " --fix-channels Take the number of channels and the "
1687 " from the sink/source the stream is "
1688 "being connected to.\n"
1689 " --no-remix Don't upmix or downmix channels.\n"
1690 " --no-remap Map channels by index instead of "
1692 " --latency=BYTES Request the specified latency in "
1694 " --process-time=BYTES Request the specified process time "
1695 "per request in bytes.\n"
1696 " --latency-msec=MSEC Request the specified latency in "
1698 " --process-time-msec=MSEC Request the specified process time "
1699 "per request in msec.\n"
1700 " --property=PROPERTY=VALUE Set the specified property to the "
1701 "specified value.\n"
1702 " --raw Record/play raw PCM data.\n"
1703 " --passthrough Passthrough data.\n"
1704 " --file-format[=FFORMAT] Record/play formatted PCM data.\n"
1705 " --list-file-formats List available file formats.\n"
1706 " --monitor-stream=INDEX Record from the sink input with "
1710 #: ../src/utils/pacat.c:810
1714 "Compiled with libpulse %s\n"
1715 "Linked with libpulse %s\n"
1718 #: ../src/utils/pacat.c:843 ../src/utils/pactl.c:1651
1720 msgid "Invalid client name '%s'"
1723 #: ../src/utils/pacat.c:858
1725 msgid "Invalid stream name '%s'"
1728 #: ../src/utils/pacat.c:895
1730 msgid "Invalid channel map '%s'"
1733 #: ../src/utils/pacat.c:924 ../src/utils/pacat.c:938
1735 msgid "Invalid latency specification '%s'"
1738 #: ../src/utils/pacat.c:931 ../src/utils/pacat.c:945
1740 msgid "Invalid process time specification '%s'"
1743 #: ../src/utils/pacat.c:957
1745 msgid "Invalid property '%s'"
1748 #: ../src/utils/pacat.c:976
1750 msgid "Unknown file format %s."
1753 #: ../src/utils/pacat.c:991
1754 msgid "Failed to parse the argument for --monitor-stream"
1757 #: ../src/utils/pacat.c:1002
1758 msgid "Invalid sample specification"
1761 #: ../src/utils/pacat.c:1012
1766 #: ../src/utils/pacat.c:1017
1771 #: ../src/utils/pacat.c:1024
1772 msgid "Too many arguments."
1775 #: ../src/utils/pacat.c:1035
1776 msgid "Failed to generate sample specification for file."
1779 #: ../src/utils/pacat.c:1061
1780 msgid "Failed to open audio file."
1783 #: ../src/utils/pacat.c:1067
1785 "Warning: specified sample specification will be overwritten with "
1786 "specification from file."
1789 #: ../src/utils/pacat.c:1070 ../src/utils/pactl.c:1718
1790 msgid "Failed to determine sample specification from file."
1793 #: ../src/utils/pacat.c:1079
1794 msgid "Warning: Failed to determine channel map from file."
1797 #: ../src/utils/pacat.c:1090
1798 msgid "Channel map doesn't match sample specification"
1801 #: ../src/utils/pacat.c:1101
1802 msgid "Warning: failed to write channel map to file."
1805 #: ../src/utils/pacat.c:1116
1808 "Opening a %s stream with sample specification '%s' and channel map '%s'."
1811 #: ../src/utils/pacat.c:1117
1815 #: ../src/utils/pacat.c:1117
1819 #: ../src/utils/pacat.c:1141
1820 msgid "Failed to set media name."
1823 #: ../src/utils/pacat.c:1148 ../src/utils/pactl.c:2068
1824 msgid "pa_mainloop_new() failed."
1827 #: ../src/utils/pacat.c:1171
1828 msgid "io_new() failed."
1831 #: ../src/utils/pacat.c:1178 ../src/utils/pactl.c:2080
1832 msgid "pa_context_new() failed."
1835 #: ../src/utils/pacat.c:1186 ../src/utils/pactl.c:2086
1837 msgid "pa_context_connect() failed: %s"
1840 #: ../src/utils/pacat.c:1192
1841 msgid "pa_context_rttime_new() failed."
1844 #: ../src/utils/pacat.c:1199 ../src/utils/pactl.c:2091
1845 msgid "pa_mainloop_run() failed."
1848 #: ../src/utils/pacmd.c:53 ../src/utils/pactl.c:1573
1849 msgid "NAME [ARGS ...]"
1852 #: ../src/utils/pacmd.c:54 ../src/utils/pacmd.c:62 ../src/utils/pactl.c:1574
1856 #: ../src/utils/pacmd.c:55 ../src/utils/pacmd.c:65 ../src/utils/pactl.c:1572
1857 #: ../src/utils/pactl.c:1578
1861 #: ../src/utils/pacmd.c:56
1862 msgid "NAME|#N VOLUME"
1865 #: ../src/utils/pacmd.c:57
1869 #: ../src/utils/pacmd.c:58 ../src/utils/pacmd.c:72 ../src/utils/pactl.c:1576
1873 #: ../src/utils/pacmd.c:59
1877 #: ../src/utils/pacmd.c:60
1878 msgid "NAME|#N KEY=VALUE"
1881 #: ../src/utils/pacmd.c:61
1882 msgid "#N KEY=VALUE"
1885 #: ../src/utils/pacmd.c:63
1889 #: ../src/utils/pacmd.c:64
1890 msgid "NAME SINK|#N"
1893 #: ../src/utils/pacmd.c:66 ../src/utils/pacmd.c:67
1894 msgid "NAME FILENAME"
1897 #: ../src/utils/pacmd.c:68
1901 #: ../src/utils/pacmd.c:69
1902 msgid "FILENAME SINK|#N"
1905 #: ../src/utils/pacmd.c:71 ../src/utils/pactl.c:1575
1906 msgid "#N SINK|SOURCE"
1909 #: ../src/utils/pacmd.c:73 ../src/utils/pacmd.c:79 ../src/utils/pacmd.c:80
1913 #: ../src/utils/pacmd.c:74 ../src/utils/pactl.c:1577
1914 msgid "CARD PROFILE"
1917 #: ../src/utils/pacmd.c:75 ../src/utils/pactl.c:1579
1918 msgid "NAME|#N PORT"
1921 #: ../src/utils/pacmd.c:76 ../src/utils/pactl.c:1585
1922 msgid "CARD-NAME|CARD-#N PORT OFFSET"
1925 #: ../src/utils/pacmd.c:77
1929 #: ../src/utils/pacmd.c:78
1930 msgid "NUMERIC LEVEL"
1933 #: ../src/utils/pacmd.c:81
1937 #: ../src/utils/pacmd.c:83
1941 " -h, --help Show this help\n"
1942 " --version Show version\n"
1943 "When no command is given pacmd starts in the interactive mode.\n"
1946 #: ../src/utils/pacmd.c:130
1950 "Compiled with libpulse %s\n"
1951 "Linked with libpulse %s\n"
1954 #: ../src/utils/pacmd.c:144
1955 msgid "No PulseAudio daemon running, or not running as session daemon."
1958 #: ../src/utils/pacmd.c:149
1960 msgid "socket(PF_UNIX, SOCK_STREAM, 0): %s"
1963 #: ../src/utils/pacmd.c:166
1965 msgid "connect(): %s"
1968 #: ../src/utils/pacmd.c:174
1969 msgid "Failed to kill PulseAudio daemon."
1972 #: ../src/utils/pacmd.c:182
1973 msgid "Daemon not responding."
1976 #: ../src/utils/pacmd.c:214 ../src/utils/pacmd.c:323 ../src/utils/pacmd.c:341
1981 #: ../src/utils/pacmd.c:270
1986 #: ../src/utils/pacmd.c:281 ../src/utils/pacmd.c:301
1991 #: ../src/utils/pactl.c:166
1993 msgid "Failed to get statistics: %s"
1996 #: ../src/utils/pactl.c:172
1998 msgid "Currently in use: %u blocks containing %s bytes total.\n"
2001 #: ../src/utils/pactl.c:175
2003 msgid "Allocated during whole lifetime: %u blocks containing %s bytes total.\n"
2006 #: ../src/utils/pactl.c:178
2008 msgid "Sample cache size: %s\n"
2011 #: ../src/utils/pactl.c:187
2013 msgid "Failed to get server information: %s"
2016 #: ../src/utils/pactl.c:192
2019 "Server String: %s\n"
2020 "Library Protocol Version: %u\n"
2021 "Server Protocol Version: %u\n"
2023 "Client Index: %u\n"
2027 #: ../src/utils/pactl.c:208
2033 "Server Version: %s\n"
2034 "Default Sample Specification: %s\n"
2035 "Default Channel Map: %s\n"
2036 "Default Sink: %s\n"
2037 "Default Source: %s\n"
2038 "Cookie: %04x:%04x\n"
2041 #: ../src/utils/pactl.c:257 ../src/utils/pactl.c:902 ../src/utils/pactl.c:980
2043 msgid "Failed to get sink information: %s"
2046 #: ../src/utils/pactl.c:283
2052 "\tDescription: %s\n"
2054 "\tSample Specification: %s\n"
2055 "\tChannel Map: %s\n"
2056 "\tOwner Module: %u\n"
2059 "\t balance %0.2f\n"
2060 "\tBase Volume: %s\n"
2061 "\tMonitor Source: %s\n"
2062 "\tLatency: %0.0f usec, configured %0.0f usec\n"
2063 "\tFlags: %s%s%s%s%s%s%s\n"
2068 #: ../src/utils/pactl.c:327 ../src/utils/pactl.c:433 ../src/utils/pactl.c:594
2073 #: ../src/utils/pactl.c:334 ../src/utils/pactl.c:440
2075 msgid "\tActive Port: %s\n"
2078 #: ../src/utils/pactl.c:340 ../src/utils/pactl.c:446
2080 msgid "\tFormats:\n"
2083 #: ../src/utils/pactl.c:364 ../src/utils/pactl.c:922 ../src/utils/pactl.c:995
2085 msgid "Failed to get source information: %s"
2088 #: ../src/utils/pactl.c:390
2094 "\tDescription: %s\n"
2096 "\tSample Specification: %s\n"
2097 "\tChannel Map: %s\n"
2098 "\tOwner Module: %u\n"
2101 "\t balance %0.2f\n"
2102 "\tBase Volume: %s\n"
2103 "\tMonitor of Sink: %s\n"
2104 "\tLatency: %0.0f usec, configured %0.0f usec\n"
2105 "\tFlags: %s%s%s%s%s%s\n"
2110 #: ../src/utils/pactl.c:418 ../src/utils/pactl.c:488 ../src/utils/pactl.c:531
2111 #: ../src/utils/pactl.c:573 ../src/utils/pactl.c:671 ../src/utils/pactl.c:672
2112 #: ../src/utils/pactl.c:683 ../src/utils/pactl.c:741 ../src/utils/pactl.c:742
2113 #: ../src/utils/pactl.c:753 ../src/utils/pactl.c:804 ../src/utils/pactl.c:805
2114 #: ../src/utils/pactl.c:811
2118 #: ../src/utils/pactl.c:457 ../src/utils/pactl.c:861
2120 msgid "Failed to get module information: %s"
2123 #: ../src/utils/pactl.c:480
2129 "\tUsage counter: %s\n"
2134 #: ../src/utils/pactl.c:499
2136 msgid "Failed to get client information: %s"
2139 #: ../src/utils/pactl.c:525
2144 "\tOwner Module: %s\n"
2149 #: ../src/utils/pactl.c:542
2151 msgid "Failed to get card information: %s"
2154 #: ../src/utils/pactl.c:565
2160 "\tOwner Module: %s\n"
2165 #: ../src/utils/pactl.c:581
2167 msgid "\tProfiles:\n"
2170 #: ../src/utils/pactl.c:588
2172 msgid "\tActive Profile: %s\n"
2175 #: ../src/utils/pactl.c:602
2178 "\t\t\tProperties:\n"
2182 #: ../src/utils/pactl.c:607
2184 msgid "\t\t\tPart of profile(s): %s"
2187 #: ../src/utils/pactl.c:624 ../src/utils/pactl.c:942 ../src/utils/pactl.c:1010
2189 msgid "Failed to get sink input information: %s"
2192 #: ../src/utils/pactl.c:653
2197 "\tOwner Module: %s\n"
2200 "\tSample Specification: %s\n"
2201 "\tChannel Map: %s\n"
2206 "\t balance %0.2f\n"
2207 "\tBuffer Latency: %0.0f usec\n"
2208 "\tSink Latency: %0.0f usec\n"
2209 "\tResample method: %s\n"
2214 #: ../src/utils/pactl.c:694 ../src/utils/pactl.c:962 ../src/utils/pactl.c:1025
2216 msgid "Failed to get source output information: %s"
2219 #: ../src/utils/pactl.c:723
2222 "Source Output #%u\n"
2224 "\tOwner Module: %s\n"
2227 "\tSample Specification: %s\n"
2228 "\tChannel Map: %s\n"
2233 "\t balance %0.2f\n"
2234 "\tBuffer Latency: %0.0f usec\n"
2235 "\tSource Latency: %0.0f usec\n"
2236 "\tResample method: %s\n"
2241 #: ../src/utils/pactl.c:764
2243 msgid "Failed to get sample information: %s"
2246 #: ../src/utils/pactl.c:791
2251 "\tSample Specification: %s\n"
2252 "\tChannel Map: %s\n"
2254 "\t balance %0.2f\n"
2255 "\tDuration: %0.1fs\n"
2263 #: ../src/utils/pactl.c:819 ../src/utils/pactl.c:829
2268 #: ../src/utils/pactl.c:868
2270 msgid "Failed to unload module: Module %s not loaded"
2273 #: ../src/utils/pactl.c:886
2276 "Failed to set volume: You tried to set volumes for %d channels, whereas "
2277 "channel/s supported = %d\n"
2280 #: ../src/utils/pactl.c:1052
2282 msgid "Failed to set format: invalid format string %s"
2285 #: ../src/utils/pactl.c:1095
2287 msgid "Failed to upload sample: %s"
2290 #: ../src/utils/pactl.c:1112
2291 msgid "Premature end of file"
2294 #: ../src/utils/pactl.c:1132
2298 #: ../src/utils/pactl.c:1135
2302 #: ../src/utils/pactl.c:1138
2306 #: ../src/utils/pactl.c:1141 ../src/utils/pactl.c:1176
2310 #: ../src/utils/pactl.c:1149
2314 #: ../src/utils/pactl.c:1152
2318 #: ../src/utils/pactl.c:1155
2322 #: ../src/utils/pactl.c:1158
2323 msgid "source-output"
2326 #: ../src/utils/pactl.c:1161
2330 #: ../src/utils/pactl.c:1164
2334 #: ../src/utils/pactl.c:1167
2335 msgid "sample-cache"
2338 #: ../src/utils/pactl.c:1170
2342 #: ../src/utils/pactl.c:1173
2346 #: ../src/utils/pactl.c:1182
2348 msgid "Event '%s' on %s #%u\n"
2351 #: ../src/utils/pactl.c:1461
2352 msgid "Got SIGINT, exiting."
2355 #: ../src/utils/pactl.c:1488
2356 msgid "Invalid volume specification"
2359 #: ../src/utils/pactl.c:1511
2360 msgid "Volume outside permissible range.\n"
2363 #: ../src/utils/pactl.c:1524
2364 msgid "Invalid number of volume specifications.\n"
2367 #: ../src/utils/pactl.c:1536
2368 msgid "Inconsistent volume specification.\n"
2371 #: ../src/utils/pactl.c:1566 ../src/utils/pactl.c:1567
2372 #: ../src/utils/pactl.c:1568 ../src/utils/pactl.c:1569
2373 #: ../src/utils/pactl.c:1570 ../src/utils/pactl.c:1571
2374 #: ../src/utils/pactl.c:1572 ../src/utils/pactl.c:1573
2375 #: ../src/utils/pactl.c:1574 ../src/utils/pactl.c:1575
2376 #: ../src/utils/pactl.c:1576 ../src/utils/pactl.c:1577
2377 #: ../src/utils/pactl.c:1578 ../src/utils/pactl.c:1579
2378 #: ../src/utils/pactl.c:1580 ../src/utils/pactl.c:1581
2379 #: ../src/utils/pactl.c:1582 ../src/utils/pactl.c:1583
2380 #: ../src/utils/pactl.c:1584 ../src/utils/pactl.c:1585
2381 #: ../src/utils/pactl.c:1586
2385 #: ../src/utils/pactl.c:1568
2389 #: ../src/utils/pactl.c:1570
2390 msgid "FILENAME [NAME]"
2393 #: ../src/utils/pactl.c:1571
2397 #: ../src/utils/pactl.c:1580
2398 msgid "NAME|#N VOLUME [VOLUME ...]"
2401 #: ../src/utils/pactl.c:1581
2402 msgid "#N VOLUME [VOLUME ...]"
2405 #: ../src/utils/pactl.c:1582
2406 msgid "NAME|#N 1|0|toggle"
2409 #: ../src/utils/pactl.c:1583
2410 msgid "#N 1|0|toggle"
2413 #: ../src/utils/pactl.c:1584
2417 #: ../src/utils/pactl.c:1587
2421 "The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@\n"
2422 "can be used to specify the default sink, source and monitor.\n"
2425 #: ../src/utils/pactl.c:1590
2429 " -h, --help Show this help\n"
2430 " --version Show version\n"
2432 " -s, --server=SERVER The name of the server to connect "
2434 " -n, --client-name=NAME How to call this client on the "
2438 " -h, --help Zobrazí tohoto pomocníka\n"
2439 " --version Zobrazí verziu\n"
2441 " -s, --server=SERVER Názov servera, na ktorý sa pripojiť\n"
2442 " -n, --client-name=NÁZOV Ako nazvať tohoto klienta na "
2445 #: ../src/utils/pactl.c:1631
2449 "Compiled with libpulse %s\n"
2450 "Linked with libpulse %s\n"
2453 #: ../src/utils/pactl.c:1690
2455 msgid "Specify nothing, or one of: %s"
2458 #: ../src/utils/pactl.c:1700
2459 msgid "Please specify a sample file to load"
2462 #: ../src/utils/pactl.c:1713
2463 msgid "Failed to open sound file."
2466 #: ../src/utils/pactl.c:1725
2467 msgid "Warning: Failed to determine sample specification from file."
2470 #: ../src/utils/pactl.c:1735
2471 msgid "You have to specify a sample name to play"
2474 #: ../src/utils/pactl.c:1747
2475 msgid "You have to specify a sample name to remove"
2478 #: ../src/utils/pactl.c:1756
2479 msgid "You have to specify a sink input index and a sink"
2482 #: ../src/utils/pactl.c:1766
2483 msgid "You have to specify a source output index and a source"
2486 #: ../src/utils/pactl.c:1781
2487 msgid "You have to specify a module name and arguments."
2490 #: ../src/utils/pactl.c:1801
2491 msgid "You have to specify a module index or name"
2494 #: ../src/utils/pactl.c:1814
2496 "You may not specify more than one sink. You have to specify a boolean value."
2499 #: ../src/utils/pactl.c:1819 ../src/utils/pactl.c:1839
2500 msgid "Invalid suspend specification."
2503 #: ../src/utils/pactl.c:1834
2505 "You may not specify more than one source. You have to specify a boolean "
2509 #: ../src/utils/pactl.c:1851
2510 msgid "You have to specify a card name/index and a profile name"
2513 #: ../src/utils/pactl.c:1862
2514 msgid "You have to specify a sink name/index and a port name"
2517 #: ../src/utils/pactl.c:1873
2518 msgid "You have to specify a sink name"
2521 #: ../src/utils/pactl.c:1883
2522 msgid "You have to specify a source name/index and a port name"
2525 #: ../src/utils/pactl.c:1894
2526 msgid "You have to specify a source name"
2529 #: ../src/utils/pactl.c:1904
2530 msgid "You have to specify a sink name/index and a volume"
2533 #: ../src/utils/pactl.c:1917
2534 msgid "You have to specify a source name/index and a volume"
2537 #: ../src/utils/pactl.c:1930
2538 msgid "You have to specify a sink input index and a volume"
2541 #: ../src/utils/pactl.c:1935
2542 msgid "Invalid sink input index"
2545 #: ../src/utils/pactl.c:1946
2546 msgid "You have to specify a source output index and a volume"
2549 #: ../src/utils/pactl.c:1951
2550 msgid "Invalid source output index"
2553 #: ../src/utils/pactl.c:1962
2554 msgid "You have to specify a sink name/index and a mute boolean"
2557 #: ../src/utils/pactl.c:1967 ../src/utils/pactl.c:1982
2558 #: ../src/utils/pactl.c:2002 ../src/utils/pactl.c:2020
2559 msgid "Invalid mute specification"
2562 #: ../src/utils/pactl.c:1977
2563 msgid "You have to specify a source name/index and a mute boolean"
2566 #: ../src/utils/pactl.c:1992
2567 msgid "You have to specify a sink input index and a mute boolean"
2570 #: ../src/utils/pactl.c:1997
2571 msgid "Invalid sink input index specification"
2574 #: ../src/utils/pactl.c:2010
2575 msgid "You have to specify a source output index and a mute boolean"
2578 #: ../src/utils/pactl.c:2015
2579 msgid "Invalid source output index specification"
2582 #: ../src/utils/pactl.c:2032
2584 "You have to specify a sink index and a semicolon-separated list of supported "
2588 #: ../src/utils/pactl.c:2044
2589 msgid "You have to specify a card name/index, a port name and a latency offset"
2592 #: ../src/utils/pactl.c:2051
2593 msgid "Could not parse latency offset"
2596 #: ../src/utils/pactl.c:2063
2597 msgid "No valid command specified."
2598 msgstr "Nebol učený žiadny platný príkaz."
2600 #: ../src/utils/pasuspender.c:81
2602 msgid "fork(): %s\n"
2605 #: ../src/utils/pasuspender.c:94
2607 msgid "execvp(): %s\n"
2610 #: ../src/utils/pasuspender.c:113
2612 msgid "Failure to resume: %s\n"
2613 msgstr "Zlyhanie pri pokračovaní: %s\n"
2615 #: ../src/utils/pasuspender.c:147
2617 msgid "Failure to suspend: %s\n"
2618 msgstr "Zlyhanie pri uspávaní: %s\n"
2620 #: ../src/utils/pasuspender.c:172
2622 msgid "WARNING: Sound server is not local, not suspending.\n"
2623 msgstr "UPOZORNENIE: Zvukový server nie je miestny. Neuspáva sa.\n"
2625 #: ../src/utils/pasuspender.c:185
2627 msgid "Connection failure: %s\n"
2628 msgstr "Zlyhanie pripojenia: %s\n"
2630 #: ../src/utils/pasuspender.c:203
2632 msgid "Got SIGINT, exiting.\n"
2635 #: ../src/utils/pasuspender.c:221
2637 msgid "WARNING: Child process terminated by signal %u\n"
2640 #: ../src/utils/pasuspender.c:230
2643 "%s [options] ... \n"
2645 " -h, --help Show this help\n"
2646 " --version Show version\n"
2647 " -s, --server=SERVER The name of the server to connect "
2653 " -h, --help Zobrazí tohto pomocníka\n"
2654 " --version Zobrazí verziu\n"
2655 " -s, --server=SERVER Názov servera, na ktorý sa pripojiť\n"
2658 #: ../src/utils/pasuspender.c:268
2662 "Compiled with libpulse %s\n"
2663 "Linked with libpulse %s\n"
2666 #: ../src/utils/pasuspender.c:297
2668 msgid "pa_mainloop_new() failed.\n"
2671 #: ../src/utils/pasuspender.c:310
2673 msgid "pa_context_new() failed.\n"
2676 #: ../src/utils/pasuspender.c:322
2678 msgid "pa_mainloop_run() failed.\n"
2681 #: ../src/utils/pax11publish.c:60
2684 "%s [-D display] [-S server] [-O sink] [-I source] [-c file] [-d|-e|-i|-r]\n"
2686 " -d Show current PulseAudio data attached to X11 display (default)\n"
2687 " -e Export local PulseAudio data to X11 display\n"
2688 " -i Import PulseAudio data from X11 display to local environment "
2689 "variables and cookie file.\n"
2690 " -r Remove PulseAudio data from X11 display\n"
2693 #: ../src/utils/pax11publish.c:93
2695 msgid "Failed to parse command line.\n"
2696 msgstr "Zlyhalo analyzovanie príkazového riadku.\n"
2698 #: ../src/utils/pax11publish.c:112
2700 msgid "Server: %s\n"
2701 msgstr "Server: %s\n"
2703 #: ../src/utils/pax11publish.c:114
2705 msgid "Source: %s\n"
2706 msgstr "Zdroj: %s\n"
2708 #: ../src/utils/pax11publish.c:116
2713 #: ../src/utils/pax11publish.c:118
2715 msgid "Cookie: %s\n"
2718 #: ../src/utils/pax11publish.c:136
2720 msgid "Failed to parse cookie data\n"
2723 #: ../src/utils/pax11publish.c:141
2725 msgid "Failed to save cookie data\n"
2728 #: ../src/utils/pax11publish.c:170
2730 msgid "Failed to get FQDN.\n"
2733 #: ../src/utils/pax11publish.c:190
2735 msgid "Failed to load cookie data\n"
2738 #: ../src/utils/pax11publish.c:208
2740 msgid "Not yet implemented.\n"