mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
make distcheck pass
This commit is contained in:
parent
e26ffc9b50
commit
fa93cb71e8
9 changed files with 611 additions and 453 deletions
|
|
@ -17,7 +17,7 @@ src/modules/module-solaris.c
|
|||
src/modules/module-default-device-restore.c
|
||||
src/modules/module-x11-xsmp.c
|
||||
src/modules/module-remap-sink.c
|
||||
src/modules/module-bt-proximity.c
|
||||
src/modules/bluetooth/module-bluetooth-proximity.c
|
||||
src/modules/module-detect.c
|
||||
src/modules/module-always-sink.c
|
||||
src/modules/module-lirc.c
|
||||
|
|
@ -39,7 +39,7 @@ src/modules/module-esound-compat-spawnfd.c
|
|||
src/modules/module-esound-compat-spawnpid.c
|
||||
#src/modules/module-waveout.c
|
||||
src/modules/module-combine.c
|
||||
src/modules/bt-proximity-helper.c
|
||||
src/modules/bluetooth/proximity-helper.c
|
||||
src/modules/module-x11-publish.c
|
||||
src/modules/rtp/module-rtp-recv.c
|
||||
src/modules/rtp/sdp.c
|
||||
|
|
|
|||
356
po/de.po
356
po/de.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: pulseaudio\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-08-29 11:33+0000\n"
|
||||
"POT-Creation-Date: 2008-10-06 03:21+0200\n"
|
||||
"PO-Revision-Date: 2008-08-31 12:22+0100\n"
|
||||
"Last-Translator: Fabian Affolter <fab@fedoraproject.org>\n"
|
||||
"Language-Team: German <fedora-trans-de@redhat.com>\n"
|
||||
|
|
@ -17,8 +17,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-Language: German\n"
|
||||
|
||||
#: ../src/daemon/ltdl-bind-now.c:177
|
||||
#: ../src/daemon/ltdl-bind-now.c:197
|
||||
#: ../src/daemon/ltdl-bind-now.c:177 ../src/daemon/ltdl-bind-now.c:197
|
||||
msgid "Failed to add bind-now-loader."
|
||||
msgstr "Hinzufügen von bind-now-loader fehlgeschlagen."
|
||||
|
||||
|
|
@ -114,8 +113,7 @@ msgstr ""
|
|||
msgid "Home directory of user '%s' is not '%s', ignoring."
|
||||
msgstr "Benutzerverzeichnis von Benutzer '%s' ist nicht '%s', ignoriere."
|
||||
|
||||
#: ../src/daemon/main.c:201
|
||||
#: ../src/daemon/main.c:206
|
||||
#: ../src/daemon/main.c:201 ../src/daemon/main.c:206
|
||||
#, c-format
|
||||
msgid "Failed to create '%s': %s"
|
||||
msgstr "Erzeugen von '%s' fehlgeschlagen: %s"
|
||||
|
|
@ -180,22 +178,14 @@ msgstr ""
|
|||
|
||||
#: ../src/daemon/main.c:479
|
||||
msgid ""
|
||||
"Called SUID root and real-time/high-priority scheduling was requested in the configuration. However, we lack the necessary priviliges:\n"
|
||||
"Called SUID root and real-time/high-priority scheduling was requested in the "
|
||||
"configuration. However, we lack the necessary priviliges:\n"
|
||||
"We are not in group '"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:480
|
||||
msgid ""
|
||||
"' and PolicyKit refuse to grant us priviliges. Dropping SUID again.\n"
|
||||
"For enabling real-time scheduling please acquire the appropriate PolicyKit priviliges, or become a member of '"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:481
|
||||
msgid "', or increase the RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this user."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:497
|
||||
msgid "High-priority scheduling enabled in configuration but not allowed by policy."
|
||||
msgid ""
|
||||
"High-priority scheduling enabled in configuration but not allowed by policy."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:522
|
||||
|
|
@ -212,7 +202,8 @@ msgid "Giving up CAP_NICE"
|
|||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:539
|
||||
msgid "Real-time scheduling enabled in configuration but not allowed by policy."
|
||||
msgid ""
|
||||
"Real-time scheduling enabled in configuration but not allowed by policy."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:597
|
||||
|
|
@ -230,7 +221,9 @@ msgid "Failed to kill daemon: %s"
|
|||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:627
|
||||
msgid "This program is not intended to be run as root (unless --system is specified)."
|
||||
msgid ""
|
||||
"This program is not intended to be run as root (unless --system is "
|
||||
"specified)."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:629
|
||||
|
|
@ -291,71 +284,109 @@ msgstr "Dies ist PulseAudio %s"
|
|||
|
||||
#: ../src/daemon/main.c:781
|
||||
#, c-format
|
||||
msgid "Compilation host: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:782
|
||||
#, c-format
|
||||
msgid "Compilation CFLAGS: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:785
|
||||
#, c-format
|
||||
msgid "Running on host: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:788
|
||||
#, c-format
|
||||
msgid "Page size is %lu bytes"
|
||||
msgstr "Seitengröße ist %lu Bytes."
|
||||
|
||||
#: ../src/daemon/main.c:784
|
||||
#: ../src/daemon/main.c:791
|
||||
msgid "Compiled with Valgrind support: yes"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:793
|
||||
msgid "Compiled with Valgrind support: no"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:796
|
||||
#, c-format
|
||||
msgid "Running in valgrind mode: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:799
|
||||
msgid "Optimized build: yes"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:801
|
||||
msgid "Optimized build: no"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:805
|
||||
msgid "Failed to get machine ID"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:787
|
||||
#: ../src/daemon/main.c:808
|
||||
#, c-format
|
||||
msgid "Machine ID is %s."
|
||||
msgstr "System- ID ist %s."
|
||||
|
||||
#: ../src/daemon/main.c:792
|
||||
#: ../src/daemon/main.c:813
|
||||
#, c-format
|
||||
msgid "Using runtime directory %s."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:797
|
||||
#: ../src/daemon/main.c:818
|
||||
#, c-format
|
||||
msgid "Using state directory %s."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:800
|
||||
#: ../src/daemon/main.c:821
|
||||
#, c-format
|
||||
msgid "Running in system mode: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:815
|
||||
#: ../src/daemon/main.c:836
|
||||
msgid "pa_pid_file_create() failed."
|
||||
msgstr "pa_pid_file_create() fehlgeschlagen."
|
||||
|
||||
#: ../src/daemon/main.c:827
|
||||
#: ../src/daemon/main.c:848
|
||||
msgid "Fresh high-resolution timers available! Bon appetit!"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:829
|
||||
msgid "Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!"
|
||||
#: ../src/daemon/main.c:850
|
||||
msgid ""
|
||||
"Dude, your kernel stinks! The chef's recommendation today is Linux with high-"
|
||||
"resolution timers enabled!"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:839
|
||||
#: ../src/daemon/main.c:860
|
||||
msgid "pa_core_new() failed."
|
||||
msgstr "pa_core_new() fehlgeschlagen."
|
||||
|
||||
#: ../src/daemon/main.c:899
|
||||
#: ../src/daemon/main.c:921
|
||||
msgid "Failed to initialize daemon."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:904
|
||||
#: ../src/daemon/main.c:926
|
||||
msgid "Daemon startup without any loaded modules, refusing to work."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:909
|
||||
#: ../src/daemon/main.c:931
|
||||
#, c-format
|
||||
msgid "Default sink name (%s) does not exist in name register."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:922
|
||||
#: ../src/daemon/main.c:944
|
||||
msgid "Daemon startup complete."
|
||||
msgstr "Start des Dämons abgeschlossen."
|
||||
|
||||
#: ../src/daemon/main.c:928
|
||||
#: ../src/daemon/main.c:950
|
||||
msgid "Daemon shutdown initiated."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:949
|
||||
#: ../src/daemon/main.c:971
|
||||
msgid "Daemon terminated."
|
||||
msgstr "Dämon beendet."
|
||||
|
||||
|
|
@ -370,8 +401,10 @@ msgid ""
|
|||
" --dump-conf Dump default configuration\n"
|
||||
" --dump-modules Dump list of available modules\n"
|
||||
" --dump-resample-methods Dump available resample methods\n"
|
||||
" --cleanup-shm Cleanup stale shared memory segments\n"
|
||||
" --start Start the daemon if it is not running\n"
|
||||
" --cleanup-shm Cleanup stale shared memory "
|
||||
"segments\n"
|
||||
" --start Start the daemon if it is not "
|
||||
"running\n"
|
||||
" -k --kill Kill a running daemon\n"
|
||||
" --check Check for a running daemon\n"
|
||||
"\n"
|
||||
|
|
@ -380,24 +413,31 @@ msgid ""
|
|||
" -D, --daemonize[=BOOL] Daemonize after startup\n"
|
||||
" --fail[=BOOL] Quit when startup fails\n"
|
||||
" --high-priority[=BOOL] Try to set high nice level\n"
|
||||
" (only available as root, when SUID or\n"
|
||||
" (only available as root, when SUID "
|
||||
"or\n"
|
||||
" with elevated RLIMIT_NICE)\n"
|
||||
" --realtime[=BOOL] Try to enable realtime scheduling\n"
|
||||
" (only available as root, when SUID or\n"
|
||||
" (only available as root, when SUID "
|
||||
"or\n"
|
||||
" with elevated RLIMIT_RTPRIO)\n"
|
||||
" --disallow-module-loading[=BOOL] Disallow module user requested module\n"
|
||||
" --disallow-module-loading[=BOOL] Disallow module user requested "
|
||||
"module\n"
|
||||
" loading/unloading after startup\n"
|
||||
" --disallow-exit[=BOOL] Disallow user requested exit\n"
|
||||
" --exit-idle-time=SECS Terminate the daemon when idle and this\n"
|
||||
" --exit-idle-time=SECS Terminate the daemon when idle and "
|
||||
"this\n"
|
||||
" time passed\n"
|
||||
" --module-idle-time=SECS Unload autoloaded modules when idle and\n"
|
||||
" --module-idle-time=SECS Unload autoloaded modules when idle "
|
||||
"and\n"
|
||||
" this time passed\n"
|
||||
" --scache-idle-time=SECS Unload autoloaded samples when idle and\n"
|
||||
" --scache-idle-time=SECS Unload autoloaded samples when idle "
|
||||
"and\n"
|
||||
" this time passed\n"
|
||||
" --log-level[=LEVEL] Increase or set verbosity level\n"
|
||||
" -v Increase the verbosity level\n"
|
||||
" --log-target={auto,syslog,stderr} Specify the log target\n"
|
||||
" -p, --dl-search-path=PATH Set the search path for dynamic shared\n"
|
||||
" -p, --dl-search-path=PATH Set the search path for dynamic "
|
||||
"shared\n"
|
||||
" objects (plugins)\n"
|
||||
" --resample-method=METHOD Use the specified resampling method\n"
|
||||
" (See --dump-resample-methods for\n"
|
||||
|
|
@ -408,10 +448,12 @@ msgid ""
|
|||
" --disable-shm[=BOOL] Disable shared memory support.\n"
|
||||
"\n"
|
||||
"STARTUP SCRIPT:\n"
|
||||
" -L, --load=\"MODULE ARGUMENTS\" Load the specified plugin module with\n"
|
||||
" -L, --load=\"MODULE ARGUMENTS\" Load the specified plugin module "
|
||||
"with\n"
|
||||
" the specified argument\n"
|
||||
" -F, --file=FILENAME Run the specified script\n"
|
||||
" -C Open a command line on the running TTY\n"
|
||||
" -C Open a command line on the running "
|
||||
"TTY\n"
|
||||
" after startup\n"
|
||||
"\n"
|
||||
" -n Don't load default script file\n"
|
||||
|
|
@ -426,7 +468,9 @@ msgid "--fail expects boolean argument"
|
|||
msgstr ""
|
||||
|
||||
#: ../src/daemon/cmdline.c:262
|
||||
msgid "--log-level expects log level argument (either numeric in range 0..4 or one of debug, info, notice, warn, error)."
|
||||
msgid ""
|
||||
"--log-level expects log level argument (either numeric in range 0..4 or one "
|
||||
"of debug, info, notice, warn, error)."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/cmdline.c:274
|
||||
|
|
@ -510,76 +554,76 @@ msgstr "Lade einmalig: %s\n"
|
|||
msgid "Path: %s\n"
|
||||
msgstr "Pfad: %s\n"
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:203
|
||||
#: ../src/daemon/daemon-conf.c:205
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid log target '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:219
|
||||
#: ../src/daemon/daemon-conf.c:221
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid log level '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:235
|
||||
#: ../src/daemon/daemon-conf.c:237
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid resample method '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:258
|
||||
#: ../src/daemon/daemon-conf.c:260
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid rlimit '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:265
|
||||
#: ../src/daemon/daemon-conf.c:267
|
||||
#, c-format
|
||||
msgid "[%s:%u] rlimit not supported on this platform."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:281
|
||||
#: ../src/daemon/daemon-conf.c:283
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid sample format '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:299
|
||||
#: ../src/daemon/daemon-conf.c:301
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid sample rate '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:317
|
||||
#: ../src/daemon/daemon-conf.c:319
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid sample channels '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:335
|
||||
#: ../src/daemon/daemon-conf.c:337
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid number of fragments '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:353
|
||||
#: ../src/daemon/daemon-conf.c:355
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid fragment size '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:371
|
||||
#: ../src/daemon/daemon-conf.c:373
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid nice level '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:564
|
||||
#: ../src/daemon/daemon-conf.c:570
|
||||
#, c-format
|
||||
msgid "Failed to open configuration file: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:638
|
||||
#: ../src/daemon/daemon-conf.c:644
|
||||
#, c-format
|
||||
msgid "### Read from configuration file: %s ###\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/caps.c:62
|
||||
#: ../src/daemon/caps.c:63
|
||||
msgid "Dropping root priviliges."
|
||||
msgstr "Verlasse Root-Berechtigungen."
|
||||
|
||||
#: ../src/daemon/caps.c:102
|
||||
#: ../src/daemon/caps.c:103
|
||||
msgid "Limited capabilities successfully to CAP_SYS_NICE."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -787,6 +831,12 @@ msgstr "Oben Hinten Links"
|
|||
msgid "Top Rear Right"
|
||||
msgstr "Oben Hinten Rechts"
|
||||
|
||||
#: ../src/pulse/channelmap.c:472 ../src/pulse/sample.c:144
|
||||
#: ../src/pulse/volume.c:163 ../src/pulse/volume.c:194
|
||||
#, fuzzy
|
||||
msgid "(invalid)"
|
||||
msgstr "Ungültig"
|
||||
|
||||
#: ../src/pulse/error.c:43
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
|
@ -875,12 +925,7 @@ msgstr "Unbekannter Fehlercode"
|
|||
msgid "No such extension"
|
||||
msgstr "Erweiterung nicht vorhanden"
|
||||
|
||||
#: ../src/pulse/sample.c:134
|
||||
msgid "Invalid"
|
||||
msgstr "Ungültig"
|
||||
|
||||
#: ../src/pulse/client-conf-x11.c:55
|
||||
#: ../src/utils/pax11publish.c:100
|
||||
#: ../src/pulse/client-conf-x11.c:55 ../src/utils/pax11publish.c:100
|
||||
msgid "XOpenDisplay() failed"
|
||||
msgstr "XOpenDisplay() fehlgeschlagen"
|
||||
|
||||
|
|
@ -888,31 +933,26 @@ msgstr "XOpenDisplay() fehlgeschlagen"
|
|||
msgid "Failed to parse cookie data"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/client-conf.c:117
|
||||
#: ../src/pulse/client-conf.c:120
|
||||
#, c-format
|
||||
msgid "Failed to open configuration file '%s': %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/context.c:542
|
||||
#: ../src/pulse/context.c:516
|
||||
msgid "No cookie loaded. Attempting to connect without."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/context.c:596
|
||||
#, c-format
|
||||
msgid "socketpair(): %s"
|
||||
msgstr "socketpair(): %s"
|
||||
|
||||
#: ../src/pulse/context.c:610
|
||||
#: ../src/pulse/context.c:642
|
||||
#, c-format
|
||||
msgid "fork(): %s"
|
||||
msgstr "fork(): %s"
|
||||
|
||||
#: ../src/pulse/context.c:673
|
||||
#: ../src/pulse/context.c:695
|
||||
#, c-format
|
||||
msgid "waitpid(): %s"
|
||||
msgstr "waitpid(): %s"
|
||||
|
||||
#: ../src/pulse/context.c:1354
|
||||
#: ../src/pulse/context.c:1256
|
||||
#, c-format
|
||||
msgid "Received message for unknown extension '%s'"
|
||||
msgstr ""
|
||||
|
|
@ -1026,28 +1066,23 @@ msgstr "pa_stream_connect_playback() fehlgeschlagen: %s\n"
|
|||
msgid "pa_stream_connect_record() failed: %s\n"
|
||||
msgstr "pa_stream_connect_record() fehlgeschlagen: %s\n"
|
||||
|
||||
#: ../src/utils/pacat.c:307
|
||||
#: ../src/utils/pasuspender.c:159
|
||||
#: ../src/utils/pactl.c:666
|
||||
#: ../src/utils/paplay.c:183
|
||||
#: ../src/utils/pacat.c:307 ../src/utils/pasuspender.c:159
|
||||
#: ../src/utils/pactl.c:666 ../src/utils/paplay.c:183
|
||||
#, c-format
|
||||
msgid "Connection failure: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pacat.c:328
|
||||
#: ../src/utils/paplay.c:75
|
||||
#: ../src/utils/pacat.c:328 ../src/utils/paplay.c:75
|
||||
#, c-format
|
||||
msgid "Failed to drain stream: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pacat.c:333
|
||||
#: ../src/utils/paplay.c:80
|
||||
#: ../src/utils/pacat.c:333 ../src/utils/paplay.c:80
|
||||
#, c-format
|
||||
msgid "Playback stream drained.\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pacat.c:343
|
||||
#: ../src/utils/paplay.c:92
|
||||
#: ../src/utils/pacat.c:343 ../src/utils/paplay.c:92
|
||||
#, c-format
|
||||
msgid "Draining connection to server.\n"
|
||||
msgstr ""
|
||||
|
|
@ -1105,27 +1140,44 @@ msgid ""
|
|||
"\n"
|
||||
" -v, --verbose Enable verbose operations\n"
|
||||
"\n"
|
||||
" -s, --server=SERVER The name of the server to connect to\n"
|
||||
" -d, --device=DEVICE The name of the sink/source to connect to\n"
|
||||
" -n, --client-name=NAME How to call this client on the server\n"
|
||||
" --stream-name=NAME How to call this stream on the server\n"
|
||||
" --volume=VOLUME Specify the initial (linear) volume in range 0...65536\n"
|
||||
" --rate=SAMPLERATE The sample rate in Hz (defaults to 44100)\n"
|
||||
" --format=SAMPLEFORMAT The sample type, one of s16le, s16be, u8, float32le,\n"
|
||||
" float32be, ulaw, alaw (defaults to s16ne)\n"
|
||||
" --channels=CHANNELS The number of channels, 1 for mono, 2 for stereo\n"
|
||||
" -s, --server=SERVER The name of the server to connect "
|
||||
"to\n"
|
||||
" -d, --device=DEVICE The name of the sink/source to "
|
||||
"connect to\n"
|
||||
" -n, --client-name=NAME How to call this client on the "
|
||||
"server\n"
|
||||
" --stream-name=NAME How to call this stream on the "
|
||||
"server\n"
|
||||
" --volume=VOLUME Specify the initial (linear) volume "
|
||||
"in range 0...65536\n"
|
||||
" --rate=SAMPLERATE The sample rate in Hz (defaults to "
|
||||
"44100)\n"
|
||||
" --format=SAMPLEFORMAT The sample type, one of s16le, "
|
||||
"s16be, u8, float32le,\n"
|
||||
" float32be, ulaw, alaw, s32le, s32be "
|
||||
"(defaults to s16ne)\n"
|
||||
" --channels=CHANNELS The number of channels, 1 for mono, "
|
||||
"2 for stereo\n"
|
||||
" (defaults to 2)\n"
|
||||
" --channel-map=CHANNELMAP Channel map to use instead of the default\n"
|
||||
" --fix-format Take the sample format from the sink the stream is\n"
|
||||
" --channel-map=CHANNELMAP Channel map to use instead of the "
|
||||
"default\n"
|
||||
" --fix-format Take the sample format from the sink "
|
||||
"the stream is\n"
|
||||
" being connected to.\n"
|
||||
" --fix-rate Take the sampling rate from the sink the stream is\n"
|
||||
" --fix-rate Take the sampling rate from the sink "
|
||||
"the stream is\n"
|
||||
" being connected to.\n"
|
||||
" --fix-channels Take the number of channels and the channel map\n"
|
||||
" from the sink the stream is being connected to.\n"
|
||||
" --fix-channels Take the number of channels and the "
|
||||
"channel map\n"
|
||||
" from the sink the stream is being "
|
||||
"connected to.\n"
|
||||
" --no-remix Don't upmix or downmix channels.\n"
|
||||
" --no-remap Map channels by index instead of name.\n"
|
||||
" --latency=BYTES Request the specified latency in bytes.\n"
|
||||
" --process-time=BYTES Request the specified process time per request in bytes.\n"
|
||||
" --no-remap Map channels by index instead of "
|
||||
"name.\n"
|
||||
" --latency=BYTES Request the specified latency in "
|
||||
"bytes.\n"
|
||||
" --process-time=BYTES Request the specified process time "
|
||||
"per request in bytes.\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pacat.c:591
|
||||
|
|
@ -1189,10 +1241,8 @@ msgstr "dup2(): %s\n"
|
|||
msgid "Too many arguments.\n"
|
||||
msgstr "Zu viele Argumente.\n"
|
||||
|
||||
#: ../src/utils/pacat.c:742
|
||||
#: ../src/utils/pasuspender.c:280
|
||||
#: ../src/utils/pactl.c:909
|
||||
#: ../src/utils/paplay.c:381
|
||||
#: ../src/utils/pacat.c:742 ../src/utils/pasuspender.c:280
|
||||
#: ../src/utils/pactl.c:909 ../src/utils/paplay.c:381
|
||||
#, c-format
|
||||
msgid "pa_mainloop_new() failed.\n"
|
||||
msgstr "pa_mainloop_new() fehlgeschlagen.\n"
|
||||
|
|
@ -1202,23 +1252,24 @@ msgstr "pa_mainloop_new() fehlgeschlagen.\n"
|
|||
msgid "io_new() failed.\n"
|
||||
msgstr "io_new() fehlgeschlagen.\n"
|
||||
|
||||
#: ../src/utils/pacat.c:769
|
||||
#: ../src/utils/pasuspender.c:293
|
||||
#: ../src/utils/pactl.c:923
|
||||
#: ../src/utils/paplay.c:396
|
||||
#: ../src/utils/pacat.c:769 ../src/utils/pasuspender.c:293
|
||||
#: ../src/utils/pactl.c:923 ../src/utils/paplay.c:396
|
||||
#, c-format
|
||||
msgid "pa_context_new() failed.\n"
|
||||
msgstr "pa_context_new() fehlgeschlagen.\n"
|
||||
|
||||
#: ../src/utils/pacat.c:785
|
||||
#: ../src/utils/pacat.c:777
|
||||
#, fuzzy, c-format
|
||||
msgid "pa_context_connect() failed: %s"
|
||||
msgstr "pa_context_new() fehlgeschlagen.\n"
|
||||
|
||||
#: ../src/utils/pacat.c:788
|
||||
#, c-format
|
||||
msgid "time_new() failed.\n"
|
||||
msgstr "time_new() fehlgeschlagen.\n"
|
||||
|
||||
#: ../src/utils/pacat.c:792
|
||||
#: ../src/utils/pasuspender.c:301
|
||||
#: ../src/utils/pactl.c:931
|
||||
#: ../src/utils/paplay.c:407
|
||||
#: ../src/utils/pacat.c:795 ../src/utils/pasuspender.c:301
|
||||
#: ../src/utils/pactl.c:931 ../src/utils/paplay.c:407
|
||||
#, c-format
|
||||
msgid "pa_mainloop_run() failed.\n"
|
||||
msgstr "pa_mainloop_run() fehlgeschlagen.\n"
|
||||
|
|
@ -1248,8 +1299,7 @@ msgstr ""
|
|||
msgid "WARNING: Sound server is not local, not suspending.\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pasuspender.c:176
|
||||
#: ../src/utils/pactl.c:672
|
||||
#: ../src/utils/pasuspender.c:176 ../src/utils/pactl.c:672
|
||||
#: ../src/utils/paplay.c:191
|
||||
#, c-format
|
||||
msgid "Got SIGINT, exiting.\n"
|
||||
|
|
@ -1267,7 +1317,8 @@ msgid ""
|
|||
"\n"
|
||||
" -h, --help Show this help\n"
|
||||
" --version Show version\n"
|
||||
" -s, --server=SERVER The name of the server to connect to\n"
|
||||
" -s, --server=SERVER The name of the server to connect "
|
||||
"to\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1339,8 +1390,7 @@ msgid ""
|
|||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pactl.c:193
|
||||
#: ../src/utils/pactl.c:371
|
||||
#: ../src/utils/pactl.c:193 ../src/utils/pactl.c:371
|
||||
msgid "muted"
|
||||
msgstr "stumm"
|
||||
|
||||
|
|
@ -1366,18 +1416,10 @@ msgid ""
|
|||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pactl.c:246
|
||||
#: ../src/utils/pactl.c:289
|
||||
#: ../src/utils/pactl.c:322
|
||||
#: ../src/utils/pactl.c:366
|
||||
#: ../src/utils/pactl.c:367
|
||||
#: ../src/utils/pactl.c:374
|
||||
#: ../src/utils/pactl.c:418
|
||||
#: ../src/utils/pactl.c:419
|
||||
#: ../src/utils/pactl.c:425
|
||||
#: ../src/utils/pactl.c:468
|
||||
#: ../src/utils/pactl.c:469
|
||||
#: ../src/utils/pactl.c:473
|
||||
#: ../src/utils/pactl.c:246 ../src/utils/pactl.c:289 ../src/utils/pactl.c:322
|
||||
#: ../src/utils/pactl.c:366 ../src/utils/pactl.c:367 ../src/utils/pactl.c:374
|
||||
#: ../src/utils/pactl.c:418 ../src/utils/pactl.c:419 ../src/utils/pactl.c:425
|
||||
#: ../src/utils/pactl.c:468 ../src/utils/pactl.c:469 ../src/utils/pactl.c:473
|
||||
msgid "n/a"
|
||||
msgstr "k.A."
|
||||
|
||||
|
|
@ -1500,8 +1542,7 @@ msgstr ""
|
|||
msgid "source"
|
||||
msgstr "Quelle"
|
||||
|
||||
#: ../src/utils/pactl.c:511
|
||||
#: ../src/utils/pactl.c:521
|
||||
#: ../src/utils/pactl.c:511 ../src/utils/pactl.c:521
|
||||
#, c-format
|
||||
msgid "Failure: %s\n"
|
||||
msgstr ""
|
||||
|
|
@ -1535,8 +1576,10 @@ msgid ""
|
|||
" -h, --help Show this help\n"
|
||||
" --version Show version\n"
|
||||
"\n"
|
||||
" -s, --server=SERVER The name of the server to connect to\n"
|
||||
" -n, --client-name=NAME How to call this client on the server\n"
|
||||
" -s, --server=SERVER The name of the server to connect "
|
||||
"to\n"
|
||||
" -n, --client-name=NAME How to call this client on the "
|
||||
"server\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pactl.c:729
|
||||
|
|
@ -1589,12 +1632,16 @@ msgstr ""
|
|||
|
||||
#: ../src/utils/pactl.c:875
|
||||
#, c-format
|
||||
msgid "You may not specify more than one sink. You have to specify at least one boolean value.\n"
|
||||
msgid ""
|
||||
"You may not specify more than one sink. You have to specify at least one "
|
||||
"boolean value.\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pactl.c:888
|
||||
#, c-format
|
||||
msgid "You may not specify more than one source. You have to specify at least one boolean value.\n"
|
||||
msgid ""
|
||||
"You may not specify more than one source. You have to specify at least one "
|
||||
"boolean value.\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pactl.c:904
|
||||
|
|
@ -1609,7 +1656,8 @@ msgid ""
|
|||
"\n"
|
||||
" -d Show current PulseAudio data attached to X11 display (default)\n"
|
||||
" -e Export local PulseAudio data to X11 display\n"
|
||||
" -i Import PulseAudio data from X11 display to local environment variables and cookie file.\n"
|
||||
" -i Import PulseAudio data from X11 display to local environment "
|
||||
"variables and cookie file.\n"
|
||||
" -r Remove PulseAudio data from X11 display\n"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1696,14 +1744,12 @@ msgstr ""
|
|||
msgid "select(): %s"
|
||||
msgstr "select(): %s"
|
||||
|
||||
#: ../src/utils/pacmd.c:124
|
||||
#: ../src/utils/pacmd.c:140
|
||||
#: ../src/utils/pacmd.c:124 ../src/utils/pacmd.c:140
|
||||
#, c-format
|
||||
msgid "read(): %s"
|
||||
msgstr "read(): %s"
|
||||
|
||||
#: ../src/utils/pacmd.c:153
|
||||
#: ../src/utils/pacmd.c:167
|
||||
#: ../src/utils/pacmd.c:153 ../src/utils/pacmd.c:167
|
||||
#, c-format
|
||||
msgid "write(): %s"
|
||||
msgstr "write(): %s"
|
||||
|
|
@ -1733,11 +1779,15 @@ msgid ""
|
|||
"\n"
|
||||
" -v, --verbose Enable verbose operation\n"
|
||||
"\n"
|
||||
" -s, --server=SERVER The name of the server to connect to\n"
|
||||
" -s, --server=SERVER The name of the server to connect "
|
||||
"to\n"
|
||||
" -d, --device=DEVICE The name of the sink to connect to\n"
|
||||
" -n, --client-name=NAME How to call this client on the server\n"
|
||||
" --stream-name=NAME How to call this stream on the server\n"
|
||||
" --volume=VOLUME Specify the initial (linear) volume in range 0...65536\n"
|
||||
" -n, --client-name=NAME How to call this client on the "
|
||||
"server\n"
|
||||
" --stream-name=NAME How to call this stream on the "
|
||||
"server\n"
|
||||
" --volume=VOLUME Specify the initial (linear) volume "
|
||||
"in range 0...65536\n"
|
||||
" --channel-map=CHANNELMAP Set the channel map to the use\n"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1769,3 +1819,9 @@ msgstr ""
|
|||
msgid "Using sample spec '%s'\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulsecore/lock-autospawn.c:126 ../src/pulsecore/lock-autospawn.c:207
|
||||
msgid "Cannot access autospawn lock."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "socketpair(): %s"
|
||||
#~ msgstr "socketpair(): %s"
|
||||
|
|
|
|||
138
po/el.po
138
po/el.po
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: el\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-08-22 19:36+0300\n"
|
||||
"POT-Creation-Date: 2008-10-06 03:21+0200\n"
|
||||
"PO-Revision-Date: 2008-08-22 19:40+0300\n"
|
||||
"Last-Translator: Dimitris Glezos <dimitris@glezos.com>\n"
|
||||
"Language-Team: Greek <fedora-trans-el@redhat.com>\n"
|
||||
|
|
@ -283,42 +283,78 @@ msgstr "Αυτό είναι το PulseAudio %s"
|
|||
|
||||
#: ../src/daemon/main.c:781
|
||||
#, c-format
|
||||
msgid "Compilation host: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:782
|
||||
#, c-format
|
||||
msgid "Compilation CFLAGS: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:785
|
||||
#, c-format
|
||||
msgid "Running on host: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:788
|
||||
#, c-format
|
||||
msgid "Page size is %lu bytes"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:784
|
||||
#: ../src/daemon/main.c:791
|
||||
msgid "Compiled with Valgrind support: yes"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:793
|
||||
msgid "Compiled with Valgrind support: no"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:796
|
||||
#, c-format
|
||||
msgid "Running in valgrind mode: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:799
|
||||
msgid "Optimized build: yes"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:801
|
||||
msgid "Optimized build: no"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:805
|
||||
msgid "Failed to get machine ID"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:787
|
||||
#: ../src/daemon/main.c:808
|
||||
#, c-format
|
||||
msgid "Machine ID is %s."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:792
|
||||
#: ../src/daemon/main.c:813
|
||||
#, c-format
|
||||
msgid "Using runtime directory %s."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:797
|
||||
#: ../src/daemon/main.c:818
|
||||
#, c-format
|
||||
msgid "Using state directory %s."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:800
|
||||
#: ../src/daemon/main.c:821
|
||||
#, c-format
|
||||
msgid "Running in system mode: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:815
|
||||
#: ../src/daemon/main.c:836
|
||||
msgid "pa_pid_file_create() failed."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:827
|
||||
#: ../src/daemon/main.c:848
|
||||
msgid "Fresh high-resolution timers available! Bon appetit!"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:829
|
||||
#: ../src/daemon/main.c:850
|
||||
msgid ""
|
||||
"Dude, your kernel stinks! The chef's recommendation today is Linux with high-"
|
||||
"resolution timers enabled!"
|
||||
|
|
@ -326,32 +362,32 @@ msgstr ""
|
|||
"Δικέ μου, ο πυρήνας σου είναι για τα μπάζα! Η πρόταση του σεφ σήμερα είναι "
|
||||
"Linux με ενεργοποιημένα τα high-resolution timers!"
|
||||
|
||||
#: ../src/daemon/main.c:839
|
||||
#: ../src/daemon/main.c:860
|
||||
msgid "pa_core_new() failed."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:899
|
||||
#: ../src/daemon/main.c:921
|
||||
msgid "Failed to initialize daemon."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:904
|
||||
#: ../src/daemon/main.c:926
|
||||
msgid "Daemon startup without any loaded modules, refusing to work."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:909
|
||||
#: ../src/daemon/main.c:931
|
||||
#, c-format
|
||||
msgid "Default sink name (%s) does not exist in name register."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:922
|
||||
#: ../src/daemon/main.c:944
|
||||
msgid "Daemon startup complete."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:928
|
||||
#: ../src/daemon/main.c:950
|
||||
msgid "Daemon shutdown initiated."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:949
|
||||
#: ../src/daemon/main.c:971
|
||||
msgid "Daemon terminated."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -519,76 +555,76 @@ msgstr ""
|
|||
msgid "Path: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:203
|
||||
#: ../src/daemon/daemon-conf.c:205
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid log target '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:219
|
||||
#: ../src/daemon/daemon-conf.c:221
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid log level '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:235
|
||||
#: ../src/daemon/daemon-conf.c:237
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid resample method '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:258
|
||||
#: ../src/daemon/daemon-conf.c:260
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid rlimit '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:265
|
||||
#: ../src/daemon/daemon-conf.c:267
|
||||
#, c-format
|
||||
msgid "[%s:%u] rlimit not supported on this platform."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:281
|
||||
#: ../src/daemon/daemon-conf.c:283
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid sample format '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:299
|
||||
#: ../src/daemon/daemon-conf.c:301
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid sample rate '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:317
|
||||
#: ../src/daemon/daemon-conf.c:319
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid sample channels '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:335
|
||||
#: ../src/daemon/daemon-conf.c:337
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid number of fragments '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:353
|
||||
#: ../src/daemon/daemon-conf.c:355
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid fragment size '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:371
|
||||
#: ../src/daemon/daemon-conf.c:373
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid nice level '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:564
|
||||
#: ../src/daemon/daemon-conf.c:570
|
||||
#, c-format
|
||||
msgid "Failed to open configuration file: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:638
|
||||
#: ../src/daemon/daemon-conf.c:644
|
||||
#, c-format
|
||||
msgid "### Read from configuration file: %s ###\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/caps.c:62
|
||||
#: ../src/daemon/caps.c:63
|
||||
msgid "Dropping root priviliges."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/caps.c:102
|
||||
#: ../src/daemon/caps.c:103
|
||||
msgid "Limited capabilities successfully to CAP_SYS_NICE."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -796,6 +832,11 @@ msgstr ""
|
|||
msgid "Top Rear Right"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/channelmap.c:472 ../src/pulse/sample.c:144
|
||||
#: ../src/pulse/volume.c:163 ../src/pulse/volume.c:194
|
||||
msgid "(invalid)"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/error.c:43
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
|
@ -884,10 +925,6 @@ msgstr ""
|
|||
msgid "No such extension"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/sample.c:134
|
||||
msgid "Invalid"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/client-conf-x11.c:55 ../src/utils/pax11publish.c:100
|
||||
msgid "XOpenDisplay() failed"
|
||||
msgstr ""
|
||||
|
|
@ -896,31 +933,26 @@ msgstr ""
|
|||
msgid "Failed to parse cookie data"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/client-conf.c:117
|
||||
#: ../src/pulse/client-conf.c:120
|
||||
#, c-format
|
||||
msgid "Failed to open configuration file '%s': %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/context.c:542
|
||||
#: ../src/pulse/context.c:516
|
||||
msgid "No cookie loaded. Attempting to connect without."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/context.c:596
|
||||
#, c-format
|
||||
msgid "socketpair(): %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/context.c:610
|
||||
#: ../src/pulse/context.c:642
|
||||
#, c-format
|
||||
msgid "fork(): %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/context.c:673
|
||||
#: ../src/pulse/context.c:695
|
||||
#, c-format
|
||||
msgid "waitpid(): %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/context.c:1354
|
||||
#: ../src/pulse/context.c:1256
|
||||
#, c-format
|
||||
msgid "Received message for unknown extension '%s'"
|
||||
msgstr ""
|
||||
|
|
@ -1122,8 +1154,8 @@ msgid ""
|
|||
"44100)\n"
|
||||
" --format=SAMPLEFORMAT The sample type, one of s16le, "
|
||||
"s16be, u8, float32le,\n"
|
||||
" float32be, ulaw, alaw (defaults to "
|
||||
"s16ne)\n"
|
||||
" float32be, ulaw, alaw, s32le, s32be "
|
||||
"(defaults to s16ne)\n"
|
||||
" --channels=CHANNELS The number of channels, 1 for mono, "
|
||||
"2 for stereo\n"
|
||||
" (defaults to 2)\n"
|
||||
|
|
@ -1226,12 +1258,17 @@ msgstr ""
|
|||
msgid "pa_context_new() failed.\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pacat.c:785
|
||||
#: ../src/utils/pacat.c:777
|
||||
#, c-format
|
||||
msgid "pa_context_connect() failed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pacat.c:788
|
||||
#, c-format
|
||||
msgid "time_new() failed.\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pacat.c:792 ../src/utils/pasuspender.c:301
|
||||
#: ../src/utils/pacat.c:795 ../src/utils/pasuspender.c:301
|
||||
#: ../src/utils/pactl.c:931 ../src/utils/paplay.c:407
|
||||
#, c-format
|
||||
msgid "pa_mainloop_run() failed.\n"
|
||||
|
|
@ -1782,3 +1819,6 @@ msgstr ""
|
|||
msgid "Using sample spec '%s'\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulsecore/lock-autospawn.c:126 ../src/pulsecore/lock-autospawn.c:207
|
||||
msgid "Cannot access autospawn lock."
|
||||
msgstr ""
|
||||
|
|
|
|||
189
po/fr.po
189
po/fr.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: pulseaudio trunk\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-09-06 06:06+0000\n"
|
||||
"POT-Creation-Date: 2008-10-06 03:21+0200\n"
|
||||
"PO-Revision-Date: 2008-09-06 10:49+0200\n"
|
||||
"Last-Translator: Robert-André Mauchin <zebob.m@pengzone.org>\n"
|
||||
"Language-Team: Fedora French <fedora-trans-fr@redhat.com>\n"
|
||||
|
|
@ -192,22 +192,6 @@ msgstr ""
|
|||
"nécessaires :\n"
|
||||
"nous ne somme pas dans le groupe "
|
||||
|
||||
#: ../src/daemon/main.c:480
|
||||
msgid ""
|
||||
"' and PolicyKit refuse to grant us priviliges. Dropping SUID again.\n"
|
||||
"For enabling real-time scheduling please acquire the appropriate PolicyKit "
|
||||
"priviliges, or become a member of '"
|
||||
msgstr ""
|
||||
" et PolicyKit refuse de nous accorder les permissions. Abandon du SUID à nouveau.\n"
|
||||
"Pour activer la planification en temps réel, veuillez aquérir les permissions "
|
||||
"PolicyKit appropriées, ou devenez membre de "
|
||||
|
||||
#: ../src/daemon/main.c:481
|
||||
msgid ""
|
||||
"', or increase the RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this user."
|
||||
msgstr ""
|
||||
", ou augmentez les limites de ressource RLIMIT_NICE/RLIMIT_RTPRIO pour cet utilisateur."
|
||||
|
||||
#: ../src/daemon/main.c:497
|
||||
msgid ""
|
||||
"High-priority scheduling enabled in configuration but not allowed by policy."
|
||||
|
|
@ -319,65 +303,80 @@ msgid "This is PulseAudio %s"
|
|||
msgstr "Pulseaudio %s"
|
||||
|
||||
#: ../src/daemon/main.c:781
|
||||
#, fuzzy, c-format
|
||||
msgid "Compilation host: %s"
|
||||
msgstr "CFLAGS de compilation : %s"
|
||||
|
||||
#: ../src/daemon/main.c:782
|
||||
#, c-format
|
||||
msgid "Compilation CFLAGS: %s"
|
||||
msgstr "CFLAGS de compilation : %s"
|
||||
|
||||
#: ../src/daemon/main.c:784
|
||||
msgid "Compiled with Valgrind support: yes"
|
||||
msgstr "Compilé avec la prise en charge Valgrind : oui"
|
||||
#: ../src/daemon/main.c:785
|
||||
#, fuzzy, c-format
|
||||
msgid "Running on host: %s"
|
||||
msgstr "Exécution en mode système : %s"
|
||||
|
||||
#: ../src/daemon/main.c:786
|
||||
msgid "Compiled with Valgrind support: no"
|
||||
msgstr "Compilé avec la prise en charge Valgrind : non"
|
||||
|
||||
#: ../src/daemon/main.c:790
|
||||
msgid "Optimized build: yes"
|
||||
msgstr "Construction optimisée : oui"
|
||||
|
||||
#: ../src/daemon/main.c:792
|
||||
msgid "Optimized build: no"
|
||||
msgstr "Construction optimisée : non"
|
||||
|
||||
#: ../src/daemon/main.c:795
|
||||
#: ../src/daemon/main.c:788
|
||||
#, c-format
|
||||
msgid "Page size is %lu bytes"
|
||||
msgstr "La taille de la page est de %lu octets"
|
||||
|
||||
#: ../src/daemon/main.c:798
|
||||
#: ../src/daemon/main.c:791
|
||||
msgid "Compiled with Valgrind support: yes"
|
||||
msgstr "Compilé avec la prise en charge Valgrind : oui"
|
||||
|
||||
#: ../src/daemon/main.c:793
|
||||
msgid "Compiled with Valgrind support: no"
|
||||
msgstr "Compilé avec la prise en charge Valgrind : non"
|
||||
|
||||
#: ../src/daemon/main.c:796
|
||||
#, fuzzy, c-format
|
||||
msgid "Running in valgrind mode: %s"
|
||||
msgstr "Exécution en mode système : %s"
|
||||
|
||||
#: ../src/daemon/main.c:799
|
||||
msgid "Optimized build: yes"
|
||||
msgstr "Construction optimisée : oui"
|
||||
|
||||
#: ../src/daemon/main.c:801
|
||||
msgid "Optimized build: no"
|
||||
msgstr "Construction optimisée : non"
|
||||
|
||||
#: ../src/daemon/main.c:805
|
||||
msgid "Failed to get machine ID"
|
||||
msgstr "Échec lors de l'obtention de l'ID de la machine"
|
||||
|
||||
#: ../src/daemon/main.c:801
|
||||
#: ../src/daemon/main.c:808
|
||||
#, c-format
|
||||
msgid "Machine ID is %s."
|
||||
msgstr "L'ID de la machine est %s."
|
||||
|
||||
#: ../src/daemon/main.c:806
|
||||
#: ../src/daemon/main.c:813
|
||||
#, c-format
|
||||
msgid "Using runtime directory %s."
|
||||
msgstr "Utilisation du répertoire d'exécution %s."
|
||||
|
||||
#: ../src/daemon/main.c:811
|
||||
#: ../src/daemon/main.c:818
|
||||
#, c-format
|
||||
msgid "Using state directory %s."
|
||||
msgstr "Utilisation du répertoire d'état %s."
|
||||
|
||||
#: ../src/daemon/main.c:814
|
||||
#: ../src/daemon/main.c:821
|
||||
#, c-format
|
||||
msgid "Running in system mode: %s"
|
||||
msgstr "Exécution en mode système : %s"
|
||||
|
||||
#: ../src/daemon/main.c:829
|
||||
#: ../src/daemon/main.c:836
|
||||
msgid "pa_pid_file_create() failed."
|
||||
msgstr "Échec de pa_pid_file_create()."
|
||||
|
||||
#: ../src/daemon/main.c:841
|
||||
#: ../src/daemon/main.c:848
|
||||
msgid "Fresh high-resolution timers available! Bon appetit!"
|
||||
msgstr ""
|
||||
"De nouvelles horloges à haute résolution sont disponibles ! Bon appétit !"
|
||||
|
||||
#: ../src/daemon/main.c:843
|
||||
#: ../src/daemon/main.c:850
|
||||
msgid ""
|
||||
"Dude, your kernel stinks! The chef's recommendation today is Linux with high-"
|
||||
"resolution timers enabled!"
|
||||
|
|
@ -385,34 +384,34 @@ msgstr ""
|
|||
"Eh mec, ton noyau il pue ! La recommandation d'aujourd'hui du patron est "
|
||||
"d'activer les horloges à haute résolution sur ton Linux."
|
||||
|
||||
#: ../src/daemon/main.c:853
|
||||
#: ../src/daemon/main.c:860
|
||||
msgid "pa_core_new() failed."
|
||||
msgstr "Échec de pa_core_new()."
|
||||
|
||||
#: ../src/daemon/main.c:913
|
||||
#: ../src/daemon/main.c:921
|
||||
msgid "Failed to initialize daemon."
|
||||
msgstr "Échec lors de l'initialisation du démon"
|
||||
|
||||
#: ../src/daemon/main.c:918
|
||||
#: ../src/daemon/main.c:926
|
||||
msgid "Daemon startup without any loaded modules, refusing to work."
|
||||
msgstr "Démarrage du démon sans aucun module chargé : refus de fonctionner."
|
||||
|
||||
#: ../src/daemon/main.c:923
|
||||
#: ../src/daemon/main.c:931
|
||||
#, c-format
|
||||
msgid "Default sink name (%s) does not exist in name register."
|
||||
msgstr ""
|
||||
"Le nom de la destination par défaut (%s) n'existe pas dans le registre des "
|
||||
"noms."
|
||||
|
||||
#: ../src/daemon/main.c:936
|
||||
#: ../src/daemon/main.c:944
|
||||
msgid "Daemon startup complete."
|
||||
msgstr "Démarrage du démon effectué."
|
||||
|
||||
#: ../src/daemon/main.c:942
|
||||
#: ../src/daemon/main.c:950
|
||||
msgid "Daemon shutdown initiated."
|
||||
msgstr "Fermeture du démon initiée."
|
||||
|
||||
#: ../src/daemon/main.c:963
|
||||
#: ../src/daemon/main.c:971
|
||||
msgid "Daemon terminated."
|
||||
msgstr "Démon terminé."
|
||||
|
||||
|
|
@ -664,76 +663,76 @@ msgid "Path: %s\n"
|
|||
msgstr "Chemin : %s\n"
|
||||
|
||||
# dans les lignes suivantes [%s = nom de fichier: %u = ligne dans celui-ci]
|
||||
#: ../src/daemon/daemon-conf.c:203
|
||||
#: ../src/daemon/daemon-conf.c:205
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid log target '%s'."
|
||||
msgstr "[%s:%u] Cible du journal « %s » invalide."
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:219
|
||||
#: ../src/daemon/daemon-conf.c:221
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid log level '%s'."
|
||||
msgstr "[%s:%u] Niveau du journal « %s » invalide."
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:235
|
||||
#: ../src/daemon/daemon-conf.c:237
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid resample method '%s'."
|
||||
msgstr "[%s:%u] Méthode de rééchantillonnage « %s » invalide."
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:258
|
||||
#: ../src/daemon/daemon-conf.c:260
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid rlimit '%s'."
|
||||
msgstr "[%s:%u] rlimit « %s » invalide."
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:265
|
||||
#: ../src/daemon/daemon-conf.c:267
|
||||
#, c-format
|
||||
msgid "[%s:%u] rlimit not supported on this platform."
|
||||
msgstr "[%s:%u] rlimit n'est pas pris en charge sur cette plateforme."
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:281
|
||||
#: ../src/daemon/daemon-conf.c:283
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid sample format '%s'."
|
||||
msgstr "[%s:%u] Format d'échantillon « %s » invalide."
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:299
|
||||
#: ../src/daemon/daemon-conf.c:301
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid sample rate '%s'."
|
||||
msgstr "[%s:%u] Taux d'échantillonnage « %s » invalide."
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:317
|
||||
#: ../src/daemon/daemon-conf.c:319
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid sample channels '%s'."
|
||||
msgstr "[%s:%u] Canaux d'échantillonnage « %s » invalide."
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:335
|
||||
#: ../src/daemon/daemon-conf.c:337
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid number of fragments '%s'."
|
||||
msgstr "[%s:%u] Nombre de fragments « %s » invalide."
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:353
|
||||
#: ../src/daemon/daemon-conf.c:355
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid fragment size '%s'."
|
||||
msgstr "[%s:%u] Taille du fragment « %s » invalide."
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:371
|
||||
#: ../src/daemon/daemon-conf.c:373
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid nice level '%s'."
|
||||
msgstr "[%s:%u] Niveau de priorité (nice) « %s » invalide."
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:564
|
||||
#: ../src/daemon/daemon-conf.c:570
|
||||
#, c-format
|
||||
msgid "Failed to open configuration file: %s"
|
||||
msgstr "Échec lors de l'ouverture du fichier de configuration : %s"
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:638
|
||||
#: ../src/daemon/daemon-conf.c:644
|
||||
#, c-format
|
||||
msgid "### Read from configuration file: %s ###\n"
|
||||
msgstr "### Lecture à partir du fichier de configuration : %s ###\n"
|
||||
|
||||
#: ../src/daemon/caps.c:62
|
||||
#: ../src/daemon/caps.c:63
|
||||
msgid "Dropping root priviliges."
|
||||
msgstr "Abandon des permissions root."
|
||||
|
||||
#: ../src/daemon/caps.c:102
|
||||
#: ../src/daemon/caps.c:103
|
||||
msgid "Limited capabilities successfully to CAP_SYS_NICE."
|
||||
msgstr "Limitation des capacités à CAP_SYS_NICE réussie."
|
||||
|
||||
|
|
@ -941,6 +940,12 @@ msgstr "Arrière gauche haut"
|
|||
msgid "Top Rear Right"
|
||||
msgstr "Arrière droit haut"
|
||||
|
||||
#: ../src/pulse/channelmap.c:472 ../src/pulse/sample.c:144
|
||||
#: ../src/pulse/volume.c:163 ../src/pulse/volume.c:194
|
||||
#, fuzzy
|
||||
msgid "(invalid)"
|
||||
msgstr "Invalide"
|
||||
|
||||
#: ../src/pulse/error.c:43
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
|
@ -1029,10 +1034,6 @@ msgstr "Code d'erreur inconnu"
|
|||
msgid "No such extension"
|
||||
msgstr "Aucune extension de ce type"
|
||||
|
||||
#: ../src/pulse/sample.c:134
|
||||
msgid "Invalid"
|
||||
msgstr "Invalide"
|
||||
|
||||
#: ../src/pulse/client-conf-x11.c:55 ../src/utils/pax11publish.c:100
|
||||
msgid "XOpenDisplay() failed"
|
||||
msgstr "Échec de XOpenDisplay()"
|
||||
|
|
@ -1041,31 +1042,26 @@ msgstr "Échec de XOpenDisplay()"
|
|||
msgid "Failed to parse cookie data"
|
||||
msgstr "Échec lors de l'analyse des données du cookie"
|
||||
|
||||
#: ../src/pulse/client-conf.c:117
|
||||
#: ../src/pulse/client-conf.c:120
|
||||
#, c-format
|
||||
msgid "Failed to open configuration file '%s': %s"
|
||||
msgstr "Échec lors de l'ouverture du fichier de configuration « %s » :%s"
|
||||
|
||||
#: ../src/pulse/context.c:542
|
||||
#: ../src/pulse/context.c:516
|
||||
msgid "No cookie loaded. Attempting to connect without."
|
||||
msgstr "Aucun cookie chargé. Tentative de connexion sans celui-ci."
|
||||
|
||||
#: ../src/pulse/context.c:596
|
||||
#, c-format
|
||||
msgid "socketpair(): %s"
|
||||
msgstr "socketpair() : %s"
|
||||
|
||||
#: ../src/pulse/context.c:610
|
||||
#: ../src/pulse/context.c:642
|
||||
#, c-format
|
||||
msgid "fork(): %s"
|
||||
msgstr "fork() : %s"
|
||||
|
||||
#: ../src/pulse/context.c:673
|
||||
#: ../src/pulse/context.c:695
|
||||
#, c-format
|
||||
msgid "waitpid(): %s"
|
||||
msgstr "waitpid() : %s"
|
||||
|
||||
#: ../src/pulse/context.c:1354
|
||||
#: ../src/pulse/context.c:1256
|
||||
#, c-format
|
||||
msgid "Received message for unknown extension '%s'"
|
||||
msgstr "Message reçu pour une extension inconnue « %s »"
|
||||
|
|
@ -1247,7 +1243,7 @@ msgstr "Échec de pa_stream_update_timing_info() : %s\n"
|
|||
# upmixer = par ex. convertir 2 canaux en 5 canaux
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=460798
|
||||
#: ../src/utils/pacat.c:490
|
||||
#, c-format
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s [options]\n"
|
||||
"\n"
|
||||
|
|
@ -1273,8 +1269,8 @@ msgid ""
|
|||
"44100)\n"
|
||||
" --format=SAMPLEFORMAT The sample type, one of s16le, "
|
||||
"s16be, u8, float32le,\n"
|
||||
" float32be, ulaw, alaw (defaults to "
|
||||
"s16ne)\n"
|
||||
" float32be, ulaw, alaw, s32le, s32be "
|
||||
"(defaults to s16ne)\n"
|
||||
" --channels=CHANNELS The number of channels, 1 for mono, "
|
||||
"2 for stereo\n"
|
||||
" (defaults to 2)\n"
|
||||
|
|
@ -1431,12 +1427,17 @@ msgstr "Échec de io_new().\n"
|
|||
msgid "pa_context_new() failed.\n"
|
||||
msgstr "Échec de pa_context_new().\n"
|
||||
|
||||
#: ../src/utils/pacat.c:785
|
||||
#: ../src/utils/pacat.c:777
|
||||
#, fuzzy, c-format
|
||||
msgid "pa_context_connect() failed: %s"
|
||||
msgstr "Échec de pa_context_new().\n"
|
||||
|
||||
#: ../src/utils/pacat.c:788
|
||||
#, c-format
|
||||
msgid "time_new() failed.\n"
|
||||
msgstr "Échec de time_new().\n"
|
||||
|
||||
#: ../src/utils/pacat.c:792 ../src/utils/pasuspender.c:301
|
||||
#: ../src/utils/pacat.c:795 ../src/utils/pasuspender.c:301
|
||||
#: ../src/utils/pactl.c:931 ../src/utils/paplay.c:407
|
||||
#, c-format
|
||||
msgid "pa_mainloop_run() failed.\n"
|
||||
|
|
@ -2151,3 +2152,27 @@ msgstr "Le plan des canaux ne correspond pas au fichier.\n"
|
|||
#, c-format
|
||||
msgid "Using sample spec '%s'\n"
|
||||
msgstr "Utilisation de la spécification de l'échantillon « %s »\n"
|
||||
|
||||
#: ../src/pulsecore/lock-autospawn.c:126 ../src/pulsecore/lock-autospawn.c:207
|
||||
msgid "Cannot access autospawn lock."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "' and PolicyKit refuse to grant us priviliges. Dropping SUID again.\n"
|
||||
#~ "For enabling real-time scheduling please acquire the appropriate "
|
||||
#~ "PolicyKit priviliges, or become a member of '"
|
||||
#~ msgstr ""
|
||||
#~ " et PolicyKit refuse de nous accorder les permissions. Abandon du SUID à "
|
||||
#~ "nouveau.\n"
|
||||
#~ "Pour activer la planification en temps réel, veuillez aquérir les "
|
||||
#~ "permissions PolicyKit appropriées, ou devenez membre de "
|
||||
|
||||
#~ msgid ""
|
||||
#~ "', or increase the RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this "
|
||||
#~ "user."
|
||||
#~ msgstr ""
|
||||
#~ ", ou augmentez les limites de ressource RLIMIT_NICE/RLIMIT_RTPRIO pour "
|
||||
#~ "cet utilisateur."
|
||||
|
||||
#~ msgid "socketpair(): %s"
|
||||
#~ msgstr "socketpair() : %s"
|
||||
|
|
|
|||
369
po/sv.po
369
po/sv.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: pulseaudio\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-09-04 19:30+0000\n"
|
||||
"POT-Creation-Date: 2008-10-06 03:21+0200\n"
|
||||
"PO-Revision-Date: 2008-09-05 18:24+0100\n"
|
||||
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
|
||||
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
||||
|
|
@ -15,8 +15,7 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../src/daemon/ltdl-bind-now.c:177
|
||||
#: ../src/daemon/ltdl-bind-now.c:197
|
||||
#: ../src/daemon/ltdl-bind-now.c:177 ../src/daemon/ltdl-bind-now.c:197
|
||||
msgid "Failed to add bind-now-loader."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -112,8 +111,7 @@ msgstr ""
|
|||
msgid "Home directory of user '%s' is not '%s', ignoring."
|
||||
msgstr "Hemkatalogen för användaren \"%s\" är inte \"%s\", ignorerar."
|
||||
|
||||
#: ../src/daemon/main.c:201
|
||||
#: ../src/daemon/main.c:206
|
||||
#: ../src/daemon/main.c:201 ../src/daemon/main.c:206
|
||||
#, c-format
|
||||
msgid "Failed to create '%s': %s"
|
||||
msgstr "Misslyckades med att skapa \"%s\": %s"
|
||||
|
|
@ -178,22 +176,14 @@ msgstr ""
|
|||
|
||||
#: ../src/daemon/main.c:479
|
||||
msgid ""
|
||||
"Called SUID root and real-time/high-priority scheduling was requested in the configuration. However, we lack the necessary priviliges:\n"
|
||||
"Called SUID root and real-time/high-priority scheduling was requested in the "
|
||||
"configuration. However, we lack the necessary priviliges:\n"
|
||||
"We are not in group '"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:480
|
||||
msgid ""
|
||||
"' and PolicyKit refuse to grant us priviliges. Dropping SUID again.\n"
|
||||
"For enabling real-time scheduling please acquire the appropriate PolicyKit priviliges, or become a member of '"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:481
|
||||
msgid "', or increase the RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this user."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:497
|
||||
msgid "High-priority scheduling enabled in configuration but not allowed by policy."
|
||||
msgid ""
|
||||
"High-priority scheduling enabled in configuration but not allowed by policy."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:522
|
||||
|
|
@ -210,7 +200,8 @@ msgid "Giving up CAP_NICE"
|
|||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:539
|
||||
msgid "Real-time scheduling enabled in configuration but not allowed by policy."
|
||||
msgid ""
|
||||
"Real-time scheduling enabled in configuration but not allowed by policy."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:597
|
||||
|
|
@ -228,8 +219,12 @@ msgid "Failed to kill daemon: %s"
|
|||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:627
|
||||
msgid "This program is not intended to be run as root (unless --system is specified)."
|
||||
msgstr "Detta program är inte tänkt att köras som root (såvida inte --system har angivits)."
|
||||
msgid ""
|
||||
"This program is not intended to be run as root (unless --system is "
|
||||
"specified)."
|
||||
msgstr ""
|
||||
"Detta program är inte tänkt att köras som root (såvida inte --system har "
|
||||
"angivits)."
|
||||
|
||||
#: ../src/daemon/main.c:629
|
||||
msgid "Root priviliges required."
|
||||
|
|
@ -289,92 +284,109 @@ msgstr "Detta är PulseAudio %s"
|
|||
|
||||
#: ../src/daemon/main.c:781
|
||||
#, c-format
|
||||
msgid "Compilation host: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:782
|
||||
#, c-format
|
||||
msgid "Compilation CFLAGS: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:784
|
||||
msgid "Compiled with Valgrind support: yes"
|
||||
#: ../src/daemon/main.c:785
|
||||
#, c-format
|
||||
msgid "Running on host: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:786
|
||||
msgid "Compiled with Valgrind support: no"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:790
|
||||
msgid "Optimized build: yes"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:792
|
||||
msgid "Optimized build: no"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:795
|
||||
#: ../src/daemon/main.c:788
|
||||
#, c-format
|
||||
msgid "Page size is %lu bytes"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:798
|
||||
msgid "Failed to get machine ID"
|
||||
#: ../src/daemon/main.c:791
|
||||
msgid "Compiled with Valgrind support: yes"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:793
|
||||
msgid "Compiled with Valgrind support: no"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:796
|
||||
#, c-format
|
||||
msgid "Running in valgrind mode: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:799
|
||||
msgid "Optimized build: yes"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:801
|
||||
msgid "Optimized build: no"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:805
|
||||
msgid "Failed to get machine ID"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:808
|
||||
#, c-format
|
||||
msgid "Machine ID is %s."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:806
|
||||
#: ../src/daemon/main.c:813
|
||||
#, c-format
|
||||
msgid "Using runtime directory %s."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:811
|
||||
#: ../src/daemon/main.c:818
|
||||
#, c-format
|
||||
msgid "Using state directory %s."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:814
|
||||
#: ../src/daemon/main.c:821
|
||||
#, c-format
|
||||
msgid "Running in system mode: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:829
|
||||
#: ../src/daemon/main.c:836
|
||||
msgid "pa_pid_file_create() failed."
|
||||
msgstr "pa_pid_file_create() misslyckades."
|
||||
|
||||
#: ../src/daemon/main.c:841
|
||||
#: ../src/daemon/main.c:848
|
||||
msgid "Fresh high-resolution timers available! Bon appetit!"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:843
|
||||
msgid "Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!"
|
||||
#: ../src/daemon/main.c:850
|
||||
msgid ""
|
||||
"Dude, your kernel stinks! The chef's recommendation today is Linux with high-"
|
||||
"resolution timers enabled!"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:853
|
||||
#: ../src/daemon/main.c:860
|
||||
msgid "pa_core_new() failed."
|
||||
msgstr "pa_core_new() misslyckades."
|
||||
|
||||
#: ../src/daemon/main.c:913
|
||||
#: ../src/daemon/main.c:921
|
||||
msgid "Failed to initialize daemon."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:918
|
||||
#: ../src/daemon/main.c:926
|
||||
msgid "Daemon startup without any loaded modules, refusing to work."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:923
|
||||
#: ../src/daemon/main.c:931
|
||||
#, c-format
|
||||
msgid "Default sink name (%s) does not exist in name register."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:936
|
||||
#: ../src/daemon/main.c:944
|
||||
msgid "Daemon startup complete."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:942
|
||||
#: ../src/daemon/main.c:950
|
||||
msgid "Daemon shutdown initiated."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/main.c:963
|
||||
#: ../src/daemon/main.c:971
|
||||
msgid "Daemon terminated."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -389,8 +401,10 @@ msgid ""
|
|||
" --dump-conf Dump default configuration\n"
|
||||
" --dump-modules Dump list of available modules\n"
|
||||
" --dump-resample-methods Dump available resample methods\n"
|
||||
" --cleanup-shm Cleanup stale shared memory segments\n"
|
||||
" --start Start the daemon if it is not running\n"
|
||||
" --cleanup-shm Cleanup stale shared memory "
|
||||
"segments\n"
|
||||
" --start Start the daemon if it is not "
|
||||
"running\n"
|
||||
" -k --kill Kill a running daemon\n"
|
||||
" --check Check for a running daemon\n"
|
||||
"\n"
|
||||
|
|
@ -399,24 +413,31 @@ msgid ""
|
|||
" -D, --daemonize[=BOOL] Daemonize after startup\n"
|
||||
" --fail[=BOOL] Quit when startup fails\n"
|
||||
" --high-priority[=BOOL] Try to set high nice level\n"
|
||||
" (only available as root, when SUID or\n"
|
||||
" (only available as root, when SUID "
|
||||
"or\n"
|
||||
" with elevated RLIMIT_NICE)\n"
|
||||
" --realtime[=BOOL] Try to enable realtime scheduling\n"
|
||||
" (only available as root, when SUID or\n"
|
||||
" (only available as root, when SUID "
|
||||
"or\n"
|
||||
" with elevated RLIMIT_RTPRIO)\n"
|
||||
" --disallow-module-loading[=BOOL] Disallow module user requested module\n"
|
||||
" --disallow-module-loading[=BOOL] Disallow module user requested "
|
||||
"module\n"
|
||||
" loading/unloading after startup\n"
|
||||
" --disallow-exit[=BOOL] Disallow user requested exit\n"
|
||||
" --exit-idle-time=SECS Terminate the daemon when idle and this\n"
|
||||
" --exit-idle-time=SECS Terminate the daemon when idle and "
|
||||
"this\n"
|
||||
" time passed\n"
|
||||
" --module-idle-time=SECS Unload autoloaded modules when idle and\n"
|
||||
" --module-idle-time=SECS Unload autoloaded modules when idle "
|
||||
"and\n"
|
||||
" this time passed\n"
|
||||
" --scache-idle-time=SECS Unload autoloaded samples when idle and\n"
|
||||
" --scache-idle-time=SECS Unload autoloaded samples when idle "
|
||||
"and\n"
|
||||
" this time passed\n"
|
||||
" --log-level[=LEVEL] Increase or set verbosity level\n"
|
||||
" -v Increase the verbosity level\n"
|
||||
" --log-target={auto,syslog,stderr} Specify the log target\n"
|
||||
" -p, --dl-search-path=PATH Set the search path for dynamic shared\n"
|
||||
" -p, --dl-search-path=PATH Set the search path for dynamic "
|
||||
"shared\n"
|
||||
" objects (plugins)\n"
|
||||
" --resample-method=METHOD Use the specified resampling method\n"
|
||||
" (See --dump-resample-methods for\n"
|
||||
|
|
@ -427,10 +448,12 @@ msgid ""
|
|||
" --disable-shm[=BOOL] Disable shared memory support.\n"
|
||||
"\n"
|
||||
"STARTUP SCRIPT:\n"
|
||||
" -L, --load=\"MODULE ARGUMENTS\" Load the specified plugin module with\n"
|
||||
" -L, --load=\"MODULE ARGUMENTS\" Load the specified plugin module "
|
||||
"with\n"
|
||||
" the specified argument\n"
|
||||
" -F, --file=FILENAME Run the specified script\n"
|
||||
" -C Open a command line on the running TTY\n"
|
||||
" -C Open a command line on the running "
|
||||
"TTY\n"
|
||||
" after startup\n"
|
||||
"\n"
|
||||
" -n Don't load default script file\n"
|
||||
|
|
@ -445,7 +468,9 @@ msgid "--fail expects boolean argument"
|
|||
msgstr "--fail förväntar sig ett booleskt argument"
|
||||
|
||||
#: ../src/daemon/cmdline.c:262
|
||||
msgid "--log-level expects log level argument (either numeric in range 0..4 or one of debug, info, notice, warn, error)."
|
||||
msgid ""
|
||||
"--log-level expects log level argument (either numeric in range 0..4 or one "
|
||||
"of debug, info, notice, warn, error)."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/cmdline.c:274
|
||||
|
|
@ -529,76 +554,76 @@ msgstr ""
|
|||
msgid "Path: %s\n"
|
||||
msgstr "Sökväg: %s\n"
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:203
|
||||
#: ../src/daemon/daemon-conf.c:205
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid log target '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:219
|
||||
#: ../src/daemon/daemon-conf.c:221
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid log level '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:235
|
||||
#: ../src/daemon/daemon-conf.c:237
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid resample method '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:258
|
||||
#: ../src/daemon/daemon-conf.c:260
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid rlimit '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:265
|
||||
#: ../src/daemon/daemon-conf.c:267
|
||||
#, c-format
|
||||
msgid "[%s:%u] rlimit not supported on this platform."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:281
|
||||
#: ../src/daemon/daemon-conf.c:283
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid sample format '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:299
|
||||
#: ../src/daemon/daemon-conf.c:301
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid sample rate '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:317
|
||||
#: ../src/daemon/daemon-conf.c:319
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid sample channels '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:335
|
||||
#: ../src/daemon/daemon-conf.c:337
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid number of fragments '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:353
|
||||
#: ../src/daemon/daemon-conf.c:355
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid fragment size '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:371
|
||||
#: ../src/daemon/daemon-conf.c:373
|
||||
#, c-format
|
||||
msgid "[%s:%u] Invalid nice level '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:564
|
||||
#: ../src/daemon/daemon-conf.c:570
|
||||
#, c-format
|
||||
msgid "Failed to open configuration file: %s"
|
||||
msgstr "Misslyckades med att öppna konfigurationsfil: %s"
|
||||
|
||||
#: ../src/daemon/daemon-conf.c:638
|
||||
#: ../src/daemon/daemon-conf.c:644
|
||||
#, c-format
|
||||
msgid "### Read from configuration file: %s ###\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/daemon/caps.c:62
|
||||
#: ../src/daemon/caps.c:63
|
||||
msgid "Dropping root priviliges."
|
||||
msgstr "Släpper root-behörighet."
|
||||
|
||||
#: ../src/daemon/caps.c:102
|
||||
#: ../src/daemon/caps.c:103
|
||||
msgid "Limited capabilities successfully to CAP_SYS_NICE."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -806,6 +831,12 @@ msgstr ""
|
|||
msgid "Top Rear Right"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/channelmap.c:472 ../src/pulse/sample.c:144
|
||||
#: ../src/pulse/volume.c:163 ../src/pulse/volume.c:194
|
||||
#, fuzzy
|
||||
msgid "(invalid)"
|
||||
msgstr "Ogiltig"
|
||||
|
||||
#: ../src/pulse/error.c:43
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
|
@ -894,12 +925,7 @@ msgstr "Okänd felkod"
|
|||
msgid "No such extension"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/sample.c:134
|
||||
msgid "Invalid"
|
||||
msgstr "Ogiltig"
|
||||
|
||||
#: ../src/pulse/client-conf-x11.c:55
|
||||
#: ../src/utils/pax11publish.c:100
|
||||
#: ../src/pulse/client-conf-x11.c:55 ../src/utils/pax11publish.c:100
|
||||
msgid "XOpenDisplay() failed"
|
||||
msgstr "XOpenDisplay() misslyckades"
|
||||
|
||||
|
|
@ -907,31 +933,26 @@ msgstr "XOpenDisplay() misslyckades"
|
|||
msgid "Failed to parse cookie data"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/client-conf.c:117
|
||||
#: ../src/pulse/client-conf.c:120
|
||||
#, c-format
|
||||
msgid "Failed to open configuration file '%s': %s"
|
||||
msgstr "Misslyckades med att öppna konfigurationsfilen \"%s\": %s"
|
||||
|
||||
#: ../src/pulse/context.c:542
|
||||
#: ../src/pulse/context.c:516
|
||||
msgid "No cookie loaded. Attempting to connect without."
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulse/context.c:596
|
||||
#, c-format
|
||||
msgid "socketpair(): %s"
|
||||
msgstr "socketpair(): %s"
|
||||
|
||||
#: ../src/pulse/context.c:610
|
||||
#: ../src/pulse/context.c:642
|
||||
#, c-format
|
||||
msgid "fork(): %s"
|
||||
msgstr "fork(): %s"
|
||||
|
||||
#: ../src/pulse/context.c:673
|
||||
#: ../src/pulse/context.c:695
|
||||
#, c-format
|
||||
msgid "waitpid(): %s"
|
||||
msgstr "waitpid(): %s"
|
||||
|
||||
#: ../src/pulse/context.c:1354
|
||||
#: ../src/pulse/context.c:1256
|
||||
#, c-format
|
||||
msgid "Received message for unknown extension '%s'"
|
||||
msgstr ""
|
||||
|
|
@ -1045,28 +1066,23 @@ msgstr "pa_stream_connect_playback() misslyckades: %s\n"
|
|||
msgid "pa_stream_connect_record() failed: %s\n"
|
||||
msgstr "pa_stream_connect_record() misslyckades: %s\n"
|
||||
|
||||
#: ../src/utils/pacat.c:307
|
||||
#: ../src/utils/pasuspender.c:159
|
||||
#: ../src/utils/pactl.c:666
|
||||
#: ../src/utils/paplay.c:183
|
||||
#: ../src/utils/pacat.c:307 ../src/utils/pasuspender.c:159
|
||||
#: ../src/utils/pactl.c:666 ../src/utils/paplay.c:183
|
||||
#, c-format
|
||||
msgid "Connection failure: %s\n"
|
||||
msgstr "Anslutningsfel: %s\n"
|
||||
|
||||
#: ../src/utils/pacat.c:328
|
||||
#: ../src/utils/paplay.c:75
|
||||
#: ../src/utils/pacat.c:328 ../src/utils/paplay.c:75
|
||||
#, c-format
|
||||
msgid "Failed to drain stream: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pacat.c:333
|
||||
#: ../src/utils/paplay.c:80
|
||||
#: ../src/utils/pacat.c:333 ../src/utils/paplay.c:80
|
||||
#, c-format
|
||||
msgid "Playback stream drained.\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pacat.c:343
|
||||
#: ../src/utils/paplay.c:92
|
||||
#: ../src/utils/pacat.c:343 ../src/utils/paplay.c:92
|
||||
#, c-format
|
||||
msgid "Draining connection to server.\n"
|
||||
msgstr ""
|
||||
|
|
@ -1124,27 +1140,44 @@ msgid ""
|
|||
"\n"
|
||||
" -v, --verbose Enable verbose operations\n"
|
||||
"\n"
|
||||
" -s, --server=SERVER The name of the server to connect to\n"
|
||||
" -d, --device=DEVICE The name of the sink/source to connect to\n"
|
||||
" -n, --client-name=NAME How to call this client on the server\n"
|
||||
" --stream-name=NAME How to call this stream on the server\n"
|
||||
" --volume=VOLUME Specify the initial (linear) volume in range 0...65536\n"
|
||||
" --rate=SAMPLERATE The sample rate in Hz (defaults to 44100)\n"
|
||||
" --format=SAMPLEFORMAT The sample type, one of s16le, s16be, u8, float32le,\n"
|
||||
" float32be, ulaw, alaw (defaults to s16ne)\n"
|
||||
" --channels=CHANNELS The number of channels, 1 for mono, 2 for stereo\n"
|
||||
" -s, --server=SERVER The name of the server to connect "
|
||||
"to\n"
|
||||
" -d, --device=DEVICE The name of the sink/source to "
|
||||
"connect to\n"
|
||||
" -n, --client-name=NAME How to call this client on the "
|
||||
"server\n"
|
||||
" --stream-name=NAME How to call this stream on the "
|
||||
"server\n"
|
||||
" --volume=VOLUME Specify the initial (linear) volume "
|
||||
"in range 0...65536\n"
|
||||
" --rate=SAMPLERATE The sample rate in Hz (defaults to "
|
||||
"44100)\n"
|
||||
" --format=SAMPLEFORMAT The sample type, one of s16le, "
|
||||
"s16be, u8, float32le,\n"
|
||||
" float32be, ulaw, alaw, s32le, s32be "
|
||||
"(defaults to s16ne)\n"
|
||||
" --channels=CHANNELS The number of channels, 1 for mono, "
|
||||
"2 for stereo\n"
|
||||
" (defaults to 2)\n"
|
||||
" --channel-map=CHANNELMAP Channel map to use instead of the default\n"
|
||||
" --fix-format Take the sample format from the sink the stream is\n"
|
||||
" --channel-map=CHANNELMAP Channel map to use instead of the "
|
||||
"default\n"
|
||||
" --fix-format Take the sample format from the sink "
|
||||
"the stream is\n"
|
||||
" being connected to.\n"
|
||||
" --fix-rate Take the sampling rate from the sink the stream is\n"
|
||||
" --fix-rate Take the sampling rate from the sink "
|
||||
"the stream is\n"
|
||||
" being connected to.\n"
|
||||
" --fix-channels Take the number of channels and the channel map\n"
|
||||
" from the sink the stream is being connected to.\n"
|
||||
" --fix-channels Take the number of channels and the "
|
||||
"channel map\n"
|
||||
" from the sink the stream is being "
|
||||
"connected to.\n"
|
||||
" --no-remix Don't upmix or downmix channels.\n"
|
||||
" --no-remap Map channels by index instead of name.\n"
|
||||
" --latency=BYTES Request the specified latency in bytes.\n"
|
||||
" --process-time=BYTES Request the specified process time per request in bytes.\n"
|
||||
" --no-remap Map channels by index instead of "
|
||||
"name.\n"
|
||||
" --latency=BYTES Request the specified latency in "
|
||||
"bytes.\n"
|
||||
" --process-time=BYTES Request the specified process time "
|
||||
"per request in bytes.\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pacat.c:591
|
||||
|
|
@ -1208,10 +1241,8 @@ msgstr "dup2(): %s\n"
|
|||
msgid "Too many arguments.\n"
|
||||
msgstr "För många argument.\n"
|
||||
|
||||
#: ../src/utils/pacat.c:742
|
||||
#: ../src/utils/pasuspender.c:280
|
||||
#: ../src/utils/pactl.c:909
|
||||
#: ../src/utils/paplay.c:381
|
||||
#: ../src/utils/pacat.c:742 ../src/utils/pasuspender.c:280
|
||||
#: ../src/utils/pactl.c:909 ../src/utils/paplay.c:381
|
||||
#, c-format
|
||||
msgid "pa_mainloop_new() failed.\n"
|
||||
msgstr "pa_mainloop_new() misslyckades.\n"
|
||||
|
|
@ -1221,23 +1252,24 @@ msgstr "pa_mainloop_new() misslyckades.\n"
|
|||
msgid "io_new() failed.\n"
|
||||
msgstr "io_new() misslyckades.\n"
|
||||
|
||||
#: ../src/utils/pacat.c:769
|
||||
#: ../src/utils/pasuspender.c:293
|
||||
#: ../src/utils/pactl.c:923
|
||||
#: ../src/utils/paplay.c:396
|
||||
#: ../src/utils/pacat.c:769 ../src/utils/pasuspender.c:293
|
||||
#: ../src/utils/pactl.c:923 ../src/utils/paplay.c:396
|
||||
#, c-format
|
||||
msgid "pa_context_new() failed.\n"
|
||||
msgstr "pa_context_new() misslyckades.\n"
|
||||
|
||||
#: ../src/utils/pacat.c:785
|
||||
#: ../src/utils/pacat.c:777
|
||||
#, fuzzy, c-format
|
||||
msgid "pa_context_connect() failed: %s"
|
||||
msgstr "pa_context_new() misslyckades.\n"
|
||||
|
||||
#: ../src/utils/pacat.c:788
|
||||
#, c-format
|
||||
msgid "time_new() failed.\n"
|
||||
msgstr "time_new() misslyckades.\n"
|
||||
|
||||
#: ../src/utils/pacat.c:792
|
||||
#: ../src/utils/pasuspender.c:301
|
||||
#: ../src/utils/pactl.c:931
|
||||
#: ../src/utils/paplay.c:407
|
||||
#: ../src/utils/pacat.c:795 ../src/utils/pasuspender.c:301
|
||||
#: ../src/utils/pactl.c:931 ../src/utils/paplay.c:407
|
||||
#, c-format
|
||||
msgid "pa_mainloop_run() failed.\n"
|
||||
msgstr "pa_mainloop_run() misslyckades.\n"
|
||||
|
|
@ -1267,8 +1299,7 @@ msgstr ""
|
|||
msgid "WARNING: Sound server is not local, not suspending.\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pasuspender.c:176
|
||||
#: ../src/utils/pactl.c:672
|
||||
#: ../src/utils/pasuspender.c:176 ../src/utils/pactl.c:672
|
||||
#: ../src/utils/paplay.c:191
|
||||
#, c-format
|
||||
msgid "Got SIGINT, exiting.\n"
|
||||
|
|
@ -1286,7 +1317,8 @@ msgid ""
|
|||
"\n"
|
||||
" -h, --help Show this help\n"
|
||||
" --version Show version\n"
|
||||
" -s, --server=SERVER The name of the server to connect to\n"
|
||||
" -s, --server=SERVER The name of the server to connect "
|
||||
"to\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1361,8 +1393,7 @@ msgid ""
|
|||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pactl.c:193
|
||||
#: ../src/utils/pactl.c:371
|
||||
#: ../src/utils/pactl.c:193 ../src/utils/pactl.c:371
|
||||
msgid "muted"
|
||||
msgstr "tystad"
|
||||
|
||||
|
|
@ -1388,18 +1419,10 @@ msgid ""
|
|||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pactl.c:246
|
||||
#: ../src/utils/pactl.c:289
|
||||
#: ../src/utils/pactl.c:322
|
||||
#: ../src/utils/pactl.c:366
|
||||
#: ../src/utils/pactl.c:367
|
||||
#: ../src/utils/pactl.c:374
|
||||
#: ../src/utils/pactl.c:418
|
||||
#: ../src/utils/pactl.c:419
|
||||
#: ../src/utils/pactl.c:425
|
||||
#: ../src/utils/pactl.c:468
|
||||
#: ../src/utils/pactl.c:469
|
||||
#: ../src/utils/pactl.c:473
|
||||
#: ../src/utils/pactl.c:246 ../src/utils/pactl.c:289 ../src/utils/pactl.c:322
|
||||
#: ../src/utils/pactl.c:366 ../src/utils/pactl.c:367 ../src/utils/pactl.c:374
|
||||
#: ../src/utils/pactl.c:418 ../src/utils/pactl.c:419 ../src/utils/pactl.c:425
|
||||
#: ../src/utils/pactl.c:468 ../src/utils/pactl.c:469 ../src/utils/pactl.c:473
|
||||
msgid "n/a"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1522,8 +1545,7 @@ msgstr "sink"
|
|||
msgid "source"
|
||||
msgstr "källa"
|
||||
|
||||
#: ../src/utils/pactl.c:511
|
||||
#: ../src/utils/pactl.c:521
|
||||
#: ../src/utils/pactl.c:511 ../src/utils/pactl.c:521
|
||||
#, c-format
|
||||
msgid "Failure: %s\n"
|
||||
msgstr "Fel: %s\n"
|
||||
|
|
@ -1557,8 +1579,10 @@ msgid ""
|
|||
" -h, --help Show this help\n"
|
||||
" --version Show version\n"
|
||||
"\n"
|
||||
" -s, --server=SERVER The name of the server to connect to\n"
|
||||
" -n, --client-name=NAME How to call this client on the server\n"
|
||||
" -s, --server=SERVER The name of the server to connect "
|
||||
"to\n"
|
||||
" -n, --client-name=NAME How to call this client on the "
|
||||
"server\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pactl.c:729
|
||||
|
|
@ -1614,12 +1638,16 @@ msgstr ""
|
|||
|
||||
#: ../src/utils/pactl.c:875
|
||||
#, c-format
|
||||
msgid "You may not specify more than one sink. You have to specify at least one boolean value.\n"
|
||||
msgid ""
|
||||
"You may not specify more than one sink. You have to specify at least one "
|
||||
"boolean value.\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pactl.c:888
|
||||
#, c-format
|
||||
msgid "You may not specify more than one source. You have to specify at least one boolean value.\n"
|
||||
msgid ""
|
||||
"You may not specify more than one source. You have to specify at least one "
|
||||
"boolean value.\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/utils/pactl.c:904
|
||||
|
|
@ -1634,7 +1662,8 @@ msgid ""
|
|||
"\n"
|
||||
" -d Show current PulseAudio data attached to X11 display (default)\n"
|
||||
" -e Export local PulseAudio data to X11 display\n"
|
||||
" -i Import PulseAudio data from X11 display to local environment variables and cookie file.\n"
|
||||
" -i Import PulseAudio data from X11 display to local environment "
|
||||
"variables and cookie file.\n"
|
||||
" -r Remove PulseAudio data from X11 display\n"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1721,14 +1750,12 @@ msgstr ""
|
|||
msgid "select(): %s"
|
||||
msgstr "select(): %s"
|
||||
|
||||
#: ../src/utils/pacmd.c:124
|
||||
#: ../src/utils/pacmd.c:140
|
||||
#: ../src/utils/pacmd.c:124 ../src/utils/pacmd.c:140
|
||||
#, c-format
|
||||
msgid "read(): %s"
|
||||
msgstr "read(): %s"
|
||||
|
||||
#: ../src/utils/pacmd.c:153
|
||||
#: ../src/utils/pacmd.c:167
|
||||
#: ../src/utils/pacmd.c:153 ../src/utils/pacmd.c:167
|
||||
#, c-format
|
||||
msgid "write(): %s"
|
||||
msgstr "write(): %s"
|
||||
|
|
@ -1758,11 +1785,15 @@ msgid ""
|
|||
"\n"
|
||||
" -v, --verbose Enable verbose operation\n"
|
||||
"\n"
|
||||
" -s, --server=SERVER The name of the server to connect to\n"
|
||||
" -s, --server=SERVER The name of the server to connect "
|
||||
"to\n"
|
||||
" -d, --device=DEVICE The name of the sink to connect to\n"
|
||||
" -n, --client-name=NAME How to call this client on the server\n"
|
||||
" --stream-name=NAME How to call this stream on the server\n"
|
||||
" --volume=VOLUME Specify the initial (linear) volume in range 0...65536\n"
|
||||
" -n, --client-name=NAME How to call this client on the "
|
||||
"server\n"
|
||||
" --stream-name=NAME How to call this stream on the "
|
||||
"server\n"
|
||||
" --volume=VOLUME Specify the initial (linear) volume "
|
||||
"in range 0...65536\n"
|
||||
" --channel-map=CHANNELMAP Set the channel map to the use\n"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1797,3 +1828,9 @@ msgstr ""
|
|||
msgid "Using sample spec '%s'\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/pulsecore/lock-autospawn.c:126 ../src/pulsecore/lock-autospawn.c:207
|
||||
msgid "Cannot access autospawn lock."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "socketpair(): %s"
|
||||
#~ msgstr "socketpair(): %s"
|
||||
|
|
|
|||
|
|
@ -1590,7 +1590,7 @@ libbluetooth_ipc_la_LDFLAGS = -avoid-version
|
|||
libbluetooth_ipc_la_LIBADD = $(AM_LIBADD)
|
||||
libbluetooth_ipc_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
module_bluetooth_device_la_SOURCES = modules/bluetooth/module-bluetooth-device.c
|
||||
module_bluetooth_device_la_SOURCES = modules/bluetooth/module-bluetooth-device.c modules/bluetooth/rtp.h
|
||||
module_bluetooth_device_la_LDFLAGS = -module -avoid-version
|
||||
module_bluetooth_device_la_LIBADD = $(AM_LIBADD) $(DBUS_LIBS) libpulsecore.la libdbus-util.la libbluetooth-ipc.la libbluetooth-sbc.la libsocket-util.la
|
||||
module_bluetooth_device_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
#include <pulsecore/time-smoother.h>
|
||||
#include <pulsecore/rtclock.h>
|
||||
|
||||
#include "dbus-util.h"
|
||||
#include "../dbus-util.h"
|
||||
#include "module-bluetooth-device-symdef.h"
|
||||
#include "ipc.h"
|
||||
#include "sbc.h"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
#include <pulsecore/llist.h>
|
||||
#include <pulsecore/core-util.h>
|
||||
|
||||
#include "dbus-util.h"
|
||||
#include "../dbus-util.h"
|
||||
#include "module-bluetooth-discover-symdef.h"
|
||||
|
||||
PA_MODULE_AUTHOR("Joao Paulo Rechi Vita");
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#include <pulsecore/core-error.h>
|
||||
#include <pulsecore/start-child.h>
|
||||
|
||||
#include "dbus-util.h"
|
||||
#include "../dbus-util.h"
|
||||
#include "module-bluetooth-proximity-symdef.h"
|
||||
|
||||
PA_MODULE_AUTHOR("Lennart Poettering");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue