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