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