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