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